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

modified: roman_pot_simu.sh

parent fa95825a
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !22. Comments created here will be created in the context of that merge request.
#!/bin/bash
if [[ ! -n "${JUGGLER_DETECTOR}" ]] ; then
export JUGGLER_DETECTOR="topside"
fi
if [[ ! -n "${JUGGLER_N_EVENTS}" ]] ; then
export JUGGLER_N_EVENTS=1000
fi
ddsim --runType batch -N 300 \
npsim --runType batch \
-v WARNING \
--part.minimalKineticEnergy 0.5*GeV \
--numberOfEvents ${JUGGLER_N_EVENTS} \
--compactFile ${DETECTOR_PATH}/${JUGGLER_DETECTOR}.xml \
--inputFiles ./data/forward_ions.hepmc \
--compactFile benchmarks/trackers/roman_pot.xml \
--outputFile ./sim_output/roman_pot_out.root
--outputFile sim_output/${JUGGLER_SIM_FILE}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment