Skip to content

Commit c695bbc

Browse files
author
nkaratze
committed
Linter Correction
1 parent c2c6cd0 commit c695bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Strangeness/v0ptinvmassplots.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ struct V0PtInvMassPlots {
337337
rMCCorrections.fill(HIST("hNEvents_Corrections"), 0.5); // Event Efficiency Denominator
338338

339339
// Signal Loss Denominator Loop
340-
for (auto& mcParticle : mcParticles) {
340+
for (const auto& mcParticle : mcParticles) {
341341
if (!mcParticle.isPhysicalPrimary()) {
342342
continue;
343343
}

0 commit comments

Comments
 (0)