Skip to content

Commit 96babb3

Browse files
authored
Revert "Common/EventSelection: switch back to aod::Tracks subscription for Ru…" (AliceO2Group#8061)
This reverts commit 73f7c2e.
1 parent 3f3d816 commit 96babb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/TableProducer/eventSelection.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ struct EventSelectionTask {
545545
evsel.reserve(collisions.size());
546546
}
547547

548-
void processRun2(aod::Collision const& col, BCsWithBcSelsRun2 const&, aod::Tracks const&, aod::FV0Cs const&)
548+
void processRun2(aod::Collision const& col, BCsWithBcSelsRun2 const&, FullTracksIU const&, aod::FV0Cs const&)
549549
{
550550
auto bc = col.bc_as<BCsWithBcSelsRun2>();
551551
EventSelectionParams* par = ccdb->getForTimeStamp<EventSelectionParams>("EventSelection/EventSelectionParams", bc.timestamp());

0 commit comments

Comments
 (0)