Skip to content

Commit 31597cf

Browse files
authored
Fix o2 building error
1 parent eb614f6 commit 31597cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/GlobalEventProperties/heavyionMultiplicity.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ struct HeavyionMultiplicity {
313313
x->SetBinLabel(1, "All MC events");
314314
x->SetBinLabel(2, "MC events with reco event after event selection");
315315
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});
316+
histos.add("hImpactParameterGenwithNoreco", "Impact parameter of generated MC events, with no recoevent", kTH1F, {impactParAxis});
317317
histos.add("hImpactParameterGen", "Impact parameter of generated MC events", kTH1F, {impactParAxis});
318318
histos.add("hImpactParameterRec", "Impact parameter of selected MC events", kTH1F, {impactParAxis});
319319
histos.add("hImpactParvsCentrRec", "Impact parameter of selected MC events vs centrality", kTH2F, {axisCent, impactParAxis});

0 commit comments

Comments
 (0)