]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - test/fpprod/runtest.sh
Test for the first physics production
[u/mrichter/AliRoot.git] / test / fpprod / runtest.sh
... / ...
CommitLineData
1#!/bin/sh
2
3rm -rf *.root *.dat *.log fort* hlt hough raw* *.inp *.o
4aliroot -b -q sim.C 2>&1 | tee sim.log
5mv syswatch.log simwatch.log
6aliroot -b -q rec.C 2>&1 | tee rec.log
7mv syswatch.log recwatch.log
8aliroot -b -q check.C 2>&1 | tee check.log
9aliroot -b -q aod.C 2>&1 | tee aod.log
10
11
12
13