Skip to content
Snippets Groups Projects

Added number of tracking hits vs theta plot

Merged Whitney Armstrong requested to merge tracking_nhits into master
Files
2
@@ -17,8 +17,8 @@ using namespace HepMC3;
void gen_central_electrons(int n_events = 100,
const char* out_fname = "central_electrons.hepmc")
{
double cos_theta_min = std::cos( 50.0*(M_PI/180.0));
double cos_theta_max = std::cos(130.0*(M_PI/180.0));
double cos_theta_min = std::cos( 20.0*(M_PI/180.0));
double cos_theta_max = std::cos(160.0*(M_PI/180.0));
WriterAscii hepmc_output(out_fname);
int events_parsed = 0;
Loading