Skip to content
Snippets Groups Projects
Commit 56a992ad authored by Maria Zurek's avatar Maria Zurek
Browse files

Enable all benchmarks

parent 706c63f2
No related branches found
No related tags found
1 merge request!31Resolve "Reenable all detector benchmarks"
# sim:emcal_barrel_pions: sim:emcal_barrel_pions:
# extends: .det_benchmark extends: .det_benchmark
# stage: simulate stage: simulate
# script: script:
# - bash benchmarks/barrel_ecal/run_emcal_barrel_pions.sh - bash benchmarks/barrel_ecal/run_emcal_barrel_pions.sh
sim:emcal_barrel_electrons: sim:emcal_barrel_electrons:
extends: .det_benchmark extends: .det_benchmark
stage: simulate stage: simulate
script: script:
# energy_scan should run first to avoid overwriting the non-scan sim file
- bash benchmarks/barrel_ecal/run_emcal_barrel_energy_scan.sh electron - bash benchmarks/barrel_ecal/run_emcal_barrel_energy_scan.sh electron
#- bash benchmarks/barrel_ecal/run_emcal_barrel_electrons.sh
- bash benchmarks/barrel_ecal/run_emcal_barrel_particles.sh electron - bash benchmarks/barrel_ecal/run_emcal_barrel_particles.sh electron
sim:emcal_barrel_photons: sim:emcal_barrel_photons:
extends: .det_benchmark extends: .det_benchmark
stage: simulate stage: simulate
script: script:
# energy_scan should run first to avoid overwriting the non-scan sim file
- bash benchmarks/barrel_ecal/run_emcal_barrel_energy_scan.sh photon - bash benchmarks/barrel_ecal/run_emcal_barrel_energy_scan.sh photon
- bash benchmarks/barrel_ecal/run_emcal_barrel_particles.sh photon - bash benchmarks/barrel_ecal/run_emcal_barrel_particles.sh photon
# bench:emcal_barrel_pions: bench:emcal_barrel_pions:
# extends: .det_benchmark extends: .det_benchmark
# stage: benchmarks stage: benchmarks
# needs: needs:
# - ["sim:emcal_barrel_pions"] - ["sim:emcal_barrel_pions"]
# script: script:
# - root -b -q benchmarks/barrel_ecal/scripts/emcal_barrel_pions_analysis.cxx+ - root -b -q benchmarks/barrel_ecal/scripts/emcal_barrel_pions_analysis.cxx+
bench:emcal_barrel_electrons: bench:emcal_barrel_electrons:
extends: .det_benchmark extends: .det_benchmark
......
...@@ -9,7 +9,6 @@ for E in 0.25 0.5 1 2 3 4 7 15 20 ...@@ -9,7 +9,6 @@ for E in 0.25 0.5 1 2 3 4 7 15 20
do do
export E_START="$E" export E_START="$E"
export E_END="$E" export E_END="$E"
export JUGGLER_N_EVENTS="750"
bash benchmarks/barrel_ecal/run_emcal_barrel_particles.sh "${PARTICLE}" && echo "$E" >> "$E_file" || exit 1 bash benchmarks/barrel_ecal/run_emcal_barrel_particles.sh "${PARTICLE}" && echo "$E" >> "$E_file" || exit 1
path_rootfiles="sim_output/energy_scan/${E}/" path_rootfiles="sim_output/energy_scan/${E}/"
path_plots="results/energy_scan/${E}/" path_plots="results/energy_scan/${E}/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment