Skip to content

Commit 79604eb

Browse files
authored
Mark unimplemented estimators with comments
Added comments indicating that ZEM1, ZEM2, ZPA, and ZPC estimators are not implemented yet.
1 parent 35c7651 commit 79604eb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

PWGLF/Tasks/QC/mcParticlePrediction.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)