Skip to content

Commit 43ad7cc

Browse files
authored
Update DileptonHadronMPC.h
1 parent 3b2cfad commit 43ad7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/Dilepton/Core/DileptonHadronMPC.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ struct DileptonHadronMPC {
523523
// fRegistry.addClone("DileptonHadron/same/", "DileptonHadron/mix/");
524524

525525
// hadron-hadron
526-
const AxisSpec axis_dphi_hh{180, -M_PI / 2, 3 * M_PI / 2, "#Delta#varphi = #varphi_{h}^{ref1} - #varphi_{h}^{ref2} (rad.)"};
526+
const AxisSpec axis_dphi_hh{90, -M_PI / 2, 3 * M_PI / 2, "#Delta#varphi = #varphi_{h}^{ref1} - #varphi_{h}^{ref2} (rad.)"};
527527
fRegistry.add("HadronHadron/same/hDEtaDPhi", "hadron-hadron 2PC", kTH2D, {axis_dphi_hh, axis_deta_hh}, true);
528528
fRegistry.addClone("HadronHadron/same/", "HadronHadron/mix/");
529529
fRegistry.add("HadronHadron/mix/hDiffBC", "diff. global BC in mixed event;|BC_{current} - BC_{mixed}|", kTH1D, {{10001, -0.5, 10000.5}}, true);

0 commit comments

Comments
 (0)