Skip to content

Commit cfd0ee3

Browse files
authored
[Common/TableProducer/PID] reduce dependency in pidTPCBase.cxx (#11824)
1 parent 3d73704 commit cfd0ee3

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)