]> git.uio.no Git - u/mrichter/AliRoot.git/blame - test/merge/runtest.sh
updated
[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
29451c4c 6aliroot -b -q ${ALICE_ROOT}/STEER/CheckESD.C 2>&1 | tee check.log
7aliroot -b -q ${ALICE_ROOT}/STEER/CreateAODfromESD.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
29451c4c 12aliroot -b -q ${ALICE_ROOT}/STEER/CheckESD.C 2>&1 | tee check.log
13aliroot -b -q ${ALICE_ROOT}/STEER/CreateAODfromESD.C 2>&1 | tee aod.log
3928b038 14
15