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: 05/10/2012 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_main_page.htm

ECNA object management

Definition at line 25 of file TEcnaObject.h.

Constructor & Destructor Documentation

TEcnaObject::TEcnaObject ( )

Definition at line 28 of file TEcnaObject.cc.

References Init(), and NumberCreateObjectMessage().

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

Definition at line 16 of file TEcnaObject.cc.

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

Member Function Documentation

Long_t TEcnaObject::GetPointerValue ( const TString &  ClassName)

Definition at line 232 of file TEcnaObject.cc.

References fCounterReusingTEcnaGui, fCounterReusingTEcnaHeader, fCounterReusingTEcnaHistos, fCounterReusingTEcnaNArrayD, fCounterReusingTEcnaNumbering, fCounterReusingTEcnaParCout, fCounterReusingTEcnaParEcal, fCounterReusingTEcnaParHistos, fCounterReusingTEcnaParPaths, fCounterReusingTEcnaRead, fCounterReusingTEcnaResultType, fCounterReusingTEcnaRootFile, fCounterReusingTEcnaRun, fCounterReusingTEcnaWrite, fObjectTEcnaGui, fObjectTEcnaHeader, fObjectTEcnaHistos, fObjectTEcnaNArrayD, fObjectTEcnaNumbering, fObjectTEcnaParCout, fObjectTEcnaParEcal, fObjectTEcnaParHistos, fObjectTEcnaParPaths, fObjectTEcnaRead, fObjectTEcnaResultType, fObjectTEcnaRootFile, fObjectTEcnaRun, fObjectTEcnaWrite, and NumberReuseObjectMessage().

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

233 {
234  Long_t PointerValue = (Long_t)0;
235 
236  if( ClassName == "TEcnaGui" )
237  {
238  PointerValue = fObjectTEcnaGui;
241  }
242 
243  if( ClassName == "TEcnaHeader" )
244  {
245  PointerValue = fObjectTEcnaHeader;
248  }
249 
250  if( ClassName == "TEcnaHistos" )
251  {
252  PointerValue = fObjectTEcnaHistos;
255  }
256 
257  if( ClassName == "TEcnaNArrayD" )
258  {
259  PointerValue = fObjectTEcnaNArrayD;
262  }
263 
264  if( ClassName == "TEcnaNumbering" )
265  {
266  PointerValue = fObjectTEcnaNumbering;
269  }
270 
271  if( ClassName == "TEcnaParCout" )
272  {
273  PointerValue = fObjectTEcnaParCout;
276  }
277 
278  if( ClassName == "TEcnaParEcal" )
279  {
280  PointerValue = fObjectTEcnaParEcal;
283  }
284 
285  if( ClassName == "TEcnaParHistos" )
286  {
287  PointerValue = fObjectTEcnaParHistos;
290  }
291 
292  if( ClassName == "TEcnaParPaths" )
293  {
294  PointerValue = fObjectTEcnaParPaths;
297  }
298 
299  if( ClassName == "TEcnaRead" )
300  {
301  PointerValue = fObjectTEcnaRead;
304  }
305 
306  if( ClassName == "TEcnaResultType" )
307  {
308  PointerValue = fObjectTEcnaResultType;
311  }
312 
313  if( ClassName == "TEcnaRootFile" )
314  {
315  PointerValue = fObjectTEcnaRootFile;
318  }
319 
320  if( ClassName == "TEcnaRun" )
321  {
322  PointerValue = fObjectTEcnaRun;
325  }
326 
327  if( ClassName == "TEcnaWrite" )
328  {
329  PointerValue = fObjectTEcnaWrite;
332  }
333 
334  return PointerValue;
335 }
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:350
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 42 of file TEcnaObject.cc.

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

Referenced by TEcnaObject().

43 {
44  fgMaxCar = (Int_t)512;
45  fTTBELL = '\007';
46 
47  //................ Init pointers to TEcna Objects
48  fObjectTEcnaGui = 0;
57  fObjectTEcnaRead = 0;
60  fObjectTEcnaRun = 0;
62 
63  //................ Init counters of TEcna Object creation
78 
79  //................ Init counters of TEcna Object re-using
94 
95 }// 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 fCounterCreateTEcnaParPaths
Definition: TEcnaObject.h:60
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 fCounterReusingTEcnaParPaths
Definition: TEcnaObject.h:76
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
Long_t fObjectTEcnaParPaths
Definition: TEcnaObject.h:44
void TEcnaObject::NumberCreateObjectMessage ( const TString &  ClassName,
const Long_t &  PointerValue,
const Int_t &  NbOfObjects 
)

Definition at line 337 of file TEcnaObject.cc.

References gather_cfg::cout.

Referenced by RegisterPointer(), and TEcnaObject().

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

Definition at line 350 of file TEcnaObject.cc.

References gather_cfg::cout.

Referenced by GetPointerValue().

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

Definition at line 105 of file TEcnaObject.cc.

References gather_cfg::cout, fCounterCreateTEcnaGui, fCounterCreateTEcnaHeader, fCounterCreateTEcnaHistos, fCounterCreateTEcnaNArrayD, fCounterCreateTEcnaNumbering, fCounterCreateTEcnaParCout, fCounterCreateTEcnaParEcal, fCounterCreateTEcnaParHistos, fCounterCreateTEcnaParPaths, fCounterCreateTEcnaRead, fCounterCreateTEcnaResultType, fCounterCreateTEcnaRootFile, fCounterCreateTEcnaRun, fCounterCreateTEcnaWrite, fObjectTEcnaGui, fObjectTEcnaHeader, fObjectTEcnaHistos, fObjectTEcnaNArrayD, fObjectTEcnaNumbering, fObjectTEcnaParCout, fObjectTEcnaParEcal, fObjectTEcnaParHistos, fObjectTEcnaParPaths, fObjectTEcnaRead, fObjectTEcnaResultType, fObjectTEcnaRootFile, fObjectTEcnaRun, fObjectTEcnaWrite, fTTBELL, and NumberCreateObjectMessage().

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().

106 {
107  Bool_t ClassFound = kFALSE;
108 
109  if( ClassName == "TEcnaGui" )
110  {
111  ClassFound = kTRUE;
112  fObjectTEcnaGui = PointerValue;
115  }
116 
117  if( ClassName == "TEcnaHeader" )
118  {
119  ClassFound = kTRUE;
120  fObjectTEcnaHeader = PointerValue;
123  }
124 
125  if( ClassName == "TEcnaHistos" )
126  {
127  ClassFound = kTRUE;
128  fObjectTEcnaHistos = PointerValue;
131  }
132 
133  if( ClassName == "TEcnaNArrayD" )
134  {
135  ClassFound = kTRUE;
136  fObjectTEcnaNArrayD = PointerValue;
139  }
140 
141  if( ClassName == "TEcnaNumbering" )
142  {
143  ClassFound = kTRUE;
144  fObjectTEcnaNumbering = PointerValue;
147  }
148 
149  if( ClassName == "TEcnaParCout" )
150  {
151  ClassFound = kTRUE;
152  fObjectTEcnaParCout = PointerValue;
155  }
156 
157  if( ClassName == "TEcnaParEcal" )
158  {
159  ClassFound = kTRUE;
160  fObjectTEcnaParEcal = PointerValue;
163  }
164 
165  if( ClassName == "TEcnaParHistos" )
166  {
167  ClassFound = kTRUE;
168  fObjectTEcnaParHistos = PointerValue;
171  }
172 
173  if( ClassName == "TEcnaParPaths" )
174  {
175  ClassFound = kTRUE;
176  fObjectTEcnaParPaths = PointerValue;
179  }
180 
181  if( ClassName == "TEcnaRead" )
182  {
183  ClassFound = kTRUE;
184  fObjectTEcnaRead = PointerValue;
187  }
188 
189  if( ClassName == "TEcnaResultType" )
190  {
191  ClassFound = kTRUE;
192  fObjectTEcnaResultType = PointerValue;
195  }
196 
197  if( ClassName == "TEcnaRootFile" )
198  {
199  ClassFound = kTRUE;
200  fObjectTEcnaRootFile = PointerValue;
203  }
204 
205  if( ClassName == "TEcnaRun" )
206  {
207  ClassFound = kTRUE;
208  fObjectTEcnaRun = PointerValue;
211  }
212 
213  if( ClassName == "TEcnaWrite" )
214  {
215  ClassFound = kTRUE;
216  fObjectTEcnaWrite = PointerValue;
219  }
220 
221  //.........................................................................................
222  if( ClassFound == kFALSE )
223  {
224  std::cout << "!TEcnaObject::RegisterPointer(...)> Class " << ClassName
225  << " not found." << fTTBELL << std::endl;
226  }
227 
228  return ClassFound;
229 } // 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:337
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.

Referenced by Init(), and RegisterPointer().

Int_t TEcnaObject::fCounterCreateTEcnaHeader
private

Definition at line 53 of file TEcnaObject.h.

Referenced by Init(), and RegisterPointer().

Int_t TEcnaObject::fCounterCreateTEcnaHistos
private

Definition at line 54 of file TEcnaObject.h.

Referenced by Init(), and RegisterPointer().

Int_t TEcnaObject::fCounterCreateTEcnaNArrayD
private

Definition at line 55 of file TEcnaObject.h.

Referenced by Init(), and RegisterPointer().

Int_t TEcnaObject::fCounterCreateTEcnaNumbering
private

Definition at line 56 of file TEcnaObject.h.

Referenced by Init(), and RegisterPointer().

Int_t TEcnaObject::fCounterCreateTEcnaParCout
private

Definition at line 57 of file TEcnaObject.h.

Referenced by Init(), and RegisterPointer().

Int_t TEcnaObject::fCounterCreateTEcnaParEcal
private

Definition at line 58 of file TEcnaObject.h.

Referenced by Init(), and RegisterPointer().

Int_t TEcnaObject::fCounterCreateTEcnaParHistos
private

Definition at line 59 of file TEcnaObject.h.

Referenced by Init(), and RegisterPointer().

Int_t TEcnaObject::fCounterCreateTEcnaParPaths
private

Definition at line 60 of file TEcnaObject.h.

Referenced by Init(), and RegisterPointer().

Int_t TEcnaObject::fCounterCreateTEcnaRead
private

Definition at line 61 of file TEcnaObject.h.

Referenced by Init(), and RegisterPointer().

Int_t TEcnaObject::fCounterCreateTEcnaResultType
private

Definition at line 62 of file TEcnaObject.h.

Referenced by Init(), and RegisterPointer().

Int_t TEcnaObject::fCounterCreateTEcnaRootFile
private

Definition at line 63 of file TEcnaObject.h.

Referenced by Init(), and RegisterPointer().

Int_t TEcnaObject::fCounterCreateTEcnaRun
private

Definition at line 64 of file TEcnaObject.h.

Referenced by Init(), and RegisterPointer().

Int_t TEcnaObject::fCounterCreateTEcnaWrite
private

Definition at line 65 of file TEcnaObject.h.

Referenced by Init(), and RegisterPointer().

Int_t TEcnaObject::fCounterReusingTEcnaGui
private

Definition at line 68 of file TEcnaObject.h.

Referenced by GetPointerValue(), and Init().

Int_t TEcnaObject::fCounterReusingTEcnaHeader
private

Definition at line 69 of file TEcnaObject.h.

Referenced by GetPointerValue(), and Init().

Int_t TEcnaObject::fCounterReusingTEcnaHistos
private

Definition at line 70 of file TEcnaObject.h.

Referenced by GetPointerValue(), and Init().

Int_t TEcnaObject::fCounterReusingTEcnaNArrayD
private

Definition at line 71 of file TEcnaObject.h.

Referenced by GetPointerValue(), and Init().

Int_t TEcnaObject::fCounterReusingTEcnaNumbering
private

Definition at line 72 of file TEcnaObject.h.

Referenced by GetPointerValue(), and Init().

Int_t TEcnaObject::fCounterReusingTEcnaParCout
private

Definition at line 73 of file TEcnaObject.h.

Referenced by GetPointerValue(), and Init().

Int_t TEcnaObject::fCounterReusingTEcnaParEcal
private

Definition at line 74 of file TEcnaObject.h.

Referenced by GetPointerValue(), and Init().

Int_t TEcnaObject::fCounterReusingTEcnaParHistos
private

Definition at line 75 of file TEcnaObject.h.

Referenced by GetPointerValue(), and Init().

Int_t TEcnaObject::fCounterReusingTEcnaParPaths
private

Definition at line 76 of file TEcnaObject.h.

Referenced by GetPointerValue(), and Init().

Int_t TEcnaObject::fCounterReusingTEcnaRead
private

Definition at line 77 of file TEcnaObject.h.

Referenced by GetPointerValue(), and Init().

Int_t TEcnaObject::fCounterReusingTEcnaResultType
private

Definition at line 78 of file TEcnaObject.h.

Referenced by GetPointerValue(), and Init().

Int_t TEcnaObject::fCounterReusingTEcnaRootFile
private

Definition at line 79 of file TEcnaObject.h.

Referenced by GetPointerValue(), and Init().

Int_t TEcnaObject::fCounterReusingTEcnaRun
private

Definition at line 80 of file TEcnaObject.h.

Referenced by GetPointerValue(), and Init().

Int_t TEcnaObject::fCounterReusingTEcnaWrite
private

Definition at line 81 of file TEcnaObject.h.

Referenced by GetPointerValue(), and Init().

Int_t TEcnaObject::fgMaxCar
private

Definition at line 31 of file TEcnaObject.h.

Referenced by Init().

Long_t TEcnaObject::fObjectTEcnaGui
private

Definition at line 36 of file TEcnaObject.h.

Referenced by GetPointerValue(), Init(), and RegisterPointer().

Long_t TEcnaObject::fObjectTEcnaHeader
private

Definition at line 37 of file TEcnaObject.h.

Referenced by GetPointerValue(), Init(), and RegisterPointer().

Long_t TEcnaObject::fObjectTEcnaHistos
private

Definition at line 38 of file TEcnaObject.h.

Referenced by GetPointerValue(), Init(), and RegisterPointer().

Long_t TEcnaObject::fObjectTEcnaNArrayD
private

Definition at line 39 of file TEcnaObject.h.

Referenced by GetPointerValue(), Init(), and RegisterPointer().

Long_t TEcnaObject::fObjectTEcnaNumbering
private

Definition at line 40 of file TEcnaObject.h.

Referenced by GetPointerValue(), Init(), and RegisterPointer().

Long_t TEcnaObject::fObjectTEcnaParCout
private

Definition at line 41 of file TEcnaObject.h.

Referenced by GetPointerValue(), Init(), and RegisterPointer().

Long_t TEcnaObject::fObjectTEcnaParEcal
private

Definition at line 42 of file TEcnaObject.h.

Referenced by GetPointerValue(), Init(), and RegisterPointer().

Long_t TEcnaObject::fObjectTEcnaParHistos
private

Definition at line 43 of file TEcnaObject.h.

Referenced by GetPointerValue(), Init(), and RegisterPointer().

Long_t TEcnaObject::fObjectTEcnaParPaths
private

Definition at line 44 of file TEcnaObject.h.

Referenced by GetPointerValue(), Init(), and RegisterPointer().

Long_t TEcnaObject::fObjectTEcnaRead
private

Definition at line 45 of file TEcnaObject.h.

Referenced by GetPointerValue(), Init(), and RegisterPointer().

Long_t TEcnaObject::fObjectTEcnaResultType
private

Definition at line 46 of file TEcnaObject.h.

Referenced by GetPointerValue(), Init(), and RegisterPointer().

Long_t TEcnaObject::fObjectTEcnaRootFile
private

Definition at line 47 of file TEcnaObject.h.

Referenced by GetPointerValue(), Init(), and RegisterPointer().

Long_t TEcnaObject::fObjectTEcnaRun
private

Definition at line 48 of file TEcnaObject.h.

Referenced by GetPointerValue(), Init(), and RegisterPointer().

Long_t TEcnaObject::fObjectTEcnaWrite
private

Definition at line 49 of file TEcnaObject.h.

Referenced by GetPointerValue(), Init(), and RegisterPointer().

TString TEcnaObject::fTTBELL
private

Definition at line 33 of file TEcnaObject.h.

Referenced by Init(), and RegisterPointer().