Skip to content
Snippets Groups Projects
Commit 1c1e963e authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: config.yml

parent 73d9229f
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !30. Comments created here will be created in the context of that merge request.
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment