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 @@ ...@@ -5,7 +5,7 @@
# - Run Juggler # - Run Juggler
##################### #####################
sim:emcal_barrel_pions: cal_sim:emcal_barrel_pions:
image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG
stage: simulate stage: simulate
artifacts: artifacts:
...@@ -16,7 +16,7 @@ sim:emcal_barrel_pions: ...@@ -16,7 +16,7 @@ sim:emcal_barrel_pions:
- bash benchmarks/calorimeters/run_emcal_barrel_pions.sh - bash benchmarks/calorimeters/run_emcal_barrel_pions.sh
allow_failure: true allow_failure: true
sim:emcal_barrel_electrons: cal_sim:emcal_barrel_electrons:
image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG
stage: simulate stage: simulate
artifacts: artifacts:
...@@ -27,7 +27,7 @@ sim:emcal_barrel_electrons: ...@@ -27,7 +27,7 @@ sim:emcal_barrel_electrons:
- bash benchmarks/calorimeters/run_emcal_barrel_electrons.sh - bash benchmarks/calorimeters/run_emcal_barrel_electrons.sh
allow_failure: true allow_failure: true
sim:crystal_emcal: cal_sim:crystal_emcal:
stage: simulate stage: simulate
needs: needs:
- ["get_data"] - ["get_data"]
...@@ -36,7 +36,7 @@ sim:crystal_emcal: ...@@ -36,7 +36,7 @@ sim:crystal_emcal:
script: script:
- bash benchmarks/calorimeters/run_simulation_crystal.sh - bash benchmarks/calorimeters/run_simulation_crystal.sh
crystal_pion_simulation: cal_sim:crystal_pion:
stage: simulate stage: simulate
needs: needs:
- ["get_data"] - ["get_data"]
...@@ -45,7 +45,7 @@ crystal_pion_simulation: ...@@ -45,7 +45,7 @@ crystal_pion_simulation:
script: script:
- npsim --runType batch --numberOfEvents 100 --compactFile ${DETECTOR_PATH}/topside.xml --inputFiles data/emcal_electrons.hepmc --outputFile sim_output/output_emcal_electrons.root - 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 stage: simulate
needs: needs:
- ["get_data"] - ["get_data"]
...@@ -58,7 +58,7 @@ zdc_simulation: ...@@ -58,7 +58,7 @@ zdc_simulation:
# Benchmarks # Benchmarks
################### ###################
ben_emcal_barrel_pions: cal_bench:emcal_barrel_pions:
stage: benchmarks stage: benchmarks
tags: tags:
- silicon - silicon
...@@ -67,13 +67,13 @@ ben_emcal_barrel_pions: ...@@ -67,13 +67,13 @@ ben_emcal_barrel_pions:
paths: paths:
- results/ - results/
needs: needs:
- ["sim_emcal_barrel_pions"] - ["cal_sim:emcal_barrel_pions"]
script: script:
- ls -lrth sim_output - ls -lrth sim_output
- root -b -q calorimeters/scripts/emcal_barrel_pions_analysis.cxx+ - root -b -q calorimeters/scripts/emcal_barrel_pions_analysis.cxx+
allow_failure: true allow_failure: true
ben_emcal_barrel_electrons: cal_bench:emcal_barrel_electrons:
stage: benchmarks stage: benchmarks
tags: tags:
- silicon - silicon
...@@ -82,18 +82,18 @@ ben_emcal_barrel_electrons: ...@@ -82,18 +82,18 @@ ben_emcal_barrel_electrons:
paths: paths:
- results/ - results/
needs: needs:
- ["sim_emcal_barrel_electrons"] - ["cal_sim:emcal_barrel_electrons"]
script: script:
- ls -lrth sim_output - ls -lrth sim_output
- root -b -q calorimeters/scripts/emcal_barrel_electrons_analysis.cxx+ - root -b -q calorimeters/scripts/emcal_barrel_electrons_analysis.cxx+
allow_failure: true allow_failure: true
crystal_benchmark: cal_bench:crystal_benchmark:
stage: benchmarks stage: benchmarks
tags: tags:
- silicon - silicon
needs: needs:
- ["crystal_emcal_simulation"] - ["cal_sim:crystal_emcal"]
script: script:
- ls -lrth sim_output - ls -lrth sim_output
- root -b -q calorimeters/simple_checking_crystal.cxx+ - root -b -q calorimeters/simple_checking_crystal.cxx+
...@@ -110,12 +110,12 @@ crystal_benchmark: ...@@ -110,12 +110,12 @@ crystal_benchmark:
# - results/ # - results/
#allow_failure: true #allow_failure: true
zdc_benchmark: cal_bench:zdc_benchmark:
stage: benchmarks stage: benchmarks
tags: tags:
- silicon - silicon
needs: needs:
- ["zdc_simulation"] - ["cal_sim:zdc"]
dependencies: dependencies:
- zdc_simulation - zdc_simulation
script: script:
...@@ -123,10 +123,10 @@ zdc_benchmark: ...@@ -123,10 +123,10 @@ zdc_benchmark:
- root -b -q calorimeters/simple_checking.cxx+ - root -b -q calorimeters/simple_checking.cxx+
allow_failure: true allow_failure: true
zdc_benchmark_info_histogram: cal_bench:zdc_benchmark_info_histogram:
stage: benchmarks stage: benchmarks
needs: needs:
- ["zdc_simulation"] - ["cal_sim:zdc"]
tags: tags:
- silicon - silicon
dependencies: 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