We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed1ffa commit 087368eCopy full SHA for 087368e
PWGLF/Tasks/Nuspex/antinucleiInJets.cxx
@@ -3283,7 +3283,7 @@ struct AntinucleiInJets {
3283
3284
// Clamp systematic index range
3285
const int systStart = std::max(0, static_cast<int>(systIndexStart.value));
3286
- const int systEnd = std::min(nSyst, static_cast<int>(systIndexEnd.value));
+ const int systEnd = std::min(static_cast<int>(nSyst), static_cast<int>(systIndexEnd.value));
3287
3288
// Loop over systematic variations
3289
for (int isyst = systStart; isyst < systEnd; isyst++) {
0 commit comments