Skip to content
Snippets Groups Projects
Commit d3be0bc3 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Removed hard coded detector name.

	modified:   benchmarks/crystal_calorimeter/config.yml
parent 5a2a4465
No related branches found
No related tags found
1 merge request!40Removed hard coded detector name.
......@@ -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
......
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