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
This commit is part of merge request !36. Comments created here will be created in the context of that merge request.
...@@ -60,11 +60,11 @@ ls -l ...@@ -60,11 +60,11 @@ ls -l
# run geant4 simulations # run geant4 simulations
npsim --runType batch \ npsim --runType batch \
-v WARNING \ -v WARNING \
#--part.minimalKineticEnergy 1000*GeV \
--numberOfEvents ${JUGGLER_N_EVENTS} \ --numberOfEvents ${JUGGLER_N_EVENTS} \
--compactFile ${JUGGLER_DETECTOR}.xml \ --compactFile ${JUGGLER_DETECTOR}.xml \
--inputFiles ../${JUGGLER_FILE_NAME_TAG}.hepmc \ --inputFiles ../${JUGGLER_FILE_NAME_TAG}.hepmc \
--outputFile ${JUGGLER_SIM_FILE} --outputFile ${JUGGLER_SIM_FILE}
#--part.minimalKineticEnergy 1000*GeV \
# Need to figure out how to pass file name to juggler from the commandline # Need to figure out how to pass file name to juggler from the commandline
if [[ "$?" -ne "0" ]] ; then if [[ "$?" -ne "0" ]] ; then
echo "ERROR running npdet" 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