Skip to content

Commit 4474c1d

Browse files
prchakraalibuild
authored andcommitted
[PWGCF] FemtoUniverse: Fix bug in fillTracksMCTruth (AliceO2Group#14695)
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent 65029c0 commit 4474c1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ struct FemtoUniverseProducerTask {
14221422

14231423
if (ConfFilterCuts.confIsOnlyPrimary) {
14241424
if (!mc.isPhysicalPrimary()) {
1425-
return;
1425+
continue;
14261426
}
14271427
}
14281428

0 commit comments

Comments
 (0)