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 a439fb9 commit cde1139Copy full SHA for cde1139
PWGLF/Tasks/Strangeness/derivedlambdakzeroanalysis.cxx
@@ -1543,7 +1543,7 @@ struct derivedlambdakzeroanalysis {
1543
// Fill first bin: all candidates
1544
histos.fill(HIST("GeneralQA/hSelectionV0s"), 0);
1545
// Loop over all bits in the enum and fill if passed
1546
- for (int i = 0; i <= selPhysPrimAntiLambda; i++) {
+ for (uint64_t i = 0; i <= selPhysPrimAntiLambda; i++) {
1547
if (BITCHECK(selMap, i)) {
1548
histos.fill(HIST("GeneralQA/hSelectionV0s"), i + 1); // +1 because bin 0 = "All"
1549
}
0 commit comments