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

modified: tracking/central_electrons.sh

parent c8fbdd47
Branches
Tags
No related merge requests found
...@@ -69,9 +69,9 @@ popd ...@@ -69,9 +69,9 @@ popd
pwd pwd
mkdir -p results/tracking mkdir -p results/tracking
root -b -q "tracking/scripts/rec_central_electrons.cxx(\"${JUGGLER_DETECTOR}/${JUGGLER_REC_FILE}\")" root -b -q "tracking/scripts/rec_central_electrons.cxx+(\"${JUGGLER_DETECTOR}/${JUGGLER_REC_FILE}\")"
if [[ "$?" -ne "0" ]] ; then if [[ "$?" -ne "0" ]] ; then
echo "ERROR running juggler" echo "ERROR running root script"
exit 1 exit 1
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment