From e0226986ac01a252287bc71dc5eb5e9a2bb61b94 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wouter.deconinck@umanitoba.ca> Date: Tue, 17 Aug 2021 21:41:31 +0000 Subject: [PATCH] no xenv; rootls rec file --- benchmarks/full/full_reconstruction.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/benchmarks/full/full_reconstruction.sh b/benchmarks/full/full_reconstruction.sh index 6feabb14..3d60204d 100644 --- a/benchmarks/full/full_reconstruction.sh +++ b/benchmarks/full/full_reconstruction.sh @@ -164,13 +164,14 @@ OPTION_DIR=benchmarks/full/options SCRIPT_DIR=benchmarks/full/scripts # Run Juggler -xenv -x ${JUGGLER_INSTALL_PREFIX}/Juggler.xenv \ - gaudirun.py ${OPTION_DIR}/full_reconstruction.py +gaudirun.py ${OPTION_DIR}/full_reconstruction.py if [[ "$?" -ne "0" ]] ; then echo "ERROR running reconstruction (juggler)" exit 1 fi +rootls -t "${JUGGLER_REC_FILE}" + # Run analysis scripts #python ${SCRIPT_DIR}/full_reconstruction.py ${JUGGLER_SIM_FILE} ${JUGGLER_REC_FILE} -o results -- GitLab