]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/READMEmchda.txt
added verbosity to QA histograms (Yves)
[u/mrichter/AliRoot.git] / MUON / READMEmchda.txt
CommitLineData
b9f858e1 1// $Id$
2
3/*!
4
d0f1f198 5\page README_mchda Tracking DA
b9f858e1 6
7The detector algorithm is implemented for the Muon Tracking in the AliRoot framework.
8The 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
12The Muon tracking chambers needs two types of calibration in order to work properly :
13
14\subsection da_ss1 Pedestals
15
16The front-end electronics performs an online zero suppression using a threshold level.
17Those threshold levels for all channels (~ 1 million) have to be computed in a dedicated
18PEDESTALS 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
19level to 3 sigmas of the noise.
20
21The 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
31Then the SHUTTLE process the ASCII files and store the result on the OCDB
32
33\subsection da_ss2 Electronics gain
34
35In order to perform the required spatial resolution or the tracking chambers (~ 100 microns),
36we need to calibrate the gain of each channel. The gain is computed using dedicated runs where
37a signal is send to the chambers FEE.
38
39The 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
48end of the 10 runs sequence
49
50Then the SHUTTLE process the ASCII files and store the result on the OCDB
51
52\section da_s2 Using the DA Online
53
54You 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 = .)
830e3f26 71-c <FES switch> (default = 1)
b9f858e1 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
89For the time being the DA can be used only with a RAW data DATE format as input.
90The development of an offline version is under way.
91
92\section da_s4 In case of trouble
93
94Please contact :
95
96Jean-Luc Charvet : jean-luc.charvet@cea.fr
97or
98Alberto Baldisseri : a.baldisseri@cea.fr
99
100
101This chapter is defined in the READMEMchda.txt file.
102*/
103