Skip to content

Commit bc3ccaa

Browse files
Fix a bug in the charm femto producer
1 parent 5f48d15 commit bc3ccaa

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

PWGHF/HFC/TableProducer/femtoDreamProducer.cxx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -576,12 +576,8 @@ 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-
}
584-
579+
isTrackFilled = fillTracksForCharmHadron<IsMc>(col, tracks);
580+
585581
aod::femtodreamcollision::BitMaskType bitTrack = 0;
586582
if (isTrackFilled) {
587583
bitTrack |= 1 << 0;

0 commit comments

Comments
 (0)