Skip to content

Commit 42bdcb1

Browse files
committed
Fix error messages relevant to name of file
1 parent da66c29 commit 42bdcb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGUD/Tasks/ProcessMCDPMJetSGv3.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ struct ProcessMCDPMJetSGv3 {
9292
const AxisSpec axisBC{1000, -10000.0, +10000.0, "BCs"};
9393
const AxisSpec axisBCext{100000, -10000000.0, +10000000.0, "BCs"};
9494
const AxisSpec axisCosTheta{100, -1.0, +1.0, "cos#theta"};
95-
const AxisSpec axisPhi{600, -TMath::Pi(), -TMath::Pi(), "#varphi"};
95+
const AxisSpec axisPhi{600, -o2::constants::math::PI, -o2::constants::math::PI, "#varphi"};
9696

9797
// create histograms
9898
histos.add("hdEdx", "p vs dE/dx Signal", kTH2F, {{100, 0.0, 3.0}, {1000, 0.0, 2000.0}});

0 commit comments

Comments
 (0)