From d18eaf992c0e6d579dd212ea7317ad9655f0cc48 Mon Sep 17 00:00:00 2001 From: ddobrigk Date: Sat, 19 Oct 2024 14:36:59 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"Common/EventSelection:=20switch=20bac?= =?UTF-8?q?k=20to=20aod::Tracks=20subscription=20for=20Ru=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 73f7c2e0643d14647172530fbde9ca25cf88d0c7. --- Common/TableProducer/eventSelection.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/TableProducer/eventSelection.cxx b/Common/TableProducer/eventSelection.cxx index 63c9009f2bf..aca2eb29ecf 100644 --- a/Common/TableProducer/eventSelection.cxx +++ b/Common/TableProducer/eventSelection.cxx @@ -545,7 +545,7 @@ struct EventSelectionTask { evsel.reserve(collisions.size()); } - void processRun2(aod::Collision const& col, BCsWithBcSelsRun2 const&, aod::Tracks const&, aod::FV0Cs const&) + void processRun2(aod::Collision const& col, BCsWithBcSelsRun2 const&, FullTracksIU const&, aod::FV0Cs const&) { auto bc = col.bc_as(); EventSelectionParams* par = ccdb->getForTimeStamp("EventSelection/EventSelectionParams", bc.timestamp());