]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/JET/macros/run.sh
* All Cone finder in compile flow, not yet added to cmake
[u/mrichter/AliRoot.git] / HLT / JET / macros / run.sh
index e035bab4a5d8c5b4ce5995778adef4e82bcd1692..85cfa656d7d697a74cee646f860f1ed6454920c2 100755 (executable)
@@ -14,7 +14,7 @@ if [ -n "${ROOTFILES}" ] ; then
 fi
 
 
-aliroot -b -l -q 'HLTJetReconstruction.C(10000,0,kTRUE)' 2>&1 | tee log.log
+aliroot -b -l -q 'HLTJetReconstruction.C(10,0,kTRUE)' 2>&1 | tee log.log
 
 ROOTFILES=`find . -maxdepth 1 -name "*.root" `
 
@@ -22,7 +22,7 @@ if [ -n "${ROOTFILES}" ] ; then
     rm ${ROOTFILES}
 fi
 
-aliroot -l 'readJets.C("./analysis/EOR_analyze_10000_kPythia6Jets104_125.root")'
+aliroot -l 'readJets.C("./analysis/EOR_analyze_10_kPythia6Jets104_125.root")'
 
 
 #valgrind --error-limit=no --leak-check=full --show-reachable=yes aliroot -b -l -q 'HLTJetReconstruction.C(10)'