Skip to content

Commit c3b7601

Browse files
committed
changed name of axis for Z pt histogram
1 parent 8a9aab4 commit c3b7601

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGHF/HFL/Tasks/taskElectronWeakBoson.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ struct HfTaskElectronWeakBoson {
213213
const AxisSpec axisTrigger{3, -0.5, 2.5, "Trigger status of zorro"};
214214
const AxisSpec axisDPhiZh{64, -o2::constants::math::PIHalf, 3 * o2::constants::math::PIHalf, "#Delta#phi(Z-h)"};
215215
const AxisSpec axisPtHadron{50, 0, 50, "p_{T,hadron} (GeV/c)"};
216-
const AxisSpec axisZpt{150, 0, 150, "p_{T,Z} (GeV/c)"};
216+
const AxisSpec axisPtZ{150, 0, 150, "p_{T,Z} (GeV/c)"};
217217
const AxisSpec axisSign{2, -2, 2, "charge sign"};
218218

219219
// create registrygrams
@@ -249,8 +249,8 @@ struct HfTaskElectronWeakBoson {
249249
registry.add("hTHnTrMatch", "Track EMC Match", HistType::kTHnSparseF, {axisPt, axisdPhi, axisdEta});
250250

251251
// Z-hadron correlation histograms
252-
registry.add("hZHadronDphi", "Z-hadron #Delta#phi correlation", HistType::kTHnSparseF, {axisSign, axisZpt, axisDPhiZh});
253-
registry.add("hZptSpectrum", "Z boson p_{T} spectrum", kTH2F, {{axisSign}, {axisZpt}});
252+
registry.add("hZHadronDphi", "Z-hadron #Delta#phi correlation", HistType::kTHnSparseF, {axisSign, axisPtZ, axisDPhiZh});
253+
registry.add("hZptSpectrum", "Z boson p_{T} spectrum", kTH2F, {{axisSign}, {axisPtZ}});
254254

255255
// hisotgram for EMCal trigger
256256
registry.add("hEMCalTrigger", "EMCal trigger", kTH1F, {axisTrigger});

0 commit comments

Comments
 (0)