Skip to content

Commit 705026e

Browse files
[PWGHF] Fix a bug in the charm femto producer (#13486)
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent f148a4c commit 705026e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

PWGHF/HFC/TableProducer/femtoDreamProducer.cxx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -576,11 +576,7 @@ struct HfFemtoDreamProducer {
576576
fillTable(1, candidate.isSelLcToPiKP(), outputMlPiKP.at(0), outputMlPiKP.at(1), outputMlPiKP.at(2));
577577
}
578578
}
579-
580-
if (!isTrackFilled) { // FIXME: isTrackFilled is always false here
581-
isTrackFilled = fillTracksForCharmHadron<IsMc>(col, tracks);
582-
// If track filling was successful, fill the collision table
583-
}
579+
isTrackFilled = fillTracksForCharmHadron<IsMc>(col, tracks);
584580

585581
aod::femtodreamcollision::BitMaskType bitTrack = 0;
586582
if (isTrackFilled) {

0 commit comments

Comments
 (0)