CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
TEcnaObject Class Reference

#include <TEcnaObject.h>

Inheritance diagram for TEcnaObject:

Public Member Functions

Long_t GetPointerValue (const TString &)
 
void Init ()
 
void NumberCreateObjectMessage (const TString &, const Long_t &, const Int_t &)
 
void NumberReuseObjectMessage (const TString &, const Long_t &, const Int_t &)
 
Bool_t RegisterPointer (const TString &, const Long_t &)
 
 TEcnaObject ()
 
virtual ~TEcnaObject ()
 

Private Attributes

Int_t fCounterCreateTEcnaGui
 
Int_t fCounterCreateTEcnaHeader
 
Int_t fCounterCreateTEcnaHistos
 
Int_t fCounterCreateTEcnaNArrayD
 
Int_t fCounterCreateTEcnaNumbering
 
Int_t fCounterCreateTEcnaParCout
 
Int_t fCounterCreateTEcnaParEcal
 
Int_t fCounterCreateTEcnaParHistos
 
Int_t fCounterCreateTEcnaParPaths
 
Int_t fCounterCreateTEcnaRead
 
Int_t fCounterCreateTEcnaResultType
 
Int_t fCounterCreateTEcnaRootFile
 
Int_t fCounterCreateTEcnaRun
 
Int_t fCounterCreateTEcnaWrite
 
Int_t fCounterReusingTEcnaGui
 
Int_t fCounterReusingTEcnaHeader
 
Int_t fCounterReusingTEcnaHistos
 
Int_t fCounterReusingTEcnaNArrayD
 
Int_t fCounterReusingTEcnaNumbering
 
Int_t fCounterReusingTEcnaParCout
 
Int_t fCounterReusingTEcnaParEcal
 
Int_t fCounterReusingTEcnaParHistos
 
Int_t fCounterReusingTEcnaParPaths
 
Int_t fCounterReusingTEcnaRead
 
Int_t fCounterReusingTEcnaResultType
 
Int_t fCounterReusingTEcnaRootFile
 
Int_t fCounterReusingTEcnaRun
 
Int_t fCounterReusingTEcnaWrite
 
Int_t fgMaxCar
 
Long_t fObjectTEcnaGui
 
Long_t fObjectTEcnaHeader
 
Long_t fObjectTEcnaHistos
 
Long_t fObjectTEcnaNArrayD
 
Long_t fObjectTEcnaNumbering
 
Long_t fObjectTEcnaParCout
 
Long_t fObjectTEcnaParEcal
 
Long_t fObjectTEcnaParHistos
 
Long_t fObjectTEcnaParPaths
 
Long_t fObjectTEcnaRead
 
Long_t fObjectTEcnaResultType
 
Long_t fObjectTEcnaRootFile
 
Long_t fObjectTEcnaRun
 
Long_t fObjectTEcnaWrite
 
TString fTTBELL
 

Detailed Description


TEcnaObject.h Update: 15/02/2011 Author: B.Fabbro (berna.nosp@m.rd.f.nosp@m.abbro.nosp@m.@cea.nosp@m..fr) DSM/IRFU/SPP CEA-Saclay Copyright: Those valid for CEA sofware

ECNA web page: http://cms-fabbro.web.cern.ch/cms-fabbro/

cna_new/Correlated_Noise_Analysis/ECNA_cna_1.htm

ECNA object management

Definition at line 25 of file TEcnaObject.h.

Constructor & Destructor Documentation

TEcnaObject::TEcnaObject ( )

Definition at line 29 of file TEcnaObject.cc.

30 {
31 // Constructor without argument
32 
33  // cout << "[Info Management] CLASS: TEcnaObject. CREATE OBJECT: this = " << this << endl;
34 
35  Long_t PointerValue = (Long_t)this;
36  Int_t un = 1;
37  NumberCreateObjectMessage("TEcnaObject", PointerValue, un);
38 
39  Init();
40 
41 }
void NumberCreateObjectMessage(const TString &, const Long_t &, const Int_t &)
Definition: TEcnaObject.cc:335
void Init()
Definition: TEcnaObject.cc:43
TEcnaObject::~TEcnaObject ( )
virtual

Definition at line 17 of file TEcnaObject.cc.

18 {
19 //destructor
20 
21  // cout << "[Info Management] CLASS: TEcnaObject. DESTROY OBJECT: this = " << this << endl;
22 }

Member Function Documentation

Long_t TEcnaObject::GetPointerValue ( const TString &  ClassName)

Definition at line 230 of file TEcnaObject.cc.

Referenced by TEcnaGui::TEcnaGui(), TEcnaHistos::TEcnaHistos(), TEcnaNumbering::TEcnaNumbering(), TEcnaParHistos::TEcnaParHistos(), TEcnaRead::TEcnaRead(), TEcnaRun::TEcnaRun(), and TEcnaWrite::TEcnaWrite().

231 {
232  Long_t PointerValue = 0;
233 
234  if( ClassName == "TEcnaGui" )
235  {
236  PointerValue = fObjectTEcnaGui;
239  }
240 
241  if( ClassName == "TEcnaHeader" )
242  {
243  PointerValue = fObjectTEcnaHeader;
246  }
247 
248  if( ClassName == "TEcnaHistos" )
249  {
250  PointerValue = fObjectTEcnaHistos;
253  }
254 
255  if( ClassName == "TEcnaNArrayD" )
256  {
257  PointerValue = fObjectTEcnaNArrayD;
260  }
261 
262  if( ClassName == "TEcnaNumbering" )
263  {
264  PointerValue = fObjectTEcnaNumbering;
267  }
268 
269  if( ClassName == "TEcnaParCout" )
270  {
271  PointerValue = fObjectTEcnaParCout;
274  }
275 
276  if( ClassName == "TEcnaParEcal" )
277  {
278  PointerValue = fObjectTEcnaParEcal;
281  }
282 
283  if( ClassName == "TEcnaParHistos" )
284  {
285  PointerValue = fObjectTEcnaParHistos;
288  }
289 
290  if( ClassName == "TEcnaParPaths" )
291  {
292  PointerValue = fObjectTEcnaParPaths;
295  }
296 
297  if( ClassName == "TEcnaRead" )
298  {
299  PointerValue = fObjectTEcnaRead;
302  }
303 
304  if( ClassName == "TEcnaResultType" )
305  {
306  PointerValue = fObjectTEcnaResultType;
309  }
310 
311  if( ClassName == "TEcnaRootFile" )
312  {
313  PointerValue = fObjectTEcnaRootFile;
316  }
317 
318  if( ClassName == "TEcnaRun" )
319  {
320  PointerValue = fObjectTEcnaRun;
323  }
324 
325  if( ClassName == "TEcnaWrite" )
326  {
327  PointerValue = fObjectTEcnaWrite;
330  }
331 
332  return PointerValue;
333 }
Long_t fObjectTEcnaResultType
Definition: TEcnaObject.h:46
Int_t fCounterReusingTEcnaWrite
Definition: TEcnaObject.h:81
Int_t fCounterReusingTEcnaParHistos
Definition: TEcnaObject.h:75
Long_t fObjectTEcnaRead
Definition: TEcnaObject.h:45
Int_t fCounterReusingTEcnaNArrayD
Definition: TEcnaObject.h:71
Long_t fObjectTEcnaGui
Definition: TEcnaObject.h:36
Long_t fObjectTEcnaParEcal
Definition: TEcnaObject.h:42
Int_t fCounterReusingTEcnaParEcal
Definition: TEcnaObject.h:74
Int_t fCounterReusingTEcnaNumbering
Definition: TEcnaObject.h:72
Int_t fCounterReusingTEcnaHeader
Definition: TEcnaObject.h:69
Long_t fObjectTEcnaRun
Definition: TEcnaObject.h:48
Int_t fCounterReusingTEcnaResultType
Definition: TEcnaObject.h:78
Int_t fCounterReusingTEcnaRootFile
Definition: TEcnaObject.h:79
Int_t fCounterReusingTEcnaGui
Definition: TEcnaObject.h:68
Long_t fObjectTEcnaWrite
Definition: TEcnaObject.h:49
Long_t fObjectTEcnaParCout
Definition: TEcnaObject.h:41
Int_t fCounterReusingTEcnaRun
Definition: TEcnaObject.h:80
Int_t fCounterReusingTEcnaHistos
Definition: TEcnaObject.h:70
Long_t fObjectTEcnaNArrayD
Definition: TEcnaObject.h:39
Long_t fObjectTEcnaHistos
Definition: TEcnaObject.h:38
Int_t fCounterReusingTEcnaParPaths
Definition: TEcnaObject.h:76
Long_t fObjectTEcnaParHistos
Definition: TEcnaObject.h:43
void NumberReuseObjectMessage(const TString &, const Long_t &, const Int_t &)
Definition: TEcnaObject.cc:348
Int_t fCounterReusingTEcnaRead
Definition: TEcnaObject.h:77
Long_t fObjectTEcnaRootFile
Definition: TEcnaObject.h:47
Long_t fObjectTEcnaHeader
Definition: TEcnaObject.h:37
Long_t fObjectTEcnaNumbering
Definition: TEcnaObject.h:40
Int_t fCounterReusingTEcnaParCout
Definition: TEcnaObject.h:73
Long_t fObjectTEcnaParPaths
Definition: TEcnaObject.h:44
void TEcnaObject::Init ( void  )

Definition at line 43 of file TEcnaObject.cc.

44 {
45  fgMaxCar = 512;
46  fTTBELL = '\007';
47 
48  //................ Init pointers to TEcna Objects
49  fObjectTEcnaGui = 0;
57  fObjectTEcnaRead = 0;
60  fObjectTEcnaRun = 0;
62 
63  //................ Init counters of TEcna Object creation
77 
78  //................ Init counters of TEcna Object re-using
92 
93 }// end of Init()
Long_t fObjectTEcnaResultType
Definition: TEcnaObject.h:46
Int_t fCounterReusingTEcnaWrite
Definition: TEcnaObject.h:81
Int_t fCounterReusingTEcnaParHistos
Definition: TEcnaObject.h:75
Long_t fObjectTEcnaRead
Definition: TEcnaObject.h:45
Int_t fCounterReusingTEcnaNArrayD
Definition: TEcnaObject.h:71
Int_t fCounterCreateTEcnaWrite
Definition: TEcnaObject.h:65
Long_t fObjectTEcnaGui
Definition: TEcnaObject.h:36
Long_t fObjectTEcnaParEcal
Definition: TEcnaObject.h:42
Int_t fCounterCreateTEcnaRead
Definition: TEcnaObject.h:61
Int_t fCounterCreateTEcnaHeader
Definition: TEcnaObject.h:53
Int_t fCounterCreateTEcnaResultType
Definition: TEcnaObject.h:62
Int_t fCounterCreateTEcnaRun
Definition: TEcnaObject.h:64
Int_t fCounterReusingTEcnaParEcal
Definition: TEcnaObject.h:74
Int_t fCounterReusingTEcnaNumbering
Definition: TEcnaObject.h:72
Int_t fCounterReusingTEcnaHeader
Definition: TEcnaObject.h:69
Int_t fCounterCreateTEcnaNArrayD
Definition: TEcnaObject.h:55
Int_t fCounterCreateTEcnaGui
Definition: TEcnaObject.h:52
Long_t fObjectTEcnaRun
Definition: TEcnaObject.h:48
Int_t fCounterReusingTEcnaResultType
Definition: TEcnaObject.h:78
Int_t fCounterReusingTEcnaRootFile
Definition: TEcnaObject.h:79
Int_t fCounterReusingTEcnaGui
Definition: TEcnaObject.h:68
Long_t fObjectTEcnaWrite
Definition: TEcnaObject.h:49
Long_t fObjectTEcnaParCout
Definition: TEcnaObject.h:41
Int_t fCounterCreateTEcnaParCout
Definition: TEcnaObject.h:57
Int_t fCounterReusingTEcnaRun
Definition: TEcnaObject.h:80
Int_t fCounterReusingTEcnaHistos
Definition: TEcnaObject.h:70
Int_t fCounterCreateTEcnaHistos
Definition: TEcnaObject.h:54
TString fTTBELL
Definition: TEcnaObject.h:33
Int_t fgMaxCar
Definition: TEcnaObject.h:31
Long_t fObjectTEcnaNArrayD
Definition: TEcnaObject.h:39
Int_t fCounterCreateTEcnaRootFile
Definition: TEcnaObject.h:63
Long_t fObjectTEcnaHistos
Definition: TEcnaObject.h:38
Int_t fCounterCreateTEcnaNumbering
Definition: TEcnaObject.h:56
Long_t fObjectTEcnaParHistos
Definition: TEcnaObject.h:43
Int_t fCounterCreateTEcnaParHistos
Definition: TEcnaObject.h:59
Int_t fCounterReusingTEcnaRead
Definition: TEcnaObject.h:77
Int_t fCounterCreateTEcnaParEcal
Definition: TEcnaObject.h:58
Long_t fObjectTEcnaRootFile
Definition: TEcnaObject.h:47
Long_t fObjectTEcnaHeader
Definition: TEcnaObject.h:37
Long_t fObjectTEcnaNumbering
Definition: TEcnaObject.h:40
Int_t fCounterReusingTEcnaParCout
Definition: TEcnaObject.h:73
void TEcnaObject::NumberCreateObjectMessage ( const TString &  ClassName,
const Long_t &  PointerValue,
const Int_t &  NbOfObjects 
)

Definition at line 335 of file TEcnaObject.cc.

References gather_cfg::cout.

336 {
337 #define NOCM
338 #ifndef NOCM
339  cout << "*TEcnaObject::NumberCreateObjectMessage(...)> New ECNA object (pointer = "
340  << PointerValue << ") from TEcnaObject " << this
341  << ". Object# = " << setw(8) << NbOfObjects
342  << ", Class: " << ClassName;
343  if( NbOfObjects > 1 ){cout << " (INFO: more than 1 object)";}
344  cout << endl;
345 #endif // NOCM
346 }
tuple cout
Definition: gather_cfg.py:121
void TEcnaObject::NumberReuseObjectMessage ( const TString &  ClassName,
const Long_t &  PointerValue,
const Int_t &  NbOfObjects 
)

Definition at line 348 of file TEcnaObject.cc.

References gather_cfg::cout.

349 {
350 #define NOCR
351 #ifndef NOCR
352  if( PointerValue != 0 )
353  {
354  cout << "*TEcnaObject::GetPointerValue(...)> INFO: pointer " << PointerValue
355  << " used again from TEcnaObject " << this
356  << ". " << setw(8) << NbOfObjects << " times, class: " << ClassName;
357  }
358  cout << endl;
359 #endif // NOCR
360 }
tuple cout
Definition: gather_cfg.py:121
Bool_t TEcnaObject::RegisterPointer ( const TString &  ClassName,
const Long_t &  PointerValue 
)

Definition at line 103 of file TEcnaObject.cc.

References gather_cfg::cout.

Referenced by TEcnaGui::TEcnaGui(), TEcnaHeader::TEcnaHeader(), TEcnaHistos::TEcnaHistos(), TEcnaNArrayD::TEcnaNArrayD(), TEcnaNumbering::TEcnaNumbering(), TEcnaParCout::TEcnaParCout(), TEcnaParEcal::TEcnaParEcal(), TEcnaParHistos::TEcnaParHistos(), TEcnaParPaths::TEcnaParPaths(), TEcnaRead::TEcnaRead(), TEcnaResultType::TEcnaResultType(), TEcnaRootFile::TEcnaRootFile(), TEcnaRun::TEcnaRun(), and TEcnaWrite::TEcnaWrite().

104 {
105  Bool_t ClassFound = kFALSE;
106 
107  if( ClassName == "TEcnaGui" )
108  {
109  ClassFound = kTRUE;
110  fObjectTEcnaGui = PointerValue;
113  }
114 
115  if( ClassName == "TEcnaHeader" )
116  {
117  ClassFound = kTRUE;
118  fObjectTEcnaHeader = PointerValue;
121  }
122 
123  if( ClassName == "TEcnaHistos" )
124  {
125  ClassFound = kTRUE;
126  fObjectTEcnaHistos = PointerValue;
129  }
130 
131  if( ClassName == "TEcnaNArrayD" )
132  {
133  ClassFound = kTRUE;
134  fObjectTEcnaNArrayD = PointerValue;
137  }
138 
139  if( ClassName == "TEcnaNumbering" )
140  {
141  ClassFound = kTRUE;
142  fObjectTEcnaNumbering = PointerValue;
145  }
146 
147  if( ClassName == "TEcnaParCout" )
148  {
149  ClassFound = kTRUE;
150  fObjectTEcnaParCout = PointerValue;
153  }
154 
155  if( ClassName == "TEcnaParEcal" )
156  {
157  ClassFound = kTRUE;
158  fObjectTEcnaParEcal = PointerValue;
161  }
162 
163  if( ClassName == "TEcnaParHistos" )
164  {
165  ClassFound = kTRUE;
166  fObjectTEcnaParHistos = PointerValue;
169  }
170 
171  if( ClassName == "TEcnaParPaths" )
172  {
173  ClassFound = kTRUE;
174  fObjectTEcnaParPaths = PointerValue;
177  }
178 
179  if( ClassName == "TEcnaRead" )
180  {
181  ClassFound = kTRUE;
182  fObjectTEcnaRead = PointerValue;
185  }
186 
187  if( ClassName == "TEcnaResultType" )
188  {
189  ClassFound = kTRUE;
190  fObjectTEcnaResultType = PointerValue;
193  }
194 
195  if( ClassName == "TEcnaRootFile" )
196  {
197  ClassFound = kTRUE;
198  fObjectTEcnaRootFile = PointerValue;
201  }
202 
203  if( ClassName == "TEcnaRun" )
204  {
205  ClassFound = kTRUE;
206  fObjectTEcnaRun = PointerValue;
209  }
210 
211  if( ClassName == "TEcnaWrite" )
212  {
213  ClassFound = kTRUE;
214  fObjectTEcnaWrite = PointerValue;
217  }
218 
219  //.........................................................................................
220  if( ClassFound == kFALSE )
221  {
222  cout << "!TEcnaObject::RegisterPointer(...)> Class " << ClassName
223  << " not found." << fTTBELL << endl;
224  }
225 
226  return ClassFound;
227 } // end of RegisterPointer(...)
Long_t fObjectTEcnaResultType
Definition: TEcnaObject.h:46
Long_t fObjectTEcnaRead
Definition: TEcnaObject.h:45
Int_t fCounterCreateTEcnaWrite
Definition: TEcnaObject.h:65
Long_t fObjectTEcnaGui
Definition: TEcnaObject.h:36
Long_t fObjectTEcnaParEcal
Definition: TEcnaObject.h:42
Int_t fCounterCreateTEcnaRead
Definition: TEcnaObject.h:61
Int_t fCounterCreateTEcnaHeader
Definition: TEcnaObject.h:53
Int_t fCounterCreateTEcnaParPaths
Definition: TEcnaObject.h:60
Int_t fCounterCreateTEcnaResultType
Definition: TEcnaObject.h:62
Int_t fCounterCreateTEcnaRun
Definition: TEcnaObject.h:64
Int_t fCounterCreateTEcnaNArrayD
Definition: TEcnaObject.h:55
Int_t fCounterCreateTEcnaGui
Definition: TEcnaObject.h:52
Long_t fObjectTEcnaRun
Definition: TEcnaObject.h:48
Long_t fObjectTEcnaWrite
Definition: TEcnaObject.h:49
Long_t fObjectTEcnaParCout
Definition: TEcnaObject.h:41
Int_t fCounterCreateTEcnaParCout
Definition: TEcnaObject.h:57
Int_t fCounterCreateTEcnaHistos
Definition: TEcnaObject.h:54
TString fTTBELL
Definition: TEcnaObject.h:33
void NumberCreateObjectMessage(const TString &, const Long_t &, const Int_t &)
Definition: TEcnaObject.cc:335
Long_t fObjectTEcnaNArrayD
Definition: TEcnaObject.h:39
Int_t fCounterCreateTEcnaRootFile
Definition: TEcnaObject.h:63
Long_t fObjectTEcnaHistos
Definition: TEcnaObject.h:38
Int_t fCounterCreateTEcnaNumbering
Definition: TEcnaObject.h:56
Long_t fObjectTEcnaParHistos
Definition: TEcnaObject.h:43
Int_t fCounterCreateTEcnaParHistos
Definition: TEcnaObject.h:59
tuple cout
Definition: gather_cfg.py:121
Int_t fCounterCreateTEcnaParEcal
Definition: TEcnaObject.h:58
Long_t fObjectTEcnaRootFile
Definition: TEcnaObject.h:47
Long_t fObjectTEcnaHeader
Definition: TEcnaObject.h:37
Long_t fObjectTEcnaNumbering
Definition: TEcnaObject.h:40
Long_t fObjectTEcnaParPaths
Definition: TEcnaObject.h:44

Member Data Documentation

Int_t TEcnaObject::fCounterCreateTEcnaGui
private

Definition at line 52 of file TEcnaObject.h.

Int_t TEcnaObject::fCounterCreateTEcnaHeader
private

Definition at line 53 of file TEcnaObject.h.

Int_t TEcnaObject::fCounterCreateTEcnaHistos
private

Definition at line 54 of file TEcnaObject.h.

Int_t TEcnaObject::fCounterCreateTEcnaNArrayD
private

Definition at line 55 of file TEcnaObject.h.

Int_t TEcnaObject::fCounterCreateTEcnaNumbering
private

Definition at line 56 of file TEcnaObject.h.

Int_t TEcnaObject::fCounterCreateTEcnaParCout
private

Definition at line 57 of file TEcnaObject.h.

Int_t TEcnaObject::fCounterCreateTEcnaParEcal
private

Definition at line 58 of file TEcnaObject.h.

Int_t TEcnaObject::fCounterCreateTEcnaParHistos
private

Definition at line 59 of file TEcnaObject.h.

Int_t TEcnaObject::fCounterCreateTEcnaParPaths
private

Definition at line 60 of file TEcnaObject.h.

Int_t TEcnaObject::fCounterCreateTEcnaRead
private

Definition at line 61 of file TEcnaObject.h.

Int_t TEcnaObject::fCounterCreateTEcnaResultType
private

Definition at line 62 of file TEcnaObject.h.

Int_t TEcnaObject::fCounterCreateTEcnaRootFile
private

Definition at line 63 of file TEcnaObject.h.

Int_t TEcnaObject::fCounterCreateTEcnaRun
private

Definition at line 64 of file TEcnaObject.h.

Int_t TEcnaObject::fCounterCreateTEcnaWrite
private

Definition at line 65 of file TEcnaObject.h.

Int_t TEcnaObject::fCounterReusingTEcnaGui
private

Definition at line 68 of file TEcnaObject.h.

Int_t TEcnaObject::fCounterReusingTEcnaHeader
private

Definition at line 69 of file TEcnaObject.h.

Int_t TEcnaObject::fCounterReusingTEcnaHistos
private

Definition at line 70 of file TEcnaObject.h.

Int_t TEcnaObject::fCounterReusingTEcnaNArrayD
private

Definition at line 71 of file TEcnaObject.h.

Int_t TEcnaObject::fCounterReusingTEcnaNumbering
private

Definition at line 72 of file TEcnaObject.h.

Int_t TEcnaObject::fCounterReusingTEcnaParCout
private

Definition at line 73 of file TEcnaObject.h.

Int_t TEcnaObject::fCounterReusingTEcnaParEcal
private

Definition at line 74 of file TEcnaObject.h.

Int_t TEcnaObject::fCounterReusingTEcnaParHistos
private

Definition at line 75 of file TEcnaObject.h.

Int_t TEcnaObject::fCounterReusingTEcnaParPaths
private

Definition at line 76 of file TEcnaObject.h.

Int_t TEcnaObject::fCounterReusingTEcnaRead
private

Definition at line 77 of file TEcnaObject.h.

Int_t TEcnaObject::fCounterReusingTEcnaResultType
private

Definition at line 78 of file TEcnaObject.h.

Int_t TEcnaObject::fCounterReusingTEcnaRootFile
private

Definition at line 79 of file TEcnaObject.h.

Int_t TEcnaObject::fCounterReusingTEcnaRun
private

Definition at line 80 of file TEcnaObject.h.

Int_t TEcnaObject::fCounterReusingTEcnaWrite
private

Definition at line 81 of file TEcnaObject.h.

Int_t TEcnaObject::fgMaxCar
private

Definition at line 31 of file TEcnaObject.h.

Long_t TEcnaObject::fObjectTEcnaGui
private

Definition at line 36 of file TEcnaObject.h.

Long_t TEcnaObject::fObjectTEcnaHeader
private

Definition at line 37 of file TEcnaObject.h.

Long_t TEcnaObject::fObjectTEcnaHistos
private

Definition at line 38 of file TEcnaObject.h.

Long_t TEcnaObject::fObjectTEcnaNArrayD
private

Definition at line 39 of file TEcnaObject.h.

Long_t TEcnaObject::fObjectTEcnaNumbering
private

Definition at line 40 of file TEcnaObject.h.

Long_t TEcnaObject::fObjectTEcnaParCout
private

Definition at line 41 of file TEcnaObject.h.

Long_t TEcnaObject::fObjectTEcnaParEcal
private

Definition at line 42 of file TEcnaObject.h.

Long_t TEcnaObject::fObjectTEcnaParHistos
private

Definition at line 43 of file TEcnaObject.h.

Long_t TEcnaObject::fObjectTEcnaParPaths
private

Definition at line 44 of file TEcnaObject.h.

Long_t TEcnaObject::fObjectTEcnaRead
private

Definition at line 45 of file TEcnaObject.h.

Long_t TEcnaObject::fObjectTEcnaResultType
private

Definition at line 46 of file TEcnaObject.h.

Long_t TEcnaObject::fObjectTEcnaRootFile
private

Definition at line 47 of file TEcnaObject.h.

Long_t TEcnaObject::fObjectTEcnaRun
private

Definition at line 48 of file TEcnaObject.h.

Long_t TEcnaObject::fObjectTEcnaWrite
private

Definition at line 49 of file TEcnaObject.h.

TString TEcnaObject::fTTBELL
private

Definition at line 33 of file TEcnaObject.h.