Skip to content
Snippets Groups Projects

Update Analysis Script

Merged Jihee Kim requested to merge jihee.kim/reconstruction_benchmarks:analysis into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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"
Loading