Skip to content
Snippets Groups Projects

Updating tracker hit plots

Merged Whitney Armstrong requested to merge tracker_plots into master
2 files
+ 26
8
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -18,8 +18,8 @@ void gen_track_hits(int n_events = 100,
const char* out_fname = "track_hits.hepmc",
int n_parts = 2)
{
double cos_theta_min = std::cos( 10.0*(M_PI/180.0));
double cos_theta_max = std::cos(170.0*(M_PI/180.0));
double cos_theta_min = std::cos( 1.0*(M_PI/180.0));
double cos_theta_max = std::cos(189.0*(M_PI/180.0));
WriterAscii hepmc_output(out_fname);
int events_parsed = 0;
Loading