]> git.uio.no Git - u/mrichter/AliRoot.git/blob - test/merge/runtest.sh
corrected the def storage name
[u/mrichter/AliRoot.git] / test / merge / runtest.sh
1 #!/bin/sh
2 rm -rf */*.root */*.dat* */*.log */fort* */hough */hlt */raw* */*~
3 cd ./backgr
4 aliroot -b -q sim.C\(2\) 2>&1 | tee sim.log
5 aliroot -b -q rec.C      2>&1 | tee rec.log
6 aliroot -b -q ${ALICE_ROOT}/STEER/CheckESD.C 2>&1 | tee check.log
7 aliroot -b -q ${ALICE_ROOT}/STEER/CreateAODfromESD.C 2>&1 | tee aod.log
8 chmod a-w *.root
9 cd ../signal
10 aliroot -b -q sim.C\(6\) 2>&1 | tee sim.log
11 aliroot -b -q rec.C      2>&1 | tee rec.log
12 aliroot -b -q ${ALICE_ROOT}/STEER/CheckESD.C 2>&1 | tee check.log
13 aliroot -b -q ${ALICE_ROOT}/STEER/CreateAODfromESD.C 2>&1 | tee aod.log
14
15