]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TRD/Cal/AliTRDCalDCSPTRFeb.cxx
Protection against non existing online gain table (Theo)
[u/mrichter/AliRoot.git] / TRD / Cal / AliTRDCalDCSPTRFeb.cxx
CommitLineData
3821ce70 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: AliTRDCalDCSPTRFeb.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 "AliTRDCalDCSPTRFeb.h"
25
26ClassImp(AliTRDCalDCSPTRFeb)
27
28//_____________________________________________________________________________
29AliTRDCalDCSPTRFeb::AliTRDCalDCSPTRFeb()
30 :TNamed()
75bbe3c8 31 ,fSide("")
32 ,fDetName("")
33 ,fPrimary(0)
34 ,fPtChDelay0(0)
35 ,fPtChDelay1(0)
36 ,fPtChDelay2(0)
37 ,fPtChDelay3(0)
38 ,fPtChDelay4(0)
39 ,fPtChDelay5(0)
40 ,fPtChDelay6(0)
41 ,fPtChDelay7(0)
42 ,fPtChDelay8(0)
43 ,fPtChDelay9(0)
44 ,fPtChDelay10(0)
45 ,fPtChDelay11(0)
46 ,fPtChThr0(0)
47 ,fPtChThr1(0)
48 ,fPtChThr2(0)
49 ,fPtChThr3(0)
50 ,fPtChThr4(0)
51 ,fPtChThr5(0)
52 ,fPtChThr6(0)
53 ,fPtChThr7(0)
54 ,fPtChThr8(0)
55 ,fPtChThr9(0)
56 ,fPtChThr10(0)
57 ,fPtChThr11(0)
58 ,fClkLb(0)
59 ,fClkHb(0)
60 ,fCh0CountLb(0)
61 ,fCh0CountHb(0)
62 ,fCh1CountLb(0)
63 ,fCh1CountHb(0)
64 ,fCh2CountLb(0)
65 ,fCh2CountHb(0)
66 ,fCh3CountLb(0)
67 ,fCh3CountHb(0)
68 ,fCh4CountLb(0)
69 ,fCh4CountHb(0)
70 ,fCh5CountLb(0)
71 ,fCh5CountHb(0)
72 ,fCh6CountLb(0)
73 ,fCh6CountHb(0)
74 ,fCh7CountLb(0)
75 ,fCh7CountHb(0)
76 ,fCh8CountLb(0)
77 ,fCh8CountHb(0)
78 ,fCh9CountLb(0)
79 ,fCh9CountHb(0)
80 ,fCh10CountLb(0)
81 ,fCh10CountHb(0)
82 ,fCh11CountLb(0)
83 ,fCh11CountHb(0)
84 ,fTrigParallel0Lb(0)
85 ,fTrigParallel0Hb(0)
86 ,fTrigParallel1Lb(0)
87 ,fTrigParallel1Hb(0)
88
3821ce70 89{
90 //
91 // AliTRDCalDCSGTU default constructor
92 //
93 fSegmentsArr->SetOwner();
94}
95
96//_____________________________________________________________________________
97AliTRDCalDCSPTRFeb::AliTRDCalDCSPTRFeb(const char *name, const char *title)
98 :TNamed(name,title)
75bbe3c8 99 ,fSide("")
100 ,fDetName("")
101 ,fPrimary(0)
102 ,fPtChDelay0(0)
103 ,fPtChDelay1(0)
104 ,fPtChDelay2(0)
105 ,fPtChDelay3(0)
106 ,fPtChDelay4(0)
107 ,fPtChDelay5(0)
108 ,fPtChDelay6(0)
109 ,fPtChDelay7(0)
110 ,fPtChDelay8(0)
111 ,fPtChDelay9(0)
112 ,fPtChDelay10(0)
113 ,fPtChDelay11(0)
114 ,fPtChThr0(0)
115 ,fPtChThr1(0)
116 ,fPtChThr2(0)
117 ,fPtChThr3(0)
118 ,fPtChThr4(0)
119 ,fPtChThr5(0)
120 ,fPtChThr6(0)
121 ,fPtChThr7(0)
122 ,fPtChThr8(0)
123 ,fPtChThr9(0)
124 ,fPtChThr10(0)
125 ,fPtChThr11(0)
126 ,fClkLb(0)
127 ,fClkHb(0)
128 ,fCh0CountLb(0)
129 ,fCh0CountHb(0)
130 ,fCh1CountLb(0)
131 ,fCh1CountHb(0)
132 ,fCh2CountLb(0)
133 ,fCh2CountHb(0)
134 ,fCh3CountLb(0)
135 ,fCh3CountHb(0)
136 ,fCh4CountLb(0)
137 ,fCh4CountHb(0)
138 ,fCh5CountLb(0)
139 ,fCh5CountHb(0)
140 ,fCh6CountLb(0)
141 ,fCh6CountHb(0)
142 ,fCh7CountLb(0)
143 ,fCh7CountHb(0)
144 ,fCh8CountLb(0)
145 ,fCh8CountHb(0)
146 ,fCh9CountLb(0)
147 ,fCh9CountHb(0)
148 ,fCh10CountLb(0)
149 ,fCh10CountHb(0)
150 ,fCh11CountLb(0)
151 ,fCh11CountHb(0)
152 ,fTrigParallel0Lb(0)
153 ,fTrigParallel0Hb(0)
154 ,fTrigParallel1Lb(0)
155 ,fTrigParallel1Hb(0)
3821ce70 156{
157 //
158 // AliTRDCalDCSGTU constructor
159 //
160}
161
162//_____________________________________________________________________________
75bbe3c8 163AliTRDCalDCSPTRFeb::AliTRDCalDCSPTRFeb(const AliTRDCalDCSPTRFeb &)
3821ce70 164 :TNamed("","")
75bbe3c8 165 ,fSide("")
166 ,fDetName("")
167 ,fPrimary(0)
168 ,fPtChDelay0(0)
169 ,fPtChDelay1(0)
170 ,fPtChDelay2(0)
171 ,fPtChDelay3(0)
172 ,fPtChDelay4(0)
173 ,fPtChDelay5(0)
174 ,fPtChDelay6(0)
175 ,fPtChDelay7(0)
176 ,fPtChDelay8(0)
177 ,fPtChDelay9(0)
178 ,fPtChDelay10(0)
179 ,fPtChDelay11(0)
180 ,fPtChThr0(0)
181 ,fPtChThr1(0)
182 ,fPtChThr2(0)
183 ,fPtChThr3(0)
184 ,fPtChThr4(0)
185 ,fPtChThr5(0)
186 ,fPtChThr6(0)
187 ,fPtChThr7(0)
188 ,fPtChThr8(0)
189 ,fPtChThr9(0)
190 ,fPtChThr10(0)
191 ,fPtChThr11(0)
192 ,fClkLb(0)
193 ,fClkHb(0)
194 ,fCh0CountLb(0)
195 ,fCh0CountHb(0)
196 ,fCh1CountLb(0)
197 ,fCh1CountHb(0)
198 ,fCh2CountLb(0)
199 ,fCh2CountHb(0)
200 ,fCh3CountLb(0)
201 ,fCh3CountHb(0)
202 ,fCh4CountLb(0)
203 ,fCh4CountHb(0)
204 ,fCh5CountLb(0)
205 ,fCh5CountHb(0)
206 ,fCh6CountLb(0)
207 ,fCh6CountHb(0)
208 ,fCh7CountLb(0)
209 ,fCh7CountHb(0)
210 ,fCh8CountLb(0)
211 ,fCh8CountHb(0)
212 ,fCh9CountLb(0)
213 ,fCh9CountHb(0)
214 ,fCh10CountLb(0)
215 ,fCh10CountHb(0)
216 ,fCh11CountLb(0)
217 ,fCh11CountHb(0)
218 ,fTrigParallel0Lb(0)
219 ,fTrigParallel0Hb(0)
220 ,fTrigParallel1Lb(0)
221 ,fTrigParallel1Hb(0)
3821ce70 222{
223 //
224 // AliTRDCalDCSGTU constructor
225 //
226}
227
228
229