From 940eeff4efdad0803e23bf07245176f84a92d59a Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Wed, 21 Jul 2021 19:04:20 -0400
Subject: [PATCH] Use electron as default particle for full reconstruction
 script

---
 benchmarks/full/full_reconstruction.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/benchmarks/full/full_reconstruction.sh b/benchmarks/full/full_reconstruction.sh
index c0b57c64..f8482b08 100644
--- a/benchmarks/full/full_reconstruction.sh
+++ b/benchmarks/full/full_reconstruction.sh
@@ -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
-- 
GitLab