From dae26e3560d559b0b9b7df6c7f04c569c56bde24 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 17 Aug 2026 20:41:14 +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 29d5b5aa158..948841f665e 100644 --- a/PWGLF/Tasks/QC/mcParticlePrediction.cxx +++ b/PWGLF/Tasks/QC/mcParticlePrediction.cxx @@ -184,25 +184,25 @@ bool enabledEstimatorsArray[Estimators::nEstimators]; static constexpr int nEstimatorParameters = 1; static const std::vector parameterEstimatorNames{"Enable"}; static const int defaultEstimators[Estimators::nEstimators][nEstimatorParameters]{{0}, // FT0A - {0}, // FT0C - {1}, // FT0AC - {0}, // FV0A - {0}, // FDDA - {0}, // FDDC - {0}, // FDDAC - {0}, // ZNA - {0}, // ZNC - {0}, // ZEM1 - {0}, // ZEM2 - {0}, // ZPA - {0}, // ZPC - {0}, // ITSIB - {0}, // ETA05 - {0}, // ETA08 - {0}, // V0A (Run2) - {0}, // V0C (Run2) - {0}, // V0AC (Run2 V0M) - {0}}; // ImpactParamter + {0}, // FT0C + {1}, // FT0AC + {0}, // FV0A + {0}, // FDDA + {0}, // FDDC + {0}, // FDDAC + {0}, // ZNA + {0}, // ZNC + {0}, // ZEM1 + {0}, // ZEM2 + {0}, // ZPA + {0}, // ZPC + {0}, // ITSIB + {0}, // ETA05 + {0}, // ETA08 + {0}, // V0A (Run2) + {0}, // V0C (Run2) + {0}, // V0AC (Run2 V0M) + {0}}; // ImpactParamter // Histograms std::array, Estimators::nEstimators> hestimators;