]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ITS/AliITStestV1.sh
Fixes added to get into account the new magnetic field conversion factor automatically
[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 # do everything for the TPC
7 aliroot -q -b "$ALICE_ROOT/TPC/AliTPCtest.C"
8
9 # create summable digits for the ITS
10 aliroot -q -b "$ALICE_ROOT/ITS/AliITSHits2SDigits.C"
11
12 # go from summable digits to digits
13 aliroot -q -b "$ALICE_ROOT/ITS/AliITSSDigits2Digits.C"
14
15 # create reconstructed points for the ITS
16 aliroot -q -b "$ALICE_ROOT/ITS/AliITSDigits2RecPoints.C"
17
18 # do the tracking
19 aliroot -q -b "$ALICE_ROOT/ITS/AliITSTrackingV1.C"
20
21 # prepare for comparison
22 # aliroot -q -b "$ALICE_ROOT/ITS/AliITSTracksV1.C"
23 aliroot -q -b "$ALICE_ROOT/ITS/AliITSStoreFindableTracks.C"
24
25 # do ITS tracking comparison
26 aliroot -q -b "$ALICE_ROOT/ITS/AliITSComparisonV1.C"
27
28 #
29 # after all of the above you can run AliITSPlotTracksV1.C macro under 
30 # aliroot to see plots of the efficiency and track parameter resolution
31 # or AliITSDisplayTracksV1.C to display found tracks on top of the
32 # ITS detailed geometry