Skip to content

Commit fd6d1b1

Browse files
committed
Common/TableProducer/PID: reduce dependency in pidTPCBase.cxx
1 parent f01d1b1 commit fd6d1b1

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)