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

feat: gaudirun to eicrecon for tracking benchmarks

parent c458bb3e
No related branches found
No related tags found
1 merge request!275feat: gaudirun to eicrecon for tracking benchmarks
This commit is part of merge request !275. Comments created here will be created in the context of that merge request.
...@@ -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
......
...@@ -96,10 +96,9 @@ rootls -t ${JUGGLER_SIM_FILE} ...@@ -96,10 +96,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
......
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment