]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ITS/AliITStestV2.sh
composition of the Alluminum alloy that constitutes the ITS-TPC support rings updated...
[u/mrichter/AliRoot.git] / ITS / AliITStestV2.sh
CommitLineData
36b476d7 1#!/bin/sh
2
36b476d7 3
4# run TPC
5aliroot -q -b "$ALICE_ROOT/TPC/AliTPCtest.C"
6
7# run ITS
8aliroot -q -b "$ALICE_ROOT/ITS/AliITStestV2.C"
9
10