Skip to content

Commit 9d79e28

Browse files
dsekihatProttay Das
authored andcommitted
[Common/TableProducer/PID] reduce dependency in pidTPCBase.cxx (AliceO2Group#11824)
1 parent 8d6586e commit 9d79e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)