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
Adding some further mother volumes to speed-up the overlap checking and particle...
[u/mrichter/AliRoot.git]
/
ITS
/
AliITStestV2.sh
1
#!/bin/sh
2
3
4
# run TPC
5
aliroot -q -b "$ALICE_ROOT/TPC/AliTPCtest.C"
6
7
# run ITS
8
aliroot -q -b "$ALICE_ROOT/ITS/AliITStestV2.C"
9
10