diff --git a/PWGCF/MultiparticleCorrelations/Tasks/threeParticleCorrelations.cxx b/PWGCF/MultiparticleCorrelations/Tasks/threeParticleCorrelations.cxx index ff3ece016dc..a9ae8ac562c 100644 --- a/PWGCF/MultiparticleCorrelations/Tasks/threeParticleCorrelations.cxx +++ b/PWGCF/MultiparticleCorrelations/Tasks/threeParticleCorrelations.cxx @@ -474,7 +474,7 @@ struct ThreeParticleCorrelations { { auto groupMCParticles = mcParticles->sliceByCached(aod::mcparticle::mcCollisionId, collision.globalIndex(), cache); - + // Start of the Monte-Carlo generated QA for (const auto& particle : groupMCParticles) { if (particle.isPhysicalPrimary()) {