Skip to content
Snippets Groups Projects

feat: gaudirun to eicrecon for tracking benchmarks

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