File indexing completed on 2025-01-18 10:18:38
0001
0002 source strict-mode.sh
0003
0004 source benchmarks/your_benchmark/setup.config $*
0005
0006
0007 if [ ${RECO} == "eicrecon" ] ; then
0008 eicrecon ${OUTPUT_FILE} -Ppodio:output_file=${REC_FILE}
0009 if [[ "$?" -ne "0" ]] ; then
0010 echo "ERROR running eicrecon"
0011 exit 1
0012 fi
0013 fi
0014
0015 if [[ ${RECO} == "juggler" ]] ; then
0016 gaudirun.py options/reconstruction.py || [ $? -eq 4 ]
0017 if [ "$?" -ne "0" ] ; then
0018 echo "ERROR running juggler"
0019 exit 1
0020 fi
0021 fi
0022
0023 if [ -f jana.dot ] ; then cp jana.dot ${REC_FILE_BASE}.dot ; fi
0024
0025
0026 rootls -t ${REC_FILE}