We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698c259 commit d0fa944Copy full SHA for d0fa944
PWGHF/HFC/TableProducer/femtoDreamProducer.cxx
@@ -475,6 +475,8 @@ struct HfFemtoDreamProducer {
475
LOGF(fatal, "Please check your Ml configuration!!");
476
}
477
478
+ auto bc = col.template bc_as<aod::BCsWithTimestamps>();
479
+ int64_t timeStamp = bc.timestamp();
480
auto fillTable = [&](int CandFlag,
481
int FunctionSelection,
482
float BDTScoreBkg,
@@ -483,6 +485,7 @@ struct HfFemtoDreamProducer {
483
485
if (FunctionSelection >= 1){
484
486
rowCandCharmHad(
487
outputCollision.lastIndex(),
488
+ timeStamp,
489
trackPos1.sign() + trackNeg.sign() + trackPos2.sign(),
490
trackPos1.globalIndex(),
491
trackNeg.globalIndex(),
0 commit comments