File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments