]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - ITS/AliITStestV2.sh
In Open() and GotoEvent() try the ESD operations first, fallback to run-loader.
[u/mrichter/AliRoot.git] / ITS / AliITStestV2.sh
... / ...
CommitLineData
1#!/bin/sh
2
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