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