Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabrina Hernandez committed Jan 11, 2025
1 parent 67af526 commit e1be81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGCF/Flow/Tasks/FlowZDCtask.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ struct FlowZDCtask {

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

0 comments on commit e1be81a

Please sign in to comment.