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

modified: config.yml

parent bc73fce2
Branches
Tags
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.
...@@ -27,6 +27,15 @@ bench:emcal_barrel_electrons: ...@@ -27,6 +27,15 @@ bench:emcal_barrel_electrons:
- rootls -t sim_output/sim_emcal_barrel_uniform_electrons.root - rootls -t sim_output/sim_emcal_barrel_uniform_electrons.root
- root -b -q benchmarks/barrel_ecal/scripts/emcal_barrel_electrons_analysis.cxx+ - root -b -q benchmarks/barrel_ecal/scripts/emcal_barrel_electrons_analysis.cxx+
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