source: JEM-EUSO/esaf_lal/branches/camille/tmp/ESAFTMP.moretto/x86_64/mass/G___massDict.cc @ 135

Last change on this file since 135 was 135, checked in by moretto, 11 years ago

addition of all my other files from my local working copy to be well sync.

File size: 30.9 KB
Line 
1//
2// File generated by rootcint at Mon Apr 29 15:18:12 2013
3
4// Do NOT change. Changes will be lost next time file is generated
5//
6
7#define R__DICTIONARY_FILENAME dIUsersdImorettodIDocumentsdIthesisdIESAFdICodedIesaf_laldIesafdItmpdIESAFTMPdOmorettodIx86_64dImassdIG___massDict
8#include "RConfig.h" //rootcint 4834
9#if !defined(R__ACCESS_IN_SYMBOL)
10//Break the privacy of classes -- Disabled for the moment
11#define private public
12#define protected public
13#endif
14
15// Since CINT ignores the std namespace, we need to do so in this file.
16namespace std {} using namespace std;
17#include "G___massDict.h"
18
19#include "TClass.h"
20#include "TBuffer.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 "TIsAProxy.h"
30#include "TFileMergeInfo.h"
31
32// START OF SHADOWS
33
34namespace ROOT {
35   namespace Shadow {
36   } // of namespace Shadow
37} // of namespace ROOT
38// END OF SHADOWS
39
40namespace ROOT {
41   void HmaxForProtonModule_ShowMembers(void *obj, TMemberInspector &R__insp);
42   static void *new_HmaxForProtonModule(void *p = 0);
43   static void *newArray_HmaxForProtonModule(Long_t size, void *p);
44   static void delete_HmaxForProtonModule(void *p);
45   static void deleteArray_HmaxForProtonModule(void *p);
46   static void destruct_HmaxForProtonModule(void *p);
47
48   // Function generating the singleton type initializer
49   static TGenericClassInfo *GenerateInitInstanceLocal(const ::HmaxForProtonModule*)
50   {
51      ::HmaxForProtonModule *ptr = 0;
52      static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::HmaxForProtonModule >(0);
53      static ::ROOT::TGenericClassInfo
54         instance("HmaxForProtonModule", ::HmaxForProtonModule::Class_Version(), "./include/HmaxForProtonModule.hh", 14,
55                  typeid(::HmaxForProtonModule), DefineBehavior(ptr, ptr),
56                  &::HmaxForProtonModule::Dictionary, isa_proxy, 4,
57                  sizeof(::HmaxForProtonModule) );
58      instance.SetNew(&new_HmaxForProtonModule);
59      instance.SetNewArray(&newArray_HmaxForProtonModule);
60      instance.SetDelete(&delete_HmaxForProtonModule);
61      instance.SetDeleteArray(&deleteArray_HmaxForProtonModule);
62      instance.SetDestructor(&destruct_HmaxForProtonModule);
63      return &instance;
64   }
65   TGenericClassInfo *GenerateInitInstance(const ::HmaxForProtonModule*)
66   {
67      return GenerateInitInstanceLocal((::HmaxForProtonModule*)0);
68   }
69   // Static variable to force the class initialization
70   static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::HmaxForProtonModule*)0x0); R__UseDummy(_R__UNIQUE_(Init));
71} // end of namespace ROOT
72
73//______________________________________________________________________________
74TClass *HmaxForProtonModule::fgIsA = 0;  // static to hold class pointer
75
76//______________________________________________________________________________
77const char *HmaxForProtonModule::Class_Name()
78{
79   return "HmaxForProtonModule";
80}
81
82//______________________________________________________________________________
83const char *HmaxForProtonModule::ImplFileName()
84{
85   return ::ROOT::GenerateInitInstanceLocal((const ::HmaxForProtonModule*)0x0)->GetImplFileName();
86}
87
88//______________________________________________________________________________
89int HmaxForProtonModule::ImplFileLine()
90{
91   return ::ROOT::GenerateInitInstanceLocal((const ::HmaxForProtonModule*)0x0)->GetImplFileLine();
92}
93
94//______________________________________________________________________________
95void HmaxForProtonModule::Dictionary()
96{
97   fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::HmaxForProtonModule*)0x0)->GetClass();
98}
99
100//______________________________________________________________________________
101TClass *HmaxForProtonModule::Class()
102{
103   if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::HmaxForProtonModule*)0x0)->GetClass();
104   return fgIsA;
105}
106
107//______________________________________________________________________________
108void HmaxForProtonModule::Streamer(TBuffer &R__b)
109{
110   // Stream an object of class HmaxForProtonModule.
111
112   if (R__b.IsReading()) {
113      R__b.ReadClassBuffer(HmaxForProtonModule::Class(),this);
114   } else {
115      R__b.WriteClassBuffer(HmaxForProtonModule::Class(),this);
116   }
117}
118
119//______________________________________________________________________________
120void HmaxForProtonModule::ShowMembers(TMemberInspector &R__insp)
121{
122      // Inspect the data members of an object of class HmaxForProtonModule.
123      TClass *R__cl = ::HmaxForProtonModule::IsA();
124      if (R__cl || R__insp.IsA()) { }
125      R__insp.Inspect(R__cl, R__insp.GetParent(), "fEnergy", &fEnergy);
126      R__insp.Inspect(R__cl, R__insp.GetParent(), "fTheta", &fTheta);
127      R__insp.Inspect(R__cl, R__insp.GetParent(), "fPhi", &fPhi);
128      R__insp.Inspect(R__cl, R__insp.GetParent(), "fAltitude", &fAltitude);
129      R__insp.Inspect(R__cl, R__insp.GetParent(), "fUseTrueAngles", &fUseTrueAngles);
130      RecoModule::ShowMembers(R__insp);
131}
132
133namespace ROOT {
134   // Wrappers around operator new
135   static void *new_HmaxForProtonModule(void *p) {
136      return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::HmaxForProtonModule : new ::HmaxForProtonModule;
137   }
138   static void *newArray_HmaxForProtonModule(Long_t nElements, void *p) {
139      return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::HmaxForProtonModule[nElements] : new ::HmaxForProtonModule[nElements];
140   }
141   // Wrapper around operator delete
142   static void delete_HmaxForProtonModule(void *p) {
143      delete ((::HmaxForProtonModule*)p);
144   }
145   static void deleteArray_HmaxForProtonModule(void *p) {
146      delete [] ((::HmaxForProtonModule*)p);
147   }
148   static void destruct_HmaxForProtonModule(void *p) {
149      typedef ::HmaxForProtonModule current_t;
150      ((current_t*)p)->~current_t();
151   }
152} // end of namespace ROOT for class ::HmaxForProtonModule
153
154/********************************************************
155* /Users/moretto/Documents/thesis/ESAF/Code/esaf_lal/esaf/tmp/ESAFTMP.moretto/x86_64/mass/G___massDict.cc
156* CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
157*          FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
158*          CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
159********************************************************/
160
161#ifdef G__MEMTEST
162#undef malloc
163#undef free
164#endif
165
166#if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3))
167#pragma GCC diagnostic ignored "-Wstrict-aliasing"
168#endif
169
170extern "C" void G__cpp_reset_tagtableG___massDict();
171
172extern "C" void G__set_cpp_environmentG___massDict() {
173  G__cpp_reset_tagtableG___massDict();
174}
175#include <new>
176extern "C" int G__cpp_dllrevG___massDict() { return(30051515); }
177
178/*********************************************************
179* Member function Interface Method
180*********************************************************/
181
182/* HmaxForProtonModule */
183static int G__G___massDict_441_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
184{
185   HmaxForProtonModule* p = NULL;
186   char* gvp = (char*) G__getgvp();
187   int n = G__getaryconstruct();
188   if (n) {
189     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
190       p = new HmaxForProtonModule[n];
191     } else {
192       p = new((void*) gvp) HmaxForProtonModule[n];
193     }
194   } else {
195     if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
196       p = new HmaxForProtonModule;
197     } else {
198       p = new((void*) gvp) HmaxForProtonModule;
199     }
200   }
201   result7->obj.i = (long) p;
202   result7->ref = (long) p;
203   G__set_tagnum(result7,G__get_linked_tagnum(&G__G___massDictLN_HmaxForProtonModule));
204   return(1 || funcname || hash || result7 || libp) ;
205}
206
207static int G__G___massDict_441_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
208{
209      G__letdouble(result7, 100, (double) ((HmaxForProtonModule*) G__getstructoffset())->GetTheta());
210   return(1 || funcname || hash || result7 || libp) ;
211}
212
213static int G__G___massDict_441_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
214{
215      G__letdouble(result7, 100, (double) ((HmaxForProtonModule*) G__getstructoffset())->XMaxEstimate());
216   return(1 || funcname || hash || result7 || libp) ;
217}
218
219static int G__G___massDict_441_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
220{
221      G__letint(result7, 85, (long) HmaxForProtonModule::Class());
222   return(1 || funcname || hash || result7 || libp) ;
223}
224
225static int G__G___massDict_441_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
226{
227      G__letint(result7, 67, (long) HmaxForProtonModule::Class_Name());
228   return(1 || funcname || hash || result7 || libp) ;
229}
230
231static int G__G___massDict_441_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
232{
233      G__letint(result7, 115, (long) HmaxForProtonModule::Class_Version());
234   return(1 || funcname || hash || result7 || libp) ;
235}
236
237static int G__G___massDict_441_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
238{
239      HmaxForProtonModule::Dictionary();
240      G__setnull(result7);
241   return(1 || funcname || hash || result7 || libp) ;
242}
243
244static int G__G___massDict_441_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
245{
246      ((HmaxForProtonModule*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
247      G__setnull(result7);
248   return(1 || funcname || hash || result7 || libp) ;
249}
250
251static int G__G___massDict_441_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
252{
253      G__letint(result7, 67, (long) HmaxForProtonModule::DeclFileName());
254   return(1 || funcname || hash || result7 || libp) ;
255}
256
257static int G__G___massDict_441_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
258{
259      G__letint(result7, 105, (long) HmaxForProtonModule::ImplFileLine());
260   return(1 || funcname || hash || result7 || libp) ;
261}
262
263static int G__G___massDict_441_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
264{
265      G__letint(result7, 67, (long) HmaxForProtonModule::ImplFileName());
266   return(1 || funcname || hash || result7 || libp) ;
267}
268
269static int G__G___massDict_441_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
270{
271      G__letint(result7, 105, (long) HmaxForProtonModule::DeclFileLine());
272   return(1 || funcname || hash || result7 || libp) ;
273}
274
275// automatic destructor
276typedef HmaxForProtonModule G__THmaxForProtonModule;
277static int G__G___massDict_441_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
278{
279   char* gvp = (char*) G__getgvp();
280   long soff = G__getstructoffset();
281   int n = G__getaryconstruct();
282   //
283   //has_a_delete: 0
284   //has_own_delete1arg: 0
285   //has_own_delete2arg: 0
286   //
287   if (!soff) {
288     return(1);
289   }
290   if (n) {
291     if (gvp == (char*)G__PVOID) {
292       delete[] (HmaxForProtonModule*) soff;
293     } else {
294       G__setgvp((long) G__PVOID);
295       for (int i = n - 1; i >= 0; --i) {
296         ((HmaxForProtonModule*) (soff+(sizeof(HmaxForProtonModule)*i)))->~G__THmaxForProtonModule();
297       }
298       G__setgvp((long)gvp);
299     }
300   } else {
301     if (gvp == (char*)G__PVOID) {
302       delete (HmaxForProtonModule*) soff;
303     } else {
304       G__setgvp((long) G__PVOID);
305       ((HmaxForProtonModule*) (soff))->~G__THmaxForProtonModule();
306       G__setgvp((long)gvp);
307     }
308   }
309   G__setnull(result7);
310   return(1 || funcname || hash || result7 || libp) ;
311}
312
313
314/* Setting up global function */
315
316/*********************************************************
317* Member function Stub
318*********************************************************/
319
320/* HmaxForProtonModule */
321
322/*********************************************************
323* Global function Stub
324*********************************************************/
325
326/*********************************************************
327* Get size of pointer to member function
328*********************************************************/
329class G__Sizep2memfuncG___massDict {
330 public:
331  G__Sizep2memfuncG___massDict(): p(&G__Sizep2memfuncG___massDict::sizep2memfunc) {}
332    size_t sizep2memfunc() { return(sizeof(p)); }
333  private:
334    size_t (G__Sizep2memfuncG___massDict::*p)();
335};
336
337size_t G__get_sizep2memfuncG___massDict()
338{
339  G__Sizep2memfuncG___massDict a;
340  G__setsizep2memfunc((int)a.sizep2memfunc());
341  return((size_t)a.sizep2memfunc());
342}
343
344
345/*********************************************************
346* virtual base class offset calculation interface
347*********************************************************/
348
349   /* Setting up class inheritance */
350
351/*********************************************************
352* Inheritance information setup/
353*********************************************************/
354extern "C" void G__cpp_setup_inheritanceG___massDict() {
355
356   /* Setting up class inheritance */
357   if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G___massDictLN_HmaxForProtonModule))) {
358     HmaxForProtonModule *G__Lderived;
359     G__Lderived=(HmaxForProtonModule*)0x1000;
360     {
361       RecoModule *G__Lpbase=(RecoModule*)G__Lderived;
362       G__inheritance_setup(G__get_linked_tagnum(&G__G___massDictLN_HmaxForProtonModule),G__get_linked_tagnum(&G__G___massDictLN_RecoModule),(long)G__Lpbase-(long)G__Lderived,1,1);
363     }
364     {
365       EsafConfigurable *G__Lpbase=(EsafConfigurable*)G__Lderived;
366       G__inheritance_setup(G__get_linked_tagnum(&G__G___massDictLN_HmaxForProtonModule),G__get_linked_tagnum(&G__G___massDictLN_EsafConfigurable),(long)G__Lpbase-(long)G__Lderived,1,0);
367     }
368     {
369       EsafMsgSource *G__Lpbase=(EsafMsgSource*)G__Lderived;
370       G__inheritance_setup(G__get_linked_tagnum(&G__G___massDictLN_HmaxForProtonModule),G__get_linked_tagnum(&G__G___massDictLN_EsafMsgSource),(long)G__Lpbase-(long)G__Lderived,1,0);
371     }
372   }
373}
374
375/*********************************************************
376* typedef information setup/
377*********************************************************/
378extern "C" void G__cpp_setup_typetableG___massDict() {
379
380   /* Setting up typedef entry */
381   G__search_typename2("Double_t",100,-1,0,-1);
382   G__setnewtype(-1,"Double 8 bytes",0);
383   G__search_typename2("Version_t",115,-1,0,-1);
384   G__setnewtype(-1,"Class version identifier (short)",0);
385   G__search_typename2("vector<ROOT::TSchemaHelper>",117,G__get_linked_tagnum(&G__G___massDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1);
386   G__setnewtype(-1,NULL,0);
387   G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G___massDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G___massDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
388   G__setnewtype(-1,NULL,0);
389   G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G___massDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G___massDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
390   G__setnewtype(-1,NULL,0);
391   G__search_typename2("vector<TVirtualArray*>",117,G__get_linked_tagnum(&G__G___massDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1);
392   G__setnewtype(-1,NULL,0);
393   G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G___massDictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G___massDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
394   G__setnewtype(-1,NULL,0);
395   G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G___massDictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G___massDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
396   G__setnewtype(-1,NULL,0);
397   G__search_typename2("map<string,Double_t>",117,G__get_linked_tagnum(&G__G___massDictLN_maplEstringcOdoublecOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdoublegRsPgRsPgR),0,-1);
398   G__setnewtype(-1,NULL,0);
399   G__search_typename2("map<string,string>",117,G__get_linked_tagnum(&G__G___massDictLN_maplEstringcOstringcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOstringgRsPgRsPgR),0,-1);
400   G__setnewtype(-1,NULL,0);
401   G__search_typename2("map<string,string,less<string> >",117,G__get_linked_tagnum(&G__G___massDictLN_maplEstringcOstringcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOstringgRsPgRsPgR),0,-1);
402   G__setnewtype(-1,NULL,0);
403   G__search_typename2("map<string,Int_t>",117,G__get_linked_tagnum(&G__G___massDictLN_maplEstringcOintcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOintgRsPgRsPgR),0,-1);
404   G__setnewtype(-1,NULL,0);
405}
406
407/*********************************************************
408* Data Member information setup/
409*********************************************************/
410
411   /* Setting up class,struct,union tag member variable */
412
413   /* HmaxForProtonModule */
414static void G__setup_memvarHmaxForProtonModule(void) {
415   G__tag_memvar_setup(G__get_linked_tagnum(&G__G___massDictLN_HmaxForProtonModule));
416   { HmaxForProtonModule *p; p=(HmaxForProtonModule*)0x1000; if (p) { }
417   G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fEnergy=",0,(char*)NULL);
418   G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fTheta=",0,(char*)NULL);
419   G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fPhi=",0,(char*)NULL);
420   G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fAltitude=",0,(char*)NULL);
421   G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fUseTrueAngles=",0,"1 - use true Theta and Phi angles, 0 - use reconstructed angles ");
422   G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G___massDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
423   }
424   G__tag_memvar_reset();
425}
426
427extern "C" void G__cpp_setup_memvarG___massDict() {
428}
429/***********************************************************
430************************************************************
431************************************************************
432************************************************************
433************************************************************
434************************************************************
435************************************************************
436***********************************************************/
437
438/*********************************************************
439* Member function information setup for each class
440*********************************************************/
441static void G__setup_memfuncHmaxForProtonModule(void) {
442   /* HmaxForProtonModule */
443   G__tag_memfunc_setup(G__get_linked_tagnum(&G__G___massDictLN_HmaxForProtonModule));
444   G__memfunc_setup("HmaxForProtonModule",1949,G__G___massDict_441_0_1, 105, G__get_linked_tagnum(&G__G___massDictLN_HmaxForProtonModule), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
445   G__memfunc_setup("Init",404,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
446   G__memfunc_setup("PreProcess",1030,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
447   G__memfunc_setup("Process",735,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'RecoEvent' - 0 - -", (char*)NULL, (void*) NULL, 1);
448   G__memfunc_setup("PostProcess",1157,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
449   G__memfunc_setup("SaveRootData",1197,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'RecoRootEvent' - 0 - -", (char*)NULL, (void*) NULL, 1);
450   G__memfunc_setup("Done",390,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
451   G__memfunc_setup("UserMemoryClean",1531,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
452   G__memfunc_setup("TmpMemoryClean",1421,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
453   G__memfunc_setup("GetTheta",790,G__G___massDict_441_0_10, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
454   G__memfunc_setup("XMaxEstimate",1210,G__G___massDict_441_0_11, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
455   G__memfunc_setup("ClassType",920,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
456   G__memfunc_setup("ClassName",887,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
457   G__memfunc_setup("Class",502,G__G___massDict_441_0_14, 85, G__get_linked_tagnum(&G__G___massDictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&HmaxForProtonModule::Class) ), 0);
458   G__memfunc_setup("Class_Name",982,G__G___massDict_441_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&HmaxForProtonModule::Class_Name) ), 0);
459   G__memfunc_setup("Class_Version",1339,G__G___massDict_441_0_16, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&HmaxForProtonModule::Class_Version) ), 0);
460   G__memfunc_setup("Dictionary",1046,G__G___massDict_441_0_17, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&HmaxForProtonModule::Dictionary) ), 0);
461   G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G___massDictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
462   G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1);
463   G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1);
464   G__memfunc_setup("StreamerNVirtual",1656,G__G___massDict_441_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0);
465   G__memfunc_setup("DeclFileName",1145,G__G___massDict_441_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&HmaxForProtonModule::DeclFileName) ), 0);
466   G__memfunc_setup("ImplFileLine",1178,G__G___massDict_441_0_23, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&HmaxForProtonModule::ImplFileLine) ), 0);
467   G__memfunc_setup("ImplFileName",1171,G__G___massDict_441_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&HmaxForProtonModule::ImplFileName) ), 0);
468   G__memfunc_setup("DeclFileLine",1152,G__G___massDict_441_0_25, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&HmaxForProtonModule::DeclFileLine) ), 0);
469   // automatic destructor
470   G__memfunc_setup("~HmaxForProtonModule", 2075, G__G___massDict_441_0_26, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
471   G__tag_memfunc_reset();
472}
473
474
475/*********************************************************
476* Member function information setup
477*********************************************************/
478extern "C" void G__cpp_setup_memfuncG___massDict() {
479}
480
481/*********************************************************
482* Global variable information setup for each class
483*********************************************************/
484static void G__cpp_setup_global0() {
485
486   /* Setting up global variables */
487   G__resetplocal();
488
489}
490
491static void G__cpp_setup_global1() {
492
493   G__resetglobalenv();
494}
495extern "C" void G__cpp_setup_globalG___massDict() {
496  G__cpp_setup_global0();
497  G__cpp_setup_global1();
498}
499
500/*********************************************************
501* Global function information setup for each class
502*********************************************************/
503static void G__cpp_setup_func0() {
504   G__lastifuncposition();
505
506}
507
508static void G__cpp_setup_func1() {
509}
510
511static void G__cpp_setup_func2() {
512}
513
514static void G__cpp_setup_func3() {
515}
516
517static void G__cpp_setup_func4() {
518}
519
520static void G__cpp_setup_func5() {
521}
522
523static void G__cpp_setup_func6() {
524}
525
526static void G__cpp_setup_func7() {
527}
528
529static void G__cpp_setup_func8() {
530}
531
532static void G__cpp_setup_func9() {
533}
534
535static void G__cpp_setup_func10() {
536}
537
538static void G__cpp_setup_func11() {
539}
540
541static void G__cpp_setup_func12() {
542}
543
544static void G__cpp_setup_func13() {
545}
546
547static void G__cpp_setup_func14() {
548}
549
550static void G__cpp_setup_func15() {
551}
552
553static void G__cpp_setup_func16() {
554
555   G__resetifuncposition();
556}
557
558extern "C" void G__cpp_setup_funcG___massDict() {
559  G__cpp_setup_func0();
560  G__cpp_setup_func1();
561  G__cpp_setup_func2();
562  G__cpp_setup_func3();
563  G__cpp_setup_func4();
564  G__cpp_setup_func5();
565  G__cpp_setup_func6();
566  G__cpp_setup_func7();
567  G__cpp_setup_func8();
568  G__cpp_setup_func9();
569  G__cpp_setup_func10();
570  G__cpp_setup_func11();
571  G__cpp_setup_func12();
572  G__cpp_setup_func13();
573  G__cpp_setup_func14();
574  G__cpp_setup_func15();
575  G__cpp_setup_func16();
576}
577
578/*********************************************************
579* Class,struct,union,enum tag information setup
580*********************************************************/
581/* Setup class/struct taginfo */
582G__linked_taginfo G__G___massDictLN_TClass = { "TClass" , 99 , -1 };
583G__linked_taginfo G__G___massDictLN_TBuffer = { "TBuffer" , 99 , -1 };
584G__linked_taginfo G__G___massDictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
585G__linked_taginfo G__G___massDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >" , 99 , -1 };
586G__linked_taginfo G__G___massDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >::iterator>" , 99 , -1 };
587G__linked_taginfo G__G___massDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector<TVirtualArray*,allocator<TVirtualArray*> >" , 99 , -1 };
588G__linked_taginfo G__G___massDictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TVirtualArray*,allocator<TVirtualArray*> >::iterator>" , 99 , -1 };
589G__linked_taginfo G__G___massDictLN_EsafMsgSource = { "EsafMsgSource" , 99 , -1 };
590G__linked_taginfo G__G___massDictLN_maplEstringcOintcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOintgRsPgRsPgR = { "map<string,int,less<string>,allocator<pair<const string,int> > >" , 99 , -1 };
591G__linked_taginfo G__G___massDictLN_maplEstringcOdoublecOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdoublegRsPgRsPgR = { "map<string,double,less<string>,allocator<pair<const string,double> > >" , 99 , -1 };
592G__linked_taginfo G__G___massDictLN_maplEstringcOstringcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOstringgRsPgRsPgR = { "map<string,string,less<string>,allocator<pair<const string,string> > >" , 99 , -1 };
593G__linked_taginfo G__G___massDictLN_EsafConfigurable = { "EsafConfigurable" , 99 , -1 };
594G__linked_taginfo G__G___massDictLN_RecoModule = { "RecoModule" , 99 , -1 };
595G__linked_taginfo G__G___massDictLN_RecoEvent = { "RecoEvent" , 99 , -1 };
596G__linked_taginfo G__G___massDictLN_RecoRootEvent = { "RecoRootEvent" , 99 , -1 };
597G__linked_taginfo G__G___massDictLN_HmaxForProtonModule = { "HmaxForProtonModule" , 99 , -1 };
598
599/* Reset class/struct taginfo */
600extern "C" void G__cpp_reset_tagtableG___massDict() {
601  G__G___massDictLN_TClass.tagnum = -1 ;
602  G__G___massDictLN_TBuffer.tagnum = -1 ;
603  G__G___massDictLN_TMemberInspector.tagnum = -1 ;
604  G__G___massDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ;
605  G__G___massDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ;
606  G__G___massDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ;
607  G__G___massDictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ;
608  G__G___massDictLN_EsafMsgSource.tagnum = -1 ;
609  G__G___massDictLN_maplEstringcOintcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOintgRsPgRsPgR.tagnum = -1 ;
610  G__G___massDictLN_maplEstringcOdoublecOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdoublegRsPgRsPgR.tagnum = -1 ;
611  G__G___massDictLN_maplEstringcOstringcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOstringgRsPgRsPgR.tagnum = -1 ;
612  G__G___massDictLN_EsafConfigurable.tagnum = -1 ;
613  G__G___massDictLN_RecoModule.tagnum = -1 ;
614  G__G___massDictLN_RecoEvent.tagnum = -1 ;
615  G__G___massDictLN_RecoRootEvent.tagnum = -1 ;
616  G__G___massDictLN_HmaxForProtonModule.tagnum = -1 ;
617}
618
619
620extern "C" void G__cpp_setup_tagtableG___massDict() {
621
622   /* Setting up class,struct,union tag entry */
623   G__get_linked_tagnum_fwd(&G__G___massDictLN_TClass);
624   G__get_linked_tagnum_fwd(&G__G___massDictLN_TBuffer);
625   G__get_linked_tagnum_fwd(&G__G___massDictLN_TMemberInspector);
626   G__get_linked_tagnum_fwd(&G__G___massDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR);
627   G__get_linked_tagnum_fwd(&G__G___massDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR);
628   G__get_linked_tagnum_fwd(&G__G___massDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR);
629   G__get_linked_tagnum_fwd(&G__G___massDictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR);
630   G__get_linked_tagnum_fwd(&G__G___massDictLN_EsafMsgSource);
631   G__get_linked_tagnum_fwd(&G__G___massDictLN_maplEstringcOintcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOintgRsPgRsPgR);
632   G__get_linked_tagnum_fwd(&G__G___massDictLN_maplEstringcOdoublecOlesslEstringgRcOallocatorlEpairlEconstsPstringcOdoublegRsPgRsPgR);
633   G__get_linked_tagnum_fwd(&G__G___massDictLN_maplEstringcOstringcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOstringgRsPgRsPgR);
634   G__get_linked_tagnum_fwd(&G__G___massDictLN_EsafConfigurable);
635   G__get_linked_tagnum_fwd(&G__G___massDictLN_RecoModule);
636   G__get_linked_tagnum_fwd(&G__G___massDictLN_RecoEvent);
637   G__get_linked_tagnum_fwd(&G__G___massDictLN_RecoRootEvent);
638   G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G___massDictLN_HmaxForProtonModule),sizeof(HmaxForProtonModule),-1,296192,(char*)NULL,G__setup_memvarHmaxForProtonModule,G__setup_memfuncHmaxForProtonModule);
639}
640extern "C" void G__cpp_setupG___massDict(void) {
641  G__check_setup_version(30051515,"G__cpp_setupG___massDict()");
642  G__set_cpp_environmentG___massDict();
643  G__cpp_setup_tagtableG___massDict();
644
645  G__cpp_setup_inheritanceG___massDict();
646
647  G__cpp_setup_typetableG___massDict();
648
649  G__cpp_setup_memvarG___massDict();
650
651  G__cpp_setup_memfuncG___massDict();
652  G__cpp_setup_globalG___massDict();
653  G__cpp_setup_funcG___massDict();
654
655   if(0==G__getsizep2memfunc()) G__get_sizep2memfuncG___massDict();
656  return;
657}
658class G__cpp_setup_initG___massDict {
659  public:
660    G__cpp_setup_initG___massDict() { G__add_setup_func("G___massDict",(G__incsetup)(&G__cpp_setupG___massDict)); G__call_setup_funcs(); }
661   ~G__cpp_setup_initG___massDict() { G__remove_setup_func("G___massDict"); }
662};
663G__cpp_setup_initG___massDict G__cpp_setup_initializerG___massDict;
664
Note: See TracBrowser for help on using the repository browser.