Skip to content

Commit f082eec

Browse files
prchakraalibuild
andauthored
[PWGCF] FemtoUniverse: Fix bug in fillTracksMCTruth (#14695)
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent dfaa78d commit f082eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)