We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8564a73 commit 8fce7eeCopy full SHA for 8fce7ee
PWGLF/Tasks/Strangeness/strangeCascTrack.cxx
@@ -1143,7 +1143,7 @@ struct StrangeCascTrack {
1143
histos.fill(HIST("Rec-Events/Mult"), mult);
1144
analyseCascs(collision, allCascs); // process all cascades
1145
if (doCustomGroup) {
1146
- for (int idx : traCascsGrouped[collision.globalIndex()]) {
+ for (int const& idx : traCascsGrouped[collision.globalIndex()]) {
1147
auto casc = traCascs.rawIteratorAt(idx);
1148
analyseCascade(collision, casc);
1149
}
0 commit comments