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

Contents of /PamelaLevel2/src/PamLevel2Dict.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.11 - (show annotations) (download)
Wed Dec 13 09:57:29 2006 UTC (17 years, 11 months ago) by pam-fi
Branch: MAIN
CVS Tags: v0r02, v2r02
Changes since 1.10: +3 -1 lines
*** empty log message ***

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

  ViewVC Help
Powered by ViewVC 1.1.23