Skip to content

Commit 0169c16

Browse files
committed
Fix bin limits for event-plane angle in charm polarisation task
1 parent 81b5d7f commit 0169c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/D2H/Tasks/taskCharmPolarisation.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ struct HfTaskCharmPolarisation {
679679
/// Event-plane related histograms
680680
if (doprocessResolEventPlane) {
681681
const AxisSpec axisCosDeltaPhi{1000, -1., 1., "cos(2(#Psi_{2}(A) #minus #Psi_{2}(B)))"};
682-
const AxisSpec axisPsi{180, 0., o2::constants::math::PI, "#Psi_{2}"};
682+
const AxisSpec axisPsi{180, -o2::constants::math::PIHalf, o2::constants::math::PIHalf, "#Psi_{2}"};
683683

684684
registry.add("resolEvPlane/hEvPlaneAngleFV0A", ";centrality;#Psi_{2} (FV0A)", {HistType::kTH2F, {thnAxisCentrality, axisPsi}});
685685
registry.add("resolEvPlane/hEvPlaneAngleFT0A", ";centrality;#Psi_{2} (FT0A)", {HistType::kTH2F, {thnAxisCentrality, axisPsi}});

0 commit comments

Comments
 (0)