We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1779e61 commit 678966cCopy full SHA for 678966c
PWGCF/EbyEFluctuations/Tasks/eventMeanPtId.cxx
@@ -1184,7 +1184,7 @@ struct EventMeanPtId {
1184
const auto& mcpartgen = mcParticles.sliceByCached(aod::mcparticle::mcCollisionId, mccolgen.globalIndex(), cache);
1185
histos.fill(HIST("hVtxZ_after_gensim"), mccolgen.posZ());
1186
1187
- double nchGen = 0., nchGenAll = 0., nchGenTrue = 0.;
+ double nchGenAll = 0., nchGenTrue = 0.;
1188
double nchPiGen = 0., nchKaGen = 0., nchPrGen = 0.;
1189
double nch1 = 0., nch2 = 0., nch3 = 0.;
1190
double q1AllGen = 0, q2AllGen = 0.;
0 commit comments