Skip to content
Snippets Groups Projects

Restructuring repo

Merged Whitney Armstrong requested to merge restructure2 into master
Compare and Show latest version
4 files
+ 27
29
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -5,7 +5,7 @@
# - Run Juggler
#####################
sim:emcal_barrel_pions:
cal_sim:emcal_barrel_pions:
image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG
stage: simulate
artifacts:
@@ -16,7 +16,7 @@ sim:emcal_barrel_pions:
- bash benchmarks/calorimeters/run_emcal_barrel_pions.sh
allow_failure: true
sim:emcal_barrel_electrons:
cal_sim:emcal_barrel_electrons:
image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG
stage: simulate
artifacts:
@@ -27,7 +27,7 @@ sim:emcal_barrel_electrons:
- bash benchmarks/calorimeters/run_emcal_barrel_electrons.sh
allow_failure: true
sim:crystal_emcal:
cal_sim:crystal_emcal:
stage: simulate
needs:
- ["get_data"]
@@ -36,7 +36,7 @@ sim:crystal_emcal:
script:
- bash benchmarks/calorimeters/run_simulation_crystal.sh
crystal_pion_simulation:
cal_sim:crystal_pion:
stage: simulate
needs:
- ["get_data"]
@@ -45,22 +45,20 @@ crystal_pion_simulation:
script:
- npsim --runType batch --numberOfEvents 100 --compactFile ${DETECTOR_PATH}/topside.xml --inputFiles data/emcal_electrons.hepmc --outputFile sim_output/output_emcal_electrons.root
#zdc_simulation:
#stage: simulate
#needs:
#- ["get_data"]
#tags:
#- silicon
#script:
#- cp NPDet/src/detectors/calorimeters/compact/elements.xml ./.
#- cp NPDet/src/detectors/calorimeters/compact/materials.xml ./.
#- bash calorimeters/run_simulation_zdc.sh
cal_sim:zdc:
stage: simulate
needs:
- ["get_data"]
tags:
- silicon
script:
- bash benchmarks/calorimeters/run_simulation_zdc.sh
###################
# Benchmarks
###################
ben_emcal_barrel_pions:
cal_bench:emcal_barrel_pions:
stage: benchmarks
tags:
- silicon
@@ -69,13 +67,13 @@ ben_emcal_barrel_pions:
paths:
- results/
needs:
- ["sim_emcal_barrel_pions"]
- ["cal_sim:emcal_barrel_pions"]
script:
- ls -lrth sim_output
- root -b -q calorimeters/scripts/emcal_barrel_pions_analysis.cxx+
allow_failure: true
ben_emcal_barrel_electrons:
cal_bench:emcal_barrel_electrons:
stage: benchmarks
tags:
- silicon
@@ -84,18 +82,18 @@ ben_emcal_barrel_electrons:
paths:
- results/
needs:
- ["sim_emcal_barrel_electrons"]
- ["cal_sim:emcal_barrel_electrons"]
script:
- ls -lrth sim_output
- root -b -q calorimeters/scripts/emcal_barrel_electrons_analysis.cxx+
allow_failure: true
crystal_benchmark:
cal_bench:crystal_benchmark:
stage: benchmarks
tags:
- silicon
needs:
- ["crystal_emcal_simulation"]
- ["cal_sim:crystal_emcal"]
script:
- ls -lrth sim_output
- root -b -q calorimeters/simple_checking_crystal.cxx+
@@ -112,12 +110,12 @@ crystal_benchmark:
# - results/
#allow_failure: true
zdc_benchmark:
cal_bench:zdc_benchmark:
stage: benchmarks
tags:
- silicon
needs:
- ["zdc_simulation"]
- ["cal_sim:zdc"]
dependencies:
- zdc_simulation
script:
@@ -125,10 +123,10 @@ zdc_benchmark:
- root -b -q calorimeters/simple_checking.cxx+
allow_failure: true
zdc_benchmark_info_histogram:
cal_bench:zdc_benchmark_info_histogram:
stage: benchmarks
needs:
- ["zdc_simulation"]
- ["cal_sim:zdc"]
tags:
- silicon
dependencies:
Loading