Skip to content
Snippets Groups Projects

Restructuring repo

Merged Whitney Armstrong requested to merge restructure2 into master
Compare and Show latest version
4 files
+ 13
22
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -47,7 +47,7 @@ cal_bench:emcal_barrel_pions:
needs:
- ["cal_sim:emcal_barrel_pions"]
script:
- root -b -q calorimeters/scripts/emcal_barrel_pions_analysis.cxx+
- root -b -q benchmarks/calorimeters/scripts/emcal_barrel_pions_analysis.cxx+
allow_failure: true
cal_bench:emcal_barrel_electrons:
@@ -56,7 +56,7 @@ cal_bench:emcal_barrel_electrons:
needs:
- ["cal_sim:emcal_barrel_electrons"]
script:
- root -b -q calorimeters/scripts/emcal_barrel_electrons_analysis.cxx+
- root -b -q benchmarks/calorimeters/scripts/emcal_barrel_electrons_analysis.cxx+
allow_failure: true
cal_bench:crystal_benchmark:
@@ -65,7 +65,7 @@ cal_bench:crystal_benchmark:
needs:
- ["cal_sim:crystal_emcal"]
script:
- root -b -q calorimeters/simple_checking_crystal.cxx+
- root -b -q benchmarks/calorimeters/simple_checking_crystal.cxx+
allow_failure: true
#cal_test_3_zdc_neutrons_reader:
@@ -85,7 +85,7 @@ cal_bench:zdc_benchmark:
needs:
- ["cal_sim:zdc"]
script:
- root -b -q calorimeters/simple_checking.cxx+
- root -b -q benchmarks/calorimeters/simple_checking.cxx+
allow_failure: true
cal_bench:zdc_benchmark_info_histogram:
@@ -94,6 +94,6 @@ cal_bench:zdc_benchmark_info_histogram:
needs:
- ["cal_sim:zdc"]
script:
- root -b -q calorimeters/simple_info_plot_histograms.cxx+
- root -b -q benchmarks/calorimeters/simple_info_plot_histograms.cxx+
allow_failure: true
Loading