From c31d4f423b0083639ba031e0b6a43fe7918a7b5d Mon Sep 17 00:00:00 2001 From: ddobrigk Date: Tue, 4 Nov 2025 18:52:49 +0100 Subject: [PATCH 1/2] [Common] ZDC LI task: subscription fix --- Common/DataModel/ZDCLightIons.h | 4 ++-- Common/TableProducer/zdcTaskLightIons.cxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Common/DataModel/ZDCLightIons.h b/Common/DataModel/ZDCLightIons.h index b2faa13ba9d..169a3aaa7ee 100644 --- a/Common/DataModel/ZDCLightIons.h +++ b/Common/DataModel/ZDCLightIons.h @@ -13,8 +13,8 @@ /// \brief ZDC data model for O-O Ne-Ne and p-O collisions /// \author Chiara Oppedisano -#ifndef PWGMM_DATAMODEL_ZDCLIGHTIONS_H_ -#define PWGMM_DATAMODEL_ZDCLIGHTIONS_H_ +#ifndef COMMON_DATAMODEL_ZDCLIGHTIONS_H_ +#define COMMON_DATAMODEL_ZDCLIGHTIONS_H_ #include "Common/DataModel/Centrality.h" diff --git a/Common/TableProducer/zdcTaskLightIons.cxx b/Common/TableProducer/zdcTaskLightIons.cxx index 455ae737086..b91aebbf19a 100644 --- a/Common/TableProducer/zdcTaskLightIons.cxx +++ b/Common/TableProducer/zdcTaskLightIons.cxx @@ -226,7 +226,7 @@ struct ZdcTaskLightIons { /// note that it has to be declared after the function, so that the pointer is known PROCESS_SWITCH(ZdcTaskLightIons, processZDCBC, "Processing ZDC 4 auto-triggered events", true); - void processALICEcoll(ColEvSels const& cols, BCsRun3 const& /*bcs*/, aod::Zdcs const& /*zdcs*/) + void processALICEcoll(ColEvSels const& cols, BCsRun3 const& /*bcs*/, aod::Zdcs const& /*zdcs*/, aod::FT0s const& /*ft0s*/, aod::FV0As const& /*fv0*/) { // collision-based event selection for (auto const& collision : cols) { From fe2063585f538d996a45ab3db0cfdac42ee3c2f5 Mon Sep 17 00:00:00 2001 From: ALICE Builder Date: Tue, 4 Nov 2025 18:54:43 +0100 Subject: [PATCH 2/2] Please consider the following formatting changes (#494) --- Common/TableProducer/zdcTaskLightIons.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/TableProducer/zdcTaskLightIons.cxx b/Common/TableProducer/zdcTaskLightIons.cxx index b91aebbf19a..c64da90b406 100644 --- a/Common/TableProducer/zdcTaskLightIons.cxx +++ b/Common/TableProducer/zdcTaskLightIons.cxx @@ -226,7 +226,7 @@ struct ZdcTaskLightIons { /// note that it has to be declared after the function, so that the pointer is known PROCESS_SWITCH(ZdcTaskLightIons, processZDCBC, "Processing ZDC 4 auto-triggered events", true); - void processALICEcoll(ColEvSels const& cols, BCsRun3 const& /*bcs*/, aod::Zdcs const& /*zdcs*/, aod::FT0s const& /*ft0s*/, aod::FV0As const& /*fv0*/) + void processALICEcoll(ColEvSels const& cols, BCsRun3 const& /*bcs*/, aod::Zdcs const& /*zdcs*/, aod::FT0s const& /*ft0s*/, aod::FV0As const& /*fv0*/) { // collision-based event selection for (auto const& collision : cols) {