/[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.5 by pam-fi, Mon Oct 9 08:57:42 2006 UTC revision 1.11 by pam-fi, Wed Dec 13 09:57:29 2006 UTC
# Line 1  Line 1 
1  //  //
2  // File generated by rootcint at Sun Oct  8 08:25:35 2006.  // 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  // 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);
52        static ::ROOT::TGenericClassInfo        static ::ROOT::TGenericClassInfo
53           instance("PamTrack", ::PamTrack::Class_Version(), "inc/PamLevel2.h", 43,           instance("PamTrack", ::PamTrack::Class_Version(), "inc/PamLevel2.h", 46,
54                    typeid(::PamTrack), DefineBehavior(ptr, ptr),                    typeid(::PamTrack), DefineBehavior(ptr, ptr),
55                    &::PamTrack::Dictionary, isa_proxy, 4,                    &::PamTrack::Dictionary, isa_proxy, 4,
56                    sizeof(::PamTrack) );                    sizeof(::PamTrack) );
# 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);
85        static ::ROOT::TGenericClassInfo        static ::ROOT::TGenericClassInfo
86           instance("PamLevel2", ::PamLevel2::Class_Version(), "inc/PamLevel2.h", 67,           instance("PamLevel2", ::PamLevel2::Class_Version(), "inc/PamLevel2.h", 74,
87                    typeid(::PamLevel2), DefineBehavior(ptr, ptr),                    typeid(::PamLevel2), DefineBehavior(ptr, ptr),
88                    &::PamLevel2::Dictionary, isa_proxy, 4,                    &::PamLevel2::Dictionary, isa_proxy, 4,
89                    sizeof(::PamLevel2) );                    sizeof(::PamLevel2) );
# 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()) { }
192        R__insp.Inspect(R__cl, R__parent, "*trk_l1_obj", &trk_l1_obj);        R__insp.Inspect(R__cl, R__parent, "*trk1_obj", &trk1_obj);
193        R__insp.Inspect(R__cl, R__parent, "*trk_obj", &trk_obj);        R__insp.Inspect(R__cl, R__parent, "*trk2_obj", &trk2_obj);
194        R__insp.Inspect(R__cl, R__parent, "*calo_obj", &calo_obj);        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);        R__insp.Inspect(R__cl, R__parent, "*tof_obj", &tof_obj);
198        R__insp.Inspect(R__cl, R__parent, "*trig_obj", &trig_obj);        R__insp.Inspect(R__cl, R__parent, "*trig_obj", &trig_obj);
199        R__insp.Inspect(R__cl, R__parent, "*s4_obj", &s4_obj);        R__insp.Inspect(R__cl, R__parent, "*s4_obj", &s4_obj);
# Line 188  void PamLevel2::ShowMembers(TMemberInspe Line 201  void PamLevel2::ShowMembers(TMemberInspe
201        R__insp.Inspect(R__cl, R__parent, "*ac_obj", &ac_obj);        R__insp.Inspect(R__cl, R__parent, "*ac_obj", &ac_obj);
202        R__insp.Inspect(R__cl, R__parent, "*orb_obj", &orb_obj);        R__insp.Inspect(R__cl, R__parent, "*orb_obj", &orb_obj);
203        R__insp.Inspect(R__cl, R__parent, "*run_obj", &run_obj);        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);        R__insp.Inspect(R__cl, R__parent, "*sorted_tracks", &sorted_tracks);
206        R__insp.Inspect(R__cl, R__parent, "*Tout", &Tout);        R__insp.Inspect(R__cl, R__parent, "CAL2", &CAL2);
207        R__insp.Inspect(R__cl, R__parent, "CAL", &CAL);        R__insp.Inspect(R__cl, R__parent, "CAL1", &CAL1);
208        R__insp.Inspect(R__cl, R__parent, "TRK", &TRK);        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);        R__insp.Inspect(R__cl, R__parent, "TRG", &TRG);
212        R__insp.Inspect(R__cl, R__parent, "TOF", &TOF);        R__insp.Inspect(R__cl, R__parent, "TOF", &TOF);
213        R__insp.Inspect(R__cl, R__parent, "S4", &S4);        R__insp.Inspect(R__cl, R__parent, "S4", &S4);
214        R__insp.Inspect(R__cl, R__parent, "ND", &ND);        R__insp.Inspect(R__cl, R__parent, "ND", &ND);
215        R__insp.Inspect(R__cl, R__parent, "AC", &AC);        R__insp.Inspect(R__cl, R__parent, "AC", &AC);
216        R__insp.Inspect(R__cl, R__parent, "ORB", &ORB);        R__insp.Inspect(R__cl, R__parent, "ORB", &ORB);
217        R__insp.Inspect(R__cl, R__parent, "TRK_L1", &TRK_L1);        R__insp.Inspect(R__cl, R__parent, "RUN", &RUN);
218        CaloLevel2::ShowMembers(R__insp, R__parent);        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);        TrkLevel2::ShowMembers(R__insp, R__parent);
222        TrkLevel1::ShowMembers(R__insp, R__parent);        TrkLevel1::ShowMembers(R__insp, R__parent);
223        ToFLevel2::ShowMembers(R__insp, R__parent);        TrkHough::ShowMembers(R__insp, R__parent);
224        TrigLevel2::ShowMembers(R__insp, R__parent);        TrigLevel2::ShowMembers(R__insp, R__parent);
225        S4Level2::ShowMembers(R__insp, R__parent);        S4Level2::ShowMembers(R__insp, R__parent);
226        NDLevel2::ShowMembers(R__insp, R__parent);        NDLevel2::ShowMembers(R__insp, R__parent);
# Line 215  namespace ROOT { Line 233  namespace ROOT {
233     static void *new_PamLevel2(void *p) {     static void *new_PamLevel2(void *p) {
234        return  p ? new(p) ::PamLevel2 : new ::PamLevel2;        return  p ? new(p) ::PamLevel2 : new ::PamLevel2;
235     }     }
236     static void *newArray_PamLevel2(Long_t size) {     static void *newArray_PamLevel2(Long_t nElements, void *p) {
237        return new ::PamLevel2[size];        return p ? new(p) ::PamLevel2[nElements] : new ::PamLevel2[nElements];
238     }     }
239     // Wrapper around operator delete     // Wrapper around operator delete
240     static void delete_PamLevel2(void *p) {     static void delete_PamLevel2(void *p) {
# Line 247  void PamTrack::Streamer(TBuffer &R__b) Line 265  void PamTrack::Streamer(TBuffer &R__b)
265  void PamTrack::ShowMembers(TMemberInspector &R__insp, char *R__parent)  void PamTrack::ShowMembers(TMemberInspector &R__insp, char *R__parent)
266  {  {
267        // Inspect the data members of an object of class PamTrack.        // Inspect the data members of an object of class PamTrack.
   
268        TClass *R__cl = ::PamTrack::IsA();        TClass *R__cl = ::PamTrack::IsA();
269        Int_t R__ncp = strlen(R__parent);        Int_t R__ncp = strlen(R__parent);
270        if (R__ncp || R__cl || R__insp.IsA()) { }        if (R__ncp || R__cl || R__insp.IsA()) { }
# Line 264  namespace ROOT { Line 281  namespace ROOT {
281     static void *new_PamTrack(void *p) {     static void *new_PamTrack(void *p) {
282        return  p ? new(p) ::PamTrack : new ::PamTrack;        return  p ? new(p) ::PamTrack : new ::PamTrack;
283     }     }
284     static void *newArray_PamTrack(Long_t size) {     static void *newArray_PamTrack(Long_t nElements, void *p) {
285        return new ::PamTrack[size];        return p ? new(p) ::PamTrack[nElements] : new ::PamTrack[nElements];
286     }     }
287     // Wrapper around operator delete     // Wrapper around operator delete
288     static void delete_PamTrack(void *p) {     static void delete_PamTrack(void *p) {
# Line 295  namespace ROOT { Line 312  namespace ROOT {
312  extern "C" void G__cpp_reset_tagtablePamLevel2Dict();  extern "C" void G__cpp_reset_tagtablePamLevel2Dict();
313    
314  extern "C" void G__set_cpp_environmentPamLevel2Dict() {  extern "C" void G__set_cpp_environmentPamLevel2Dict() {
   G__add_macro("G__CINTVERSION=50160002");  
315    G__add_compiledheader("TROOT.h");    G__add_compiledheader("TROOT.h");
316    G__add_compiledheader("TMemberInspector.h");    G__add_compiledheader("TMemberInspector.h");
317    G__add_compiledheader("inc/PamLevel2.h");    G__add_compiledheader("inc/PamLevel2.h");
318    G__cpp_reset_tagtablePamLevel2Dict();    G__cpp_reset_tagtablePamLevel2Dict();
319  }  }
320  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); }  
   
321  extern "C" int G__cpp_dllrevPamLevel2Dict() { return(30051515); }  extern "C" int G__cpp_dllrevPamLevel2Dict() { return(30051515); }
322    
323  /*********************************************************  /*********************************************************
# Line 342  extern "C" int G__cpp_dllrevPamLevel2Dic Line 325  extern "C" int G__cpp_dllrevPamLevel2Dic
325  *********************************************************/  *********************************************************/
326    
327  /* PamTrack */  /* PamTrack */
328  static int G__PamLevel2Dict_608_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_660_1_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
329     PamTrack *p=NULL;  {
330     if(G__getaryconstruct()) p=new PamTrack[G__getaryconstruct()];     PamTrack* p = NULL;
331     else                    p=new PamTrack;     long gvp = G__getgvp();
332        result7->obj.i = (long)p;     int n = G__getaryconstruct();
333        result7->ref = (long)p;     if (n) {
334        result7->type = 'u';       if ((gvp == G__PVOID) || (gvp == 0)) {
335        result7->tagnum = G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack);         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) ;     return(1 || funcname || hash || result7 || libp) ;
351  }  }
352    
353  static int G__PamLevel2Dict_608_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_660_2_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
354     PamTrack *p=NULL;  {
355        p = new PamTrack(     PamTrack* p = NULL;
356  (TrkTrack*)G__int(libp->para[0]),(CaloTrkVar*)G__int(libp->para[1])     long gvp = G__getgvp();
357  ,(ToFTrkVar*)G__int(libp->para[2]));     //m: 3
358        result7->obj.i = (long)p;     if ((gvp == G__PVOID) || (gvp == 0)) {
359        result7->ref = (long)p;       p = new PamTrack(
360        result7->type = 'u';  (TrkTrack*) G__int(libp->para[0]), (CaloTrkVar*) G__int(libp->para[1])
361        result7->tagnum = G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack);  , (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) ;     return(1 || funcname || hash || result7 || libp) ;
372  }  }
373    
374  static int G__PamLevel2Dict_608_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_660_3_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
375     G__letint(result7,85,(long)PamTrack::Class());  {
376          G__letint(result7, 85, (long) ((PamTrack*) G__getstructoffset())->GetTrkTrack());
377     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
378  }  }
379    
380  static int G__PamLevel2Dict_608_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_660_4_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
381     G__letint(result7,67,(long)PamTrack::Class_Name());  {
382          G__letint(result7, 85, (long) ((PamTrack*) G__getstructoffset())->GetCaloTrack());
383     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
384  }  }
385    
386  static int G__PamLevel2Dict_608_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_660_5_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
387        G__letint(result7,115,(long)PamTrack::Class_Version());  {
388          G__letint(result7, 85, (long) ((PamTrack*) G__getstructoffset())->GetToFTrack());
389     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
390  }  }
391    
392  static int G__PamLevel2Dict_608_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_660_6_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
393        G__setnull(result7);  {
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();        PamTrack::Dictionary();
413          G__setnull(result7);
414     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
415  }  }
416    
417  static int G__PamLevel2Dict_608_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_660_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
418     G__letint(result7,85,(long)((const PamTrack*)(G__getstructoffset()))->IsA());  {
419          G__letint(result7, 85, (long) ((const PamTrack*) G__getstructoffset())->IsA());
420     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
421  }  }
422    
423  static int G__PamLevel2Dict_608_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  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);        G__setnull(result7);
       ((PamTrack*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));  
427     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
428  }  }
429    
430  static int G__PamLevel2Dict_608_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  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);        G__setnull(result7);
       ((PamTrack*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);  
434     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
435  }  }
436    
437  static int G__PamLevel2Dict_608_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  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);        G__setnull(result7);
       ((PamTrack*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);  
441     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
442  }  }
443    
444  static int G__PamLevel2Dict_608_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_660_4_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
445     G__letint(result7,67,(long)PamTrack::DeclFileName());  {
446          G__letint(result7, 67, (long) PamTrack::DeclFileName());
447     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
448  }  }
449    
450  static int G__PamLevel2Dict_608_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_660_5_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
451        G__letint(result7,105,(long)PamTrack::ImplFileLine());  {
452          G__letint(result7, 105, (long) PamTrack::ImplFileLine());
453     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
454  }  }
455    
456  static int G__PamLevel2Dict_608_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_660_6_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
457     G__letint(result7,67,(long)PamTrack::ImplFileName());  {
458          G__letint(result7, 67, (long) PamTrack::ImplFileName());
459     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
460  }  }
461    
462  static int G__PamLevel2Dict_608_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_660_7_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
463        G__letint(result7,105,(long)PamTrack::DeclFileLine());  {
464          G__letint(result7, 105, (long) PamTrack::DeclFileLine());
465     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
466  }  }
467    
468  // automatic copy constructor  // automatic copy constructor
469  static int G__PamLevel2Dict_608_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)  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;     PamTrack* p;
473     void *xtmp = (void*)G__int(libp->para[0]);     void* tmp = (void*) G__int(libp->para[0]);
474     p=new PamTrack(*(PamTrack*)xtmp);     p = new PamTrack(*(PamTrack*) tmp);
475     result7->obj.i = (long)p;     result7->obj.i = (long) p;
476     result7->ref = (long)p;     result7->ref = (long) p;
477     result7->type = 'u';     result7->type = 'u';
478     result7->tagnum = G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack);     result7->tagnum = G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack);
479     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
# Line 444  static int G__PamLevel2Dict_608_5_1(G__v Line 481  static int G__PamLevel2Dict_608_5_1(G__v
481    
482  // automatic destructor  // automatic destructor
483  typedef PamTrack G__TPamTrack;  typedef PamTrack G__TPamTrack;
484  static int G__PamLevel2Dict_608_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_660_9_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
485     if(0==G__getstructoffset()) return(1);  {
486     if(G__getaryconstruct())     long gvp = G__getgvp();
487       if(G__PVOID==G__getgvp())     long soff = G__getstructoffset();
488         delete[] (PamTrack *)(G__getstructoffset());     int n = G__getaryconstruct();
489       else     //
490         for(int i=G__getaryconstruct()-1;i>=0;i--)     //has_a_delete: 1
491           delete (PamTrack *)((G__getstructoffset())+sizeof(PamTrack)*i);     //has_own_delete1arg: 0
492     else  delete (PamTrack *)(G__getstructoffset());     //has_own_delete2arg: 0
493        G__setnull(result7);     //
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) ;     return(1 || funcname || hash || result7 || libp) ;
518  }  }
519    
520  // automatic assignment operator  // automatic assignment operator
521  static int G__PamLevel2Dict_608_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_660_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
522     PamTrack *dest = (PamTrack*)(G__getstructoffset());  {
523     *dest = (*(PamTrack*)libp->para[0].ref);     PamTrack* dest = (PamTrack*) G__getstructoffset();
524       *dest = *(PamTrack*) libp->para[0].ref;
525     const PamTrack& obj = *dest;     const PamTrack& obj = *dest;
526     result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);     result7->ref = (long) (&obj);
527       result7->obj.i = (long) (&obj);
528     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
529  }  }
530    
531    
532  /* PamLevel2 */  /* PamLevel2 */
533  static int G__PamLevel2Dict_609_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_1_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
534     PamLevel2 *p=NULL;  {
535     if(G__getaryconstruct()) p=new PamLevel2[G__getaryconstruct()];     PamLevel2* p = NULL;
536     else                    p=new PamLevel2;     long gvp = G__getgvp();
537        result7->obj.i = (long)p;     int n = G__getaryconstruct();
538        result7->ref = (long)p;     if (n) {
539        result7->type = 'u';       if ((gvp == G__PVOID) || (gvp == 0)) {
540        result7->tagnum = G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2);         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) ;     return(1 || funcname || hash || result7 || libp) ;
556  }  }
557    
558  static int G__PamLevel2Dict_609_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  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);        G__setnull(result7);
       ((PamLevel2*)(G__getstructoffset()))->Clear();  
    return(1 || funcname || hash || result7 || libp) ;  
 }  
   
 static int G__PamLevel2Dict_609_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  
    G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetTrkLevel1());  
    return(1 || funcname || hash || result7 || libp) ;  
 }  
   
 static int G__PamLevel2Dict_609_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  
    G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetTrkLevel2());  
    return(1 || funcname || hash || result7 || libp) ;  
 }  
   
 static int G__PamLevel2Dict_609_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  
    G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetCaloLevel2());  
562     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
563  }  }
564    
565  static int G__PamLevel2Dict_609_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_3_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
566     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetToFLevel2());  {
567     return(1 || funcname || hash || result7 || libp) ;        G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetRunInfo());
 }  
   
 static int G__PamLevel2Dict_609_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  
    G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetTrigLevel2());  
    return(1 || funcname || hash || result7 || libp) ;  
 }  
   
 static int G__PamLevel2Dict_609_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  
    G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetS4Level2());  
    return(1 || funcname || hash || result7 || libp) ;  
 }  
   
 static int G__PamLevel2Dict_609_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  
    G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetNDLevel2());  
    return(1 || funcname || hash || result7 || libp) ;  
 }  
   
 static int G__PamLevel2Dict_609_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  
    G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetAcLevel2());  
    return(1 || funcname || hash || result7 || libp) ;  
 }  
   
 static int G__PamLevel2Dict_609_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  
    G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetOrbitalInfo());  
    return(1 || funcname || hash || result7 || libp) ;  
 }  
   
 static int G__PamLevel2Dict_609_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  
    G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetRunInfo());  
568     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
569  }  }
570    
571  static int G__PamLevel2Dict_609_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  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);        G__setnull(result7);
       ((PamLevel2*)(G__getstructoffset()))->SetWhichTrees(*((TString*)G__int(libp->para[0])));  
575     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
576  }  }
577    
578  static int G__PamLevel2Dict_609_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_5_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
579     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetListOfLevel2Files(*((TString*)G__int(libp->para[0])),*((TString*)G__int(libp->para[1]))));  {
580          ((PamLevel2*) G__getstructoffset())->GetWhichTrees((TFile*) G__int(libp->para[0]));
581          G__setnull(result7);
582     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
583  }  }
584    
585  static int G__PamLevel2Dict_609_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_6_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
586        G__letint(result7,103,(long)((PamLevel2*)(G__getstructoffset()))->CheckLevel2File(*((TString*)G__int(libp->para[0]))));  {
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) ;     return(1 || funcname || hash || result7 || libp) ;
589  }  }
590    
591  static int G__PamLevel2Dict_609_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_7_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
592        G__setnull(result7);  {
593        ((PamLevel2*)(G__getstructoffset()))->SetBranchAddress();        G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetPamTree((TFile*) G__int(libp->para[0])));
594     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
595  }  }
596    
597  static int G__PamLevel2Dict_609_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_8_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
598     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetPamTree((TFile*)G__int(libp->para[0]),*((TString*)G__int(libp->para[1]))));  {
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) ;     return(1 || funcname || hash || result7 || libp) ;
601  }  }
602    
603  static int G__PamLevel2Dict_609_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_9_0(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
604     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetPamTree((TFile*)G__int(libp->para[0])));  {
605          G__letint(result7, 103, (long) ((PamLevel2*) G__getstructoffset())->CheckLevel2File(*((TString*) G__int(libp->para[0]))));
606     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
607  }  }
608    
609  static int G__PamLevel2Dict_609_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
610     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetPamTree((TList*)G__int(libp->para[0]),*((TString*)G__int(libp->para[1]))));  {
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) ;     return(1 || funcname || hash || result7 || libp) ;
613  }  }
614    
615  static int G__PamLevel2Dict_609_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_1_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
616     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetRunTree((TFile*)G__int(libp->para[0])));  {
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) ;     return(1 || funcname || hash || result7 || libp) ;
620  }  }
621    
622  static int G__PamLevel2Dict_609_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_2_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
623     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetRunTree((TList*)G__int(libp->para[0])));  {
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) ;     return(1 || funcname || hash || result7 || libp) ;
626  }  }
627    
628  static int G__PamLevel2Dict_609_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_3_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
629     G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToTrk());  {
630          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetRunTree((TFile*) G__int(libp->para[0])));
631     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
632  }  }
633    
634  static int G__PamLevel2Dict_609_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_4_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
635     G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToTrk((int)G__int(libp->para[0])));  {
636          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetRunTree((TList*) G__int(libp->para[0])));
637     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
638  }  }
639    
640  static int G__PamLevel2Dict_609_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_5_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
641     G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToCalo());  {
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) ;     return(1 || funcname || hash || result7 || libp) ;
645  }  }
646    
647  static int G__PamLevel2Dict_609_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_6_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
648     G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToToF());  {
649          ((PamLevel2*) G__getstructoffset())->CreateCloneTrees((TFile*) G__int(libp->para[0]));
650          G__setnull(result7);
651     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
652  }  }
653    
654  static int G__PamLevel2Dict_609_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_7_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
655     G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToTrig());  {
656          ((PamLevel2*) G__getstructoffset())->FillCloneTrees();
657          G__setnull(result7);
658     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
659  }  }
660    
661  static int G__PamLevel2Dict_609_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_8_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
662     G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToS4());  {
663          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetCloneTree(*((TString*) G__int(libp->para[0]))));
664     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
665  }  }
666    
667  static int G__PamLevel2Dict_609_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_9_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
668     G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToND());  {
669          ((PamLevel2*) G__getstructoffset())->WriteCloneTrees();
670          G__setnull(result7);
671     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
672  }  }
673    
674  static int G__PamLevel2Dict_609_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
675     G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToAc());  {
676          ((PamLevel2*) G__getstructoffset())->SetBranchAddress((TTree*) G__int(libp->para[0]));
677          G__setnull(result7);
678     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
679  }  }
680    
681  static int G__PamLevel2Dict_609_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_1_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
682     G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToOrb());  {
683          ((PamLevel2*) G__getstructoffset())->SetBranchAddress((TChain*) G__int(libp->para[0]));
684          G__setnull(result7);
685     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
686  }  }
687    
688  static int G__PamLevel2Dict_609_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_2_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
689     G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerToRun());  {
690          G__letint(result7, 89, (long) ((PamLevel2*) G__getstructoffset())->GetPointerTo((const char*) G__int(libp->para[0])));
691     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
692  }  }
693    
694  static int G__PamLevel2Dict_609_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_3_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
695     G__letint(result7,89,(long)((PamLevel2*)(G__getstructoffset()))->GetPointerTo((const char*)G__int(libp->para[0])));  {
696          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetTrkStoredTrack((int) G__int(libp->para[0])));
697     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
698  }  }
699    
700  static int G__PamLevel2Dict_609_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_4_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
701     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetTrkStoredTrack((int)G__int(libp->para[0])));  {
702          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetCaloStoredTrack((int) G__int(libp->para[0])));
703     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
704  }  }
705    
706  static int G__PamLevel2Dict_609_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_5_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
707     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetCaloStoredTrack((int)G__int(libp->para[0])));  {
708          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetToFStoredTrack((int) G__int(libp->para[0])));
709     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
710  }  }
711    
712  static int G__PamLevel2Dict_609_5_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_6_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
713     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetToFStoredTrack((int)G__int(libp->para[0])));  {
714          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetPamTrackAlong((TrkTrack*) G__int(libp->para[0])));
715     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
716  }  }
717    
718  static int G__PamLevel2Dict_609_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_7_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
719     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetPamTrackAlong((TrkTrack*)G__int(libp->para[0])));  {
720          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetStoredTrack((Int_t) G__int(libp->para[0])));
721     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
722  }  }
723    
724  static int G__PamLevel2Dict_609_7_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_8_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
725     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetStoredTrack((Int_t)G__int(libp->para[0])));  {
726          ((PamLevel2*) G__getstructoffset())->SortTracks(*((TString*) G__int(libp->para[0])));
727          G__setnull(result7);
728     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
729  }  }
730    
731  static int G__PamLevel2Dict_609_8_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_9_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
732        G__setnull(result7);  {
733        ((PamLevel2*)(G__getstructoffset()))->SortTracks(*((TString*)G__int(libp->para[0])));        G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetTracks());
734     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
735  }  }
736    
737  static int G__PamLevel2Dict_609_9_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
738     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetTracks());  {
739          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetTrack((int) G__int(libp->para[0])));
740     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
741  }  }
742    
743  static int G__PamLevel2Dict_609_0_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_1_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
744     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetTrack((int)G__int(libp->para[0])));  {
745          G__letint(result7, 85, (long) ((PamLevel2*) G__getstructoffset())->GetTrackImage((int) G__int(libp->para[0])));
746     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
747  }  }
748    
749  static int G__PamLevel2Dict_609_1_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_2_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
750     G__letint(result7,85,(long)((PamLevel2*)(G__getstructoffset()))->GetTrackImage((int)G__int(libp->para[0])));  {
751          G__letint(result7, 105, (long) ((PamLevel2*) G__getstructoffset())->ntrk());
752     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
753  }  }
754    
755  static int G__PamLevel2Dict_609_2_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_3_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
756     G__letint(result7,85,(long)PamLevel2::Class());  {
757          G__letint(result7, 85, (long) PamLevel2::Class());
758     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
759  }  }
760    
761  static int G__PamLevel2Dict_609_3_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_4_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
762     G__letint(result7,67,(long)PamLevel2::Class_Name());  {
763          G__letint(result7, 67, (long) PamLevel2::Class_Name());
764     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
765  }  }
766    
767  static int G__PamLevel2Dict_609_4_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_5_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
768        G__letint(result7,115,(long)PamLevel2::Class_Version());  {
769          G__letint(result7, 115, (long) PamLevel2::Class_Version());
770     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
771  }  }
772    
773  static int G__PamLevel2Dict_609_5_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_6_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
774        G__setnull(result7);  {
775        PamLevel2::Dictionary();        PamLevel2::Dictionary();
776          G__setnull(result7);
777     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
778  }  }
779    
780  static int G__PamLevel2Dict_609_6_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_7_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
781     G__letint(result7,85,(long)((const PamLevel2*)(G__getstructoffset()))->IsA());  {
782          G__letint(result7, 85, (long) ((const PamLevel2*) G__getstructoffset())->IsA());
783     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
784  }  }
785    
786  static int G__PamLevel2Dict_609_7_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  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);        G__setnull(result7);
       ((PamLevel2*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));  
790     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
791  }  }
792    
793  static int G__PamLevel2Dict_609_8_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  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);        G__setnull(result7);
       ((PamLevel2*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);  
797     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
798  }  }
799    
800  static int G__PamLevel2Dict_609_9_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  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);        G__setnull(result7);
       ((PamLevel2*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);  
804     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
805  }  }
806    
807  static int G__PamLevel2Dict_609_0_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_1_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
808     G__letint(result7,67,(long)PamLevel2::DeclFileName());  {
809          G__letint(result7, 67, (long) PamLevel2::DeclFileName());
810     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
811  }  }
812    
813  static int G__PamLevel2Dict_609_1_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_2_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
814        G__letint(result7,105,(long)PamLevel2::ImplFileLine());  {
815          G__letint(result7, 105, (long) PamLevel2::ImplFileLine());
816     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
817  }  }
818    
819  static int G__PamLevel2Dict_609_2_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_3_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
820     G__letint(result7,67,(long)PamLevel2::ImplFileName());  {
821          G__letint(result7, 67, (long) PamLevel2::ImplFileName());
822     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
823  }  }
824    
825  static int G__PamLevel2Dict_609_3_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_4_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
826        G__letint(result7,105,(long)PamLevel2::DeclFileLine());  {
827          G__letint(result7, 105, (long) PamLevel2::DeclFileLine());
828     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
829  }  }
830    
831  // automatic copy constructor  // automatic copy constructor
832  static int G__PamLevel2Dict_609_4_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)  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;     PamLevel2* p;
836     void *xtmp = (void*)G__int(libp->para[0]);     void* tmp = (void*) G__int(libp->para[0]);
837     p=new PamLevel2(*(PamLevel2*)xtmp);     p = new PamLevel2(*(PamLevel2*) tmp);
838     result7->obj.i = (long)p;     result7->obj.i = (long) p;
839     result7->ref = (long)p;     result7->ref = (long) p;
840     result7->type = 'u';     result7->type = 'u';
841     result7->tagnum = G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2);     result7->tagnum = G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2);
842     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
# Line 762  static int G__PamLevel2Dict_609_4_5(G__v Line 844  static int G__PamLevel2Dict_609_4_5(G__v
844    
845  // automatic destructor  // automatic destructor
846  typedef PamLevel2 G__TPamLevel2;  typedef PamLevel2 G__TPamLevel2;
847  static int G__PamLevel2Dict_609_5_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_6_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
848     if(0==G__getstructoffset()) return(1);  {
849     if(G__getaryconstruct())     long gvp = G__getgvp();
850       if(G__PVOID==G__getgvp())     long soff = G__getstructoffset();
851         delete[] (PamLevel2 *)(G__getstructoffset());     int n = G__getaryconstruct();
852       else     //
853         for(int i=G__getaryconstruct()-1;i>=0;i--)     //has_a_delete: 1
854           delete (PamLevel2 *)((G__getstructoffset())+sizeof(PamLevel2)*i);     //has_own_delete1arg: 0
855     else  delete (PamLevel2 *)(G__getstructoffset());     //has_own_delete2arg: 0
856        G__setnull(result7);     //
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) ;     return(1 || funcname || hash || result7 || libp) ;
881  }  }
882    
883  // automatic assignment operator  // automatic assignment operator
884  static int G__PamLevel2Dict_609_6_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {  static int G__PamLevel2Dict_661_7_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
885     PamLevel2 *dest = (PamLevel2*)(G__getstructoffset());  {
886     *dest = (*(PamLevel2*)libp->para[0].ref);     PamLevel2* dest = (PamLevel2*) G__getstructoffset();
887       *dest = *(PamLevel2*) libp->para[0].ref;
888     const PamLevel2& obj = *dest;     const PamLevel2& obj = *dest;
889     result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);     result7->ref = (long) (&obj);
890       result7->obj.i = (long) (&obj);
891     return(1 || funcname || hash || result7 || libp) ;     return(1 || funcname || hash || result7 || libp) ;
892  }  }
893    
# Line 870  extern "C" void G__cpp_setup_inheritance Line 977  extern "C" void G__cpp_setup_inheritance
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);         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;         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);         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       }       }
# Line 886  extern "C" void G__cpp_setup_inheritance Line 1009  extern "C" void G__cpp_setup_inheritance
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);         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         ToFLevel2 *G__Lpbase=(ToFLevel2*)G__Lderived;         TrkHough *G__Lpbase=(TrkHough*)G__Lderived;
1013         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);         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);         TObject *G__Lpbase=(TObject*)((long)G__Lderived);
# Line 942  extern "C" void G__cpp_setup_inheritance Line 1065  extern "C" void G__cpp_setup_inheritance
1065  extern "C" void G__cpp_setup_typetablePamLevel2Dict() {  extern "C" void G__cpp_setup_typetablePamLevel2Dict() {
1066    
1067     /* Setting up typedef entry */     /* Setting up typedef entry */
1068     G__search_typename2("Int_t",105,-1,0,     G__search_typename2("Int_t",105,-1,0,-1);
 -1);  
1069     G__setnewtype(-1,"Signed integer 4 bytes (int)",0);     G__setnewtype(-1,"Signed integer 4 bytes (int)",0);
1070     G__search_typename2("Bool_t",103,-1,0,     G__search_typename2("Bool_t",103,-1,0,-1);
 -1);  
1071     G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0);     G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0);
1072     G__search_typename2("Version_t",115,-1,0,     G__search_typename2("Version_t",115,-1,0,-1);
 -1);  
1073     G__setnewtype(-1,"Class version identifier (short)",0);     G__setnewtype(-1,"Class version identifier (short)",0);
1074  }  }
1075    
# Line 976  static void G__setup_memvarPamTrack(void Line 1096  static void G__setup_memvarPamTrack(void
1096  static void G__setup_memvarPamLevel2(void) {  static void G__setup_memvarPamLevel2(void) {
1097     G__tag_memvar_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2));     G__tag_memvar_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2));
1098     { PamLevel2 *p; p=(PamLevel2*)0x1000; if (p) { }     { PamLevel2 *p; p=(PamLevel2*)0x1000; if (p) { }
1099     G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_TrkLevel1),-1,-1,4,"trk_l1_obj=",0,(char*)NULL);     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*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_TrkLevel2),-1,-1,4,"trk_obj=",0,(char*)NULL);     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*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_CaloLevel2),-1,-1,4,"calo_obj=",0,(char*)NULL);     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*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_ToFLevel2),-1,-1,4,"tof_obj=",0,(char*)NULL);     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*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_TrigLevel2),-1,-1,4,"trig_obj=",0,(char*)NULL);     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*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_S4Level2),-1,-1,4,"s4_obj=",0,(char*)NULL);     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*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_NDLevel2),-1,-1,4,"nd_obj=",0,(char*)NULL);     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*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_AcLevel2),-1,-1,4,"ac_obj=",0,(char*)NULL);     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*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_OrbitalInfo),-1,-1,4,"orb_obj=",0,(char*)NULL);     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*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_GL_RUN),-1,-1,4,"run_obj=",0,(char*)NULL);     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*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_TRefArray),-1,-1,4,"sorted_tracks=",0,(char*)NULL);     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*)NULL,85,0,0,G__get_linked_tagnum(&G__PamLevel2DictLN_TChain),-1,-1,4,"Tout=",0,(char*)NULL);     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->CAL)-(long)(p)),103,0,0,-1,G__defined_typename("Bool_t"),-1,1,"CAL=",0,(char*)NULL);     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->TRK)-(long)(p)),103,0,0,-1,G__defined_typename("Bool_t"),-1,1,"TRK=",0,(char*)NULL);     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);     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);     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);     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);     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);     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);     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->TRK_L1)-(long)(p)),103,0,0,-1,G__defined_typename("Bool_t"),-1,1,"TRK_L1=",0,(char*)NULL);     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);     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();     G__tag_memvar_reset();
# Line 1019  extern "C" void G__cpp_setup_memvarPamLe Line 1144  extern "C" void G__cpp_setup_memvarPamLe
1144  static void G__setup_memfuncPamTrack(void) {  static void G__setup_memfuncPamTrack(void) {
1145     /* PamTrack */     /* PamTrack */
1146     G__tag_memfunc_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack));     G__tag_memfunc_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack));
1147     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_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_608_2_0,105,G__get_linked_tagnum(&G__PamLevel2DictLN_PamTrack),-1,0,3,1,1,0,     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 - - "  "U 'TrkTrack' - 0 - - U 'CaloTrkVar' - 0 - - "
1150  "U 'ToFTrkVar' - 0 - -",(char*)NULL,(void*)NULL,0);  "U 'ToFTrkVar' - 0 - -", (char*)NULL, (void*) NULL, 0);
1151     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("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("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("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("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("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("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("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("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("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("ShowMembers",1132,G__PamLevel2Dict_608_8_0,121,-1,-1,0,2,1,1,0,     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  "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);     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("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("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("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("ShowMembers",1132,G__PamLevel2Dict_660_1_1, 121, -1, -1, 0, 2, 1, 1, 0,
1160     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);  "u 'TMemberInspector' - 1 - insp C - - 0 - parent", (char*)NULL, (void*) NULL, 1);
1161     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("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("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("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("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("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     // automatic copy constructor
1168     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_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     // automatic destructor
1170     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_660_9_1, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
1171     // automatic assignment operator     // automatic assignment operator
1172     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_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();     G__tag_memfunc_reset();
1174  }  }
1175    
1176  static void G__setup_memfuncPamLevel2(void) {  static void G__setup_memfuncPamLevel2(void) {
1177     /* PamLevel2 */     /* PamLevel2 */
1178     G__tag_memfunc_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2));     G__tag_memfunc_setup(G__get_linked_tagnum(&G__PamLevel2DictLN_PamLevel2));
1179     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_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_609_2_0,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     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("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("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("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("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("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("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("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("GetPamTree",974,G__PamLevel2Dict_661_6_0, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_TTree), -1, 0, 2, 1, 1, 0,
1185     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);  "U 'TFile' - 0 - - u 'TString' - 0 - -", (char*)NULL, (void*) NULL, 0);
1186     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("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("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("GetListOfLevel2Files",1934,G__PamLevel2Dict_661_8_0, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_TList), -1, 0, 2, 1, 1, 0,
1188     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);  "u 'TString' - 0 - - u 'TString' - 0 - -", (char*)NULL, (void*) NULL, 0);
1189     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("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("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("GetPamTree",974,G__PamLevel2Dict_661_0_1, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_TChain), -1, 0, 2, 1, 1, 0,
1191     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);  "U 'TList' - 0 - - u 'TString' - 0 - -", (char*)NULL, (void*) NULL, 0);
1192     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("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 - - u 'TString' - 0 - -",(char*)NULL,(void*)NULL,0);  "u 'TString' - 0 - ddir u 'TString' - 0 - list "
1194     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);  "u 'TString' - 0 - detlist", (char*)NULL, (void*) NULL, 0);
1195     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("GetPamTree",974,G__PamLevel2Dict_661_2_1, 85, G__get_linked_tagnum(&G__PamLevel2DictLN_TChain), -1, 0, 2, 1, 1, 0,
1196     G__memfunc_setup("GetPamTree",974,G__PamLevel2Dict_609_7_1,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TTree),-1,0,2,1,1,0,  "u 'TString' - 0 - ddir u 'TString' - 0 - list", (char*)NULL, (void*) NULL, 0);
1197  "U 'TFile' - 0 - - u 'TString' - 0 - -",(char*)NULL,(void*)NULL,0);     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("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("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("GetPamTree",974,G__PamLevel2Dict_609_9_1,85,G__get_linked_tagnum(&G__PamLevel2DictLN_TChain),-1,0,2,1,1,0,     G__memfunc_setup("CreateCloneTrees0",1656,G__PamLevel2Dict_661_5_1, 121, -1, -1, 0, 2, 1, 1, 0,
1200  "U 'TList' - 0 - - u 'TString' - 0 - -",(char*)NULL,(void*)NULL,0);  "U 'TChain' - 0 - fChain U 'TFile' - 0 - file", (char*)NULL, (void*) NULL, 0);
1201     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("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("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("FillCloneTrees",1403,G__PamLevel2Dict_661_7_1, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
1203     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("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("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("WriteCloneTrees",1535,G__PamLevel2Dict_661_9_1, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
1205     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("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("GetPointerToToF",1485,G__PamLevel2Dict_609_5_2,89,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     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("GetPointerToTrig",1626,G__PamLevel2Dict_609_6_2,89,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     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("GetPointerToS4",1355,G__PamLevel2Dict_609_7_2,89,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     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("GetPointerToND",1366,G__PamLevel2Dict_609_8_2,89,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     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("GetPointerToAc",1384,G__PamLevel2Dict_609_9_2,89,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     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("GetPointerToOrb",1511,G__PamLevel2Dict_609_0_3,89,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     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("GetPointerToRun",1529,G__PamLevel2Dict_609_1_3,89,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);     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("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("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("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("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("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("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("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("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("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("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("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("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("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("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("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("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("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("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("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("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("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("ShowMembers",1132,G__PamLevel2Dict_661_8_3, 121, -1, -1, 0, 2, 1, 1, 0,
1224     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);  "u 'TMemberInspector' - 1 - insp C - - 0 - parent", (char*)NULL, (void*) NULL, 1);
1225     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("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("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("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("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("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("ShowMembers",1132,G__PamLevel2Dict_609_7_4,121,-1,-1,0,2,1,1,0,     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  "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);     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("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("DeclFileLine",1152,G__PamLevel2Dict_661_4_4, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) (int (*)())(&PamLevel2::DeclFileLine), 0);
    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("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("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("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("DeclFileLine",1152,G__PamLevel2Dict_609_3_5,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&PamLevel2::DeclFileLine),0);  
1231     // automatic copy constructor     // automatic copy constructor
1232     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_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     // automatic destructor
1234     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_661_6_4, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
1235     // automatic assignment operator     // automatic assignment operator
1236     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_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();     G__tag_memfunc_reset();
1238  }  }
1239    
# Line 1254  G__linked_taginfo G__PamLevel2DictLN_TTr Line 1377  G__linked_taginfo G__PamLevel2DictLN_TTr
1377  G__linked_taginfo G__PamLevel2DictLN_TrkLevel1 = { "TrkLevel1" , 99 , -1 };  G__linked_taginfo G__PamLevel2DictLN_TrkLevel1 = { "TrkLevel1" , 99 , -1 };
1378  G__linked_taginfo G__PamLevel2DictLN_TrkTrack = { "TrkTrack" , 99 , -1 };  G__linked_taginfo G__PamLevel2DictLN_TrkTrack = { "TrkTrack" , 99 , -1 };
1379  G__linked_taginfo G__PamLevel2DictLN_TrkLevel2 = { "TrkLevel2" , 99 , -1 };  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 };  G__linked_taginfo G__PamLevel2DictLN_CaloTrkVar = { "CaloTrkVar" , 99 , -1 };
1383  G__linked_taginfo G__PamLevel2DictLN_CaloLevel2 = { "CaloLevel2" , 99 , -1 };  G__linked_taginfo G__PamLevel2DictLN_CaloLevel2 = { "CaloLevel2" , 99 , -1 };
1384  G__linked_taginfo G__PamLevel2DictLN_ToFTrkVar = { "ToFTrkVar" , 99 , -1 };  G__linked_taginfo G__PamLevel2DictLN_ToFTrkVar = { "ToFTrkVar" , 99 , -1 };
# Line 1282  extern "C" void G__cpp_reset_tagtablePam Line 1407  extern "C" void G__cpp_reset_tagtablePam
1407    G__PamLevel2DictLN_TrkLevel1.tagnum = -1 ;    G__PamLevel2DictLN_TrkLevel1.tagnum = -1 ;
1408    G__PamLevel2DictLN_TrkTrack.tagnum = -1 ;    G__PamLevel2DictLN_TrkTrack.tagnum = -1 ;
1409    G__PamLevel2DictLN_TrkLevel2.tagnum = -1 ;    G__PamLevel2DictLN_TrkLevel2.tagnum = -1 ;
1410      G__PamLevel2DictLN_TrkHough.tagnum = -1 ;
1411      G__PamLevel2DictLN_CaloLevel1.tagnum = -1 ;
1412    G__PamLevel2DictLN_CaloTrkVar.tagnum = -1 ;    G__PamLevel2DictLN_CaloTrkVar.tagnum = -1 ;
1413    G__PamLevel2DictLN_CaloLevel2.tagnum = -1 ;    G__PamLevel2DictLN_CaloLevel2.tagnum = -1 ;
1414    G__PamLevel2DictLN_ToFTrkVar.tagnum = -1 ;    G__PamLevel2DictLN_ToFTrkVar.tagnum = -1 ;
# Line 1313  extern "C" void G__cpp_setup_tagtablePam Line 1440  extern "C" void G__cpp_setup_tagtablePam
1440     G__get_linked_tagnum(&G__PamLevel2DictLN_TrkLevel1);     G__get_linked_tagnum(&G__PamLevel2DictLN_TrkLevel1);
1441     G__get_linked_tagnum(&G__PamLevel2DictLN_TrkTrack);     G__get_linked_tagnum(&G__PamLevel2DictLN_TrkTrack);
1442     G__get_linked_tagnum(&G__PamLevel2DictLN_TrkLevel2);     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);     G__get_linked_tagnum(&G__PamLevel2DictLN_CaloTrkVar);
1446     G__get_linked_tagnum(&G__PamLevel2DictLN_CaloLevel2);     G__get_linked_tagnum(&G__PamLevel2DictLN_CaloLevel2);
1447     G__get_linked_tagnum(&G__PamLevel2DictLN_ToFTrkVar);     G__get_linked_tagnum(&G__PamLevel2DictLN_ToFTrkVar);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.23