Skip to content

Commit bce14da

Browse files
committed
fix
1 parent 3adc303 commit bce14da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Strangeness/nonPromptCascade.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ struct NonPromptCascadeTask {
306306
if (sel) {
307307
std::vector<bool> toivect = mZorro.getTriggerOfInterestResults();
308308
uint32_t toiMask = 0;
309-
for (int i{0}; i < toivect.size(); i++) {
309+
for (size_t i{0}; i < toivect.size(); i++) {
310310
toiMask += toivect[i] << i;
311311
}
312312
toiMap[bc.globalBC()] = toiMask;

0 commit comments

Comments
 (0)