Skip to content

Commit a706dd1

Browse files
committed
femtoDreamProducer.cxx: Flag knownConditionTrueFalse
1 parent a11fe6c commit a706dd1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

PWGHF/HFC/TableProducer/femtoDreamProducer.cxx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ struct HfFemtoDreamProducer {
483483
float bdtScoreBkg,
484484
float bdtScorePrompt,
485485
float bdtScoreFd) {
486-
if (functionSelection >= 1){
486+
if (functionSelection >= 1) {
487487
rowCandCharmHad(
488488
outputCollision.lastIndex(),
489489
timeStamp,
@@ -511,7 +511,8 @@ struct HfFemtoDreamProducer {
511511
candidate.flagMcMatchRec(),
512512
candidate.originMcRec());
513513
}
514-
} };
514+
}
515+
};
515516

516517
if constexpr (Channel == DecayChannel::DplusToPiKPi) {
517518
if constexpr (UseCharmMl) {
@@ -576,7 +577,7 @@ struct HfFemtoDreamProducer {
576577
}
577578
}
578579

579-
if (!isTrackFilled) {
580+
if (!isTrackFilled) { // FIXME: isTrackFilled is always false here
580581
isTrackFilled = fillTracksForCharmHadron<IsMc>(col, tracks);
581582
// If track filling was successful, fill the collision table
582583
}

0 commit comments

Comments
 (0)