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 a1caacc commit 0cccedcCopy full SHA for 0cccedc
PWGLF/Tasks/Nuspex/antinucleiInJets.cxx
@@ -3282,7 +3282,7 @@ struct AntinucleiInJets {
3282
3283
// Clamp systematic index range
3284
const int systStart = std::max(0, systIndexStart.value);
3285
- const int systEnd = std::min(nSyst, systIndexEnd.value);
+ const int systEnd = std::min(nSyst, systIndexEnd.value);
3286
3287
// Loop over systematic variations
3288
for (int isyst = systStart; isyst < systEnd; isyst++) {
0 commit comments