]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - test/pileup/runtest.sh
Update master to aliroot
[u/mrichter/AliRoot.git] / test / pileup / runtest.sh
... / ...
CommitLineData
1#!/bin/sh
2
3rm -rf *.root *.dat *.log fort* hlt hough raw* *.inp *.o
4ln -s -f ../../DPMJET/nuclear.bin
5aliroot -b -q sim.C 2>&1 | tee sim.log
6mv syswatch.log simwatch.log
7aliroot -b -q rec.C 2>&1 | tee rec.log
8mv syswatch.log recwatch.log
9aliroot -b -q check.C 2>&1 | tee check.log
10aliroot -b -q aod.C 2>&1 | tee aod.log
11
12
13
14