Skip to content

Commit cdf8df9

Browse files
hernasabSabrina Hernandez
andauthored
[PWGCF] adjusted histogram axis (#10093)
Co-authored-by: Sabrina Hernandez <sabrina.gabrielle.hernandez@cern.ch>
1 parent 4892216 commit cdf8df9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGCF/Flow/Tasks/flowZdcTask.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,12 +207,12 @@ struct FlowZdcTask {
207207
histos.add("hZNvsFT0Ccent",
208208
"ZN Energy vs FT0C Centrality",
209209
kTH2F,
210-
{AxisSpec{100, 0, 100, "Centrality [%]"}, AxisSpec{100, 0, 500, "ZN Energy"}});
210+
{axisCent, axisZN});
211211

212212
histos.add("hZPvsFT0Ccent",
213213
"ZP Energy vs FT0C Centrality;Centrality [%];ZP Energy",
214214
kTH2F,
215-
{AxisSpec{100, 0, 100, "Centrality [%]"}, AxisSpec{100, 0, 500, "ZP Energy"}});
215+
{axisCent, axisZP});
216216
histos.add("revsimag", "revsimag", kTH2F, {axisREQ, axisIMQ}); // for q vector recentering
217217
histos.add("hYield", "Nch vs pT", kTH2F, {axisMultiplicity, axisPt});
218218
histos.add("hGlobalTracks", "hGlobalTracks", kTH1F, {axisMultiplicity});

0 commit comments

Comments
 (0)