Skip to content
Snippets Groups Projects

Added delta_p_over_p plots

Merged Whitney Armstrong requested to merge plot_update into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading