Skip to content
Snippets Groups Projects

Resolve "Pion rejection YR benchmark"

Merged Marshall Scott requested to merge 34-pion-rejection-yr-benchmark into master
Compare and
4 files
+ 782
1
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -23,7 +23,7 @@
using namespace HepMC3;
void emcal_barrel_particles_gen(int n_events = 1e6, double e_start = 0.0, double e_end = 20.0, std::string particle_name = "electron") {
std::string out_fname = fmt::format("./data/emcal_barrel_{}.hepmc", particle_name);
std::string out_fname = fmt::format("./data/{}", std::getenv("JUGGLER_GEN_FILE"));
WriterAscii hepmc_output(out_fname);
int events_parsed = 0;
GenEvent evt(Units::GEV, Units::MM);
Loading