From 7bd05e497f8553fb139315c41d1741f321f1974e Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 21 Jul 2026 08:53:40 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/EbyEFluctuations/Tasks/meanPtFlucId.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGCF/EbyEFluctuations/Tasks/meanPtFlucId.cxx b/PWGCF/EbyEFluctuations/Tasks/meanPtFlucId.cxx index 1a886c07ef8..86764f5e76b 100644 --- a/PWGCF/EbyEFluctuations/Tasks/meanPtFlucId.cxx +++ b/PWGCF/EbyEFluctuations/Tasks/meanPtFlucId.cxx @@ -1117,7 +1117,7 @@ struct MeanPtFlucId { int nChSim = 0, nPiSim = 0, nKaSim = 0, nPrSim = 0; float pt = 0., eta = 0, phi = 0., rap = 0.; double q1Ch = 0., q2Ch = 0., q1Pi = 0., q2Pi = 0., q1Ka = 0., q2Ka = 0., q1Pr = 0., q2Pr = 0.; - + for (auto const& mcPart : mcParticles) { if (!mcPart.isPhysicalPrimary()) { continue;