Skip to content
Snippets Groups Projects

Use electron as default particle for full reconstruction script

Merged Wouter Deconinck requested to merge full-reconstruction-default-particle into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
@@ -82,6 +82,10 @@ if [[ ! -n "${JUGGLER_N_EVENTS}" ]] ; then
export JUGGLER_N_EVENTS=1000
fi
if [[ ! -n "${PARTICLE}" ]] ; then
export PARTICLE="electron"
fi
if [[ ! -n "${PMIN}" ]] ; then
export PMIN=1.0
fi
Loading