]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ITS/AliITStestV2.sh
Increased size of collection in Merge and protected SaveHistograms
[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