Skip to content

Commit cf8090c

Browse files
authored
[PWGLF] Bug fix: replace return with continue statement in processMCgenerated (#15168)
1 parent 7f95dd8 commit cf8090c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Strangeness/strangenessInJetsIons.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1408,7 +1408,7 @@ struct StrangenessInJetsIons {
14081408

14091409
// Require vertex position within the allowed z range
14101410
if (std::fabs(collision.posZ()) > zVtx)
1411-
return;
1411+
continue;
14121412

14131413
// Fill event counter after selection on z-vertex
14141414
registryMC.fill(HIST("number_of_events_mc_gen"), 1.5);

0 commit comments

Comments
 (0)