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

Annotation of /PamelaLevel2/src/PamLevel2Dict.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.8 - (hide annotations) (download)
Tue Dec 5 12:13:39 2006 UTC (18 years ago) by pam-fi
Branch: MAIN
Changes since 1.7: +161 -275 lines
added methods to clone trees

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

  ViewVC Help
Powered by ViewVC 1.1.23