Skip to content
Snippets Groups Projects
Commit 219dc586 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: reenable juggler

parent 418dcbe1
No related branches found
No related tags found
1 merge request!185feat: DIS: replace gaudirun with eicrecon
...@@ -3,6 +3,18 @@ ...@@ -3,6 +3,18 @@
source $(dirname $0)/common.sh $* source $(dirname $0)/common.sh $*
# Reconstruct # Reconstruct
for rec in options/*.py ; do
unset tag
[[ $(basename ${rec} .py) =~ (.*)\.(.*) ]] && tag=".${BASH_REMATCH[2]}"
JUGGLER_REC_FILE=${JUGGLER_REC_FILE/.root/${tag:-}.root} \
/usr/bin/time -v \
gaudirun.py ${JUGGLER_GAUDI_OPTIONS:-} ${rec}
if [[ "$?" -ne "0" ]] ; then
echo "ERROR running juggler"
exit 1
fi
done
/usr/bin/time -v run_eicrecon_reco_flags.py ${JUGGLER_SIM_FILE} ${JUGGLER_REC_FILE_BASE} /usr/bin/time -v run_eicrecon_reco_flags.py ${JUGGLER_SIM_FILE} ${JUGGLER_REC_FILE_BASE}
if [ "$?" -ne "0" ] ; then if [ "$?" -ne "0" ] ; then
echo "ERROR running eicrecon" echo "ERROR running eicrecon"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment