File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -468,16 +468,16 @@ struct McParticlePrediction {
468468 nMult[Estimators::ZNC ] = mCounter .countZNC (mcParticles);
469469 }
470470 if (enabledEstimatorsArray[Estimators::ZEM1 ]) {
471- nMult[Estimators::ZEM1 ] = 0 ;
471+ nMult[Estimators::ZEM1 ] = 0 ; // Not implemented yet
472472 }
473473 if (enabledEstimatorsArray[Estimators::ZEM2 ]) {
474- nMult[Estimators::ZEM2 ] = 0 ;
474+ nMult[Estimators::ZEM2 ] = 0 ; // Not implemented yet
475475 }
476476 if (enabledEstimatorsArray[Estimators::ZPA ]) {
477- nMult[Estimators::ZPA ] = 0 ;
477+ nMult[Estimators::ZPA ] = 0 ; // Not implemented yet
478478 }
479479 if (enabledEstimatorsArray[Estimators::ZPC ]) {
480- nMult[Estimators::ZPC ] = 0 ;
480+ nMult[Estimators::ZPC ] = 0 ; // Not implemented yet
481481 }
482482 if (enabledEstimatorsArray[Estimators::ITSIB ] || enableVsITSHistograms) {
483483 nMult[Estimators::ITSIB ] = mCounter .countITSIB (mcParticles);
You can’t perform that action at this time.
0 commit comments