Skip to content

Commit 09f2268

Browse files
authored
[PWGLF] Fix histogram name (#17218)
1 parent f41cbc6 commit 09f2268

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/Tasks/GlobalEventProperties/nchStudypp.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ struct NchStudypp {
257257
histos.add("hgendndetaVsMultEta05BeforeEvtSel", "hgendndetaBeforeEvtSel vs multiplicity in eta<0.5", kTH2F, {axisEta, multAxis});
258258
histos.add("hgendndetaVsMultEta05AfterEvtSel", "hgendndetaAfterEvtSel vs multiplicity in eta<0.5", kTH2F, {axisEta, multAxis});
259259
histos.add("hGenCent", "Centrality of generated MC events", kTH1F, {axisCent});
260-
histos.add("hGenAssoRecCent", "Centrality of selected MC events", kTH1F, {axisCent});
260+
histos.add("hGenAssocRecCent", "Centrality of selected MC events", kTH1F, {axisCent});
261261
histos.add("hgendndetaBeforeEvtSel", "Eta of all generated particles", kTH1F, {axisEta});
262262
histos.add("hgendndetaAfterEvtSel", "Eta of generated particles after EvtSel", kTH1F, {axisEta});
263263
histos.add("hgendndetaVscentBeforeEvtSel", "hgendndetaBeforeEvtSel vs centrality", kTH2F, {axisEta, centAxis});

0 commit comments

Comments
 (0)