diff --git a/ecal/emcal_electrons.sh b/ecal/emcal_electrons.sh index 03df966c14a1f5ba065321d1932f885f5445b01f..23f4eb8e4ccc43628d953e5076bb17e149c03360 100644 --- a/ecal/emcal_electrons.sh +++ b/ecal/emcal_electrons.sh @@ -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"