Skip to content

Commit 6173379

Browse files
committed
Fix bug in fillTracksMCTruth
1 parent df7e33a commit 6173379

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)