]> git.uio.no Git - u/mrichter/AliRoot.git/blob - test/genkine/runtest.sh
In vmctest/gun:
[u/mrichter/AliRoot.git] / test / genkine / runtest.sh
1 #!/bin/sh
2 rm -rf */*.root */*.log */*.dat
3 cd ./gen
4 aliroot -b -q rungen.C\(5\) 2>&1 | tee gen.log
5 chmod a-w *.root
6 cd ../sim
7 aliroot -b -q sim.C\(5\) 2>&1 | tee sim.log
8 aliroot -b -q rec.C      2>&1 | tee rec.log
9 aliroot -b -q ${ALICE_ROOT}/STEER/CheckESD.C 2>&1 | tee check.log
10 aliroot -b -q ${ALICE_ROOT}/STEER/CreateAODfromESD.C 2>&1 | tee aod.log
11
12