/[PAMELA software]/PamelaLevel2/src/PamLevel2Dict.cpp
ViewVC logotype

Annotation of /PamelaLevel2/src/PamLevel2Dict.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (hide annotations) (download)
Mon Oct 9 08:57:42 2006 UTC (18 years, 1 month ago) by pam-fi
Branch: MAIN
Changes since 1.4: +2 -2 lines
some bugs fixed + added RunInfo and TrkLevel2

1 pam-fi 1.1 //
2 pam-fi 1.5 // File generated by rootcint at Sun Oct 8 08:25:35 2006.
3 pam-fi 1.1 // 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 "PamLevel2Dict.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     #include "TCollectionProxy.h"
29     #include "TIsAProxy.h"
30     namespace ROOT {
31     namespace Shadow {
32     } // Of namespace ROOT::Shadow
33     } // Of namespace ROOT
34    
35     namespace ROOT {
36     void PamTrack_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
37     static void *new_PamTrack(void *p = 0);
38     static void *newArray_PamTrack(Long_t size);
39     static void delete_PamTrack(void *p);
40     static void deleteArray_PamTrack(void *p);
41     static void destruct_PamTrack(void *p);
42    
43     // Function generating the singleton type initializer
44     TGenericClassInfo *GenerateInitInstance(const ::PamTrack*)
45     {
46     ::PamTrack *ptr = 0;
47     static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::PamTrack >(0);
48     static ::ROOT::TGenericClassInfo
49 pam-fi 1.4 instance("PamTrack", ::PamTrack::Class_Version(), "inc/PamLevel2.h", 43,
50 pam-fi 1.1 typeid(::PamTrack), DefineBehavior(ptr, ptr),
51     &::PamTrack::Dictionary, isa_proxy, 4,
52     sizeof(::PamTrack) );
53     instance.SetNew(&new_PamTrack);
54     instance.SetNewArray(&newArray_PamTrack);
55     instance.SetDelete(&delete_PamTrack);
56     instance.SetDeleteArray(&deleteArray_PamTrack);
57     instance.SetDestructor(&destruct_PamTrack);
58     return &instance;
59     }
60     // Static variable to force the class initialization
61     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const ::PamTrack*)0x0); R__UseDummy(_R__UNIQUE_(Init));
62     }
63    
64     namespace ROOT {
65     void PamLevel2_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
66     static void *new_PamLevel2(void *p = 0);
67     static void *newArray_PamLevel2(Long_t size);
68     static void delete_PamLevel2(void *p);
69     static void deleteArray_PamLevel2(void *p);
70     static void destruct_PamLevel2(void *p);
71    
72     // Function generating the singleton type initializer
73     TGenericClassInfo *GenerateInitInstance(const ::PamLevel2*)
74     {
75     ::PamLevel2 *ptr = 0;
76     static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::PamLevel2 >(0);
77     static ::ROOT::TGenericClassInfo
78 pam-fi 1.4 instance("PamLevel2", ::PamLevel2::Class_Version(), "inc/PamLevel2.h", 67,
79 pam-fi 1.1 typeid(::PamLevel2), DefineBehavior(ptr, ptr),
80     &::PamLevel2::Dictionary, isa_proxy, 4,
81     sizeof(::PamLevel2) );
82     instance.SetNew(&new_PamLevel2);
83     instance.SetNewArray(&newArray_PamLevel2);
84     instance.SetDelete(&delete_PamLevel2);
85     instance.SetDeleteArray(&deleteArray_PamLevel2);
86     instance.SetDestructor(&destruct_PamLevel2);
87     return &instance;
88     }
89     // Static variable to force the class initialization
90     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const ::PamLevel2*)0x0); R__UseDummy(_R__UNIQUE_(Init));
91     }
92    
93     //______________________________________________________________________________
94     TClass *PamTrack::fgIsA = 0; // static to hold class pointer
95    
96     //______________________________________________________________________________
97     const char *PamTrack::Class_Name()
98     {
99     return "PamTrack";
100     }
101    
102     //______________________________________________________________________________
103     const char *PamTrack::ImplFileName()
104     {
105     return ::ROOT::GenerateInitInstance((const ::PamTrack*)0x0)->GetImplFileName();
106     }
107    
108     //______________________________________________________________________________
109     int PamTrack::ImplFileLine()
110     {
111     return ::ROOT::GenerateInitInstance((const ::PamTrack*)0x0)->GetImplFileLine();
112     }
113    
114     //______________________________________________________________________________
115     void PamTrack::Dictionary()
116     {
117     fgIsA = ::ROOT::GenerateInitInstance((const ::PamTrack*)0x0)->GetClass();
118     }
119    
120     //______________________________________________________________________________
121     TClass *PamTrack::Class()
122     {
123     if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstance((const ::PamTrack*)0x0)->GetClass();
124     return fgIsA;
125     }
126    
127     //______________________________________________________________________________
128     TClass *PamLevel2::fgIsA = 0; // static to hold class pointer
129    
130     //______________________________________________________________________________
131     const char *PamLevel2::Class_Name()
132     {
133     return "PamLevel2";
134     }
135    
136     //______________________________________________________________________________
137     const char *PamLevel2::ImplFileName()
138     {
139     return ::ROOT::GenerateInitInstance((const ::PamLevel2*)0x0)->GetImplFileName();
140     }
141    
142     //______________________________________________________________________________
143     int PamLevel2::ImplFileLine()
144     {
145     return ::ROOT::GenerateInitInstance((const ::PamLevel2*)0x0)->GetImplFileLine();
146     }
147    
148     //______________________________________________________________________________
149     void PamLevel2::Dictionary()
150     {
151     fgIsA = ::ROOT::GenerateInitInstance((const ::PamLevel2*)0x0)->GetClass();
152     }
153    
154     //______________________________________________________________________________
155     TClass *PamLevel2::Class()
156     {
157     if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstance((const ::PamLevel2*)0x0)->GetClass();
158     return fgIsA;
159     }
160    
161     //______________________________________________________________________________
162     void PamLevel2::Streamer(TBuffer &R__b)
163     {
164     // Stream an object of class PamLevel2.
165    
166     if (R__b.IsReading()) {
167     PamLevel2::Class()->ReadBuffer(R__b, this);
168     } else {
169     PamLevel2::Class()->WriteBuffer(R__b, this);
170     }
171     }
172    
173     //______________________________________________________________________________
174     void PamLevel2::ShowMembers(TMemberInspector &R__insp, char *R__parent)
175     {
176     // Inspect the data members of an object of class PamLevel2.
177    
178     TClass *R__cl = ::PamLevel2::IsA();
179     Int_t R__ncp = strlen(R__parent);
180     if (R__ncp || R__cl || R__insp.IsA()) { }
181 pam-fi 1.4 R__insp.Inspect(R__cl, R__parent, "*trk_l1_obj", &trk_l1_obj);
182 pam-fi 1.1 R__insp.Inspect(R__cl, R__parent, "*trk_obj", &trk_obj);
183     R__insp.Inspect(R__cl, R__parent, "*calo_obj", &calo_obj);
184     R__insp.Inspect(R__cl, R__parent, "*tof_obj", &tof_obj);
185     R__insp.Inspect(R__cl, R__parent, "*trig_obj", &trig_obj);
186     R__insp.Inspect(R__cl, R__parent, "*s4_obj", &s4_obj);
187     R__insp.Inspect(R__cl, R__parent, "*nd_obj", &nd_obj);
188     R__insp.Inspect(R__cl, R__parent, "*ac_obj", &ac_obj);
189 pam-fi 1.2 R__insp.Inspect(R__cl, R__parent, "*orb_obj", &orb_obj);
190 pam-fi 1.4 R__insp.Inspect(R__cl, R__parent, "*run_obj", &run_obj);
191 pam-fi 1.2 R__insp.Inspect(R__cl, R__parent, "*sorted_tracks", &sorted_tracks);
192 pam-fi 1.4 R__insp.Inspect(R__cl, R__parent, "*Tout", &Tout);
193 pam-fi 1.2 R__insp.Inspect(R__cl, R__parent, "CAL", &CAL);
194     R__insp.Inspect(R__cl, R__parent, "TRK", &TRK);
195     R__insp.Inspect(R__cl, R__parent, "TRG", &TRG);
196     R__insp.Inspect(R__cl, R__parent, "TOF", &TOF);
197     R__insp.Inspect(R__cl, R__parent, "S4", &S4);
198     R__insp.Inspect(R__cl, R__parent, "ND", &ND);
199     R__insp.Inspect(R__cl, R__parent, "AC", &AC);
200     R__insp.Inspect(R__cl, R__parent, "ORB", &ORB);
201 pam-fi 1.4 R__insp.Inspect(R__cl, R__parent, "TRK_L1", &TRK_L1);
202 pam-fi 1.1 CaloLevel2::ShowMembers(R__insp, R__parent);
203     TrkLevel2::ShowMembers(R__insp, R__parent);
204 pam-fi 1.4 TrkLevel1::ShowMembers(R__insp, R__parent);
205 pam-fi 1.1 ToFLevel2::ShowMembers(R__insp, R__parent);
206     TrigLevel2::ShowMembers(R__insp, R__parent);
207     S4Level2::ShowMembers(R__insp, R__parent);
208     NDLevel2::ShowMembers(R__insp, R__parent);
209     AcLevel2::ShowMembers(R__insp, R__parent);
210 pam-fi 1.2 OrbitalInfo::ShowMembers(R__insp, R__parent);
211 pam-fi 1.1 }
212    
213     namespace ROOT {
214     // Wrappers around operator new
215     static void *new_PamLevel2(void *p) {
216     return p ? new(p) ::PamLevel2 : new ::PamLevel2;
217     }
218     static void *newArray_PamLevel2(Long_t size) {
219     return new ::PamLevel2[size];
220     }
221     // Wrapper around operator delete
222     static void delete_PamLevel2(void *p) {
223     delete ((::PamLevel2*)p);
224     }
225     static void deleteArray_PamLevel2(void *p) {
226     delete [] ((::PamLevel2*)p);
227     }
228     static void destruct_PamLevel2(void *p) {
229     typedef ::PamLevel2 current_t;
230     ((current_t*)p)->~current_t();
231     }
232     } // end of namespace ROOT for class ::PamLevel2
233    
234     //______________________________________________________________________________
235     void PamTrack::Streamer(TBuffer &R__b)
236     {
237     // Stream an object of class PamTrack.
238    
239     if (R__b.IsReading()) {
240     PamTrack::Class()->ReadBuffer(R__b, this);
241     } else {
242     PamTrack::Class()->WriteBuffer(R__b, this);
243     }
244     }
245    
246     //______________________________________________________________________________
247     void PamTrack::ShowMembers(TMemberInspector &R__insp, char *R__parent)
248     {
249     // Inspect the data members of an object of class PamTrack.
250    
251     TClass *R__cl = ::PamTrack::IsA();
252     Int_t R__ncp = strlen(R__parent);
253     if (R__ncp || R__cl || R__insp.IsA()) { }
254     R__insp.Inspect(R__cl, R__parent, "*trk_track", &trk_track);
255     R__insp.Inspect(R__cl, R__parent, "*calo_track", &calo_track);
256     R__insp.Inspect(R__cl, R__parent, "*tof_track", &tof_track);
257     TrkTrack::ShowMembers(R__insp, R__parent);
258     CaloTrkVar::ShowMembers(R__insp, R__parent);
259     ToFTrkVar::ShowMembers(R__insp, R__parent);
260     }
261    
262     namespace ROOT {
263     // Wrappers around operator new
264     static void *new_PamTrack(void *p) {
265     return p ? new(p) ::PamTrack : new ::PamTrack;
266     }
267     static void *newArray_PamTrack(Long_t size) {
268     return new ::PamTrack[size];
269     }
270     // Wrapper around operator delete
271     static void delete_PamTrack(void *p) {
272     delete ((::PamTrack*)p);
273     }
274     static void deleteArray_PamTrack(void *p) {
275     delete [] ((::PamTrack*)p);
276     }
277     static void destruct_PamTrack(void *p) {
278     typedef ::PamTrack current_t;
279     ((current_t*)p)->~current_t();
280     }
281     } // end of namespace ROOT for class ::PamTrack
282    
283     /********************************************************
284     * src/PamLevel2Dict.cpp
285     * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
286     * FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
287     * CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
288     ********************************************************/
289    
290     #ifdef G__MEMTEST
291     #undef malloc
292     #undef free
293     #endif
294    
295     extern "C" void G__cpp_reset_tagtablePamLevel2Dict();
296    
297     extern "C" void G__set_cpp_environmentPamLevel2Dict() {
298     G__add_macro("G__CINTVERSION=50160002");
299     G__add_compiledheader("TROOT.h");
300     G__add_compiledheader("TMemberInspector.h");
301     G__add_compiledheader("inc/PamLevel2.h");
302     G__cpp_reset_tagtablePamLevel2Dict();
303     }
304     class G__srcdIPamLevel2DictdOcpp_tag {};
305    
306     void* operator new(size_t size,G__srcdIPamLevel2DictdOcpp_tag* p) {
307     if(p && G__PVOID!=G__getgvp()) return((void*)p);
308     #ifndef G__ROOT
309     return(malloc(size));
310     #else
311     return(::operator new(size));
312     #endif
313     }
314    
315     /* dummy, for exception */
316     #ifdef G__EH_DUMMY_DELETE
317     void operator delete(void *p,G__srcdIPamLevel2DictdOcpp_tag* x) {
318     if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return;
319     #ifndef G__ROOT
320     free(p);
321     #else
322     ::operator delete(p);
323     #endif
324     }
325     #endif
326    
327     static void G__operator_delete(void *p) {
328     if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return;
329     #ifndef G__ROOT
330     free(p);
331     #else
332     ::operator delete(p);
333     #endif
334     }
335    
336     void G__DELDMY_srcdIPamLevel2DictdOcpp() { G__operator_delete(0); }
337    
338     extern "C" int G__cpp_dllrevPamLevel2Dict() { return(30051515); }
339    
340     /*********************************************************
341     * Member function Interface Method
342     *********************************************************/
343    
344     /* PamTrack */
345 pam-fi 1.4 static int G__PamLevel2Dict_608_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
346 pam-fi 1.1 PamTrack *p=NULL;
347     if(G__getaryconstruct()) p=new PamTrack[G__getaryconstruct()];
348     else p=new PamTrack;
349     result7->obj.i = (long)p;
350     result7->ref = (long)p;
351     result7->type = 'u';
352     result7->tagnum = G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack);
353     return(1 || funcname || hash || result7 || libp) ;
354     }
355    
356 pam-fi 1.4 static int G__PamLevel2Dict_608_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
357 pam-fi 1.1 PamTrack *p=NULL;
358     p = new PamTrack(
359     (TrkTrack*)G__int(libp->para[0]),(CaloTrkVar*)G__int(libp->para[1])
360     ,(ToFTrkVar*)G__int(libp->para[2]));
361     result7->obj.i = (long)p;
362     result7->ref = (long)p;
363     result7->type = 'u';
364     result7->tagnum = G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack);
365     return(1 || funcname || hash || result7 || libp) ;
366     }
367    
368 pam-fi 1.4 static int G__PamLevel2Dict_608_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
369 pam-fi 1.1 G__letint(result7,85,(long)PamTrack::Class());
370     return(1 || funcname || hash || result7 || libp) ;
371     }
372    
373 pam-fi 1.4 static int G__PamLevel2Dict_608_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
374 pam-fi 1.1 G__letint(result7,67,(long)PamTrack::Class_Name());
375     return(1 || funcname || hash || result7 || libp) ;
376     }
377    
378 pam-fi 1.4 static int G__PamLevel2Dict_608_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
379 pam-fi 1.1 G__letint(result7,115,(long)PamTrack::Class_Version());
380     return(1 || funcname || hash || result7 || libp) ;
381     }
382    
383 pam-fi 1.4 static int G__PamLevel2Dict_608_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
384 pam-fi 1.1 G__setnull(result7);
385     PamTrack::Dictionary();
386     return(1 || funcname || hash || result7 || libp) ;
387     }
388    
389 pam-fi 1.4 static int G__PamLevel2Dict_608_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
390 pam-fi 1.1 G__letint(result7,85,(long)((const PamTrack*)(G__getstructoffset()))->IsA());
391     return(1 || funcname || hash || result7 || libp) ;
392     }
393    
394 pam-fi 1.4 static int G__PamLevel2Dict_608_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
395 pam-fi 1.1 G__setnull(result7);
396     ((PamTrack*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
397     return(1 || funcname || hash || result7 || libp) ;
398     }
399    
400 pam-fi 1.4 static int G__PamLevel2Dict_608_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
401 pam-fi 1.1 G__setnull(result7);
402     ((PamTrack*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
403     return(1 || funcname || hash || result7 || libp) ;
404     }
405    
406 pam-fi 1.4 static int G__PamLevel2Dict_608_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
407 pam-fi 1.1 G__setnull(result7);
408     ((PamTrack*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
409     return(1 || funcname || hash || result7 || libp) ;
410     }
411    
412 pam-fi 1.4 static int G__PamLevel2Dict_608_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
413 pam-fi 1.1 G__letint(result7,67,(long)PamTrack::DeclFileName());
414     return(1 || funcname || hash || result7 || libp) ;
415     }
416    
417 pam-fi 1.4 static int G__PamLevel2Dict_608_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
418 pam-fi 1.1 G__letint(result7,105,(long)PamTrack::ImplFileLine());
419     return(1 || funcname || hash || result7 || libp) ;
420     }
421    
422 pam-fi 1.4 static int G__PamLevel2Dict_608_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
423 pam-fi 1.1 G__letint(result7,67,(long)PamTrack::ImplFileName());
424     return(1 || funcname || hash || result7 || libp) ;
425     }
426    
427 pam-fi 1.4 static int G__PamLevel2Dict_608_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
428 pam-fi 1.1 G__letint(result7,105,(long)PamTrack::DeclFileLine());
429     return(1 || funcname || hash || result7 || libp) ;
430     }
431    
432     // automatic copy constructor
433 pam-fi 1.4 static int G__PamLevel2Dict_608_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
434 pam-fi 1.1 {
435     PamTrack *p;
436     void *xtmp = (void*)G__int(libp->para[0]);
437     p=new PamTrack(*(PamTrack*)xtmp);
438     result7->obj.i = (long)p;
439     result7->ref = (long)p;
440     result7->type = 'u';
441     result7->tagnum = G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack);
442     return(1 || funcname || hash || result7 || libp) ;
443     }
444    
445     // automatic destructor
446     typedef PamTrack G__TPamTrack;
447 pam-fi 1.4 static int G__PamLevel2Dict_608_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
448 pam-fi 1.1 if(0==G__getstructoffset()) return(1);
449     if(G__getaryconstruct())
450     if(G__PVOID==G__getgvp())
451     delete[] (PamTrack *)(G__getstructoffset());
452     else
453     for(int i=G__getaryconstruct()-1;i>=0;i--)
454     delete (PamTrack *)((G__getstructoffset())+sizeof(PamTrack)*i);
455     else delete (PamTrack *)(G__getstructoffset());
456     G__setnull(result7);
457     return(1 || funcname || hash || result7 || libp) ;
458     }
459    
460     // automatic assignment operator
461 pam-fi 1.4 static int G__PamLevel2Dict_608_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
462 pam-fi 1.1 PamTrack *dest = (PamTrack*)(G__getstructoffset());
463     *dest = (*(PamTrack*)libp->para[0].ref);
464     const PamTrack& obj = *dest;
465     result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
466     return(1 || funcname || hash || result7 || libp) ;
467     }
468    
469    
470     /* PamLevel2 */
471 pam-fi 1.4 static int G__PamLevel2Dict_609_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
472 pam-fi 1.1 PamLevel2 *p=NULL;
473     if(G__getaryconstruct()) p=new PamLevel2[G__getaryconstruct()];
474     else p=new PamLevel2;
475     result7->obj.i = (long)p;
476     result7->ref = (long)p;
477     result7->type = 'u';
478     result7->tagnum = G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2);
479     return(1 || funcname || hash || result7 || libp) ;
480     }
481    
482 pam-fi 1.4 static int G__PamLevel2Dict_609_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
483 pam-fi 1.2 G__setnull(result7);
484     ((PamLevel2*)(G__getstructoffset()))->Clear();
485     return(1 || funcname || hash || result7 || libp) ;
486     }
487    
488 pam-fi 1.4 static int G__PamLevel2Dict_609_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
489     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetTrkLevel1());
490     return(1 || funcname || hash || result7 || libp) ;
491     }
492    
493     static int G__PamLevel2Dict_609_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
494 pam-fi 1.1 G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetTrkLevel2());
495     return(1 || funcname || hash || result7 || libp) ;
496     }
497    
498 pam-fi 1.4 static int G__PamLevel2Dict_609_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
499 pam-fi 1.1 G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetCaloLevel2());
500     return(1 || funcname || hash || result7 || libp) ;
501     }
502    
503 pam-fi 1.4 static int G__PamLevel2Dict_609_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
504 pam-fi 1.1 G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetToFLevel2());
505     return(1 || funcname || hash || result7 || libp) ;
506     }
507    
508 pam-fi 1.4 static int G__PamLevel2Dict_609_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
509 pam-fi 1.1 G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetTrigLevel2());
510     return(1 || funcname || hash || result7 || libp) ;
511     }
512    
513 pam-fi 1.4 static int G__PamLevel2Dict_609_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
514 pam-fi 1.1 G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetS4Level2());
515     return(1 || funcname || hash || result7 || libp) ;
516     }
517    
518 pam-fi 1.4 static int G__PamLevel2Dict_609_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
519 pam-fi 1.1 G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetNDLevel2());
520     return(1 || funcname || hash || result7 || libp) ;
521     }
522    
523 pam-fi 1.4 static int G__PamLevel2Dict_609_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
524 pam-fi 1.1 G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetAcLevel2());
525     return(1 || funcname || hash || result7 || libp) ;
526     }
527    
528 pam-fi 1.4 static int G__PamLevel2Dict_609_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
529 pam-fi 1.2 G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetOrbitalInfo());
530     return(1 || funcname || hash || result7 || libp) ;
531     }
532    
533 pam-fi 1.4 static int G__PamLevel2Dict_609_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
534     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetRunInfo());
535     return(1 || funcname || hash || result7 || libp) ;
536     }
537    
538     static int G__PamLevel2Dict_609_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
539 pam-fi 1.2 G__setnull(result7);
540     ((PamLevel2*)(G__getstructoffset()))->SetWhichTrees(*((TString*)G__int(libp->para[0])));
541     return(1 || funcname || hash || result7 || libp) ;
542     }
543    
544 pam-fi 1.4 static int G__PamLevel2Dict_609_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
545 pam-fi 1.2 G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetListOfLevel2Files(*((TString*)G__int(libp->para[0])),*((TString*)G__int(libp->para[1]))));
546     return(1 || funcname || hash || result7 || libp) ;
547     }
548    
549 pam-fi 1.4 static int G__PamLevel2Dict_609_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
550 pam-fi 1.2 G__letint(result7,103,(long)((PamLevel2*)(G__getstructoffset()))->CheckLevel2File(*((TString*)G__int(libp->para[0]))));
551     return(1 || funcname || hash || result7 || libp) ;
552     }
553    
554 pam-fi 1.4 static int G__PamLevel2Dict_609_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
555     G__setnull(result7);
556     ((PamLevel2*)(G__getstructoffset()))->SetBranchAddress();
557 pam-fi 1.2 return(1 || funcname || hash || result7 || libp) ;
558     }
559    
560 pam-fi 1.4 static int G__PamLevel2Dict_609_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
561     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetPamTree((TFile*)G__int(libp->para[0]),*((TString*)G__int(libp->para[1]))));
562 pam-fi 1.2 return(1 || funcname || hash || result7 || libp) ;
563     }
564    
565 pam-fi 1.4 static int G__PamLevel2Dict_609_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
566     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetPamTree((TFile*)G__int(libp->para[0])));
567 pam-fi 1.2 return(1 || funcname || hash || result7 || libp) ;
568     }
569    
570 pam-fi 1.4 static int G__PamLevel2Dict_609_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
571     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetPamTree((TList*)G__int(libp->para[0]),*((TString*)G__int(libp->para[1]))));
572     return(1 || funcname || hash || result7 || libp) ;
573     }
574    
575     static int G__PamLevel2Dict_609_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
576     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetRunTree((TFile*)G__int(libp->para[0])));
577     return(1 || funcname || hash || result7 || libp) ;
578     }
579    
580     static int G__PamLevel2Dict_609_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
581     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetRunTree((TList*)G__int(libp->para[0])));
582     return(1 || funcname || hash || result7 || libp) ;
583     }
584    
585     static int G__PamLevel2Dict_609_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
586 pam-fi 1.1 G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToTrk());
587     return(1 || funcname || hash || result7 || libp) ;
588     }
589    
590 pam-fi 1.4 static int G__PamLevel2Dict_609_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
591     G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToTrk((int)G__int(libp->para[0])));
592     return(1 || funcname || hash || result7 || libp) ;
593     }
594    
595     static int G__PamLevel2Dict_609_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
596 pam-fi 1.1 G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToCalo());
597     return(1 || funcname || hash || result7 || libp) ;
598     }
599    
600 pam-fi 1.4 static int G__PamLevel2Dict_609_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
601 pam-fi 1.1 G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToToF());
602     return(1 || funcname || hash || result7 || libp) ;
603     }
604    
605 pam-fi 1.4 static int G__PamLevel2Dict_609_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
606 pam-fi 1.1 G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToTrig());
607     return(1 || funcname || hash || result7 || libp) ;
608     }
609    
610 pam-fi 1.4 static int G__PamLevel2Dict_609_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
611 pam-fi 1.1 G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToS4());
612     return(1 || funcname || hash || result7 || libp) ;
613     }
614    
615 pam-fi 1.4 static int G__PamLevel2Dict_609_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
616 pam-fi 1.1 G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToND());
617     return(1 || funcname || hash || result7 || libp) ;
618     }
619    
620 pam-fi 1.4 static int G__PamLevel2Dict_609_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
621 pam-fi 1.1 G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToAc());
622     return(1 || funcname || hash || result7 || libp) ;
623     }
624    
625 pam-fi 1.4 static int G__PamLevel2Dict_609_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
626 pam-fi 1.2 G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToOrb());
627 pam-fi 1.1 return(1 || funcname || hash || result7 || libp) ;
628     }
629    
630 pam-fi 1.4 static int G__PamLevel2Dict_609_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
631     G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToRun());
632     return(1 || funcname || hash || result7 || libp) ;
633     }
634    
635     static int G__PamLevel2Dict_609_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
636     G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerTo((const char*)G__int(libp->para[0])));
637     return(1 || funcname || hash || result7 || libp) ;
638     }
639    
640     static int G__PamLevel2Dict_609_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
641 pam-fi 1.3 G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetTrkStoredTrack((int)G__int(libp->para[0])));
642     return(1 || funcname || hash || result7 || libp) ;
643     }
644    
645 pam-fi 1.4 static int G__PamLevel2Dict_609_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
646 pam-fi 1.3 G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetCaloStoredTrack((int)G__int(libp->para[0])));
647     return(1 || funcname || hash || result7 || libp) ;
648     }
649    
650 pam-fi 1.4 static int G__PamLevel2Dict_609_5_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
651 pam-fi 1.3 G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetToFStoredTrack((int)G__int(libp->para[0])));
652     return(1 || funcname || hash || result7 || libp) ;
653     }
654    
655 pam-fi 1.4 static int G__PamLevel2Dict_609_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
656 pam-fi 1.3 G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetPamTrackAlong((TrkTrack*)G__int(libp->para[0])));
657     return(1 || funcname || hash || result7 || libp) ;
658     }
659    
660 pam-fi 1.4 static int G__PamLevel2Dict_609_7_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
661 pam-fi 1.1 G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetStoredTrack((Int_t)G__int(libp->para[0])));
662     return(1 || funcname || hash || result7 || libp) ;
663     }
664    
665 pam-fi 1.4 static int G__PamLevel2Dict_609_8_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
666 pam-fi 1.2 G__setnull(result7);
667 pam-fi 1.3 ((PamLevel2*)(G__getstructoffset()))->SortTracks(*((TString*)G__int(libp->para[0])));
668 pam-fi 1.2 return(1 || funcname || hash || result7 || libp) ;
669     }
670    
671 pam-fi 1.4 static int G__PamLevel2Dict_609_9_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
672 pam-fi 1.1 G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetTracks());
673     return(1 || funcname || hash || result7 || libp) ;
674     }
675    
676 pam-fi 1.4 static int G__PamLevel2Dict_609_0_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
677 pam-fi 1.1 G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetTrack((int)G__int(libp->para[0])));
678     return(1 || funcname || hash || result7 || libp) ;
679     }
680    
681 pam-fi 1.4 static int G__PamLevel2Dict_609_1_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
682 pam-fi 1.1 G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetTrackImage((int)G__int(libp->para[0])));
683     return(1 || funcname || hash || result7 || libp) ;
684     }
685    
686 pam-fi 1.4 static int G__PamLevel2Dict_609_2_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
687 pam-fi 1.1 G__letint(result7,85,(long)PamLevel2::Class());
688     return(1 || funcname || hash || result7 || libp) ;
689     }
690    
691 pam-fi 1.4 static int G__PamLevel2Dict_609_3_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
692 pam-fi 1.1 G__letint(result7,67,(long)PamLevel2::Class_Name());
693     return(1 || funcname || hash || result7 || libp) ;
694     }
695    
696 pam-fi 1.4 static int G__PamLevel2Dict_609_4_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
697 pam-fi 1.1 G__letint(result7,115,(long)PamLevel2::Class_Version());
698     return(1 || funcname || hash || result7 || libp) ;
699     }
700    
701 pam-fi 1.4 static int G__PamLevel2Dict_609_5_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
702 pam-fi 1.1 G__setnull(result7);
703     PamLevel2::Dictionary();
704     return(1 || funcname || hash || result7 || libp) ;
705     }
706    
707 pam-fi 1.4 static int G__PamLevel2Dict_609_6_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
708 pam-fi 1.1 G__letint(result7,85,(long)((const PamLevel2*)(G__getstructoffset()))->IsA());
709     return(1 || funcname || hash || result7 || libp) ;
710     }
711    
712 pam-fi 1.4 static int G__PamLevel2Dict_609_7_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
713 pam-fi 1.1 G__setnull(result7);
714     ((PamLevel2*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
715     return(1 || funcname || hash || result7 || libp) ;
716     }
717    
718 pam-fi 1.4 static int G__PamLevel2Dict_609_8_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
719 pam-fi 1.1 G__setnull(result7);
720     ((PamLevel2*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
721     return(1 || funcname || hash || result7 || libp) ;
722     }
723    
724 pam-fi 1.4 static int G__PamLevel2Dict_609_9_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
725 pam-fi 1.1 G__setnull(result7);
726     ((PamLevel2*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
727     return(1 || funcname || hash || result7 || libp) ;
728     }
729    
730 pam-fi 1.4 static int G__PamLevel2Dict_609_0_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
731 pam-fi 1.1 G__letint(result7,67,(long)PamLevel2::DeclFileName());
732     return(1 || funcname || hash || result7 || libp) ;
733     }
734    
735 pam-fi 1.4 static int G__PamLevel2Dict_609_1_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
736 pam-fi 1.1 G__letint(result7,105,(long)PamLevel2::ImplFileLine());
737     return(1 || funcname || hash || result7 || libp) ;
738     }
739    
740 pam-fi 1.4 static int G__PamLevel2Dict_609_2_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
741 pam-fi 1.1 G__letint(result7,67,(long)PamLevel2::ImplFileName());
742     return(1 || funcname || hash || result7 || libp) ;
743     }
744    
745 pam-fi 1.4 static int G__PamLevel2Dict_609_3_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
746 pam-fi 1.1 G__letint(result7,105,(long)PamLevel2::DeclFileLine());
747     return(1 || funcname || hash || result7 || libp) ;
748     }
749    
750     // automatic copy constructor
751 pam-fi 1.4 static int G__PamLevel2Dict_609_4_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
752 pam-fi 1.1 {
753     PamLevel2 *p;
754     void *xtmp = (void*)G__int(libp->para[0]);
755     p=new PamLevel2(*(PamLevel2*)xtmp);
756     result7->obj.i = (long)p;
757     result7->ref = (long)p;
758     result7->type = 'u';
759     result7->tagnum = G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2);
760     return(1 || funcname || hash || result7 || libp) ;
761     }
762    
763     // automatic destructor
764     typedef PamLevel2 G__TPamLevel2;
765 pam-fi 1.4 static int G__PamLevel2Dict_609_5_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
766 pam-fi 1.1 if(0==G__getstructoffset()) return(1);
767     if(G__getaryconstruct())
768     if(G__PVOID==G__getgvp())
769     delete[] (PamLevel2 *)(G__getstructoffset());
770     else
771     for(int i=G__getaryconstruct()-1;i>=0;i--)
772     delete (PamLevel2 *)((G__getstructoffset())+sizeof(PamLevel2)*i);
773     else delete (PamLevel2 *)(G__getstructoffset());
774     G__setnull(result7);
775     return(1 || funcname || hash || result7 || libp) ;
776     }
777    
778     // automatic assignment operator
779 pam-fi 1.4 static int G__PamLevel2Dict_609_6_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
780 pam-fi 1.1 PamLevel2 *dest = (PamLevel2*)(G__getstructoffset());
781     *dest = (*(PamLevel2*)libp->para[0].ref);
782     const PamLevel2& obj = *dest;
783     result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
784     return(1 || funcname || hash || result7 || libp) ;
785     }
786    
787    
788     /* Setting up global function */
789    
790     /*********************************************************
791     * Member function Stub
792     *********************************************************/
793    
794     /* PamTrack */
795    
796     /* PamLevel2 */
797    
798     /*********************************************************
799     * Global function Stub
800     *********************************************************/
801    
802     /*********************************************************
803     * Get size of pointer to member function
804     *********************************************************/
805     class G__Sizep2memfuncPamLevel2Dict {
806     public:
807     G__Sizep2memfuncPamLevel2Dict() {p=&G__Sizep2memfuncPamLevel2Dict::sizep2memfunc;}
808     size_t sizep2memfunc() { return(sizeof(p)); }
809     private:
810     size_t (G__Sizep2memfuncPamLevel2Dict::*p)();
811     };
812    
813     size_t G__get_sizep2memfuncPamLevel2Dict()
814     {
815     G__Sizep2memfuncPamLevel2Dict a;
816     G__setsizep2memfunc((int)a.sizep2memfunc());
817     return((size_t)a.sizep2memfunc());
818     }
819    
820    
821     /*********************************************************
822     * virtual base class offset calculation interface
823     *********************************************************/
824    
825     /* Setting up class inheritance */
826    
827     /*********************************************************
828     * Inheritance information setup/
829     *********************************************************/
830     extern "C" void G__cpp_setup_inheritancePamLevel2Dict() {
831    
832     /* Setting up class inheritance */
833     if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack))) {
834     PamTrack *G__Lderived;
835     G__Lderived=(PamTrack*)0x1000;
836     {
837     TrkTrack *G__Lpbase=(TrkTrack*)G__Lderived;
838     G__inheritance_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack),G__get_linked_tagnum(&G__PamLevel2DictLN_TrkTrack),(long)G__Lpbase-(long)G__Lderived,1,1);
839     }
840     {
841     TObject *G__Lpbase=(TObject*)((long)G__Lderived);
842     G__inheritance_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack),G__get_linked_tagnum(&G__PamLevel2DictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
843     }
844     {
845     CaloTrkVar *G__Lpbase=(CaloTrkVar*)G__Lderived;
846     G__inheritance_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack),G__get_linked_tagnum(&G__PamLevel2DictLN_CaloTrkVar),(long)G__Lpbase-(long)G__Lderived,1,1);
847     }
848     {
849     TObject *G__Lpbase=(TObject*)((long)G__Lderived);
850     G__inheritance_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack),G__get_linked_tagnum(&G__PamLevel2DictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
851     }
852     {
853     ToFTrkVar *G__Lpbase=(ToFTrkVar*)G__Lderived;
854     G__inheritance_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack),G__get_linked_tagnum(&G__PamLevel2DictLN_ToFTrkVar),(long)G__Lpbase-(long)G__Lderived,1,1);
855     }
856     {
857     TObject *G__Lpbase=(TObject*)((long)G__Lderived);
858     G__inheritance_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack),G__get_linked_tagnum(&G__PamLevel2DictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
859     }
860     }
861     if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2))) {
862     PamLevel2 *G__Lderived;
863     G__Lderived=(PamLevel2*)0x1000;
864     {
865     CaloLevel2 *G__Lpbase=(CaloLevel2*)G__Lderived;
866     G__inheritance_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2),G__get_linked_tagnum(&G__PamLevel2DictLN_CaloLevel2),(long)G__Lpbase-(long)G__Lderived,1,1);
867     }
868     {
869     TObject *G__Lpbase=(TObject*)((long)G__Lderived);
870     G__inheritance_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2),G__get_linked_tagnum(&G__PamLevel2DictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
871     }
872     {
873     TrkLevel2 *G__Lpbase=(TrkLevel2*)G__Lderived;
874     G__inheritance_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2),G__get_linked_tagnum(&G__PamLevel2DictLN_TrkLevel2),(long)G__Lpbase-(long)G__Lderived,1,1);
875     }
876     {
877     TObject *G__Lpbase=(TObject*)((long)G__Lderived);
878     G__inheritance_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2),G__get_linked_tagnum(&G__PamLevel2DictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
879     }
880     {
881 pam-fi 1.4 TrkLevel1 *G__Lpbase=(TrkLevel1*)G__Lderived;
882     G__inheritance_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2),G__get_linked_tagnum(&G__PamLevel2DictLN_TrkLevel1),(long)G__Lpbase-(long)G__Lderived,1,1);
883     }
884     {
885     TObject *G__Lpbase=(TObject*)((long)G__Lderived);
886     G__inheritance_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2),G__get_linked_tagnum(&G__PamLevel2DictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
887     }
888     {
889 pam-fi 1.1 ToFLevel2 *G__Lpbase=(ToFLevel2*)G__Lderived;
890     G__inheritance_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2),G__get_linked_tagnum(&G__PamLevel2DictLN_ToFLevel2),(long)G__Lpbase-(long)G__Lderived,1,1);
891     }
892     {
893     TObject *G__Lpbase=(TObject*)((long)G__Lderived);
894     G__inheritance_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2),G__get_linked_tagnum(&G__PamLevel2DictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
895     }
896     {
897     TrigLevel2 *G__Lpbase=(TrigLevel2*)G__Lderived;
898     G__inheritance_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2),G__get_linked_tagnum(&G__PamLevel2DictLN_TrigLevel2),(long)G__Lpbase-(long)G__Lderived,1,1);
899     }
900     {
901     TObject *G__Lpbase=(TObject*)((long)G__Lderived);
902     G__inheritance_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2),G__get_linked_tagnum(&G__PamLevel2DictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
903     }
904     {
905     S4Level2 *G__Lpbase=(S4Level2*)G__Lderived;
906     G__inheritance_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2),G__get_linked_tagnum(&G__PamLevel2DictLN_S4Level2),(long)G__Lpbase-(long)G__Lderived,1,1);
907     }
908     {
909     TObject *G__Lpbase=(TObject*)((long)G__Lderived);
910     G__inheritance_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2),G__get_linked_tagnum(&G__PamLevel2DictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
911     }
912     {
913     NDLevel2 *G__Lpbase=(NDLevel2*)G__Lderived;
914     G__inheritance_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2),G__get_linked_tagnum(&G__PamLevel2DictLN_NDLevel2),(long)G__Lpbase-(long)G__Lderived,1,1);
915     }
916     {
917     TObject *G__Lpbase=(TObject*)((long)G__Lderived);
918     G__inheritance_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2),G__get_linked_tagnum(&G__PamLevel2DictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
919     }
920     {
921     AcLevel2 *G__Lpbase=(AcLevel2*)G__Lderived;
922     G__inheritance_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2),G__get_linked_tagnum(&G__PamLevel2DictLN_AcLevel2),(long)G__Lpbase-(long)G__Lderived,1,1);
923     }
924     {
925     TObject *G__Lpbase=(TObject*)((long)G__Lderived);
926     G__inheritance_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2),G__get_linked_tagnum(&G__PamLevel2DictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
927     }
928 pam-fi 1.2 {
929     OrbitalInfo *G__Lpbase=(OrbitalInfo*)G__Lderived;
930     G__inheritance_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2),G__get_linked_tagnum(&G__PamLevel2DictLN_OrbitalInfo),(long)G__Lpbase-(long)G__Lderived,1,1);
931     }
932     {
933     TObject *G__Lpbase=(TObject*)((long)G__Lderived);
934     G__inheritance_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2),G__get_linked_tagnum(&G__PamLevel2DictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
935     }
936 pam-fi 1.1 }
937     }
938    
939     /*********************************************************
940     * typedef information setup/
941     *********************************************************/
942     extern "C" void G__cpp_setup_typetablePamLevel2Dict() {
943    
944     /* Setting up typedef entry */
945     G__search_typename2("Int_t",105,-1,0,
946     -1);
947     G__setnewtype(-1,"Signed integer 4 bytes (int)",0);
948 pam-fi 1.2 G__search_typename2("Bool_t",103,-1,0,
949     -1);
950     G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0);
951 pam-fi 1.1 G__search_typename2("Version_t",115,-1,0,
952     -1);
953     G__setnewtype(-1,"Class version identifier (short)",0);
954     }
955    
956     /*********************************************************
957     * Data Member information setup/
958     *********************************************************/
959    
960     /* Setting up class,struct,union tag member variable */
961    
962     /* PamTrack */
963     static void G__setup_memvarPamTrack(void) {
964     G__tag_memvar_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack));
965     { PamTrack *p; p=(PamTrack*)0x1000; if (p) { }
966     G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_TrkTrack),-1,-1,4,"trk_track=",0,(char*)NULL);
967     G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_CaloTrkVar),-1,-1,4,"calo_track=",0,(char*)NULL);
968     G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_ToFTrkVar),-1,-1,4,"tof_track=",0,(char*)NULL);
969     G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
970     }
971     G__tag_memvar_reset();
972     }
973    
974    
975     /* PamLevel2 */
976     static void G__setup_memvarPamLevel2(void) {
977     G__tag_memvar_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2));
978     { PamLevel2 *p; p=(PamLevel2*)0x1000; if (p) { }
979 pam-fi 1.4 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_TrkLevel1),-1,-1,4,"trk_l1_obj=",0,(char*)NULL);
980 pam-fi 1.1 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_TrkLevel2),-1,-1,4,"trk_obj=",0,(char*)NULL);
981     G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_CaloLevel2),-1,-1,4,"calo_obj=",0,(char*)NULL);
982     G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_ToFLevel2),-1,-1,4,"tof_obj=",0,(char*)NULL);
983     G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_TrigLevel2),-1,-1,4,"trig_obj=",0,(char*)NULL);
984     G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_S4Level2),-1,-1,4,"s4_obj=",0,(char*)NULL);
985     G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_NDLevel2),-1,-1,4,"nd_obj=",0,(char*)NULL);
986     G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_AcLevel2),-1,-1,4,"ac_obj=",0,(char*)NULL);
987 pam-fi 1.2 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_OrbitalInfo),-1,-1,4,"orb_obj=",0,(char*)NULL);
988 pam-fi 1.4 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_GL_RUN),-1,-1,4,"run_obj=",0,(char*)NULL);
989 pam-fi 1.5 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_TRefArray),-1,-1,4,"sorted_tracks=",0,(char*)NULL);
990 pam-fi 1.4 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_TChain),-1,-1,4,"Tout=",0,(char*)NULL);
991 pam-fi 1.2 G__memvar_setup((void*)((long)(&p->CAL)-(long)(p)),103,0,0,-1,G__defined_typename("Bool_t"),-1,1,"CAL=",0,(char*)NULL);
992     G__memvar_setup((void*)((long)(&p->TRK)-(long)(p)),103,0,0,-1,G__defined_typename("Bool_t"),-1,1,"TRK=",0,(char*)NULL);
993     G__memvar_setup((void*)((long)(&p->TRG)-(long)(p)),103,0,0,-1,G__defined_typename("Bool_t"),-1,1,"TRG=",0,(char*)NULL);
994     G__memvar_setup((void*)((long)(&p->TOF)-(long)(p)),103,0,0,-1,G__defined_typename("Bool_t"),-1,1,"TOF=",0,(char*)NULL);
995     G__memvar_setup((void*)((long)(&p->S4)-(long)(p)),103,0,0,-1,G__defined_typename("Bool_t"),-1,1,"S4=",0,(char*)NULL);
996     G__memvar_setup((void*)((long)(&p->ND)-(long)(p)),103,0,0,-1,G__defined_typename("Bool_t"),-1,1,"ND=",0,(char*)NULL);
997     G__memvar_setup((void*)((long)(&p->AC)-(long)(p)),103,0,0,-1,G__defined_typename("Bool_t"),-1,1,"AC=",0,(char*)NULL);
998     G__memvar_setup((void*)((long)(&p->ORB)-(long)(p)),103,0,0,-1,G__defined_typename("Bool_t"),-1,1,"ORB=",0,(char*)NULL);
999 pam-fi 1.4 G__memvar_setup((void*)((long)(&p->TRK_L1)-(long)(p)),103,0,0,-1,G__defined_typename("Bool_t"),-1,1,"TRK_L1=",0,(char*)NULL);
1000 pam-fi 1.1 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
1001     }
1002     G__tag_memvar_reset();
1003     }
1004    
1005     extern "C" void G__cpp_setup_memvarPamLevel2Dict() {
1006     }
1007     /***********************************************************
1008     ************************************************************
1009     ************************************************************
1010     ************************************************************
1011     ************************************************************
1012     ************************************************************
1013     ************************************************************
1014     ***********************************************************/
1015    
1016     /*********************************************************
1017     * Member function information setup for each class
1018     *********************************************************/
1019     static void G__setup_memfuncPamTrack(void) {
1020     /* PamTrack */
1021     G__tag_memfunc_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack));
1022 pam-fi 1.4 G__memfunc_setup("PamTrack",787,G__PamLevel2Dict_608_1_0,105,G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
1023     G__memfunc_setup("PamTrack",787,G__PamLevel2Dict_608_2_0,105,G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack),-1,0,3,1,1,0,
1024 pam-fi 1.1 "U 'TrkTrack' - 0 - - U 'CaloTrkVar' - 0 - - "
1025     "U 'ToFTrkVar' - 0 - -",(char*)NULL,(void*)NULL,0);
1026 pam-fi 1.4 G__memfunc_setup("Class",502,G__PamLevel2Dict_608_3_0,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&PamTrack::Class),0);
1027     G__memfunc_setup("Class_Name",982,G__PamLevel2Dict_608_4_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&PamTrack::Class_Name),0);
1028     G__memfunc_setup("Class_Version",1339,G__PamLevel2Dict_608_5_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&PamTrack::Class_Version),0);
1029     G__memfunc_setup("Dictionary",1046,G__PamLevel2Dict_608_6_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&PamTrack::Dictionary),0);
1030     G__memfunc_setup("IsA",253,G__PamLevel2Dict_608_7_0,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
1031     G__memfunc_setup("ShowMembers",1132,G__PamLevel2Dict_608_8_0,121,-1,-1,0,2,1,1,0,
1032 pam-fi 1.1 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
1033 pam-fi 1.4 G__memfunc_setup("Streamer",835,G__PamLevel2Dict_608_9_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
1034     G__memfunc_setup("StreamerNVirtual",1656,G__PamLevel2Dict_608_0_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
1035     G__memfunc_setup("DeclFileName",1145,G__PamLevel2Dict_608_1_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&PamTrack::DeclFileName),0);
1036     G__memfunc_setup("ImplFileLine",1178,G__PamLevel2Dict_608_2_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&PamTrack::ImplFileLine),0);
1037     G__memfunc_setup("ImplFileName",1171,G__PamLevel2Dict_608_3_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&PamTrack::ImplFileName),0);
1038     G__memfunc_setup("DeclFileLine",1152,G__PamLevel2Dict_608_4_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&PamTrack::DeclFileLine),0);
1039 pam-fi 1.1 // automatic copy constructor
1040 pam-fi 1.4 G__memfunc_setup("PamTrack",787,G__PamLevel2Dict_608_5_1,(int)('i'),G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack),-1,0,1,1,1,0,"u 'PamTrack' - 11 - -",(char*)NULL,(void*)NULL,0);
1041 pam-fi 1.1 // automatic destructor
1042 pam-fi 1.4 G__memfunc_setup("~PamTrack",913,G__PamLevel2Dict_608_6_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
1043 pam-fi 1.1 // automatic assignment operator
1044 pam-fi 1.4 G__memfunc_setup("operator=",937,G__PamLevel2Dict_608_7_1,(int)('u'),G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack),-1,1,1,1,1,0,"u 'PamTrack' - 11 - -",(char*)NULL,(void*)NULL,0);
1045 pam-fi 1.1 G__tag_memfunc_reset();
1046     }
1047    
1048     static void G__setup_memfuncPamLevel2(void) {
1049     /* PamLevel2 */
1050     G__tag_memfunc_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2));
1051 pam-fi 1.4 G__memfunc_setup("PamLevel2",840,G__PamLevel2Dict_609_1_0,105,G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
1052     G__memfunc_setup("Clear",487,G__PamLevel2Dict_609_2_0,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
1053     G__memfunc_setup("GetTrkLevel1",1146,G__PamLevel2Dict_609_3_0,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TrkLevel1),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
1054     G__memfunc_setup("GetTrkLevel2",1147,G__PamLevel2Dict_609_4_0,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TrkLevel2),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
1055     G__memfunc_setup("GetCaloLevel2",1225,G__PamLevel2Dict_609_5_0,85,G__get_linked_tagnum(&G__PamLevel2DictLN_CaloLevel2),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
1056     G__memfunc_setup("GetToFLevel2",1107,G__PamLevel2Dict_609_6_0,85,G__get_linked_tagnum(&G__PamLevel2DictLN_ToFLevel2),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
1057     G__memfunc_setup("GetTrigLevel2",1248,G__PamLevel2Dict_609_7_0,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TrigLevel2),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
1058     G__memfunc_setup("GetS4Level2",977,G__PamLevel2Dict_609_8_0,85,G__get_linked_tagnum(&G__PamLevel2DictLN_S4Level2),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
1059     G__memfunc_setup("GetNDLevel2",988,G__PamLevel2Dict_609_9_0,85,G__get_linked_tagnum(&G__PamLevel2DictLN_NDLevel2),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
1060     G__memfunc_setup("GetAcLevel2",1006,G__PamLevel2Dict_609_0_1,85,G__get_linked_tagnum(&G__PamLevel2DictLN_AcLevel2),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
1061     G__memfunc_setup("GetOrbitalInfo",1401,G__PamLevel2Dict_609_1_1,85,G__get_linked_tagnum(&G__PamLevel2DictLN_OrbitalInfo),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
1062     G__memfunc_setup("GetRunInfo",993,G__PamLevel2Dict_609_2_1,85,G__get_linked_tagnum(&G__PamLevel2DictLN_GL_RUN),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
1063     G__memfunc_setup("SetWhichTrees",1314,G__PamLevel2Dict_609_3_1,121,-1,-1,0,1,1,1,0,"u 'TString' - 0 - -",(char*)NULL,(void*)NULL,0);
1064     G__memfunc_setup("GetListOfLevel2Files",1934,G__PamLevel2Dict_609_4_1,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TList),-1,0,2,1,1,0,
1065 pam-fi 1.2 "u 'TString' - 0 - - u 'TString' - 0 - -",(char*)NULL,(void*)NULL,0);
1066 pam-fi 1.4 G__memfunc_setup("CheckLevel2File",1416,G__PamLevel2Dict_609_5_1,103,-1,G__defined_typename("Bool_t"),0,1,1,1,0,"u 'TString' - 0 - -",(char*)NULL,(void*)NULL,0);
1067     G__memfunc_setup("SetBranchAddress",1600,G__PamLevel2Dict_609_6_1,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
1068     G__memfunc_setup("GetPamTree",974,G__PamLevel2Dict_609_7_1,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TTree),-1,0,2,1,1,0,
1069 pam-fi 1.2 "U 'TFile' - 0 - - u 'TString' - 0 - -",(char*)NULL,(void*)NULL,0);
1070 pam-fi 1.4 G__memfunc_setup("GetPamTree",974,G__PamLevel2Dict_609_8_1,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TTree),-1,0,1,1,1,0,"U 'TFile' - 0 - f",(char*)NULL,(void*)NULL,0);
1071     G__memfunc_setup("GetPamTree",974,G__PamLevel2Dict_609_9_1,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TChain),-1,0,2,1,1,0,
1072 pam-fi 1.2 "U 'TList' - 0 - - u 'TString' - 0 - -",(char*)NULL,(void*)NULL,0);
1073 pam-fi 1.4 G__memfunc_setup("GetRunTree",997,G__PamLevel2Dict_609_0_2,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TTree),-1,0,1,1,1,0,"U 'TFile' - 0 - -",(char*)NULL,(void*)NULL,0);
1074     G__memfunc_setup("GetRunTree",997,G__PamLevel2Dict_609_1_2,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TChain),-1,0,1,1,1,0,"U 'TList' - 0 - -",(char*)NULL,(void*)NULL,0);
1075     G__memfunc_setup("GetPointerToTrk",1525,G__PamLevel2Dict_609_2_2,89,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
1076     G__memfunc_setup("GetPointerToTrk",1525,G__PamLevel2Dict_609_3_2,89,-1,-1,0,1,1,1,0,"i - - 0 - s",(char*)NULL,(void*)NULL,0);
1077     G__memfunc_setup("GetPointerToCalo",1603,G__PamLevel2Dict_609_4_2,89,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
1078     G__memfunc_setup("GetPointerToToF",1485,G__PamLevel2Dict_609_5_2,89,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
1079     G__memfunc_setup("GetPointerToTrig",1626,G__PamLevel2Dict_609_6_2,89,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
1080     G__memfunc_setup("GetPointerToS4",1355,G__PamLevel2Dict_609_7_2,89,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
1081     G__memfunc_setup("GetPointerToND",1366,G__PamLevel2Dict_609_8_2,89,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
1082     G__memfunc_setup("GetPointerToAc",1384,G__PamLevel2Dict_609_9_2,89,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
1083     G__memfunc_setup("GetPointerToOrb",1511,G__PamLevel2Dict_609_0_3,89,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
1084     G__memfunc_setup("GetPointerToRun",1529,G__PamLevel2Dict_609_1_3,89,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
1085     G__memfunc_setup("GetPointerTo",1220,G__PamLevel2Dict_609_2_3,89,-1,-1,0,1,1,1,0,"C - - 10 - -",(char*)NULL,(void*)NULL,0);
1086     G__memfunc_setup("GetTrkStoredTrack",1719,G__PamLevel2Dict_609_3_3,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TrkTrack),-1,0,1,1,1,0,"i - - 0 - seqno",(char*)NULL,(void*)NULL,0);
1087     G__memfunc_setup("GetCaloStoredTrack",1797,G__PamLevel2Dict_609_4_3,85,G__get_linked_tagnum(&G__PamLevel2DictLN_CaloTrkVar),-1,0,1,1,1,0,"i - - 0 - -",(char*)NULL,(void*)NULL,0);
1088     G__memfunc_setup("GetToFStoredTrack",1679,G__PamLevel2Dict_609_5_3,85,G__get_linked_tagnum(&G__PamLevel2DictLN_ToFTrkVar),-1,0,1,1,1,0,"i - - 0 - -",(char*)NULL,(void*)NULL,0);
1089     G__memfunc_setup("GetPamTrackAlong",1572,G__PamLevel2Dict_609_6_3,85,G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack),-1,0,1,1,1,0,"U 'TrkTrack' - 0 - -",(char*)NULL,(void*)NULL,0);
1090     G__memfunc_setup("GetStoredTrack",1414,G__PamLevel2Dict_609_7_3,85,G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack),-1,0,1,1,1,0,"i - 'Int_t' 0 - -",(char*)NULL,(void*)NULL,0);
1091     G__memfunc_setup("SortTracks",1040,G__PamLevel2Dict_609_8_3,121,-1,-1,0,1,1,1,0,"u 'TString' - 0 - -","assign value to variable sorted_tracks",(void*)NULL,0);
1092     G__memfunc_setup("GetTracks",904,G__PamLevel2Dict_609_9_3,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TRefArray),-1,0,0,1,1,0,"","return sorted_tracks",(void*)NULL,0);
1093     G__memfunc_setup("GetTrack",789,G__PamLevel2Dict_609_0_4,85,G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack),-1,0,1,1,1,0,"i - - 0 - -",(char*)NULL,(void*)NULL,0);
1094     G__memfunc_setup("GetTrackImage",1272,G__PamLevel2Dict_609_1_4,85,G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack),-1,0,1,1,1,0,"i - - 0 - -",(char*)NULL,(void*)NULL,0);
1095     G__memfunc_setup("Class",502,G__PamLevel2Dict_609_2_4,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&PamLevel2::Class),0);
1096     G__memfunc_setup("Class_Name",982,G__PamLevel2Dict_609_3_4,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&PamLevel2::Class_Name),0);
1097     G__memfunc_setup("Class_Version",1339,G__PamLevel2Dict_609_4_4,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&PamLevel2::Class_Version),0);
1098     G__memfunc_setup("Dictionary",1046,G__PamLevel2Dict_609_5_4,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&PamLevel2::Dictionary),0);
1099     G__memfunc_setup("IsA",253,G__PamLevel2Dict_609_6_4,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
1100     G__memfunc_setup("ShowMembers",1132,G__PamLevel2Dict_609_7_4,121,-1,-1,0,2,1,1,0,
1101 pam-fi 1.1 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
1102 pam-fi 1.4 G__memfunc_setup("Streamer",835,G__PamLevel2Dict_609_8_4,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
1103     G__memfunc_setup("StreamerNVirtual",1656,G__PamLevel2Dict_609_9_4,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
1104     G__memfunc_setup("DeclFileName",1145,G__PamLevel2Dict_609_0_5,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&PamLevel2::DeclFileName),0);
1105     G__memfunc_setup("ImplFileLine",1178,G__PamLevel2Dict_609_1_5,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&PamLevel2::ImplFileLine),0);
1106     G__memfunc_setup("ImplFileName",1171,G__PamLevel2Dict_609_2_5,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&PamLevel2::ImplFileName),0);
1107     G__memfunc_setup("DeclFileLine",1152,G__PamLevel2Dict_609_3_5,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&PamLevel2::DeclFileLine),0);
1108 pam-fi 1.1 // automatic copy constructor
1109 pam-fi 1.4 G__memfunc_setup("PamLevel2",840,G__PamLevel2Dict_609_4_5,(int)('i'),G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2),-1,0,1,1,1,0,"u 'PamLevel2' - 11 - -",(char*)NULL,(void*)NULL,0);
1110 pam-fi 1.1 // automatic destructor
1111 pam-fi 1.4 G__memfunc_setup("~PamLevel2",966,G__PamLevel2Dict_609_5_5,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
1112 pam-fi 1.1 // automatic assignment operator
1113 pam-fi 1.4 G__memfunc_setup("operator=",937,G__PamLevel2Dict_609_6_5,(int)('u'),G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2),-1,1,1,1,1,0,"u 'PamLevel2' - 11 - -",(char*)NULL,(void*)NULL,0);
1114 pam-fi 1.1 G__tag_memfunc_reset();
1115     }
1116    
1117    
1118     /*********************************************************
1119     * Member function information setup
1120     *********************************************************/
1121     extern "C" void G__cpp_setup_memfuncPamLevel2Dict() {
1122     }
1123    
1124     /*********************************************************
1125     * Global variable information setup for each class
1126     *********************************************************/
1127     static void G__cpp_setup_global0() {
1128    
1129     /* Setting up global variables */
1130     G__resetplocal();
1131    
1132     }
1133    
1134     static void G__cpp_setup_global1() {
1135     }
1136    
1137     static void G__cpp_setup_global2() {
1138     }
1139    
1140     static void G__cpp_setup_global3() {
1141 pam-fi 1.2 }
1142    
1143     static void G__cpp_setup_global4() {
1144 pam-fi 1.4 }
1145    
1146     static void G__cpp_setup_global5() {
1147 pam-fi 1.1
1148     G__resetglobalenv();
1149     }
1150     extern "C" void G__cpp_setup_globalPamLevel2Dict() {
1151     G__cpp_setup_global0();
1152     G__cpp_setup_global1();
1153     G__cpp_setup_global2();
1154     G__cpp_setup_global3();
1155 pam-fi 1.2 G__cpp_setup_global4();
1156 pam-fi 1.4 G__cpp_setup_global5();
1157 pam-fi 1.1 }
1158    
1159     /*********************************************************
1160     * Global function information setup for each class
1161     *********************************************************/
1162     static void G__cpp_setup_func0() {
1163     G__lastifuncposition();
1164    
1165     }
1166    
1167     static void G__cpp_setup_func1() {
1168     }
1169    
1170     static void G__cpp_setup_func2() {
1171     }
1172    
1173     static void G__cpp_setup_func3() {
1174     }
1175    
1176     static void G__cpp_setup_func4() {
1177     }
1178    
1179     static void G__cpp_setup_func5() {
1180     }
1181    
1182     static void G__cpp_setup_func6() {
1183     }
1184    
1185     static void G__cpp_setup_func7() {
1186     }
1187    
1188     static void G__cpp_setup_func8() {
1189     }
1190    
1191     static void G__cpp_setup_func9() {
1192     }
1193    
1194     static void G__cpp_setup_func10() {
1195     }
1196    
1197     static void G__cpp_setup_func11() {
1198     }
1199    
1200     static void G__cpp_setup_func12() {
1201 pam-fi 1.2 }
1202    
1203     static void G__cpp_setup_func13() {
1204 pam-fi 1.4 }
1205    
1206     static void G__cpp_setup_func14() {
1207     }
1208    
1209     static void G__cpp_setup_func15() {
1210     }
1211    
1212     static void G__cpp_setup_func16() {
1213     }
1214    
1215     static void G__cpp_setup_func17() {
1216 pam-fi 1.1
1217     G__resetifuncposition();
1218     }
1219    
1220     extern "C" void G__cpp_setup_funcPamLevel2Dict() {
1221     G__cpp_setup_func0();
1222     G__cpp_setup_func1();
1223     G__cpp_setup_func2();
1224     G__cpp_setup_func3();
1225     G__cpp_setup_func4();
1226     G__cpp_setup_func5();
1227     G__cpp_setup_func6();
1228     G__cpp_setup_func7();
1229     G__cpp_setup_func8();
1230     G__cpp_setup_func9();
1231     G__cpp_setup_func10();
1232     G__cpp_setup_func11();
1233     G__cpp_setup_func12();
1234 pam-fi 1.2 G__cpp_setup_func13();
1235 pam-fi 1.4 G__cpp_setup_func14();
1236     G__cpp_setup_func15();
1237     G__cpp_setup_func16();
1238     G__cpp_setup_func17();
1239 pam-fi 1.1 }
1240    
1241     /*********************************************************
1242     * Class,struct,union,enum tag information setup
1243     *********************************************************/
1244     /* Setup class/struct taginfo */
1245     G__linked_taginfo G__PamLevel2DictLN_TClass = { "TClass" , 99 , -1 };
1246     G__linked_taginfo G__PamLevel2DictLN_TBuffer = { "TBuffer" , 99 , -1 };
1247     G__linked_taginfo G__PamLevel2DictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
1248     G__linked_taginfo G__PamLevel2DictLN_TObject = { "TObject" , 99 , -1 };
1249 pam-fi 1.2 G__linked_taginfo G__PamLevel2DictLN_TList = { "TList" , 99 , -1 };
1250     G__linked_taginfo G__PamLevel2DictLN_TString = { "TString" , 99 , -1 };
1251 pam-fi 1.1 G__linked_taginfo G__PamLevel2DictLN_TFile = { "TFile" , 99 , -1 };
1252 pam-fi 1.2 G__linked_taginfo G__PamLevel2DictLN_TRefArray = { "TRefArray" , 99 , -1 };
1253 pam-fi 1.1 G__linked_taginfo G__PamLevel2DictLN_TTree = { "TTree" , 99 , -1 };
1254 pam-fi 1.4 G__linked_taginfo G__PamLevel2DictLN_TrkLevel1 = { "TrkLevel1" , 99 , -1 };
1255 pam-fi 1.1 G__linked_taginfo G__PamLevel2DictLN_TrkTrack = { "TrkTrack" , 99 , -1 };
1256     G__linked_taginfo G__PamLevel2DictLN_TrkLevel2 = { "TrkLevel2" , 99 , -1 };
1257     G__linked_taginfo G__PamLevel2DictLN_CaloTrkVar = { "CaloTrkVar" , 99 , -1 };
1258     G__linked_taginfo G__PamLevel2DictLN_CaloLevel2 = { "CaloLevel2" , 99 , -1 };
1259     G__linked_taginfo G__PamLevel2DictLN_ToFTrkVar = { "ToFTrkVar" , 99 , -1 };
1260     G__linked_taginfo G__PamLevel2DictLN_ToFLevel2 = { "ToFLevel2" , 99 , -1 };
1261     G__linked_taginfo G__PamLevel2DictLN_TrigLevel2 = { "TrigLevel2" , 99 , -1 };
1262     G__linked_taginfo G__PamLevel2DictLN_S4Level2 = { "S4Level2" , 99 , -1 };
1263     G__linked_taginfo G__PamLevel2DictLN_NDLevel2 = { "NDLevel2" , 99 , -1 };
1264     G__linked_taginfo G__PamLevel2DictLN_AcLevel2 = { "AcLevel2" , 99 , -1 };
1265 pam-fi 1.2 G__linked_taginfo G__PamLevel2DictLN_OrbitalInfo = { "OrbitalInfo" , 99 , -1 };
1266 pam-fi 1.4 G__linked_taginfo G__PamLevel2DictLN_GL_RUN = { "GL_RUN" , 99 , -1 };
1267 pam-fi 1.2 G__linked_taginfo G__PamLevel2DictLN_TChain = { "TChain" , 99 , -1 };
1268 pam-fi 1.1 G__linked_taginfo G__PamLevel2DictLN_PamTrack = { "PamTrack" , 99 , -1 };
1269     G__linked_taginfo G__PamLevel2DictLN_PamLevel2 = { "PamLevel2" , 99 , -1 };
1270    
1271     /* Reset class/struct taginfo */
1272     extern "C" void G__cpp_reset_tagtablePamLevel2Dict() {
1273     G__PamLevel2DictLN_TClass.tagnum = -1 ;
1274     G__PamLevel2DictLN_TBuffer.tagnum = -1 ;
1275     G__PamLevel2DictLN_TMemberInspector.tagnum = -1 ;
1276     G__PamLevel2DictLN_TObject.tagnum = -1 ;
1277 pam-fi 1.2 G__PamLevel2DictLN_TList.tagnum = -1 ;
1278     G__PamLevel2DictLN_TString.tagnum = -1 ;
1279 pam-fi 1.1 G__PamLevel2DictLN_TFile.tagnum = -1 ;
1280 pam-fi 1.2 G__PamLevel2DictLN_TRefArray.tagnum = -1 ;
1281 pam-fi 1.1 G__PamLevel2DictLN_TTree.tagnum = -1 ;
1282 pam-fi 1.4 G__PamLevel2DictLN_TrkLevel1.tagnum = -1 ;
1283 pam-fi 1.1 G__PamLevel2DictLN_TrkTrack.tagnum = -1 ;
1284     G__PamLevel2DictLN_TrkLevel2.tagnum = -1 ;
1285     G__PamLevel2DictLN_CaloTrkVar.tagnum = -1 ;
1286     G__PamLevel2DictLN_CaloLevel2.tagnum = -1 ;
1287     G__PamLevel2DictLN_ToFTrkVar.tagnum = -1 ;
1288     G__PamLevel2DictLN_ToFLevel2.tagnum = -1 ;
1289     G__PamLevel2DictLN_TrigLevel2.tagnum = -1 ;
1290     G__PamLevel2DictLN_S4Level2.tagnum = -1 ;
1291     G__PamLevel2DictLN_NDLevel2.tagnum = -1 ;
1292     G__PamLevel2DictLN_AcLevel2.tagnum = -1 ;
1293 pam-fi 1.2 G__PamLevel2DictLN_OrbitalInfo.tagnum = -1 ;
1294 pam-fi 1.4 G__PamLevel2DictLN_GL_RUN.tagnum = -1 ;
1295 pam-fi 1.2 G__PamLevel2DictLN_TChain.tagnum = -1 ;
1296 pam-fi 1.1 G__PamLevel2DictLN_PamTrack.tagnum = -1 ;
1297     G__PamLevel2DictLN_PamLevel2.tagnum = -1 ;
1298     }
1299    
1300    
1301     extern "C" void G__cpp_setup_tagtablePamLevel2Dict() {
1302    
1303     /* Setting up class,struct,union tag entry */
1304     G__get_linked_tagnum(&G__PamLevel2DictLN_TClass);
1305     G__get_linked_tagnum(&G__PamLevel2DictLN_TBuffer);
1306     G__get_linked_tagnum(&G__PamLevel2DictLN_TMemberInspector);
1307     G__get_linked_tagnum(&G__PamLevel2DictLN_TObject);
1308 pam-fi 1.2 G__get_linked_tagnum(&G__PamLevel2DictLN_TList);
1309     G__get_linked_tagnum(&G__PamLevel2DictLN_TString);
1310 pam-fi 1.1 G__get_linked_tagnum(&G__PamLevel2DictLN_TFile);
1311 pam-fi 1.2 G__get_linked_tagnum(&G__PamLevel2DictLN_TRefArray);
1312 pam-fi 1.1 G__get_linked_tagnum(&G__PamLevel2DictLN_TTree);
1313 pam-fi 1.4 G__get_linked_tagnum(&G__PamLevel2DictLN_TrkLevel1);
1314 pam-fi 1.1 G__get_linked_tagnum(&G__PamLevel2DictLN_TrkTrack);
1315     G__get_linked_tagnum(&G__PamLevel2DictLN_TrkLevel2);
1316     G__get_linked_tagnum(&G__PamLevel2DictLN_CaloTrkVar);
1317     G__get_linked_tagnum(&G__PamLevel2DictLN_CaloLevel2);
1318     G__get_linked_tagnum(&G__PamLevel2DictLN_ToFTrkVar);
1319     G__get_linked_tagnum(&G__PamLevel2DictLN_ToFLevel2);
1320     G__get_linked_tagnum(&G__PamLevel2DictLN_TrigLevel2);
1321     G__get_linked_tagnum(&G__PamLevel2DictLN_S4Level2);
1322     G__get_linked_tagnum(&G__PamLevel2DictLN_NDLevel2);
1323     G__get_linked_tagnum(&G__PamLevel2DictLN_AcLevel2);
1324 pam-fi 1.2 G__get_linked_tagnum(&G__PamLevel2DictLN_OrbitalInfo);
1325 pam-fi 1.4 G__get_linked_tagnum(&G__PamLevel2DictLN_GL_RUN);
1326 pam-fi 1.2 G__get_linked_tagnum(&G__PamLevel2DictLN_TChain);
1327 pam-fi 1.1 G__tagtable_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack),sizeof(PamTrack),-1,323840,(char*)NULL,G__setup_memvarPamTrack,G__setup_memfuncPamTrack);
1328 pam-fi 1.2 G__tagtable_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2),sizeof(PamLevel2),-1,292096,(char*)NULL,G__setup_memvarPamLevel2,G__setup_memfuncPamLevel2);
1329 pam-fi 1.1 }
1330     extern "C" void G__cpp_setupPamLevel2Dict(void) {
1331     G__check_setup_version(30051515,"G__cpp_setupPamLevel2Dict()");
1332     G__set_cpp_environmentPamLevel2Dict();
1333     G__cpp_setup_tagtablePamLevel2Dict();
1334    
1335     G__cpp_setup_inheritancePamLevel2Dict();
1336    
1337     G__cpp_setup_typetablePamLevel2Dict();
1338    
1339     G__cpp_setup_memvarPamLevel2Dict();
1340    
1341     G__cpp_setup_memfuncPamLevel2Dict();
1342     G__cpp_setup_globalPamLevel2Dict();
1343     G__cpp_setup_funcPamLevel2Dict();
1344    
1345     if(0==G__getsizep2memfunc()) G__get_sizep2memfuncPamLevel2Dict();
1346     return;
1347     }
1348     class G__cpp_setup_initPamLevel2Dict {
1349     public:
1350     G__cpp_setup_initPamLevel2Dict() { G__add_setup_func("PamLevel2Dict",(G__incsetup)(&G__cpp_setupPamLevel2Dict)); G__call_setup_funcs(); }
1351     ~G__cpp_setup_initPamLevel2Dict() { G__remove_setup_func("PamLevel2Dict"); }
1352     };
1353     G__cpp_setup_initPamLevel2Dict G__cpp_setup_initializerPamLevel2Dict;
1354    

  ViewVC Help
Powered by ViewVC 1.1.23