Skip to content
Snippets Groups Projects
Commit bf8ad3a5 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: ../track_finding/multiple_tracks.sh

	modified:   single_tracks.sh
parent 724bd653
No related branches found
No related tags found
1 merge request!180Updated the final_results with tracking collects
This commit is part of merge request !180. Comments created here will be created in the context of that merge request.
...@@ -80,7 +80,7 @@ rootls -t ${JUGGLER_SIM_FILE} ...@@ -80,7 +80,7 @@ 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 # Need to figure out how to pass file name to juggler from the commandline
gaudirun.py benchmarks/tracking/options/track_reconstruction.py xenv -x ${JUGGLER_INSTALL_PREFIX}/Juggler.xenv gaudirun.py benchmarks/track_finding/options/track_reconstruction.py
if [[ "$?" -ne "0" ]] ; then if [[ "$?" -ne "0" ]] ; then
echo "ERROR running juggler" echo "ERROR running juggler"
exit 1 exit 1
......
...@@ -83,7 +83,7 @@ rootls -t ${JUGGLER_SIM_FILE} ...@@ -83,7 +83,7 @@ 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 # Need to figure out how to pass file name to juggler from the commandline
gaudirun.py benchmarks/track_fitting/options/tracker_reconstruction.py xenv -x ${JUGGLER_INSTALL_PREFIX}/Juggler.xenv gaudirun.py benchmarks/track_fitting/options/tracker_reconstruction.py
if [[ "$?" -ne "0" ]] ; then if [[ "$?" -ne "0" ]] ; then
echo "ERROR running juggler" echo "ERROR running juggler"
exit 1 exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment