Skip to content

Commit 3019dba

Browse files
authored
Update PiNucleiFemto.cxx
1 parent 4950948 commit 3019dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@ PROCESS_SWITCH(PiNucleiFemto, processMixedEventHyper, "Process Mixed event", fal
12541254
for (auto const& storedEvent : pool.events) {
12551255
const uint64_t collIdxHyp = storedEvent.collisionId;
12561256
if (settingSaferME) {
1257-
if (collIdxHyp > collisions.size()) {
1257+
if (static_cast<int64_t>(collIdxHyp) > collisions.size()) {
12581258
mQaRegistry.fill(HIST("hSkipReasons"), 4);
12591259
continue;
12601260
}

0 commit comments

Comments
 (0)