diff --git a/benchmarks/dis/analysis-only.sh b/benchmarks/dis/analysis-only.sh index 137ccede2ec1f8a51f7db97ac283dffb9beef24b..42b94679845d8900cb3d6f005ca0241e55a7692d 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 6ef5e0aadf5307242ae2d94e4bed0d3bfa241c9e..ac87cc1744fb8ed2c58d3c26e1ad0a11985b78f1 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 fda164c9950ed521ba71a3e40b89e5bec5135b2c..ec2c3d1e85d705fee8d70456057218470a4d4f68 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}