From e1be81a9175356ca26616bd489cb2915693beed9 Mon Sep 17 00:00:00 2001 From: Sabrina Hernandez Date: Fri, 10 Jan 2025 20:37:24 -0700 Subject: [PATCH] fix typo --- PWGCF/Flow/Tasks/FlowZDCtask.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGCF/Flow/Tasks/FlowZDCtask.cxx b/PWGCF/Flow/Tasks/FlowZDCtask.cxx index d4ac3e139b9..45a9bf8b5db 100644 --- a/PWGCF/Flow/Tasks/FlowZDCtask.cxx +++ b/PWGCF/Flow/Tasks/FlowZDCtask.cxx @@ -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"};