]> git.uio.no Git - u/mrichter/AliRoot.git/blob - test/merge/runtest.sh
Fixed decay modes
[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 chmod a-w *.root
7 cd ../signal
8 aliroot -b -q sim.C\(6\) 2>&1 | tee sim.log
9 aliroot -b -q rec.C      2>&1 | tee rec.log
10
11