Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Common/DataModel/ZDCLightIons.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
/// \brief ZDC data model for O-O Ne-Ne and p-O collisions
/// \author Chiara Oppedisano <chiara.oppedisano@cern.ch>

#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"

Expand Down
2 changes: 1 addition & 1 deletion Common/TableProducer/zdcTaskLightIons.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
Loading