From bf1a2ec12cc52c0887234252008851d0fd55b5ff Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Thu, 22 Jul 2021 18:42:21 -0500 Subject: [PATCH] Removed JUGGLER_DETECTOR_PATH Use DETECTOR_PATH --- benchmarks/dis/analysis-only.sh | 2 -- benchmarks/dis/dis.sh | 2 -- benchmarks/dvmp/dvmp.sh | 2 -- 3 files changed, 6 deletions(-) diff --git a/benchmarks/dis/analysis-only.sh b/benchmarks/dis/analysis-only.sh index 137ccede..42b94679 100755 --- a/benchmarks/dis/analysis-only.sh +++ b/benchmarks/dis/analysis-only.sh @@ -77,12 +77,10 @@ echo "Running Geant4 simulation" ## variables: ## - JUGGLER_SIM_FILE: input detector simulation ## - JUGGLER_REC_FILE: output reconstructed data -## - JUGGLER_DETECTOR_PATH: Location of the detector geometry ## - JUGGLER_N_EVENTS: number of events to process (part of global environment) ## - JUGGLER_DETECTOR: detector package (part of global environment) #export JUGGLER_SIM_FILE=${SIM_FILE} #export JUGGLER_REC_FILE=${REC_FILE} -#export JUGGLER_DETECTOR_PATH=${DETECTOR_PATH} #xenv -x ${JUGGLER_INSTALL_PREFIX}/Juggler.xenv \ # gaudirun.py options/tracker_reconstruction.py ## on-error, first retry running juggler again as there is still a random diff --git a/benchmarks/dis/dis.sh b/benchmarks/dis/dis.sh index 6ef5e0aa..ac87cc17 100755 --- a/benchmarks/dis/dis.sh +++ b/benchmarks/dis/dis.sh @@ -80,12 +80,10 @@ echo "Running the digitization and reconstruction" ## variables: ## - JUGGLER_SIM_FILE: input detector simulation ## - JUGGLER_REC_FILE: output reconstructed data -## - JUGGLER_DETECTOR_PATH: Location of the detector geometry ## - JUGGLER_N_EVENTS: number of events to process (part of global environment) ## - JUGGLER_DETECTOR: detector package (part of global environment) export JUGGLER_SIM_FILE=${SIM_FILE} export JUGGLER_REC_FILE=${REC_FILE} -export JUGGLER_DETECTOR_PATH=${DETECTOR_PATH} xenv -x ${JUGGLER_INSTALL_PREFIX}/Juggler.xenv \ gaudirun.py options/tracker_reconstruction.py ## on-error, first retry running juggler again as there is still a random diff --git a/benchmarks/dvmp/dvmp.sh b/benchmarks/dvmp/dvmp.sh index fda164c9..ec2c3d1e 100755 --- a/benchmarks/dvmp/dvmp.sh +++ b/benchmarks/dvmp/dvmp.sh @@ -80,12 +80,10 @@ echo "Running the digitization and reconstruction" ## variables: ## - JUGGLER_SIM_FILE: input detector simulation ## - JUGGLER_REC_FILE: output reconstructed data -## - JUGGLER_DETECTOR_PATH: Location of the detector geometry ## - JUGGLER_N_EVENTS: number of events to process (part of global environment) ## - JUGGLER_DETECTOR: detector package (part of global environment) export JUGGLER_SIM_FILE=${SIM_FILE} export JUGGLER_REC_FILE=${REC_FILE} -export JUGGLER_DETECTOR_PATH=${DETECTOR_PATH} xenv -x ${JUGGLER_INSTALL_PREFIX}/Juggler.xenv \ gaudirun.py options/tracker_reconstruction.py \ 2>&1 > ${REC_LOG} -- GitLab