Skip to content
Snippets Groups Projects

Simple e/pi separation

Closed Whitney Armstrong requested to merge e_pi_sep into master
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
@@ -51,6 +51,15 @@ bench:emcal_barrel_photons:
@@ -51,6 +51,15 @@ bench:emcal_barrel_photons:
- root -b -q 'benchmarks/barrel_ecal/scripts/emcal_barrel_particles_analysis.cxx+("photon")'
- root -b -q 'benchmarks/barrel_ecal/scripts/emcal_barrel_particles_analysis.cxx+("photon")'
- root -b -q 'benchmarks/barrel_ecal/scripts/emcal_barrel_energy_scan_analysis.cxx+("photon")'
- root -b -q 'benchmarks/barrel_ecal/scripts/emcal_barrel_energy_scan_analysis.cxx+("photon")'
 
bench:e_pi_separation:
 
extends: .det_benchmark
 
stage: benchmarks
 
needs:
 
- ["sim:emcal_barrel_electrons","sim:emcal_barrel_pions"]
 
script:
 
- rootls -t sim_output/sim_emcal_barrel_uniform_electrons.root
 
- root -b -q benchmarks/barrel_ecal/scripts/e_pi_separation.cxx+
 
collect_results:barrel_ecal:
collect_results:barrel_ecal:
extends: .det_benchmark
extends: .det_benchmark
stage: collect
stage: collect
Loading