We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c6cd0 commit c695bbcCopy full SHA for c695bbc
PWGLF/Tasks/Strangeness/v0ptinvmassplots.cxx
@@ -337,7 +337,7 @@ struct V0PtInvMassPlots {
337
rMCCorrections.fill(HIST("hNEvents_Corrections"), 0.5); // Event Efficiency Denominator
338
339
// Signal Loss Denominator Loop
340
- for (auto& mcParticle : mcParticles) {
+ for (const auto& mcParticle : mcParticles) {
341
if (!mcParticle.isPhysicalPrimary()) {
342
continue;
343
}
0 commit comments