Skip to content
Snippets Groups Projects

Draft: Resolve "Add energy scan for Barrel Ecal"

Closed Maria Zurek requested to merge 45-add-energy-scan-for-barrel-ecal into master
3 files
+ 16
16
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -30,8 +30,8 @@ imaging_ecal_energy_scan:
@@ -30,8 +30,8 @@ imaging_ecal_energy_scan:
extends: .rec_benchmark
extends: .rec_benchmark
stage: run
stage: run
timeout: 24 hours
timeout: 24 hours
rules:
# rules:
- if: '$RUN_EXTENDED_RECO_BENCHMARK == "true"'
# - if: '$RUN_EXTENDED_RECO_BENCHMARK == "true"'
script:
script:
- bash benchmarks/imaging_ecal/run_emcal_barrel.sh -t emcal_barrel_${PARTICLE}_${ENERGY} -n 100 -p "${PARTICLE}" -e "${ENERGY}"
- bash benchmarks/imaging_ecal/run_emcal_barrel.sh -t emcal_barrel_${PARTICLE}_${ENERGY} -n 100 -p "${PARTICLE}" -e "${ENERGY}"
parallel:
parallel:
@@ -39,18 +39,18 @@ imaging_ecal_energy_scan:
@@ -39,18 +39,18 @@ imaging_ecal_energy_scan:
- ENERGY: ["1", "2", "5"]
- ENERGY: ["1", "2", "5"]
PARTICLE: [electron, photon]
PARTICLE: [electron, photon]
# imaging_ecal_energy_scan_analysis:
imaging_ecal_energy_scan_analysis:
# extends: .rec_benchmark
extends: .rec_benchmark
# stage: process
stage: process
# timeout: 24 hours
timeout: 24 hours
# # rules:
# rules:
# # - if: '$RUN_EXTENDED_RECO_BENCHMARK == "true"'
# - if: '$RUN_EXTENDED_RECO_BENCHMARK == "true"'
# needs:
needs:
# - ["imaging_ecal_energy_scan"]
- ["imaging_ecal_energy_scan"]
# script:
script:
# - ls -lhtR sim_output/
- ls -lhtR sim_output/
# - rootls -t sim_output/rec_emcal_barrel_photon_5.root
- rootls -t sim_output/rec_emcal_barrel_photon_5.root
# # - root -b -q 'benchmarks/imaging_ecal/scripts/energy_scan_analysis.cxx+'
- root -b -q 'benchmarks/imaging_ecal/scripts/energy_scan_analysis.cxx+'
imaging_ecal:results:
imaging_ecal:results:
Loading