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