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

modified: multiple_tracks.sh

parent d847b746
No related branches found
No related tags found
1 merge request!166Added track_finding
This commit is part of merge request !166. 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/tracker_reconstruction.py gaudirun.py benchmarks/tracking/options/track_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