Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PWGLF/Tasks/Nuspex/antinucleiInJets.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -3282,7 +3282,7 @@ struct AntinucleiInJets {

// Clamp systematic index range
const int systStart = std::max(0, systIndexStart.value);
const int systEnd = std::min(nSyst, systIndexEnd.value);
const int systEnd = std::min(nSyst, systIndexEnd.value);

// Loop over systematic variations
for (int isyst = systStart; isyst < systEnd; isyst++) {
Expand Down
Loading