We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe3d6fb + d04efb0 commit b0eb9d7Copy full SHA for b0eb9d7
1 file changed
PWGLF/Tasks/GlobalEventProperties/heavyionMultiplicity.cxx
@@ -893,7 +893,7 @@ struct HeavyionMultiplicity {
893
// All generated particles
894
histos.fill(HIST("hgendndetaBeforeEvtSel"), particle.eta());
895
histos.fill(HIST("hgendndetaVscentBeforeEvtSel"), particle.eta(), mcCollision.impactParameter());
896
-
+
897
if (atLeastOne) {
898
// All generated particles with at least one reconstructed collision (signal loss estimation)
899
histos.fill(HIST("hgendndetaAfterEvtSel"), particle.eta());
0 commit comments