mirror of
https://github.com/vale981/bachelor_thesis
synced 2025-03-04 17:11:39 -05:00
no overflows
This commit is contained in:
parent
92f2c275de
commit
f1495c4826
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue