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

Diff of /PamelaLevel2/src/PamLevel2Dict.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by pam-fi, Fri Sep 29 10:02:30 2006 UTC revision 1.6 by pam-fi, Tue Oct 24 10:24:27 2006 UTC
# Line 1  Line 1 
1  //  //
2  // File generated by rootcint at Wed Sep 20 20:49:02 2006.  // File generated by rootcint at Fri Oct 13 18:38:30 2006
3    
4  // Do NOT change. Changes will be lost next time file is generated  // Do NOT change. Changes will be lost next time file is generated
5  //  //
6    
# Line 12  Line 13 
13    
14  // Since CINT ignores the std namespace, we need to do so in this file.  // Since CINT ignores the std namespace, we need to do so in this file.
15  namespace std {} using namespace std;  namespace std {} using namespace std;
   
16  #include "PamLevel2Dict.h"  #include "PamLevel2Dict.h"
17    
18  #include "TClass.h"  #include "TClass.h"
19  #include "TBuffer.h"  #include "TBuffer.h"
20  #include "TStreamerInfo.h"  #include "TStreamerInfo.h"
# Line 27  namespace std {} using namespace std; Line 28  namespace std {} using namespace std;
28  #include "RtypesImp.h"  #include "RtypesImp.h"
29  #include "TCollectionProxy.h"  #include "TCollectionProxy.h"
30  #include "TIsAProxy.h"  #include "TIsAProxy.h"
31    // START OF SHADOWS
32    
33  namespace ROOT {  namespace ROOT {
34     namespace Shadow {     namespace Shadow {
35     } // Of namespace ROOT::Shadow     } // of namespace Shadow
36  } // Of namespace ROOT  } // of namespace ROOT
37    // END OF SHADOWS
38    
39  namespace ROOT {  namespace ROOT {
40     void PamTrack_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);     void PamTrack_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
41     static void *new_PamTrack(void *p = 0);     static void *new_PamTrack(void *p = 0);
42     static void *newArray_PamTrack(Long_t size);     static void *newArray_PamTrack(Long_t size, void *p);
43     static void delete_PamTrack(void *p);     static void delete_PamTrack(void *p);
44     static void deleteArray_PamTrack(void *p);     static void deleteArray_PamTrack(void *p);
45     static void destruct_PamTrack(void *p);     static void destruct_PamTrack(void *p);
46    
47     // Function generating the singleton type initializer     // Function generating the singleton type initializer
48     TGenericClassInfo *GenerateInitInstance(const ::PamTrack*)     static TGenericClassInfo *GenerateInitInstanceLocal(const ::PamTrack*)
49     {     {
50        ::PamTrack *ptr = 0;        ::PamTrack *ptr = 0;
51        static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::PamTrack >(0);        static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::PamTrack >(0);
# Line 57  namespace ROOT { Line 61  namespace ROOT {
61        instance.SetDestructor(&destruct_PamTrack);        instance.SetDestructor(&destruct_PamTrack);
62        return &instance;        return &instance;
63     }     }
64       TGenericClassInfo *GenerateInitInstance(const ::PamTrack*)
65       {
66          return GenerateInitInstanceLocal((::PamTrack*)0);
67       }
68     // Static variable to force the class initialization     // Static variable to force the class initialization
69     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const ::PamTrack*)0x0); R__UseDummy(_R__UNIQUE_(Init));     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::PamTrack*)0x0); R__UseDummy(_R__UNIQUE_(Init));
70  }  } // end of namespace ROOT
71    
72  namespace ROOT {  namespace ROOT {
73     void PamLevel2_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);     void PamLevel2_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
74     static void *new_PamLevel2(void *p = 0);     static void *new_PamLevel2(void *p = 0);
75     static void *newArray_PamLevel2(Long_t size);     static void *newArray_PamLevel2(Long_t size, void *p);
76     static void delete_PamLevel2(void *p);     static void delete_PamLevel2(void *p);
77     static void deleteArray_PamLevel2(void *p);     static void deleteArray_PamLevel2(void *p);
78     static void destruct_PamLevel2(void *p);     static void destruct_PamLevel2(void *p);
79    
80     // Function generating the singleton type initializer     // Function generating the singleton type initializer
81     TGenericClassInfo *GenerateInitInstance(const ::PamLevel2*)     static TGenericClassInfo *GenerateInitInstanceLocal(const ::PamLevel2*)
82     {     {
83        ::PamLevel2 *ptr = 0;        ::PamLevel2 *ptr = 0;
84        static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::PamLevel2 >(0);        static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::PamLevel2 >(0);
# Line 86  namespace ROOT { Line 94  namespace ROOT {
94        instance.SetDestructor(&destruct_PamLevel2);        instance.SetDestructor(&destruct_PamLevel2);
95        return &instance;        return &instance;
96     }     }
97       TGenericClassInfo *GenerateInitInstance(const ::PamLevel2*)
98       {
99          return GenerateInitInstanceLocal((::PamLevel2*)0);
100       }
101     // Static variable to force the class initialization     // Static variable to force the class initialization
102     static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const ::PamLevel2*)0x0); R__UseDummy(_R__UNIQUE_(Init));     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  TClass *PamTrack::fgIsA = 0;  // static to hold class pointer
# Line 102  const char *PamTrack::Class_Name() Line 114  const char *PamTrack::Class_Name()
114  //______________________________________________________________________________  //______________________________________________________________________________
115  const char *PamTrack::ImplFileName()  const char *PamTrack::ImplFileName()
116  {  {
117     return ::ROOT::GenerateInitInstance((const ::PamTrack*)0x0)->GetImplFileName();     return ::ROOT::GenerateInitInstanceLocal((const ::PamTrack*)0x0)->GetImplFileName();
118  }  }
119    
120  //______________________________________________________________________________  //______________________________________________________________________________
121  int PamTrack::ImplFileLine()  int PamTrack::ImplFileLine()
122  {  {
123     return ::ROOT::GenerateInitInstance((const ::PamTrack*)0x0)->GetImplFileLine();     return ::ROOT::GenerateInitInstanceLocal((const ::PamTrack*)0x0)->GetImplFileLine();
124  }  }
125    
126  //______________________________________________________________________________  //______________________________________________________________________________
127  void PamTrack::Dictionary()  void PamTrack::Dictionary()
128  {  {
129     fgIsA = ::ROOT::GenerateInitInstance((const ::PamTrack*)0x0)->GetClass();     fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::PamTrack*)0x0)->GetClass();
130  }  }
131    
132  //______________________________________________________________________________  //______________________________________________________________________________
133  TClass *PamTrack::Class()  TClass *PamTrack::Class()
134  {  {
135     if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstance((const ::PamTrack*)0x0)->GetClass();     if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::PamTrack*)0x0)->GetClass();
136     return fgIsA;     return fgIsA;
137  }  }
138    
# Line 136  const char *PamLevel2::Class_Name() Line 148  const char *PamLevel2::Class_Name()
148  //______________________________________________________________________________  //______________________________________________________________________________
149  const char *PamLevel2::ImplFileName()  const char *PamLevel2::ImplFileName()
150  {  {
151     return ::ROOT::GenerateInitInstance((const ::PamLevel2*)0x0)->GetImplFileName();     return ::ROOT::GenerateInitInstanceLocal((const ::PamLevel2*)0x0)->GetImplFileName();
152  }  }
153    
154  //______________________________________________________________________________  //______________________________________________________________________________
155  int PamLevel2::ImplFileLine()  int PamLevel2::ImplFileLine()
156  {  {
157     return ::ROOT::GenerateInitInstance((const ::PamLevel2*)0x0)->GetImplFileLine();     return ::ROOT::GenerateInitInstanceLocal((const ::PamLevel2*)0x0)->GetImplFileLine();
158  }  }
159    
160  //______________________________________________________________________________  //______________________________________________________________________________
161  void PamLevel2::Dictionary()  void PamLevel2::Dictionary()
162  {  {
163     fgIsA = ::ROOT::GenerateInitInstance((const ::PamLevel2*)0x0)->GetClass();     fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::PamLevel2*)0x0)->GetClass();
164  }  }
165    
166  //______________________________________________________________________________  //______________________________________________________________________________
167  TClass *PamLevel2::Class()  TClass *PamLevel2::Class()
168  {  {
169     if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstance((const ::PamLevel2*)0x0)->GetClass();     if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::PamLevel2*)0x0)->GetClass();
170     return fgIsA;     return fgIsA;
171  }  }
172    
# Line 174  void PamLevel2::Streamer(TBuffer &R__b) Line 186  void PamLevel2::Streamer(TBuffer &R__b)
186  void PamLevel2::ShowMembers(TMemberInspector &R__insp, char *R__parent)  void PamLevel2::ShowMembers(TMemberInspector &R__insp, char *R__parent)
187  {  {
188        // Inspect the data members of an object of class PamLevel2.        // Inspect the data members of an object of class PamLevel2.
   
189        TClass *R__cl = ::PamLevel2::IsA();        TClass *R__cl = ::PamLevel2::IsA();
190        Int_t R__ncp = strlen(R__parent);        Int_t R__ncp = strlen(R__parent);
191        if (R__ncp || R__cl || R__insp.IsA()) { }        if (R__ncp || R__cl || R__insp.IsA()) { }
# Line 215  namespace ROOT { Line 226  namespace ROOT {
226     static void *new_PamLevel2(void *p) {     static void *new_PamLevel2(void *p) {
227        return  p ? new(p) ::PamLevel2 : new ::PamLevel2;        return  p ? new(p) ::PamLevel2 : new ::PamLevel2;
228     }     }
229     static void *newArray_PamLevel2(Long_t size) {     static void *newArray_PamLevel2(Long_t nElements, void *p) {
230        return new ::PamLevel2[size];        return p ? new(p) ::PamLevel2[nElements] : new ::PamLevel2[nElements];
231     }     }
232     // Wrapper around operator delete     // Wrapper around operator delete
233     static void delete_PamLevel2(void *p) {     static void delete_PamLevel2(void *p) {
# Line 247  void PamTrack::Streamer(TBuffer &R__b) Line 258  void PamTrack::Streamer(TBuffer &R__b)
258  void PamTrack::ShowMembers(TMemberInspector &R__insp, char *R__parent)  void PamTrack::ShowMembers(TMemberInspector &R__insp, char *R__parent)
259  {  {
260        // Inspect the data members of an object of class PamTrack.        // Inspect the data members of an object of class PamTrack.
   
261        TClass *R__cl = ::PamTrack::IsA();        TClass *R__cl = ::PamTrack::IsA();
262        Int_t R__ncp = strlen(R__parent);        Int_t R__ncp = strlen(R__parent);
263        if (R__ncp || R__cl || R__insp.IsA()) { }        if (R__ncp || R__cl || R__insp.IsA()) { }
# Line 264  namespace ROOT { Line 274  namespace ROOT {
274     static void *new_PamTrack(void *p) {     static void *new_PamTrack(void *p) {
275        return  p ? new(p) ::PamTrack : new ::PamTrack;        return  p ? new(p) ::PamTrack : new ::PamTrack;
276     }     }
277     static void *newArray_PamTrack(Long_t size) {     static void *newArray_PamTrack(Long_t nElements, void *p) {
278        return new ::PamTrack[size];        return p ? new(p) ::PamTrack[nElements] : new ::PamTrack[nElements];
279     }     }
280     // Wrapper around operator delete     // Wrapper around operator delete
281     static void delete_PamTrack(void *p) {     static void delete_PamTrack(void *p) {
# Line 295  namespace ROOT { Line 305  namespace ROOT {
305  extern "C" void G__cpp_reset_tagtablePamLevel2Dict();  extern "C" void G__cpp_reset_tagtablePamLevel2Dict();
306    
307  extern "C" void G__set_cpp_environmentPamLevel2Dict() {  extern "C" void G__set_cpp_environmentPamLevel2Dict() {
   G__add_macro("G__CINTVERSION=50160002");  
308    G__add_compiledheader("TROOT.h");    G__add_compiledheader("TROOT.h");
309    G__add_compiledheader("TMemberInspector.h");    G__add_compiledheader("TMemberInspector.h");
310    G__add_compiledheader("inc/PamLevel2.h");    G__add_compiledheader("inc/PamLevel2.h");
311    G__cpp_reset_tagtablePamLevel2Dict();    G__cpp_reset_tagtablePamLevel2Dict();
312  }  }
313  class G__srcdIPamLevel2DictdOcpp_tag {};  #include <new>
   
 void* operator new(size_t size,G__srcdIPamLevel2DictdOcpp_tag* p) {  
   if(p && G__PVOID!=G__getgvp()) return((void*)p);  
 #ifndef G__ROOT  
   return(malloc(size));  
 #else  
   return(::operator new(size));  
 #endif  
 }  
   
 /* dummy, for exception */  
 #ifdef G__EH_DUMMY_DELETE  
 void operator delete(void *p,G__srcdIPamLevel2DictdOcpp_tag* x) {  
   if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return;  
 #ifndef G__ROOT  
   free(p);  
 #else  
   ::operator delete(p);  
 #endif  
 }  
 #endif  
   
 static void G__operator_delete(void *p) {  
   if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return;  
 #ifndef G__ROOT  
   free(p);  
 #else  
   ::operator delete(p);  
 #endif  
 }  
   
 void G__DELDMY_srcdIPamLevel2DictdOcpp() { G__operator_delete(0); }  
   
314  extern "C" int G__cpp_dllrevPamLevel2Dict() { return(30051515); }  extern "C" int G__cpp_dllrevPamLevel2Dict() { return(30051515); }
315    
316  /*********************************************************  /*********************************************************
# Line 342  extern "C" int G__cpp_dllrevPamLevel2Dic Line 318  extern "C" int G__cpp_dllrevPamLevel2Dic
318  *********************************************************/  *********************************************************/
319    
320  /* PamTrack */  /* PamTrack */
321  static int G__PamLevel2Dict_608_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_616_1_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
322     PamTrack *p=NULL;  {
323     if(G__getaryconstruct()) p=new PamTrack[G__getaryconstruct()];     PamTrack* p = NULL;
324     else                    p=new PamTrack;     long gvp = G__getgvp();
325        result7->obj.i = (long)p;     int n = G__getaryconstruct();
326        result7->ref = (long)p;     if (n) {
327        result7->type = 'u';       if ((gvp == G__PVOID) || (gvp == 0)) {
328        result7->tagnum = G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack);         p = new PamTrack[n];
329         } else {
330           p = new((void*) gvp) PamTrack[n];
331         }
332       } else {
333         if ((gvp == G__PVOID) || (gvp == 0)) {
334           p = new PamTrack;
335         } else {
336           p = new((void*) gvp) PamTrack;
337         }
338       }
339       result7->obj.i = (long) p;
340       result7->ref = (long) p;
341       result7->type = 'u';
342       result7->tagnum = G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack);
343     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
344  }  }
345    
346  static int G__PamLevel2Dict_608_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_616_2_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
347     PamTrack *p=NULL;  {
348        p = new PamTrack(     PamTrack* p = NULL;
349  (TrkTrack*)G__int(libp->para[0]),(CaloTrkVar*)G__int(libp->para[1])     long gvp = G__getgvp();
350  ,(ToFTrkVar*)G__int(libp->para[2]));     //m: 3
351        result7->obj.i = (long)p;     if ((gvp == G__PVOID) || (gvp == 0)) {
352        result7->ref = (long)p;       p = new PamTrack(
353        result7->type = 'u';  (TrkTrack*) G__int(libp->para[0]), (CaloTrkVar*) G__int(libp->para[1])
354        result7->tagnum = G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack);  , (ToFTrkVar*) G__int(libp->para[2]));
355       } else {
356         p = new((void*) gvp) PamTrack(
357    (TrkTrack*) G__int(libp->para[0]), (CaloTrkVar*) G__int(libp->para[1])
358    , (ToFTrkVar*) G__int(libp->para[2]));
359       }
360       result7->obj.i = (long) p;
361       result7->ref = (long) p;
362       result7->type = 'u';
363       result7->tagnum = G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack);
364     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
365  }  }
366    
367  static int G__PamLevel2Dict_608_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_616_3_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
368     G__letint(result7,85,(long)PamTrack::Class());  {
369          G__letint(result7, 85, (long) PamTrack::Class());
370     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
371  }  }
372    
373  static int G__PamLevel2Dict_608_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_616_4_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
374     G__letint(result7,67,(long)PamTrack::Class_Name());  {
375          G__letint(result7, 67, (long) PamTrack::Class_Name());
376     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
377  }  }
378    
379  static int G__PamLevel2Dict_608_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_616_5_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
380        G__letint(result7,115,(long)PamTrack::Class_Version());  {
381          G__letint(result7, 115, (long) PamTrack::Class_Version());
382     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
383  }  }
384    
385  static int G__PamLevel2Dict_608_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_616_6_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
386        G__setnull(result7);  {
387        PamTrack::Dictionary();        PamTrack::Dictionary();
388          G__setnull(result7);
389     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
390  }  }
391    
392  static int G__PamLevel2Dict_608_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_616_7_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
393     G__letint(result7,85,(long)((const PamTrack*)(G__getstructoffset()))->IsA());  {
394          G__letint(result7, 85, (long) ((const PamTrack*) G__getstructoffset())->IsA());
395     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
396  }  }
397    
398  static int G__PamLevel2Dict_608_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_616_8_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
399    {
400          ((PamTrack*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref, (char*) G__int(libp->para[1]));
401        G__setnull(result7);        G__setnull(result7);
       ((PamTrack*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));  
402     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
403  }  }
404    
405  static int G__PamLevel2Dict_608_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_616_9_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
406    {
407          ((PamTrack*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
408        G__setnull(result7);        G__setnull(result7);
       ((PamTrack*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);  
409     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
410  }  }
411    
412  static int G__PamLevel2Dict_608_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_616_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
413    {
414          ((PamTrack*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
415        G__setnull(result7);        G__setnull(result7);
       ((PamTrack*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);  
416     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
417  }  }
418    
419  static int G__PamLevel2Dict_608_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_616_1_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
420     G__letint(result7,67,(long)PamTrack::DeclFileName());  {
421          G__letint(result7, 67, (long) PamTrack::DeclFileName());
422     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
423  }  }
424    
425  static int G__PamLevel2Dict_608_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_616_2_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
426        G__letint(result7,105,(long)PamTrack::ImplFileLine());  {
427          G__letint(result7, 105, (long) PamTrack::ImplFileLine());
428     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
429  }  }
430    
431  static int G__PamLevel2Dict_608_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_616_3_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
432     G__letint(result7,67,(long)PamTrack::ImplFileName());  {
433          G__letint(result7, 67, (long) PamTrack::ImplFileName());
434     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
435  }  }
436    
437  static int G__PamLevel2Dict_608_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_616_4_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
438        G__letint(result7,105,(long)PamTrack::DeclFileLine());  {
439          G__letint(result7, 105, (long) PamTrack::DeclFileLine());
440     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
441  }  }
442    
443  // automatic copy constructor  // automatic copy constructor
444  static int G__PamLevel2Dict_608_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)  static int G__PamLevel2Dict_616_5_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
445    
446  {  {
447     PamTrack *p;     PamTrack* p;
448     void *xtmp = (void*)G__int(libp->para[0]);     void* tmp = (void*) G__int(libp->para[0]);
449     p=new PamTrack(*(PamTrack*)xtmp);     p = new PamTrack(*(PamTrack*) tmp);
450     result7->obj.i = (long)p;     result7->obj.i = (long) p;
451     result7->ref = (long)p;     result7->ref = (long) p;
452     result7->type = 'u';     result7->type = 'u';
453     result7->tagnum = G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack);     result7->tagnum = G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack);
454     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
# Line 444  static int G__PamLevel2Dict_608_5_1(G__v Line 456  static int G__PamLevel2Dict_608_5_1(G__v
456    
457  // automatic destructor  // automatic destructor
458  typedef PamTrack G__TPamTrack;  typedef PamTrack G__TPamTrack;
459  static int G__PamLevel2Dict_608_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_616_6_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
460     if(0==G__getstructoffset()) return(1);  {
461     if(G__getaryconstruct())     long gvp = G__getgvp();
462       if(G__PVOID==G__getgvp())     long soff = G__getstructoffset();
463         delete[] (PamTrack *)(G__getstructoffset());     int n = G__getaryconstruct();
464       else     //
465         for(int i=G__getaryconstruct()-1;i>=0;i--)     //has_a_delete: 1
466           delete (PamTrack *)((G__getstructoffset())+sizeof(PamTrack)*i);     //has_own_delete1arg: 0
467     else  delete (PamTrack *)(G__getstructoffset());     //has_own_delete2arg: 0
468        G__setnull(result7);     //
469       if (!soff) {
470         return(1);
471       }
472       if (n) {
473         if (gvp == G__PVOID) {
474           delete[] (PamTrack*) soff;
475         } else {
476           G__setgvp(G__PVOID);
477           for (int i = n - 1; i >= 0; --i) {
478             ((PamTrack*) (soff+(sizeof(PamTrack)*i)))->~G__TPamTrack();
479           }
480           G__setgvp(gvp);
481         }
482       } else {
483         if (gvp == G__PVOID) {
484           delete (PamTrack*) soff;
485         } else {
486           G__setgvp(G__PVOID);
487           ((PamTrack*) (soff))->~G__TPamTrack();
488           G__setgvp(gvp);
489         }
490       }
491       G__setnull(result7);
492     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
493  }  }
494    
495  // automatic assignment operator  // automatic assignment operator
496  static int G__PamLevel2Dict_608_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_616_7_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
497     PamTrack *dest = (PamTrack*)(G__getstructoffset());  {
498     *dest = (*(PamTrack*)libp->para[0].ref);     PamTrack* dest = (PamTrack*) G__getstructoffset();
499       *dest = *(PamTrack*) libp->para[0].ref;
500     const PamTrack& obj = *dest;     const PamTrack& obj = *dest;
501     result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);     result7->ref = (long) (&obj);
502       result7->obj.i = (long) (&obj);
503     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
504  }  }
505    
506    
507  /* PamLevel2 */  /* PamLevel2 */
508  static int G__PamLevel2Dict_609_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_1_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
509     PamLevel2 *p=NULL;  {
510     if(G__getaryconstruct()) p=new PamLevel2[G__getaryconstruct()];     PamLevel2* p = NULL;
511     else                    p=new PamLevel2;     long gvp = G__getgvp();
512        result7->obj.i = (long)p;     int n = G__getaryconstruct();
513        result7->ref = (long)p;     if (n) {
514        result7->type = 'u';       if ((gvp == G__PVOID) || (gvp == 0)) {
515        result7->tagnum = G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2);         p = new PamLevel2[n];
516         } else {
517           p = new((void*) gvp) PamLevel2[n];
518         }
519       } else {
520         if ((gvp == G__PVOID) || (gvp == 0)) {
521           p = new PamLevel2;
522         } else {
523           p = new((void*) gvp) PamLevel2;
524         }
525       }
526       result7->obj.i = (long) p;
527       result7->ref = (long) p;
528       result7->type = 'u';
529       result7->tagnum = G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2);
530     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
531  }  }
532    
533  static int G__PamLevel2Dict_609_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_2_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
534    {
535          ((PamLevel2*) G__getstructoffset())->Clear();
536        G__setnull(result7);        G__setnull(result7);
       ((PamLevel2*)(G__getstructoffset()))->Clear();  
537     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
538  }  }
539    
540  static int G__PamLevel2Dict_609_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_3_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
541     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetTrkLevel1());  {
542          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetTrkLevel1());
543     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
544  }  }
545    
546  static int G__PamLevel2Dict_609_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_4_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
547     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetTrkLevel2());  {
548          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetTrkLevel2());
549     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
550  }  }
551    
552  static int G__PamLevel2Dict_609_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_5_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
553     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetCaloLevel2());  {
554          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetCaloLevel2());
555     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
556  }  }
557    
558  static int G__PamLevel2Dict_609_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_6_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
559     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetToFLevel2());  {
560          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetToFLevel2());
561     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
562  }  }
563    
564  static int G__PamLevel2Dict_609_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_7_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
565     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetTrigLevel2());  {
566          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetTrigLevel2());
567     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
568  }  }
569    
570  static int G__PamLevel2Dict_609_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_8_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
571     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetS4Level2());  {
572          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetS4Level2());
573     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
574  }  }
575    
576  static int G__PamLevel2Dict_609_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_9_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
577     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetNDLevel2());  {
578          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetNDLevel2());
579     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
580  }  }
581    
582  static int G__PamLevel2Dict_609_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
583     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetAcLevel2());  {
584          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetAcLevel2());
585     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
586  }  }
587    
588  static int G__PamLevel2Dict_609_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_1_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
589     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetOrbitalInfo());  {
590          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetOrbitalInfo());
591     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
592  }  }
593    
594  static int G__PamLevel2Dict_609_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_2_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
595     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetRunInfo());  {
596          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetRunInfo());
597     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
598  }  }
599    
600  static int G__PamLevel2Dict_609_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_3_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
601    {
602          ((PamLevel2*) G__getstructoffset())->SetWhichTrees(*((TString*) G__int(libp->para[0])));
603        G__setnull(result7);        G__setnull(result7);
       ((PamLevel2*)(G__getstructoffset()))->SetWhichTrees(*((TString*)G__int(libp->para[0])));  
604     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
605  }  }
606    
607  static int G__PamLevel2Dict_609_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_4_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
608     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetListOfLevel2Files(*((TString*)G__int(libp->para[0])),*((TString*)G__int(libp->para[1]))));  {
609          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetListOfLevel2Files(*((TString*) G__int(libp->para[0])), *((TString*) G__int(libp->para[1]))));
610     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
611  }  }
612    
613  static int G__PamLevel2Dict_609_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_5_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
614        G__letint(result7,103,(long)((PamLevel2*)(G__getstructoffset()))->CheckLevel2File(*((TString*)G__int(libp->para[0]))));  {
615          G__letint(result7, 103, (long) ((PamLevel2*) G__getstructoffset())->CheckLevel2File(*((TString*) G__int(libp->para[0]))));
616     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
617  }  }
618    
619  static int G__PamLevel2Dict_609_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_6_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
620    {
621          ((PamLevel2*) G__getstructoffset())->SetBranchAddress();
622        G__setnull(result7);        G__setnull(result7);
       ((PamLevel2*)(G__getstructoffset()))->SetBranchAddress();  
623     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
624  }  }
625    
626  static int G__PamLevel2Dict_609_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_7_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
627     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetPamTree((TFile*)G__int(libp->para[0]),*((TString*)G__int(libp->para[1]))));  {
628          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetPamTree((TFile*) G__int(libp->para[0]), *((TString*) G__int(libp->para[1]))));
629     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
630  }  }
631    
632  static int G__PamLevel2Dict_609_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_8_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
633     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetPamTree((TFile*)G__int(libp->para[0])));  {
634          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetPamTree((TFile*) G__int(libp->para[0])));
635     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
636  }  }
637    
638  static int G__PamLevel2Dict_609_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_9_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
639     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetPamTree((TList*)G__int(libp->para[0]),*((TString*)G__int(libp->para[1]))));  {
640          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetPamTree((TList*) G__int(libp->para[0]), *((TString*) G__int(libp->para[1]))));
641     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
642  }  }
643    
644  static int G__PamLevel2Dict_609_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
645     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetRunTree((TFile*)G__int(libp->para[0])));  {
646          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetRunTree((TFile*) G__int(libp->para[0])));
647     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
648  }  }
649    
650  static int G__PamLevel2Dict_609_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_1_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
651     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetRunTree((TList*)G__int(libp->para[0])));  {
652          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetRunTree((TList*) G__int(libp->para[0])));
653     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
654  }  }
655    
656  static int G__PamLevel2Dict_609_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_2_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
657     G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToTrk());  {
658          G__letint(result7, 89, (long) ((PamLevel2*) G__getstructoffset())->GetPointerToTrk());
659     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
660  }  }
661    
662  static int G__PamLevel2Dict_609_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_3_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
663     G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToTrk((int)G__int(libp->para[0])));  {
664          G__letint(result7, 89, (long) ((PamLevel2*) G__getstructoffset())->GetPointerToTrk((int) G__int(libp->para[0])));
665     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
666  }  }
667    
668  static int G__PamLevel2Dict_609_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_4_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
669     G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToCalo());  {
670          G__letint(result7, 89, (long) ((PamLevel2*) G__getstructoffset())->GetPointerToCalo());
671     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
672  }  }
673    
674  static int G__PamLevel2Dict_609_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_5_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
675     G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToToF());  {
676          G__letint(result7, 89, (long) ((PamLevel2*) G__getstructoffset())->GetPointerToToF());
677     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
678  }  }
679    
680  static int G__PamLevel2Dict_609_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_6_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
681     G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToTrig());  {
682          G__letint(result7, 89, (long) ((PamLevel2*) G__getstructoffset())->GetPointerToTrig());
683     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
684  }  }
685    
686  static int G__PamLevel2Dict_609_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_7_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
687     G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToS4());  {
688          G__letint(result7, 89, (long) ((PamLevel2*) G__getstructoffset())->GetPointerToS4());
689     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
690  }  }
691    
692  static int G__PamLevel2Dict_609_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_8_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
693     G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToND());  {
694          G__letint(result7, 89, (long) ((PamLevel2*) G__getstructoffset())->GetPointerToND());
695     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
696  }  }
697    
698  static int G__PamLevel2Dict_609_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_9_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
699     G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToAc());  {
700          G__letint(result7, 89, (long) ((PamLevel2*) G__getstructoffset())->GetPointerToAc());
701     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
702  }  }
703    
704  static int G__PamLevel2Dict_609_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
705     G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToOrb());  {
706          G__letint(result7, 89, (long) ((PamLevel2*) G__getstructoffset())->GetPointerToOrb());
707     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
708  }  }
709    
710  static int G__PamLevel2Dict_609_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_1_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
711     G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToRun());  {
712          G__letint(result7, 89, (long) ((PamLevel2*) G__getstructoffset())->GetPointerToRun());
713     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
714  }  }
715    
716  static int G__PamLevel2Dict_609_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_2_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
717     G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerTo((const char*)G__int(libp->para[0])));  {
718          G__letint(result7, 89, (long) ((PamLevel2*) G__getstructoffset())->GetPointerTo((const char*) G__int(libp->para[0])));
719     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
720  }  }
721    
722  static int G__PamLevel2Dict_609_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_3_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
723     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetTrkStoredTrack((int)G__int(libp->para[0])));  {
724          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetTrkStoredTrack((int) G__int(libp->para[0])));
725     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
726  }  }
727    
728  static int G__PamLevel2Dict_609_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_4_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
729     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetCaloStoredTrack((int)G__int(libp->para[0])));  {
730          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetCaloStoredTrack((int) G__int(libp->para[0])));
731     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
732  }  }
733    
734  static int G__PamLevel2Dict_609_5_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_5_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
735     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetToFStoredTrack((int)G__int(libp->para[0])));  {
736          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetToFStoredTrack((int) G__int(libp->para[0])));
737     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
738  }  }
739    
740  static int G__PamLevel2Dict_609_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_6_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
741     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetPamTrackAlong((TrkTrack*)G__int(libp->para[0])));  {
742          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetPamTrackAlong((TrkTrack*) G__int(libp->para[0])));
743     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
744  }  }
745    
746  static int G__PamLevel2Dict_609_7_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_7_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
747     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetStoredTrack((Int_t)G__int(libp->para[0])));  {
748          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetStoredTrack((Int_t) G__int(libp->para[0])));
749     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
750  }  }
751    
752  static int G__PamLevel2Dict_609_8_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_8_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
753    {
754          ((PamLevel2*) G__getstructoffset())->SortTracks(*((TString*) G__int(libp->para[0])));
755        G__setnull(result7);        G__setnull(result7);
       ((PamLevel2*)(G__getstructoffset()))->SortTracks(*((TString*)G__int(libp->para[0])));  
756     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
757  }  }
758    
759  static int G__PamLevel2Dict_609_9_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_9_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
760     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetTracks());  {
761          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetTracks());
762     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
763  }  }
764    
765  static int G__PamLevel2Dict_609_0_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
766     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetTrack((int)G__int(libp->para[0])));  {
767          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetTrack((int) G__int(libp->para[0])));
768     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
769  }  }
770    
771  static int G__PamLevel2Dict_609_1_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_1_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
772     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetTrackImage((int)G__int(libp->para[0])));  {
773          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetTrackImage((int) G__int(libp->para[0])));
774     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
775  }  }
776    
777  static int G__PamLevel2Dict_609_2_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_2_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
778     G__letint(result7,85,(long)PamLevel2::Class());  {
779          G__letint(result7, 85, (long) PamLevel2::Class());
780     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
781  }  }
782    
783  static int G__PamLevel2Dict_609_3_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_3_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
784     G__letint(result7,67,(long)PamLevel2::Class_Name());  {
785          G__letint(result7, 67, (long) PamLevel2::Class_Name());
786     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
787  }  }
788    
789  static int G__PamLevel2Dict_609_4_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_4_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
790        G__letint(result7,115,(long)PamLevel2::Class_Version());  {
791          G__letint(result7, 115, (long) PamLevel2::Class_Version());
792     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
793  }  }
794    
795  static int G__PamLevel2Dict_609_5_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_5_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
796        G__setnull(result7);  {
797        PamLevel2::Dictionary();        PamLevel2::Dictionary();
798          G__setnull(result7);
799     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
800  }  }
801    
802  static int G__PamLevel2Dict_609_6_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_6_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
803     G__letint(result7,85,(long)((const PamLevel2*)(G__getstructoffset()))->IsA());  {
804          G__letint(result7, 85, (long) ((const PamLevel2*) G__getstructoffset())->IsA());
805     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
806  }  }
807    
808  static int G__PamLevel2Dict_609_7_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_7_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
809    {
810          ((PamLevel2*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref, (char*) G__int(libp->para[1]));
811        G__setnull(result7);        G__setnull(result7);
       ((PamLevel2*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));  
812     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
813  }  }
814    
815  static int G__PamLevel2Dict_609_8_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_8_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
816    {
817          ((PamLevel2*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
818        G__setnull(result7);        G__setnull(result7);
       ((PamLevel2*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);  
819     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
820  }  }
821    
822  static int G__PamLevel2Dict_609_9_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_9_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
823    {
824          ((PamLevel2*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
825        G__setnull(result7);        G__setnull(result7);
       ((PamLevel2*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);  
826     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
827  }  }
828    
829  static int G__PamLevel2Dict_609_0_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
830     G__letint(result7,67,(long)PamLevel2::DeclFileName());  {
831          G__letint(result7, 67, (long) PamLevel2::DeclFileName());
832     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
833  }  }
834    
835  static int G__PamLevel2Dict_609_1_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_1_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
836        G__letint(result7,105,(long)PamLevel2::ImplFileLine());  {
837          G__letint(result7, 105, (long) PamLevel2::ImplFileLine());
838     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
839  }  }
840    
841  static int G__PamLevel2Dict_609_2_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_2_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
842     G__letint(result7,67,(long)PamLevel2::ImplFileName());  {
843          G__letint(result7, 67, (long) PamLevel2::ImplFileName());
844     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
845  }  }
846    
847  static int G__PamLevel2Dict_609_3_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_3_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
848        G__letint(result7,105,(long)PamLevel2::DeclFileLine());  {
849          G__letint(result7, 105, (long) PamLevel2::DeclFileLine());
850     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
851  }  }
852    
853  // automatic copy constructor  // automatic copy constructor
854  static int G__PamLevel2Dict_609_4_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)  static int G__PamLevel2Dict_617_4_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
855    
856  {  {
857     PamLevel2 *p;     PamLevel2* p;
858     void *xtmp = (void*)G__int(libp->para[0]);     void* tmp = (void*) G__int(libp->para[0]);
859     p=new PamLevel2(*(PamLevel2*)xtmp);     p = new PamLevel2(*(PamLevel2*) tmp);
860     result7->obj.i = (long)p;     result7->obj.i = (long) p;
861     result7->ref = (long)p;     result7->ref = (long) p;
862     result7->type = 'u';     result7->type = 'u';
863     result7->tagnum = G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2);     result7->tagnum = G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2);
864     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
# Line 762  static int G__PamLevel2Dict_609_4_5(G__v Line 866  static int G__PamLevel2Dict_609_4_5(G__v
866    
867  // automatic destructor  // automatic destructor
868  typedef PamLevel2 G__TPamLevel2;  typedef PamLevel2 G__TPamLevel2;
869  static int G__PamLevel2Dict_609_5_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_5_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
870     if(0==G__getstructoffset()) return(1);  {
871     if(G__getaryconstruct())     long gvp = G__getgvp();
872       if(G__PVOID==G__getgvp())     long soff = G__getstructoffset();
873         delete[] (PamLevel2 *)(G__getstructoffset());     int n = G__getaryconstruct();
874       else     //
875         for(int i=G__getaryconstruct()-1;i>=0;i--)     //has_a_delete: 1
876           delete (PamLevel2 *)((G__getstructoffset())+sizeof(PamLevel2)*i);     //has_own_delete1arg: 0
877     else  delete (PamLevel2 *)(G__getstructoffset());     //has_own_delete2arg: 0
878        G__setnull(result7);     //
879       if (!soff) {
880         return(1);
881       }
882       if (n) {
883         if (gvp == G__PVOID) {
884           delete[] (PamLevel2*) soff;
885         } else {
886           G__setgvp(G__PVOID);
887           for (int i = n - 1; i >= 0; --i) {
888             ((PamLevel2*) (soff+(sizeof(PamLevel2)*i)))->~G__TPamLevel2();
889           }
890           G__setgvp(gvp);
891         }
892       } else {
893         if (gvp == G__PVOID) {
894           delete (PamLevel2*) soff;
895         } else {
896           G__setgvp(G__PVOID);
897           ((PamLevel2*) (soff))->~G__TPamLevel2();
898           G__setgvp(gvp);
899         }
900       }
901       G__setnull(result7);
902     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
903  }  }
904    
905  // automatic assignment operator  // automatic assignment operator
906  static int G__PamLevel2Dict_609_6_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_617_6_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
907     PamLevel2 *dest = (PamLevel2*)(G__getstructoffset());  {
908     *dest = (*(PamLevel2*)libp->para[0].ref);     PamLevel2* dest = (PamLevel2*) G__getstructoffset();
909       *dest = *(PamLevel2*) libp->para[0].ref;
910     const PamLevel2& obj = *dest;     const PamLevel2& obj = *dest;
911     result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);     result7->ref = (long) (&obj);
912       result7->obj.i = (long) (&obj);
913     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
914  }  }
915    
# Line 942  extern "C" void G__cpp_setup_inheritance Line 1071  extern "C" void G__cpp_setup_inheritance
1071  extern "C" void G__cpp_setup_typetablePamLevel2Dict() {  extern "C" void G__cpp_setup_typetablePamLevel2Dict() {
1072    
1073     /* Setting up typedef entry */     /* Setting up typedef entry */
1074     G__search_typename2("Int_t",105,-1,0,     G__search_typename2("Int_t",105,-1,0,-1);
 -1);  
1075     G__setnewtype(-1,"Signed integer 4 bytes (int)",0);     G__setnewtype(-1,"Signed integer 4 bytes (int)",0);
1076     G__search_typename2("Bool_t",103,-1,0,     G__search_typename2("Bool_t",103,-1,0,-1);
 -1);  
1077     G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0);     G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0);
1078     G__search_typename2("Version_t",115,-1,0,     G__search_typename2("Version_t",115,-1,0,-1);
 -1);  
1079     G__setnewtype(-1,"Class version identifier (short)",0);     G__setnewtype(-1,"Class version identifier (short)",0);
1080  }  }
1081    
# Line 986  static void G__setup_memvarPamLevel2(voi Line 1112  static void G__setup_memvarPamLevel2(voi
1112     G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_AcLevel2),-1,-1,4,"ac_obj=",0,(char*)NULL);     G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_AcLevel2),-1,-1,4,"ac_obj=",0,(char*)NULL);
1113     G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_OrbitalInfo),-1,-1,4,"orb_obj=",0,(char*)NULL);     G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_OrbitalInfo),-1,-1,4,"orb_obj=",0,(char*)NULL);
1114     G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_GL_RUN),-1,-1,4,"run_obj=",0,(char*)NULL);     G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_GL_RUN),-1,-1,4,"run_obj=",0,(char*)NULL);
1115     G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_TRefArray),-1,-1,4,"sorted_tracks=",0,"TEMPORANEO ... lo mettero` membro di TrkLevel2");     G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_TRefArray),-1,-1,4,"sorted_tracks=",0,(char*)NULL);
1116     G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_TChain),-1,-1,4,"Tout=",0,(char*)NULL);     G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_TChain),-1,-1,4,"Tout=",0,(char*)NULL);
1117     G__memvar_setup((void*)((long)(&p->CAL)-(long)(p)),103,0,0,-1,G__defined_typename("Bool_t"),-1,1,"CAL=",0,(char*)NULL);     G__memvar_setup((void*)((long)(&p->CAL)-(long)(p)),103,0,0,-1,G__defined_typename("Bool_t"),-1,1,"CAL=",0,(char*)NULL);
1118     G__memvar_setup((void*)((long)(&p->TRK)-(long)(p)),103,0,0,-1,G__defined_typename("Bool_t"),-1,1,"TRK=",0,(char*)NULL);     G__memvar_setup((void*)((long)(&p->TRK)-(long)(p)),103,0,0,-1,G__defined_typename("Bool_t"),-1,1,"TRK=",0,(char*)NULL);
# Line 1019  extern "C" void G__cpp_setup_memvarPamLe Line 1145  extern "C" void G__cpp_setup_memvarPamLe
1145  static void G__setup_memfuncPamTrack(void) {  static void G__setup_memfuncPamTrack(void) {
1146     /* PamTrack */     /* PamTrack */
1147     G__tag_memfunc_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack));     G__tag_memfunc_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack));
1148     G__memfunc_setup("PamTrack",787,G__PamLevel2Dict_608_1_0,105,G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("PamTrack",787,G__PamLevel2Dict_616_1_0, 105, G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
1149     G__memfunc_setup("PamTrack",787,G__PamLevel2Dict_608_2_0,105,G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack),-1,0,3,1,1,0,     G__memfunc_setup("PamTrack",787,G__PamLevel2Dict_616_2_0, 105, G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack), -1, 0, 3, 1, 1, 0,
1150  "U 'TrkTrack' - 0 - - U 'CaloTrkVar' - 0 - - "  "U 'TrkTrack' - 0 - - U 'CaloTrkVar' - 0 - - "
1151  "U 'ToFTrkVar' - 0 - -",(char*)NULL,(void*)NULL,0);  "U 'ToFTrkVar' - 0 - -", (char*)NULL, (void*) NULL, 0);
1152     G__memfunc_setup("Class",502,G__PamLevel2Dict_608_3_0,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&PamTrack::Class),0);     G__memfunc_setup("Class",502,G__PamLevel2Dict_616_3_0, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (TClass* (*)())(&PamTrack::Class), 0);
1153     G__memfunc_setup("Class_Name",982,G__PamLevel2Dict_608_4_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&PamTrack::Class_Name),0);     G__memfunc_setup("Class_Name",982,G__PamLevel2Dict_616_4_0, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&PamTrack::Class_Name), 0);
1154     G__memfunc_setup("Class_Version",1339,G__PamLevel2Dict_608_5_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&PamTrack::Class_Version),0);     G__memfunc_setup("Class_Version",1339,G__PamLevel2Dict_616_5_0, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (Version_t (*)())(&PamTrack::Class_Version), 0);
1155     G__memfunc_setup("Dictionary",1046,G__PamLevel2Dict_608_6_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&PamTrack::Dictionary),0);     G__memfunc_setup("Dictionary",1046,G__PamLevel2Dict_616_6_0, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (void (*)())(&PamTrack::Dictionary), 0);
1156     G__memfunc_setup("IsA",253,G__PamLevel2Dict_608_7_0,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);     G__memfunc_setup("IsA",253,G__PamLevel2Dict_616_7_0, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
1157     G__memfunc_setup("ShowMembers",1132,G__PamLevel2Dict_608_8_0,121,-1,-1,0,2,1,1,0,     G__memfunc_setup("ShowMembers",1132,G__PamLevel2Dict_616_8_0, 121, -1, -1, 0, 2, 1, 1, 0,
1158  "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);  "u 'TMemberInspector' - 1 - insp C - - 0 - parent", (char*)NULL, (void*) NULL, 1);
1159     G__memfunc_setup("Streamer",835,G__PamLevel2Dict_608_9_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);     G__memfunc_setup("Streamer",835,G__PamLevel2Dict_616_9_0, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
1160     G__memfunc_setup("StreamerNVirtual",1656,G__PamLevel2Dict_608_0_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("StreamerNVirtual",1656,G__PamLevel2Dict_616_0_1, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
1161     G__memfunc_setup("DeclFileName",1145,G__PamLevel2Dict_608_1_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&PamTrack::DeclFileName),0);     G__memfunc_setup("DeclFileName",1145,G__PamLevel2Dict_616_1_1, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&PamTrack::DeclFileName), 0);
1162     G__memfunc_setup("ImplFileLine",1178,G__PamLevel2Dict_608_2_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&PamTrack::ImplFileLine),0);     G__memfunc_setup("ImplFileLine",1178,G__PamLevel2Dict_616_2_1, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (int (*)())(&PamTrack::ImplFileLine), 0);
1163     G__memfunc_setup("ImplFileName",1171,G__PamLevel2Dict_608_3_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&PamTrack::ImplFileName),0);     G__memfunc_setup("ImplFileName",1171,G__PamLevel2Dict_616_3_1, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&PamTrack::ImplFileName), 0);
1164     G__memfunc_setup("DeclFileLine",1152,G__PamLevel2Dict_608_4_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&PamTrack::DeclFileLine),0);     G__memfunc_setup("DeclFileLine",1152,G__PamLevel2Dict_616_4_1, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (int (*)())(&PamTrack::DeclFileLine), 0);
1165     // automatic copy constructor     // automatic copy constructor
1166     G__memfunc_setup("PamTrack",787,G__PamLevel2Dict_608_5_1,(int)('i'),G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack),-1,0,1,1,1,0,"u 'PamTrack' - 11 - -",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("PamTrack", 787, G__PamLevel2Dict_616_5_1, (int) ('i'), G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack), -1, 0, 1, 1, 1, 0, "u 'PamTrack' - 11 - -", (char*) NULL, (void*) NULL, 0);
1167     // automatic destructor     // automatic destructor
1168     G__memfunc_setup("~PamTrack",913,G__PamLevel2Dict_608_6_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("~PamTrack", 913, G__PamLevel2Dict_616_6_1, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
1169     // automatic assignment operator     // automatic assignment operator
1170     G__memfunc_setup("operator=",937,G__PamLevel2Dict_608_7_1,(int)('u'),G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack),-1,1,1,1,1,0,"u 'PamTrack' - 11 - -",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("operator=", 937, G__PamLevel2Dict_616_7_1, (int) ('u'), G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack), -1, 1, 1, 1, 1, 0, "u 'PamTrack' - 11 - -", (char*) NULL, (void*) NULL, 0);
1171     G__tag_memfunc_reset();     G__tag_memfunc_reset();
1172  }  }
1173    
1174  static void G__setup_memfuncPamLevel2(void) {  static void G__setup_memfuncPamLevel2(void) {
1175     /* PamLevel2 */     /* PamLevel2 */
1176     G__tag_memfunc_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2));     G__tag_memfunc_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2));
1177     G__memfunc_setup("PamLevel2",840,G__PamLevel2Dict_609_1_0,105,G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("PamLevel2",840,G__PamLevel2Dict_617_1_0, 105, G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
1178     G__memfunc_setup("Clear",487,G__PamLevel2Dict_609_2_0,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("Clear",487,G__PamLevel2Dict_617_2_0, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
1179     G__memfunc_setup("GetTrkLevel1",1146,G__PamLevel2Dict_609_3_0,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TrkLevel1),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetTrkLevel1",1146,G__PamLevel2Dict_617_3_0, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_TrkLevel1), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
1180     G__memfunc_setup("GetTrkLevel2",1147,G__PamLevel2Dict_609_4_0,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TrkLevel2),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetTrkLevel2",1147,G__PamLevel2Dict_617_4_0, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_TrkLevel2), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
1181     G__memfunc_setup("GetCaloLevel2",1225,G__PamLevel2Dict_609_5_0,85,G__get_linked_tagnum(&G__PamLevel2DictLN_CaloLevel2),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetCaloLevel2",1225,G__PamLevel2Dict_617_5_0, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_CaloLevel2), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
1182     G__memfunc_setup("GetToFLevel2",1107,G__PamLevel2Dict_609_6_0,85,G__get_linked_tagnum(&G__PamLevel2DictLN_ToFLevel2),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetToFLevel2",1107,G__PamLevel2Dict_617_6_0, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_ToFLevel2), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
1183     G__memfunc_setup("GetTrigLevel2",1248,G__PamLevel2Dict_609_7_0,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TrigLevel2),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetTrigLevel2",1248,G__PamLevel2Dict_617_7_0, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_TrigLevel2), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
1184     G__memfunc_setup("GetS4Level2",977,G__PamLevel2Dict_609_8_0,85,G__get_linked_tagnum(&G__PamLevel2DictLN_S4Level2),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetS4Level2",977,G__PamLevel2Dict_617_8_0, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_S4Level2), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
1185     G__memfunc_setup("GetNDLevel2",988,G__PamLevel2Dict_609_9_0,85,G__get_linked_tagnum(&G__PamLevel2DictLN_NDLevel2),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetNDLevel2",988,G__PamLevel2Dict_617_9_0, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_NDLevel2), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
1186     G__memfunc_setup("GetAcLevel2",1006,G__PamLevel2Dict_609_0_1,85,G__get_linked_tagnum(&G__PamLevel2DictLN_AcLevel2),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetAcLevel2",1006,G__PamLevel2Dict_617_0_1, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_AcLevel2), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
1187     G__memfunc_setup("GetOrbitalInfo",1401,G__PamLevel2Dict_609_1_1,85,G__get_linked_tagnum(&G__PamLevel2DictLN_OrbitalInfo),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetOrbitalInfo",1401,G__PamLevel2Dict_617_1_1, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_OrbitalInfo), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
1188     G__memfunc_setup("GetRunInfo",993,G__PamLevel2Dict_609_2_1,85,G__get_linked_tagnum(&G__PamLevel2DictLN_GL_RUN),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetRunInfo",993,G__PamLevel2Dict_617_2_1, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_GL_RUN), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
1189     G__memfunc_setup("SetWhichTrees",1314,G__PamLevel2Dict_609_3_1,121,-1,-1,0,1,1,1,0,"u 'TString' - 0 - -",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("SetWhichTrees",1314,G__PamLevel2Dict_617_3_1, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TString' - 0 - -", (char*)NULL, (void*) NULL, 0);
1190     G__memfunc_setup("GetListOfLevel2Files",1934,G__PamLevel2Dict_609_4_1,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TList),-1,0,2,1,1,0,     G__memfunc_setup("GetListOfLevel2Files",1934,G__PamLevel2Dict_617_4_1, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_TList), -1, 0, 2, 1, 1, 0,
1191  "u 'TString' - 0 - - u 'TString' - 0 - -",(char*)NULL,(void*)NULL,0);  "u 'TString' - 0 - - u 'TString' - 0 - -", (char*)NULL, (void*) NULL, 0);
1192     G__memfunc_setup("CheckLevel2File",1416,G__PamLevel2Dict_609_5_1,103,-1,G__defined_typename("Bool_t"),0,1,1,1,0,"u 'TString' - 0 - -",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("CheckLevel2File",1416,G__PamLevel2Dict_617_5_1, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "u 'TString' - 0 - -", (char*)NULL, (void*) NULL, 0);
1193     G__memfunc_setup("SetBranchAddress",1600,G__PamLevel2Dict_609_6_1,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("SetBranchAddress",1600,G__PamLevel2Dict_617_6_1, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
1194     G__memfunc_setup("GetPamTree",974,G__PamLevel2Dict_609_7_1,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TTree),-1,0,2,1,1,0,     G__memfunc_setup("GetPamTree",974,G__PamLevel2Dict_617_7_1, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_TTree), -1, 0, 2, 1, 1, 0,
1195  "U 'TFile' - 0 - - u 'TString' - 0 - -",(char*)NULL,(void*)NULL,0);  "U 'TFile' - 0 - - u 'TString' - 0 - -", (char*)NULL, (void*) NULL, 0);
1196     G__memfunc_setup("GetPamTree",974,G__PamLevel2Dict_609_8_1,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TTree),-1,0,1,1,1,0,"U 'TFile' - 0 - f",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetPamTree",974,G__PamLevel2Dict_617_8_1, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_TTree), -1, 0, 1, 1, 1, 0, "U 'TFile' - 0 - f", (char*)NULL, (void*) NULL, 0);
1197     G__memfunc_setup("GetPamTree",974,G__PamLevel2Dict_609_9_1,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TChain),-1,0,2,1,1,0,     G__memfunc_setup("GetPamTree",974,G__PamLevel2Dict_617_9_1, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_TChain), -1, 0, 2, 1, 1, 0,
1198  "U 'TList' - 0 - - u 'TString' - 0 - -",(char*)NULL,(void*)NULL,0);  "U 'TList' - 0 - - u 'TString' - 0 - -", (char*)NULL, (void*) NULL, 0);
1199     G__memfunc_setup("GetRunTree",997,G__PamLevel2Dict_609_0_2,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TTree),-1,0,1,1,1,0,"U 'TFile' - 0 - -",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetRunTree",997,G__PamLevel2Dict_617_0_2, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_TTree), -1, 0, 1, 1, 1, 0, "U 'TFile' - 0 - -", (char*)NULL, (void*) NULL, 0);
1200     G__memfunc_setup("GetRunTree",997,G__PamLevel2Dict_609_1_2,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TChain),-1,0,1,1,1,0,"U 'TList' - 0 - -",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetRunTree",997,G__PamLevel2Dict_617_1_2, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_TChain), -1, 0, 1, 1, 1, 0, "U 'TList' - 0 - -", (char*)NULL, (void*) NULL, 0);
1201     G__memfunc_setup("GetPointerToTrk",1525,G__PamLevel2Dict_609_2_2,89,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetPointerToTrk",1525,G__PamLevel2Dict_617_2_2, 89, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
1202     G__memfunc_setup("GetPointerToTrk",1525,G__PamLevel2Dict_609_3_2,89,-1,-1,0,1,1,1,0,"i - - 0 - s",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetPointerToTrk",1525,G__PamLevel2Dict_617_3_2, 89, -1, -1, 0, 1, 1, 1, 0, "i - - 0 - s", (char*)NULL, (void*) NULL, 0);
1203     G__memfunc_setup("GetPointerToCalo",1603,G__PamLevel2Dict_609_4_2,89,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetPointerToCalo",1603,G__PamLevel2Dict_617_4_2, 89, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
1204     G__memfunc_setup("GetPointerToToF",1485,G__PamLevel2Dict_609_5_2,89,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetPointerToToF",1485,G__PamLevel2Dict_617_5_2, 89, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
1205     G__memfunc_setup("GetPointerToTrig",1626,G__PamLevel2Dict_609_6_2,89,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetPointerToTrig",1626,G__PamLevel2Dict_617_6_2, 89, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
1206     G__memfunc_setup("GetPointerToS4",1355,G__PamLevel2Dict_609_7_2,89,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetPointerToS4",1355,G__PamLevel2Dict_617_7_2, 89, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
1207     G__memfunc_setup("GetPointerToND",1366,G__PamLevel2Dict_609_8_2,89,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetPointerToND",1366,G__PamLevel2Dict_617_8_2, 89, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
1208     G__memfunc_setup("GetPointerToAc",1384,G__PamLevel2Dict_609_9_2,89,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetPointerToAc",1384,G__PamLevel2Dict_617_9_2, 89, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
1209     G__memfunc_setup("GetPointerToOrb",1511,G__PamLevel2Dict_609_0_3,89,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetPointerToOrb",1511,G__PamLevel2Dict_617_0_3, 89, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
1210     G__memfunc_setup("GetPointerToRun",1529,G__PamLevel2Dict_609_1_3,89,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetPointerToRun",1529,G__PamLevel2Dict_617_1_3, 89, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
1211     G__memfunc_setup("GetPointerTo",1220,G__PamLevel2Dict_609_2_3,89,-1,-1,0,1,1,1,0,"C - - 10 - -",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetPointerTo",1220,G__PamLevel2Dict_617_2_3, 89, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - -", (char*)NULL, (void*) NULL, 0);
1212     G__memfunc_setup("GetTrkStoredTrack",1719,G__PamLevel2Dict_609_3_3,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TrkTrack),-1,0,1,1,1,0,"i - - 0 - seqno",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetTrkStoredTrack",1719,G__PamLevel2Dict_617_3_3, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_TrkTrack), -1, 0, 1, 1, 1, 0, "i - - 0 - seqno", (char*)NULL, (void*) NULL, 0);
1213     G__memfunc_setup("GetCaloStoredTrack",1797,G__PamLevel2Dict_609_4_3,85,G__get_linked_tagnum(&G__PamLevel2DictLN_CaloTrkVar),-1,0,1,1,1,0,"i - - 0 - -",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetCaloStoredTrack",1797,G__PamLevel2Dict_617_4_3, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_CaloTrkVar), -1, 0, 1, 1, 1, 0, "i - - 0 - -", (char*)NULL, (void*) NULL, 0);
1214     G__memfunc_setup("GetToFStoredTrack",1679,G__PamLevel2Dict_609_5_3,85,G__get_linked_tagnum(&G__PamLevel2DictLN_ToFTrkVar),-1,0,1,1,1,0,"i - - 0 - -",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetToFStoredTrack",1679,G__PamLevel2Dict_617_5_3, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_ToFTrkVar), -1, 0, 1, 1, 1, 0, "i - - 0 - -", (char*)NULL, (void*) NULL, 0);
1215     G__memfunc_setup("GetPamTrackAlong",1572,G__PamLevel2Dict_609_6_3,85,G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack),-1,0,1,1,1,0,"U 'TrkTrack' - 0 - -",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetPamTrackAlong",1572,G__PamLevel2Dict_617_6_3, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack), -1, 0, 1, 1, 1, 0, "U 'TrkTrack' - 0 - -", (char*)NULL, (void*) NULL, 0);
1216     G__memfunc_setup("GetStoredTrack",1414,G__PamLevel2Dict_609_7_3,85,G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack),-1,0,1,1,1,0,"i - 'Int_t' 0 - -",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetStoredTrack",1414,G__PamLevel2Dict_617_7_3, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 0);
1217     G__memfunc_setup("SortTracks",1040,G__PamLevel2Dict_609_8_3,121,-1,-1,0,1,1,1,0,"u 'TString' - 0 - -","assign value to variable sorted_tracks",(void*)NULL,0);     G__memfunc_setup("SortTracks",1040,G__PamLevel2Dict_617_8_3, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TString' - 0 - -", "assign value to variable sorted_tracks", (void*) NULL, 0);
1218     G__memfunc_setup("GetTracks",904,G__PamLevel2Dict_609_9_3,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TRefArray),-1,0,0,1,1,0,"","return sorted_tracks",(void*)NULL,0);     G__memfunc_setup("GetTracks",904,G__PamLevel2Dict_617_9_3, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_TRefArray), -1, 0, 0, 1, 1, 0, "", "return sorted_tracks", (void*) NULL, 0);
1219     G__memfunc_setup("GetTrack",789,G__PamLevel2Dict_609_0_4,85,G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack),-1,0,1,1,1,0,"i - - 0 - -",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetTrack",789,G__PamLevel2Dict_617_0_4, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack), -1, 0, 1, 1, 1, 0, "i - - 0 - -", (char*)NULL, (void*) NULL, 0);
1220     G__memfunc_setup("GetTrackImage",1272,G__PamLevel2Dict_609_1_4,85,G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack),-1,0,1,1,1,0,"i - - 0 - -",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("GetTrackImage",1272,G__PamLevel2Dict_617_1_4, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack), -1, 0, 1, 1, 1, 0, "i - - 0 - -", (char*)NULL, (void*) NULL, 0);
1221     G__memfunc_setup("Class",502,G__PamLevel2Dict_609_2_4,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&PamLevel2::Class),0);     G__memfunc_setup("Class",502,G__PamLevel2Dict_617_2_4, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (TClass* (*)())(&PamLevel2::Class), 0);
1222     G__memfunc_setup("Class_Name",982,G__PamLevel2Dict_609_3_4,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&PamLevel2::Class_Name),0);     G__memfunc_setup("Class_Name",982,G__PamLevel2Dict_617_3_4, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&PamLevel2::Class_Name), 0);
1223     G__memfunc_setup("Class_Version",1339,G__PamLevel2Dict_609_4_4,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&PamLevel2::Class_Version),0);     G__memfunc_setup("Class_Version",1339,G__PamLevel2Dict_617_4_4, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (Version_t (*)())(&PamLevel2::Class_Version), 0);
1224     G__memfunc_setup("Dictionary",1046,G__PamLevel2Dict_609_5_4,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&PamLevel2::Dictionary),0);     G__memfunc_setup("Dictionary",1046,G__PamLevel2Dict_617_5_4, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (void (*)())(&PamLevel2::Dictionary), 0);
1225     G__memfunc_setup("IsA",253,G__PamLevel2Dict_609_6_4,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);     G__memfunc_setup("IsA",253,G__PamLevel2Dict_617_6_4, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
1226     G__memfunc_setup("ShowMembers",1132,G__PamLevel2Dict_609_7_4,121,-1,-1,0,2,1,1,0,     G__memfunc_setup("ShowMembers",1132,G__PamLevel2Dict_617_7_4, 121, -1, -1, 0, 2, 1, 1, 0,
1227  "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);  "u 'TMemberInspector' - 1 - insp C - - 0 - parent", (char*)NULL, (void*) NULL, 1);
1228     G__memfunc_setup("Streamer",835,G__PamLevel2Dict_609_8_4,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);     G__memfunc_setup("Streamer",835,G__PamLevel2Dict_617_8_4, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
1229     G__memfunc_setup("StreamerNVirtual",1656,G__PamLevel2Dict_609_9_4,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("StreamerNVirtual",1656,G__PamLevel2Dict_617_9_4, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
1230     G__memfunc_setup("DeclFileName",1145,G__PamLevel2Dict_609_0_5,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&PamLevel2::DeclFileName),0);     G__memfunc_setup("DeclFileName",1145,G__PamLevel2Dict_617_0_5, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&PamLevel2::DeclFileName), 0);
1231     G__memfunc_setup("ImplFileLine",1178,G__PamLevel2Dict_609_1_5,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&PamLevel2::ImplFileLine),0);     G__memfunc_setup("ImplFileLine",1178,G__PamLevel2Dict_617_1_5, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (int (*)())(&PamLevel2::ImplFileLine), 0);
1232     G__memfunc_setup("ImplFileName",1171,G__PamLevel2Dict_609_2_5,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&PamLevel2::ImplFileName),0);     G__memfunc_setup("ImplFileName",1171,G__PamLevel2Dict_617_2_5, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) (const char* (*)())(&PamLevel2::ImplFileName), 0);
1233     G__memfunc_setup("DeclFileLine",1152,G__PamLevel2Dict_609_3_5,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&PamLevel2::DeclFileLine),0);     G__memfunc_setup("DeclFileLine",1152,G__PamLevel2Dict_617_3_5, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (int (*)())(&PamLevel2::DeclFileLine), 0);
1234     // automatic copy constructor     // automatic copy constructor
1235     G__memfunc_setup("PamLevel2",840,G__PamLevel2Dict_609_4_5,(int)('i'),G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2),-1,0,1,1,1,0,"u 'PamLevel2' - 11 - -",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("PamLevel2", 840, G__PamLevel2Dict_617_4_5, (int) ('i'), G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2), -1, 0, 1, 1, 1, 0, "u 'PamLevel2' - 11 - -", (char*) NULL, (void*) NULL, 0);
1236     // automatic destructor     // automatic destructor
1237     G__memfunc_setup("~PamLevel2",966,G__PamLevel2Dict_609_5_5,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("~PamLevel2", 966, G__PamLevel2Dict_617_5_5, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
1238     // automatic assignment operator     // automatic assignment operator
1239     G__memfunc_setup("operator=",937,G__PamLevel2Dict_609_6_5,(int)('u'),G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2),-1,1,1,1,1,0,"u 'PamLevel2' - 11 - -",(char*)NULL,(void*)NULL,0);     G__memfunc_setup("operator=", 937, G__PamLevel2Dict_617_6_5, (int) ('u'), G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2), -1, 1, 1, 1, 1, 0, "u 'PamLevel2' - 11 - -", (char*) NULL, (void*) NULL, 0);
1240     G__tag_memfunc_reset();     G__tag_memfunc_reset();
1241  }  }
1242    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.23