]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/READMEmchda.txt
Changed back the page title
[u/mrichter/AliRoot.git] / MUON / READMEmchda.txt
1 // $Id$
2
3 /*! 
4
5 \page README_mchda Tracking DA
6  
7 The detector algorithm is implemented for the Muon Tracking in the AliRoot framework.
8 The main code is located in MUONTRKda.cxx and it runs in each Muon Tracking LDC.
9  
10 \section da_s1 The Muon Tracking Calibration
11
12 The Muon tracking chambers needs two types of calibration in order to work properly :
13
14 \subsection da_ss1 Pedestals
15
16 The front-end electronics performs an online zero suppression using a threshold level.
17 Those threshold levels for all channels (~ 1 million) have to be computed in a dedicated
18 PEDESTALS runs. During this runs the zero suppression is OFF and the pedestal level and the noise is obtained for each channel. The threshold for the FEE is obtained adding the pedestal
19 level to 3 sigmas of the noise. 
20
21 The typical ECS sequence for pedestals is :
22
23 - Switch ON the electronics LV
24 - Boot the CROCUS 
25 - Configuration 
26 - Zero suppression OFF
27 - Data taking (typically 400 events)
28 - The DA computes the mean and sigma (it runs in each LDC)
29 - The DA writes one ASCII file per LDC with the results in the File Exchange Server
30
31 Then the SHUTTLE process the ASCII files and store the result on the OCDB
32
33 \subsection da_ss2 Electronics gain
34
35 In order to perform the required spatial resolution or the tracking chambers (~ 100 microns),
36 we need to calibrate the gain of each channel. The gain is computed using dedicated runs where
37 a signal is send to the chambers FEE. 
38
39 The typical ECS sequence for calibration is :
40
41 - Switch ON the electronics LV
42 - Boot the CROCUS 
43 - Configuration 
44 - Zero suppression OFF
45 - Loop of 10 data taking (typically 400 events) each with a different signal
46 - The DA computes the mean and sigma (it runs in each LDC) for each run
47 - The DA write one ASCII file per LDC with the results in the File Exchange Server at the
48 end of the 10 runs sequence
49
50 Then the SHUTTLE process the ASCII files and store the result on the OCDB
51
52 \section da_s2 Using the DA Online
53
54 You have a line command help. To have it just type :
55
56 \verbatim
57 > MUONTRKda.exe -h
58
59 ******************* ./MUONTRKda.exe usage **********************
60 ./MUONTRKda.exe -options, the available options are :
61 -h help                   (this screen)
62
63  Input
64 -f <raw data file>        (default = )
65
66  Output
67 -a <Flat ASCII file>      (default = )
68
69  Options
70 -b <output directory>     (default = .)
71 -c <FES switch>           (default = 1)
72 -d <print level>          (default = 1)
73 -g <plot level>           (default = 0)
74 -i <nb linear points>     (default = 6)
75 -l <DAC level>            (default = 0)
76 -m <max date events>      (default = 1000000)
77 -s <skip events>          (default = 0)
78 -n <max events>           (default = 1000000)
79 -r root file data for gain(default = MUONTRKda_gain.data)
80 -e <execute ped/gain>     (default = ped)
81 -e <gain create>           make gain & create a new root file
82 -e <gain>                  make gain & update root file
83 -e <gain compute>          make gain & compute gains
84 \endverbatim
85
86  
87 \section da_s3 Using the DA Offline
88  
89 For the time being the DA can be used only with a RAW data DATE format as input.
90 The development of an offline version is under way.
91
92 \section da_s4 In case of trouble
93
94 Please contact :
95
96 Jean-Luc Charvet : jean-luc.charvet@cea.fr 
97 or
98 Alberto Baldisseri : a.baldisseri@cea.fr
99
100
101 This chapter is defined in the READMEMchda.txt file.
102 */
103