CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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 ()
 
 ~TEcnaObject () override
 

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 27 of file TEcnaObject.cc.

References Init(), and NumberCreateObjectMessage().

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

Definition at line 16 of file TEcnaObject.cc.

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

Member Function Documentation

Long_t TEcnaObject::GetPointerValue ( const TString &  ClassName)

Definition at line 209 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 TEcnaRun::Init(), TEcnaRead::OpenRootFile(), TEcnaRun::OpenRootFile(), TEcnaGui::TEcnaGui(), TEcnaHistos::TEcnaHistos(), TEcnaNumbering::TEcnaNumbering(), TEcnaParHistos::TEcnaParHistos(), TEcnaRead::TEcnaRead(), and TEcnaWrite::TEcnaWrite().

209  {
210  Long_t PointerValue = (Long_t)0;
211 
212  if (ClassName == "TEcnaGui") {
213  PointerValue = fObjectTEcnaGui;
216  }
217 
218  if (ClassName == "TEcnaHeader") {
219  PointerValue = fObjectTEcnaHeader;
222  }
223 
224  if (ClassName == "TEcnaHistos") {
225  PointerValue = fObjectTEcnaHistos;
228  }
229 
230  if (ClassName == "TEcnaNArrayD") {
231  PointerValue = fObjectTEcnaNArrayD;
234  }
235 
236  if (ClassName == "TEcnaNumbering") {
237  PointerValue = fObjectTEcnaNumbering;
240  }
241 
242  if (ClassName == "TEcnaParCout") {
243  PointerValue = fObjectTEcnaParCout;
246  }
247 
248  if (ClassName == "TEcnaParEcal") {
249  PointerValue = fObjectTEcnaParEcal;
252  }
253 
254  if (ClassName == "TEcnaParHistos") {
255  PointerValue = fObjectTEcnaParHistos;
258  }
259 
260  if (ClassName == "TEcnaParPaths") {
261  PointerValue = fObjectTEcnaParPaths;
264  }
265 
266  if (ClassName == "TEcnaRead") {
267  PointerValue = fObjectTEcnaRead;
270  }
271 
272  if (ClassName == "TEcnaResultType") {
273  PointerValue = fObjectTEcnaResultType;
276  }
277 
278  if (ClassName == "TEcnaRootFile") {
279  PointerValue = fObjectTEcnaRootFile;
282  }
283 
284  if (ClassName == "TEcnaRun") {
285  PointerValue = fObjectTEcnaRun;
288  }
289 
290  if (ClassName == "TEcnaWrite") {
291  PointerValue = fObjectTEcnaWrite;
294  }
295 
296  return PointerValue;
297 }
Long_t fObjectTEcnaResultType
Definition: TEcnaObject.h:44
Int_t fCounterReusingTEcnaWrite
Definition: TEcnaObject.h:79
Int_t fCounterReusingTEcnaParHistos
Definition: TEcnaObject.h:73
Long_t fObjectTEcnaRead
Definition: TEcnaObject.h:43
Int_t fCounterReusingTEcnaNArrayD
Definition: TEcnaObject.h:69
Long_t fObjectTEcnaGui
Definition: TEcnaObject.h:34
Long_t fObjectTEcnaParEcal
Definition: TEcnaObject.h:40
Int_t fCounterReusingTEcnaParEcal
Definition: TEcnaObject.h:72
Int_t fCounterReusingTEcnaNumbering
Definition: TEcnaObject.h:70
Int_t fCounterReusingTEcnaHeader
Definition: TEcnaObject.h:67
Long_t fObjectTEcnaRun
Definition: TEcnaObject.h:46
Int_t fCounterReusingTEcnaResultType
Definition: TEcnaObject.h:76
Int_t fCounterReusingTEcnaRootFile
Definition: TEcnaObject.h:77
Int_t fCounterReusingTEcnaGui
Definition: TEcnaObject.h:66
Long_t fObjectTEcnaWrite
Definition: TEcnaObject.h:47
Long_t fObjectTEcnaParCout
Definition: TEcnaObject.h:39
Int_t fCounterReusingTEcnaRun
Definition: TEcnaObject.h:78
Int_t fCounterReusingTEcnaHistos
Definition: TEcnaObject.h:68
Long_t fObjectTEcnaNArrayD
Definition: TEcnaObject.h:37
Long_t fObjectTEcnaHistos
Definition: TEcnaObject.h:36
Int_t fCounterReusingTEcnaParPaths
Definition: TEcnaObject.h:74
Long_t fObjectTEcnaParHistos
Definition: TEcnaObject.h:41
void NumberReuseObjectMessage(const TString &, const Long_t &, const Int_t &)
Definition: TEcnaObject.cc:314
Int_t fCounterReusingTEcnaRead
Definition: TEcnaObject.h:75
Long_t fObjectTEcnaRootFile
Definition: TEcnaObject.h:45
Long_t fObjectTEcnaHeader
Definition: TEcnaObject.h:35
Long_t fObjectTEcnaNumbering
Definition: TEcnaObject.h:38
Int_t fCounterReusingTEcnaParCout
Definition: TEcnaObject.h:71
Long_t fObjectTEcnaParPaths
Definition: TEcnaObject.h:42
void TEcnaObject::Init ( void  )

Definition at line 39 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().

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

Definition at line 299 of file TEcnaObject.cc.

References gather_cfg::cout.

Referenced by RegisterPointer(), and TEcnaObject().

301  {
302 #define NOCM
303 #ifndef NOCM
304  std::cout << "*TEcnaObject::NumberCreateObjectMessage(...)> New ECNA object (pointer = " << PointerValue
305  << ") from TEcnaObject " << this << ". Object# = " << std::setw(8) << NbOfObjects
306  << ", Class: " << ClassName;
307  if (NbOfObjects > 1) {
308  std::cout << " (INFO: more than 1 object)";
309  }
310  std::cout << std::endl;
311 #endif // NOCM
312 }
tuple cout
Definition: gather_cfg.py:144
void TEcnaObject::NumberReuseObjectMessage ( const TString &  ClassName,
const Long_t &  PointerValue,
const Int_t &  NbOfObjects 
)

Definition at line 314 of file TEcnaObject.cc.

References gather_cfg::cout.

Referenced by GetPointerValue().

316  {
317 #define NOCR
318 #ifndef NOCR
319  if (PointerValue != (Long_t)0) {
320  std::cout << "*TEcnaObject::NumberReuseObjectMessage(...)> INFO: pointer " << PointerValue
321  << " used again from TEcnaObject " << this << ". " << std::setw(8) << NbOfObjects
322  << " times, class: " << ClassName;
323  }
324  std::cout << std::endl;
325 #endif // NOCR
326 }
tuple cout
Definition: gather_cfg.py:144
Bool_t TEcnaObject::RegisterPointer ( const TString &  ClassName,
const Long_t &  PointerValue 
)

Definition at line 100 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 TEcnaRun::Init(), TEcnaGui::TEcnaGui(), TEcnaHeader::TEcnaHeader(), TEcnaHistos::TEcnaHistos(), TEcnaNArrayD::TEcnaNArrayD(), TEcnaNumbering::TEcnaNumbering(), TEcnaParCout::TEcnaParCout(), TEcnaParEcal::TEcnaParEcal(), TEcnaParHistos::TEcnaParHistos(), TEcnaParPaths::TEcnaParPaths(), TEcnaRead::TEcnaRead(), TEcnaResultType::TEcnaResultType(), TEcnaRootFile::TEcnaRootFile(), and TEcnaWrite::TEcnaWrite().

100  {
101  Bool_t ClassFound = kFALSE;
102 
103  if (ClassName == "TEcnaGui") {
104  ClassFound = kTRUE;
105  fObjectTEcnaGui = PointerValue;
108  }
109 
110  if (ClassName == "TEcnaHeader") {
111  ClassFound = kTRUE;
112  fObjectTEcnaHeader = PointerValue;
115  }
116 
117  if (ClassName == "TEcnaHistos") {
118  ClassFound = kTRUE;
119  fObjectTEcnaHistos = PointerValue;
122  }
123 
124  if (ClassName == "TEcnaNArrayD") {
125  ClassFound = kTRUE;
126  fObjectTEcnaNArrayD = PointerValue;
129  }
130 
131  if (ClassName == "TEcnaNumbering") {
132  ClassFound = kTRUE;
133  fObjectTEcnaNumbering = PointerValue;
136  }
137 
138  if (ClassName == "TEcnaParCout") {
139  ClassFound = kTRUE;
140  fObjectTEcnaParCout = PointerValue;
143  }
144 
145  if (ClassName == "TEcnaParEcal") {
146  ClassFound = kTRUE;
147  fObjectTEcnaParEcal = PointerValue;
150  }
151 
152  if (ClassName == "TEcnaParHistos") {
153  ClassFound = kTRUE;
154  fObjectTEcnaParHistos = PointerValue;
157  }
158 
159  if (ClassName == "TEcnaParPaths") {
160  ClassFound = kTRUE;
161  fObjectTEcnaParPaths = PointerValue;
164  }
165 
166  if (ClassName == "TEcnaRead") {
167  ClassFound = kTRUE;
168  fObjectTEcnaRead = PointerValue;
171  }
172 
173  if (ClassName == "TEcnaResultType") {
174  ClassFound = kTRUE;
175  fObjectTEcnaResultType = PointerValue;
178  }
179 
180  if (ClassName == "TEcnaRootFile") {
181  ClassFound = kTRUE;
182  fObjectTEcnaRootFile = PointerValue;
185  }
186 
187  if (ClassName == "TEcnaRun") {
188  ClassFound = kTRUE;
189  fObjectTEcnaRun = PointerValue;
192  }
193 
194  if (ClassName == "TEcnaWrite") {
195  ClassFound = kTRUE;
196  fObjectTEcnaWrite = PointerValue;
199  }
200 
201  //.........................................................................................
202  if (ClassFound == kFALSE) {
203  std::cout << "!TEcnaObject::RegisterPointer(...)> Class " << ClassName << " not found." << fTTBELL << std::endl;
204  }
205 
206  return ClassFound;
207 } // end of RegisterPointer(...)
Long_t fObjectTEcnaResultType
Definition: TEcnaObject.h:44
Long_t fObjectTEcnaRead
Definition: TEcnaObject.h:43
Int_t fCounterCreateTEcnaWrite
Definition: TEcnaObject.h:63
Long_t fObjectTEcnaGui
Definition: TEcnaObject.h:34
Long_t fObjectTEcnaParEcal
Definition: TEcnaObject.h:40
Int_t fCounterCreateTEcnaRead
Definition: TEcnaObject.h:59
Int_t fCounterCreateTEcnaHeader
Definition: TEcnaObject.h:51
Int_t fCounterCreateTEcnaParPaths
Definition: TEcnaObject.h:58
Int_t fCounterCreateTEcnaResultType
Definition: TEcnaObject.h:60
Int_t fCounterCreateTEcnaRun
Definition: TEcnaObject.h:62
Int_t fCounterCreateTEcnaNArrayD
Definition: TEcnaObject.h:53
Int_t fCounterCreateTEcnaGui
Definition: TEcnaObject.h:50
Long_t fObjectTEcnaRun
Definition: TEcnaObject.h:46
Long_t fObjectTEcnaWrite
Definition: TEcnaObject.h:47
Long_t fObjectTEcnaParCout
Definition: TEcnaObject.h:39
Int_t fCounterCreateTEcnaParCout
Definition: TEcnaObject.h:55
Int_t fCounterCreateTEcnaHistos
Definition: TEcnaObject.h:52
TString fTTBELL
Definition: TEcnaObject.h:31
void NumberCreateObjectMessage(const TString &, const Long_t &, const Int_t &)
Definition: TEcnaObject.cc:299
Long_t fObjectTEcnaNArrayD
Definition: TEcnaObject.h:37
Int_t fCounterCreateTEcnaRootFile
Definition: TEcnaObject.h:61
Long_t fObjectTEcnaHistos
Definition: TEcnaObject.h:36
Int_t fCounterCreateTEcnaNumbering
Definition: TEcnaObject.h:54
Long_t fObjectTEcnaParHistos
Definition: TEcnaObject.h:41
Int_t fCounterCreateTEcnaParHistos
Definition: TEcnaObject.h:57
tuple cout
Definition: gather_cfg.py:144
Int_t fCounterCreateTEcnaParEcal
Definition: TEcnaObject.h:56
Long_t fObjectTEcnaRootFile
Definition: TEcnaObject.h:45
Long_t fObjectTEcnaHeader
Definition: TEcnaObject.h:35
Long_t fObjectTEcnaNumbering
Definition: TEcnaObject.h:38
Long_t fObjectTEcnaParPaths
Definition: TEcnaObject.h:42

Member Data Documentation

Int_t TEcnaObject::fCounterCreateTEcnaGui
private

Definition at line 50 of file TEcnaObject.h.

Referenced by Init(), and RegisterPointer().

Int_t TEcnaObject::fCounterCreateTEcnaHeader
private

Definition at line 51 of file TEcnaObject.h.

Referenced by Init(), and RegisterPointer().

Int_t TEcnaObject::fCounterCreateTEcnaHistos
private

Definition at line 52 of file TEcnaObject.h.

Referenced by Init(), and RegisterPointer().

Int_t TEcnaObject::fCounterCreateTEcnaNArrayD
private

Definition at line 53 of file TEcnaObject.h.

Referenced by Init(), and RegisterPointer().

Int_t TEcnaObject::fCounterCreateTEcnaNumbering
private

Definition at line 54 of file TEcnaObject.h.

Referenced by Init(), and RegisterPointer().

Int_t TEcnaObject::fCounterCreateTEcnaParCout
private

Definition at line 55 of file TEcnaObject.h.

Referenced by Init(), and RegisterPointer().

Int_t TEcnaObject::fCounterCreateTEcnaParEcal
private

Definition at line 56 of file TEcnaObject.h.

Referenced by Init(), and RegisterPointer().

Int_t TEcnaObject::fCounterCreateTEcnaParHistos
private

Definition at line 57 of file TEcnaObject.h.

Referenced by Init(), and RegisterPointer().

Int_t TEcnaObject::fCounterCreateTEcnaParPaths
private

Definition at line 58 of file TEcnaObject.h.

Referenced by Init(), and RegisterPointer().

Int_t TEcnaObject::fCounterCreateTEcnaRead
private

Definition at line 59 of file TEcnaObject.h.

Referenced by Init(), and RegisterPointer().

Int_t TEcnaObject::fCounterCreateTEcnaResultType
private

Definition at line 60 of file TEcnaObject.h.

Referenced by Init(), and RegisterPointer().

Int_t TEcnaObject::fCounterCreateTEcnaRootFile
private

Definition at line 61 of file TEcnaObject.h.

Referenced by Init(), and RegisterPointer().

Int_t TEcnaObject::fCounterCreateTEcnaRun
private

Definition at line 62 of file TEcnaObject.h.

Referenced by Init(), and RegisterPointer().

Int_t TEcnaObject::fCounterCreateTEcnaWrite
private

Definition at line 63 of file TEcnaObject.h.

Referenced by Init(), and RegisterPointer().

Int_t TEcnaObject::fCounterReusingTEcnaGui
private

Definition at line 66 of file TEcnaObject.h.

Referenced by GetPointerValue(), and Init().

Int_t TEcnaObject::fCounterReusingTEcnaHeader
private

Definition at line 67 of file TEcnaObject.h.

Referenced by GetPointerValue(), and Init().

Int_t TEcnaObject::fCounterReusingTEcnaHistos
private

Definition at line 68 of file TEcnaObject.h.

Referenced by GetPointerValue(), and Init().

Int_t TEcnaObject::fCounterReusingTEcnaNArrayD
private

Definition at line 69 of file TEcnaObject.h.

Referenced by GetPointerValue(), and Init().

Int_t TEcnaObject::fCounterReusingTEcnaNumbering
private

Definition at line 70 of file TEcnaObject.h.

Referenced by GetPointerValue(), and Init().

Int_t TEcnaObject::fCounterReusingTEcnaParCout
private

Definition at line 71 of file TEcnaObject.h.

Referenced by GetPointerValue(), and Init().

Int_t TEcnaObject::fCounterReusingTEcnaParEcal
private

Definition at line 72 of file TEcnaObject.h.

Referenced by GetPointerValue(), and Init().

Int_t TEcnaObject::fCounterReusingTEcnaParHistos
private

Definition at line 73 of file TEcnaObject.h.

Referenced by GetPointerValue(), and Init().

Int_t TEcnaObject::fCounterReusingTEcnaParPaths
private

Definition at line 74 of file TEcnaObject.h.

Referenced by GetPointerValue(), and Init().

Int_t TEcnaObject::fCounterReusingTEcnaRead
private

Definition at line 75 of file TEcnaObject.h.

Referenced by GetPointerValue(), and Init().

Int_t TEcnaObject::fCounterReusingTEcnaResultType
private

Definition at line 76 of file TEcnaObject.h.

Referenced by GetPointerValue(), and Init().

Int_t TEcnaObject::fCounterReusingTEcnaRootFile
private

Definition at line 77 of file TEcnaObject.h.

Referenced by GetPointerValue(), and Init().

Int_t TEcnaObject::fCounterReusingTEcnaRun
private

Definition at line 78 of file TEcnaObject.h.

Referenced by GetPointerValue(), and Init().

Int_t TEcnaObject::fCounterReusingTEcnaWrite
private

Definition at line 79 of file TEcnaObject.h.

Referenced by GetPointerValue(), and Init().

Int_t TEcnaObject::fgMaxCar
private

Definition at line 29 of file TEcnaObject.h.

Referenced by Init().

Long_t TEcnaObject::fObjectTEcnaGui
private

Definition at line 34 of file TEcnaObject.h.

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

Long_t TEcnaObject::fObjectTEcnaHeader
private

Definition at line 35 of file TEcnaObject.h.

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

Long_t TEcnaObject::fObjectTEcnaHistos
private

Definition at line 36 of file TEcnaObject.h.

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

Long_t TEcnaObject::fObjectTEcnaNArrayD
private

Definition at line 37 of file TEcnaObject.h.

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

Long_t TEcnaObject::fObjectTEcnaNumbering
private

Definition at line 38 of file TEcnaObject.h.

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

Long_t TEcnaObject::fObjectTEcnaParCout
private

Definition at line 39 of file TEcnaObject.h.

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

Long_t TEcnaObject::fObjectTEcnaParEcal
private

Definition at line 40 of file TEcnaObject.h.

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

Long_t TEcnaObject::fObjectTEcnaParHistos
private

Definition at line 41 of file TEcnaObject.h.

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

Long_t TEcnaObject::fObjectTEcnaParPaths
private

Definition at line 42 of file TEcnaObject.h.

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

Long_t TEcnaObject::fObjectTEcnaRead
private

Definition at line 43 of file TEcnaObject.h.

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

Long_t TEcnaObject::fObjectTEcnaResultType
private

Definition at line 44 of file TEcnaObject.h.

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

Long_t TEcnaObject::fObjectTEcnaRootFile
private

Definition at line 45 of file TEcnaObject.h.

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

Long_t TEcnaObject::fObjectTEcnaRun
private

Definition at line 46 of file TEcnaObject.h.

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

Long_t TEcnaObject::fObjectTEcnaWrite
private

Definition at line 47 of file TEcnaObject.h.

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

TString TEcnaObject::fTTBELL
private

Definition at line 31 of file TEcnaObject.h.

Referenced by Init(), and RegisterPointer().