Skip to content
Snippets Groups Projects

Added JUGGLER_DETECTOR_VERSION to clone specific branch

Merged Whitney Armstrong requested to merge detector_version into master
2 files
+ 6
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 5
0
@@ -34,6 +34,11 @@ if [ ! -n "${JUGGLER_DETECTOR}" ] ; then
@@ -34,6 +34,11 @@ if [ ! -n "${JUGGLER_DETECTOR}" ] ; then
fi
fi
echo "JUGGLER_DETECTOR: ${JUGGLER_DETECTOR}"
echo "JUGGLER_DETECTOR: ${JUGGLER_DETECTOR}"
 
if [ ! -n "${JUGGLER_DETECTOR_VERSION}" ] ; then
 
export JUGGLER_DETECTOR_VERSION="v0.0.1"
 
fi
 
echo "JUGGLER_DETECTOR_VERSION: ${JUGGLER_DETECTOR_VERSION}"
 
## Number of events that will be processed by the reconstruction
## Number of events that will be processed by the reconstruction
if [ ! -n "${JUGGLER_N_EVENTS}" ] ; then
if [ ! -n "${JUGGLER_N_EVENTS}" ] ; then
export JUGGLER_N_EVENTS=100
export JUGGLER_N_EVENTS=100
Loading