From ddeada954fef454f0b0e4b6623b735d939a46971 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Sat, 17 Apr 2021 00:36:37 -0500 Subject: [PATCH] modified: ../calorimeters/config.yml --- benchmarks/calorimeters/config.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/benchmarks/calorimeters/config.yml b/benchmarks/calorimeters/config.yml index 5d09aa8b..5a4701ab 100644 --- a/benchmarks/calorimeters/config.yml +++ b/benchmarks/calorimeters/config.yml @@ -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: -- GitLab