Skip to content

Commit 73f7c2e

Browse files
ekryshenvkucera
andauthored
Common/EventSelection: switch back to aod::Tracks subscription for Run2 (AliceO2Group#8044)
* switch back to aod::Tracks subscription for Run2 * Update Common/TableProducer/eventSelection.cxx Co-authored-by: Vít Kučera <[email protected]> --------- Co-authored-by: Vít Kučera <[email protected]>
1 parent e97ff9c commit 73f7c2e

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&, FullTracksIU const&, aod::FV0Cs const&)
548+
void processRun2(aod::Collision const& col, BCsWithBcSelsRun2 const&, aod::Tracks 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)