]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ITS/ITStestV1.sh
Conversion code moved to AliG3toRoot
[u/mrichter/AliRoot.git] / ITS / ITStestV1.sh
1 #!/bin/sh
2 # delete eventual old files from the last run
3 ./DeleteOldFiles
4 # run the hit generation
5 aliroot -q -b grun.C
6 # digitize TPC
7 aliroot -q -b AliTPCHits2Digits.C
8 # do tracking in TPC
9 aliroot -q -b AliTPCtracknew.C
10 # prepare TPC tracks for matching with the ITS
11 aliroot -q -b TPCtracks.C
12 # digitize ITS
13 aliroot -q -b ITSHitsToDigits.C
14 # create reconstruct point for the ITS
15 aliroot -q -b ITSDigitsToClusters.C
16 # prepare for tracking
17 aliroot -q -b ITStracks.C
18 # do the tracking
19 aliroot -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