// // File generated by rootcint at Wed Dec 12 22:21:55 2001. // Do NOT change. Changes will be lost next time file is generated // #include "xxProjectDict.h" #include "TClass.h" #include "TBuffer.h" #include "TMemberInspector.h" #include "TError.h" #ifndef G__ROOT #define G__ROOT #endif //______________________________________________________________________________ TBuffer &operator>>(TBuffer &buf, EventHeader *&obj) { // Read a pointer to an object of class EventHeader. ::Error("EventHeader::operator>>", "objects not inheriting from TObject need a specialized operator>> function"); if (obj) { } return buf; } //______________________________________________________________________________ TBuffer &operator>>(TBuffer &buf, StLaserEvent *&obj) { // Read a pointer to an object of class StLaserEvent. obj = (StLaserEvent *) buf.ReadObject(StLaserEvent::Class()); return buf; } //______________________________________________________________________________ TBuffer &operator>>(TBuffer &buf, Track *&obj) { // Read a pointer to an object of class Track. obj = (Track *) buf.ReadObject(Track::Class()); return buf; } //______________________________________________________________________________ void R__StLaserEvent_fEvtHdr(TBuffer &R__b, void *R__p, int) { EventHeader &fEvtHdr = *(EventHeader *)R__p; if (R__b.IsReading()) { fEvtHdr.Streamer(R__b); } else { fEvtHdr.Streamer(R__b); } } //______________________________________________________________________________ void R__StLaserEvent_fTracks(TBuffer &R__b, void *R__p, int) { TClonesArray** fTracks = (TClonesArray**)R__p; if (R__b.IsReading()) { R__b >> *fTracks; } else { R__b << (TObject*)*fTracks; } } //______________________________________________________________________________ void R__StLaserEvent_fHits(TBuffer &R__b, void *R__p, int) { TClonesArray** fHits = (TClonesArray**)R__p; if (R__b.IsReading()) { R__b >> *fHits; } else { R__b << (TObject*)*fHits; } } //______________________________________________________________________________ void R__StLaserEvent_fPixels(TBuffer &R__b, void *R__p, int) { TClonesArray** fPixels = (TClonesArray**)R__p; if (R__b.IsReading()) { R__b >> *fPixels; } else { R__b << (TObject*)*fPixels; } } //______________________________________________________________________________ void StLaserEvent::Streamer(TBuffer &R__b) { // Stream an object of class StLaserEvent. if (R__b.IsReading()) { StLaserEvent::Class()->ReadBuffer(R__b, this); } else { StLaserEvent::Class()->WriteBuffer(R__b, this); } } //______________________________________________________________________________ void StLaserEvent::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class StLaserEvent. TClass *R__cl = StLaserEvent::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "fNtrack", &fNtrack); R__insp.Inspect(R__cl, R__parent, "fNhit", &fNhit); R__insp.Inspect(R__cl, R__parent, "fNpixel", &fNpixel); R__insp.Inspect(R__cl, R__parent, "fNseg", &fNseg); R__insp.Inspect(R__cl, R__parent, "fNvertex", &fNvertex); R__insp.Inspect(R__cl, R__parent, "fFlag", &fFlag); R__insp.Inspect(R__cl, R__parent, "fEvtHdr", &fEvtHdr); fEvtHdr.ShowMembers(R__insp, strcat(R__parent,"fEvtHdr.")); R__parent[R__ncp] = 0; R__cl->SetStreamer("fEvtHdr",R__StLaserEvent_fEvtHdr); R__insp.Inspect(R__cl, R__parent, "*fTracks", &fTracks); R__cl->SetStreamer("*fTracks",R__StLaserEvent_fTracks); R__insp.Inspect(R__cl, R__parent, "*fHits", &fHits); R__cl->SetStreamer("*fHits",R__StLaserEvent_fHits); R__insp.Inspect(R__cl, R__parent, "*fPixels", &fPixels); R__cl->SetStreamer("*fPixels",R__StLaserEvent_fPixels); TObject::ShowMembers(R__insp, R__parent); } //______________________________________________________________________________ const char *StLaserEvent::Class_Name() { // Return the class name for StLaserEvent. return "StLaserEvent"; } // Static variable to hold initialization object static StLaserEvent::R__Init __gR__InitStLaserEvent(4); //______________________________________________________________________________ void EventHeader::Streamer(TBuffer &R__b) { // Stream an object of class EventHeader. if (R__b.IsReading()) { EventHeader::Class()->ReadBuffer(R__b, this); } else { EventHeader::Class()->WriteBuffer(R__b, this); } } //______________________________________________________________________________ void EventHeader::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class EventHeader. TClass *R__cl = EventHeader::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "fEvtNum", &fEvtNum); R__insp.Inspect(R__cl, R__parent, "fRun", &fRun); R__insp.Inspect(R__cl, R__parent, "fDate", &fDate); R__insp.Inspect(R__cl, R__parent, "ftZero", &ftZero); R__insp.Inspect(R__cl, R__parent, "fDriVel", &fDriVel); R__insp.Inspect(R__cl, R__parent, "fClock", &fClock); R__insp.Inspect(R__cl, R__parent, "fTrigger", &fTrigger); } //______________________________________________________________________________ const char *EventHeader::Class_Name() { // Return the class name for EventHeader. return "EventHeader"; } // Static variable to hold initialization object static EventHeader::R__Init __gR__InitEventHeader(4); //______________________________________________________________________________ void Track::Streamer(TBuffer &R__b) { // Stream an object of class Track. if (R__b.IsReading()) { Track::Class()->ReadBuffer(R__b, this); } else { Track::Class()->WriteBuffer(R__b, this); } } //______________________________________________________________________________ void Track::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class Track. TClass *R__cl = Track::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "fStatus", &fStatus); R__insp.Inspect(R__cl, R__parent, "fhitid", &fhitid); R__insp.Inspect(R__cl, R__parent, "ftid", &ftid); R__insp.Inspect(R__cl, R__parent, "fid_globtrk", &fid_globtrk); R__insp.Inspect(R__cl, R__parent, "fndedx", &fndedx); R__insp.Inspect(R__cl, R__parent, "fnfit", &fnfit); R__insp.Inspect(R__cl, R__parent, "fnrec", &fnrec); R__insp.Inspect(R__cl, R__parent, "fnpos", &fnpos); R__insp.Inspect(R__cl, R__parent, "fq", &fq); R__insp.Inspect(R__cl, R__parent, "fChixy", &fChixy); R__insp.Inspect(R__cl, R__parent, "fChiyz", &fChiyz); R__insp.Inspect(R__cl, R__parent, "fdedx", &fdedx); R__insp.Inspect(R__cl, R__parent, "finvp", &finvp); R__insp.Inspect(R__cl, R__parent, "fcurvature", &fcurvature); R__insp.Inspect(R__cl, R__parent, "fpsi", &fpsi); R__insp.Inspect(R__cl, R__parent, "ftanl", &ftanl); R__insp.Inspect(R__cl, R__parent, "fphi0", &fphi0); R__insp.Inspect(R__cl, R__parent, "fr0", &fr0); R__insp.Inspect(R__cl, R__parent, "fz0", &fz0); R__insp.Inspect(R__cl, R__parent, "fxl", &fxl); R__insp.Inspect(R__cl, R__parent, "fyl", &fyl); R__insp.Inspect(R__cl, R__parent, "fzl", &fzl); R__insp.Inspect(R__cl, R__parent, "fphi", &fphi); R__insp.Inspect(R__cl, R__parent, "fsector", &fsector); TObject::ShowMembers(R__insp, R__parent); } //______________________________________________________________________________ const char *Track::Class_Name() { // Return the class name for Track. return "Track"; } // Static variable to hold initialization object static Track::R__Init __gR__InitTrack(4); /******************************************************** * xxProjectDict.cxx ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif extern "C" void G__cpp_reset_tagtablexxProjectDict(); extern "C" void G__set_cpp_environmentxxProjectDict() { G__add_compiledheader("TROOT.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("StLaserEvent.h"); G__add_compiledheader("EventHeader.h"); G__add_compiledheader("Track.h"); G__cpp_reset_tagtablexxProjectDict(); } class G__xxProjectDictdOcxx_tag {}; void* operator new(size_t size,G__xxProjectDictdOcxx_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__xxProjectDictdOcxx_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_xxProjectDictdOcxx() { G__operator_delete(0); } extern "C" int G__cpp_dllrevxxProjectDict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* EventHeader */ static int G__EventHeader_EventHeader_0_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { EventHeader *p=NULL; if(G__getaryconstruct()) p=new EventHeader[G__getaryconstruct()]; else p=::new((G__xxProjectDictdOcxx_tag*)G__getgvp()) EventHeader; result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__xxProjectDictLN_EventHeader); return(1 || funcname || hash || result7 || libp) ; } static int G__EventHeader_Class_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((EventHeader*)(G__getstructoffset()))->Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__EventHeader_Class_Name_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)((EventHeader*)(G__getstructoffset()))->Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__EventHeader_Class_Version_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)((EventHeader*)(G__getstructoffset()))->Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__EventHeader_Dictionary_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((EventHeader*)(G__getstructoffset()))->Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__EventHeader_IsA_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const EventHeader*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__EventHeader_ShowMembers_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((EventHeader*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__EventHeader_Streamer_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((EventHeader*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__EventHeader_StreamerNVirtual_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((EventHeader*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__EventHeader_DeclFileName_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)((EventHeader*)(G__getstructoffset()))->DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__EventHeader_DeclFileLine_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((EventHeader*)(G__getstructoffset()))->DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__EventHeader_ImplFileName_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)((EventHeader*)(G__getstructoffset()))->ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__EventHeader_ImplFileLine_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((EventHeader*)(G__getstructoffset()))->ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__EventHeader_EventHeader_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { EventHeader *p; p=new EventHeader(*(EventHeader*)G__int(libp->para[0])); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__xxProjectDictLN_EventHeader); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef EventHeader G__TEventHeader; static int G__EventHeader_wAEventHeader_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { if(0==G__getstructoffset()) return(1); if(G__getaryconstruct()) if(G__PVOID==G__getgvp()) delete[] (EventHeader *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) ((EventHeader *)((G__getstructoffset())+sizeof(EventHeader)*i))->~G__TEventHeader(); else { long G__Xtmp=G__getgvp(); G__setgvp(G__PVOID); ((EventHeader *)(G__getstructoffset()))->~G__TEventHeader(); G__setgvp(G__Xtmp); G__operator_delete((void*)G__getstructoffset()); } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } /* StLaserEvent */ static int G__StLaserEvent_StLaserEvent_0_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { StLaserEvent *p=NULL; if(G__getaryconstruct()) p=new StLaserEvent[G__getaryconstruct()]; else p=new StLaserEvent; result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__xxProjectDictLN_StLaserEvent); return(1 || funcname || hash || result7 || libp) ; } static int G__StLaserEvent_Class_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((StLaserEvent*)(G__getstructoffset()))->Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__StLaserEvent_Class_Name_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)((StLaserEvent*)(G__getstructoffset()))->Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__StLaserEvent_Class_Version_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)((StLaserEvent*)(G__getstructoffset()))->Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__StLaserEvent_Dictionary_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((StLaserEvent*)(G__getstructoffset()))->Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__StLaserEvent_IsA_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const StLaserEvent*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__StLaserEvent_ShowMembers_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((StLaserEvent*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__StLaserEvent_Streamer_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((StLaserEvent*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__StLaserEvent_StreamerNVirtual_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((StLaserEvent*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__StLaserEvent_DeclFileName_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)((StLaserEvent*)(G__getstructoffset()))->DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__StLaserEvent_DeclFileLine_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((StLaserEvent*)(G__getstructoffset()))->DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__StLaserEvent_ImplFileName_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)((StLaserEvent*)(G__getstructoffset()))->ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__StLaserEvent_ImplFileLine_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((StLaserEvent*)(G__getstructoffset()))->ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__StLaserEvent_StLaserEvent_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { StLaserEvent *p; p=new StLaserEvent(*(StLaserEvent*)G__int(libp->para[0])); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__xxProjectDictLN_StLaserEvent); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef StLaserEvent G__TStLaserEvent; static int G__StLaserEvent_wAStLaserEvent_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { if(0==G__getstructoffset()) return(1); if(G__getaryconstruct()) if(G__PVOID==G__getgvp()) delete[] (StLaserEvent *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) delete (StLaserEvent *)((G__getstructoffset())+sizeof(StLaserEvent)*i); else delete (StLaserEvent *)(G__getstructoffset()); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } /* Track */ static int G__Track_Track_0_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { Track *p=NULL; if(G__getaryconstruct()) p=new Track[G__getaryconstruct()]; else p=new Track; result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__xxProjectDictLN_Track); return(1 || funcname || hash || result7 || libp) ; } static int G__Track_Class_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((Track*)(G__getstructoffset()))->Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__Track_Class_Name_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)((Track*)(G__getstructoffset()))->Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__Track_Class_Version_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)((Track*)(G__getstructoffset()))->Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__Track_Dictionary_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((Track*)(G__getstructoffset()))->Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__Track_IsA_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const Track*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__Track_ShowMembers_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((Track*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__Track_Streamer_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((Track*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__Track_StreamerNVirtual_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((Track*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__Track_DeclFileName_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)((Track*)(G__getstructoffset()))->DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__Track_DeclFileLine_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((Track*)(G__getstructoffset()))->DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__Track_ImplFileName_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)((Track*)(G__getstructoffset()))->ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__Track_ImplFileLine_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((Track*)(G__getstructoffset()))->ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__Track_Track_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { Track *p; p=new Track(*(Track*)G__int(libp->para[0])); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__xxProjectDictLN_Track); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef Track G__TTrack; static int G__Track_wATrack_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { if(0==G__getstructoffset()) return(1); if(G__getaryconstruct()) if(G__PVOID==G__getgvp()) delete[] (Track *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) delete (Track *)((G__getstructoffset())+sizeof(Track)*i); else delete (Track *)(G__getstructoffset()); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* EventHeader */ /* StLaserEvent */ /* Track */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncxxProjectDict { public: G__Sizep2memfuncxxProjectDict() {p=&G__Sizep2memfuncxxProjectDict::sizep2memfunc;} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncxxProjectDict::*p)(); }; size_t G__get_sizep2memfuncxxProjectDict() { G__Sizep2memfuncxxProjectDict a; G__setsizep2memfunc((int)a.sizep2memfunc()); return((size_t)a.sizep2memfunc()); } /********************************************************* * virtual base class offset calculation interface *********************************************************/ /* Setting up class inheritance */ /********************************************************* * Inheritance information setup/ *********************************************************/ extern "C" void G__cpp_setup_inheritancexxProjectDict() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__xxProjectDictLN_StLaserEvent))) { StLaserEvent *G__Lderived; G__Lderived=(StLaserEvent*)0x1000; { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__xxProjectDictLN_StLaserEvent),G__get_linked_tagnum(&G__xxProjectDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1); } } if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__xxProjectDictLN_Track))) { Track *G__Lderived; G__Lderived=(Track*)0x1000; { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__xxProjectDictLN_Track),G__get_linked_tagnum(&G__xxProjectDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetablexxProjectDict() { /* Setting up typedef entry */ G__search_typename2("Char_t",99,-1,0, -1); G__setnewtype(-1,"Signed Character 1 byte (char)",0); G__search_typename2("UChar_t",98,-1,0, -1); G__setnewtype(-1,"Unsigned Character 1 byte (unsigned char)",0); G__search_typename2("Short_t",115,-1,0, -1); G__setnewtype(-1,"Signed Short integer 2 bytes (short)",0); G__search_typename2("UShort_t",114,-1,0, -1); G__setnewtype(-1,"Unsigned Short integer 2 bytes (unsigned short)",0); G__search_typename2("Int_t",105,-1,0, -1); G__setnewtype(-1,"Signed integer 4 bytes (int)",0); G__search_typename2("UInt_t",104,-1,0, -1); G__setnewtype(-1,"Unsigned integer 4 bytes (unsigned int)",0); G__search_typename2("Seek_t",105,-1,0, -1); G__setnewtype(-1,"File pointer (int)",0); G__search_typename2("Long_t",108,-1,0, -1); G__setnewtype(-1,"Signed long integer 4 bytes (long)",0); G__search_typename2("ULong_t",107,-1,0, -1); G__setnewtype(-1,"Unsigned long integer 4 bytes (unsigned long)",0); G__search_typename2("Float_t",102,-1,0, -1); G__setnewtype(-1,"Float 4 bytes (float)",0); G__search_typename2("Double_t",100,-1,0, -1); G__setnewtype(-1,"Float 8 bytes (double)",0); G__search_typename2("Text_t",99,-1,0, -1); G__setnewtype(-1,"General string (char)",0); G__search_typename2("Bool_t",98,-1,0, -1); G__setnewtype(-1,"Boolean (0=false, 1=true) (unsigned char)",0); G__search_typename2("Byte_t",98,-1,0, -1); G__setnewtype(-1,"Byte (8 bits) (unsigned char)",0); G__search_typename2("Version_t",115,-1,0, -1); G__setnewtype(-1,"Class version identifier (short)",0); G__search_typename2("Option_t",99,-1,0, -1); G__setnewtype(-1,"Option string (const char)",0); G__search_typename2("Ssiz_t",105,-1,0, -1); G__setnewtype(-1,"String size (int)",0); G__search_typename2("Real_t",102,-1,0, -1); G__setnewtype(-1,"TVector and TMatrix element type (float)",0); G__search_typename2("Streamer_t",89,-1,0, -1); G__setnewtype(-1,NULL,0); G__search_typename2("VoidFuncPtr_t",89,-1,0, -1); G__setnewtype(-1,"pointer to void function",0); G__search_typename2("FreeHookFun_t",89,-1,0, -1); G__setnewtype(-1,NULL,0); G__search_typename2("ReAllocFun_t",81,-1,0, -1); G__setnewtype(-1,NULL,0); G__search_typename2("ReAllocCFun_t",81,-1,0, -1); G__setnewtype(-1,NULL,0); G__search_typename2("Axis_t",100,-1,0, -1); G__setnewtype(-1,"Axis values type (double)",0); G__search_typename2("Stat_t",100,-1,0, -1); G__setnewtype(-1,"Statistics type (double)",0); } /********************************************************* * Data Member information setup/ *********************************************************/ /* Setting up class,struct,union tag member variable */ /* EventHeader */ static void G__setup_memvarEventHeader(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__xxProjectDictLN_EventHeader)); { EventHeader *p; p=(EventHeader*)0x1000; if (p) { } G__memvar_setup((void*)((long)(&p->fEvtNum)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fEvtNum=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fRun)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fRun=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fDate)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fDate=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->ftZero)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"ftZero=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fDriVel)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fDriVel=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fClock)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fClock=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fTrigger)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fTrigger=",0,(char*)NULL); G__memvar_setup((void*)NULL,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__xxProjectDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } /* StLaserEvent */ static void G__setup_memvarStLaserEvent(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__xxProjectDictLN_StLaserEvent)); { StLaserEvent *p; p=(StLaserEvent*)0x1000; if (p) { } G__memvar_setup((void*)((long)(&p->fNtrack)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNtrack=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fNhit)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNhit=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fNpixel)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNpixel=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fNseg)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNseg=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fNvertex)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNvertex=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fFlag)-(long)(p)),104,0,0,-1,G__defined_typename("UInt_t"),-1,1,"fFlag=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fEvtHdr)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__xxProjectDictLN_EventHeader),-1,-1,1,"fEvtHdr=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fTracks)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__xxProjectDictLN_TClonesArray),-1,-1,1,"fTracks=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fHits)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__xxProjectDictLN_TClonesArray),-1,-1,1,"fHits=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fPixels)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__xxProjectDictLN_TClonesArray),-1,-1,1,"fPixels=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__xxProjectDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } /* Track */ static void G__setup_memvarTrack(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__xxProjectDictLN_Track)); { Track *p; p=(Track*)0x1000; if (p) { } G__memvar_setup((void*)((long)(&p->fStatus)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fStatus=",0,"status flag */"); G__memvar_setup((void*)((long)(&p->fhitid)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fhitid=",0,"ID of the hit where parameters are given */"); G__memvar_setup((void*)((long)(&p->ftid)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"ftid=",0,"track id "); G__memvar_setup((void*)((long)(&p->fid_globtrk)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fid_globtrk=",0,"Pointer to the globtrk table row. "); G__memvar_setup((void*)((long)(&p->fndedx)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fndedx=",0,"Number of points used in dE/dx calc "); G__memvar_setup((void*)((long)(&p->fnfit)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fnfit=",0,"Number of points included in the fit "); G__memvar_setup((void*)((long)(&p->fnrec)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fnrec=",0,"Number of points assigned to that track"); G__memvar_setup((void*)((long)(&p->fnpos)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fnpos=",0,"Number of geometrically possible points"); G__memvar_setup((void*)((long)(&p->fq)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fq=",0,"charge */"); G__memvar_setup((void*)((long)(&p->fChixy)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fChixy=",0,"chi squared of the momentum fit */"); G__memvar_setup((void*)((long)(&p->fChiyz)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fChiyz=",0,"chi squared of the momentum fit */"); G__memvar_setup((void*)((long)(&p->fdedx)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fdedx=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->finvp)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"finvp=",0,"1/pt (transverse momentum) at (r,phi,z) */"); G__memvar_setup((void*)((long)(&p->fcurvature)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fcurvature=",0,"1/radius */"); G__memvar_setup((void*)((long)(&p->fpsi)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fpsi=",0,"azimuthal angle of the momentum at (r,.. */"); G__memvar_setup((void*)((long)(&p->ftanl)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"ftanl=",0,"tg of the dip angle at (r,phi,z) */"); G__memvar_setup((void*)((long)(&p->fphi0)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fphi0=",0,"azimuthal angle of the first point */"); G__memvar_setup((void*)((long)(&p->fr0)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fr0=",0,"r (in cyl. coord.) for the first point */"); G__memvar_setup((void*)((long)(&p->fz0)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fz0=",0,"z coordinate of the first point */"); G__memvar_setup((void*)((long)(&p->fxl)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fxl=",0,"x of point of close app. to laser source."); G__memvar_setup((void*)((long)(&p->fyl)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fyl=",0,"y of point of closest approach"); G__memvar_setup((void*)((long)(&p->fzl)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fzl=",0,"z of point of closest approach"); G__memvar_setup((void*)((long)(&p->fphi)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fphi=",0,"phi of track at the xl, yl, zl point."); G__memvar_setup((void*)((long)(&p->fsector)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fsector=",0,"sector of laser source point."); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__xxProjectDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarxxProjectDict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncEventHeader(void) { /* EventHeader */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__xxProjectDictLN_EventHeader)); G__memfunc_setup("EventHeader",1099,G__EventHeader_EventHeader_0_0,105,G__get_linked_tagnum(&G__xxProjectDictLN_EventHeader),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class",502,G__EventHeader_Class_2_0,85,G__get_linked_tagnum(&G__xxProjectDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class_Name",982,G__EventHeader_Class_Name_3_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class_Version",1339,G__EventHeader_Class_Version_4_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Dictionary",1046,G__EventHeader_Dictionary_5_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("IsA",253,G__EventHeader_IsA_6_0,85,G__get_linked_tagnum(&G__xxProjectDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__EventHeader_ShowMembers_7_0,121,-1,-1,0,2,1,1,0, "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Streamer",835,G__EventHeader_Streamer_8_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1); G__memfunc_setup("StreamerNVirtual",1656,G__EventHeader_StreamerNVirtual_9_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileName",1145,G__EventHeader_DeclFileName_0_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileLine",1152,G__EventHeader_DeclFileLine_1_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ImplFileName",1171,G__EventHeader_ImplFileName_2_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ImplFileLine",1178,G__EventHeader_ImplFileLine_3_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); // automatic copy constructor G__memfunc_setup("EventHeader",1099,G__EventHeader_EventHeader_4_1,(int)('i'),G__get_linked_tagnum(&G__xxProjectDictLN_EventHeader),-1,0,1,1,1,0,"u 'EventHeader' - 1 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~EventHeader",1225,G__EventHeader_wAEventHeader_5_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); G__tag_memfunc_reset(); } static void G__setup_memfuncStLaserEvent(void) { /* StLaserEvent */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__xxProjectDictLN_StLaserEvent)); G__memfunc_setup("StLaserEvent",1216,G__StLaserEvent_StLaserEvent_0_0,105,G__get_linked_tagnum(&G__xxProjectDictLN_StLaserEvent),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class",502,G__StLaserEvent_Class_2_0,85,G__get_linked_tagnum(&G__xxProjectDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class_Name",982,G__StLaserEvent_Class_Name_3_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class_Version",1339,G__StLaserEvent_Class_Version_4_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Dictionary",1046,G__StLaserEvent_Dictionary_5_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("IsA",253,G__StLaserEvent_IsA_6_0,85,G__get_linked_tagnum(&G__xxProjectDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__StLaserEvent_ShowMembers_7_0,121,-1,-1,0,2,1,1,0, "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Streamer",835,G__StLaserEvent_Streamer_8_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1); G__memfunc_setup("StreamerNVirtual",1656,G__StLaserEvent_StreamerNVirtual_9_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileName",1145,G__StLaserEvent_DeclFileName_0_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileLine",1152,G__StLaserEvent_DeclFileLine_1_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ImplFileName",1171,G__StLaserEvent_ImplFileName_2_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ImplFileLine",1178,G__StLaserEvent_ImplFileLine_3_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); // automatic copy constructor G__memfunc_setup("StLaserEvent",1216,G__StLaserEvent_StLaserEvent_4_1,(int)('i'),G__get_linked_tagnum(&G__xxProjectDictLN_StLaserEvent),-1,0,1,1,1,0,"u 'StLaserEvent' - 1 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~StLaserEvent",1342,G__StLaserEvent_wAStLaserEvent_5_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); G__tag_memfunc_reset(); } static void G__setup_memfuncTrack(void) { /* Track */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__xxProjectDictLN_Track)); G__memfunc_setup("Track",501,G__Track_Track_0_0,105,G__get_linked_tagnum(&G__xxProjectDictLN_Track),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class",502,G__Track_Class_2_0,85,G__get_linked_tagnum(&G__xxProjectDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class_Name",982,G__Track_Class_Name_3_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class_Version",1339,G__Track_Class_Version_4_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Dictionary",1046,G__Track_Dictionary_5_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("IsA",253,G__Track_IsA_6_0,85,G__get_linked_tagnum(&G__xxProjectDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__Track_ShowMembers_7_0,121,-1,-1,0,2,1,1,0, "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Streamer",835,G__Track_Streamer_8_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1); G__memfunc_setup("StreamerNVirtual",1656,G__Track_StreamerNVirtual_9_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileName",1145,G__Track_DeclFileName_0_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileLine",1152,G__Track_DeclFileLine_1_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ImplFileName",1171,G__Track_ImplFileName_2_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ImplFileLine",1178,G__Track_ImplFileLine_3_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); // automatic copy constructor G__memfunc_setup("Track",501,G__Track_Track_4_1,(int)('i'),G__get_linked_tagnum(&G__xxProjectDictLN_Track),-1,0,1,1,1,0,"u 'Track' - 1 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~Track",627,G__Track_wATrack_5_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncxxProjectDict() { } /********************************************************* * Global variable information setup for each class *********************************************************/ static void G__cpp_setup_global0() { /* Setting up global variables */ G__resetplocal(); } static void G__cpp_setup_global1() { G__resetglobalenv(); } extern "C" void G__cpp_setup_globalxxProjectDict() { G__cpp_setup_global0(); G__cpp_setup_global1(); } /********************************************************* * Global function information setup for each class *********************************************************/ static void G__cpp_setup_func0() { G__lastifuncposition(); } static void G__cpp_setup_func1() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcxxProjectDict() { G__cpp_setup_func0(); G__cpp_setup_func1(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__xxProjectDictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__xxProjectDictLN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__xxProjectDictLN_EventHeader = { "EventHeader" , 99 , -1 }; G__linked_taginfo G__xxProjectDictLN_TClonesArray = { "TClonesArray" , 99 , -1 }; G__linked_taginfo G__xxProjectDictLN_StLaserEvent = { "StLaserEvent" , 99 , -1 }; G__linked_taginfo G__xxProjectDictLN_Track = { "Track" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtablexxProjectDict() { G__xxProjectDictLN_TClass.tagnum = -1 ; G__xxProjectDictLN_TObject.tagnum = -1 ; G__xxProjectDictLN_EventHeader.tagnum = -1 ; G__xxProjectDictLN_TClonesArray.tagnum = -1 ; G__xxProjectDictLN_StLaserEvent.tagnum = -1 ; G__xxProjectDictLN_Track.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtablexxProjectDict() { /* Setting up class,struct,union tag entry */ G__tagtable_setup(G__get_linked_tagnum(&G__xxProjectDictLN_EventHeader),sizeof(EventHeader),-1,263424,(char*)NULL,G__setup_memvarEventHeader,G__setup_memfuncEventHeader); G__tagtable_setup(G__get_linked_tagnum(&G__xxProjectDictLN_StLaserEvent),sizeof(StLaserEvent),-1,292096,(char*)NULL,G__setup_memvarStLaserEvent,G__setup_memfuncStLaserEvent); G__tagtable_setup(G__get_linked_tagnum(&G__xxProjectDictLN_Track),sizeof(Track),-1,292096,(char*)NULL,G__setup_memvarTrack,G__setup_memfuncTrack); } extern "C" void G__cpp_setupxxProjectDict(void) { G__check_setup_version(30051515,"G__cpp_setupxxProjectDict()"); G__set_cpp_environmentxxProjectDict(); G__cpp_setup_tagtablexxProjectDict(); G__cpp_setup_inheritancexxProjectDict(); G__cpp_setup_typetablexxProjectDict(); G__cpp_setup_memvarxxProjectDict(); G__cpp_setup_memfuncxxProjectDict(); G__cpp_setup_globalxxProjectDict(); G__cpp_setup_funcxxProjectDict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncxxProjectDict(); return; } class G__cpp_setup_initxxProjectDict { public: G__cpp_setup_initxxProjectDict() { G__add_setup_func("xxProjectDict",(G__incsetup)(&G__cpp_setupxxProjectDict)); G__call_setup_funcs(); } ~G__cpp_setup_initxxProjectDict() { G__remove_setup_func("xxProjectDict"); } }; G__cpp_setup_initxxProjectDict G__cpp_setup_initializerxxProjectDict;