Skip to content

Commit 3353dbd

Browse files
authored
add BCsWithTimestamps table in MC reconstruction
dd BCsWithTimestamps table in MC reconstruction
1 parent 69b14b4 commit 3353dbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGHF/HFC/TableProducer/correlatorHfeHadrons.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,9 @@ struct HfCorrelatorHfeHadrons {
372372

373373
void processMcRec(McTableCollision const& mcCollision,
374374
aod::HfCorrSelEl const& mcElectron,
375-
McTableTracks const& mcTracks)
375+
McTableTracks const& mcTracks, aod::BCsWithTimestamps const& bc)
376376
{
377-
fillCorrelation(mcCollision, mcElectron, mcTracks, 0);
377+
fillCorrelation(mcCollision, mcElectron, mcTracks, bc);
378378
}
379379

380380
PROCESS_SWITCH(HfCorrelatorHfeHadrons, processMcRec, "Process MC Reco mode", false);

0 commit comments

Comments
 (0)