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

modified: tracking/central_electrons.sh

	modified:   tracking/scripts/rec_central_electrons.cxx
parent f4cbee31
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ popd ...@@ -69,7 +69,7 @@ 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 root script" echo "ERROR running root script"
exit 1 exit 1
......
#include "ROOT/RDataFrame.hxx" #include "ROOT/RDataFrame.hxx"
#include "TCanvas.h"
#include "TLegend.h"
#include "TH1D.h"
#include <iostream> #include <iostream>
#include "dd4pod/Geant4ParticleCollection.h" #include "dd4pod/Geant4ParticleCollection.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment