]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ITS/ITStestV1.sh
Remove some shielding to accomodate compensator magnet.
[u/mrichter/AliRoot.git] / ITS / ITStestV1.sh
CommitLineData
4fae48d6 1#!/bin/sh
445ac5b8 2# delete eventual old files from the last run
4fae48d6 3DeleteOldFiles
445ac5b8 4# run the hit generation
5aliroot -q -b grun.C
6# digitize TPC
7aliroot -q -b AliTPCHits2Digits.C
8# do tracking in TPC
9aliroot -q -b AliTPCtracknew.C
10# prepare TPC tracks for matching with the ITS
11aliroot -q -b TPCtracks.C
12# digitize ITS
13aliroot -q -b ITSHitsToDigits.C
14# create reconstruct point for the ITS
15aliroot -q -b ITSDigitsToClusters.C
16# prepare for tracking
17aliroot -q -b ITStracks.C
18# do the tracking
19aliroot -q -b ITStracking.C
20#
21# after all of the above you can run ITSPlotTracks.C macro under aliroot to
22# see plots of the efficiency and track parameter resolution