]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/ppbench/runtest.sh
MakeImage is now a method of AliCheckerBase, was AliQADataMaker before. This will...
[u/mrichter/AliRoot.git] / test / ppbench / runtest.sh
index 6a5b78d96637d665db091e19250bab7bdc5345a7..7060a99505a83591c23112e61f031c3091f427c9 100755 (executable)
 
 rm -rf *.root *.dat *.log fort* hlt hough raw* recraw/*.root recraw/*.log
 aliroot -b -q $1sim.C      2>&1 | tee sim.log
+mv syswatch.log simwatch.log
 aliroot -b -q $1rec.C      2>&1 | tee rec.log
+mv syswatch.log recwatch.log
 aliroot -b -q ${ALICE_ROOT}/STEER/CheckESD.C 2>&1 | tee check.log
 aliroot -b -q ${ALICE_ROOT}/STEER/CreateAODfromESD.C 2>&1 | tee aod.log
 
 cd recraw
-ln -s ../raw.root
+ln -s ../raw.root .
 aliroot -b -q rec.C      2>&1 | tee rec.log
-aliroot -b -q ${ALICE_ROOT}/STEER/CreateAODfromESD.C 2>&1 | tee aod.log
+aliroot -b -q ${ALICE_ROOT}/STEER/CreateAODfromESD.C\(\"AliESDs.root\",\"AliAODs.root\",kFALSE\) 2>&1 | tee aod.log