Skip to content

Commit f497b2e

Browse files
authored
[PWGLF] mcPredictionsTask: fix input mcparticles (AliceO2Group#9327)
1 parent b8989b1 commit f497b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/QC/mcParticlePrediction.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ struct mcParticlePrediction {
611611
histos.fill(HIST("particles/FromCollVsFromCollBad"), particlesFromColl, particlesFromCollWrongBC);
612612
histos.fill(HIST("particles/FromCollBadOverFromCollVsVsFromMCColl"), 1.f * particlesFromCollWrongBC / particlesFromColl, particlesInCollision.size());
613613

614-
const std::array<float, Estimators::nEstimators>& nMult = genMult(mcParticles);
614+
const std::array<float, Estimators::nEstimators>& nMult = genMult(particlesInCollision);
615615

616616
float nMultReco[Estimators::nEstimators];
617617
nMultReco[Estimators::FT0A] = collision.multFT0A();

0 commit comments

Comments
 (0)