]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ITS/AliITStestV2.sh
Further modifications in OpenOutput and WriteCluster
[u/mrichter/AliRoot.git] / ITS / AliITStestV2.sh
1 #!/bin/sh
2
3 # delete eventual old files from the last run
4 ./AliITSDeleteOldFiles.sh
5
6 # run TPC
7 aliroot -q -b "$ALICE_ROOT/TPC/AliTPCtest.C"
8
9 # run ITS
10 aliroot -q -b "$ALICE_ROOT/ITS/AliITStestV2.C"
11
12