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

Contents of /PamelaLevel2/src/PamLevel2Dict.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.10 - (show annotations) (download)
Mon Dec 11 17:49:03 2006 UTC (17 years, 11 months ago) by pam-fi
Branch: MAIN
Changes since 1.9: +166 -110 lines
*** empty log message ***

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

  ViewVC Help
Powered by ViewVC 1.1.23