Skip to content

Commit 98fb11f

Browse files
authored
Update nucleitpcpbpb.cxx
1 parent cd6b4e6 commit 98fb11f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGLF/Tasks/Nuspex/nucleitpcpbpb.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ struct NucleitpcPbPb {
169169
ConfigurableAxis axisrapidity{"axisrapidity", {100, -2, 2}, "rapidity"};
170170
ConfigurableAxis axismass{"axismass", {100, -10, 10}, "mass^{2}"};
171171
ConfigurableAxis nsigmaAxis{"nsigmaAxis", {160, -20, 20}, "n#sigma_{#pi^{+}}"};
172-
ConfigurableAxis ImptParAxis{"ImptParAxis", {100, 0, 20}, "impact parameter"};
173172
// CCDB
174173
Service<o2::ccdb::BasicCCDBManager> ccdb;
175174
Configurable<double> bField{"bField", -999, "bz field, -999 is automatic"};
@@ -239,7 +238,7 @@ struct NucleitpcPbPb {
239238

240239
if (doprocessMC) {
241240
histomc.add("histVtxZgen", "histVtxZgen", kTH1F, {axisVtxZ});
242-
histomc.add("ImptParameter", "ImptParameter", kTH1F, {ImptParAxis});
241+
histomc.add("ImptParameter", "ImptParameter", kTH1F, {axisImpt});
243242
histomc.add("histEtagen", "histEtagen", kTH1F, {axiseta});
244243
histomc.add("histPtgenHe3", "histPtgenHe3", kTH1F, {ptAxis});
245244
histomc.add("histPtgenAntiHe3", "histPtgenAntiHe3", kTH1F, {ptAxis});

0 commit comments

Comments
 (0)