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;