Skip to content

Commit 8fce7ee

Browse files
committed
Linter fix
1 parent 8564a73 commit 8fce7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Strangeness/strangeCascTrack.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ struct StrangeCascTrack {
11431143
histos.fill(HIST("Rec-Events/Mult"), mult);
11441144
analyseCascs(collision, allCascs); // process all cascades
11451145
if (doCustomGroup) {
1146-
for (int idx : traCascsGrouped[collision.globalIndex()]) {
1146+
for (int const& idx : traCascsGrouped[collision.globalIndex()]) {
11471147
auto casc = traCascs.rawIteratorAt(idx);
11481148
analyseCascade(collision, casc);
11491149
}

0 commit comments

Comments
 (0)