FairRoot/PandaRoot
CbmPlaneDict.cxx
Go to the documentation of this file.
1 //
2 // File generated by /home/andrea/cbmsoft/tools/root/bin/rootcint at Thu Jul 12 16:02:37 2007
3 
4 // Do NOT change. Changes will be lost next time file is generated
5 //
6 
7 #include "RConfig.h"
8 #if !defined(R__ACCESS_IN_SYMBOL)
9 //Break the privacy of classes -- Disabled for the moment
10 #define private public
11 #define protected public
12 #endif
13 
14 // Since CINT ignores the std namespace, we need to do so in this file.
15 namespace std {} using namespace std;
16 #include "CbmPlaneDict.h"
17 
18 #include "TClass.h"
19 #include "TBuffer.h"
20 #include "TStreamerInfo.h"
21 #include "TMemberInspector.h"
22 #include "TError.h"
23 
24 #ifndef G__ROOT
25 #define G__ROOT
26 #endif
27 
28 #include "RtypesImp.h"
29 #include "TCollectionProxy.h"
30 #include "TIsAProxy.h"
31 // START OF SHADOWS
32 
33 namespace ROOT {
34  namespace Shadow {
35  } // of namespace Shadow
36 } // of namespace ROOT
37 // END OF SHADOWS
38 
39 namespace ROOT {
40  void CbmGeoPlane_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
41  static void *new_CbmGeoPlane(void *p = 0);
42  static void *newArray_CbmGeoPlane(Long_t size, void *p);
43  static void delete_CbmGeoPlane(void *p);
44  static void deleteArray_CbmGeoPlane(void *p);
45  static void destruct_CbmGeoPlane(void *p);
46 
47  // Function generating the singleton type initializer
48  static TGenericClassInfo *GenerateInitInstanceLocal(const ::CbmGeoPlane*)
49  {
50  ::CbmGeoPlane *ptr = 0;
51  static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::CbmGeoPlane >(0);
52  static ::ROOT::TGenericClassInfo
53  instance("CbmGeoPlane", ::CbmGeoPlane::Class_Version(), "CbmGeoPlane.h", 6,
54  typeid(::CbmGeoPlane), DefineBehavior(ptr, ptr),
55  &::CbmGeoPlane::Dictionary, isa_proxy, 0,
56  sizeof(::CbmGeoPlane) );
57  instance.SetNew(&new_CbmGeoPlane);
58  instance.SetNewArray(&newArray_CbmGeoPlane);
59  instance.SetDelete(&delete_CbmGeoPlane);
60  instance.SetDeleteArray(&deleteArray_CbmGeoPlane);
61  instance.SetDestructor(&destruct_CbmGeoPlane);
62  return &instance;
63  }
64  TGenericClassInfo *GenerateInitInstance(const ::CbmGeoPlane*)
65  {
67  }
68  // Static variable to force the class initialization
69  static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::CbmGeoPlane*)0x0); R__UseDummy(_R__UNIQUE_(Init));
70 } // end of namespace ROOT
71 
72 namespace ROOT {
73  void CbmGeoPlanePar_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
74  static void *new_CbmGeoPlanePar(void *p = 0);
75  static void *newArray_CbmGeoPlanePar(Long_t size, void *p);
76  static void delete_CbmGeoPlanePar(void *p);
77  static void deleteArray_CbmGeoPlanePar(void *p);
78  static void destruct_CbmGeoPlanePar(void *p);
79 
80  // Function generating the singleton type initializer
81  static TGenericClassInfo *GenerateInitInstanceLocal(const ::CbmGeoPlanePar*)
82  {
83  ::CbmGeoPlanePar *ptr = 0;
84  static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::CbmGeoPlanePar >(0);
85  static ::ROOT::TGenericClassInfo
86  instance("CbmGeoPlanePar", ::CbmGeoPlanePar::Class_Version(), "CbmGeoPlanePar.h", 7,
87  typeid(::CbmGeoPlanePar), DefineBehavior(ptr, ptr),
88  &::CbmGeoPlanePar::Dictionary, isa_proxy, 0,
89  sizeof(::CbmGeoPlanePar) );
90  instance.SetNew(&new_CbmGeoPlanePar);
91  instance.SetNewArray(&newArray_CbmGeoPlanePar);
92  instance.SetDelete(&delete_CbmGeoPlanePar);
93  instance.SetDeleteArray(&deleteArray_CbmGeoPlanePar);
94  instance.SetDestructor(&destruct_CbmGeoPlanePar);
95  return &instance;
96  }
97  TGenericClassInfo *GenerateInitInstance(const ::CbmGeoPlanePar*)
98  {
100  }
101  // Static variable to force the class initialization
102  static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::CbmGeoPlanePar*)0x0); R__UseDummy(_R__UNIQUE_(Init));
103 } // end of namespace ROOT
104 
105 namespace ROOT {
106  void CbmPlanePoint_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
107  static void *new_CbmPlanePoint(void *p = 0);
108  static void *newArray_CbmPlanePoint(Long_t size, void *p);
109  static void delete_CbmPlanePoint(void *p);
110  static void deleteArray_CbmPlanePoint(void *p);
111  static void destruct_CbmPlanePoint(void *p);
112 
113  // Function generating the singleton type initializer
114  static TGenericClassInfo *GenerateInitInstanceLocal(const ::CbmPlanePoint*)
115  {
116  ::CbmPlanePoint *ptr = 0;
117  static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::CbmPlanePoint >(0);
118  static ::ROOT::TGenericClassInfo
119  instance("CbmPlanePoint", ::CbmPlanePoint::Class_Version(), "CbmPlanePoint.h", 14,
120  typeid(::CbmPlanePoint), DefineBehavior(ptr, ptr),
121  &::CbmPlanePoint::Dictionary, isa_proxy, 4,
122  sizeof(::CbmPlanePoint) );
123  instance.SetNew(&new_CbmPlanePoint);
124  instance.SetNewArray(&newArray_CbmPlanePoint);
125  instance.SetDelete(&delete_CbmPlanePoint);
126  instance.SetDeleteArray(&deleteArray_CbmPlanePoint);
127  instance.SetDestructor(&destruct_CbmPlanePoint);
128  return &instance;
129  }
130  TGenericClassInfo *GenerateInitInstance(const ::CbmPlanePoint*)
131  {
133  }
134  // Static variable to force the class initialization
135  static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::CbmPlanePoint*)0x0); R__UseDummy(_R__UNIQUE_(Init));
136 } // end of namespace ROOT
137 
138 namespace ROOT {
139  void CbmPlane_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
140  static void *new_CbmPlane(void *p = 0);
141  static void *newArray_CbmPlane(Long_t size, void *p);
142  static void delete_CbmPlane(void *p);
143  static void deleteArray_CbmPlane(void *p);
144  static void destruct_CbmPlane(void *p);
145 
146  // Function generating the singleton type initializer
147  static TGenericClassInfo *GenerateInitInstanceLocal(const ::CbmPlane*)
148  {
149  ::CbmPlane *ptr = 0;
150  static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::CbmPlane >(0);
151  static ::ROOT::TGenericClassInfo
152  instance("CbmPlane", ::CbmPlane::Class_Version(), "CbmPlane.h", 22,
153  typeid(::CbmPlane), DefineBehavior(ptr, ptr),
154  &::CbmPlane::Dictionary, isa_proxy, 4,
155  sizeof(::CbmPlane) );
156  instance.SetNew(&new_CbmPlane);
157  instance.SetNewArray(&newArray_CbmPlane);
158  instance.SetDelete(&delete_CbmPlane);
159  instance.SetDeleteArray(&deleteArray_CbmPlane);
160  instance.SetDestructor(&destruct_CbmPlane);
161  return &instance;
162  }
163  TGenericClassInfo *GenerateInitInstance(const ::CbmPlane*)
164  {
165  return GenerateInitInstanceLocal((::CbmPlane*)0);
166  }
167  // Static variable to force the class initialization
168  static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::CbmPlane*)0x0); R__UseDummy(_R__UNIQUE_(Init));
169 } // end of namespace ROOT
170 
171 namespace ROOT {
172  void CbmPlaneContFact_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
173  static void *new_CbmPlaneContFact(void *p = 0);
174  static void *newArray_CbmPlaneContFact(Long_t size, void *p);
175  static void delete_CbmPlaneContFact(void *p);
176  static void deleteArray_CbmPlaneContFact(void *p);
177  static void destruct_CbmPlaneContFact(void *p);
178 
179  // Function generating the singleton type initializer
180  static TGenericClassInfo *GenerateInitInstanceLocal(const ::CbmPlaneContFact*)
181  {
182  ::CbmPlaneContFact *ptr = 0;
183  static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::CbmPlaneContFact >(0);
184  static ::ROOT::TGenericClassInfo
185  instance("CbmPlaneContFact", ::CbmPlaneContFact::Class_Version(), "CbmPlaneContFact.h", 8,
186  typeid(::CbmPlaneContFact), DefineBehavior(ptr, ptr),
187  &::CbmPlaneContFact::Dictionary, isa_proxy, 0,
188  sizeof(::CbmPlaneContFact) );
189  instance.SetNew(&new_CbmPlaneContFact);
190  instance.SetNewArray(&newArray_CbmPlaneContFact);
191  instance.SetDelete(&delete_CbmPlaneContFact);
192  instance.SetDeleteArray(&deleteArray_CbmPlaneContFact);
193  instance.SetDestructor(&destruct_CbmPlaneContFact);
194  return &instance;
195  }
196  TGenericClassInfo *GenerateInitInstance(const ::CbmPlaneContFact*)
197  {
199  }
200  // Static variable to force the class initialization
201  static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::CbmPlaneContFact*)0x0); R__UseDummy(_R__UNIQUE_(Init));
202 } // end of namespace ROOT
203 
204 //______________________________________________________________________________
205 TClass *CbmGeoPlane::fgIsA = 0; // static to hold class pointer
206 
207 //______________________________________________________________________________
208 const char *CbmGeoPlane::Class_Name()
209 {
210  return "CbmGeoPlane";
211 }
212 
213 //______________________________________________________________________________
214 const char *CbmGeoPlane::ImplFileName()
215 {
216  return ::ROOT::GenerateInitInstanceLocal((const ::CbmGeoPlane*)0x0)->GetImplFileName();
217 }
218 
219 //______________________________________________________________________________
220 int CbmGeoPlane::ImplFileLine()
221 {
222  return ::ROOT::GenerateInitInstanceLocal((const ::CbmGeoPlane*)0x0)->GetImplFileLine();
223 }
224 
225 //______________________________________________________________________________
226 void CbmGeoPlane::Dictionary()
227 {
228  fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::CbmGeoPlane*)0x0)->GetClass();
229 }
230 
231 //______________________________________________________________________________
232 TClass *CbmGeoPlane::Class()
233 {
234  if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::CbmGeoPlane*)0x0)->GetClass();
235  return fgIsA;
236 }
237 
238 //______________________________________________________________________________
239 TClass *CbmGeoPlanePar::fgIsA = 0; // static to hold class pointer
240 
241 //______________________________________________________________________________
242 const char *CbmGeoPlanePar::Class_Name()
243 {
244  return "CbmGeoPlanePar";
245 }
246 
247 //______________________________________________________________________________
248 const char *CbmGeoPlanePar::ImplFileName()
249 {
250  return ::ROOT::GenerateInitInstanceLocal((const ::CbmGeoPlanePar*)0x0)->GetImplFileName();
251 }
252 
253 //______________________________________________________________________________
254 int CbmGeoPlanePar::ImplFileLine()
255 {
256  return ::ROOT::GenerateInitInstanceLocal((const ::CbmGeoPlanePar*)0x0)->GetImplFileLine();
257 }
258 
259 //______________________________________________________________________________
260 void CbmGeoPlanePar::Dictionary()
261 {
262  fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::CbmGeoPlanePar*)0x0)->GetClass();
263 }
264 
265 //______________________________________________________________________________
266 TClass *CbmGeoPlanePar::Class()
267 {
268  if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::CbmGeoPlanePar*)0x0)->GetClass();
269  return fgIsA;
270 }
271 
272 //______________________________________________________________________________
273 TClass *CbmPlanePoint::fgIsA = 0; // static to hold class pointer
274 
275 //______________________________________________________________________________
276 const char *CbmPlanePoint::Class_Name()
277 {
278  return "CbmPlanePoint";
279 }
280 
281 //______________________________________________________________________________
282 const char *CbmPlanePoint::ImplFileName()
283 {
284  return ::ROOT::GenerateInitInstanceLocal((const ::CbmPlanePoint*)0x0)->GetImplFileName();
285 }
286 
287 //______________________________________________________________________________
288 int CbmPlanePoint::ImplFileLine()
289 {
290  return ::ROOT::GenerateInitInstanceLocal((const ::CbmPlanePoint*)0x0)->GetImplFileLine();
291 }
292 
293 //______________________________________________________________________________
294 void CbmPlanePoint::Dictionary()
295 {
296  fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::CbmPlanePoint*)0x0)->GetClass();
297 }
298 
299 //______________________________________________________________________________
300 TClass *CbmPlanePoint::Class()
301 {
302  if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::CbmPlanePoint*)0x0)->GetClass();
303  return fgIsA;
304 }
305 
306 //______________________________________________________________________________
307 TClass *CbmPlane::fgIsA = 0; // static to hold class pointer
308 
309 //______________________________________________________________________________
310 const char *CbmPlane::Class_Name()
311 {
312  return "CbmPlane";
313 }
314 
315 //______________________________________________________________________________
316 const char *CbmPlane::ImplFileName()
317 {
318  return ::ROOT::GenerateInitInstanceLocal((const ::CbmPlane*)0x0)->GetImplFileName();
319 }
320 
321 //______________________________________________________________________________
322 int CbmPlane::ImplFileLine()
323 {
324  return ::ROOT::GenerateInitInstanceLocal((const ::CbmPlane*)0x0)->GetImplFileLine();
325 }
326 
327 //______________________________________________________________________________
328 void CbmPlane::Dictionary()
329 {
330  fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::CbmPlane*)0x0)->GetClass();
331 }
332 
333 //______________________________________________________________________________
334 TClass *CbmPlane::Class()
335 {
336  if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::CbmPlane*)0x0)->GetClass();
337  return fgIsA;
338 }
339 
340 //______________________________________________________________________________
341 TClass *CbmPlaneContFact::fgIsA = 0; // static to hold class pointer
342 
343 //______________________________________________________________________________
344 const char *CbmPlaneContFact::Class_Name()
345 {
346  return "CbmPlaneContFact";
347 }
348 
349 //______________________________________________________________________________
350 const char *CbmPlaneContFact::ImplFileName()
351 {
352  return ::ROOT::GenerateInitInstanceLocal((const ::CbmPlaneContFact*)0x0)->GetImplFileName();
353 }
354 
355 //______________________________________________________________________________
356 int CbmPlaneContFact::ImplFileLine()
357 {
358  return ::ROOT::GenerateInitInstanceLocal((const ::CbmPlaneContFact*)0x0)->GetImplFileLine();
359 }
360 
361 //______________________________________________________________________________
362 void CbmPlaneContFact::Dictionary()
363 {
364  fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::CbmPlaneContFact*)0x0)->GetClass();
365 }
366 
367 //______________________________________________________________________________
368 TClass *CbmPlaneContFact::Class()
369 {
370  if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::CbmPlaneContFact*)0x0)->GetClass();
371  return fgIsA;
372 }
373 
374 //______________________________________________________________________________
375 void CbmPlane::Streamer(TBuffer &R__b)
376 {
377  // Stream an object of class CbmPlane.
378 
379  if (R__b.IsReading()) {
380  CbmPlane::Class()->ReadBuffer(R__b, this);
381  } else {
382  CbmPlane::Class()->WriteBuffer(R__b, this);
383  }
384 }
385 
386 //______________________________________________________________________________
387 void CbmPlane::ShowMembers(TMemberInspector &R__insp, char *R__parent)
388 {
389  // Inspect the data members of an object of class CbmPlane.
390  TClass *R__cl = ::CbmPlane::IsA();
391  Int_t R__ncp = strlen(R__parent);
392  if (R__ncp || R__cl || R__insp.IsA()) { }
393  R__insp.Inspect(R__cl, R__parent, "fTrackID", &fTrackID);
394  R__insp.Inspect(R__cl, R__parent, "fVolumeID", &fVolumeID);
395  R__insp.Inspect(R__cl, R__parent, "fPosIn", &fPosIn);
396  fPosIn.ShowMembers(R__insp, strcat(R__parent,"fPosIn.")); R__parent[R__ncp] = 0;
397  R__insp.Inspect(R__cl, R__parent, "fPosOut", &fPosOut);
398  fPosOut.ShowMembers(R__insp, strcat(R__parent,"fPosOut.")); R__parent[R__ncp] = 0;
399  R__insp.Inspect(R__cl, R__parent, "fMomIn", &fMomIn);
400  fMomIn.ShowMembers(R__insp, strcat(R__parent,"fMomIn.")); R__parent[R__ncp] = 0;
401  R__insp.Inspect(R__cl, R__parent, "fMomOut", &fMomOut);
402  fMomOut.ShowMembers(R__insp, strcat(R__parent,"fMomOut.")); R__parent[R__ncp] = 0;
403  R__insp.Inspect(R__cl, R__parent, "fTime", &fTime);
404  R__insp.Inspect(R__cl, R__parent, "fLength", &fLength);
405  R__insp.Inspect(R__cl, R__parent, "fELoss", &fELoss);
406  R__insp.Inspect(R__cl, R__parent, "fPosIndex", &fPosIndex);
407  R__insp.Inspect(R__cl, R__parent, "volDetector", &volDetector);
408  R__insp.Inspect(R__cl, R__parent, "fcharge", &fcharge);
409  R__insp.Inspect(R__cl, R__parent, "fmass", &fmass);
410  R__insp.Inspect(R__cl, R__parent, "fpreflag", &fpreflag);
411  R__insp.Inspect(R__cl, R__parent, "fpostflag", &fpostflag);
412  R__insp.Inspect(R__cl, R__parent, "fcurrnam", &fcurrnam);
413  fcurrnam.ShowMembers(R__insp, strcat(R__parent,"fcurrnam.")); R__parent[R__ncp] = 0;
414  R__insp.Inspect(R__cl, R__parent, "fcurrnam2", &fcurrnam2);
415  fcurrnam2.ShowMembers(R__insp, strcat(R__parent,"fcurrnam2.")); R__parent[R__ncp] = 0;
416  R__insp.Inspect(R__cl, R__parent, "*fPlane1Collection", &fPlane1Collection);
417  R__insp.Inspect(R__cl, R__parent, "*fPlane2Collection", &fPlane2Collection);
418  R__insp.Inspect(R__cl, R__parent, "*fPlane3Collection", &fPlane3Collection);
419  R__insp.Inspect(R__cl, R__parent, "fevent", &fevent);
420  FairDetector::ShowMembers(R__insp, R__parent);
421 }
422 
423 namespace ROOT {
424  // Wrappers around operator new
425  static void *new_CbmPlane(void *p) {
426  return p ? new(p) ::CbmPlane : new ::CbmPlane;
427  }
428  static void *newArray_CbmPlane(Long_t nElements, void *p) {
429  return p ? new(p) ::CbmPlane[nElements] : new ::CbmPlane[nElements];
430  }
431  // Wrapper around operator delete
432  static void delete_CbmPlane(void *p) {
433  delete ((::CbmPlane*)p);
434  }
435  static void deleteArray_CbmPlane(void *p) {
436  delete [] ((::CbmPlane*)p);
437  }
438  static void destruct_CbmPlane(void *p) {
439  typedef ::CbmPlane current_t;
440  ((current_t*)p)->~current_t();
441  }
442 } // end of namespace ROOT for class ::CbmPlane
443 
444 //______________________________________________________________________________
445 void CbmPlanePoint::Streamer(TBuffer &R__b)
446 {
447  // Stream an object of class CbmPlanePoint.
448 
449  if (R__b.IsReading()) {
450  CbmPlanePoint::Class()->ReadBuffer(R__b, this);
451  } else {
452  CbmPlanePoint::Class()->WriteBuffer(R__b, this);
453  }
454 }
455 
456 //______________________________________________________________________________
457 void CbmPlanePoint::ShowMembers(TMemberInspector &R__insp, char *R__parent)
458 {
459  // Inspect the data members of an object of class CbmPlanePoint.
460  TClass *R__cl = ::CbmPlanePoint::IsA();
461  Int_t R__ncp = strlen(R__parent);
462  if (R__ncp || R__cl || R__insp.IsA()) { }
463  R__insp.Inspect(R__cl, R__parent, "fX_in", &fX_in);
464  R__insp.Inspect(R__cl, R__parent, "fY_in", &fY_in);
465  R__insp.Inspect(R__cl, R__parent, "fZ_in", &fZ_in);
466  R__insp.Inspect(R__cl, R__parent, "fPx_in", &fPx_in);
467  R__insp.Inspect(R__cl, R__parent, "fPy_in", &fPy_in);
468  R__insp.Inspect(R__cl, R__parent, "fPz_in", &fPz_in);
469  R__insp.Inspect(R__cl, R__parent, "fX_out", &fX_out);
470  R__insp.Inspect(R__cl, R__parent, "fY_out", &fY_out);
471  R__insp.Inspect(R__cl, R__parent, "fZ_out", &fZ_out);
472  R__insp.Inspect(R__cl, R__parent, "fPx_out", &fPx_out);
473  R__insp.Inspect(R__cl, R__parent, "fPy_out", &fPy_out);
474  R__insp.Inspect(R__cl, R__parent, "fPz_out", &fPz_out);
475  R__insp.Inspect(R__cl, R__parent, "fmass", &fmass);
476  R__insp.Inspect(R__cl, R__parent, "fpreflag", &fpreflag);
477  R__insp.Inspect(R__cl, R__parent, "fpostflag", &fpostflag);
478  R__insp.Inspect(R__cl, R__parent, "fcharge", &fcharge);
479  R__insp.Inspect(R__cl, R__parent, "fCopyNo", &fCopyNo);
480  R__insp.Inspect(R__cl, R__parent, "fPlanenam", &fPlanenam);
481  fPlanenam.ShowMembers(R__insp, strcat(R__parent,"fPlanenam.")); R__parent[R__ncp] = 0;
482  R__insp.Inspect(R__cl, R__parent, "ftrackID", &ftrackID);
483  R__insp.Inspect(R__cl, R__parent, "feventID", &feventID);
484  FairMCPoint::ShowMembers(R__insp, R__parent);
485 }
486 
487 namespace ROOT {
488  // Wrappers around operator new
489  static void *new_CbmPlanePoint(void *p) {
490  return p ? new(p) ::CbmPlanePoint : new ::CbmPlanePoint;
491  }
492  static void *newArray_CbmPlanePoint(Long_t nElements, void *p) {
493  return p ? new(p) ::CbmPlanePoint[nElements] : new ::CbmPlanePoint[nElements];
494  }
495  // Wrapper around operator delete
496  static void delete_CbmPlanePoint(void *p) {
497  delete ((::CbmPlanePoint*)p);
498  }
499  static void deleteArray_CbmPlanePoint(void *p) {
500  delete [] ((::CbmPlanePoint*)p);
501  }
502  static void destruct_CbmPlanePoint(void *p) {
503  typedef ::CbmPlanePoint current_t;
504  ((current_t*)p)->~current_t();
505  }
506 } // end of namespace ROOT for class ::CbmPlanePoint
507 
508 //______________________________________________________________________________
509 void CbmGeoPlane::Streamer(TBuffer &R__b)
510 {
511  // Stream an object of class CbmGeoPlane.
512 
513  FairGeoSet::Streamer(R__b);
514 }
515 
516 //______________________________________________________________________________
517 void CbmGeoPlane::ShowMembers(TMemberInspector &R__insp, char *R__parent)
518 {
519  // Inspect the data members of an object of class CbmGeoPlane.
520  TClass *R__cl = ::CbmGeoPlane::IsA();
521  Int_t R__ncp = strlen(R__parent);
522  if (R__ncp || R__cl || R__insp.IsA()) { }
523  R__insp.Inspect(R__cl, R__parent, "modName[10]", modName);
524  R__insp.Inspect(R__cl, R__parent, "eleName[10]", eleName);
525  FairGeoSet::ShowMembers(R__insp, R__parent);
526 }
527 
528 namespace ROOT {
529  // Wrappers around operator new
530  static void *new_CbmGeoPlane(void *p) {
531  return p ? new(p) ::CbmGeoPlane : new ::CbmGeoPlane;
532  }
533  static void *newArray_CbmGeoPlane(Long_t nElements, void *p) {
534  return p ? new(p) ::CbmGeoPlane[nElements] : new ::CbmGeoPlane[nElements];
535  }
536  // Wrapper around operator delete
537  static void delete_CbmGeoPlane(void *p) {
538  delete ((::CbmGeoPlane*)p);
539  }
540  static void deleteArray_CbmGeoPlane(void *p) {
541  delete [] ((::CbmGeoPlane*)p);
542  }
543  static void destruct_CbmGeoPlane(void *p) {
544  typedef ::CbmGeoPlane current_t;
545  ((current_t*)p)->~current_t();
546  }
547 } // end of namespace ROOT for class ::CbmGeoPlane
548 
549 //______________________________________________________________________________
550 void CbmPlaneContFact::Streamer(TBuffer &R__b)
551 {
552  // Stream an object of class CbmPlaneContFact.
553 
554  FairContFact::Streamer(R__b);
555 }
556 
557 //______________________________________________________________________________
558 void CbmPlaneContFact::ShowMembers(TMemberInspector &R__insp, char *R__parent)
559 {
560  // Inspect the data members of an object of class CbmPlaneContFact.
561  TClass *R__cl = ::CbmPlaneContFact::IsA();
562  Int_t R__ncp = strlen(R__parent);
563  if (R__ncp || R__cl || R__insp.IsA()) { }
564  FairContFact::ShowMembers(R__insp, R__parent);
565 }
566 
567 namespace ROOT {
568  // Wrappers around operator new
569  static void *new_CbmPlaneContFact(void *p) {
570  return p ? new(p) ::CbmPlaneContFact : new ::CbmPlaneContFact;
571  }
572  static void *newArray_CbmPlaneContFact(Long_t nElements, void *p) {
573  return p ? new(p) ::CbmPlaneContFact[nElements] : new ::CbmPlaneContFact[nElements];
574  }
575  // Wrapper around operator delete
576  static void delete_CbmPlaneContFact(void *p) {
577  delete ((::CbmPlaneContFact*)p);
578  }
579  static void deleteArray_CbmPlaneContFact(void *p) {
580  delete [] ((::CbmPlaneContFact*)p);
581  }
582  static void destruct_CbmPlaneContFact(void *p) {
583  typedef ::CbmPlaneContFact current_t;
584  ((current_t*)p)->~current_t();
585  }
586 } // end of namespace ROOT for class ::CbmPlaneContFact
587 
588 //______________________________________________________________________________
589 void CbmGeoPlanePar::Streamer(TBuffer &R__b)
590 {
591  // Stream an object of class CbmGeoPlanePar.
592 
593  UInt_t R__s, R__c;
594  if (R__b.IsReading()) {
595  Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
596  FairParGenericSet::Streamer(R__b);
597  R__b >> fGeoSensNodes;
598  R__b >> fGeoPassNodes;
599  R__b.CheckByteCount(R__s, R__c, CbmGeoPlanePar::IsA());
600  } else {
601  R__c = R__b.WriteVersion(CbmGeoPlanePar::IsA(), kTRUE);
602  FairParGenericSet::Streamer(R__b);
603  R__b << fGeoSensNodes;
604  R__b << fGeoPassNodes;
605  R__b.SetByteCount(R__c, kTRUE);
606  }
607 }
608 
609 //______________________________________________________________________________
610 void CbmGeoPlanePar::ShowMembers(TMemberInspector &R__insp, char *R__parent)
611 {
612  // Inspect the data members of an object of class CbmGeoPlanePar.
613  TClass *R__cl = ::CbmGeoPlanePar::IsA();
614  Int_t R__ncp = strlen(R__parent);
615  if (R__ncp || R__cl || R__insp.IsA()) { }
616  R__insp.Inspect(R__cl, R__parent, "*fGeoSensNodes", &fGeoSensNodes);
617  R__insp.Inspect(R__cl, R__parent, "*fGeoPassNodes", &fGeoPassNodes);
618  FairParGenericSet::ShowMembers(R__insp, R__parent);
619 }
620 
621 namespace ROOT {
622  // Wrappers around operator new
623  static void *new_CbmGeoPlanePar(void *p) {
624  return p ? new(p) ::CbmGeoPlanePar : new ::CbmGeoPlanePar;
625  }
626  static void *newArray_CbmGeoPlanePar(Long_t nElements, void *p) {
627  return p ? new(p) ::CbmGeoPlanePar[nElements] : new ::CbmGeoPlanePar[nElements];
628  }
629  // Wrapper around operator delete
630  static void delete_CbmGeoPlanePar(void *p) {
631  delete ((::CbmGeoPlanePar*)p);
632  }
633  static void deleteArray_CbmGeoPlanePar(void *p) {
634  delete [] ((::CbmGeoPlanePar*)p);
635  }
636  static void destruct_CbmGeoPlanePar(void *p) {
637  typedef ::CbmGeoPlanePar current_t;
638  ((current_t*)p)->~current_t();
639  }
640 } // end of namespace ROOT for class ::CbmGeoPlanePar
641 
642 /********************************************************
643 * CbmPlaneDict.cxx
644 * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
645 * FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
646 * CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
647 ********************************************************/
648 
649 #ifdef G__MEMTEST
650 #undef malloc
651 #undef free
652 #endif
653 
654 extern "C" void G__cpp_reset_tagtableCbmPlaneDict();
655 
657  G__add_compiledheader("TROOT.h");
658  G__add_compiledheader("TMemberInspector.h");
659  G__add_compiledheader("CbmGeoPlane.h");
660  G__add_compiledheader("CbmGeoPlanePar.h");
661  G__add_compiledheader("CbmPlane.h");
662  G__add_compiledheader("CbmPlanePoint.h");
663  G__add_compiledheader("CbmPlaneContFact.h");
665 }
666 #include <new>
667 extern "C" int G__cpp_dllrevCbmPlaneDict() { return(30051515); }
668 
669 /*********************************************************
670 * Member function Interface Method
671 *********************************************************/
672 
673 /* CbmGeoPlane */
674 static int G__CbmPlaneDict_202_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
675 {
676  CbmGeoPlane* p = NULL;
677  long gvp = G__getgvp();
678  int n = G__getaryconstruct();
679  if (n) {
680  if ((gvp == G__PVOID) || (gvp == 0)) {
681  p = new CbmGeoPlane[n];
682  } else {
683  p = new((void*) gvp) CbmGeoPlane[n];
684  }
685  } else {
686  if ((gvp == G__PVOID) || (gvp == 0)) {
687  p = new CbmGeoPlane;
688  } else {
689  p = new((void*) gvp) CbmGeoPlane;
690  }
691  }
692  result7->obj.i = (long) p;
693  result7->ref = (long) p;
694  result7->type = 'u';
695  result7->tagnum = G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmGeoPlane);
696  return(1 || funcname || hash || result7 || libp) ;
697 }
698 
699 static int G__CbmPlaneDict_202_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
700 {
701  G__letint(result7, 85, (long) CbmGeoPlane::Class());
702  return(1 || funcname || hash || result7 || libp) ;
703 }
704 
705 static int G__CbmPlaneDict_202_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
706 {
707  G__letint(result7, 67, (long) CbmGeoPlane::Class_Name());
708  return(1 || funcname || hash || result7 || libp) ;
709 }
710 
711 static int G__CbmPlaneDict_202_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
712 {
713  G__letint(result7, 115, (long) CbmGeoPlane::Class_Version());
714  return(1 || funcname || hash || result7 || libp) ;
715 }
716 
717 static int G__CbmPlaneDict_202_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
718 {
719  CbmGeoPlane::Dictionary();
720  G__setnull(result7);
721  return(1 || funcname || hash || result7 || libp) ;
722 }
723 
724 static int G__CbmPlaneDict_202_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
725 {
726  G__letint(result7, 85, (long) ((const CbmGeoPlane*) G__getstructoffset())->IsA());
727  return(1 || funcname || hash || result7 || libp) ;
728 }
729 
730 static int G__CbmPlaneDict_202_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
731 {
732  ((CbmGeoPlane*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref, (char*) G__int(libp->para[1]));
733  G__setnull(result7);
734  return(1 || funcname || hash || result7 || libp) ;
735 }
736 
737 static int G__CbmPlaneDict_202_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
738 {
739  ((CbmGeoPlane*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
740  G__setnull(result7);
741  return(1 || funcname || hash || result7 || libp) ;
742 }
743 
744 static int G__CbmPlaneDict_202_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
745 {
746  ((CbmGeoPlane*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
747  G__setnull(result7);
748  return(1 || funcname || hash || result7 || libp) ;
749 }
750 
751 static int G__CbmPlaneDict_202_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
752 {
753  G__letint(result7, 67, (long) CbmGeoPlane::DeclFileName());
754  return(1 || funcname || hash || result7 || libp) ;
755 }
756 
757 static int G__CbmPlaneDict_202_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
758 {
759  G__letint(result7, 105, (long) CbmGeoPlane::ImplFileLine());
760  return(1 || funcname || hash || result7 || libp) ;
761 }
762 
763 static int G__CbmPlaneDict_202_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
764 {
765  G__letint(result7, 67, (long) CbmGeoPlane::ImplFileName());
766  return(1 || funcname || hash || result7 || libp) ;
767 }
768 
769 static int G__CbmPlaneDict_202_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
770 {
771  G__letint(result7, 105, (long) CbmGeoPlane::DeclFileLine());
772  return(1 || funcname || hash || result7 || libp) ;
773 }
774 
775 // automatic copy constructor
776 static int G__CbmPlaneDict_202_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
777 
778 {
779  CbmGeoPlane* p;
780  void* tmp = (void*) G__int(libp->para[0]);
781  p = new CbmGeoPlane(*(CbmGeoPlane*) tmp);
782  result7->obj.i = (long) p;
783  result7->ref = (long) p;
784  result7->type = 'u';
785  result7->tagnum = G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmGeoPlane);
786  return(1 || funcname || hash || result7 || libp) ;
787 }
788 
789 // automatic destructor
791 static int G__CbmPlaneDict_202_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
792 {
793  long gvp = G__getgvp();
794  long soff = G__getstructoffset();
795  int n = G__getaryconstruct();
796  //
797  //has_a_delete: 1
798  //has_own_delete1arg: 0
799  //has_own_delete2arg: 0
800  //
801  if (!soff) {
802  return(1);
803  }
804  if (n) {
805  if (gvp == G__PVOID) {
806  delete[] (CbmGeoPlane*) soff;
807  } else {
808  G__setgvp(G__PVOID);
809  for (int i = n - 1; i >= 0; --i) {
810  ((CbmGeoPlane*) (soff+(sizeof(CbmGeoPlane)*i)))->~G__TCbmGeoPlane();
811  }
812  G__setgvp(gvp);
813  }
814  } else {
815  if (gvp == G__PVOID) {
816  delete (CbmGeoPlane*) soff;
817  } else {
818  G__setgvp(G__PVOID);
819  ((CbmGeoPlane*) (soff))->~G__TCbmGeoPlane();
820  G__setgvp(gvp);
821  }
822  }
823  G__setnull(result7);
824  return(1 || funcname || hash || result7 || libp) ;
825 }
826 
827 // automatic assignment operator
828 static int G__CbmPlaneDict_202_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
829 {
830  CbmGeoPlane* dest = (CbmGeoPlane*) G__getstructoffset();
831  *dest = *(CbmGeoPlane*) libp->para[0].ref;
832  const CbmGeoPlane& obj = *dest;
833  result7->ref = (long) (&obj);
834  result7->obj.i = (long) (&obj);
835  return(1 || funcname || hash || result7 || libp) ;
836 }
837 
838 
839 /* CbmGeoPlanePar */
840 static int G__CbmPlaneDict_209_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
841 {
842  CbmGeoPlanePar* p = NULL;
843  long gvp = G__getgvp();
844  switch (libp->paran) {
845  case 3:
846  //m: 3
847  if ((gvp == G__PVOID) || (gvp == 0)) {
848  p = new CbmGeoPlanePar(
849 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
850 , (const char*) G__int(libp->para[2]));
851  } else {
852  p = new((void*) gvp) CbmGeoPlanePar(
853 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
854 , (const char*) G__int(libp->para[2]));
855  }
856  break;
857  case 2:
858  //m: 2
859  if ((gvp == G__PVOID) || (gvp == 0)) {
860  p = new CbmGeoPlanePar((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
861  } else {
862  p = new((void*) gvp) CbmGeoPlanePar((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
863  }
864  break;
865  case 1:
866  //m: 1
867  if ((gvp == G__PVOID) || (gvp == 0)) {
868  p = new CbmGeoPlanePar((const char*) G__int(libp->para[0]));
869  } else {
870  p = new((void*) gvp) CbmGeoPlanePar((const char*) G__int(libp->para[0]));
871  }
872  break;
873  case 0:
874  int n = G__getaryconstruct();
875  if (n) {
876  if ((gvp == G__PVOID) || (gvp == 0)) {
877  p = new CbmGeoPlanePar[n];
878  } else {
879  p = new((void*) gvp) CbmGeoPlanePar[n];
880  }
881  } else {
882  if ((gvp == G__PVOID) || (gvp == 0)) {
883  p = new CbmGeoPlanePar;
884  } else {
885  p = new((void*) gvp) CbmGeoPlanePar;
886  }
887  }
888  break;
889  }
890  result7->obj.i = (long) p;
891  result7->ref = (long) p;
892  result7->type = 'u';
893  result7->tagnum = G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmGeoPlanePar);
894  return(1 || funcname || hash || result7 || libp) ;
895 }
896 
897 static int G__CbmPlaneDict_209_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
898 {
899  ((CbmGeoPlanePar*) G__getstructoffset())->clear();
900  G__setnull(result7);
901  return(1 || funcname || hash || result7 || libp) ;
902 }
903 
904 static int G__CbmPlaneDict_209_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
905 {
906  ((CbmGeoPlanePar*) G__getstructoffset())->putParams((FairParamList*) G__int(libp->para[0]));
907  G__setnull(result7);
908  return(1 || funcname || hash || result7 || libp) ;
909 }
910 
911 static int G__CbmPlaneDict_209_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
912 {
913  G__letint(result7, 103, (long) ((CbmGeoPlanePar*) G__getstructoffset())->getParams((FairParamList*) G__int(libp->para[0])));
914  return(1 || funcname || hash || result7 || libp) ;
915 }
916 
917 static int G__CbmPlaneDict_209_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
918 {
919  G__letint(result7, 85, (long) ((CbmGeoPlanePar*) G__getstructoffset())->GetGeoSensitiveNodes());
920  return(1 || funcname || hash || result7 || libp) ;
921 }
922 
923 static int G__CbmPlaneDict_209_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
924 {
925  G__letint(result7, 85, (long) ((CbmGeoPlanePar*) G__getstructoffset())->GetGeoPassiveNodes());
926  return(1 || funcname || hash || result7 || libp) ;
927 }
928 
929 static int G__CbmPlaneDict_209_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
930 {
931  G__letint(result7, 85, (long) CbmGeoPlanePar::Class());
932  return(1 || funcname || hash || result7 || libp) ;
933 }
934 
935 static int G__CbmPlaneDict_209_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
936 {
937  G__letint(result7, 67, (long) CbmGeoPlanePar::Class_Name());
938  return(1 || funcname || hash || result7 || libp) ;
939 }
940 
941 static int G__CbmPlaneDict_209_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
942 {
943  G__letint(result7, 115, (long) CbmGeoPlanePar::Class_Version());
944  return(1 || funcname || hash || result7 || libp) ;
945 }
946 
947 static int G__CbmPlaneDict_209_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
948 {
949  CbmGeoPlanePar::Dictionary();
950  G__setnull(result7);
951  return(1 || funcname || hash || result7 || libp) ;
952 }
953 
954 static int G__CbmPlaneDict_209_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
955 {
956  G__letint(result7, 85, (long) ((const CbmGeoPlanePar*) G__getstructoffset())->IsA());
957  return(1 || funcname || hash || result7 || libp) ;
958 }
959 
960 static int G__CbmPlaneDict_209_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
961 {
962  ((CbmGeoPlanePar*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref, (char*) G__int(libp->para[1]));
963  G__setnull(result7);
964  return(1 || funcname || hash || result7 || libp) ;
965 }
966 
967 static int G__CbmPlaneDict_209_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
968 {
969  ((CbmGeoPlanePar*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
970  G__setnull(result7);
971  return(1 || funcname || hash || result7 || libp) ;
972 }
973 
974 static int G__CbmPlaneDict_209_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
975 {
976  ((CbmGeoPlanePar*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
977  G__setnull(result7);
978  return(1 || funcname || hash || result7 || libp) ;
979 }
980 
981 static int G__CbmPlaneDict_209_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
982 {
983  G__letint(result7, 67, (long) CbmGeoPlanePar::DeclFileName());
984  return(1 || funcname || hash || result7 || libp) ;
985 }
986 
987 static int G__CbmPlaneDict_209_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
988 {
989  G__letint(result7, 105, (long) CbmGeoPlanePar::ImplFileLine());
990  return(1 || funcname || hash || result7 || libp) ;
991 }
992 
993 static int G__CbmPlaneDict_209_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
994 {
995  G__letint(result7, 67, (long) CbmGeoPlanePar::ImplFileName());
996  return(1 || funcname || hash || result7 || libp) ;
997 }
998 
999 static int G__CbmPlaneDict_209_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1000 {
1001  G__letint(result7, 105, (long) CbmGeoPlanePar::DeclFileLine());
1002  return(1 || funcname || hash || result7 || libp) ;
1003 }
1004 
1005 // automatic copy constructor
1006 static int G__CbmPlaneDict_209_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1007 
1008 {
1009  CbmGeoPlanePar* p;
1010  void* tmp = (void*) G__int(libp->para[0]);
1011  p = new CbmGeoPlanePar(*(CbmGeoPlanePar*) tmp);
1012  result7->obj.i = (long) p;
1013  result7->ref = (long) p;
1014  result7->type = 'u';
1015  result7->tagnum = G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmGeoPlanePar);
1016  return(1 || funcname || hash || result7 || libp) ;
1017 }
1018 
1019 // automatic destructor
1021 static int G__CbmPlaneDict_209_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1022 {
1023  long gvp = G__getgvp();
1024  long soff = G__getstructoffset();
1025  int n = G__getaryconstruct();
1026  //
1027  //has_a_delete: 1
1028  //has_own_delete1arg: 0
1029  //has_own_delete2arg: 0
1030  //
1031  if (!soff) {
1032  return(1);
1033  }
1034  if (n) {
1035  if (gvp == G__PVOID) {
1036  delete[] (CbmGeoPlanePar*) soff;
1037  } else {
1038  G__setgvp(G__PVOID);
1039  for (int i = n - 1; i >= 0; --i) {
1040  ((CbmGeoPlanePar*) (soff+(sizeof(CbmGeoPlanePar)*i)))->~G__TCbmGeoPlanePar();
1041  }
1042  G__setgvp(gvp);
1043  }
1044  } else {
1045  if (gvp == G__PVOID) {
1046  delete (CbmGeoPlanePar*) soff;
1047  } else {
1048  G__setgvp(G__PVOID);
1049  ((CbmGeoPlanePar*) (soff))->~G__TCbmGeoPlanePar();
1050  G__setgvp(gvp);
1051  }
1052  }
1053  G__setnull(result7);
1054  return(1 || funcname || hash || result7 || libp) ;
1055 }
1056 
1057 // automatic assignment operator
1058 static int G__CbmPlaneDict_209_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1059 {
1060  CbmGeoPlanePar* dest = (CbmGeoPlanePar*) G__getstructoffset();
1061  *dest = *(CbmGeoPlanePar*) libp->para[0].ref;
1062  const CbmGeoPlanePar& obj = *dest;
1063  result7->ref = (long) (&obj);
1064  result7->obj.i = (long) (&obj);
1065  return(1 || funcname || hash || result7 || libp) ;
1066 }
1067 
1068 
1069 /* CbmPlanePoint */
1070 static int G__CbmPlaneDict_560_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1071 {
1072  CbmPlanePoint* p = NULL;
1073  long gvp = G__getgvp();
1074  int n = G__getaryconstruct();
1075  if (n) {
1076  if ((gvp == G__PVOID) || (gvp == 0)) {
1077  p = new CbmPlanePoint[n];
1078  } else {
1079  p = new((void*) gvp) CbmPlanePoint[n];
1080  }
1081  } else {
1082  if ((gvp == G__PVOID) || (gvp == 0)) {
1083  p = new CbmPlanePoint;
1084  } else {
1085  p = new((void*) gvp) CbmPlanePoint;
1086  }
1087  }
1088  result7->obj.i = (long) p;
1089  result7->ref = (long) p;
1090  result7->type = 'u';
1091  result7->tagnum = G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlanePoint);
1092  return(1 || funcname || hash || result7 || libp) ;
1093 }
1094 
1095 static int G__CbmPlaneDict_560_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1096 {
1097  CbmPlanePoint* p = NULL;
1098  long gvp = G__getgvp();
1099  //m: 15
1100  if ((gvp == G__PVOID) || (gvp == 0)) {
1101  p = new CbmPlanePoint(
1102 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
1103 , *((TVector3*) G__int(libp->para[2])), *((TVector3*) G__int(libp->para[3]))
1104 , *((TVector3*) G__int(libp->para[4])), *((TVector3*) G__int(libp->para[5]))
1105 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
1106 , (Double_t) G__double(libp->para[8]), (Double_t) G__double(libp->para[9])
1107 , (Double_t) G__double(libp->para[10]), (Bool_t) G__int(libp->para[11])
1108 , (Bool_t) G__int(libp->para[12]), *((TString*) G__int(libp->para[13]))
1109 , (Int_t) G__int(libp->para[14]));
1110  } else {
1111  p = new((void*) gvp) CbmPlanePoint(
1112 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
1113 , *((TVector3*) G__int(libp->para[2])), *((TVector3*) G__int(libp->para[3]))
1114 , *((TVector3*) G__int(libp->para[4])), *((TVector3*) G__int(libp->para[5]))
1115 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
1116 , (Double_t) G__double(libp->para[8]), (Double_t) G__double(libp->para[9])
1117 , (Double_t) G__double(libp->para[10]), (Bool_t) G__int(libp->para[11])
1118 , (Bool_t) G__int(libp->para[12]), *((TString*) G__int(libp->para[13]))
1119 , (Int_t) G__int(libp->para[14]));
1120  }
1121  result7->obj.i = (long) p;
1122  result7->ref = (long) p;
1123  result7->type = 'u';
1124  result7->tagnum = G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlanePoint);
1125  return(1 || funcname || hash || result7 || libp) ;
1126 }
1127 
1128 static int G__CbmPlaneDict_560_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1129 {
1130  CbmPlanePoint* p = NULL;
1131  long gvp = G__getgvp();
1132  //m: 1
1133  if ((gvp == G__PVOID) || (gvp == 0)) {
1134  p = new CbmPlanePoint(*(CbmPlanePoint*) libp->para[0].ref);
1135  } else {
1136  p = new((void*) gvp) CbmPlanePoint(*(CbmPlanePoint*) libp->para[0].ref);
1137  }
1138  result7->obj.i = (long) p;
1139  result7->ref = (long) p;
1140  result7->type = 'u';
1141  result7->tagnum = G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlanePoint);
1142  return(1 || funcname || hash || result7 || libp) ;
1143 }
1144 
1145 static int G__CbmPlaneDict_560_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1146 {
1147  G__letdouble(result7, 100, (double) ((const CbmPlanePoint*) G__getstructoffset())->GetXOut());
1148  return(1 || funcname || hash || result7 || libp) ;
1149 }
1150 
1151 static int G__CbmPlaneDict_560_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1152 {
1153  G__letdouble(result7, 100, (double) ((const CbmPlanePoint*) G__getstructoffset())->GetYOut());
1154  return(1 || funcname || hash || result7 || libp) ;
1155 }
1156 
1157 static int G__CbmPlaneDict_560_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1158 {
1159  G__letdouble(result7, 100, (double) ((const CbmPlanePoint*) G__getstructoffset())->GetZOut());
1160  return(1 || funcname || hash || result7 || libp) ;
1161 }
1162 
1163 static int G__CbmPlaneDict_560_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1164 {
1165  G__letdouble(result7, 100, (double) ((const CbmPlanePoint*) G__getstructoffset())->GetPxOut());
1166  return(1 || funcname || hash || result7 || libp) ;
1167 }
1168 
1169 static int G__CbmPlaneDict_560_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1170 {
1171  G__letdouble(result7, 100, (double) ((const CbmPlanePoint*) G__getstructoffset())->GetPyOut());
1172  return(1 || funcname || hash || result7 || libp) ;
1173 }
1174 
1175 static int G__CbmPlaneDict_560_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1176 {
1177  G__letdouble(result7, 100, (double) ((const CbmPlanePoint*) G__getstructoffset())->GetPzOut());
1178  return(1 || funcname || hash || result7 || libp) ;
1179 }
1180 
1181 static int G__CbmPlaneDict_560_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1182 {
1183  G__letdouble(result7, 100, (double) ((const CbmPlanePoint*) G__getstructoffset())->GetXIn());
1184  return(1 || funcname || hash || result7 || libp) ;
1185 }
1186 
1187 static int G__CbmPlaneDict_560_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1188 {
1189  G__letdouble(result7, 100, (double) ((const CbmPlanePoint*) G__getstructoffset())->GetYIn());
1190  return(1 || funcname || hash || result7 || libp) ;
1191 }
1192 
1193 static int G__CbmPlaneDict_560_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1194 {
1195  G__letdouble(result7, 100, (double) ((const CbmPlanePoint*) G__getstructoffset())->GetZIn());
1196  return(1 || funcname || hash || result7 || libp) ;
1197 }
1198 
1199 static int G__CbmPlaneDict_560_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1200 {
1201  G__letdouble(result7, 100, (double) ((const CbmPlanePoint*) G__getstructoffset())->GetPxIn());
1202  return(1 || funcname || hash || result7 || libp) ;
1203 }
1204 
1205 static int G__CbmPlaneDict_560_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1206 {
1207  G__letdouble(result7, 100, (double) ((const CbmPlanePoint*) G__getstructoffset())->GetPyIn());
1208  return(1 || funcname || hash || result7 || libp) ;
1209 }
1210 
1211 static int G__CbmPlaneDict_560_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1212 {
1213  G__letdouble(result7, 100, (double) ((const CbmPlanePoint*) G__getstructoffset())->GetPzIn());
1214  return(1 || funcname || hash || result7 || libp) ;
1215 }
1216 
1217 static int G__CbmPlaneDict_560_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1218 {
1219  G__letdouble(result7, 100, (double) ((const CbmPlanePoint*) G__getstructoffset())->GetMass());
1220  return(1 || funcname || hash || result7 || libp) ;
1221 }
1222 
1223 static int G__CbmPlaneDict_560_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1224 {
1225  G__letint(result7, 105, (long) ((const CbmPlanePoint*) G__getstructoffset())->GetTrackID());
1226  return(1 || funcname || hash || result7 || libp) ;
1227 }
1228 
1229 static int G__CbmPlaneDict_560_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1230 {
1231  G__letint(result7, 105, (long) ((const CbmPlanePoint*) G__getstructoffset())->GetEventID());
1232  return(1 || funcname || hash || result7 || libp) ;
1233 }
1234 
1235 static int G__CbmPlaneDict_560_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1236 {
1237  G__letint(result7, 105, (long) ((const CbmPlanePoint*) G__getstructoffset())->GetCopyNo());
1238  return(1 || funcname || hash || result7 || libp) ;
1239 }
1240 
1241 static int G__CbmPlaneDict_560_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1242 {
1243  G__letint(result7, 103, (long) ((const CbmPlanePoint*) G__getstructoffset())->GetPreFlag());
1244  return(1 || funcname || hash || result7 || libp) ;
1245 }
1246 
1247 static int G__CbmPlaneDict_560_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1248 {
1249  G__letint(result7, 103, (long) ((const CbmPlanePoint*) G__getstructoffset())->GetPostFlag());
1250  return(1 || funcname || hash || result7 || libp) ;
1251 }
1252 
1253 static int G__CbmPlaneDict_560_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1254 {
1255  ((CbmPlanePoint*) G__getstructoffset())->PositionOut(*(TVector3*) libp->para[0].ref);
1256  G__setnull(result7);
1257  return(1 || funcname || hash || result7 || libp) ;
1258 }
1259 
1260 static int G__CbmPlaneDict_560_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1261 {
1262  ((CbmPlanePoint*) G__getstructoffset())->MomentumOut(*(TVector3*) libp->para[0].ref);
1263  G__setnull(result7);
1264  return(1 || funcname || hash || result7 || libp) ;
1265 }
1266 
1267 static int G__CbmPlaneDict_560_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1268 {
1269  {
1270  const TString* pobj;
1271  const TString xobj = ((const CbmPlanePoint*) G__getstructoffset())->GetNam();
1272  pobj = new TString(xobj);
1273  result7->obj.i = (long) ((void*) pobj);
1274  result7->ref = result7->obj.i;
1275  G__store_tempobject(*result7);
1276  }
1277  return(1 || funcname || hash || result7 || libp) ;
1278 }
1279 
1280 static int G__CbmPlaneDict_560_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1281 {
1282  ((CbmPlanePoint*) G__getstructoffset())->SetPositionOut(*((TVector3*) G__int(libp->para[0])));
1283  G__setnull(result7);
1284  return(1 || funcname || hash || result7 || libp) ;
1285 }
1286 
1287 static int G__CbmPlaneDict_560_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1288 {
1289  ((CbmPlanePoint*) G__getstructoffset())->SetMomentumOut(*((TVector3*) G__int(libp->para[0])));
1290  G__setnull(result7);
1291  return(1 || funcname || hash || result7 || libp) ;
1292 }
1293 
1294 static int G__CbmPlaneDict_560_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1295 {
1296  ((CbmPlanePoint*) G__getstructoffset())->SetPositionIn(*((TVector3*) G__int(libp->para[0])));
1297  G__setnull(result7);
1298  return(1 || funcname || hash || result7 || libp) ;
1299 }
1300 
1301 static int G__CbmPlaneDict_560_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1302 {
1303  ((CbmPlanePoint*) G__getstructoffset())->SetMomentumIn(*((TVector3*) G__int(libp->para[0])));
1304  G__setnull(result7);
1305  return(1 || funcname || hash || result7 || libp) ;
1306 }
1307 
1308 static int G__CbmPlaneDict_560_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1309 {
1310  ((const CbmPlanePoint*) G__getstructoffset())->Print((Option_t*) G__int(libp->para[0]));
1311  G__setnull(result7);
1312  return(1 || funcname || hash || result7 || libp) ;
1313 }
1314 
1315 static int G__CbmPlaneDict_560_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1316 {
1317  G__letint(result7, 85, (long) CbmPlanePoint::Class());
1318  return(1 || funcname || hash || result7 || libp) ;
1319 }
1320 
1321 static int G__CbmPlaneDict_560_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1322 {
1323  G__letint(result7, 67, (long) CbmPlanePoint::Class_Name());
1324  return(1 || funcname || hash || result7 || libp) ;
1325 }
1326 
1327 static int G__CbmPlaneDict_560_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1328 {
1329  G__letint(result7, 115, (long) CbmPlanePoint::Class_Version());
1330  return(1 || funcname || hash || result7 || libp) ;
1331 }
1332 
1333 static int G__CbmPlaneDict_560_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1334 {
1335  CbmPlanePoint::Dictionary();
1336  G__setnull(result7);
1337  return(1 || funcname || hash || result7 || libp) ;
1338 }
1339 
1340 static int G__CbmPlaneDict_560_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1341 {
1342  G__letint(result7, 85, (long) ((const CbmPlanePoint*) G__getstructoffset())->IsA());
1343  return(1 || funcname || hash || result7 || libp) ;
1344 }
1345 
1346 static int G__CbmPlaneDict_560_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1347 {
1348  ((CbmPlanePoint*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref, (char*) G__int(libp->para[1]));
1349  G__setnull(result7);
1350  return(1 || funcname || hash || result7 || libp) ;
1351 }
1352 
1353 static int G__CbmPlaneDict_560_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1354 {
1355  ((CbmPlanePoint*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
1356  G__setnull(result7);
1357  return(1 || funcname || hash || result7 || libp) ;
1358 }
1359 
1360 static int G__CbmPlaneDict_560_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1361 {
1362  ((CbmPlanePoint*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
1363  G__setnull(result7);
1364  return(1 || funcname || hash || result7 || libp) ;
1365 }
1366 
1367 static int G__CbmPlaneDict_560_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1368 {
1369  G__letint(result7, 67, (long) CbmPlanePoint::DeclFileName());
1370  return(1 || funcname || hash || result7 || libp) ;
1371 }
1372 
1373 static int G__CbmPlaneDict_560_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1374 {
1375  G__letint(result7, 105, (long) CbmPlanePoint::ImplFileLine());
1376  return(1 || funcname || hash || result7 || libp) ;
1377 }
1378 
1379 static int G__CbmPlaneDict_560_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1380 {
1381  G__letint(result7, 67, (long) CbmPlanePoint::ImplFileName());
1382  return(1 || funcname || hash || result7 || libp) ;
1383 }
1384 
1385 static int G__CbmPlaneDict_560_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1386 {
1387  G__letint(result7, 105, (long) CbmPlanePoint::DeclFileLine());
1388  return(1 || funcname || hash || result7 || libp) ;
1389 }
1390 
1391 // automatic destructor
1393 static int G__CbmPlaneDict_560_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1394 {
1395  long gvp = G__getgvp();
1396  long soff = G__getstructoffset();
1397  int n = G__getaryconstruct();
1398  //
1399  //has_a_delete: 1
1400  //has_own_delete1arg: 0
1401  //has_own_delete2arg: 0
1402  //
1403  if (!soff) {
1404  return(1);
1405  }
1406  if (n) {
1407  if (gvp == G__PVOID) {
1408  delete[] (CbmPlanePoint*) soff;
1409  } else {
1410  G__setgvp(G__PVOID);
1411  for (int i = n - 1; i >= 0; --i) {
1412  ((CbmPlanePoint*) (soff+(sizeof(CbmPlanePoint)*i)))->~G__TCbmPlanePoint();
1413  }
1414  G__setgvp(gvp);
1415  }
1416  } else {
1417  if (gvp == G__PVOID) {
1418  delete (CbmPlanePoint*) soff;
1419  } else {
1420  G__setgvp(G__PVOID);
1421  ((CbmPlanePoint*) (soff))->~G__TCbmPlanePoint();
1422  G__setgvp(gvp);
1423  }
1424  }
1425  G__setnull(result7);
1426  return(1 || funcname || hash || result7 || libp) ;
1427 }
1428 
1429 // automatic assignment operator
1430 static int G__CbmPlaneDict_560_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1431 {
1432  CbmPlanePoint* dest = (CbmPlanePoint*) G__getstructoffset();
1433  *dest = *(CbmPlanePoint*) libp->para[0].ref;
1434  const CbmPlanePoint& obj = *dest;
1435  result7->ref = (long) (&obj);
1436  result7->obj.i = (long) (&obj);
1437  return(1 || funcname || hash || result7 || libp) ;
1438 }
1439 
1440 
1441 /* CbmPlane */
1442 static int G__CbmPlaneDict_561_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1443 {
1444  CbmPlane* p = NULL;
1445  long gvp = G__getgvp();
1446  int n = G__getaryconstruct();
1447  if (n) {
1448  if ((gvp == G__PVOID) || (gvp == 0)) {
1449  p = new CbmPlane[n];
1450  } else {
1451  p = new((void*) gvp) CbmPlane[n];
1452  }
1453  } else {
1454  if ((gvp == G__PVOID) || (gvp == 0)) {
1455  p = new CbmPlane;
1456  } else {
1457  p = new((void*) gvp) CbmPlane;
1458  }
1459  }
1460  result7->obj.i = (long) p;
1461  result7->ref = (long) p;
1462  result7->type = 'u';
1463  result7->tagnum = G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlane);
1464  return(1 || funcname || hash || result7 || libp) ;
1465 }
1466 
1467 static int G__CbmPlaneDict_561_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1468 {
1469  CbmPlane* p = NULL;
1470  long gvp = G__getgvp();
1471  //m: 2
1472  if ((gvp == G__PVOID) || (gvp == 0)) {
1473  p = new CbmPlane((const char*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
1474  } else {
1475  p = new((void*) gvp) CbmPlane((const char*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
1476  }
1477  result7->obj.i = (long) p;
1478  result7->ref = (long) p;
1479  result7->type = 'u';
1480  result7->tagnum = G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlane);
1481  return(1 || funcname || hash || result7 || libp) ;
1482 }
1483 
1484 static int G__CbmPlaneDict_561_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1485 {
1486  ((CbmPlane*) G__getstructoffset())->Initialize();
1487  G__setnull(result7);
1488  return(1 || funcname || hash || result7 || libp) ;
1489 }
1490 
1491 static int G__CbmPlaneDict_561_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1492 {
1493  switch (libp->paran) {
1494  case 1:
1495  G__letint(result7, 103, (long) ((CbmPlane*) G__getstructoffset())->ProcessHits((FairVolume*) G__int(libp->para[0])));
1496  break;
1497  case 0:
1498  G__letint(result7, 103, (long) ((CbmPlane*) G__getstructoffset())->ProcessHits());
1499  break;
1500  }
1501  return(1 || funcname || hash || result7 || libp) ;
1502 }
1503 
1504 static int G__CbmPlaneDict_561_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1505 {
1506  ((CbmPlane*) G__getstructoffset())->EndOfEvent();
1507  G__setnull(result7);
1508  return(1 || funcname || hash || result7 || libp) ;
1509 }
1510 
1511 static int G__CbmPlaneDict_561_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1512 {
1513  ((CbmPlane*) G__getstructoffset())->BeginEvent();
1514  G__setnull(result7);
1515  return(1 || funcname || hash || result7 || libp) ;
1516 }
1517 
1518 static int G__CbmPlaneDict_561_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1519 {
1520  ((CbmPlane*) G__getstructoffset())->Register();
1521  G__setnull(result7);
1522  return(1 || funcname || hash || result7 || libp) ;
1523 }
1524 
1525 static int G__CbmPlaneDict_561_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1526 {
1527  G__letint(result7, 85, (long) ((const CbmPlane*) G__getstructoffset())->GetCollection((Int_t) G__int(libp->para[0])));
1528  return(1 || funcname || hash || result7 || libp) ;
1529 }
1530 
1531 static int G__CbmPlaneDict_561_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1532 {
1533  ((const CbmPlane*) G__getstructoffset())->Print();
1534  G__setnull(result7);
1535  return(1 || funcname || hash || result7 || libp) ;
1536 }
1537 
1538 static int G__CbmPlaneDict_561_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1539 {
1540  ((CbmPlane*) G__getstructoffset())->Reset();
1541  G__setnull(result7);
1542  return(1 || funcname || hash || result7 || libp) ;
1543 }
1544 
1545 static int G__CbmPlaneDict_561_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1546 {
1547  ((CbmPlane*) G__getstructoffset())->CopyClones((TClonesArray*) G__int(libp->para[0]), (TClonesArray*) G__int(libp->para[1])
1548 , (Int_t) G__int(libp->para[2]));
1549  G__setnull(result7);
1550  return(1 || funcname || hash || result7 || libp) ;
1551 }
1552 
1553 static int G__CbmPlaneDict_561_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1554 {
1555  ((CbmPlane*) G__getstructoffset())->ConstructGeometry();
1556  G__setnull(result7);
1557  return(1 || funcname || hash || result7 || libp) ;
1558 }
1559 
1560 static int G__CbmPlaneDict_561_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1561 {
1562  G__letint(result7, 85, (long) ((CbmPlane*) G__getstructoffset())->AddHit1(
1563 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
1564 , *((TVector3*) G__int(libp->para[2])), *((TVector3*) G__int(libp->para[3]))
1565 , *((TVector3*) G__int(libp->para[4])), *((TVector3*) G__int(libp->para[5]))
1566 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
1567 , (Double_t) G__double(libp->para[8]), (Double_t) G__double(libp->para[9])
1568 , (Double_t) G__double(libp->para[10]), (Bool_t) G__int(libp->para[11])
1569 , (Bool_t) G__int(libp->para[12]), *((TString*) G__int(libp->para[13]))
1570 , (Int_t) G__int(libp->para[14])));
1571  return(1 || funcname || hash || result7 || libp) ;
1572 }
1573 
1574 static int G__CbmPlaneDict_561_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1575 {
1576  G__letint(result7, 85, (long) ((CbmPlane*) G__getstructoffset())->AddHit2(
1577 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
1578 , *((TVector3*) G__int(libp->para[2])), *((TVector3*) G__int(libp->para[3]))
1579 , *((TVector3*) G__int(libp->para[4])), *((TVector3*) G__int(libp->para[5]))
1580 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
1581 , (Double_t) G__double(libp->para[8]), (Double_t) G__double(libp->para[9])
1582 , (Double_t) G__double(libp->para[10]), (Bool_t) G__int(libp->para[11])
1583 , (Bool_t) G__int(libp->para[12]), *((TString*) G__int(libp->para[13]))
1584 , (Int_t) G__int(libp->para[14])));
1585  return(1 || funcname || hash || result7 || libp) ;
1586 }
1587 
1588 static int G__CbmPlaneDict_561_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1589 {
1590  G__letint(result7, 85, (long) ((CbmPlane*) G__getstructoffset())->AddHit3(
1591 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
1592 , *((TVector3*) G__int(libp->para[2])), *((TVector3*) G__int(libp->para[3]))
1593 , *((TVector3*) G__int(libp->para[4])), *((TVector3*) G__int(libp->para[5]))
1594 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
1595 , (Double_t) G__double(libp->para[8]), (Double_t) G__double(libp->para[9])
1596 , (Double_t) G__double(libp->para[10]), (Bool_t) G__int(libp->para[11])
1597 , (Bool_t) G__int(libp->para[12]), *((TString*) G__int(libp->para[13]))
1598 , (Int_t) G__int(libp->para[14])));
1599  return(1 || funcname || hash || result7 || libp) ;
1600 }
1601 
1602 static int G__CbmPlaneDict_561_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1603 {
1604  ((CbmPlane*) G__getstructoffset())->plane();
1605  G__setnull(result7);
1606  return(1 || funcname || hash || result7 || libp) ;
1607 }
1608 
1609 static int G__CbmPlaneDict_561_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1610 {
1611  G__letint(result7, 85, (long) CbmPlane::Class());
1612  return(1 || funcname || hash || result7 || libp) ;
1613 }
1614 
1615 static int G__CbmPlaneDict_561_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1616 {
1617  G__letint(result7, 67, (long) CbmPlane::Class_Name());
1618  return(1 || funcname || hash || result7 || libp) ;
1619 }
1620 
1621 static int G__CbmPlaneDict_561_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1622 {
1623  G__letint(result7, 115, (long) CbmPlane::Class_Version());
1624  return(1 || funcname || hash || result7 || libp) ;
1625 }
1626 
1627 static int G__CbmPlaneDict_561_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1628 {
1629  CbmPlane::Dictionary();
1630  G__setnull(result7);
1631  return(1 || funcname || hash || result7 || libp) ;
1632 }
1633 
1634 static int G__CbmPlaneDict_561_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1635 {
1636  G__letint(result7, 85, (long) ((const CbmPlane*) G__getstructoffset())->IsA());
1637  return(1 || funcname || hash || result7 || libp) ;
1638 }
1639 
1640 static int G__CbmPlaneDict_561_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1641 {
1642  ((CbmPlane*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref, (char*) G__int(libp->para[1]));
1643  G__setnull(result7);
1644  return(1 || funcname || hash || result7 || libp) ;
1645 }
1646 
1647 static int G__CbmPlaneDict_561_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1648 {
1649  ((CbmPlane*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
1650  G__setnull(result7);
1651  return(1 || funcname || hash || result7 || libp) ;
1652 }
1653 
1654 static int G__CbmPlaneDict_561_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1655 {
1656  ((CbmPlane*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
1657  G__setnull(result7);
1658  return(1 || funcname || hash || result7 || libp) ;
1659 }
1660 
1661 static int G__CbmPlaneDict_561_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1662 {
1663  G__letint(result7, 67, (long) CbmPlane::DeclFileName());
1664  return(1 || funcname || hash || result7 || libp) ;
1665 }
1666 
1667 static int G__CbmPlaneDict_561_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1668 {
1669  G__letint(result7, 105, (long) CbmPlane::ImplFileLine());
1670  return(1 || funcname || hash || result7 || libp) ;
1671 }
1672 
1673 static int G__CbmPlaneDict_561_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1674 {
1675  G__letint(result7, 67, (long) CbmPlane::ImplFileName());
1676  return(1 || funcname || hash || result7 || libp) ;
1677 }
1678 
1679 static int G__CbmPlaneDict_561_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1680 {
1681  G__letint(result7, 105, (long) CbmPlane::DeclFileLine());
1682  return(1 || funcname || hash || result7 || libp) ;
1683 }
1684 
1685 // automatic copy constructor
1686 static int G__CbmPlaneDict_561_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1687 
1688 {
1689  CbmPlane* p;
1690  void* tmp = (void*) G__int(libp->para[0]);
1691  p = new CbmPlane(*(CbmPlane*) tmp);
1692  result7->obj.i = (long) p;
1693  result7->ref = (long) p;
1694  result7->type = 'u';
1695  result7->tagnum = G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlane);
1696  return(1 || funcname || hash || result7 || libp) ;
1697 }
1698 
1699 // automatic destructor
1701 static int G__CbmPlaneDict_561_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1702 {
1703  long gvp = G__getgvp();
1704  long soff = G__getstructoffset();
1705  int n = G__getaryconstruct();
1706  //
1707  //has_a_delete: 1
1708  //has_own_delete1arg: 0
1709  //has_own_delete2arg: 0
1710  //
1711  if (!soff) {
1712  return(1);
1713  }
1714  if (n) {
1715  if (gvp == G__PVOID) {
1716  delete[] (CbmPlane*) soff;
1717  } else {
1718  G__setgvp(G__PVOID);
1719  for (int i = n - 1; i >= 0; --i) {
1720  ((CbmPlane*) (soff+(sizeof(CbmPlane)*i)))->~G__TCbmPlane();
1721  }
1722  G__setgvp(gvp);
1723  }
1724  } else {
1725  if (gvp == G__PVOID) {
1726  delete (CbmPlane*) soff;
1727  } else {
1728  G__setgvp(G__PVOID);
1729  ((CbmPlane*) (soff))->~G__TCbmPlane();
1730  G__setgvp(gvp);
1731  }
1732  }
1733  G__setnull(result7);
1734  return(1 || funcname || hash || result7 || libp) ;
1735 }
1736 
1737 // automatic assignment operator
1738 static int G__CbmPlaneDict_561_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1739 {
1740  CbmPlane* dest = (CbmPlane*) G__getstructoffset();
1741  *dest = *(CbmPlane*) libp->para[0].ref;
1742  const CbmPlane& obj = *dest;
1743  result7->ref = (long) (&obj);
1744  result7->obj.i = (long) (&obj);
1745  return(1 || funcname || hash || result7 || libp) ;
1746 }
1747 
1748 
1749 /* CbmPlaneContFact */
1750 static int G__CbmPlaneDict_565_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1751 {
1752  CbmPlaneContFact* p = NULL;
1753  long gvp = G__getgvp();
1754  int n = G__getaryconstruct();
1755  if (n) {
1756  if ((gvp == G__PVOID) || (gvp == 0)) {
1757  p = new CbmPlaneContFact[n];
1758  } else {
1759  p = new((void*) gvp) CbmPlaneContFact[n];
1760  }
1761  } else {
1762  if ((gvp == G__PVOID) || (gvp == 0)) {
1763  p = new CbmPlaneContFact;
1764  } else {
1765  p = new((void*) gvp) CbmPlaneContFact;
1766  }
1767  }
1768  result7->obj.i = (long) p;
1769  result7->ref = (long) p;
1770  result7->type = 'u';
1771  result7->tagnum = G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlaneContFact);
1772  return(1 || funcname || hash || result7 || libp) ;
1773 }
1774 
1775 static int G__CbmPlaneDict_565_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1776 {
1777  G__letint(result7, 85, (long) ((CbmPlaneContFact*) G__getstructoffset())->createContainer((FairContainer*) G__int(libp->para[0])));
1778  return(1 || funcname || hash || result7 || libp) ;
1779 }
1780 
1781 static int G__CbmPlaneDict_565_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1782 {
1783  G__letint(result7, 85, (long) CbmPlaneContFact::Class());
1784  return(1 || funcname || hash || result7 || libp) ;
1785 }
1786 
1787 static int G__CbmPlaneDict_565_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1788 {
1789  G__letint(result7, 67, (long) CbmPlaneContFact::Class_Name());
1790  return(1 || funcname || hash || result7 || libp) ;
1791 }
1792 
1793 static int G__CbmPlaneDict_565_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1794 {
1795  G__letint(result7, 115, (long) CbmPlaneContFact::Class_Version());
1796  return(1 || funcname || hash || result7 || libp) ;
1797 }
1798 
1799 static int G__CbmPlaneDict_565_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1800 {
1801  CbmPlaneContFact::Dictionary();
1802  G__setnull(result7);
1803  return(1 || funcname || hash || result7 || libp) ;
1804 }
1805 
1806 static int G__CbmPlaneDict_565_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1807 {
1808  G__letint(result7, 85, (long) ((const CbmPlaneContFact*) G__getstructoffset())->IsA());
1809  return(1 || funcname || hash || result7 || libp) ;
1810 }
1811 
1812 static int G__CbmPlaneDict_565_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1813 {
1814  ((CbmPlaneContFact*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref, (char*) G__int(libp->para[1]));
1815  G__setnull(result7);
1816  return(1 || funcname || hash || result7 || libp) ;
1817 }
1818 
1819 static int G__CbmPlaneDict_565_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1820 {
1821  ((CbmPlaneContFact*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
1822  G__setnull(result7);
1823  return(1 || funcname || hash || result7 || libp) ;
1824 }
1825 
1826 static int G__CbmPlaneDict_565_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1827 {
1828  ((CbmPlaneContFact*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
1829  G__setnull(result7);
1830  return(1 || funcname || hash || result7 || libp) ;
1831 }
1832 
1833 static int G__CbmPlaneDict_565_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1834 {
1835  G__letint(result7, 67, (long) CbmPlaneContFact::DeclFileName());
1836  return(1 || funcname || hash || result7 || libp) ;
1837 }
1838 
1839 static int G__CbmPlaneDict_565_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1840 {
1841  G__letint(result7, 105, (long) CbmPlaneContFact::ImplFileLine());
1842  return(1 || funcname || hash || result7 || libp) ;
1843 }
1844 
1845 static int G__CbmPlaneDict_565_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1846 {
1847  G__letint(result7, 67, (long) CbmPlaneContFact::ImplFileName());
1848  return(1 || funcname || hash || result7 || libp) ;
1849 }
1850 
1851 static int G__CbmPlaneDict_565_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1852 {
1853  G__letint(result7, 105, (long) CbmPlaneContFact::DeclFileLine());
1854  return(1 || funcname || hash || result7 || libp) ;
1855 }
1856 
1857 // automatic copy constructor
1858 static int G__CbmPlaneDict_565_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1859 
1860 {
1862  void* tmp = (void*) G__int(libp->para[0]);
1863  p = new CbmPlaneContFact(*(CbmPlaneContFact*) tmp);
1864  result7->obj.i = (long) p;
1865  result7->ref = (long) p;
1866  result7->type = 'u';
1867  result7->tagnum = G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlaneContFact);
1868  return(1 || funcname || hash || result7 || libp) ;
1869 }
1870 
1871 // automatic destructor
1873 static int G__CbmPlaneDict_565_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1874 {
1875  long gvp = G__getgvp();
1876  long soff = G__getstructoffset();
1877  int n = G__getaryconstruct();
1878  //
1879  //has_a_delete: 1
1880  //has_own_delete1arg: 0
1881  //has_own_delete2arg: 0
1882  //
1883  if (!soff) {
1884  return(1);
1885  }
1886  if (n) {
1887  if (gvp == G__PVOID) {
1888  delete[] (CbmPlaneContFact*) soff;
1889  } else {
1890  G__setgvp(G__PVOID);
1891  for (int i = n - 1; i >= 0; --i) {
1892  ((CbmPlaneContFact*) (soff+(sizeof(CbmPlaneContFact)*i)))->~G__TCbmPlaneContFact();
1893  }
1894  G__setgvp(gvp);
1895  }
1896  } else {
1897  if (gvp == G__PVOID) {
1898  delete (CbmPlaneContFact*) soff;
1899  } else {
1900  G__setgvp(G__PVOID);
1901  ((CbmPlaneContFact*) (soff))->~G__TCbmPlaneContFact();
1902  G__setgvp(gvp);
1903  }
1904  }
1905  G__setnull(result7);
1906  return(1 || funcname || hash || result7 || libp) ;
1907 }
1908 
1909 // automatic assignment operator
1910 static int G__CbmPlaneDict_565_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
1911 {
1912  CbmPlaneContFact* dest = (CbmPlaneContFact*) G__getstructoffset();
1913  *dest = *(CbmPlaneContFact*) libp->para[0].ref;
1914  const CbmPlaneContFact& obj = *dest;
1915  result7->ref = (long) (&obj);
1916  result7->obj.i = (long) (&obj);
1917  return(1 || funcname || hash || result7 || libp) ;
1918 }
1919 
1920 
1921 /* Setting up global function */
1922 
1923 /*********************************************************
1924 * Member function Stub
1925 *********************************************************/
1926 
1927 /* CbmGeoPlane */
1928 
1929 /* CbmGeoPlanePar */
1930 
1931 /* CbmPlanePoint */
1932 
1933 /* CbmPlane */
1934 
1935 /* CbmPlaneContFact */
1936 
1937 /*********************************************************
1938 * Global function Stub
1939 *********************************************************/
1940 
1941 /*********************************************************
1942 * Get size of pointer to member function
1943 *********************************************************/
1945  public:
1947  size_t sizep2memfunc() { return(sizeof(p)); }
1948  private:
1950 };
1951 
1953 {
1955  G__setsizep2memfunc((int)a.sizep2memfunc());
1956  return((size_t)a.sizep2memfunc());
1957 }
1958 
1959 
1960 /*********************************************************
1961 * virtual base class offset calculation interface
1962 *********************************************************/
1963 
1964  /* Setting up class inheritance */
1965 
1966 /*********************************************************
1967 * Inheritance information setup/
1968 *********************************************************/
1970 
1971  /* Setting up class inheritance */
1972  if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmGeoPlane))) {
1973  CbmGeoPlane *G__Lderived;
1974  G__Lderived=(CbmGeoPlane*)0x1000;
1975  {
1976  FairGeoSet *G__Lpbase=(FairGeoSet*)G__Lderived;
1977  G__inheritance_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmGeoPlane),G__get_linked_tagnum(&G__CbmPlaneDictLN_FairGeoSet),(long)G__Lpbase-(long)G__Lderived,1,1);
1978  }
1979  {
1980  TNamed *G__Lpbase=(TNamed*)G__Lderived;
1981  G__inheritance_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmGeoPlane),G__get_linked_tagnum(&G__CbmPlaneDictLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
1982  }
1983  {
1984  TObject *G__Lpbase=(TObject*)G__Lderived;
1985  G__inheritance_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmGeoPlane),G__get_linked_tagnum(&G__CbmPlaneDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
1986  }
1987  }
1988  if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmGeoPlanePar))) {
1989  CbmGeoPlanePar *G__Lderived;
1990  G__Lderived=(CbmGeoPlanePar*)0x1000;
1991  {
1992  FairParGenericSet *G__Lpbase=(FairParGenericSet*)G__Lderived;
1993  G__inheritance_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmGeoPlanePar),G__get_linked_tagnum(&G__CbmPlaneDictLN_FairParGenericSet),(long)G__Lpbase-(long)G__Lderived,1,1);
1994  }
1995  {
1996  FairParSet *G__Lpbase=(FairParSet*)G__Lderived;
1997  G__inheritance_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmGeoPlanePar),G__get_linked_tagnum(&G__CbmPlaneDictLN_FairParSet),(long)G__Lpbase-(long)G__Lderived,1,0);
1998  }
1999  {
2000  TNamed *G__Lpbase=(TNamed*)G__Lderived;
2001  G__inheritance_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmGeoPlanePar),G__get_linked_tagnum(&G__CbmPlaneDictLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
2002  }
2003  {
2004  TObject *G__Lpbase=(TObject*)G__Lderived;
2005  G__inheritance_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmGeoPlanePar),G__get_linked_tagnum(&G__CbmPlaneDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
2006  }
2007  }
2008  if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlanePoint))) {
2009  CbmPlanePoint *G__Lderived;
2010  G__Lderived=(CbmPlanePoint*)0x1000;
2011  {
2012  FairMCPoint *G__Lpbase=(FairMCPoint*)G__Lderived;
2013  G__inheritance_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlanePoint),G__get_linked_tagnum(&G__CbmPlaneDictLN_FairMCPoint),(long)G__Lpbase-(long)G__Lderived,1,1);
2014  }
2015  {
2016  TObject *G__Lpbase=(TObject*)G__Lderived;
2017  G__inheritance_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlanePoint),G__get_linked_tagnum(&G__CbmPlaneDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
2018  }
2019  }
2020  if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlane))) {
2021  CbmPlane *G__Lderived;
2022  G__Lderived=(CbmPlane*)0x1000;
2023  {
2024  FairDetector *G__Lpbase=(FairDetector*)G__Lderived;
2025  G__inheritance_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlane),G__get_linked_tagnum(&G__CbmPlaneDictLN_FairDetector),(long)G__Lpbase-(long)G__Lderived,1,1);
2026  }
2027  {
2028  FairModule *G__Lpbase=(FairModule*)G__Lderived;
2029  G__inheritance_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlane),G__get_linked_tagnum(&G__CbmPlaneDictLN_FairModule),(long)G__Lpbase-(long)G__Lderived,1,0);
2030  }
2031  {
2032  TNamed *G__Lpbase=(TNamed*)G__Lderived;
2033  G__inheritance_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlane),G__get_linked_tagnum(&G__CbmPlaneDictLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
2034  }
2035  {
2036  TObject *G__Lpbase=(TObject*)G__Lderived;
2037  G__inheritance_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlane),G__get_linked_tagnum(&G__CbmPlaneDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
2038  }
2039  }
2040  if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__CbmPlaneDictLN_FairMCPoint))) {
2041  FairMCPoint *G__Lderived;
2042  G__Lderived=(FairMCPoint*)0x1000;
2043  {
2044  TObject *G__Lpbase=(TObject*)G__Lderived;
2045  G__inheritance_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_FairMCPoint),G__get_linked_tagnum(&G__CbmPlaneDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
2046  }
2047  }
2048  if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlaneContFact))) {
2049  CbmPlaneContFact *G__Lderived;
2050  G__Lderived=(CbmPlaneContFact*)0x1000;
2051  {
2052  FairContFact *G__Lpbase=(FairContFact*)G__Lderived;
2053  G__inheritance_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlaneContFact),G__get_linked_tagnum(&G__CbmPlaneDictLN_FairContFact),(long)G__Lpbase-(long)G__Lderived,1,1);
2054  }
2055  {
2056  TNamed *G__Lpbase=(TNamed*)G__Lderived;
2057  G__inheritance_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlaneContFact),G__get_linked_tagnum(&G__CbmPlaneDictLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
2058  }
2059  {
2060  TObject *G__Lpbase=(TObject*)G__Lderived;
2061  G__inheritance_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlaneContFact),G__get_linked_tagnum(&G__CbmPlaneDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
2062  }
2063  }
2064 }
2065 
2066 /*********************************************************
2067 * typedef information setup/
2068 *********************************************************/
2070 
2071  /* Setting up typedef entry */
2072  G__search_typename2("Int_t",105,-1,0,-1);
2073  G__setnewtype(-1,"Signed integer 4 bytes (int)",0);
2074  G__search_typename2("Double_t",100,-1,0,-1);
2075  G__setnewtype(-1,"Double 8 bytes",0);
2076  G__search_typename2("Bool_t",103,-1,0,-1);
2077  G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0);
2078  G__search_typename2("Version_t",115,-1,0,-1);
2079  G__setnewtype(-1,"Class version identifier (short)",0);
2080  G__search_typename2("Option_t",99,-1,256,-1);
2081  G__setnewtype(-1,"Option string (const char)",0);
2082  G__search_typename2("vector<TStreamerInfo*>",117,G__get_linked_tagnum(&G__CbmPlaneDictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR),0,-1);
2083  G__setnewtype(-1,NULL,0);
2085  G__setnewtype(-1,NULL,0);
2087  G__setnewtype(-1,NULL,0);
2088  G__search_typename2("multimap<void*,Version_t>",117,G__get_linked_tagnum(&G__CbmPlaneDictLN_multimaplEvoidmUcOshortcOlesslEvoidmUgRcOallocatorlEpairlEvoidmUsPconstcOshortgRsPgRsPgR),0,-1);
2089  G__setnewtype(-1,NULL,0);
2090  G__search_typename2("multimap<void*,short>",117,G__get_linked_tagnum(&G__CbmPlaneDictLN_multimaplEvoidmUcOshortcOlesslEvoidmUgRcOallocatorlEpairlEvoidmUsPconstcOshortgRsPgRsPgR),0,-1);
2091  G__setnewtype(-1,NULL,0);
2092  G__search_typename2("multimap<void*,short,less<void*>>",117,G__get_linked_tagnum(&G__CbmPlaneDictLN_multimaplEvoidmUcOshortcOlesslEvoidmUgRcOallocatorlEpairlEvoidmUsPconstcOshortgRsPgRsPgR),0,-1);
2093  G__setnewtype(-1,NULL,0);
2094  G__search_typename2("TMatrixTBase<Float_t>",117,G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTBaselEfloatgR),0,-1);
2095  G__setnewtype(-1,NULL,0);
2096  G__search_typename2("TMatrixTBase<Double_t>",117,G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTBaselEdoublegR),0,-1);
2097  G__setnewtype(-1,NULL,0);
2098  G__search_typename2("TVectorT<Float_t>",117,G__get_linked_tagnum(&G__CbmPlaneDictLN_TVectorTlEfloatgR),0,-1);
2099  G__setnewtype(-1,NULL,0);
2100  G__search_typename2("TVectorT<Double_t>",117,G__get_linked_tagnum(&G__CbmPlaneDictLN_TVectorTlEdoublegR),0,-1);
2101  G__setnewtype(-1,NULL,0);
2102  G__search_typename2("TMatrixT<Float_t>",117,G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTlEfloatgR),0,-1);
2103  G__setnewtype(-1,NULL,0);
2104  G__search_typename2("TMatrixTRow_const<Float_t>",117,G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTRow_constlEfloatgR),0,-1);
2105  G__setnewtype(-1,NULL,0);
2106  G__search_typename2("TMatrixTColumn_const<Float_t>",117,G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTColumn_constlEfloatgR),0,-1);
2107  G__setnewtype(-1,NULL,0);
2108  G__search_typename2("TMatrixTDiag_const<Float_t>",117,G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTDiag_constlEfloatgR),0,-1);
2109  G__setnewtype(-1,NULL,0);
2110  G__search_typename2("TMatrixTFlat_const<Float_t>",117,G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTFlat_constlEfloatgR),0,-1);
2111  G__setnewtype(-1,NULL,0);
2112  G__search_typename2("TMatrixTSub_const<Float_t>",117,G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTSub_constlEfloatgR),0,-1);
2113  G__setnewtype(-1,NULL,0);
2114  G__search_typename2("TMatrixTSparseRow_const<Float_t>",117,G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTSparseRow_constlEfloatgR),0,-1);
2115  G__setnewtype(-1,NULL,0);
2116  G__search_typename2("TMatrixTSparseDiag_const<Float_t>",117,G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTSparseDiag_constlEfloatgR),0,-1);
2117  G__setnewtype(-1,NULL,0);
2118  G__search_typename2("TMatrixTRow<Float_t>",117,G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTRowlEfloatgR),0,-1);
2119  G__setnewtype(-1,NULL,0);
2120  G__search_typename2("TMatrixTColumn<Float_t>",117,G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTColumnlEfloatgR),0,-1);
2121  G__setnewtype(-1,NULL,0);
2122  G__search_typename2("TMatrixTDiag<Float_t>",117,G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTDiaglEfloatgR),0,-1);
2123  G__setnewtype(-1,NULL,0);
2124  G__search_typename2("TMatrixTFlat<Float_t>",117,G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTFlatlEfloatgR),0,-1);
2125  G__setnewtype(-1,NULL,0);
2126  G__search_typename2("TMatrixTSub<Float_t>",117,G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTSublEfloatgR),0,-1);
2127  G__setnewtype(-1,NULL,0);
2128  G__search_typename2("TMatrixTSparseRow<Float_t>",117,G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTSparseRowlEfloatgR),0,-1);
2129  G__setnewtype(-1,NULL,0);
2130  G__search_typename2("TMatrixTSparseDiag<Float_t>",117,G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTSparseDiaglEfloatgR),0,-1);
2131  G__setnewtype(-1,NULL,0);
2132  G__search_typename2("TElementActionT<Float_t>",117,G__get_linked_tagnum(&G__CbmPlaneDictLN_TElementActionTlEfloatgR),0,-1);
2133  G__setnewtype(-1,NULL,0);
2134  G__search_typename2("TElementPosActionT<Float_t>",117,G__get_linked_tagnum(&G__CbmPlaneDictLN_TElementPosActionTlEfloatgR),0,-1);
2135  G__setnewtype(-1,NULL,0);
2136  G__search_typename2("vector<UInt_t>",117,G__get_linked_tagnum(&G__CbmPlaneDictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR),0,-1);
2137  G__setnewtype(-1,NULL,0);
2138  G__search_typename2("vector<TString>",117,G__get_linked_tagnum(&G__CbmPlaneDictLN_vectorlETStringcOallocatorlETStringgRsPgR),0,-1);
2139  G__setnewtype(-1,NULL,0);
2140  G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__CbmPlaneDictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__CbmPlaneDictLN_vectorlETStringcOallocatorlETStringgRsPgR));
2141  G__setnewtype(-1,NULL,0);
2142  G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__CbmPlaneDictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__CbmPlaneDictLN_vectorlETStringcOallocatorlETStringgRsPgR));
2143  G__setnewtype(-1,NULL,0);
2144 }
2145 
2146 /*********************************************************
2147 * Data Member information setup/
2148 *********************************************************/
2149 
2150  /* Setting up class,struct,union tag member variable */
2151 
2152  /* CbmGeoPlane */
2153 static void G__setup_memvarCbmGeoPlane(void) {
2154  G__tag_memvar_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmGeoPlane));
2155  { CbmGeoPlane *p; p=(CbmGeoPlane*)0x1000; if (p) { }
2156  G__memvar_setup((void*)((long)(&p->modName)-(long)(p)),99,0,0,-1,-1,-1,1,"modName[10]=",0,"name of module");
2157  G__memvar_setup((void*)((long)(&p->eleName)-(long)(p)),99,0,0,-1,-1,-1,1,"eleName[10]=",0,"substring for elements in module");
2158  G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__CbmPlaneDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
2159  }
2160  G__tag_memvar_reset();
2161 }
2162 
2163 
2164  /* CbmGeoPlanePar */
2166  G__tag_memvar_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmGeoPlanePar));
2167  { CbmGeoPlanePar *p; p=(CbmGeoPlanePar*)0x1000; if (p) { }
2168  G__memvar_setup((void*)((long)(&p->fGeoSensNodes)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__CbmPlaneDictLN_TObjArray),-1,-1,1,"fGeoSensNodes=",0,"* List of FairGeoNodes for sensitive volumes */");
2169  G__memvar_setup((void*)((long)(&p->fGeoPassNodes)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__CbmPlaneDictLN_TObjArray),-1,-1,1,"fGeoPassNodes=",0,"* List of FairGeoNodes for passive volumes */");
2170  G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__CbmPlaneDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
2171  }
2172  G__tag_memvar_reset();
2173 }
2174 
2175 
2176  /* CbmPlanePoint */
2177 static void G__setup_memvarCbmPlanePoint(void) {
2178  G__tag_memvar_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlanePoint));
2179  { CbmPlanePoint *p; p=(CbmPlanePoint*)0x1000; if (p) { }
2180  G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double32_t"),-1,2,"fX_in=",0,(char*)NULL);
2181  G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double32_t"),-1,2,"fY_in=",0,(char*)NULL);
2182  G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double32_t"),-1,2,"fZ_in=",0,(char*)NULL);
2183  G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double32_t"),-1,2,"fPx_in=",0,(char*)NULL);
2184  G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double32_t"),-1,2,"fPy_in=",0,(char*)NULL);
2185  G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double32_t"),-1,2,"fPz_in=",0,(char*)NULL);
2186  G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double32_t"),-1,2,"fX_out=",0,(char*)NULL);
2187  G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double32_t"),-1,2,"fY_out=",0,(char*)NULL);
2188  G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double32_t"),-1,2,"fZ_out=",0,(char*)NULL);
2189  G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double32_t"),-1,2,"fPx_out=",0,(char*)NULL);
2190  G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double32_t"),-1,2,"fPy_out=",0,(char*)NULL);
2191  G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double32_t"),-1,2,"fPz_out=",0,(char*)NULL);
2192  G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fmass=",0,(char*)NULL);
2193  G__memvar_setup((void*)NULL,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fpreflag=",0,(char*)NULL);
2194  G__memvar_setup((void*)NULL,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fpostflag=",0,(char*)NULL);
2195  G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fcharge=",0,(char*)NULL);
2196  G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fCopyNo=",0,(char*)NULL);
2197  G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__CbmPlaneDictLN_TString),-1,-1,2,"fPlanenam=",0,(char*)NULL);
2198  G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"ftrackID=",0,(char*)NULL);
2199  G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"feventID=",0,(char*)NULL);
2200  G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__CbmPlaneDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
2201  }
2202  G__tag_memvar_reset();
2203 }
2204 
2205 
2206  /* CbmPlane */
2207 static void G__setup_memvarCbmPlane(void) {
2208  G__tag_memvar_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlane));
2209  { CbmPlane *p; p=(CbmPlane*)0x1000; if (p) { }
2210  G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fTrackID=",0,"! track index");
2211  G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fVolumeID=",0,"! volume id");
2212  G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__CbmPlaneDictLN_TLorentzVector),-1,-1,4,"fPosIn=",0,(char*)NULL);
2213  G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__CbmPlaneDictLN_TLorentzVector),-1,-1,4,"fPosOut=",0,"! position");
2214  G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__CbmPlaneDictLN_TLorentzVector),-1,-1,4,"fMomIn=",0,(char*)NULL);
2215  G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__CbmPlaneDictLN_TLorentzVector),-1,-1,4,"fMomOut=",0,"! momentum");
2216  G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double32_t"),-1,4,"fTime=",0,"! time");
2217  G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double32_t"),-1,4,"fLength=",0,"! length");
2218  G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double32_t"),-1,4,"fELoss=",0,"! energy loss");
2219  G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fPosIndex=",0,"! ");
2220  G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"volDetector=",0,"! MC volume ID of Plane");
2221  G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fcharge=",0,(char*)NULL);
2222  G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fmass=",0,(char*)NULL);
2223  G__memvar_setup((void*)NULL,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fpreflag=",0,(char*)NULL);
2224  G__memvar_setup((void*)NULL,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fpostflag=",0,(char*)NULL);
2225  G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__CbmPlaneDictLN_TString),-1,-1,4,"fcurrnam=",0,(char*)NULL);
2226  G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__CbmPlaneDictLN_TString),-1,-1,4,"fcurrnam2=",0,(char*)NULL);
2227  G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__CbmPlaneDictLN_TClonesArray),-1,-1,4,"fPlane1Collection=",0,"! Hit collection");
2228  G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__CbmPlaneDictLN_TClonesArray),-1,-1,4,"fPlane2Collection=",0,"! Hit collection");
2229  G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__CbmPlaneDictLN_TClonesArray),-1,-1,4,"fPlane3Collection=",0,"! Hit collection");
2230  G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fevent=",0,(char*)NULL);
2231  G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__CbmPlaneDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
2232  }
2233  G__tag_memvar_reset();
2234 }
2235 
2236 
2237  /* CbmPlaneContFact */
2239  G__tag_memvar_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlaneContFact));
2240  { CbmPlaneContFact *p; p=(CbmPlaneContFact*)0x1000; if (p) { }
2241  G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__CbmPlaneDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
2242  }
2243  G__tag_memvar_reset();
2244 }
2245 
2247 }
2248 /***********************************************************
2249 ************************************************************
2250 ************************************************************
2251 ************************************************************
2252 ************************************************************
2253 ************************************************************
2254 ************************************************************
2255 ***********************************************************/
2256 
2257 /*********************************************************
2258 * Member function information setup for each class
2259 *********************************************************/
2260 static void G__setup_memfuncCbmGeoPlane(void) {
2261  /* CbmGeoPlane */
2262  G__tag_memfunc_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmGeoPlane));
2263  G__memfunc_setup("CbmGeoPlane",1053,G__CbmPlaneDict_202_0_1, 105, G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmGeoPlane), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2264  G__memfunc_setup("Class",502,G__CbmPlaneDict_202_0_2, 85, G__get_linked_tagnum(&G__CbmPlaneDictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (TClass* (*)())(&CbmGeoPlane::Class), 0);
2265  G__memfunc_setup("Class_Name",982,G__CbmPlaneDict_202_0_3, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&CbmGeoPlane::Class_Name), 0);
2266  G__memfunc_setup("Class_Version",1339,G__CbmPlaneDict_202_0_4, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (Version_t (*)())(&CbmGeoPlane::Class_Version), 0);
2267  G__memfunc_setup("Dictionary",1046,G__CbmPlaneDict_202_0_5, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (void (*)())(&CbmGeoPlane::Dictionary), 0);
2268  G__memfunc_setup("IsA",253,G__CbmPlaneDict_202_0_6, 85, G__get_linked_tagnum(&G__CbmPlaneDictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
2269  G__memfunc_setup("ShowMembers",1132,G__CbmPlaneDict_202_0_7, 121, -1, -1, 0, 2, 1, 1, 0,
2270 "u 'TMemberInspector' - 1 - insp C - - 0 - parent", (char*)NULL, (void*) NULL, 1);
2271  G__memfunc_setup("Streamer",835,G__CbmPlaneDict_202_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
2272  G__memfunc_setup("StreamerNVirtual",1656,G__CbmPlaneDict_202_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
2273  G__memfunc_setup("DeclFileName",1145,G__CbmPlaneDict_202_0_10, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&CbmGeoPlane::DeclFileName), 0);
2274  G__memfunc_setup("ImplFileLine",1178,G__CbmPlaneDict_202_0_11, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (int (*)())(&CbmGeoPlane::ImplFileLine), 0);
2275  G__memfunc_setup("ImplFileName",1171,G__CbmPlaneDict_202_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&CbmGeoPlane::ImplFileName), 0);
2276  G__memfunc_setup("DeclFileLine",1152,G__CbmPlaneDict_202_0_13, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (int (*)())(&CbmGeoPlane::DeclFileLine), 0);
2277  // automatic copy constructor
2278  G__memfunc_setup("CbmGeoPlane", 1053, G__CbmPlaneDict_202_0_14, (int) ('i'), G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmGeoPlane), -1, 0, 1, 1, 1, 0, "u 'CbmGeoPlane' - 11 - -", (char*) NULL, (void*) NULL, 0);
2279  // automatic destructor
2280  G__memfunc_setup("~CbmGeoPlane", 1179, G__CbmPlaneDict_202_0_15, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
2281  // automatic assignment operator
2282  G__memfunc_setup("operator=", 937, G__CbmPlaneDict_202_0_16, (int) ('u'), G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmGeoPlane), -1, 1, 1, 1, 1, 0, "u 'CbmGeoPlane' - 11 - -", (char*) NULL, (void*) NULL, 0);
2283  G__tag_memfunc_reset();
2284 }
2285 
2287  /* CbmGeoPlanePar */
2288  G__tag_memfunc_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmGeoPlanePar));
2289  G__memfunc_setup("CbmGeoPlanePar",1344,G__CbmPlaneDict_209_0_1, 105, G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmGeoPlanePar), -1, 0, 3, 1, 1, 0,
2290 "C - - 10 \"CbmGeoPlanePar\" name C - - 10 \"Plane Geometry Parameters\" title "
2291 "C - - 10 \"TestDefaultContext\" context", (char*)NULL, (void*) NULL, 0);
2292  G__memfunc_setup("clear",519,G__CbmPlaneDict_209_0_2, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2293  G__memfunc_setup("putParams",957,G__CbmPlaneDict_209_0_3, 121, -1, -1, 0, 1, 1, 1, 0, "U 'FairParamList' - 0 - -", (char*)NULL, (void*) NULL, 1);
2294  G__memfunc_setup("getParams",932,G__CbmPlaneDict_209_0_4, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'FairParamList' - 0 - -", (char*)NULL, (void*) NULL, 1);
2295  G__memfunc_setup("GetGeoSensitiveNodes",2030,G__CbmPlaneDict_209_0_5, 85, G__get_linked_tagnum(&G__CbmPlaneDictLN_TObjArray), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2296  G__memfunc_setup("GetGeoPassiveNodes",1807,G__CbmPlaneDict_209_0_6, 85, G__get_linked_tagnum(&G__CbmPlaneDictLN_TObjArray), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2297  G__memfunc_setup("Class",502,G__CbmPlaneDict_209_0_7, 85, G__get_linked_tagnum(&G__CbmPlaneDictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (TClass* (*)())(&CbmGeoPlanePar::Class), 0);
2298  G__memfunc_setup("Class_Name",982,G__CbmPlaneDict_209_0_8, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&CbmGeoPlanePar::Class_Name), 0);
2299  G__memfunc_setup("Class_Version",1339,G__CbmPlaneDict_209_0_9, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (Version_t (*)())(&CbmGeoPlanePar::Class_Version), 0);
2300  G__memfunc_setup("Dictionary",1046,G__CbmPlaneDict_209_0_10, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (void (*)())(&CbmGeoPlanePar::Dictionary), 0);
2301  G__memfunc_setup("IsA",253,G__CbmPlaneDict_209_0_11, 85, G__get_linked_tagnum(&G__CbmPlaneDictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
2302  G__memfunc_setup("ShowMembers",1132,G__CbmPlaneDict_209_0_12, 121, -1, -1, 0, 2, 1, 1, 0,
2303 "u 'TMemberInspector' - 1 - insp C - - 0 - parent", (char*)NULL, (void*) NULL, 1);
2304  G__memfunc_setup("Streamer",835,G__CbmPlaneDict_209_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
2305  G__memfunc_setup("StreamerNVirtual",1656,G__CbmPlaneDict_209_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
2306  G__memfunc_setup("DeclFileName",1145,G__CbmPlaneDict_209_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&CbmGeoPlanePar::DeclFileName), 0);
2307  G__memfunc_setup("ImplFileLine",1178,G__CbmPlaneDict_209_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (int (*)())(&CbmGeoPlanePar::ImplFileLine), 0);
2308  G__memfunc_setup("ImplFileName",1171,G__CbmPlaneDict_209_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&CbmGeoPlanePar::ImplFileName), 0);
2309  G__memfunc_setup("DeclFileLine",1152,G__CbmPlaneDict_209_0_18, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (int (*)())(&CbmGeoPlanePar::DeclFileLine), 0);
2310  // automatic copy constructor
2311  G__memfunc_setup("CbmGeoPlanePar", 1344, G__CbmPlaneDict_209_0_19, (int) ('i'), G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmGeoPlanePar), -1, 0, 1, 1, 1, 0, "u 'CbmGeoPlanePar' - 11 - -", (char*) NULL, (void*) NULL, 0);
2312  // automatic destructor
2313  G__memfunc_setup("~CbmGeoPlanePar", 1470, G__CbmPlaneDict_209_0_20, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
2314  // automatic assignment operator
2315  G__memfunc_setup("operator=", 937, G__CbmPlaneDict_209_0_21, (int) ('u'), G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmGeoPlanePar), -1, 1, 1, 1, 1, 0, "u 'CbmGeoPlanePar' - 11 - -", (char*) NULL, (void*) NULL, 0);
2316  G__tag_memfunc_reset();
2317 }
2318 
2320  /* CbmPlanePoint */
2321  G__tag_memfunc_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlanePoint));
2322  G__memfunc_setup("CbmPlanePoint",1292,G__CbmPlaneDict_560_0_1, 105, G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlanePoint), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2323  G__memfunc_setup("CbmPlanePoint",1292,G__CbmPlaneDict_560_0_2, 105, G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlanePoint), -1, 0, 15, 1, 1, 0,
2324 "i - 'Int_t' 0 - trackID i - 'Int_t' 0 - detID "
2325 "u 'TVector3' - 0 - posIn u 'TVector3' - 0 - posOut "
2326 "u 'TVector3' - 0 - momIn u 'TVector3' - 0 - momOut "
2327 "d - 'Double_t' 0 - tof d - 'Double_t' 0 - length "
2328 "d - 'Double_t' 0 - eLoss d - 'Double_t' 0 - charge "
2329 "d - 'Double_t' 0 - mass g - 'Bool_t' 0 - preflag "
2330 "g - 'Bool_t' 0 - postflag u 'TString' - 0 - nam "
2331 "i - 'Int_t' 0 - eventID", (char*)NULL, (void*) NULL, 0);
2332  G__memfunc_setup("CbmPlanePoint",1292,G__CbmPlaneDict_560_0_3, 105, G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlanePoint), -1, 0, 1, 1, 1, 0, "u 'CbmPlanePoint' - 11 - point", (char*)NULL, (void*) NULL, 0);
2333  G__memfunc_setup("GetXOut",688,G__CbmPlaneDict_560_0_4, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
2334  G__memfunc_setup("GetYOut",689,G__CbmPlaneDict_560_0_5, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
2335  G__memfunc_setup("GetZOut",690,G__CbmPlaneDict_560_0_6, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
2336  G__memfunc_setup("GetPxOut",800,G__CbmPlaneDict_560_0_7, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
2337  G__memfunc_setup("GetPyOut",801,G__CbmPlaneDict_560_0_8, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
2338  G__memfunc_setup("GetPzOut",802,G__CbmPlaneDict_560_0_9, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
2339  G__memfunc_setup("GetXIn",559,G__CbmPlaneDict_560_0_10, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
2340  G__memfunc_setup("GetYIn",560,G__CbmPlaneDict_560_0_11, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
2341  G__memfunc_setup("GetZIn",561,G__CbmPlaneDict_560_0_12, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
2342  G__memfunc_setup("GetPxIn",671,G__CbmPlaneDict_560_0_13, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
2343  G__memfunc_setup("GetPyIn",672,G__CbmPlaneDict_560_0_14, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
2344  G__memfunc_setup("GetPzIn",673,G__CbmPlaneDict_560_0_15, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
2345  G__memfunc_setup("GetMass",692,G__CbmPlaneDict_560_0_16, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
2346  G__memfunc_setup("GetTrackID",930,G__CbmPlaneDict_560_0_17, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
2347  G__memfunc_setup("GetEventID",943,G__CbmPlaneDict_560_0_18, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
2348  G__memfunc_setup("GetCopyNo",888,G__CbmPlaneDict_560_0_19, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
2349  G__memfunc_setup("GetPreFlag",961,G__CbmPlaneDict_560_0_20, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
2350  G__memfunc_setup("GetPostFlag",1088,G__CbmPlaneDict_560_0_21, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
2351  G__memfunc_setup("PositionOut",1165,G__CbmPlaneDict_560_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TVector3' - 1 - pos", (char*)NULL, (void*) NULL, 0);
2352  G__memfunc_setup("MomentumOut",1162,G__CbmPlaneDict_560_0_23, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TVector3' - 1 - mom", (char*)NULL, (void*) NULL, 0);
2353  G__memfunc_setup("GetNam",572,G__CbmPlaneDict_560_0_24, 117, G__get_linked_tagnum(&G__CbmPlaneDictLN_TString), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
2354  G__memfunc_setup("SetPositionOut",1465,G__CbmPlaneDict_560_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TVector3' - 0 - pos", (char*)NULL, (void*) NULL, 0);
2355  G__memfunc_setup("SetMomentumOut",1462,G__CbmPlaneDict_560_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TVector3' - 0 - mom", (char*)NULL, (void*) NULL, 0);
2356  G__memfunc_setup("SetPositionIn",1336,G__CbmPlaneDict_560_0_27, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TVector3' - 0 - posin", (char*)NULL, (void*) NULL, 0);
2357  G__memfunc_setup("SetMomentumIn",1333,G__CbmPlaneDict_560_0_28, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TVector3' - 0 - momin", (char*)NULL, (void*) NULL, 0);
2358  G__memfunc_setup("Print",525,G__CbmPlaneDict_560_0_29, 121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 - opt", (char*)NULL, (void*) NULL, 1);
2359  G__memfunc_setup("Class",502,G__CbmPlaneDict_560_0_30, 85, G__get_linked_tagnum(&G__CbmPlaneDictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (TClass* (*)())(&CbmPlanePoint::Class), 0);
2360  G__memfunc_setup("Class_Name",982,G__CbmPlaneDict_560_0_31, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&CbmPlanePoint::Class_Name), 0);
2361  G__memfunc_setup("Class_Version",1339,G__CbmPlaneDict_560_0_32, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (Version_t (*)())(&CbmPlanePoint::Class_Version), 0);
2362  G__memfunc_setup("Dictionary",1046,G__CbmPlaneDict_560_0_33, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (void (*)())(&CbmPlanePoint::Dictionary), 0);
2363  G__memfunc_setup("IsA",253,G__CbmPlaneDict_560_0_34, 85, G__get_linked_tagnum(&G__CbmPlaneDictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
2364  G__memfunc_setup("ShowMembers",1132,G__CbmPlaneDict_560_0_35, 121, -1, -1, 0, 2, 1, 1, 0,
2365 "u 'TMemberInspector' - 1 - insp C - - 0 - parent", (char*)NULL, (void*) NULL, 1);
2366  G__memfunc_setup("Streamer",835,G__CbmPlaneDict_560_0_36, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
2367  G__memfunc_setup("StreamerNVirtual",1656,G__CbmPlaneDict_560_0_37, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
2368  G__memfunc_setup("DeclFileName",1145,G__CbmPlaneDict_560_0_38, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&CbmPlanePoint::DeclFileName), 0);
2369  G__memfunc_setup("ImplFileLine",1178,G__CbmPlaneDict_560_0_39, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (int (*)())(&CbmPlanePoint::ImplFileLine), 0);
2370  G__memfunc_setup("ImplFileName",1171,G__CbmPlaneDict_560_0_40, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&CbmPlanePoint::ImplFileName), 0);
2371  G__memfunc_setup("DeclFileLine",1152,G__CbmPlaneDict_560_0_41, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (int (*)())(&CbmPlanePoint::DeclFileLine), 0);
2372  // automatic destructor
2373  G__memfunc_setup("~CbmPlanePoint", 1418, G__CbmPlaneDict_560_0_42, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
2374  // automatic assignment operator
2375  G__memfunc_setup("operator=", 937, G__CbmPlaneDict_560_0_43, (int) ('u'), G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlanePoint), -1, 1, 1, 1, 1, 0, "u 'CbmPlanePoint' - 11 - -", (char*) NULL, (void*) NULL, 0);
2376  G__tag_memfunc_reset();
2377 }
2378 
2379 static void G__setup_memfuncCbmPlane(void) {
2380  /* CbmPlane */
2381  G__tag_memfunc_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlane));
2382  G__memfunc_setup("CbmPlane",770,G__CbmPlaneDict_561_0_1, 105, G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlane), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2383  G__memfunc_setup("CbmPlane",770,G__CbmPlaneDict_561_0_2, 105, G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlane), -1, 0, 2, 1, 1, 0,
2384 "C - - 10 - name g - 'Bool_t' 0 - active", (char*)NULL, (void*) NULL, 0);
2385  G__memfunc_setup("Initialize",1042,G__CbmPlaneDict_561_0_3, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2386  G__memfunc_setup("ProcessHits",1143,G__CbmPlaneDict_561_0_4, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'FairVolume' - 0 0 vol", (char*)NULL, (void*) NULL, 1);
2387  G__memfunc_setup("EndOfEvent",974,G__CbmPlaneDict_561_0_5, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2388  G__memfunc_setup("BeginEvent",999,G__CbmPlaneDict_561_0_6, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2389  G__memfunc_setup("Register",837,G__CbmPlaneDict_561_0_7, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2390  G__memfunc_setup("GetCollection",1324,G__CbmPlaneDict_561_0_8, 85, G__get_linked_tagnum(&G__CbmPlaneDictLN_TClonesArray), -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 - iColl", (char*)NULL, (void*) NULL, 1);
2391  G__memfunc_setup("Print",525,G__CbmPlaneDict_561_0_9, 121, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
2392  G__memfunc_setup("Reset",515,G__CbmPlaneDict_561_0_10, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2393  G__memfunc_setup("CopyClones",1023,G__CbmPlaneDict_561_0_11, 121, -1, -1, 0, 3, 1, 1, 0,
2394 "U 'TClonesArray' - 0 - cl1 U 'TClonesArray' - 0 - cl2 "
2395 "i - 'Int_t' 0 - offset", (char*)NULL, (void*) NULL, 1);
2396  G__memfunc_setup("ConstructGeometry",1809,G__CbmPlaneDict_561_0_12, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
2397  G__memfunc_setup("AddHit1",607,G__CbmPlaneDict_561_0_13, 85, G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlanePoint), -1, 0, 15, 1, 1, 0,
2398 "i - 'Int_t' 0 - trackID i - 'Int_t' 0 - detID "
2399 "u 'TVector3' - 0 - posIn u 'TVector3' - 0 - posOut "
2400 "u 'TVector3' - 0 - momIn u 'TVector3' - 0 - momOut "
2401 "d - 'Double_t' 0 - time d - 'Double_t' 0 - length "
2402 "d - 'Double_t' 0 - eLoss d - 'Double_t' 0 - charge "
2403 "d - 'Double_t' 0 - mass g - 'Bool_t' 0 - preflag "
2404 "g - 'Bool_t' 0 - postflag u 'TString' - 0 - nam "
2405 "i - 'Int_t' 0 - evt", (char*)NULL, (void*) NULL, 0);
2406  G__memfunc_setup("AddHit2",608,G__CbmPlaneDict_561_0_14, 85, G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlanePoint), -1, 0, 15, 1, 1, 0,
2407 "i - 'Int_t' 0 - trackID i - 'Int_t' 0 - detID "
2408 "u 'TVector3' - 0 - posIn u 'TVector3' - 0 - posOut "
2409 "u 'TVector3' - 0 - momIn u 'TVector3' - 0 - momOut "
2410 "d - 'Double_t' 0 - time d - 'Double_t' 0 - length "
2411 "d - 'Double_t' 0 - eLoss d - 'Double_t' 0 - charge "
2412 "d - 'Double_t' 0 - mass g - 'Bool_t' 0 - preflag "
2413 "g - 'Bool_t' 0 - postflag u 'TString' - 0 - nam "
2414 "i - 'Int_t' 0 - evt", (char*)NULL, (void*) NULL, 0);
2415  G__memfunc_setup("AddHit3",609,G__CbmPlaneDict_561_0_15, 85, G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlanePoint), -1, 0, 15, 1, 1, 0,
2416 "i - 'Int_t' 0 - trackID i - 'Int_t' 0 - detID "
2417 "u 'TVector3' - 0 - posIn u 'TVector3' - 0 - posOut "
2418 "u 'TVector3' - 0 - momIn u 'TVector3' - 0 - momOut "
2419 "d - 'Double_t' 0 - time d - 'Double_t' 0 - length "
2420 "d - 'Double_t' 0 - eLoss d - 'Double_t' 0 - charge "
2421 "d - 'Double_t' 0 - mass g - 'Bool_t' 0 - preflag "
2422 "g - 'Bool_t' 0 - postflag u 'TString' - 0 - nam "
2423 "i - 'Int_t' 0 - evt", (char*)NULL, (void*) NULL, 0);
2424  G__memfunc_setup("plane",528,G__CbmPlaneDict_561_0_16, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2425  G__memfunc_setup("ResetParameters",1559,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
2426  G__memfunc_setup("Class",502,G__CbmPlaneDict_561_0_18, 85, G__get_linked_tagnum(&G__CbmPlaneDictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (TClass* (*)())(&CbmPlane::Class), 0);
2427  G__memfunc_setup("Class_Name",982,G__CbmPlaneDict_561_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&CbmPlane::Class_Name), 0);
2428  G__memfunc_setup("Class_Version",1339,G__CbmPlaneDict_561_0_20, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (Version_t (*)())(&CbmPlane::Class_Version), 0);
2429  G__memfunc_setup("Dictionary",1046,G__CbmPlaneDict_561_0_21, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (void (*)())(&CbmPlane::Dictionary), 0);
2430  G__memfunc_setup("IsA",253,G__CbmPlaneDict_561_0_22, 85, G__get_linked_tagnum(&G__CbmPlaneDictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
2431  G__memfunc_setup("ShowMembers",1132,G__CbmPlaneDict_561_0_23, 121, -1, -1, 0, 2, 1, 1, 0,
2432 "u 'TMemberInspector' - 1 - insp C - - 0 - parent", (char*)NULL, (void*) NULL, 1);
2433  G__memfunc_setup("Streamer",835,G__CbmPlaneDict_561_0_24, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
2434  G__memfunc_setup("StreamerNVirtual",1656,G__CbmPlaneDict_561_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
2435  G__memfunc_setup("DeclFileName",1145,G__CbmPlaneDict_561_0_26, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&CbmPlane::DeclFileName), 0);
2436  G__memfunc_setup("ImplFileLine",1178,G__CbmPlaneDict_561_0_27, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (int (*)())(&CbmPlane::ImplFileLine), 0);
2437  G__memfunc_setup("ImplFileName",1171,G__CbmPlaneDict_561_0_28, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&CbmPlane::ImplFileName), 0);
2438  G__memfunc_setup("DeclFileLine",1152,G__CbmPlaneDict_561_0_29, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (int (*)())(&CbmPlane::DeclFileLine), 0);
2439  // automatic copy constructor
2440  G__memfunc_setup("CbmPlane", 770, G__CbmPlaneDict_561_0_30, (int) ('i'), G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlane), -1, 0, 1, 1, 1, 0, "u 'CbmPlane' - 11 - -", (char*) NULL, (void*) NULL, 0);
2441  // automatic destructor
2442  G__memfunc_setup("~CbmPlane", 896, G__CbmPlaneDict_561_0_31, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
2443  // automatic assignment operator
2444  G__memfunc_setup("operator=", 937, G__CbmPlaneDict_561_0_32, (int) ('u'), G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlane), -1, 1, 1, 1, 1, 0, "u 'CbmPlane' - 11 - -", (char*) NULL, (void*) NULL, 0);
2445  G__tag_memfunc_reset();
2446 }
2447 
2449  /* CbmPlaneContFact */
2450  G__tag_memfunc_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlaneContFact));
2451  G__memfunc_setup("setAllContainers",1659,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
2452  G__memfunc_setup("CbmPlaneContFact",1556,G__CbmPlaneDict_565_0_2, 105, G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlaneContFact), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
2453  G__memfunc_setup("createContainer",1559,G__CbmPlaneDict_565_0_3, 85, G__get_linked_tagnum(&G__CbmPlaneDictLN_FairParSet), -1, 0, 1, 1, 1, 0, "U 'FairContainer' - 0 - -", (char*)NULL, (void*) NULL, 1);
2454  G__memfunc_setup("Class",502,G__CbmPlaneDict_565_0_4, 85, G__get_linked_tagnum(&G__CbmPlaneDictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (TClass* (*)())(&CbmPlaneContFact::Class), 0);
2455  G__memfunc_setup("Class_Name",982,G__CbmPlaneDict_565_0_5, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&CbmPlaneContFact::Class_Name), 0);
2456  G__memfunc_setup("Class_Version",1339,G__CbmPlaneDict_565_0_6, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (Version_t (*)())(&CbmPlaneContFact::Class_Version), 0);
2457  G__memfunc_setup("Dictionary",1046,G__CbmPlaneDict_565_0_7, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (void (*)())(&CbmPlaneContFact::Dictionary), 0);
2458  G__memfunc_setup("IsA",253,G__CbmPlaneDict_565_0_8, 85, G__get_linked_tagnum(&G__CbmPlaneDictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
2459  G__memfunc_setup("ShowMembers",1132,G__CbmPlaneDict_565_0_9, 121, -1, -1, 0, 2, 1, 1, 0,
2460 "u 'TMemberInspector' - 1 - insp C - - 0 - parent", (char*)NULL, (void*) NULL, 1);
2461  G__memfunc_setup("Streamer",835,G__CbmPlaneDict_565_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
2462  G__memfunc_setup("StreamerNVirtual",1656,G__CbmPlaneDict_565_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
2463  G__memfunc_setup("DeclFileName",1145,G__CbmPlaneDict_565_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&CbmPlaneContFact::DeclFileName), 0);
2464  G__memfunc_setup("ImplFileLine",1178,G__CbmPlaneDict_565_0_13, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (int (*)())(&CbmPlaneContFact::ImplFileLine), 0);
2465  G__memfunc_setup("ImplFileName",1171,G__CbmPlaneDict_565_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&CbmPlaneContFact::ImplFileName), 0);
2466  G__memfunc_setup("DeclFileLine",1152,G__CbmPlaneDict_565_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (int (*)())(&CbmPlaneContFact::DeclFileLine), 0);
2467  // automatic copy constructor
2468  G__memfunc_setup("CbmPlaneContFact", 1556, G__CbmPlaneDict_565_0_16, (int) ('i'), G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlaneContFact), -1, 0, 1, 1, 1, 0, "u 'CbmPlaneContFact' - 11 - -", (char*) NULL, (void*) NULL, 0);
2469  // automatic destructor
2470  G__memfunc_setup("~CbmPlaneContFact", 1682, G__CbmPlaneDict_565_0_17, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
2471  // automatic assignment operator
2472  G__memfunc_setup("operator=", 937, G__CbmPlaneDict_565_0_18, (int) ('u'), G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlaneContFact), -1, 1, 1, 1, 1, 0, "u 'CbmPlaneContFact' - 11 - -", (char*) NULL, (void*) NULL, 0);
2473  G__tag_memfunc_reset();
2474 }
2475 
2476 
2477 /*********************************************************
2478 * Member function information setup
2479 *********************************************************/
2481 }
2482 
2483 /*********************************************************
2484 * Global variable information setup for each class
2485 *********************************************************/
2486 static void G__cpp_setup_global0() {
2487 
2488  /* Setting up global variables */
2489  G__resetplocal();
2490 
2491 }
2492 
2493 static void G__cpp_setup_global1() {
2494 }
2495 
2496 static void G__cpp_setup_global2() {
2497 }
2498 
2499 static void G__cpp_setup_global3() {
2500 
2501  G__resetglobalenv();
2502 }
2508 }
2509 
2510 /*********************************************************
2511 * Global function information setup for each class
2512 *********************************************************/
2513 static void G__cpp_setup_func0() {
2514  G__lastifuncposition();
2515 
2516 }
2517 
2518 static void G__cpp_setup_func1() {
2519 }
2520 
2521 static void G__cpp_setup_func2() {
2522 }
2523 
2524 static void G__cpp_setup_func3() {
2525 }
2526 
2527 static void G__cpp_setup_func4() {
2528 }
2529 
2530 static void G__cpp_setup_func5() {
2531 }
2532 
2533 static void G__cpp_setup_func6() {
2534 }
2535 
2536 static void G__cpp_setup_func7() {
2537 }
2538 
2539 static void G__cpp_setup_func8() {
2540 }
2541 
2542 static void G__cpp_setup_func9() {
2543 }
2544 
2545 static void G__cpp_setup_func10() {
2546 }
2547 
2548 static void G__cpp_setup_func11() {
2549 }
2550 
2551 static void G__cpp_setup_func12() {
2552 }
2553 
2554 static void G__cpp_setup_func13() {
2555 }
2556 
2557 static void G__cpp_setup_func14() {
2558 }
2559 
2560 static void G__cpp_setup_func15() {
2561 }
2562 
2563 static void G__cpp_setup_func16() {
2564 }
2565 
2566 static void G__cpp_setup_func17() {
2567 
2568  G__resetifuncposition();
2569 }
2570 
2590 }
2591 
2592 /*********************************************************
2593 * Class,struct,union,enum tag information setup
2594 *********************************************************/
2595 /* Setup class/struct taginfo */
2596 G__linked_taginfo G__CbmPlaneDictLN_TClass = { "TClass" , 99 , -1 };
2597 G__linked_taginfo G__CbmPlaneDictLN_TBuffer = { "TBuffer" , 99 , -1 };
2598 G__linked_taginfo G__CbmPlaneDictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
2599 G__linked_taginfo G__CbmPlaneDictLN_TObject = { "TObject" , 99 , -1 };
2600 G__linked_taginfo G__CbmPlaneDictLN_TNamed = { "TNamed" , 99 , -1 };
2601 G__linked_taginfo G__CbmPlaneDictLN_TObjArray = { "TObjArray" , 99 , -1 };
2602 G__linked_taginfo G__CbmPlaneDictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR = { "vector<unsigned int,allocator<unsigned int> >" , 99 , -1 };
2603 G__linked_taginfo G__CbmPlaneDictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR = { "vector<TStreamerInfo*,allocator<TStreamerInfo*> >" , 99 , -1 };
2604 G__linked_taginfo G__CbmPlaneDictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TStreamerInfo*,allocator<TStreamerInfo*> >::iterator>" , 99 , -1 };
2605 G__linked_taginfo G__CbmPlaneDictLN_TString = { "TString" , 99 , -1 };
2606 G__linked_taginfo G__CbmPlaneDictLN_FairGeoSet = { "FairGeoSet" , 99 , -1 };
2607 G__linked_taginfo G__CbmPlaneDictLN_CbmGeoPlane = { "CbmGeoPlane" , 99 , -1 };
2608 G__linked_taginfo G__CbmPlaneDictLN_FairParSet = { "FairParSet" , 99 , -1 };
2609 G__linked_taginfo G__CbmPlaneDictLN_FairParamList = { "FairParamList" , 99 , -1 };
2610 G__linked_taginfo G__CbmPlaneDictLN_FairParGenericSet = { "FairParGenericSet" , 99 , -1 };
2611 G__linked_taginfo G__CbmPlaneDictLN_TClonesArray = { "TClonesArray" , 99 , -1 };
2612 G__linked_taginfo G__CbmPlaneDictLN_CbmGeoPlanePar = { "CbmGeoPlanePar" , 99 , -1 };
2613 G__linked_taginfo G__CbmPlaneDictLN_multimaplEvoidmUcOshortcOlesslEvoidmUgRcOallocatorlEpairlEvoidmUsPconstcOshortgRsPgRsPgR = { "multimap<void*,short,less<void*>,allocator<pair<void* const,short> > >" , 99 , -1 };
2614 G__linked_taginfo G__CbmPlaneDictLN_TMatrixTBaselEfloatgR = { "TMatrixTBase<float>" , 99 , -1 };
2615 G__linked_taginfo G__CbmPlaneDictLN_TMatrixTBaselEdoublegR = { "TMatrixTBase<double>" , 99 , -1 };
2616 G__linked_taginfo G__CbmPlaneDictLN_TVectorTlEfloatgR = { "TVectorT<float>" , 99 , -1 };
2617 G__linked_taginfo G__CbmPlaneDictLN_TVectorTlEdoublegR = { "TVectorT<double>" , 99 , -1 };
2618 G__linked_taginfo G__CbmPlaneDictLN_TElementActionTlEfloatgR = { "TElementActionT<float>" , 99 , -1 };
2619 G__linked_taginfo G__CbmPlaneDictLN_TElementPosActionTlEfloatgR = { "TElementPosActionT<float>" , 99 , -1 };
2620 G__linked_taginfo G__CbmPlaneDictLN_TMatrixTlEfloatgR = { "TMatrixT<float>" , 99 , -1 };
2621 G__linked_taginfo G__CbmPlaneDictLN_TMatrixTRow_constlEfloatgR = { "TMatrixTRow_const<float>" , 99 , -1 };
2622 G__linked_taginfo G__CbmPlaneDictLN_TMatrixTRowlEfloatgR = { "TMatrixTRow<float>" , 99 , -1 };
2623 G__linked_taginfo G__CbmPlaneDictLN_TMatrixTDiag_constlEfloatgR = { "TMatrixTDiag_const<float>" , 99 , -1 };
2624 G__linked_taginfo G__CbmPlaneDictLN_TMatrixTColumn_constlEfloatgR = { "TMatrixTColumn_const<float>" , 99 , -1 };
2625 G__linked_taginfo G__CbmPlaneDictLN_TMatrixTFlat_constlEfloatgR = { "TMatrixTFlat_const<float>" , 99 , -1 };
2626 G__linked_taginfo G__CbmPlaneDictLN_TMatrixTSub_constlEfloatgR = { "TMatrixTSub_const<float>" , 99 , -1 };
2627 G__linked_taginfo G__CbmPlaneDictLN_TMatrixTSparseRow_constlEfloatgR = { "TMatrixTSparseRow_const<float>" , 99 , -1 };
2628 G__linked_taginfo G__CbmPlaneDictLN_TMatrixTSparseDiag_constlEfloatgR = { "TMatrixTSparseDiag_const<float>" , 99 , -1 };
2629 G__linked_taginfo G__CbmPlaneDictLN_TMatrixTColumnlEfloatgR = { "TMatrixTColumn<float>" , 99 , -1 };
2630 G__linked_taginfo G__CbmPlaneDictLN_TMatrixTDiaglEfloatgR = { "TMatrixTDiag<float>" , 99 , -1 };
2631 G__linked_taginfo G__CbmPlaneDictLN_TMatrixTFlatlEfloatgR = { "TMatrixTFlat<float>" , 99 , -1 };
2632 G__linked_taginfo G__CbmPlaneDictLN_TMatrixTSublEfloatgR = { "TMatrixTSub<float>" , 99 , -1 };
2633 G__linked_taginfo G__CbmPlaneDictLN_TMatrixTSparseRowlEfloatgR = { "TMatrixTSparseRow<float>" , 99 , -1 };
2634 G__linked_taginfo G__CbmPlaneDictLN_TMatrixTSparseDiaglEfloatgR = { "TMatrixTSparseDiag<float>" , 99 , -1 };
2635 G__linked_taginfo G__CbmPlaneDictLN_TVector3 = { "TVector3" , 99 , -1 };
2636 G__linked_taginfo G__CbmPlaneDictLN_TLorentzVector = { "TLorentzVector" , 99 , -1 };
2637 G__linked_taginfo G__CbmPlaneDictLN_FairModule = { "FairModule" , 99 , -1 };
2638 G__linked_taginfo G__CbmPlaneDictLN_FairVolume = { "FairVolume" , 99 , -1 };
2639 G__linked_taginfo G__CbmPlaneDictLN_vectorlETStringcOallocatorlETStringgRsPgR = { "vector<TString,allocator<TString> >" , 99 , -1 };
2640 G__linked_taginfo G__CbmPlaneDictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TString,allocator<TString> >::iterator>" , 99 , -1 };
2641 G__linked_taginfo G__CbmPlaneDictLN_FairDetector = { "FairDetector" , 99 , -1 };
2642 G__linked_taginfo G__CbmPlaneDictLN_CbmPlanePoint = { "CbmPlanePoint" , 99 , -1 };
2643 G__linked_taginfo G__CbmPlaneDictLN_CbmPlane = { "CbmPlane" , 99 , -1 };
2644 G__linked_taginfo G__CbmPlaneDictLN_FairMCPoint = { "FairMCPoint" , 99 , -1 };
2645 G__linked_taginfo G__CbmPlaneDictLN_FairContainer = { "FairContainer" , 99 , -1 };
2646 G__linked_taginfo G__CbmPlaneDictLN_FairContFact = { "FairContFact" , 99 , -1 };
2647 G__linked_taginfo G__CbmPlaneDictLN_CbmPlaneContFact = { "CbmPlaneContFact" , 99 , -1 };
2648 
2649 /* Reset class/struct taginfo */
2651  G__CbmPlaneDictLN_TClass.tagnum = -1 ;
2652  G__CbmPlaneDictLN_TBuffer.tagnum = -1 ;
2653  G__CbmPlaneDictLN_TMemberInspector.tagnum = -1 ;
2654  G__CbmPlaneDictLN_TObject.tagnum = -1 ;
2655  G__CbmPlaneDictLN_TNamed.tagnum = -1 ;
2656  G__CbmPlaneDictLN_TObjArray.tagnum = -1 ;
2657  G__CbmPlaneDictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR.tagnum = -1 ;
2658  G__CbmPlaneDictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR.tagnum = -1 ;
2659  G__CbmPlaneDictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR.tagnum = -1 ;
2660  G__CbmPlaneDictLN_TString.tagnum = -1 ;
2661  G__CbmPlaneDictLN_FairGeoSet.tagnum = -1 ;
2662  G__CbmPlaneDictLN_CbmGeoPlane.tagnum = -1 ;
2663  G__CbmPlaneDictLN_FairParSet.tagnum = -1 ;
2664  G__CbmPlaneDictLN_FairParamList.tagnum = -1 ;
2665  G__CbmPlaneDictLN_FairParGenericSet.tagnum = -1 ;
2666  G__CbmPlaneDictLN_TClonesArray.tagnum = -1 ;
2667  G__CbmPlaneDictLN_CbmGeoPlanePar.tagnum = -1 ;
2668  G__CbmPlaneDictLN_multimaplEvoidmUcOshortcOlesslEvoidmUgRcOallocatorlEpairlEvoidmUsPconstcOshortgRsPgRsPgR.tagnum = -1 ;
2669  G__CbmPlaneDictLN_TMatrixTBaselEfloatgR.tagnum = -1 ;
2670  G__CbmPlaneDictLN_TMatrixTBaselEdoublegR.tagnum = -1 ;
2671  G__CbmPlaneDictLN_TVectorTlEfloatgR.tagnum = -1 ;
2672  G__CbmPlaneDictLN_TVectorTlEdoublegR.tagnum = -1 ;
2673  G__CbmPlaneDictLN_TElementActionTlEfloatgR.tagnum = -1 ;
2674  G__CbmPlaneDictLN_TElementPosActionTlEfloatgR.tagnum = -1 ;
2675  G__CbmPlaneDictLN_TMatrixTlEfloatgR.tagnum = -1 ;
2676  G__CbmPlaneDictLN_TMatrixTRow_constlEfloatgR.tagnum = -1 ;
2677  G__CbmPlaneDictLN_TMatrixTRowlEfloatgR.tagnum = -1 ;
2678  G__CbmPlaneDictLN_TMatrixTDiag_constlEfloatgR.tagnum = -1 ;
2679  G__CbmPlaneDictLN_TMatrixTColumn_constlEfloatgR.tagnum = -1 ;
2680  G__CbmPlaneDictLN_TMatrixTFlat_constlEfloatgR.tagnum = -1 ;
2681  G__CbmPlaneDictLN_TMatrixTSub_constlEfloatgR.tagnum = -1 ;
2682  G__CbmPlaneDictLN_TMatrixTSparseRow_constlEfloatgR.tagnum = -1 ;
2683  G__CbmPlaneDictLN_TMatrixTSparseDiag_constlEfloatgR.tagnum = -1 ;
2684  G__CbmPlaneDictLN_TMatrixTColumnlEfloatgR.tagnum = -1 ;
2685  G__CbmPlaneDictLN_TMatrixTDiaglEfloatgR.tagnum = -1 ;
2686  G__CbmPlaneDictLN_TMatrixTFlatlEfloatgR.tagnum = -1 ;
2687  G__CbmPlaneDictLN_TMatrixTSublEfloatgR.tagnum = -1 ;
2688  G__CbmPlaneDictLN_TMatrixTSparseRowlEfloatgR.tagnum = -1 ;
2689  G__CbmPlaneDictLN_TMatrixTSparseDiaglEfloatgR.tagnum = -1 ;
2690  G__CbmPlaneDictLN_TVector3.tagnum = -1 ;
2691  G__CbmPlaneDictLN_TLorentzVector.tagnum = -1 ;
2692  G__CbmPlaneDictLN_FairModule.tagnum = -1 ;
2693  G__CbmPlaneDictLN_FairVolume.tagnum = -1 ;
2694  G__CbmPlaneDictLN_vectorlETStringcOallocatorlETStringgRsPgR.tagnum = -1 ;
2695  G__CbmPlaneDictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR.tagnum = -1 ;
2696  G__CbmPlaneDictLN_FairDetector.tagnum = -1 ;
2697  G__CbmPlaneDictLN_CbmPlanePoint.tagnum = -1 ;
2698  G__CbmPlaneDictLN_CbmPlane.tagnum = -1 ;
2699  G__CbmPlaneDictLN_FairMCPoint.tagnum = -1 ;
2700  G__CbmPlaneDictLN_FairContainer.tagnum = -1 ;
2701  G__CbmPlaneDictLN_FairContFact.tagnum = -1 ;
2702  G__CbmPlaneDictLN_CbmPlaneContFact.tagnum = -1 ;
2703 }
2704 
2705 
2707 
2708  /* Setting up class,struct,union tag entry */
2709  G__get_linked_tagnum(&G__CbmPlaneDictLN_TClass);
2710  G__get_linked_tagnum(&G__CbmPlaneDictLN_TBuffer);
2711  G__get_linked_tagnum(&G__CbmPlaneDictLN_TMemberInspector);
2712  G__get_linked_tagnum(&G__CbmPlaneDictLN_TObject);
2713  G__get_linked_tagnum(&G__CbmPlaneDictLN_TNamed);
2714  G__get_linked_tagnum(&G__CbmPlaneDictLN_TObjArray);
2715  G__get_linked_tagnum(&G__CbmPlaneDictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR);
2716  G__get_linked_tagnum(&G__CbmPlaneDictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR);
2717  G__get_linked_tagnum(&G__CbmPlaneDictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR);
2718  G__get_linked_tagnum(&G__CbmPlaneDictLN_TString);
2719  G__get_linked_tagnum(&G__CbmPlaneDictLN_FairGeoSet);
2720  G__tagtable_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmGeoPlane),sizeof(CbmGeoPlane),-1,62720,"Class for Plane",G__setup_memvarCbmGeoPlane,G__setup_memfuncCbmGeoPlane);
2721  G__get_linked_tagnum(&G__CbmPlaneDictLN_FairParSet);
2722  G__get_linked_tagnum(&G__CbmPlaneDictLN_FairParamList);
2723  G__get_linked_tagnum(&G__CbmPlaneDictLN_FairParGenericSet);
2724  G__get_linked_tagnum(&G__CbmPlaneDictLN_TClonesArray);
2725  G__tagtable_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmGeoPlanePar),sizeof(CbmGeoPlanePar),-1,62720,(char*)NULL,G__setup_memvarCbmGeoPlanePar,G__setup_memfuncCbmGeoPlanePar);
2726  G__get_linked_tagnum(&G__CbmPlaneDictLN_multimaplEvoidmUcOshortcOlesslEvoidmUgRcOallocatorlEpairlEvoidmUsPconstcOshortgRsPgRsPgR);
2727  G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTBaselEfloatgR);
2728  G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTBaselEdoublegR);
2729  G__get_linked_tagnum(&G__CbmPlaneDictLN_TVectorTlEfloatgR);
2730  G__get_linked_tagnum(&G__CbmPlaneDictLN_TVectorTlEdoublegR);
2731  G__get_linked_tagnum(&G__CbmPlaneDictLN_TElementActionTlEfloatgR);
2732  G__get_linked_tagnum(&G__CbmPlaneDictLN_TElementPosActionTlEfloatgR);
2733  G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTlEfloatgR);
2734  G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTRow_constlEfloatgR);
2735  G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTRowlEfloatgR);
2736  G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTDiag_constlEfloatgR);
2737  G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTColumn_constlEfloatgR);
2738  G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTFlat_constlEfloatgR);
2739  G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTSub_constlEfloatgR);
2740  G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTSparseRow_constlEfloatgR);
2741  G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTSparseDiag_constlEfloatgR);
2742  G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTColumnlEfloatgR);
2743  G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTDiaglEfloatgR);
2744  G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTFlatlEfloatgR);
2745  G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTSublEfloatgR);
2746  G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTSparseRowlEfloatgR);
2747  G__get_linked_tagnum(&G__CbmPlaneDictLN_TMatrixTSparseDiaglEfloatgR);
2748  G__get_linked_tagnum(&G__CbmPlaneDictLN_TVector3);
2749  G__get_linked_tagnum(&G__CbmPlaneDictLN_TLorentzVector);
2750  G__get_linked_tagnum(&G__CbmPlaneDictLN_FairModule);
2751  G__get_linked_tagnum(&G__CbmPlaneDictLN_FairVolume);
2752  G__get_linked_tagnum(&G__CbmPlaneDictLN_vectorlETStringcOallocatorlETStringgRsPgR);
2753  G__get_linked_tagnum(&G__CbmPlaneDictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR);
2754  G__get_linked_tagnum(&G__CbmPlaneDictLN_FairDetector);
2755  G__tagtable_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlanePoint),sizeof(CbmPlanePoint),-1,325376,(char*)NULL,G__setup_memvarCbmPlanePoint,G__setup_memfuncCbmPlanePoint);
2756  G__tagtable_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlane),sizeof(CbmPlane),-1,324864,(char*)NULL,G__setup_memvarCbmPlane,G__setup_memfuncCbmPlane);
2757  G__get_linked_tagnum(&G__CbmPlaneDictLN_FairMCPoint);
2758  G__get_linked_tagnum(&G__CbmPlaneDictLN_FairContainer);
2759  G__get_linked_tagnum(&G__CbmPlaneDictLN_FairContFact);
2760  G__tagtable_setup(G__get_linked_tagnum(&G__CbmPlaneDictLN_CbmPlaneContFact),sizeof(CbmPlaneContFact),-1,62720,"Factory for all Plane parameter containers",G__setup_memvarCbmPlaneContFact,G__setup_memfuncCbmPlaneContFact);
2761 }
2762 extern "C" void G__cpp_setupCbmPlaneDict(void) {
2763  G__check_setup_version(30051515,"G__cpp_setupCbmPlaneDict()");
2766 
2768 
2770 
2772 
2776 
2777  if(0==G__getsizep2memfunc()) G__get_sizep2memfuncCbmPlaneDict();
2778  return;
2779 }
2781  public:
2782  G__cpp_setup_initCbmPlaneDict() { G__add_setup_func("CbmPlaneDict",(G__incsetup)(&G__cpp_setupCbmPlaneDict)); G__call_setup_funcs(); }
2783  ~G__cpp_setup_initCbmPlaneDict() { G__remove_setup_func("CbmPlaneDict"); }
2784 };
2786 
static void * new_CbmPlaneContFact(void *p=0)
G__linked_taginfo G__CbmPlaneDictLN_FairMCPoint
MechFsc Print()
G__linked_taginfo G__CbmPlaneDictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR
static int G__CbmPlaneDict_560_0_22(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_560_0_24(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
void CbmPlanePoint_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent)
static int G__CbmPlaneDict_560_0_15(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
G__linked_taginfo G__CbmPlaneDictLN_TObject
Double_t x0
Definition: checkhelixhit.C:70
static int G__CbmPlaneDict_565_0_8(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_560_0_38(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
TGenericClassInfo * GenerateInitInstance(const ::CbmPlaneContFact *)
static int G__CbmPlaneDict_560_0_3(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
G__linked_taginfo G__CbmPlaneDictLN_CbmPlaneContFact
static void G__setup_memvarCbmGeoPlane(void)
static int G__CbmPlaneDict_560_0_42(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_561_0_20(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_560_0_37(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_202_0_2(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_209_0_18(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static void G__cpp_setup_func13()
static int G__CbmPlaneDict_561_0_30(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_561_0_6(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_565_0_9(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static void destruct_CbmPlane(void *p)
static int G__CbmPlaneDict_560_0_29(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
G__linked_taginfo G__CbmPlaneDictLN_TVectorTlEfloatgR
static int G__CbmPlaneDict_209_0_1(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_560_0_18(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
Int_t i
Definition: run_full.C:25
static void destruct_CbmPlaneContFact(void *p)
static void G__cpp_setup_func14()
static void G__cpp_setup_func10()
static int G__CbmPlaneDict_561_0_13(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
G__linked_taginfo G__CbmPlaneDictLN_TMatrixTSparseRow_constlEfloatgR
static int G__CbmPlaneDict_202_0_16(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
G__linked_taginfo G__CbmPlaneDictLN_FairVolume
CbmPlaneContFact G__TCbmPlaneContFact
static void * new_CbmGeoPlane(void *p=0)
static int G__CbmPlaneDict_565_0_15(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static void destruct_CbmGeoPlane(void *p)
static int G__CbmPlaneDict_561_0_8(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_561_0_22(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
void CbmPlane_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent)
static void G__setup_memfuncCbmPlanePoint(void)
static int G__CbmPlaneDict_560_0_34(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_202_0_7(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_560_0_1(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_561_0_14(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static void * newArray_CbmPlaneContFact(Long_t size, void *p)
static int G__CbmPlaneDict_565_0_13(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
G__linked_taginfo G__CbmPlaneDictLN_TMatrixTColumn_constlEfloatgR
static int G__CbmPlaneDict_209_0_12(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
G__linked_taginfo G__CbmPlaneDictLN_TMemberInspector
static int G__CbmPlaneDict_202_0_3(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_209_0_14(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
int n
static void G__cpp_setup_func0()
CbmGeoPlane G__TCbmGeoPlane
void G__cpp_setupCbmPlaneDict(void)
static int G__CbmPlaneDict_561_0_7(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_560_0_2(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_561_0_1(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
R__UseDummy(_R__UNIQUE_(Init))
void G__cpp_setup_memvarCbmPlaneDict()
CbmPlane G__TCbmPlane
size_t G__get_sizep2memfuncCbmPlaneDict()
static int G__CbmPlaneDict_560_0_4(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
G__linked_taginfo G__CbmPlaneDictLN_TMatrixTColumnlEfloatgR
static int G__CbmPlaneDict_202_0_11(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
G__linked_taginfo G__CbmPlaneDictLN_TElementPosActionTlEfloatgR
static int G__CbmPlaneDict_209_0_5(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static void G__cpp_setup_global0()
static int G__CbmPlaneDict_560_0_16(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_560_0_21(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static void G__cpp_setup_func3()
static int G__CbmPlaneDict_209_0_15(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_202_0_9(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
void G__cpp_reset_tagtableCbmPlaneDict()
static void deleteArray_CbmPlane(void *p)
static int G__CbmPlaneDict_560_0_36(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static void deleteArray_CbmGeoPlane(void *p)
G__linked_taginfo G__CbmPlaneDictLN_TMatrixTlEfloatgR
static void G__cpp_setup_func7()
G__linked_taginfo G__CbmPlaneDictLN_CbmPlanePoint
static TGenericClassInfo * GenerateInitInstanceLocal(const ::CbmPlaneContFact *)
static int G__CbmPlaneDict_560_0_20(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
void CbmPlaneContFact_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent)
static int G__CbmPlaneDict_561_0_25(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_202_0_1(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
::ROOT::TGenericClassInfo * _R__UNIQUE_(Init)
G__linked_taginfo G__CbmPlaneDictLN_FairModule
static int G__CbmPlaneDict_561_0_19(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static void delete_CbmGeoPlanePar(void *p)
static int G__CbmPlaneDict_561_0_26(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_565_0_14(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static void G__cpp_setup_func15()
static int G__CbmPlaneDict_561_0_2(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
Double_t p
Definition: anasim.C:58
static int G__CbmPlaneDict_561_0_4(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static void destruct_CbmPlanePoint(void *p)
G__linked_taginfo G__CbmPlaneDictLN_FairGeoSet
static int G__CbmPlaneDict_560_0_9(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static void * newArray_CbmGeoPlanePar(Long_t size, void *p)
static int G__CbmPlaneDict_202_0_8(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
G__linked_taginfo G__CbmPlaneDictLN_TMatrixTBaselEdoublegR
static void delete_CbmPlanePoint(void *p)
static int G__CbmPlaneDict_202_0_12(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_560_0_27(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
void G__cpp_setup_typetableCbmPlaneDict()
G__linked_taginfo G__CbmPlaneDictLN_FairParSet
G__linked_taginfo G__CbmPlaneDictLN_TVector3
static int G__CbmPlaneDict_560_0_41(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
G__linked_taginfo G__CbmPlaneDictLN_multimaplEvoidmUcOshortcOlesslEvoidmUgRcOallocatorlEpairlEvoidmUsPconstcOshortgRsPgRsPgR
TObjArray * fGeoPassNodes
static int G__CbmPlaneDict_560_0_30(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_561_0_9(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
Int_t a
Definition: anaLmdDigi.C:126
static void deleteArray_CbmPlanePoint(void *p)
static int G__CbmPlaneDict_202_0_5(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_560_0_7(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static void G__cpp_setup_func11()
G__linked_taginfo G__CbmPlaneDictLN_FairParamList
static void G__cpp_setup_func12()
static int G__CbmPlaneDict_565_0_5(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_202_0_14(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
G__linked_taginfo G__CbmPlaneDictLN_TObjArray
CbmPlanePoint G__TCbmPlanePoint
static int G__CbmPlaneDict_209_0_3(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
char eleName[10]
Definition: CbmGeoPlane.h:9
static int G__CbmPlaneDict_202_0_13(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static void G__cpp_setup_func16()
G__linked_taginfo G__CbmPlaneDictLN_TMatrixTRow_constlEfloatgR
static int G__CbmPlaneDict_565_0_18(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
Double_t
static void G__cpp_setup_func4()
static int G__CbmPlaneDict_565_0_2(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
void CbmGeoPlane_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent)
void G__cpp_setup_funcCbmPlaneDict()
static int G__CbmPlaneDict_565_0_6(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
G__linked_taginfo G__CbmPlaneDictLN_TClonesArray
static int G__CbmPlaneDict_561_0_27(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_560_0_6(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_560_0_11(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_209_0_16(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_202_0_10(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
G__linked_taginfo G__CbmPlaneDictLN_vectorlETStringcOallocatorlETStringgRsPgR
static int G__CbmPlaneDict_561_0_32(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static void deleteArray_CbmPlaneContFact(void *p)
static int G__CbmPlaneDict_560_0_19(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static void * newArray_CbmGeoPlane(Long_t size, void *p)
static void G__setup_memvarCbmPlane(void)
G__linked_taginfo G__CbmPlaneDictLN_CbmGeoPlanePar
static int G__CbmPlaneDict_560_0_31(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
void CbmGeoPlanePar_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent)
void G__cpp_setup_memfuncCbmPlaneDict()
static int G__CbmPlaneDict_560_0_39(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_561_0_28(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_561_0_5(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
G__linked_taginfo G__CbmPlaneDictLN_CbmPlane
static int G__CbmPlaneDict_209_0_2(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static void G__cpp_setup_func2()
static void G__setup_memfuncCbmPlaneContFact(void)
G__linked_taginfo G__CbmPlaneDictLN_TMatrixTSparseDiaglEfloatgR
G__linked_taginfo G__CbmPlaneDictLN_TMatrixTSublEfloatgR
static int G__CbmPlaneDict_561_0_3(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_560_0_10(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_561_0_16(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static void * newArray_CbmPlanePoint(Long_t size, void *p)
void G__set_cpp_environmentCbmPlaneDict()
static int G__CbmPlaneDict_565_0_10(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_560_0_5(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_202_0_15(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_561_0_23(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_209_0_7(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
G__linked_taginfo G__CbmPlaneDictLN_TMatrixTSparseRowlEfloatgR
static void G__setup_memvarCbmGeoPlanePar(void)
static void G__cpp_setup_func6()
static void delete_CbmPlaneContFact(void *p)
static void G__setup_memfuncCbmPlane(void)
static int G__CbmPlaneDict_565_0_3(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
TObjArray * fGeoSensNodes
Definition: CbmGeoPlanePar.h:9
static int G__CbmPlaneDict_560_0_35(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_560_0_26(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static void G__cpp_setup_func8()
static int G__CbmPlaneDict_560_0_12(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
G__linked_taginfo G__CbmPlaneDictLN_TVectorTlEdoublegR
static int G__CbmPlaneDict_561_0_12(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static void delete_CbmPlane(void *p)
G__linked_taginfo G__CbmPlaneDictLN_TNamed
static int G__CbmPlaneDict_561_0_18(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_209_0_19(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
G__linked_taginfo G__CbmPlaneDictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR
static int G__CbmPlaneDict_202_0_6(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static void G__cpp_setup_func17()
G__linked_taginfo G__CbmPlaneDictLN_TClass
static void G__cpp_setup_global3()
static int G__CbmPlaneDict_565_0_12(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static void G__setup_memfuncCbmGeoPlanePar(void)
static int G__CbmPlaneDict_560_0_14(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
G__linked_taginfo G__CbmPlaneDictLN_TMatrixTDiaglEfloatgR
static int G__CbmPlaneDict_209_0_8(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_560_0_43(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_560_0_33(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_561_0_29(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_561_0_21(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_560_0_17(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_560_0_8(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
G__linked_taginfo G__CbmPlaneDictLN_TMatrixTFlat_constlEfloatgR
fRun Init()
Definition: NHitsPerEvent.C:20
static int G__CbmPlaneDict_561_0_11(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_209_0_13(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static void * new_CbmPlanePoint(void *p=0)
G__linked_taginfo G__CbmPlaneDictLN_TString
static void G__setup_memvarCbmPlanePoint(void)
static void deleteArray_CbmGeoPlanePar(void *p)
static int G__CbmPlaneDict_209_0_10(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static void G__cpp_setup_global1()
char modName[10]
Definition: CbmGeoPlane.h:8
int G__cpp_dllrevCbmPlaneDict()
void G__cpp_setup_inheritanceCbmPlaneDict()
void G__cpp_setup_tagtableCbmPlaneDict()
static void G__cpp_setup_func9()
static int G__CbmPlaneDict_565_0_7(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_561_0_15(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_565_0_11(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
G__linked_taginfo G__CbmPlaneDictLN_FairParGenericSet
static void * new_CbmPlane(void *p=0)
static void G__cpp_setup_func5()
G__linked_taginfo G__CbmPlaneDictLN_TElementActionTlEfloatgR
G__linked_taginfo G__CbmPlaneDictLN_CbmGeoPlane
G__linked_taginfo G__CbmPlaneDictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR
static int G__CbmPlaneDict_202_0_4(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static void G__setup_memvarCbmPlaneContFact(void)
static int G__CbmPlaneDict_565_0_4(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
G__linked_taginfo G__CbmPlaneDictLN_TMatrixTBaselEfloatgR
static int G__CbmPlaneDict_209_0_9(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_560_0_13(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_560_0_28(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static void destruct_CbmGeoPlanePar(void *p)
CbmGeoPlanePar G__TCbmGeoPlanePar
G__linked_taginfo G__CbmPlaneDictLN_FairDetector
static int G__CbmPlaneDict_560_0_25(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_565_0_17(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static void * new_CbmGeoPlanePar(void *p=0)
static void * newArray_CbmPlane(Long_t size, void *p)
static int G__CbmPlaneDict_561_0_31(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
G__linked_taginfo G__CbmPlaneDictLN_FairContFact
PndAnaPidSelector *& obj
Mvd Initialize()
static int G__CbmPlaneDict_560_0_40(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_560_0_32(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static void G__setup_memfuncCbmGeoPlane(void)
static void delete_CbmGeoPlane(void *p)
static int G__CbmPlaneDict_209_0_17(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
G__linked_taginfo G__CbmPlaneDictLN_TMatrixTFlatlEfloatgR
G__linked_taginfo G__CbmPlaneDictLN_TMatrixTDiag_constlEfloatgR
G__linked_taginfo G__CbmPlaneDictLN_TLorentzVector
static void G__cpp_setup_global2()
G__linked_taginfo G__CbmPlaneDictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR
G__linked_taginfo G__CbmPlaneDictLN_TMatrixTRowlEfloatgR
void G__cpp_setup_globalCbmPlaneDict()
static int G__CbmPlaneDict_565_0_16(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static void G__cpp_setup_func1()
static int G__CbmPlaneDict_561_0_24(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_209_0_21(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
G__linked_taginfo G__CbmPlaneDictLN_FairContainer
static int G__CbmPlaneDict_560_0_23(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_209_0_20(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
G__linked_taginfo G__CbmPlaneDictLN_TBuffer
static int G__CbmPlaneDict_561_0_10(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
G__linked_taginfo G__CbmPlaneDictLN_TMatrixTSparseDiag_constlEfloatgR
static int G__CbmPlaneDict_209_0_11(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
static int G__CbmPlaneDict_209_0_6(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
G__cpp_setup_initCbmPlaneDict G__cpp_setup_initializerCbmPlaneDict
static int G__CbmPlaneDict_209_0_4(G__value *result7, G__CONST char *funcname, struct G__param *libp, int hash)
gROOT Reset()
G__linked_taginfo G__CbmPlaneDictLN_TMatrixTSub_constlEfloatgR