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 3adc303 commit bce14daCopy full SHA for bce14da
PWGLF/Tasks/Strangeness/nonPromptCascade.cxx
@@ -306,7 +306,7 @@ struct NonPromptCascadeTask {
306
if (sel) {
307
std::vector<bool> toivect = mZorro.getTriggerOfInterestResults();
308
uint32_t toiMask = 0;
309
- for (int i{0}; i < toivect.size(); i++) {
+ for (size_t i{0}; i < toivect.size(); i++) {
310
toiMask += toivect[i] << i;
311
}
312
toiMap[bc.globalBC()] = toiMask;
0 commit comments