Skip to content

Commit 3045071

Browse files
committed
Fix O2 linter error
1 parent 4bbd8e7 commit 3045071

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/Femto/FemtoNuclei/TableProducer/HadNucleiFemto.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2628,7 +2628,7 @@ struct HadNucleiFemto {
26282628
hadHyperRegistry.fill(HIST("hCandidatePairMultiplicityME"), acceptedPairs, partner.centrality);
26292629
}
26302630
}
2631-
for (const auto acceptedPairs : currentCandidatePairCounts) {
2631+
for (const auto& acceptedPairs : currentCandidatePairCounts) {
26322632
hadHyperRegistry.fill(HIST("hCandidatePairMultiplicityME"), acceptedPairs, currentEvent.centrality);
26332633
}
26342634
}

0 commit comments

Comments
 (0)