]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ITS/AliITStestV1.sh
6087a0fc97a2de81bf391305e093b896ab9719f8
[u/mrichter/AliRoot.git] / ITS / AliITStestV1.sh
1 #!/bin/sh
2
3 # delete eventual old files from the last run
4 ./AliITSDeleteOldFiles.sh
5
6 # run the hit generation
7 aliroot -q -b "$ALICE_ROOT/macros/grun.C"
8
9 # digitize TPC
10 aliroot -q -b "$ALICE_ROOT/TPC/AliTPCHits2Digits.C"
11
12 # find clusters in TPC
13 aliroot -q -b "$ALICE_ROOT/TPC/AliTPCFindClusters.C"
14
15 # find tracks in TPC
16 aliroot -q -b "$ALICE_ROOT/TPC/AliTPCFindTracks.C"
17
18 # do TPC tracking comparison
19 aliroot -q -b "$ALICE_ROOT/TPC/AliTPCComparison.C"
20
21 # create summable digits for the ITS
22 aliroot -q -b "$ALICE_ROOT/ITS/AliITSHits2SDigits.C"
23
24 # go from summable digits to digits
25 aliroot -q -b "$ALICE_ROOT/ITS/AliITSSDigits2Digits.C"
26
27 # create reconstructed points for the ITS
28 aliroot -q -b "$ALICE_ROOT/ITS/AliITSDigits2RecPoints.C"
29
30 # do the tracking
31 aliroot -q -b "$ALICE_ROOT/ITS/AliITSTrackingV1.C"
32
33 # prepare for comparison
34 # aliroot -q -b "$ALICE_ROOT/ITS/AliITSTracksV1.C"
35 aliroot -q -b "$ALICE_ROOT/ITS/AliITSStoreFindableTracks.C"
36
37 # do ITS tracking comparison
38 aliroot -q -b "$ALICE_ROOT/ITS/AliITSComparisonV1.C"
39
40 #
41 # after all of the above you can run AliITSPlotTracksV1.C macro under 
42 # aliroot to see plots of the efficiency and track parameter resolution
43 # or AliITSDisplayTracksV1.C to display found tracks on top of the
44 # ITS detailed geometry