Skip to content
Snippets Groups Projects
Commit 1788dca1 authored by Wouter Deconinck's avatar Wouter Deconinck Committed by Wouter Deconinck
Browse files

Simulate JUGGLER_N_EVENTS

parent 68fda351
No related branches found
No related tags found
1 merge request!163Draft: Initial MRICH reconstruction benchmark
......@@ -4,7 +4,7 @@ sim:backward:
variables:
JUGGLER_SIM_FILE: "sim_output/sim_pid_backward_${PARTICLE}_5GeV.root"
script:
- npsim --runType batch --numberOfEvents 100 --compactFile ${DETECTOR_PATH}/${JUGGLER_DETECTOR}.xml --enableGun --gun.energy "5*GeV" --gun.particle "${PARTICLE}" --gun.thetaMin 130*deg --gun.thetaMax 177*deg --gun.distribution "cos(theta)" --outputFile ${JUGGLER_SIM_FILE}
- npsim --runType batch --numberOfEvents ${JUGGLER_N_EVENTS} --compactFile ${DETECTOR_PATH}/${JUGGLER_DETECTOR}.xml --enableGun --gun.energy "5*GeV" --gun.particle "${PARTICLE}" --gun.thetaMin 130*deg --gun.thetaMax 177*deg --gun.distribution "cos(theta)" --outputFile ${JUGGLER_SIM_FILE}
- rootls -t ${JUGGLER_SIM_FILE}
parallel:
matrix:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment