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

minor fix

parent 39c300b9
No related branches found
No related tags found
No related merge requests found
......@@ -60,11 +60,11 @@ ls -l
# run geant4 simulations
npsim --runType batch \
-v WARNING \
#--part.minimalKineticEnergy 1000*GeV \
--numberOfEvents ${JUGGLER_N_EVENTS} \
--compactFile ${JUGGLER_DETECTOR}.xml \
--inputFiles ../${JUGGLER_FILE_NAME_TAG}.hepmc \
--outputFile ${JUGGLER_SIM_FILE}
#--part.minimalKineticEnergy 1000*GeV \
# Need to figure out how to pass file name to juggler from the commandline
if [[ "$?" -ne "0" ]] ; then
echo "ERROR running npdet"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment