There was an error while loading. Please reload this page.
1 parent 63a60cb commit 35c7651Copy full SHA for 35c7651
1 file changed
PWGLF/Tasks/QC/mcParticlePrediction.cxx
@@ -467,6 +467,18 @@ struct McParticlePrediction {
467
if (enabledEstimatorsArray[Estimators::ZNC]) {
468
nMult[Estimators::ZNC] = mCounter.countZNC(mcParticles);
469
}
470
+ if (enabledEstimatorsArray[Estimators::ZEM1]) {
471
+ nMult[Estimators::ZEM1] = 0;
472
+ }
473
+ if (enabledEstimatorsArray[Estimators::ZEM2]) {
474
+ nMult[Estimators::ZEM2] = 0;
475
476
+ if (enabledEstimatorsArray[Estimators::ZPA]) {
477
+ nMult[Estimators::ZPA] = 0;
478
479
+ if (enabledEstimatorsArray[Estimators::ZPC]) {
480
+ nMult[Estimators::ZPC] = 0;
481
482
if (enabledEstimatorsArray[Estimators::ITSIB] || enableVsITSHistograms) {
483
nMult[Estimators::ITSIB] = mCounter.countITSIB(mcParticles);
484
0 commit comments