Skip to content

Commit 087368e

Browse files
committed
fixed typo
1 parent 0ed1ffa commit 087368e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Nuspex/antinucleiInJets.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3283,7 +3283,7 @@ struct AntinucleiInJets {
32833283

32843284
// Clamp systematic index range
32853285
const int systStart = std::max(0, static_cast<int>(systIndexStart.value));
3286-
const int systEnd = std::min(nSyst, static_cast<int>(systIndexEnd.value));
3286+
const int systEnd = std::min(static_cast<int>(nSyst), static_cast<int>(systIndexEnd.value));
32873287

32883288
// Loop over systematic variations
32893289
for (int isyst = systStart; isyst < systEnd; isyst++) {

0 commit comments

Comments
 (0)