From b48915cf88d59e9e304e0ed4c8283cf3df9b822d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Jacazio?= Date: Wed, 22 Sep 2021 11:51:47 +0200 Subject: [PATCH] Remove collision for grouping in TOF signal --- Common/TableProducer/PID/pidTOF.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/TableProducer/PID/pidTOF.cxx b/Common/TableProducer/PID/pidTOF.cxx index 15444375a56..a68a81b433b 100644 --- a/Common/TableProducer/PID/pidTOF.cxx +++ b/Common/TableProducer/PID/pidTOF.cxx @@ -58,7 +58,7 @@ struct tofSignal { /// Task that produces the TOF signal from the trackTime } } using Trks = soa::Join; - void process(aod::Collision const& collision, Trks const& tracks) + void process(Trks const& tracks) { if (!enableTable) { return;