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..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*/) + 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) {