Skip to content

Commit 6a458aa

Browse files
committed
Please consider the following formatting changes
1 parent a6644b0 commit 6a458aa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

PWGLF/Tasks/Nuspex/antinucleiInJets.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)