]> git.uio.no Git - u/mrichter/AliRoot.git/blame - test/genkine/runtest.sh
using TObjString::String instead of GetString to get directly to reference to TString...
[u/mrichter/AliRoot.git] / test / genkine / runtest.sh
CommitLineData
3928b038 1#!/bin/sh
2rm -rf */*.root */*.log */*.dat
3cd ./gen
1fe59525 4aliroot -b -q rungen.C\(5\) 2>&1 | tee gen.log
3928b038 5chmod a-w *.root
6cd ../sim
1fe59525 7aliroot -b -q sim.C\(5\) 2>&1 | tee sim.log
8aliroot -b -q rec.C 2>&1 | tee rec.log
fba5a2bd 9aliroot -b -q ${ALICE_ROOT}/STEER/CheckESD.C 2>&1 | tee check.log
10aliroot -b -q ${ALICE_ROOT}/STEER/CreateAODfromESD.C 2>&1 | tee aod.log
3928b038 11
12