File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1731,10 +1731,10 @@ struct AntinucleiInJets {
17311731 continue ;
17321732
17331733 // Loop over different cut settings
1734- for (int isyst = 0 ; isyst < nSyst ; isyst++) {
1734+ for (int isyst = 0 ; isyst < nSyst; isyst++) {
17351735
17361736 // Apply track selection
1737- if (!passedTrackSelectionSyst (track,isyst))
1737+ if (!passedTrackSelectionSyst (track, isyst))
17381738 continue ;
17391739
17401740 // Define variables
@@ -1919,10 +1919,10 @@ struct AntinucleiInJets {
19191919 const auto mcparticle = track.mcParticle ();
19201920
19211921 // Loop over different cut settings
1922- for (int isyst = 0 ; isyst < nSyst ; isyst++) {
1922+ for (int isyst = 0 ; isyst < nSyst; isyst++) {
19231923
19241924 // Apply track selection
1925- if (!passedTrackSelectionSyst (track,isyst))
1925+ if (!passedTrackSelectionSyst (track, isyst))
19261926 continue ;
19271927
19281928 // Define variables
You can’t perform that action at this time.
0 commit comments