Skip to content
Snippets Groups Projects

Track debug

Merged Whitney Armstrong requested to merge track_debug into master
Files
2
@@ -39,7 +39,7 @@ done
set -- "${POSITIONAL[@]}" # restore positional parameters
./util/print_env.sh
print_env.sh
## To run the reconstruction, we need the following global variables:
## - JUGGLER_INSTALL_PREFIX: Install prefix for Juggler (simu/recon)
@@ -49,7 +49,6 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
##
## You can ready options/env.sh for more in-depth explanations of the variables
## and how they can be controlled.
source options/env.sh
export JUGGLER_DETECTOR_PATH=${DETECTOR_PATH}
if [[ ! -n "${JUGGLER_N_EVENTS}" ]] ; then
Loading