Skip to content

Commit e1be81a

Browse files
author
Sabrina Hernandez
committed
fix typo
1 parent 67af526 commit e1be81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Flow/Tasks/FlowZDCtask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ struct FlowZDCtask {
131131

132132
const AxisSpec axisPt{nBinsPt, 0, 10, "p_{T} (GeV/c)"};
133133
const AxisSpec axisCounter{1, 0, +1, ""};
134-
const AxisSpec axisPhi{100, 0, o2::constants::math::TwoPIPI, "#phi"};
134+
const AxisSpec axisPhi{100, 0, o2::constants::math::TwoPI, "#phi"};
135135
const AxisSpec axisQ{100, -1, 1, "Q"};
136136
const AxisSpec axisZNA{100, 0, 200, "energy"};
137137
const AxisSpec axisQZNA{100, -1, 1, "Q"};

0 commit comments

Comments
 (0)