git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
GetESD.sh becomes runtest.sh
[u/mrichter/AliRoot.git]
/
test
/
genkine
/
runtest.sh
1
#!/bin/sh
2
rm -rf */*.root */*.log */*.dat
3
cd ./gen
4
aliroot -b -q rungen.C\(5\) 2>&1 | tee gen.log
5
chmod a-w *.root
6
cd ../sim
7
aliroot -b -q sim.C\(5\) 2>&1 | tee sim.log
8
aliroot -b -q rec.C 2>&1 | tee rec.log
9
10