]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/PbPbbench/runtest.sh
recraw.C removed, using recraw/rec.C instead. Restoring the original test layout
[u/mrichter/AliRoot.git] / test / PbPbbench / runtest.sh
index 46157a15f77c1cab47db724ff6d8f134a91fed88..6a5b78d96637d665db091e19250bab7bdc5345a7 100755 (executable)
@@ -18,13 +18,10 @@ aliroot -b -q $1sim.C      2>&1 | tee sim.log
 aliroot -b -q $1rec.C      2>&1 | tee rec.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
-if [ ! -e recraw ] ; then 
- mkdir recraw
-fi
+
 cd recraw
 ln -s ../raw.root
-ln -s ../GRP
-aliroot -b -q ../recraw.C      2>&1 | tee rec.log
+aliroot -b -q rec.C      2>&1 | tee rec.log
 aliroot -b -q ${ALICE_ROOT}/STEER/CreateAODfromESD.C 2>&1 | tee aod.log