Skip to content
Snippets Groups Projects
Commit 940eeff4 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Use electron as default particle for full reconstruction script

parent 3bc8ae9a
Branches
No related tags found
1 merge request!134Use electron as default particle for full reconstruction script
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment