Skip to content
Snippets Groups Projects
Commit 5dd9d15b authored by Jihee Kim's avatar Jihee Kim
Browse files

Created bash script to run simulation to get input file.

parent 0b1ddbe3
No related branches found
No related tags found
1 merge request!1Making plots of kinematics
...@@ -200,6 +200,16 @@ deploy_results: ...@@ -200,6 +200,16 @@ deploy_results:
script: script:
- echo "deploy results!" - echo "deploy results!"
crystal_pion_simulation:
stage: simulate
needs:
- ["get_data"]
tag:
- sodium
script:
- cp topside/topside.xml ./.
- bash calorimeters/run_simulation_crystal_pion.sh
# artifacts: # artifacts:
# paths: # paths:
# - datasets # - datasets
......
#!/bin/bash
npsim --runType batch --numberOfEvents 10000 \
--compactFile ./calorimeters/topside.xml \
--inputFiles ./data/emcal_pions_upto1GeV_10kevents.hepmc \
--outputFile ./sim_output/sim_crystal_pion_input.root
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