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

Contents of /PamelaLevel2/src/PamLevel2Dict.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (show annotations) (download)
Tue Nov 28 10:58:34 2006 UTC (18 years, 4 months ago) by pam-fi
Branch: MAIN
Changes since 1.6: +228 -169 lines
implemented CaloLevel1, TrkHough and other things...

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

  ViewVC Help
Powered by ViewVC 1.1.23