From fd6d1b19eaaba3db6e7b3552c1adeda8835023d7 Mon Sep 17 00:00:00 2001 From: Daiki Sekihata Date: Sat, 28 Jun 2025 12:35:42 +0200 Subject: [PATCH] Common/TableProducer/PID: reduce dependency in pidTPCBase.cxx --- Common/TableProducer/PID/pidTPCBase.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/TableProducer/PID/pidTPCBase.cxx b/Common/TableProducer/PID/pidTPCBase.cxx index e28f4a55b4d..1f9ef4278fc 100644 --- a/Common/TableProducer/PID/pidTPCBase.cxx +++ b/Common/TableProducer/PID/pidTPCBase.cxx @@ -171,7 +171,7 @@ struct DeDxCorrection { } PROCESS_SWITCH(DeDxCorrection, processRun3, "dEdx correction process", false); - void processDummy(ColEvSels const&) {} + void processDummy(aod::Collisions const&) {} PROCESS_SWITCH(DeDxCorrection, processDummy, "Do nothing", true); };