]> git.uio.no Git - u/mrichter/AliRoot.git/blob - test/genkine/runtest.sh
Using AliESDEevent.h instead of AliESD.h
[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
10