Skip to content
Snippets Groups Projects

Restructuring repo

Merged Whitney Armstrong requested to merge restructure2 into master
Compare and Show latest version
4 files
+ 53
45
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -45,16 +45,14 @@ 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
zdc_simulation:
stage: simulate
needs:
- ["get_data"]
tags:
- silicon
script:
- bash benchmarks/calorimeters/run_simulation_zdc.sh
###################
# Benchmarks
@@ -112,30 +110,28 @@ crystal_benchmark:
# - results/
#allow_failure: true
#zdc_benchmark:
#stage: benchmarks
#tags:
#- silicon
#needs:
#- ["zdc_simulation"]
#dependencies:
#- zdc_simulation
#script:
#- ls -lrth sim_output
#- root -b -q calorimeters/simple_checking.cxx+
#allow_failure: true
zdc_benchmark:
stage: benchmarks
tags:
- silicon
needs:
- ["zdc_simulation"]
dependencies:
- zdc_simulation
script:
- ls -lrth sim_output
- root -b -q calorimeters/simple_checking.cxx+
allow_failure: true
#zdc_benchmark_info_histogram:
#stage: benchmarks
#needs:
#- ["zdc_simulation"]
#tags:
#- silicon
#dependencies:
#- zdc_simulation
#script:
#- cp NPDet/src/detectors/calorimeters/compact/elements.xml calorimeters/
#- cp NPDet/src/detectors/calorimeters/compact/materials.xml calorimeters/
#- root -b -q calorimeters/simple_info_plot_histograms.cxx+
#allow_failure: true
zdc_benchmark_info_histogram:
stage: benchmarks
needs:
- ["zdc_simulation"]
tags:
- silicon
dependencies:
- zdc_simulation
script:
- root -b -q calorimeters/simple_info_plot_histograms.cxx+
allow_failure: true
Loading