]> git.uio.no Git - u/mrichter/AliRoot.git/blame - test/merge/runtest.sh
Update master to aliroot
[u/mrichter/AliRoot.git] / test / merge / runtest.sh
CommitLineData
3928b038 1#!/bin/sh
2rm -rf */*.root */*.dat* */*.log */fort* */hough */hlt */raw* */*~
3cd ./backgr
4aliroot -b -q sim.C\(2\) 2>&1 | tee sim.log
5aliroot -b -q rec.C 2>&1 | tee rec.log
257e1b2b 6aliroot -b -q ${ALICE_ROOT}/STEER/macros/CheckESD.C 2>&1 | tee check.log
aaacb672 7aliroot -b -q aod.C 2>&1 | tee aod.log
3928b038 8chmod a-w *.root
9cd ../signal
10aliroot -b -q sim.C\(6\) 2>&1 | tee sim.log
11aliroot -b -q rec.C 2>&1 | tee rec.log
257e1b2b 12aliroot -b -q ${ALICE_ROOT}/STEER/macros/CheckESD.C 2>&1 | tee check.log
aaacb672 13aliroot -b -q aod.C 2>&1 | tee aod.log
3928b038 14
15