Skip to content
Snippets Groups Projects

Reenable inclusive kinematics

Merged Wouter Deconinck requested to merge wdconinc-master-patch-59495 into master
Files
6
+ 4
4
@@ -92,11 +92,11 @@ for rec in options/*.py ; do
@@ -92,11 +92,11 @@ for rec in options/*.py ; do
[[ $(basename ${rec} .py) =~ (.*)\.(.*) ]] && tag=".${BASH_REMATCH[2]}"
[[ $(basename ${rec} .py) =~ (.*)\.(.*) ]] && tag=".${BASH_REMATCH[2]}"
JUGGLER_REC_FILE=${JUGGLER_REC_FILE/.root/${tag:-}.root} \
JUGGLER_REC_FILE=${JUGGLER_REC_FILE/.root/${tag:-}.root} \
gaudirun.py ${rec}
gaudirun.py ${rec}
 
if [ "$?" -ne "0" ] ; then
 
echo "ERROR running juggler"
 
exit 1
 
fi
done
done
if [ "$?" -ne "0" ] ; then
echo "ERROR running juggler"
exit 1
fi
## =============================================================================
## =============================================================================
## Step 4: Analysis
## Step 4: Analysis
Loading