Skip to content

Commit d0fa944

Browse files
Update femtoDreamProducer.cxx
1 parent 698c259 commit d0fa944

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PWGHF/HFC/TableProducer/femtoDreamProducer.cxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,8 @@ struct HfFemtoDreamProducer {
475475
LOGF(fatal, "Please check your Ml configuration!!");
476476
}
477477
}
478+
auto bc = col.template bc_as<aod::BCsWithTimestamps>();
479+
int64_t timeStamp = bc.timestamp();
478480
auto fillTable = [&](int CandFlag,
479481
int FunctionSelection,
480482
float BDTScoreBkg,
@@ -483,6 +485,7 @@ struct HfFemtoDreamProducer {
483485
if (FunctionSelection >= 1){
484486
rowCandCharmHad(
485487
outputCollision.lastIndex(),
488+
timeStamp,
486489
trackPos1.sign() + trackNeg.sign() + trackPos2.sign(),
487490
trackPos1.globalIndex(),
488491
trackNeg.globalIndex(),

0 commit comments

Comments
 (0)