diff --git a/prog/analysis/qqgg_simple/MC_DIPHOTON_SIMPLE.cc b/prog/analysis/qqgg_simple/MC_DIPHOTON_SIMPLE.cc index 9ee471c..9744d3b 100644 --- a/prog/analysis/qqgg_simple/MC_DIPHOTON_SIMPLE.cc +++ b/prog/analysis/qqgg_simple/MC_DIPHOTON_SIMPLE.cc @@ -36,7 +36,7 @@ public: auto energy = info().energies()[0].first; book(_h_pT, "pT", 50, 16.3, energy); book(_h_eta, "eta", 50, -2.5, 2.5); - book(_h_cos_theta, "cos_theta", 50, -.986, .986); + book(_h_cos_theta, "cos_theta", 50, -1, 1); } /// Perform the per-event analysis