// // File generated by rootcint at Tue Oct 1 10:46:42 2013 // Do NOT change. Changes will be lost next time file is generated // #define R__DICTIONARY_FILENAME PrimaryInfoDict #include "RConfig.h" //rootcint 4834 #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 "PrimaryInfoDict.h" #include "TClass.h" #include "TBuffer.h" #include "TMemberInspector.h" #include "TError.h" #ifndef G__ROOT #define G__ROOT #endif #include "RtypesImp.h" #include "TIsAProxy.h" #include "TFileMergeInfo.h" // START OF SHADOWS namespace ROOT { namespace Shadow { } // of namespace Shadow } // of namespace ROOT // END OF SHADOWS namespace ROOT { void PrimaryInfo_ShowMembers(void *obj, TMemberInspector &R__insp); static void *new_PrimaryInfo(void *p = 0); static void *newArray_PrimaryInfo(Long_t size, void *p); static void delete_PrimaryInfo(void *p); static void deleteArray_PrimaryInfo(void *p); static void destruct_PrimaryInfo(void *p); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::PrimaryInfo*) { ::PrimaryInfo *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::PrimaryInfo >(0); static ::ROOT::TGenericClassInfo instance("PrimaryInfo", ::PrimaryInfo::Class_Version(), "./PrimaryInfo.h", 5, typeid(::PrimaryInfo), DefineBehavior(ptr, ptr), &::PrimaryInfo::Dictionary, isa_proxy, 4, sizeof(::PrimaryInfo) ); instance.SetNew(&new_PrimaryInfo); instance.SetNewArray(&newArray_PrimaryInfo); instance.SetDelete(&delete_PrimaryInfo); instance.SetDeleteArray(&deleteArray_PrimaryInfo); instance.SetDestructor(&destruct_PrimaryInfo); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::PrimaryInfo*) { return GenerateInitInstanceLocal((::PrimaryInfo*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::PrimaryInfo*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } // end of namespace ROOT //______________________________________________________________________________ TClass *PrimaryInfo::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *PrimaryInfo::Class_Name() { return "PrimaryInfo"; } //______________________________________________________________________________ const char *PrimaryInfo::ImplFileName() { return ::ROOT::GenerateInitInstanceLocal((const ::PrimaryInfo*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int PrimaryInfo::ImplFileLine() { return ::ROOT::GenerateInitInstanceLocal((const ::PrimaryInfo*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void PrimaryInfo::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::PrimaryInfo*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *PrimaryInfo::Class() { if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::PrimaryInfo*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ void PrimaryInfo::Streamer(TBuffer &R__b) { // Stream an object of class PrimaryInfo. if (R__b.IsReading()) { R__b.ReadClassBuffer(PrimaryInfo::Class(),this); } else { R__b.WriteClassBuffer(PrimaryInfo::Class(),this); } } //______________________________________________________________________________ void PrimaryInfo::ShowMembers(TMemberInspector &R__insp) { // Inspect the data members of an object of class PrimaryInfo. TClass *R__cl = ::PrimaryInfo::IsA(); if (R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__insp.GetParent(), "X0", &X0); R__insp.Inspect(R__cl, R__insp.GetParent(), "Y0", &Y0); R__insp.Inspect(R__cl, R__insp.GetParent(), "Z0", &Z0); R__insp.Inspect(R__cl, R__insp.GetParent(), "P0", &P0); R__insp.Inspect(R__cl, R__insp.GetParent(), "Theta", &Theta); R__insp.Inspect(R__cl, R__insp.GetParent(), "Phi", &Phi); R__insp.Inspect(R__cl, R__insp.GetParent(), "PDG", &PDG); TObject::ShowMembers(R__insp); } namespace ROOT { // Wrappers around operator new static void *new_PrimaryInfo(void *p) { return p ? new(p) ::PrimaryInfo : new ::PrimaryInfo; } static void *newArray_PrimaryInfo(Long_t nElements, void *p) { return p ? new(p) ::PrimaryInfo[nElements] : new ::PrimaryInfo[nElements]; } // Wrapper around operator delete static void delete_PrimaryInfo(void *p) { delete ((::PrimaryInfo*)p); } static void deleteArray_PrimaryInfo(void *p) { delete [] ((::PrimaryInfo*)p); } static void destruct_PrimaryInfo(void *p) { typedef ::PrimaryInfo current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::PrimaryInfo /******************************************************** * PrimaryInfoDict.cxx * 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 #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3)) #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif extern "C" void G__cpp_reset_tagtablePrimaryInfoDict(); extern "C" void G__set_cpp_environmentPrimaryInfoDict() { G__add_compiledheader("TObject.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("PrimaryInfo.h"); G__cpp_reset_tagtablePrimaryInfoDict(); } #include extern "C" int G__cpp_dllrevPrimaryInfoDict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* PrimaryInfo */ static int G__PrimaryInfoDict_168_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { PrimaryInfo* p = NULL; char* gvp = (char*) G__getgvp(); int n = G__getaryconstruct(); if (n) { if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new PrimaryInfo[n]; } else { p = new((void*) gvp) PrimaryInfo[n]; } } else { if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new PrimaryInfo; } else { p = new((void*) gvp) PrimaryInfo; } } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__PrimaryInfoDictLN_PrimaryInfo)); return(1 || funcname || hash || result7 || libp) ; } static int G__PrimaryInfoDict_168_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { PrimaryInfo* p = NULL; char* gvp = (char*) G__getgvp(); //m: 7 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new PrimaryInfo( (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]) , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]) , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]) , (Int_t) G__int(libp->para[6])); } else { p = new((void*) gvp) PrimaryInfo( (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]) , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]) , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]) , (Int_t) G__int(libp->para[6])); } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__PrimaryInfoDictLN_PrimaryInfo)); return(1 || funcname || hash || result7 || libp) ; } static int G__PrimaryInfoDict_168_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) PrimaryInfo::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__PrimaryInfoDict_168_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) PrimaryInfo::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__PrimaryInfoDict_168_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 115, (long) PrimaryInfo::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__PrimaryInfoDict_168_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { PrimaryInfo::Dictionary(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__PrimaryInfoDict_168_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((PrimaryInfo*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__PrimaryInfoDict_168_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) PrimaryInfo::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__PrimaryInfoDict_168_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) PrimaryInfo::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__PrimaryInfoDict_168_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) PrimaryInfo::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__PrimaryInfoDict_168_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) PrimaryInfo::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__PrimaryInfoDict_168_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { PrimaryInfo* p; void* tmp = (void*) G__int(libp->para[0]); p = new PrimaryInfo(*(PrimaryInfo*) tmp); result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__PrimaryInfoDictLN_PrimaryInfo)); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef PrimaryInfo G__TPrimaryInfo; static int G__PrimaryInfoDict_168_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { char* gvp = (char*) G__getgvp(); long soff = G__getstructoffset(); int n = G__getaryconstruct(); // //has_a_delete: 1 //has_own_delete1arg: 0 //has_own_delete2arg: 0 // if (!soff) { return(1); } if (n) { if (gvp == (char*)G__PVOID) { delete[] (PrimaryInfo*) soff; } else { G__setgvp((long) G__PVOID); for (int i = n - 1; i >= 0; --i) { ((PrimaryInfo*) (soff+(sizeof(PrimaryInfo)*i)))->~G__TPrimaryInfo(); } G__setgvp((long)gvp); } } else { if (gvp == (char*)G__PVOID) { delete (PrimaryInfo*) soff; } else { G__setgvp((long) G__PVOID); ((PrimaryInfo*) (soff))->~G__TPrimaryInfo(); G__setgvp((long)gvp); } } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__PrimaryInfoDict_168_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { PrimaryInfo* dest = (PrimaryInfo*) G__getstructoffset(); *dest = *(PrimaryInfo*) libp->para[0].ref; const PrimaryInfo& obj = *dest; result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* PrimaryInfo */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncPrimaryInfoDict { public: G__Sizep2memfuncPrimaryInfoDict(): p(&G__Sizep2memfuncPrimaryInfoDict::sizep2memfunc) {} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncPrimaryInfoDict::*p)(); }; size_t G__get_sizep2memfuncPrimaryInfoDict() { G__Sizep2memfuncPrimaryInfoDict 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_inheritancePrimaryInfoDict() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__PrimaryInfoDictLN_PrimaryInfo))) { PrimaryInfo *G__Lderived; G__Lderived=(PrimaryInfo*)0x1000; { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__PrimaryInfoDictLN_PrimaryInfo),G__get_linked_tagnum(&G__PrimaryInfoDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetablePrimaryInfoDict() { /* 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__PrimaryInfoDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__PrimaryInfoDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__PrimaryInfoDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__PrimaryInfoDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__PrimaryInfoDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__PrimaryInfoDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__PrimaryInfoDictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__PrimaryInfoDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__PrimaryInfoDictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__PrimaryInfoDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); } /********************************************************* * Data Member information setup/ *********************************************************/ /* Setting up class,struct,union tag member variable */ /* PrimaryInfo */ static void G__setup_memvarPrimaryInfo(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__PrimaryInfoDictLN_PrimaryInfo)); { PrimaryInfo *p; p=(PrimaryInfo*)0x1000; if (p) { } G__memvar_setup((void*)((long)(&p->X0)-(long)(p)),100,0,0,-1,G__defined_typename("Double_t"),-1,1,"X0=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->Y0)-(long)(p)),100,0,0,-1,G__defined_typename("Double_t"),-1,1,"Y0=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->Z0)-(long)(p)),100,0,0,-1,G__defined_typename("Double_t"),-1,1,"Z0=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->P0)-(long)(p)),100,0,0,-1,G__defined_typename("Double_t"),-1,1,"P0=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->Theta)-(long)(p)),100,0,0,-1,G__defined_typename("Double_t"),-1,1,"Theta=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->Phi)-(long)(p)),100,0,0,-1,G__defined_typename("Double_t"),-1,1,"Phi=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->PDG)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"PDG=",0,(char*)NULL); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__PrimaryInfoDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarPrimaryInfoDict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncPrimaryInfo(void) { /* PrimaryInfo */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__PrimaryInfoDictLN_PrimaryInfo)); G__memfunc_setup("PrimaryInfo",1136,G__PrimaryInfoDict_168_0_1, 105, G__get_linked_tagnum(&G__PrimaryInfoDictLN_PrimaryInfo), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("PrimaryInfo",1136,G__PrimaryInfoDict_168_0_2, 105, G__get_linked_tagnum(&G__PrimaryInfoDictLN_PrimaryInfo), -1, 0, 7, 1, 1, 0, "d - 'Double_t' 0 - x0 d - 'Double_t' 0 - y0 " "d - 'Double_t' 0 - z0 d - 'Double_t' 0 - p0 " "d - 'Double_t' 0 - theta d - 'Double_t' 0 - phi " "i - 'Int_t' 0 - pdg", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Class",502,G__PrimaryInfoDict_168_0_3, 85, G__get_linked_tagnum(&G__PrimaryInfoDictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&PrimaryInfo::Class) ), 0); G__memfunc_setup("Class_Name",982,G__PrimaryInfoDict_168_0_4, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&PrimaryInfo::Class_Name) ), 0); G__memfunc_setup("Class_Version",1339,G__PrimaryInfoDict_168_0_5, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&PrimaryInfo::Class_Version) ), 0); G__memfunc_setup("Dictionary",1046,G__PrimaryInfoDict_168_0_6, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&PrimaryInfo::Dictionary) ), 0); G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__PrimaryInfoDictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("StreamerNVirtual",1656,G__PrimaryInfoDict_168_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("DeclFileName",1145,G__PrimaryInfoDict_168_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&PrimaryInfo::DeclFileName) ), 0); G__memfunc_setup("ImplFileLine",1178,G__PrimaryInfoDict_168_0_12, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&PrimaryInfo::ImplFileLine) ), 0); G__memfunc_setup("ImplFileName",1171,G__PrimaryInfoDict_168_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&PrimaryInfo::ImplFileName) ), 0); G__memfunc_setup("DeclFileLine",1152,G__PrimaryInfoDict_168_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&PrimaryInfo::DeclFileLine) ), 0); // automatic copy constructor G__memfunc_setup("PrimaryInfo", 1136, G__PrimaryInfoDict_168_0_15, (int) ('i'), G__get_linked_tagnum(&G__PrimaryInfoDictLN_PrimaryInfo), -1, 0, 1, 1, 1, 0, "u 'PrimaryInfo' - 11 - -", (char*) NULL, (void*) NULL, 0); // automatic destructor G__memfunc_setup("~PrimaryInfo", 1262, G__PrimaryInfoDict_168_0_16, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0); // automatic assignment operator G__memfunc_setup("operator=", 937, G__PrimaryInfoDict_168_0_17, (int) ('u'), G__get_linked_tagnum(&G__PrimaryInfoDictLN_PrimaryInfo), -1, 1, 1, 1, 1, 0, "u 'PrimaryInfo' - 11 - -", (char*) NULL, (void*) NULL, 0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncPrimaryInfoDict() { } /********************************************************* * 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_globalPrimaryInfoDict() { 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() { } static void G__cpp_setup_func12() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcPrimaryInfoDict() { 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(); G__cpp_setup_func12(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__PrimaryInfoDictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__PrimaryInfoDictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__PrimaryInfoDictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__PrimaryInfoDictLN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__PrimaryInfoDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__PrimaryInfoDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__PrimaryInfoDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__PrimaryInfoDictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__PrimaryInfoDictLN_PrimaryInfo = { "PrimaryInfo" , 115 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtablePrimaryInfoDict() { G__PrimaryInfoDictLN_TClass.tagnum = -1 ; G__PrimaryInfoDictLN_TBuffer.tagnum = -1 ; G__PrimaryInfoDictLN_TMemberInspector.tagnum = -1 ; G__PrimaryInfoDictLN_TObject.tagnum = -1 ; G__PrimaryInfoDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ; G__PrimaryInfoDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ; G__PrimaryInfoDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ; G__PrimaryInfoDictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__PrimaryInfoDictLN_PrimaryInfo.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtablePrimaryInfoDict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum_fwd(&G__PrimaryInfoDictLN_TClass); G__get_linked_tagnum_fwd(&G__PrimaryInfoDictLN_TBuffer); G__get_linked_tagnum_fwd(&G__PrimaryInfoDictLN_TMemberInspector); G__get_linked_tagnum_fwd(&G__PrimaryInfoDictLN_TObject); G__get_linked_tagnum_fwd(&G__PrimaryInfoDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR); G__get_linked_tagnum_fwd(&G__PrimaryInfoDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__PrimaryInfoDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR); G__get_linked_tagnum_fwd(&G__PrimaryInfoDictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR); G__tagtable_setup(G__get_linked_tagnum_fwd(&G__PrimaryInfoDictLN_PrimaryInfo),sizeof(PrimaryInfo),-1,323840,(char*)NULL,G__setup_memvarPrimaryInfo,G__setup_memfuncPrimaryInfo); } extern "C" void G__cpp_setupPrimaryInfoDict(void) { G__check_setup_version(30051515,"G__cpp_setupPrimaryInfoDict()"); G__set_cpp_environmentPrimaryInfoDict(); G__cpp_setup_tagtablePrimaryInfoDict(); G__cpp_setup_inheritancePrimaryInfoDict(); G__cpp_setup_typetablePrimaryInfoDict(); G__cpp_setup_memvarPrimaryInfoDict(); G__cpp_setup_memfuncPrimaryInfoDict(); G__cpp_setup_globalPrimaryInfoDict(); G__cpp_setup_funcPrimaryInfoDict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncPrimaryInfoDict(); return; } class G__cpp_setup_initPrimaryInfoDict { public: G__cpp_setup_initPrimaryInfoDict() { G__add_setup_func("PrimaryInfoDict",(G__incsetup)(&G__cpp_setupPrimaryInfoDict)); G__call_setup_funcs(); } ~G__cpp_setup_initPrimaryInfoDict() { G__remove_setup_func("PrimaryInfoDict"); } }; G__cpp_setup_initPrimaryInfoDict G__cpp_setup_initializerPrimaryInfoDict;