/[PAMELA software]/DarthVader/ToFLevel2/src/ToFLevel2Dict.cpp
ViewVC logotype

Annotation of /DarthVader/ToFLevel2/src/ToFLevel2Dict.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Sat Jun 17 12:14:56 2006 UTC (18 years, 5 months ago) by mocchiut
Branch: MAIN
Branch point for: ToFLevel2
Initial revision

1 mocchiut 1.1 //
2     // File generated by rootcint at Thu Jun 15 14:42:30 2006.
3     // Do NOT change. Changes will be lost next time file is generated
4     //
5    
6     #include "RConfig.h"
7     #if !defined(R__ACCESS_IN_SYMBOL)
8     //Break the privacy of classes -- Disabled for the moment
9     #define private public
10     #define protected public
11     #endif
12    
13     // Since CINT ignores the std namespace, we need to do so in this file.
14     namespace std {} using namespace std;
15    
16     #include "ToFLevel2Dict.h"
17     #include "TClass.h"
18     #include "TBuffer.h"
19     #include "TStreamerInfo.h"
20     #include "TMemberInspector.h"
21     #include "TError.h"
22    
23     #ifndef G__ROOT
24     #define G__ROOT
25     #endif
26    
27     #include "RtypesImp.h"
28    
29     #include "TCollectionProxy.h"
30    
31     namespace ROOT {
32     namespace Shadow {
33     } // Of namespace ROOT::Shadow
34     } // Of namespace ROOT
35    
36     namespace ROOT {
37     void ToFTrkVar_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
38     static TClass *ToFTrkVar_IsA(const void*);
39     static void *new_ToFTrkVar(void *p = 0);
40     static void *newArray_ToFTrkVar(Long_t size);
41     static void delete_ToFTrkVar(void *p);
42     static void deleteArray_ToFTrkVar(void *p);
43     static void destruct_ToFTrkVar(void *p);
44    
45     // Function generating the singleton type initializer
46     TGenericClassInfo *GenerateInitInstance(const ::ToFTrkVar*)
47     {
48     ::ToFTrkVar *ptr = 0;
49     static ::ROOT::TGenericClassInfo
50     instance("ToFTrkVar", ::ToFTrkVar::Class_Version(), "inc/ToFLevel2.h", 9,
51     typeid(::ToFTrkVar), DefineBehavior(ptr, ptr),
52     &::ToFTrkVar::Dictionary, &ToFTrkVar_IsA, 0,
53     sizeof(::ToFTrkVar) );
54     instance.SetNew(&new_ToFTrkVar);
55     instance.SetNewArray(&newArray_ToFTrkVar);
56     instance.SetDelete(&delete_ToFTrkVar);
57     instance.SetDeleteArray(&deleteArray_ToFTrkVar);
58     instance.SetDestructor(&destruct_ToFTrkVar);
59     return &instance;
60     }
61     // Static variable to force the class initialization
62     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const ::ToFTrkVar*)0x0); R__UseDummy(_R__UNIQUE_(Init));
63     }
64    
65     namespace ROOT {
66     void ToFLevel2_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
67     static TClass *ToFLevel2_IsA(const void*);
68     static void *new_ToFLevel2(void *p = 0);
69     static void *newArray_ToFLevel2(Long_t size);
70     static void delete_ToFLevel2(void *p);
71     static void deleteArray_ToFLevel2(void *p);
72     static void destruct_ToFLevel2(void *p);
73    
74     // Function generating the singleton type initializer
75     TGenericClassInfo *GenerateInitInstance(const ::ToFLevel2*)
76     {
77     ::ToFLevel2 *ptr = 0;
78     static ::ROOT::TGenericClassInfo
79     instance("ToFLevel2", ::ToFLevel2::Class_Version(), "inc/ToFLevel2.h", 28,
80     typeid(::ToFLevel2), DefineBehavior(ptr, ptr),
81     &::ToFLevel2::Dictionary, &ToFLevel2_IsA, 0,
82     sizeof(::ToFLevel2) );
83     instance.SetNew(&new_ToFLevel2);
84     instance.SetNewArray(&newArray_ToFLevel2);
85     instance.SetDelete(&delete_ToFLevel2);
86     instance.SetDeleteArray(&deleteArray_ToFLevel2);
87     instance.SetDestructor(&destruct_ToFLevel2);
88     return &instance;
89     }
90     // Static variable to force the class initialization
91     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const ::ToFLevel2*)0x0); R__UseDummy(_R__UNIQUE_(Init));
92     }
93    
94     //______________________________________________________________________________
95     TClass *ToFTrkVar::fgIsA = 0; // static to hold class pointer
96    
97     //______________________________________________________________________________
98     const char *ToFTrkVar::Class_Name()
99     {
100     return "ToFTrkVar";
101     }
102    
103     //______________________________________________________________________________
104     const char *ToFTrkVar::ImplFileName()
105     {
106     return ::ROOT::GenerateInitInstance((const ::ToFTrkVar*)0x0)->GetImplFileName();
107     }
108    
109     //______________________________________________________________________________
110     int ToFTrkVar::ImplFileLine()
111     {
112     return ::ROOT::GenerateInitInstance((const ::ToFTrkVar*)0x0)->GetImplFileLine();
113     }
114    
115     //______________________________________________________________________________
116     void ToFTrkVar::Dictionary()
117     {
118     fgIsA = ::ROOT::GenerateInitInstance((const ::ToFTrkVar*)0x0)->GetClass();
119     }
120    
121     //______________________________________________________________________________
122     TClass *ToFTrkVar::Class()
123     {
124     if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstance((const ::ToFTrkVar*)0x0)->GetClass();
125     return fgIsA;
126     }
127    
128     //______________________________________________________________________________
129     TClass *ToFLevel2::fgIsA = 0; // static to hold class pointer
130    
131     //______________________________________________________________________________
132     const char *ToFLevel2::Class_Name()
133     {
134     return "ToFLevel2";
135     }
136    
137     //______________________________________________________________________________
138     const char *ToFLevel2::ImplFileName()
139     {
140     return ::ROOT::GenerateInitInstance((const ::ToFLevel2*)0x0)->GetImplFileName();
141     }
142    
143     //______________________________________________________________________________
144     int ToFLevel2::ImplFileLine()
145     {
146     return ::ROOT::GenerateInitInstance((const ::ToFLevel2*)0x0)->GetImplFileLine();
147     }
148    
149     //______________________________________________________________________________
150     void ToFLevel2::Dictionary()
151     {
152     fgIsA = ::ROOT::GenerateInitInstance((const ::ToFLevel2*)0x0)->GetClass();
153     }
154    
155     //______________________________________________________________________________
156     TClass *ToFLevel2::Class()
157     {
158     if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstance((const ::ToFLevel2*)0x0)->GetClass();
159     return fgIsA;
160     }
161    
162     //______________________________________________________________________________
163     void ToFTrkVar::Streamer(TBuffer &R__b)
164     {
165     // Stream an object of class ToFTrkVar.
166    
167     UInt_t R__s, R__c;
168     if (R__b.IsReading()) {
169     Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
170     TObject::Streamer(R__b);
171     R__b >> trkseqno;
172     R__b.ReadStaticArray((float*)beta_a);
173     R__b.ReadStaticArray((float*)adc_c);
174     R__b.CheckByteCount(R__s, R__c, ToFTrkVar::IsA());
175     } else {
176     R__c = R__b.WriteVersion(ToFTrkVar::IsA(), kTRUE);
177     TObject::Streamer(R__b);
178     R__b << trkseqno;
179     R__b.WriteArray(beta_a, 5);
180     R__b.WriteArray((float*)adc_c, 48);
181     R__b.SetByteCount(R__c, kTRUE);
182     }
183     }
184    
185     //______________________________________________________________________________
186     void ToFTrkVar::ShowMembers(TMemberInspector &R__insp, char *R__parent)
187     {
188     // Inspect the data members of an object of class ToFTrkVar.
189    
190     TClass *R__cl = ::ToFTrkVar::IsA();
191     Int_t R__ncp = strlen(R__parent);
192     if (R__ncp || R__cl || R__insp.IsA()) { }
193     R__insp.Inspect(R__cl, R__parent, "trkseqno", &trkseqno);
194     R__insp.Inspect(R__cl, R__parent, "beta_a[5]", beta_a);
195     R__insp.Inspect(R__cl, R__parent, "adc_c[12][4]", adc_c);
196     TObject::ShowMembers(R__insp, R__parent);
197     }
198    
199     namespace ROOT {
200     // Return the actual TClass for the object argument
201     static TClass *ToFTrkVar_IsA(const void *obj) {
202     return ((::ToFTrkVar*)obj)->IsA();
203     }
204     // Wrappers around operator new
205     static void *new_ToFTrkVar(void *p) {
206     return p ? new(p) ::ToFTrkVar : new ::ToFTrkVar;
207     }
208     static void *newArray_ToFTrkVar(Long_t size) {
209     return new ::ToFTrkVar[size];
210     }
211     // Wrapper around operator delete
212     static void delete_ToFTrkVar(void *p) {
213     delete ((::ToFTrkVar*)p);
214     }
215     static void deleteArray_ToFTrkVar(void *p) {
216     delete [] ((::ToFTrkVar*)p);
217     }
218     static void destruct_ToFTrkVar(void *p) {
219     typedef ::ToFTrkVar current_t;
220     ((current_t*)p)->~current_t();
221     }
222     } // end of namespace ROOT for class ::ToFTrkVar
223    
224     //______________________________________________________________________________
225     void ToFLevel2::Streamer(TBuffer &R__b)
226     {
227     // Stream an object of class ToFLevel2.
228    
229     UInt_t R__s, R__c;
230     if (R__b.IsReading()) {
231     Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
232     TObject::Streamer(R__b);
233     R__b.ReadStaticArray((float*)xtofpos);
234     R__b.ReadStaticArray((float*)ytofpos);
235     R__b.ReadStaticArray((int*)tof_i_flag);
236     R__b.ReadStaticArray((int*)tof_j_flag);
237     ToFTrk->Streamer(R__b);
238     R__b.CheckByteCount(R__s, R__c, ToFLevel2::IsA());
239     } else {
240     R__c = R__b.WriteVersion(ToFLevel2::IsA(), kTRUE);
241     TObject::Streamer(R__b);
242     R__b.WriteArray(xtofpos, 3);
243     R__b.WriteArray(ytofpos, 3);
244     R__b.WriteArray(tof_i_flag, 6);
245     R__b.WriteArray(tof_j_flag, 6);
246     ToFTrk->Streamer(R__b);
247     R__b.SetByteCount(R__c, kTRUE);
248     }
249     }
250    
251     //______________________________________________________________________________
252     void ToFLevel2::ShowMembers(TMemberInspector &R__insp, char *R__parent)
253     {
254     // Inspect the data members of an object of class ToFLevel2.
255    
256     TClass *R__cl = ::ToFLevel2::IsA();
257     Int_t R__ncp = strlen(R__parent);
258     if (R__ncp || R__cl || R__insp.IsA()) { }
259     R__insp.Inspect(R__cl, R__parent, "xtofpos[3]", xtofpos);
260     R__insp.Inspect(R__cl, R__parent, "ytofpos[3]", ytofpos);
261     R__insp.Inspect(R__cl, R__parent, "tof_i_flag[6]", tof_i_flag);
262     R__insp.Inspect(R__cl, R__parent, "tof_j_flag[6]", tof_j_flag);
263     R__insp.Inspect(R__cl, R__parent, "*ToFTrk", &ToFTrk);
264     TObject::ShowMembers(R__insp, R__parent);
265     }
266    
267     namespace ROOT {
268     // Return the actual TClass for the object argument
269     static TClass *ToFLevel2_IsA(const void *obj) {
270     return ((::ToFLevel2*)obj)->IsA();
271     }
272     // Wrappers around operator new
273     static void *new_ToFLevel2(void *p) {
274     return p ? new(p) ::ToFLevel2 : new ::ToFLevel2;
275     }
276     static void *newArray_ToFLevel2(Long_t size) {
277     return new ::ToFLevel2[size];
278     }
279     // Wrapper around operator delete
280     static void delete_ToFLevel2(void *p) {
281     delete ((::ToFLevel2*)p);
282     }
283     static void deleteArray_ToFLevel2(void *p) {
284     delete [] ((::ToFLevel2*)p);
285     }
286     static void destruct_ToFLevel2(void *p) {
287     typedef ::ToFLevel2 current_t;
288     ((current_t*)p)->~current_t();
289     }
290     } // end of namespace ROOT for class ::ToFLevel2
291    
292     /********************************************************
293     * src/ToFLevel2Dict.cpp
294     * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
295     * FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
296     * CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
297     ********************************************************/
298    
299     #ifdef G__MEMTEST
300     #undef malloc
301     #undef free
302     #endif
303    
304     extern "C" void G__cpp_reset_tagtableToFLevel2Dict();
305    
306     extern "C" void G__set_cpp_environmentToFLevel2Dict() {
307     G__add_compiledheader("TROOT.h");
308     G__add_compiledheader("TMemberInspector.h");
309     G__add_compiledheader("inc/ToFLevel2.h");
310     G__cpp_reset_tagtableToFLevel2Dict();
311     }
312     class G__srcdIToFLevel2DictdOcpp_tag {};
313    
314     void* operator new(size_t size,G__srcdIToFLevel2DictdOcpp_tag* p) {
315     if(p && G__PVOID!=G__getgvp()) return((void*)p);
316     #ifndef G__ROOT
317     return(malloc(size));
318     #else
319     return(::operator new(size));
320     #endif
321     }
322    
323     /* dummy, for exception */
324     #ifdef G__EH_DUMMY_DELETE
325     void operator delete(void *p,G__srcdIToFLevel2DictdOcpp_tag* x) {
326     if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return;
327     #ifndef G__ROOT
328     free(p);
329     #else
330     ::operator delete(p);
331     #endif
332     }
333     #endif
334    
335     static void G__operator_delete(void *p) {
336     if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return;
337     #ifndef G__ROOT
338     free(p);
339     #else
340     ::operator delete(p);
341     #endif
342     }
343    
344     void G__DELDMY_srcdIToFLevel2DictdOcpp() { G__operator_delete(0); }
345    
346     extern "C" int G__cpp_dllrevToFLevel2Dict() { return(30051515); }
347    
348     /*********************************************************
349     * Member function Interface Method
350     *********************************************************/
351    
352     /* ToFTrkVar */
353     static int G__ToFLevel2Dict_131_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
354     ToFTrkVar *p=NULL;
355     if(G__getaryconstruct()) p=new ToFTrkVar[G__getaryconstruct()];
356     else p=new ToFTrkVar;
357     result7->obj.i = (long)p;
358     result7->ref = (long)p;
359     result7->type = 'u';
360     result7->tagnum = G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFTrkVar);
361     return(1 || funcname || hash || result7 || libp) ;
362     }
363    
364     static int G__ToFLevel2Dict_131_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
365     ToFTrkVar *p=NULL;
366     p = new ToFTrkVar(*(ToFTrkVar*)libp->para[0].ref);
367     result7->obj.i = (long)p;
368     result7->ref = (long)p;
369     result7->type = 'u';
370     result7->tagnum = G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFTrkVar);
371     return(1 || funcname || hash || result7 || libp) ;
372     }
373    
374     static int G__ToFLevel2Dict_131_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
375     G__letint(result7,85,(long)((ToFTrkVar*)(G__getstructoffset()))->GetToFTrkVar());
376     return(1 || funcname || hash || result7 || libp) ;
377     }
378    
379     static int G__ToFLevel2Dict_131_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
380     G__letint(result7,85,(long)ToFTrkVar::Class());
381     return(1 || funcname || hash || result7 || libp) ;
382     }
383    
384     static int G__ToFLevel2Dict_131_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
385     G__letint(result7,67,(long)ToFTrkVar::Class_Name());
386     return(1 || funcname || hash || result7 || libp) ;
387     }
388    
389     static int G__ToFLevel2Dict_131_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
390     G__letint(result7,115,(long)ToFTrkVar::Class_Version());
391     return(1 || funcname || hash || result7 || libp) ;
392     }
393    
394     static int G__ToFLevel2Dict_131_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
395     G__setnull(result7);
396     ToFTrkVar::Dictionary();
397     return(1 || funcname || hash || result7 || libp) ;
398     }
399    
400     static int G__ToFLevel2Dict_131_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
401     G__letint(result7,85,(long)((const ToFTrkVar*)(G__getstructoffset()))->IsA());
402     return(1 || funcname || hash || result7 || libp) ;
403     }
404    
405     static int G__ToFLevel2Dict_131_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
406     G__setnull(result7);
407     ((ToFTrkVar*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
408     return(1 || funcname || hash || result7 || libp) ;
409     }
410    
411     static int G__ToFLevel2Dict_131_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
412     G__setnull(result7);
413     ((ToFTrkVar*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
414     return(1 || funcname || hash || result7 || libp) ;
415     }
416    
417     static int G__ToFLevel2Dict_131_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
418     G__setnull(result7);
419     ((ToFTrkVar*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
420     return(1 || funcname || hash || result7 || libp) ;
421     }
422    
423     static int G__ToFLevel2Dict_131_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
424     G__letint(result7,67,(long)ToFTrkVar::DeclFileName());
425     return(1 || funcname || hash || result7 || libp) ;
426     }
427    
428     static int G__ToFLevel2Dict_131_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
429     G__letint(result7,105,(long)ToFTrkVar::ImplFileLine());
430     return(1 || funcname || hash || result7 || libp) ;
431     }
432    
433     static int G__ToFLevel2Dict_131_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
434     G__letint(result7,67,(long)ToFTrkVar::ImplFileName());
435     return(1 || funcname || hash || result7 || libp) ;
436     }
437    
438     static int G__ToFLevel2Dict_131_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
439     G__letint(result7,105,(long)ToFTrkVar::DeclFileLine());
440     return(1 || funcname || hash || result7 || libp) ;
441     }
442    
443     // automatic destructor
444     typedef ToFTrkVar G__TToFTrkVar;
445     static int G__ToFLevel2Dict_131_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
446     if(0==G__getstructoffset()) return(1);
447     if(G__getaryconstruct())
448     if(G__PVOID==G__getgvp())
449     delete[] (ToFTrkVar *)(G__getstructoffset());
450     else
451     for(int i=G__getaryconstruct()-1;i>=0;i--)
452     delete (ToFTrkVar *)((G__getstructoffset())+sizeof(ToFTrkVar)*i);
453     else delete (ToFTrkVar *)(G__getstructoffset());
454     G__setnull(result7);
455     return(1 || funcname || hash || result7 || libp) ;
456     }
457    
458     // automatic assignment operator
459     static int G__ToFLevel2Dict_131_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
460     ToFTrkVar *dest = (ToFTrkVar*)(G__getstructoffset());
461     *dest = (*(ToFTrkVar*)libp->para[0].ref);
462     const ToFTrkVar& obj = *dest;
463     result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
464     return(1 || funcname || hash || result7 || libp) ;
465     }
466    
467    
468     /* ToFLevel2 */
469     static int G__ToFLevel2Dict_132_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
470     G__letint(result7,105,(long)((ToFLevel2*)(G__getstructoffset()))->ntrk());
471     return(1 || funcname || hash || result7 || libp) ;
472     }
473    
474     static int G__ToFLevel2Dict_132_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
475     G__letint(result7,85,(long)((ToFLevel2*)(G__getstructoffset()))->GetToFTrkVar((Int_t)G__int(libp->para[0])));
476     return(1 || funcname || hash || result7 || libp) ;
477     }
478    
479     static int G__ToFLevel2Dict_132_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
480     G__letint(result7,85,(long)((ToFLevel2*)(G__getstructoffset()))->GetToFLevel2());
481     return(1 || funcname || hash || result7 || libp) ;
482     }
483    
484     static int G__ToFLevel2Dict_132_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
485     ToFLevel2 *p=NULL;
486     if(G__getaryconstruct()) p=new ToFLevel2[G__getaryconstruct()];
487     else p=new ToFLevel2;
488     result7->obj.i = (long)p;
489     result7->ref = (long)p;
490     result7->type = 'u';
491     result7->tagnum = G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFLevel2);
492     return(1 || funcname || hash || result7 || libp) ;
493     }
494    
495     static int G__ToFLevel2Dict_132_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
496     G__letint(result7,85,(long)ToFLevel2::Class());
497     return(1 || funcname || hash || result7 || libp) ;
498     }
499    
500     static int G__ToFLevel2Dict_132_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
501     G__letint(result7,67,(long)ToFLevel2::Class_Name());
502     return(1 || funcname || hash || result7 || libp) ;
503     }
504    
505     static int G__ToFLevel2Dict_132_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
506     G__letint(result7,115,(long)ToFLevel2::Class_Version());
507     return(1 || funcname || hash || result7 || libp) ;
508     }
509    
510     static int G__ToFLevel2Dict_132_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
511     G__setnull(result7);
512     ToFLevel2::Dictionary();
513     return(1 || funcname || hash || result7 || libp) ;
514     }
515    
516     static int G__ToFLevel2Dict_132_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
517     G__letint(result7,85,(long)((const ToFLevel2*)(G__getstructoffset()))->IsA());
518     return(1 || funcname || hash || result7 || libp) ;
519     }
520    
521     static int G__ToFLevel2Dict_132_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
522     G__setnull(result7);
523     ((ToFLevel2*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
524     return(1 || funcname || hash || result7 || libp) ;
525     }
526    
527     static int G__ToFLevel2Dict_132_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
528     G__setnull(result7);
529     ((ToFLevel2*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
530     return(1 || funcname || hash || result7 || libp) ;
531     }
532    
533     static int G__ToFLevel2Dict_132_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
534     G__setnull(result7);
535     ((ToFLevel2*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
536     return(1 || funcname || hash || result7 || libp) ;
537     }
538    
539     static int G__ToFLevel2Dict_132_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
540     G__letint(result7,67,(long)ToFLevel2::DeclFileName());
541     return(1 || funcname || hash || result7 || libp) ;
542     }
543    
544     static int G__ToFLevel2Dict_132_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
545     G__letint(result7,105,(long)ToFLevel2::ImplFileLine());
546     return(1 || funcname || hash || result7 || libp) ;
547     }
548    
549     static int G__ToFLevel2Dict_132_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
550     G__letint(result7,67,(long)ToFLevel2::ImplFileName());
551     return(1 || funcname || hash || result7 || libp) ;
552     }
553    
554     static int G__ToFLevel2Dict_132_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
555     G__letint(result7,105,(long)ToFLevel2::DeclFileLine());
556     return(1 || funcname || hash || result7 || libp) ;
557     }
558    
559     // automatic copy constructor
560     static int G__ToFLevel2Dict_132_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
561     {
562     ToFLevel2 *p;
563     void *xtmp = (void*)G__int(libp->para[0]);
564     p=new ToFLevel2(*(ToFLevel2*)xtmp);
565     result7->obj.i = (long)p;
566     result7->ref = (long)p;
567     result7->type = 'u';
568     result7->tagnum = G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFLevel2);
569     return(1 || funcname || hash || result7 || libp) ;
570     }
571    
572     // automatic destructor
573     typedef ToFLevel2 G__TToFLevel2;
574     static int G__ToFLevel2Dict_132_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
575     if(0==G__getstructoffset()) return(1);
576     if(G__getaryconstruct())
577     if(G__PVOID==G__getgvp())
578     delete[] (ToFLevel2 *)(G__getstructoffset());
579     else
580     for(int i=G__getaryconstruct()-1;i>=0;i--)
581     delete (ToFLevel2 *)((G__getstructoffset())+sizeof(ToFLevel2)*i);
582     else delete (ToFLevel2 *)(G__getstructoffset());
583     G__setnull(result7);
584     return(1 || funcname || hash || result7 || libp) ;
585     }
586    
587     // automatic assignment operator
588     static int G__ToFLevel2Dict_132_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
589     ToFLevel2 *dest = (ToFLevel2*)(G__getstructoffset());
590     *dest = (*(ToFLevel2*)libp->para[0].ref);
591     const ToFLevel2& obj = *dest;
592     result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
593     return(1 || funcname || hash || result7 || libp) ;
594     }
595    
596    
597     /* Setting up global function */
598    
599     /*********************************************************
600     * Member function Stub
601     *********************************************************/
602    
603     /* ToFTrkVar */
604    
605     /* ToFLevel2 */
606    
607     /*********************************************************
608     * Global function Stub
609     *********************************************************/
610    
611     /*********************************************************
612     * Get size of pointer to member function
613     *********************************************************/
614     class G__Sizep2memfuncToFLevel2Dict {
615     public:
616     G__Sizep2memfuncToFLevel2Dict() {p=&G__Sizep2memfuncToFLevel2Dict::sizep2memfunc;}
617     size_t sizep2memfunc() { return(sizeof(p)); }
618     private:
619     size_t (G__Sizep2memfuncToFLevel2Dict::*p)();
620     };
621    
622     size_t G__get_sizep2memfuncToFLevel2Dict()
623     {
624     G__Sizep2memfuncToFLevel2Dict a;
625     G__setsizep2memfunc((int)a.sizep2memfunc());
626     return((size_t)a.sizep2memfunc());
627     }
628    
629    
630     /*********************************************************
631     * virtual base class offset calculation interface
632     *********************************************************/
633    
634     /* Setting up class inheritance */
635    
636     /*********************************************************
637     * Inheritance information setup/
638     *********************************************************/
639     extern "C" void G__cpp_setup_inheritanceToFLevel2Dict() {
640    
641     /* Setting up class inheritance */
642     if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFTrkVar))) {
643     ToFTrkVar *G__Lderived;
644     G__Lderived=(ToFTrkVar*)0x1000;
645     {
646     TObject *G__Lpbase=(TObject*)G__Lderived;
647     G__inheritance_setup(G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFTrkVar),G__get_linked_tagnum(&G__ToFLevel2DictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
648     }
649     }
650     if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFLevel2))) {
651     ToFLevel2 *G__Lderived;
652     G__Lderived=(ToFLevel2*)0x1000;
653     {
654     TObject *G__Lpbase=(TObject*)G__Lderived;
655     G__inheritance_setup(G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFLevel2),G__get_linked_tagnum(&G__ToFLevel2DictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
656     }
657     }
658     }
659    
660     /*********************************************************
661     * typedef information setup/
662     *********************************************************/
663     extern "C" void G__cpp_setup_typetableToFLevel2Dict() {
664    
665     /* Setting up typedef entry */
666     G__search_typename2("Int_t",105,-1,0,
667     -1);
668     G__setnewtype(-1,"Signed integer 4 bytes (int)",0);
669     G__search_typename2("Version_t",115,-1,0,
670     -1);
671     G__setnewtype(-1,"Class version identifier (short)",0);
672     }
673    
674     /*********************************************************
675     * Data Member information setup/
676     *********************************************************/
677    
678     /* Setting up class,struct,union tag member variable */
679    
680     /* ToFTrkVar */
681     static void G__setup_memvarToFTrkVar(void) {
682     G__tag_memvar_setup(G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFTrkVar));
683     { ToFTrkVar *p; p=(ToFTrkVar*)0x1000; if (p) { }
684     G__memvar_setup((void*)((long)(&p->trkseqno)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"trkseqno=",0,"tracker entry coming from tracker, 100 if image track is used, -100 if the track is not consistent with MyDetector2 one");
685     G__memvar_setup((void*)((long)(&p->beta_a)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"beta_a[5]=",0,(char*)NULL);
686     G__memvar_setup((void*)((long)(&p->adc_c)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"adc_c[12][4]=",0,(char*)NULL);
687     G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__ToFLevel2DictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
688     }
689     G__tag_memvar_reset();
690     }
691    
692    
693     /* ToFLevel2 */
694     static void G__setup_memvarToFLevel2(void) {
695     G__tag_memvar_setup(G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFLevel2));
696     { ToFLevel2 *p; p=(ToFLevel2*)0x1000; if (p) { }
697     G__memvar_setup((void*)((long)(&p->xtofpos)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"xtofpos[3]=",0,(char*)NULL);
698     G__memvar_setup((void*)((long)(&p->ytofpos)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"ytofpos[3]=",0,(char*)NULL);
699     G__memvar_setup((void*)((long)(&p->tof_i_flag)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"tof_i_flag[6]=",0,(char*)NULL);
700     G__memvar_setup((void*)((long)(&p->tof_j_flag)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"tof_j_flag[6]=",0,(char*)NULL);
701     G__memvar_setup((void*)((long)(&p->ToFTrk)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__ToFLevel2DictLN_TClonesArray),-1,-1,1,"ToFTrk=",0,"track related variable class");
702     G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__ToFLevel2DictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
703     }
704     G__tag_memvar_reset();
705     }
706    
707     extern "C" void G__cpp_setup_memvarToFLevel2Dict() {
708     }
709     /***********************************************************
710     ************************************************************
711     ************************************************************
712     ************************************************************
713     ************************************************************
714     ************************************************************
715     ************************************************************
716     ***********************************************************/
717    
718     /*********************************************************
719     * Member function information setup for each class
720     *********************************************************/
721     static void G__setup_memfuncToFTrkVar(void) {
722     /* ToFTrkVar */
723     G__tag_memfunc_setup(G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFTrkVar));
724     G__memfunc_setup("ToFTrkVar",867,G__ToFLevel2Dict_131_1_0,105,G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFTrkVar),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
725     G__memfunc_setup("ToFTrkVar",867,G__ToFLevel2Dict_131_2_0,105,G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFTrkVar),-1,0,1,1,1,0,"u 'ToFTrkVar' - 11 - -",(char*)NULL,(void*)NULL,0);
726     G__memfunc_setup("GetToFTrkVar",1155,G__ToFLevel2Dict_131_3_0,85,G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFTrkVar),-1,0,0,1,1,0,"","<<< ELENA",(void*)NULL,0);
727     G__memfunc_setup("Class",502,G__ToFLevel2Dict_131_4_0,85,G__get_linked_tagnum(&G__ToFLevel2DictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&ToFTrkVar::Class),0);
728     G__memfunc_setup("Class_Name",982,G__ToFLevel2Dict_131_5_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&ToFTrkVar::Class_Name),0);
729     G__memfunc_setup("Class_Version",1339,G__ToFLevel2Dict_131_6_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&ToFTrkVar::Class_Version),0);
730     G__memfunc_setup("Dictionary",1046,G__ToFLevel2Dict_131_7_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&ToFTrkVar::Dictionary),0);
731     G__memfunc_setup("IsA",253,G__ToFLevel2Dict_131_8_0,85,G__get_linked_tagnum(&G__ToFLevel2DictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
732     G__memfunc_setup("ShowMembers",1132,G__ToFLevel2Dict_131_9_0,121,-1,-1,0,2,1,1,0,
733     "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
734     G__memfunc_setup("Streamer",835,G__ToFLevel2Dict_131_0_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
735     G__memfunc_setup("StreamerNVirtual",1656,G__ToFLevel2Dict_131_1_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
736     G__memfunc_setup("DeclFileName",1145,G__ToFLevel2Dict_131_2_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&ToFTrkVar::DeclFileName),0);
737     G__memfunc_setup("ImplFileLine",1178,G__ToFLevel2Dict_131_3_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&ToFTrkVar::ImplFileLine),0);
738     G__memfunc_setup("ImplFileName",1171,G__ToFLevel2Dict_131_4_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&ToFTrkVar::ImplFileName),0);
739     G__memfunc_setup("DeclFileLine",1152,G__ToFLevel2Dict_131_5_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&ToFTrkVar::DeclFileLine),0);
740     // automatic destructor
741     G__memfunc_setup("~ToFTrkVar",993,G__ToFLevel2Dict_131_6_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
742     // automatic assignment operator
743     G__memfunc_setup("operator=",937,G__ToFLevel2Dict_131_7_1,(int)('u'),G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFTrkVar),-1,1,1,1,1,0,"u 'ToFTrkVar' - 11 - -",(char*)NULL,(void*)NULL,0);
744     G__tag_memfunc_reset();
745     }
746    
747     static void G__setup_memfuncToFLevel2(void) {
748     /* ToFLevel2 */
749     G__tag_memfunc_setup(G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFLevel2));
750     G__memfunc_setup("ntrk",447,G__ToFLevel2Dict_132_1_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
751     G__memfunc_setup("GetToFTrkVar",1155,G__ToFLevel2Dict_132_2_0,85,G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFTrkVar),-1,0,1,1,1,0,"i - 'Int_t' 0 - notrack",(char*)NULL,(void*)NULL,0);
752     G__memfunc_setup("GetToFLevel2",1107,G__ToFLevel2Dict_132_3_0,85,G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFLevel2),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
753     G__memfunc_setup("ToFLevel2",819,G__ToFLevel2Dict_132_4_0,105,G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFLevel2),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
754     G__memfunc_setup("Class",502,G__ToFLevel2Dict_132_5_0,85,G__get_linked_tagnum(&G__ToFLevel2DictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&ToFLevel2::Class),0);
755     G__memfunc_setup("Class_Name",982,G__ToFLevel2Dict_132_6_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&ToFLevel2::Class_Name),0);
756     G__memfunc_setup("Class_Version",1339,G__ToFLevel2Dict_132_7_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&ToFLevel2::Class_Version),0);
757     G__memfunc_setup("Dictionary",1046,G__ToFLevel2Dict_132_8_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&ToFLevel2::Dictionary),0);
758     G__memfunc_setup("IsA",253,G__ToFLevel2Dict_132_9_0,85,G__get_linked_tagnum(&G__ToFLevel2DictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
759     G__memfunc_setup("ShowMembers",1132,G__ToFLevel2Dict_132_0_1,121,-1,-1,0,2,1,1,0,
760     "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
761     G__memfunc_setup("Streamer",835,G__ToFLevel2Dict_132_1_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
762     G__memfunc_setup("StreamerNVirtual",1656,G__ToFLevel2Dict_132_2_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
763     G__memfunc_setup("DeclFileName",1145,G__ToFLevel2Dict_132_3_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&ToFLevel2::DeclFileName),0);
764     G__memfunc_setup("ImplFileLine",1178,G__ToFLevel2Dict_132_4_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&ToFLevel2::ImplFileLine),0);
765     G__memfunc_setup("ImplFileName",1171,G__ToFLevel2Dict_132_5_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&ToFLevel2::ImplFileName),0);
766     G__memfunc_setup("DeclFileLine",1152,G__ToFLevel2Dict_132_6_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&ToFLevel2::DeclFileLine),0);
767     // automatic copy constructor
768     G__memfunc_setup("ToFLevel2",819,G__ToFLevel2Dict_132_7_1,(int)('i'),G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFLevel2),-1,0,1,1,1,0,"u 'ToFLevel2' - 11 - -",(char*)NULL,(void*)NULL,0);
769     // automatic destructor
770     G__memfunc_setup("~ToFLevel2",945,G__ToFLevel2Dict_132_8_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
771     // automatic assignment operator
772     G__memfunc_setup("operator=",937,G__ToFLevel2Dict_132_9_1,(int)('u'),G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFLevel2),-1,1,1,1,1,0,"u 'ToFLevel2' - 11 - -",(char*)NULL,(void*)NULL,0);
773     G__tag_memfunc_reset();
774     }
775    
776    
777     /*********************************************************
778     * Member function information setup
779     *********************************************************/
780     extern "C" void G__cpp_setup_memfuncToFLevel2Dict() {
781     }
782    
783     /*********************************************************
784     * Global variable information setup for each class
785     *********************************************************/
786     static void G__cpp_setup_global0() {
787    
788     /* Setting up global variables */
789     G__resetplocal();
790    
791     }
792    
793     static void G__cpp_setup_global1() {
794    
795     G__resetglobalenv();
796     }
797     extern "C" void G__cpp_setup_globalToFLevel2Dict() {
798     G__cpp_setup_global0();
799     G__cpp_setup_global1();
800     }
801    
802     /*********************************************************
803     * Global function information setup for each class
804     *********************************************************/
805     static void G__cpp_setup_func0() {
806     G__lastifuncposition();
807    
808     }
809    
810     static void G__cpp_setup_func1() {
811     }
812    
813     static void G__cpp_setup_func2() {
814     }
815    
816     static void G__cpp_setup_func3() {
817    
818     G__resetifuncposition();
819     }
820    
821     extern "C" void G__cpp_setup_funcToFLevel2Dict() {
822     G__cpp_setup_func0();
823     G__cpp_setup_func1();
824     G__cpp_setup_func2();
825     G__cpp_setup_func3();
826     }
827    
828     /*********************************************************
829     * Class,struct,union,enum tag information setup
830     *********************************************************/
831     /* Setup class/struct taginfo */
832     G__linked_taginfo G__ToFLevel2DictLN_TClass = { "TClass" , 99 , -1 };
833     G__linked_taginfo G__ToFLevel2DictLN_TBuffer = { "TBuffer" , 99 , -1 };
834     G__linked_taginfo G__ToFLevel2DictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
835     G__linked_taginfo G__ToFLevel2DictLN_TObject = { "TObject" , 99 , -1 };
836     G__linked_taginfo G__ToFLevel2DictLN_TClonesArray = { "TClonesArray" , 99 , -1 };
837     G__linked_taginfo G__ToFLevel2DictLN_ToFTrkVar = { "ToFTrkVar" , 99 , -1 };
838     G__linked_taginfo G__ToFLevel2DictLN_ToFLevel2 = { "ToFLevel2" , 99 , -1 };
839    
840     /* Reset class/struct taginfo */
841     extern "C" void G__cpp_reset_tagtableToFLevel2Dict() {
842     G__ToFLevel2DictLN_TClass.tagnum = -1 ;
843     G__ToFLevel2DictLN_TBuffer.tagnum = -1 ;
844     G__ToFLevel2DictLN_TMemberInspector.tagnum = -1 ;
845     G__ToFLevel2DictLN_TObject.tagnum = -1 ;
846     G__ToFLevel2DictLN_TClonesArray.tagnum = -1 ;
847     G__ToFLevel2DictLN_ToFTrkVar.tagnum = -1 ;
848     G__ToFLevel2DictLN_ToFLevel2.tagnum = -1 ;
849     }
850    
851    
852     extern "C" void G__cpp_setup_tagtableToFLevel2Dict() {
853    
854     /* Setting up class,struct,union tag entry */
855     G__get_linked_tagnum(&G__ToFLevel2DictLN_TClass);
856     G__get_linked_tagnum(&G__ToFLevel2DictLN_TBuffer);
857     G__get_linked_tagnum(&G__ToFLevel2DictLN_TMemberInspector);
858     G__get_linked_tagnum(&G__ToFLevel2DictLN_TObject);
859     G__get_linked_tagnum(&G__ToFLevel2DictLN_TClonesArray);
860     G__tagtable_setup(G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFTrkVar),sizeof(ToFTrkVar),-1,29440,(char*)NULL,G__setup_memvarToFTrkVar,G__setup_memfuncToFTrkVar);
861     G__tagtable_setup(G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFLevel2),sizeof(ToFLevel2),-1,28928,(char*)NULL,G__setup_memvarToFLevel2,G__setup_memfuncToFLevel2);
862     }
863     extern "C" void G__cpp_setupToFLevel2Dict(void) {
864     G__check_setup_version(30051515,"G__cpp_setupToFLevel2Dict()");
865     G__set_cpp_environmentToFLevel2Dict();
866     G__cpp_setup_tagtableToFLevel2Dict();
867    
868     G__cpp_setup_inheritanceToFLevel2Dict();
869    
870     G__cpp_setup_typetableToFLevel2Dict();
871    
872     G__cpp_setup_memvarToFLevel2Dict();
873    
874     G__cpp_setup_memfuncToFLevel2Dict();
875     G__cpp_setup_globalToFLevel2Dict();
876     G__cpp_setup_funcToFLevel2Dict();
877    
878     if(0==G__getsizep2memfunc()) G__get_sizep2memfuncToFLevel2Dict();
879     return;
880     }
881     class G__cpp_setup_initToFLevel2Dict {
882     public:
883     G__cpp_setup_initToFLevel2Dict() { G__add_setup_func("ToFLevel2Dict",(G__incsetup)(&G__cpp_setupToFLevel2Dict)); G__call_setup_funcs(); }
884     ~G__cpp_setup_initToFLevel2Dict() { G__remove_setup_func("ToFLevel2Dict"); }
885     };
886     G__cpp_setup_initToFLevel2Dict G__cpp_setup_initializerToFLevel2Dict;
887    

  ViewVC Help
Powered by ViewVC 1.1.23