Skip to content

Commit dd7972d

Browse files
authored
PWGCF: Update lambdaR2Correlation.cxx
1 parent 30f671b commit dd7972d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/TwoParticleCorrelations/Tasks/lambdaR2Correlation.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ struct lambdaCorrTableProducer {
159159

160160
const AxisSpec axisV0Mass(100, 1.06, 1.16, "Inv Mass (GeV/#it{c}^{2})");
161161
const AxisSpec axisV0Pt(200, 0., 5., "p_{T} (GeV/#it{c})");
162-
const AxisSpec axisV0Rap(16, -cfg_v0_rap_max, cfg_v0_rap_max, "rap");
162+
const AxisSpec axisV0Rap(20, -1., 1., "rap");
163163
const AxisSpec axisV0Phi(36, 0., 2 * TMath::Pi(), "#phi (rad)");
164164

165165
const AxisSpec axisRadius(500, 0, 100, "r(cm)");

0 commit comments

Comments
 (0)