Skip to content
Snippets Groups Projects

Removed hard coded detector name.

Merged Whitney Armstrong requested to merge detector_fix into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -8,7 +8,7 @@ cal_sim:crystal_pion:
extends: .det_benchmark
stage: simulate
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}/${JUGGLER_DETECTOR}.xml --inputFiles data/emcal_electrons.hepmc --outputFile sim_output/output_emcal_electrons.root
cal_bench:crystal_benchmark:
extends: .det_benchmark
Loading