Skip to content

Commit 3153f53

Browse files
dsekihatjloemker
authored andcommitted
[Common/TableProducer/PID] reduce dependency in pidTPCBase.cxx (AliceO2Group#11824)
1 parent f763ae0 commit 3153f53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/TableProducer/PID/pidTPCBase.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ struct DeDxCorrection {
171171
}
172172
PROCESS_SWITCH(DeDxCorrection, processRun3, "dEdx correction process", false);
173173

174-
void processDummy(ColEvSels const&) {}
174+
void processDummy(aod::Collisions const&) {}
175175

176176
PROCESS_SWITCH(DeDxCorrection, processDummy, "Do nothing", true);
177177
};

0 commit comments

Comments
 (0)