Skip to content
Snippets Groups Projects
Commit bf1a2ec1 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Removed JUGGLER_DETECTOR_PATH

Use DETECTOR_PATH
parent 05ca637f
Branches
No related tags found
1 merge request!58Removed JUGGLER_DETECTOR_PATH
...@@ -77,12 +77,10 @@ echo "Running Geant4 simulation" ...@@ -77,12 +77,10 @@ echo "Running Geant4 simulation"
## variables: ## variables:
## - JUGGLER_SIM_FILE: input detector simulation ## - JUGGLER_SIM_FILE: input detector simulation
## - JUGGLER_REC_FILE: output reconstructed data ## - 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_N_EVENTS: number of events to process (part of global environment)
## - JUGGLER_DETECTOR: detector package (part of global environment) ## - JUGGLER_DETECTOR: detector package (part of global environment)
#export JUGGLER_SIM_FILE=${SIM_FILE} #export JUGGLER_SIM_FILE=${SIM_FILE}
#export JUGGLER_REC_FILE=${REC_FILE} #export JUGGLER_REC_FILE=${REC_FILE}
#export JUGGLER_DETECTOR_PATH=${DETECTOR_PATH}
#xenv -x ${JUGGLER_INSTALL_PREFIX}/Juggler.xenv \ #xenv -x ${JUGGLER_INSTALL_PREFIX}/Juggler.xenv \
# gaudirun.py options/tracker_reconstruction.py # gaudirun.py options/tracker_reconstruction.py
## on-error, first retry running juggler again as there is still a random ## on-error, first retry running juggler again as there is still a random
......
...@@ -80,12 +80,10 @@ echo "Running the digitization and reconstruction" ...@@ -80,12 +80,10 @@ echo "Running the digitization and reconstruction"
## variables: ## variables:
## - JUGGLER_SIM_FILE: input detector simulation ## - JUGGLER_SIM_FILE: input detector simulation
## - JUGGLER_REC_FILE: output reconstructed data ## - 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_N_EVENTS: number of events to process (part of global environment)
## - JUGGLER_DETECTOR: detector package (part of global environment) ## - JUGGLER_DETECTOR: detector package (part of global environment)
export JUGGLER_SIM_FILE=${SIM_FILE} export JUGGLER_SIM_FILE=${SIM_FILE}
export JUGGLER_REC_FILE=${REC_FILE} export JUGGLER_REC_FILE=${REC_FILE}
export JUGGLER_DETECTOR_PATH=${DETECTOR_PATH}
xenv -x ${JUGGLER_INSTALL_PREFIX}/Juggler.xenv \ xenv -x ${JUGGLER_INSTALL_PREFIX}/Juggler.xenv \
gaudirun.py options/tracker_reconstruction.py gaudirun.py options/tracker_reconstruction.py
## on-error, first retry running juggler again as there is still a random ## on-error, first retry running juggler again as there is still a random
......
...@@ -80,12 +80,10 @@ echo "Running the digitization and reconstruction" ...@@ -80,12 +80,10 @@ echo "Running the digitization and reconstruction"
## variables: ## variables:
## - JUGGLER_SIM_FILE: input detector simulation ## - JUGGLER_SIM_FILE: input detector simulation
## - JUGGLER_REC_FILE: output reconstructed data ## - 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_N_EVENTS: number of events to process (part of global environment)
## - JUGGLER_DETECTOR: detector package (part of global environment) ## - JUGGLER_DETECTOR: detector package (part of global environment)
export JUGGLER_SIM_FILE=${SIM_FILE} export JUGGLER_SIM_FILE=${SIM_FILE}
export JUGGLER_REC_FILE=${REC_FILE} export JUGGLER_REC_FILE=${REC_FILE}
export JUGGLER_DETECTOR_PATH=${DETECTOR_PATH}
xenv -x ${JUGGLER_INSTALL_PREFIX}/Juggler.xenv \ xenv -x ${JUGGLER_INSTALL_PREFIX}/Juggler.xenv \
gaudirun.py options/tracker_reconstruction.py \ gaudirun.py options/tracker_reconstruction.py \
2>&1 > ${REC_LOG} 2>&1 > ${REC_LOG}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment