Skip to content

Commit dc91bef

Browse files
authored
fix initialization
1 parent 440e578 commit dc91bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/TableProducer/Nuspex/ebyeMaker.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ struct EbyeMaker {
195195
const AxisSpec nTpcAxis{160, 0, 160, "N TPC"};
196196
const AxisSpec dcaAxis{2000, -1., 1., "DCA in cm"};
197197
const AxisSpec phiAxis{650, 0, 6.5, "#phi (rad)"};
198-
const AxisSpec signMomAxis{1e3, -5.f, 5.f, "#it{p}_{T}/#it{Z} (GeV/#it{c})"};
198+
const AxisSpec signMomAxis{1000, -5.f, 5.f, "#it{p}_{T}/#it{Z} (GeV/#it{c})"};
199199

200200
// binning of (anti)lambda mass QA histograms
201201
ConfigurableAxis massLambdaAxis{"massLambdaAxis", {400, o2::constants::physics::MassLambda0 - 0.03f, o2::constants::physics::MassLambda0 + 0.03f}, "binning for the lambda invariant-mass"};

0 commit comments

Comments
 (0)