From 46e0edce2b6b3969f3ee3e010720219a7a9cd3c8 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Wed, 17 Mar 2021 03:53:29 -0500 Subject: [PATCH] Adding some helpers on the main tracking script modified: benchmarks/tracking/central_electrons.sh new file: benchmarks/tracking/scripts/hits_central_electrons.cxx modified: options/tracker_reconstruction.py modified: benchmarks/tracking/scripts/hits_central_electrons.cxx modified: benchmarks/tracking/scripts/hits_central_electrons.cxx modified: options/env.sh --- options/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/env.sh b/options/env.sh index bf20ba41..c65d9f20 100755 --- a/options/env.sh +++ b/options/env.sh @@ -34,7 +34,7 @@ if [ ! -n "${JUGGLER_DETECTOR}" ] ; then fi if [ ! -n "${JUGGLER_DETECTOR_VERSION}" ] ; then - export JUGGLER_DETECTOR_VERSION="v0.0.1" + export JUGGLER_DETECTOR_VERSION="master" fi -- GitLab