Skip to content
Snippets Groups Projects

feat: gaudirun to eicrecon for tracking benchmarks

Open Wouter Deconinck requested to merge eicrecon into master
Files
3
@@ -97,10 +97,9 @@ rootls -t ${JUGGLER_SIM_FILE}
@@ -97,10 +97,9 @@ rootls -t ${JUGGLER_SIM_FILE}
if [[ -z "${ANALYSIS_ONLY}" ]] ;
if [[ -z "${ANALYSIS_ONLY}" ]] ;
then
then
# Need to figure out how to pass file name to juggler from the commandline
JANA_HOME=/usr/local/lib/EICrecon eicrecon -Ppodio:output_file=${JUGGLER_REC_FILE} ${JUGGLER_SIM_FILE}
gaudirun.py benchmarks/tracking/options/track_reconstruction.py
if [ "$?" -ne "0" ] ; then
if [[ "$?" -ne "0" ]] ; then
echo "ERROR running eicrecon"
echo "ERROR running juggler"
exit 1
exit 1
fi
fi
fi
fi
Loading