Skip to content
Snippets Groups Projects
Commit 0f3621d7 authored by Maria Zurek's avatar Maria Zurek
Browse files

Narrow eta range

parent 7c99cf7b
No related tags found
1 merge request!81Draft: Add eta scan for becal benchmarks
...@@ -35,8 +35,8 @@ void emcal_barrel_particles_gen(int n_events = 1e6, double e_start = 0.0, double ...@@ -35,8 +35,8 @@ void emcal_barrel_particles_gen(int n_events = 1e6, double e_start = 0.0, double
// detector // detector
// https://indico.bnl.gov/event/7449/contributions/35966/attachments/27177/41430/EIC-DWG-Calo-03192020.pdf // https://indico.bnl.gov/event/7449/contributions/35966/attachments/27177/41430/EIC-DWG-Calo-03192020.pdf
// See a figure on slide 26 // See a figure on slide 26
double cos_theta_min = std::cos(M_PI * (45.0 / 180.0)); double cos_theta_min = std::cos(M_PI * (89.0 / 180.0));
double cos_theta_max = std::cos(M_PI * (135.0 / 180.0)); double cos_theta_max = std::cos(M_PI * (91.0 / 180.0));
for (events_parsed = 0; events_parsed < n_events; events_parsed++) { for (events_parsed = 0; events_parsed < n_events; events_parsed++) {
// FourVector(px,py,pz,e,pdgid,status) // FourVector(px,py,pz,e,pdgid,status)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment