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

modified: .gitlab-ci.yml

	modified:   benchmarks/calorimeters/config.yml
parent 93a2bce1
No related branches found
No related tags found
1 merge request!20Restructuring repo
...@@ -153,7 +153,7 @@ include: ...@@ -153,7 +153,7 @@ include:
deploy_results: deploy_results:
stage: deploy stage: deploy
needs: needs:
- ["zdc_benchmark","zdc_benchmark_info_histogram","detector"] - ["zdc_benchmark"]
tags: tags:
- silicon - silicon
script: script:
......
...@@ -45,16 +45,14 @@ crystal_pion_simulation: ...@@ -45,16 +45,14 @@ crystal_pion_simulation:
script: 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}/topside.xml --inputFiles data/emcal_electrons.hepmc --outputFile sim_output/output_emcal_electrons.root
#zdc_simulation: zdc_simulation:
#stage: simulate stage: simulate
#needs: needs:
#- ["get_data"] - ["get_data"]
#tags: tags:
#- silicon - silicon
#script: script:
#- cp NPDet/src/detectors/calorimeters/compact/elements.xml ./. - bash benchmarks/calorimeters/run_simulation_zdc.sh
#- cp NPDet/src/detectors/calorimeters/compact/materials.xml ./.
#- bash calorimeters/run_simulation_zdc.sh
################### ###################
# Benchmarks # Benchmarks
......
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