You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PWGLF/Tasks/GlobalEventProperties/heavyionMultiplicity.cxx
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -311,7 +311,9 @@ struct HeavyionMultiplicity {
311
311
auto hstat = histos.get<TH1>(HIST("MCEventHist"));
312
312
auto* x = hstat->GetXaxis();
313
313
x->SetBinLabel(1, "All MC events");
314
-
x->SetBinLabel(2, "MC events with atleast one reco event");
314
+
x->SetBinLabel(2, "MC events with reco event after event selection");
315
+
x->SetBinLabel(3, "MC events with no reco events");
316
+
histos.add("hImpactParameterGenwithNoreco","hImpactParameterGenwithNoreco", "Impact parameter of generated MC events, with no recoevent", kTH1F, {impactParAxis});
315
317
histos.add("hImpactParameterGen", "Impact parameter of generated MC events", kTH1F, {impactParAxis});
316
318
histos.add("hImpactParameterRec", "Impact parameter of selected MC events", kTH1F, {impactParAxis});
317
319
histos.add("hImpactParvsCentrRec", "Impact parameter of selected MC events vs centrality", kTH2F, {axisCent, impactParAxis});
0 commit comments