]> git.uio.no Git - u/mrichter/AliRoot.git/blob - test/pileup/runtest.sh
Why the h*ll do we make a remote commit when pulling?
[u/mrichter/AliRoot.git] / test / pileup / runtest.sh
1 #!/bin/sh
2
3 rm -rf *.root *.dat *.log fort* hlt hough raw* *.inp *.o
4 ln -s -f ../../DPMJET/nuclear.bin
5 aliroot -b -q sim.C      2>&1 | tee sim.log
6 mv syswatch.log simwatch.log
7 aliroot -b -q rec.C      2>&1 | tee rec.log
8 mv syswatch.log recwatch.log
9 aliroot -b -q check.C 2>&1 | tee check.log
10 aliroot -b -q aod.C 2>&1 | tee aod.log
11
12
13
14