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

Contents of /PamelaLevel2/src/PamLevel2Dict.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (show annotations) (download)
Tue Oct 24 10:24:27 2006 UTC (18 years, 5 months ago) by pam-fi
Branch: MAIN
Changes since 1.5: +465 -339 lines
*** empty log message ***

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

  ViewVC Help
Powered by ViewVC 1.1.23