From f62a908d7c2688a2b35e02cfc2e3503d05a696c7 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 21 Aug 2026 13:30:41 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/QC/mcParticlePrediction.cxx | 38 ++++++++++++------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/PWGLF/Tasks/QC/mcParticlePrediction.cxx b/PWGLF/Tasks/QC/mcParticlePrediction.cxx index e1d77b4693a..d13b874da14 100644 --- a/PWGLF/Tasks/QC/mcParticlePrediction.cxx +++ b/PWGLF/Tasks/QC/mcParticlePrediction.cxx @@ -145,25 +145,25 @@ struct Estimators { static constexpr estID nEstimators = 20; static constexpr std::array estimatorNames{"FT0A", - "FT0C", - "FT0AC", - "FV0A", - "FDDA", - "FDDC", - "FDDAC", - "ZNA", - "ZNC", - "ZEM1", - "ZEM2", - "ZPA", - "ZPC", - "ITSIB", - "ETA05", - "ETA08", - "V0A", - "V0C", - "V0AC", - "ImpactParameter"}; + "FT0C", + "FT0AC", + "FV0A", + "FDDA", + "FDDC", + "FDDAC", + "ZNA", + "ZNC", + "ZEM1", + "ZEM2", + "ZPA", + "ZPC", + "ITSIB", + "ETA05", + "ETA08", + "V0A", + "V0C", + "V0AC", + "ImpactParameter"}; static std::vector arrayNames() { static std::vector names;