]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TRD/Cal/AliTRDCalDCSPTRCbb.cxx
Add online gain calibration tables (Annika)
[u/mrichter/AliRoot.git] / TRD / Cal / AliTRDCalDCSPTRCbb.cxx
1 /**************************************************************************
2  * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
3  *                                                                        *
4  * Author: The ALICE Off-line Project.                                    *
5  * Contributors are mentioned in the code where appropriate.              *
6  *                                                                        *
7  * Permission to use, copy, modify and distribute this software and its   *
8  * documentation strictly for non-commercial purposes is hereby granted   *
9  * without fee, provided that the above copyright notice appears in all   *
10  * copies and that both the copyright notice and this permission notice   *
11  * appear in the supporting documentation. The authors make no claims     *
12  * about the suitability of this software for any purpose. It is          *
13  * provided "as is" without express or implied warranty.                  *
14  **************************************************************************/
15
16 /* $Id: AliTRDCalDCSPTRCba.cxx 18952 2007-06-08 11:36:12Z cblume $ */
17
18 ///////////////////////////////////////////////////////////////////////////////
19 //                                                                           //
20 //  TRD calibration class for TRD DCS GTU parameters                         //
21 //                                                                           //
22 ///////////////////////////////////////////////////////////////////////////////
23
24 #include "AliTRDCalDCSPTRCba.h"
25
26 ClassImp(AliTRDCalDCSPTRCba)
27
28 //_____________________________________________________________________________
29 AliTRDCalDCSPTRCba::AliTRDCalDCSPTRCba()
30   :TNamed()
31     ,fSide("")
32     ,fPrimary(0)
33     ,fPreToNextCycles(0)
34     ,fL0ToNextCycles(0)
35     ,fL1ToNextCycles(0)
36     ,fClkTtcexShifts(0)
37     ,fDisableGtuBusy(0)
38     ,fDisableSorEorBusy(0)
39     ,fScintEn(0)
40     ,fLutAsPre(0)
41     ,fCtpAsPre(0)
42     ,fL0En(0)
43     ,fL1En(0)
44     ,fLutL0ToCtpEn(0)
45     ,fLutPreToCtpEn(0)
46     ,fSoftwTrigToCtpEn(0)
47     ,fL0Autogenerate(0)
48     ,fL1Autogenerate(0)
49     ,fChannelBDisable(0)
50     ,fTtcexClkDisable(0)
51     ,fPreAsL0En(0)
52     ,fNoTriggerToSm(0)
53     ,fSoftwTrigEn(0)
54     ,fSoftwTrigPattern(0)
55     ,fSychrInput(0)
56     ,fRandomTriggerThr(0)
57     ,fPtChDelayCbA(0)
58     ,fPtChDelayCbC(0)
59     ,fPtChDelayGtu(0)
60     ,fPtChDelayT0(0)
61     ,fPtChDelayT0(0)
62     ,fPtChDelayT1(0)
63     ,fPtChDelayT2(0)
64     ,fPtChDelayT3(0)
65     ,fPtChDelayT4(0)
66     ,fPtChDelayT5(0)
67     ,fPtChDelayT6(0)
68     ,fPtChDelayT7(0)
69     ,fClkLb(0)
70     ,fClkHb(0)
71     ,fPulseToSmLb(0)
72     ,fPulseToSmHb(0)
73     ,fDeadTimeLb(0)
74     ,fDeadTimeHb(0)
75     ,fPrePulsesLb(0)
76     ,fPrePulsesHb(0)
77     ,fL0CtpLb(0)
78     ,fL0CtpHb(0)
79     ,fL1CtpLb(0)
80     ,fL1CtpHb(0)
81     ,fL0LutLb(0)
82     ,fL0LutHb(0)
83     ,fNotTinToCtpPreLb(0)
84     ,fNotTinToCtpPreHb(0)
85     ,fPatternMatchCbALb(0)
86     ,fPatternMatchCbAHb(0)
87     ,fPatternMatchCbCLb(0)
88     ,fPatternMatchCbCHb(0)
89     ,fPatternMatchCbTlmuLb(0)
90     ,fPatternMatchCbTlmuHb(0)
91     ,fTriggerSynchrLb(0)
92     ,fTriggerSynchrHb(0)
93     ,fTriggerToSmLb(0)
94     ,fTriggerToSmHb(0)
95     ,fPreLutLb(0)
96     ,fPreLutHb(0)
97     ,fMissingPreLb(0)
98     ,fMissingPreHb(0)
99     ,fUnnecessaryPreLb(0)
100     ,fUnnecessaryPreHb(0)
101     
102 {
103   //
104   // AliTRDCalDCSGTU default constructor
105   //
106   fSegmentsArr->SetOwner();
107 }
108
109 //_____________________________________________________________________________
110 AliTRDCalDCSPTRCba::AliTRDCalDCSPTRCba(const char *name, const char *title)
111   :TNamed(name,title)
112     ,fSide("")
113     ,fPrimary(0)
114     ,fPreToNextCycles(0)
115     ,fL0ToNextCycles(0)
116     ,fL1ToNextCycles(0)
117     ,fClkTtcexShifts(0)
118     ,fDisableGtuBusy(0)
119     ,fDisableSorEorBusy(0)
120     ,fScintEn(0)
121     ,fLutAsPre(0)
122     ,fCtpAsPre(0)
123     ,fL0En(0)
124     ,fL1En(0)
125     ,fLutL0ToCtpEn(0)
126     ,fLutPreToCtpEn(0)
127     ,fSoftwTrigToCtpEn(0)
128     ,fL0Autogenerate(0)
129     ,fL1Autogenerate(0)
130     ,fChannelBDisable(0)
131     ,fTtcexClkDisable(0)
132     ,fPreAsL0En(0)
133     ,fNoTriggerToSm(0)
134     ,fSoftwTrigEn(0)
135     ,fSoftwTrigPattern(0)
136     ,fSychrInput(0)
137     ,fRandomTriggerThr(0)
138     ,fPtChDelayCbA(0)
139     ,fPtChDelayCbC(0)
140     ,fPtChDelayGtu(0)
141     ,fPtChDelayT0(0)
142     ,fPtChDelayT0(0)
143     ,fPtChDelayT1(0)
144     ,fPtChDelayT2(0)
145     ,fPtChDelayT3(0)
146     ,fPtChDelayT4(0)
147     ,fPtChDelayT5(0)
148     ,fPtChDelayT6(0)
149     ,fPtChDelayT7(0)
150     ,fClkLb(0)
151     ,fClkHb(0)
152     ,fPulseToSmLb(0)
153     ,fPulseToSmHb(0)
154     ,fDeadTimeLb(0)
155     ,fDeadTimeHb(0)
156     ,fPrePulsesLb(0)
157     ,fPrePulsesHb(0)
158     ,fL0CtpLb(0)
159     ,fL0CtpHb(0)
160     ,fL1CtpLb(0)
161     ,fL1CtpHb(0)
162     ,fL0LutLb(0)
163     ,fL0LutHb(0)
164     ,fNotTinToCtpPreLb(0)
165     ,fNotTinToCtpPreHb(0)
166     ,fPatternMatchCbALb(0)
167     ,fPatternMatchCbAHb(0)
168     ,fPatternMatchCbCLb(0)
169     ,fPatternMatchCbCHb(0)
170     ,fPatternMatchCbTlmuLb(0)
171     ,fPatternMatchCbTlmuHb(0)
172     ,fTriggerSynchrLb(0)
173     ,fTriggerSynchrHb(0)
174     ,fTriggerToSmLb(0)
175     ,fTriggerToSmHb(0)
176     ,fPreLutLb(0)
177     ,fPreLutHb(0)
178     ,fMissingPreLb(0)
179     ,fMissingPreHb(0)
180     ,fUnnecessaryPreLb(0)
181     ,fUnnecessaryPreHb(0)
182 {
183   //
184   // AliTRDCalDCSGTU constructor
185   //
186 }
187
188 //_____________________________________________________________________________
189 AliTRDCalDCSPTRCba::AliTRDCalDCSPTRCba(const AliTRDCalDCSPTRCba &)
190   :TNamed("","")
191     ,fSide("")
192     ,fPrimary(0)
193     ,fPreToNextCycles(0)
194     ,fL0ToNextCycles(0)
195     ,fL1ToNextCycles(0)
196     ,fClkTtcexShifts(0)
197     ,fDisableGtuBusy(0)
198     ,fDisableSorEorBusy(0)
199     ,fScintEn(0)
200     ,fLutAsPre(0)
201     ,fCtpAsPre(0)
202     ,fL0En(0)
203     ,fL1En(0)
204     ,fLutL0ToCtpEn(0)
205     ,fLutPreToCtpEn(0)
206     ,fSoftwTrigToCtpEn(0)
207     ,fL0Autogenerate(0)
208     ,fL1Autogenerate(0)
209     ,fChannelBDisable(0)
210     ,fTtcexClkDisable(0)
211     ,fPreAsL0En(0)
212     ,fNoTriggerToSm(0)
213     ,fSoftwTrigEn(0)
214     ,fSoftwTrigPattern(0)
215     ,fSychrInput(0)
216     ,fRandomTriggerThr(0)
217     ,fPtChDelayCbA(0)
218     ,fPtChDelayCbC(0)
219     ,fPtChDelayGtu(0)
220     ,fPtChDelayT0(0)
221     ,fPtChDelayT0(0)
222     ,fPtChDelayT1(0)
223     ,fPtChDelayT2(0)
224     ,fPtChDelayT3(0)
225     ,fPtChDelayT4(0)
226     ,fPtChDelayT5(0)
227     ,fPtChDelayT6(0)
228     ,fPtChDelayT7(0)
229     ,fClkLb(0)
230     ,fClkHb(0)
231     ,fPulseToSmLb(0)
232     ,fPulseToSmHb(0)
233     ,fDeadTimeLb(0)
234     ,fDeadTimeHb(0)
235     ,fPrePulsesLb(0)
236     ,fPrePulsesHb(0)
237     ,fL0CtpLb(0)
238     ,fL0CtpHb(0)
239     ,fL1CtpLb(0)
240     ,fL1CtpHb(0)
241     ,fL0LutLb(0)
242     ,fL0LutHb(0)
243     ,fNotTinToCtpPreLb(0)
244     ,fNotTinToCtpPreHb(0)
245     ,fPatternMatchCbALb(0)
246     ,fPatternMatchCbAHb(0)
247     ,fPatternMatchCbCLb(0)
248     ,fPatternMatchCbCHb(0)
249     ,fPatternMatchCbTlmuLb(0)
250     ,fPatternMatchCbTlmuHb(0)
251     ,fTriggerSynchrLb(0)
252     ,fTriggerSynchrHb(0)
253     ,fTriggerToSmLb(0)
254     ,fTriggerToSmHb(0)
255     ,fPreLutLb(0)
256     ,fPreLutHb(0)
257     ,fMissingPreLb(0)
258     ,fMissingPreHb(0)
259     ,fUnnecessaryPreLb(0)
260     ,fUnnecessaryPreHb(0)
261     
262 {
263   //
264   // AliTRDCalDCSGTU constructor
265   //
266 }
267
268
269