Skip to content
Snippets Groups Projects

Single simulation test on standard reconstruction

Merged Wouter Deconinck requested to merge single-benchmark into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -28,6 +28,7 @@ for rec in options/*.py ; do
unset tag
[[ $(basename ${rec} .py) =~ (.*)\.(.*) ]] && tag=".${BASH_REMATCH[2]}"
JUGGLER_REC_FILE=${JUGGLER_REC_FILE/.root/${tag:-}.root} \
gaudirun.py ${rec}
if [[ "$?" -ne "0" ]] ; then
echo "ERROR running juggler"
exit 1
Loading