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

modified: ../calorimeters/config.yml

parent 7708e70e
No related branches found
No related tags found
1 merge request!20Restructuring repo
......@@ -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,7 +45,7 @@ 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:
cal_sim:zdc:
stage: simulate
needs:
- ["get_data"]
......@@ -58,7 +58,7 @@ zdc_simulation:
# Benchmarks
###################
ben_emcal_barrel_pions:
cal_bench:emcal_barrel_pions:
stage: benchmarks
tags:
- silicon
......@@ -67,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
......@@ -82,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+
......@@ -110,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:
......@@ -123,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:
......
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