]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ITS/AliITStestV2.sh
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / ITS / AliITStestV2.sh
CommitLineData
36b476d7 1#!/bin/sh
2
3# delete eventual old files from the last run
4./AliITSDeleteOldFiles.sh
5
6# run TPC
7aliroot -q -b "$ALICE_ROOT/TPC/AliTPCtest.C"
8
9# run ITS
10aliroot -q -b "$ALICE_ROOT/ITS/AliITStestV2.C"
11
12