// // File generated by rootcint at Thu Nov 3 11:14:15 2005. // Do NOT change. Changes will be lost next time file is generated // #include "RConfig.h" #if !defined(R__ACCESS_IN_SYMBOL) //Break the privacy of classes -- Disabled for the moment #define private public #define protected public #endif // Since CINT ignores the std namespace, we need to do so in this file. namespace std {} using namespace std; #include "pytpartDict.h" #include "TClass.h" #include "TBuffer.h" #include "TStreamerInfo.h" #include "TMemberInspector.h" #include "TError.h" #ifndef G__ROOT #define G__ROOT #endif #include "RtypesImp.h" #include "TCollectionProxy.h" #include "TIsAProxy.h" namespace ROOT { namespace Shadow { } // Of namespace ROOT::Shadow } // Of namespace ROOT namespace ROOT { void pytpart_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent); static void *new_pytpart(void *p = 0); static void *newArray_pytpart(Long_t size); static void delete_pytpart(void *p); static void deleteArray_pytpart(void *p); static void destruct_pytpart(void *p); // Function generating the singleton type initializer TGenericClassInfo *GenerateInitInstance(const ::pytpart*) { ::pytpart *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::pytpart >(0); static ::ROOT::TGenericClassInfo instance("pytpart", ::pytpart::Class_Version(), "pytpart.h", 5, typeid(::pytpart), DefineBehavior(ptr, ptr), &::pytpart::Dictionary, isa_proxy, 0, sizeof(::pytpart) ); instance.SetNew(&new_pytpart); instance.SetNewArray(&newArray_pytpart); instance.SetDelete(&delete_pytpart); instance.SetDeleteArray(&deleteArray_pytpart); instance.SetDestructor(&destruct_pytpart); return &instance; } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const ::pytpart*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } //______________________________________________________________________________ TClass *pytpart::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *pytpart::Class_Name() { return "pytpart"; } //______________________________________________________________________________ const char *pytpart::ImplFileName() { return ::ROOT::GenerateInitInstance((const ::pytpart*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int pytpart::ImplFileLine() { return ::ROOT::GenerateInitInstance((const ::pytpart*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void pytpart::Dictionary() { fgIsA = ::ROOT::GenerateInitInstance((const ::pytpart*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *pytpart::Class() { if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstance((const ::pytpart*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ void pytpart::Streamer(TBuffer &R__b) { // Stream an object of class pytpart. UInt_t R__s, R__c; if (R__b.IsReading()) { Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { } TObject::Streamer(R__b); R__b >> Flavor; R__b >> Status; R__b >> Parent; R__b >> Charge; R__b >> E; R__b >> M; R__b >> Pt; R__b >> Phi; R__b >> Theta; R__b >> EP; R__b >> MP; R__b >> PtP; R__b >> PhiP; R__b >> ThetaP; R__b.CheckByteCount(R__s, R__c, pytpart::IsA()); } else { R__c = R__b.WriteVersion(pytpart::IsA(), kTRUE); TObject::Streamer(R__b); R__b << Flavor; R__b << Status; R__b << Parent; R__b << Charge; R__b << E; R__b << M; R__b << Pt; R__b << Phi; R__b << Theta; R__b << EP; R__b << MP; R__b << PtP; R__b << PhiP; R__b << ThetaP; R__b.SetByteCount(R__c, kTRUE); } } //______________________________________________________________________________ void pytpart::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class pytpart. TClass *R__cl = ::pytpart::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "Flavor", &Flavor); R__insp.Inspect(R__cl, R__parent, "Status", &Status); R__insp.Inspect(R__cl, R__parent, "Parent", &Parent); R__insp.Inspect(R__cl, R__parent, "Charge", &Charge); R__insp.Inspect(R__cl, R__parent, "E", &E); R__insp.Inspect(R__cl, R__parent, "M", &M); R__insp.Inspect(R__cl, R__parent, "Pt", &Pt); R__insp.Inspect(R__cl, R__parent, "Phi", &Phi); R__insp.Inspect(R__cl, R__parent, "Theta", &Theta); R__insp.Inspect(R__cl, R__parent, "EP", &EP); R__insp.Inspect(R__cl, R__parent, "MP", &MP); R__insp.Inspect(R__cl, R__parent, "PtP", &PtP); R__insp.Inspect(R__cl, R__parent, "PhiP", &PhiP); R__insp.Inspect(R__cl, R__parent, "ThetaP", &ThetaP); TObject::ShowMembers(R__insp, R__parent); } namespace ROOT { // Wrappers around operator new static void *new_pytpart(void *p) { return p ? new(p) ::pytpart : new ::pytpart; } static void *newArray_pytpart(Long_t size) { return new ::pytpart[size]; } // Wrapper around operator delete static void delete_pytpart(void *p) { delete ((::pytpart*)p); } static void deleteArray_pytpart(void *p) { delete [] ((::pytpart*)p); } static void destruct_pytpart(void *p) { typedef ::pytpart current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::pytpart /******************************************************** * pytpartDict.C * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED * FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX(). * CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE. ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif extern "C" void G__cpp_reset_tagtablepytpartDict(); extern "C" void G__set_cpp_environmentpytpartDict() { G__add_macro("G__CINTVERSION=50160002"); G__add_compiledheader("TROOT.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("pytpart.h"); G__cpp_reset_tagtablepytpartDict(); } class G__pytpartDictdOC_tag {}; void* operator new(size_t size,G__pytpartDictdOC_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__pytpartDictdOC_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_pytpartDictdOC() { G__operator_delete(0); } extern "C" int G__cpp_dllrevpytpartDict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* pytpart */ static int G__pytpartDict_180_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { pytpart *p=NULL; if(G__getaryconstruct()) p=new pytpart[G__getaryconstruct()]; else p=new pytpart; result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__pytpartDictLN_pytpart); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((pytpart*)(G__getstructoffset()))->GetFlavor()); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((pytpart*)(G__getstructoffset()))->GetStatus()); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((pytpart*)(G__getstructoffset()))->GetParent()); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((pytpart*)(G__getstructoffset()))->GetCharge()); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((pytpart*)(G__getstructoffset()))->GetE()); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((pytpart*)(G__getstructoffset()))->GetM()); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((pytpart*)(G__getstructoffset()))->GetPt()); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((pytpart*)(G__getstructoffset()))->GetPhi()); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((pytpart*)(G__getstructoffset()))->GetTheta()); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((pytpart*)(G__getstructoffset()))->GetEP()); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((pytpart*)(G__getstructoffset()))->GetMP()); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((pytpart*)(G__getstructoffset()))->GetPtP()); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((pytpart*)(G__getstructoffset()))->GetPhiP()); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((pytpart*)(G__getstructoffset()))->GetThetaP()); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((pytpart*)(G__getstructoffset()))->SetFlavor((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((pytpart*)(G__getstructoffset()))->SetStatus((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((pytpart*)(G__getstructoffset()))->SetParent((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((pytpart*)(G__getstructoffset()))->SetCharge((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((pytpart*)(G__getstructoffset()))->SetE((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((pytpart*)(G__getstructoffset()))->SetM((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((pytpart*)(G__getstructoffset()))->SetPt((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((pytpart*)(G__getstructoffset()))->SetPhi((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((pytpart*)(G__getstructoffset()))->SetTheta((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((pytpart*)(G__getstructoffset()))->SetEP((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((pytpart*)(G__getstructoffset()))->SetMP((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((pytpart*)(G__getstructoffset()))->SetPtP((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((pytpart*)(G__getstructoffset()))->SetPhiP((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((pytpart*)(G__getstructoffset()))->SetThetaP((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)pytpart::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)pytpart::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)pytpart::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); pytpart::Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const pytpart*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_5_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((pytpart*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((pytpart*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_7_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((pytpart*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_8_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)pytpart::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_9_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)pytpart::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_0_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)pytpart::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__pytpartDict_180_1_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)pytpart::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__pytpartDict_180_2_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { pytpart *p; void *xtmp = (void*)G__int(libp->para[0]); p=new pytpart(*(pytpart*)xtmp); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__pytpartDictLN_pytpart); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef pytpart G__Tpytpart; static int G__pytpartDict_180_3_4(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[] (pytpart *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) delete (pytpart *)((G__getstructoffset())+sizeof(pytpart)*i); else delete (pytpart *)(G__getstructoffset()); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__pytpartDict_180_4_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { pytpart *dest = (pytpart*)(G__getstructoffset()); *dest = (*(pytpart*)libp->para[0].ref); const pytpart& obj = *dest; result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* pytpart */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncpytpartDict { public: G__Sizep2memfuncpytpartDict() {p=&G__Sizep2memfuncpytpartDict::sizep2memfunc;} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncpytpartDict::*p)(); }; size_t G__get_sizep2memfuncpytpartDict() { G__Sizep2memfuncpytpartDict 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_inheritancepytpartDict() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__pytpartDictLN_pytpart))) { pytpart *G__Lderived; G__Lderived=(pytpart*)0x1000; { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__pytpartDictLN_pytpart),G__get_linked_tagnum(&G__pytpartDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetablepytpartDict() { /* Setting up typedef entry */ G__search_typename2("Int_t",105,-1,0, -1); G__setnewtype(-1,"Signed integer 4 bytes (int)",0); G__search_typename2("Double_t",100,-1,0, -1); G__setnewtype(-1,"Double 8 bytes",0); G__search_typename2("Version_t",115,-1,0, -1); G__setnewtype(-1,"Class version identifier (short)",0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__pytpartDictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR),0,-1); G__setnewtype(-1,"// @(#)root/base:$Name: $:$Id: TROOT.h,v 1.50 2005/09/16 08:48:39 rdm Exp $",0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__pytpartDictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__pytpartDictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR)); G__setnewtype(-1,"// @(#)root/base:$Name: $:$Id: TROOT.h,v 1.50 2005/09/16 08:48:39 rdm Exp $",0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__pytpartDictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__pytpartDictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR)); G__setnewtype(-1,"// @(#)root/base:$Name: $:$Id: TROOT.h,v 1.50 2005/09/16 08:48:39 rdm Exp $",0); } /********************************************************* * Data Member information setup/ *********************************************************/ /* Setting up class,struct,union tag member variable */ /* pytpart */ static void G__setup_memvarpytpart(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__pytpartDictLN_pytpart)); { pytpart *p; p=(pytpart*)0x1000; if (p) { } G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"Flavor=",0,"particle flavor code (KF)"); G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"Status=",0,"particle status code (KS)"); G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"Parent=",0,"parent particle KF code"); G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"Charge=",0,"charge"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"E=",0,(char*)NULL); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"M=",0,(char*)NULL); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"Pt=",0,(char*)NULL); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"Phi=",0,(char*)NULL); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"Theta=",0,(char*)NULL); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"EP=",0,(char*)NULL); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"MP=",0,(char*)NULL); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"PtP=",0,(char*)NULL); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"PhiP=",0,(char*)NULL); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"ThetaP=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__pytpartDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarpytpartDict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncpytpart(void) { /* pytpart */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__pytpartDictLN_pytpart)); G__memfunc_setup("pytpart",788,G__pytpartDict_180_1_0,105,G__get_linked_tagnum(&G__pytpartDictLN_pytpart),-1,0,0,1,1,0,"","constructor",(void*)NULL,0); G__memfunc_setup("GetFlavor",906,G__pytpartDict_180_2_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetStatus",932,G__pytpartDict_180_3_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetParent",906,G__pytpartDict_180_4_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetCharge",874,G__pytpartDict_180_5_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetE",357,G__pytpartDict_180_6_0,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetM",365,G__pytpartDict_180_7_0,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPt",484,G__pytpartDict_180_8_0,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPhi",577,G__pytpartDict_180_9_0,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetTheta",790,G__pytpartDict_180_0_1,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetEP",437,G__pytpartDict_180_1_1,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetMP",445,G__pytpartDict_180_2_1,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPtP",564,G__pytpartDict_180_3_1,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPhiP",657,G__pytpartDict_180_4_1,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetThetaP",870,G__pytpartDict_180_5_1,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetFlavor",918,G__pytpartDict_180_6_1,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - v",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetStatus",944,G__pytpartDict_180_7_1,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - v",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetParent",918,G__pytpartDict_180_8_1,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - v",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetCharge",886,G__pytpartDict_180_9_1,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - v",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetE",369,G__pytpartDict_180_0_2,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - v",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetM",377,G__pytpartDict_180_1_2,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - v",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetPt",496,G__pytpartDict_180_2_2,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - v",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetPhi",589,G__pytpartDict_180_3_2,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - v",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetTheta",802,G__pytpartDict_180_4_2,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - v",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetEP",449,G__pytpartDict_180_5_2,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - v",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMP",457,G__pytpartDict_180_6_2,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - v",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetPtP",576,G__pytpartDict_180_7_2,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - v",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetPhiP",669,G__pytpartDict_180_8_2,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - v",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetThetaP",882,G__pytpartDict_180_9_2,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - v",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class",502,G__pytpartDict_180_0_3,85,G__get_linked_tagnum(&G__pytpartDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pytpart::Class),0); G__memfunc_setup("Class_Name",982,G__pytpartDict_180_1_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pytpart::Class_Name),0); G__memfunc_setup("Class_Version",1339,G__pytpartDict_180_2_3,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pytpart::Class_Version),0); G__memfunc_setup("Dictionary",1046,G__pytpartDict_180_3_3,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pytpart::Dictionary),0); G__memfunc_setup("IsA",253,G__pytpartDict_180_4_3,85,G__get_linked_tagnum(&G__pytpartDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__pytpartDict_180_5_3,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__pytpartDict_180_6_3,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1); G__memfunc_setup("StreamerNVirtual",1656,G__pytpartDict_180_7_3,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileName",1145,G__pytpartDict_180_8_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pytpart::DeclFileName),0); G__memfunc_setup("ImplFileLine",1178,G__pytpartDict_180_9_3,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pytpart::ImplFileLine),0); G__memfunc_setup("ImplFileName",1171,G__pytpartDict_180_0_4,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pytpart::ImplFileName),0); G__memfunc_setup("DeclFileLine",1152,G__pytpartDict_180_1_4,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pytpart::DeclFileLine),0); // automatic copy constructor G__memfunc_setup("pytpart",788,G__pytpartDict_180_2_4,(int)('i'),G__get_linked_tagnum(&G__pytpartDictLN_pytpart),-1,0,1,1,1,0,"u 'pytpart' - 11 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~pytpart",914,G__pytpartDict_180_3_4,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); // automatic assignment operator G__memfunc_setup("operator=",937,G__pytpartDict_180_4_4,(int)('u'),G__get_linked_tagnum(&G__pytpartDictLN_pytpart),-1,1,1,1,1,0,"u 'pytpart' - 11 - -",(char*)NULL,(void*)NULL,0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncpytpartDict() { } /********************************************************* * 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_globalpytpartDict() { 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() { } static void G__cpp_setup_func2() { } static void G__cpp_setup_func3() { } static void G__cpp_setup_func4() { } static void G__cpp_setup_func5() { } static void G__cpp_setup_func6() { } static void G__cpp_setup_func7() { } static void G__cpp_setup_func8() { } static void G__cpp_setup_func9() { } static void G__cpp_setup_func10() { } static void G__cpp_setup_func11() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcpytpartDict() { G__cpp_setup_func0(); G__cpp_setup_func1(); G__cpp_setup_func2(); G__cpp_setup_func3(); G__cpp_setup_func4(); G__cpp_setup_func5(); G__cpp_setup_func6(); G__cpp_setup_func7(); G__cpp_setup_func8(); G__cpp_setup_func9(); G__cpp_setup_func10(); G__cpp_setup_func11(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__pytpartDictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__pytpartDictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__pytpartDictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__pytpartDictLN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__pytpartDictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__pytpartDictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__pytpartDictLN_pytpart = { "pytpart" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtablepytpartDict() { G__pytpartDictLN_TClass.tagnum = -1 ; G__pytpartDictLN_TBuffer.tagnum = -1 ; G__pytpartDictLN_TMemberInspector.tagnum = -1 ; G__pytpartDictLN_TObject.tagnum = -1 ; G__pytpartDictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR.tagnum = -1 ; G__pytpartDictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__pytpartDictLN_pytpart.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtablepytpartDict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum(&G__pytpartDictLN_TClass); G__get_linked_tagnum(&G__pytpartDictLN_TBuffer); G__get_linked_tagnum(&G__pytpartDictLN_TMemberInspector); G__get_linked_tagnum(&G__pytpartDictLN_TObject); G__get_linked_tagnum(&G__pytpartDictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR); G__get_linked_tagnum(&G__pytpartDictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR); G__tagtable_setup(G__get_linked_tagnum(&G__pytpartDictLN_pytpart),sizeof(pytpart),-1,29952,(char*)NULL,G__setup_memvarpytpart,G__setup_memfuncpytpart); } extern "C" void G__cpp_setuppytpartDict(void) { G__check_setup_version(30051515,"G__cpp_setuppytpartDict()"); G__set_cpp_environmentpytpartDict(); G__cpp_setup_tagtablepytpartDict(); G__cpp_setup_inheritancepytpartDict(); G__cpp_setup_typetablepytpartDict(); G__cpp_setup_memvarpytpartDict(); G__cpp_setup_memfuncpytpartDict(); G__cpp_setup_globalpytpartDict(); G__cpp_setup_funcpytpartDict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncpytpartDict(); return; } class G__cpp_setup_initpytpartDict { public: G__cpp_setup_initpytpartDict() { G__add_setup_func("pytpartDict",(G__incsetup)(&G__cpp_setuppytpartDict)); G__call_setup_funcs(); } ~G__cpp_setup_initpytpartDict() { G__remove_setup_func("pytpartDict"); } }; G__cpp_setup_initpytpartDict G__cpp_setup_initializerpytpartDict;