Skip to content
Snippets Groups Projects

Put back default N events to 100

Merged Whitney Armstrong requested to merge nevents into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -36,7 +36,7 @@ echo "JUGGLER_DETECTOR: ${JUGGLER_DETECTOR}"
## Number of events that will be processed by the reconstruction
if [ ! -n "${JUGGLER_N_EVENTS}" ] ; then
export JUGGLER_N_EVENTS=10
export JUGGLER_N_EVENTS=100
fi
echo "JUGGLER_N_EVENTS: ${JUGGLER_N_EVENTS}"
Loading