Skip to content

Commit 86de22a

Browse files
ddobrigkalibuild
andauthored
[Common] ZDC LI task: subscription fix (#13687)
Co-authored-by: ALICE Builder <alibuild@users.noreply.github.com>
1 parent 79331e8 commit 86de22a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Common/DataModel/ZDCLightIons.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
/// \brief ZDC data model for O-O Ne-Ne and p-O collisions
1414
/// \author Chiara Oppedisano <chiara.oppedisano@cern.ch>
1515

16-
#ifndef PWGMM_DATAMODEL_ZDCLIGHTIONS_H_
17-
#define PWGMM_DATAMODEL_ZDCLIGHTIONS_H_
16+
#ifndef COMMON_DATAMODEL_ZDCLIGHTIONS_H_
17+
#define COMMON_DATAMODEL_ZDCLIGHTIONS_H_
1818

1919
#include "Common/DataModel/Centrality.h"
2020

Common/TableProducer/zdcTaskLightIons.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ struct ZdcTaskLightIons {
230230
/// note that it has to be declared after the function, so that the pointer is known
231231
PROCESS_SWITCH(ZdcTaskLightIons, processZDCBC, "Processing ZDC 4 auto-triggered events", true);
232232

233-
void processALICEcoll(ColEvSels const& cols, BCsRun3 const& /*bcs*/, aod::Zdcs const& /*zdcs*/)
233+
void processALICEcoll(ColEvSels const& cols, BCsRun3 const& /*bcs*/, aod::Zdcs const& /*zdcs*/, aod::FT0s const& /*ft0s*/, aod::FV0As const& /*fv0*/)
234234
{
235235
// collision-based event selection
236236
for (auto const& collision : cols) {

0 commit comments

Comments
 (0)