// // File generated by rootcint at Wed Dec 31 10:11:25 2014 // Do NOT change. Changes will be lost next time file is generated // #define R__DICTIONARY_FILENAME dIscratchdIperkindIt2kdINEUT5dO3dO2dI5dO3dO2dIsrcdIneutsmpldIdOdOdIneutclassdIneutrootTreeSingletonDict #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 "neutrootTreeSingletonDict.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 NeutrootTreeSingleton_ShowMembers(void *obj, TMemberInspector &R__insp); static void *new_NeutrootTreeSingleton(void *p = 0); static void *newArray_NeutrootTreeSingleton(Long_t size, void *p); static void delete_NeutrootTreeSingleton(void *p); static void deleteArray_NeutrootTreeSingleton(void *p); static void destruct_NeutrootTreeSingleton(void *p); static void streamer_NeutrootTreeSingleton(TBuffer &buf, void *obj); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::NeutrootTreeSingleton*) { ::NeutrootTreeSingleton *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::NeutrootTreeSingleton >(0); static ::ROOT::TGenericClassInfo instance("NeutrootTreeSingleton", ::NeutrootTreeSingleton::Class_Version(), "/scratch/perkin/t2k/NEUT5.3.2/5.3.2/src/neutsmpl/../neutclass/neutrootTreeSingleton.h", 9, typeid(::NeutrootTreeSingleton), DefineBehavior(ptr, ptr), &::NeutrootTreeSingleton::Dictionary, isa_proxy, 0, sizeof(::NeutrootTreeSingleton) ); instance.SetNew(&new_NeutrootTreeSingleton); instance.SetNewArray(&newArray_NeutrootTreeSingleton); instance.SetDelete(&delete_NeutrootTreeSingleton); instance.SetDeleteArray(&deleteArray_NeutrootTreeSingleton); instance.SetDestructor(&destruct_NeutrootTreeSingleton); instance.SetStreamerFunc(&streamer_NeutrootTreeSingleton); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::NeutrootTreeSingleton*) { return GenerateInitInstanceLocal((::NeutrootTreeSingleton*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::NeutrootTreeSingleton*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } // end of namespace ROOT //______________________________________________________________________________ TClass *NeutrootTreeSingleton::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *NeutrootTreeSingleton::Class_Name() { return "NeutrootTreeSingleton"; } //______________________________________________________________________________ const char *NeutrootTreeSingleton::ImplFileName() { return ::ROOT::GenerateInitInstanceLocal((const ::NeutrootTreeSingleton*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int NeutrootTreeSingleton::ImplFileLine() { return ::ROOT::GenerateInitInstanceLocal((const ::NeutrootTreeSingleton*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void NeutrootTreeSingleton::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::NeutrootTreeSingleton*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *NeutrootTreeSingleton::Class() { if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::NeutrootTreeSingleton*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ void NeutrootTreeSingleton::Streamer(TBuffer &R__b) { // Stream an object of class NeutrootTreeSingleton. UInt_t R__s, R__c; if (R__b.IsReading()) { Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { } R__b >> tree_neutroot; R__b >> br_neutvect; R__b >> nvect; R__b >> f_nEvents; R__b >> f_nFiles; R__b.CheckByteCount(R__s, R__c, NeutrootTreeSingleton::IsA()); } else { R__c = R__b.WriteVersion(NeutrootTreeSingleton::IsA(), kTRUE); R__b << tree_neutroot; R__b << br_neutvect; R__b << nvect; R__b << f_nEvents; R__b << f_nFiles; R__b.SetByteCount(R__c, kTRUE); } } //______________________________________________________________________________ void NeutrootTreeSingleton::ShowMembers(TMemberInspector &R__insp) { // Inspect the data members of an object of class NeutrootTreeSingleton. TClass *R__cl = ::NeutrootTreeSingleton::IsA(); if (R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__insp.GetParent(), "*tree_neutroot", &tree_neutroot); R__insp.Inspect(R__cl, R__insp.GetParent(), "*br_neutvect", &br_neutvect); R__insp.Inspect(R__cl, R__insp.GetParent(), "*nvect", &nvect); R__insp.Inspect(R__cl, R__insp.GetParent(), "f_nEvents", &f_nEvents); R__insp.Inspect(R__cl, R__insp.GetParent(), "f_nFiles", &f_nFiles); } namespace ROOT { // Wrappers around operator new static void *new_NeutrootTreeSingleton(void *p) { return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::NeutrootTreeSingleton : new ::NeutrootTreeSingleton; } static void *newArray_NeutrootTreeSingleton(Long_t nElements, void *p) { return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::NeutrootTreeSingleton[nElements] : new ::NeutrootTreeSingleton[nElements]; } // Wrapper around operator delete static void delete_NeutrootTreeSingleton(void *p) { delete ((::NeutrootTreeSingleton*)p); } static void deleteArray_NeutrootTreeSingleton(void *p) { delete [] ((::NeutrootTreeSingleton*)p); } static void destruct_NeutrootTreeSingleton(void *p) { typedef ::NeutrootTreeSingleton current_t; ((current_t*)p)->~current_t(); } // Wrapper around a custom streamer member function. static void streamer_NeutrootTreeSingleton(TBuffer &buf, void *obj) { ((::NeutrootTreeSingleton*)obj)->::NeutrootTreeSingleton::Streamer(buf); } } // end of namespace ROOT for class ::NeutrootTreeSingleton /******************************************************** * /scratch/perkin/t2k/NEUT5.3.2/5.3.2/src/neutsmpl/../neutclass/neutrootTreeSingletonDict.cc * 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_tagtableneutrootTreeSingletonDict(); extern "C" void G__set_cpp_environmentneutrootTreeSingletonDict() { G__add_compiledheader("TObject.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("/scratch/perkin/t2k/NEUT5.3.2/5.3.2/src/neutsmpl/../neutclass/neutrootTreeSingleton.h"); G__cpp_reset_tagtableneutrootTreeSingletonDict(); } #include extern "C" int G__cpp_dllrevneutrootTreeSingletonDict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* NeutrootTreeSingleton */ static int G__neutrootTreeSingletonDict_540_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) NeutrootTreeSingleton::Instance(*((string*) G__int(libp->para[0])))); return(1 || funcname || hash || result7 || libp) ; } static int G__neutrootTreeSingletonDict_540_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) NeutrootTreeSingleton::Instance((TTree*) G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__neutrootTreeSingletonDict_540_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { NeutrootTreeSingleton* p = NULL; char* gvp = (char*) G__getgvp(); int n = G__getaryconstruct(); if (n) { if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new NeutrootTreeSingleton[n]; } else { p = new((void*) gvp) NeutrootTreeSingleton[n]; } } else { if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new NeutrootTreeSingleton; } else { p = new((void*) gvp) NeutrootTreeSingleton; } } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_NeutrootTreeSingleton)); return(1 || funcname || hash || result7 || libp) ; } static int G__neutrootTreeSingletonDict_540_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) ((NeutrootTreeSingleton*) G__getstructoffset())->GetNeutVectAddress()); return(1 || funcname || hash || result7 || libp) ; } static int G__neutrootTreeSingletonDict_540_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { switch (libp->paran) { case 2: G__letint(result7, 105, (long) ((NeutrootTreeSingleton*) G__getstructoffset())->GetEntry((Long64_t) G__Longlong(libp->para[0]), (Int_t) G__int(libp->para[1]))); break; case 1: G__letint(result7, 105, (long) ((NeutrootTreeSingleton*) G__getstructoffset())->GetEntry((Long64_t) G__Longlong(libp->para[0]))); break; case 0: G__letint(result7, 105, (long) ((NeutrootTreeSingleton*) G__getstructoffset())->GetEntry()); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__neutrootTreeSingletonDict_540_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((NeutrootTreeSingleton*) G__getstructoffset())->LoadTree(*((string*) G__int(libp->para[0]))); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__neutrootTreeSingletonDict_540_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((NeutrootTreeSingleton*) G__getstructoffset())->LoadTree((TTree*) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__neutrootTreeSingletonDict_540_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) NeutrootTreeSingleton::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__neutrootTreeSingletonDict_540_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) NeutrootTreeSingleton::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__neutrootTreeSingletonDict_540_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 115, (long) NeutrootTreeSingleton::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__neutrootTreeSingletonDict_540_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { NeutrootTreeSingleton::Dictionary(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__neutrootTreeSingletonDict_540_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) ((const NeutrootTreeSingleton*) G__getstructoffset())->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__neutrootTreeSingletonDict_540_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((NeutrootTreeSingleton*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__neutrootTreeSingletonDict_540_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((NeutrootTreeSingleton*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__neutrootTreeSingletonDict_540_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((NeutrootTreeSingleton*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__neutrootTreeSingletonDict_540_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) NeutrootTreeSingleton::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__neutrootTreeSingletonDict_540_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) NeutrootTreeSingleton::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__neutrootTreeSingletonDict_540_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) NeutrootTreeSingleton::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__neutrootTreeSingletonDict_540_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) NeutrootTreeSingleton::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__neutrootTreeSingletonDict_540_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { NeutrootTreeSingleton* p; void* tmp = (void*) G__int(libp->para[0]); p = new NeutrootTreeSingleton(*(NeutrootTreeSingleton*) tmp); result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_NeutrootTreeSingleton)); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef NeutrootTreeSingleton G__TNeutrootTreeSingleton; static int G__neutrootTreeSingletonDict_540_0_21(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: 0 //has_own_delete1arg: 0 //has_own_delete2arg: 0 // if (!soff) { return(1); } if (n) { if (gvp == (char*)G__PVOID) { delete[] (NeutrootTreeSingleton*) soff; } else { G__setgvp((long) G__PVOID); for (int i = n - 1; i >= 0; --i) { ((NeutrootTreeSingleton*) (soff+(sizeof(NeutrootTreeSingleton)*i)))->~G__TNeutrootTreeSingleton(); } G__setgvp((long)gvp); } } else { if (gvp == (char*)G__PVOID) { delete (NeutrootTreeSingleton*) soff; } else { G__setgvp((long) G__PVOID); ((NeutrootTreeSingleton*) (soff))->~G__TNeutrootTreeSingleton(); G__setgvp((long)gvp); } } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__neutrootTreeSingletonDict_540_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { NeutrootTreeSingleton* dest = (NeutrootTreeSingleton*) G__getstructoffset(); *dest = *(NeutrootTreeSingleton*) libp->para[0].ref; const NeutrootTreeSingleton& obj = *dest; result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* NeutrootTreeSingleton */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncneutrootTreeSingletonDict { public: G__Sizep2memfuncneutrootTreeSingletonDict(): p(&G__Sizep2memfuncneutrootTreeSingletonDict::sizep2memfunc) {} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncneutrootTreeSingletonDict::*p)(); }; size_t G__get_sizep2memfuncneutrootTreeSingletonDict() { G__Sizep2memfuncneutrootTreeSingletonDict 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_inheritanceneutrootTreeSingletonDict() { /* Setting up class inheritance */ } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableneutrootTreeSingletonDict() { /* 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("Version_t",115,-1,0,-1); G__setnewtype(-1,"Class version identifier (short)",0); G__search_typename2("Long64_t",110,-1,0,-1); G__setnewtype(-1,"Portable signed long integer 8 bytes",0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("map",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_maplEstringcOTObjArraymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTObjArraymUgRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("map",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_maplEstringcOTObjArraymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTObjArraymUgRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("map",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_maplEstringcOTObjArraymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTObjArraymUgRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("map >",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_maplEstringcOTObjArraymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTObjArraymUgRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTBase",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_TMatrixTBaselEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTBase",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_TMatrixTBaselEdoublegR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TVectorT",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_TVectorTlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TVectorT",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_TVectorTlEdoublegR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixT",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_TMatrixTlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTRow_const",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_TMatrixTRow_constlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTColumn_const",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_TMatrixTColumn_constlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTDiag_const",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_TMatrixTDiag_constlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTFlat_const",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_TMatrixTFlat_constlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTSub_const",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_TMatrixTSub_constlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTSparseRow_const",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_TMatrixTSparseRow_constlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTSparseDiag_const",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_TMatrixTSparseDiag_constlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTRow",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_TMatrixTRowlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTColumn",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_TMatrixTColumnlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTDiag",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_TMatrixTDiaglEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTFlat",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_TMatrixTFlatlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTSub",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_TMatrixTSublEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTSparseRow",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_TMatrixTSparseRowlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTSparseDiag",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_TMatrixTSparseDiaglEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TElementActionT",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_TElementActionTlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TElementPosActionT",117,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_TElementPosActionTlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); } /********************************************************* * Data Member information setup/ *********************************************************/ /* Setting up class,struct,union tag member variable */ /* NeutrootTreeSingleton */ static void G__setup_memvarNeutrootTreeSingleton(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_NeutrootTreeSingleton)); { NeutrootTreeSingleton *p; p=(NeutrootTreeSingleton*)0x1000; if (p) { } G__memvar_setup((void*)((long)(&p->tree_neutroot)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_TChain),-1,-1,1,"tree_neutroot=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->br_neutvect)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_TBranch),-1,-1,1,"br_neutvect=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->nvect)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_NeutVect),-1,-1,1,"nvect=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->f_nEvents)-(long)(p)),105,0,0,-1,-1,-1,1,"f_nEvents=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->f_nFiles)-(long)(p)),105,0,0,-1,-1,-1,1,"f_nFiles=",0,(char*)NULL); G__memvar_setup((void*)(&NeutrootTreeSingleton::fInstance),85,0,0,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_NeutrootTreeSingleton),-1,-2,1,"fInstance=",0,(char*)NULL); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarneutrootTreeSingletonDict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncNeutrootTreeSingleton(void) { /* NeutrootTreeSingleton */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_NeutrootTreeSingleton)); G__memfunc_setup("Instance",821,G__neutrootTreeSingletonDict_540_0_1, 85, G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_NeutrootTreeSingleton), -1, 0, 1, 3, 1, 0, "u 'string' - 0 - filename", (char*)NULL, (void*) G__func2void( (NeutrootTreeSingleton* (*)(string))(&NeutrootTreeSingleton::Instance) ), 0); G__memfunc_setup("Instance",821,G__neutrootTreeSingletonDict_540_0_2, 85, G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_NeutrootTreeSingleton), -1, 0, 1, 3, 1, 0, "U 'TTree' - 0 - a_intree", (char*)NULL, (void*) G__func2void( (NeutrootTreeSingleton* (*)(TTree*))(&NeutrootTreeSingleton::Instance) ), 0); G__memfunc_setup("NeutrootTreeSingleton",2211,G__neutrootTreeSingletonDict_540_0_3, 105, G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_NeutrootTreeSingleton), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetNeutVectAddress",1812,G__neutrootTreeSingletonDict_540_0_4, 85, G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_NeutVect), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetEntry",818,G__neutrootTreeSingletonDict_540_0_5, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, "n - 'Long64_t' 0 '0' entry i - 'Int_t' 0 '0' getall", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("LoadTree",784,G__neutrootTreeSingletonDict_540_0_6, 121, -1, -1, 0, 1, 1, 1, 0, "u 'string' - 0 - filename", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("LoadTree",784,G__neutrootTreeSingletonDict_540_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TTree' - 0 - a_intree", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Class",502,G__neutrootTreeSingletonDict_540_0_8, 85, G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&NeutrootTreeSingleton::Class) ), 0); G__memfunc_setup("Class_Name",982,G__neutrootTreeSingletonDict_540_0_9, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&NeutrootTreeSingleton::Class_Name) ), 0); G__memfunc_setup("Class_Version",1339,G__neutrootTreeSingletonDict_540_0_10, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&NeutrootTreeSingleton::Class_Version) ), 0); G__memfunc_setup("Dictionary",1046,G__neutrootTreeSingletonDict_540_0_11, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&NeutrootTreeSingleton::Dictionary) ), 0); G__memfunc_setup("IsA",253,G__neutrootTreeSingletonDict_540_0_12, 85, G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ShowMembers",1132,G__neutrootTreeSingletonDict_540_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Streamer",835,G__neutrootTreeSingletonDict_540_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("StreamerNVirtual",1656,G__neutrootTreeSingletonDict_540_0_15, 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__neutrootTreeSingletonDict_540_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&NeutrootTreeSingleton::DeclFileName) ), 0); G__memfunc_setup("ImplFileLine",1178,G__neutrootTreeSingletonDict_540_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&NeutrootTreeSingleton::ImplFileLine) ), 0); G__memfunc_setup("ImplFileName",1171,G__neutrootTreeSingletonDict_540_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&NeutrootTreeSingleton::ImplFileName) ), 0); G__memfunc_setup("DeclFileLine",1152,G__neutrootTreeSingletonDict_540_0_19, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&NeutrootTreeSingleton::DeclFileLine) ), 0); // automatic copy constructor G__memfunc_setup("NeutrootTreeSingleton", 2211, G__neutrootTreeSingletonDict_540_0_20, (int) ('i'), G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_NeutrootTreeSingleton), -1, 0, 1, 1, 1, 0, "u 'NeutrootTreeSingleton' - 11 - -", (char*) NULL, (void*) NULL, 0); // automatic destructor G__memfunc_setup("~NeutrootTreeSingleton", 2337, G__neutrootTreeSingletonDict_540_0_21, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0); // automatic assignment operator G__memfunc_setup("operator=", 937, G__neutrootTreeSingletonDict_540_0_22, (int) ('u'), G__get_linked_tagnum(&G__neutrootTreeSingletonDictLN_NeutrootTreeSingleton), -1, 1, 1, 1, 1, 0, "u 'NeutrootTreeSingleton' - 11 - -", (char*) NULL, (void*) NULL, 0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncneutrootTreeSingletonDict() { } /********************************************************* * 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() { } static void G__cpp_setup_global2() { } static void G__cpp_setup_global3() { G__resetglobalenv(); } extern "C" void G__cpp_setup_globalneutrootTreeSingletonDict() { G__cpp_setup_global0(); G__cpp_setup_global1(); G__cpp_setup_global2(); G__cpp_setup_global3(); } /********************************************************* * 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() { } static void G__cpp_setup_func13() { } static void G__cpp_setup_func14() { } static void G__cpp_setup_func15() { } static void G__cpp_setup_func16() { } static void G__cpp_setup_func17() { } static void G__cpp_setup_func18() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcneutrootTreeSingletonDict() { 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(); G__cpp_setup_func13(); G__cpp_setup_func14(); G__cpp_setup_func15(); G__cpp_setup_func16(); G__cpp_setup_func17(); G__cpp_setup_func18(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__neutrootTreeSingletonDictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_string = { "string" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR = { "iterator" , 115 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_TTree = { "TTree" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_TBranch = { "TBranch" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_maplEstringcOTObjArraymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTObjArraymUgRsPgRsPgR = { "map,allocator > >" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_TChain = { "TChain" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_TMatrixTBaselEfloatgR = { "TMatrixTBase" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_TMatrixTBaselEdoublegR = { "TMatrixTBase" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_TVectorTlEfloatgR = { "TVectorT" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_TVectorTlEdoublegR = { "TVectorT" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_TElementActionTlEfloatgR = { "TElementActionT" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_TElementPosActionTlEfloatgR = { "TElementPosActionT" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_TMatrixTlEfloatgR = { "TMatrixT" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_TMatrixTRow_constlEfloatgR = { "TMatrixTRow_const" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_TMatrixTRowlEfloatgR = { "TMatrixTRow" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_TMatrixTDiag_constlEfloatgR = { "TMatrixTDiag_const" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_TMatrixTColumn_constlEfloatgR = { "TMatrixTColumn_const" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_TMatrixTFlat_constlEfloatgR = { "TMatrixTFlat_const" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_TMatrixTSub_constlEfloatgR = { "TMatrixTSub_const" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_TMatrixTSparseRow_constlEfloatgR = { "TMatrixTSparseRow_const" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_TMatrixTSparseDiag_constlEfloatgR = { "TMatrixTSparseDiag_const" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_TMatrixTColumnlEfloatgR = { "TMatrixTColumn" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_TMatrixTDiaglEfloatgR = { "TMatrixTDiag" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_TMatrixTFlatlEfloatgR = { "TMatrixTFlat" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_TMatrixTSublEfloatgR = { "TMatrixTSub" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_TMatrixTSparseRowlEfloatgR = { "TMatrixTSparseRow" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_TMatrixTSparseDiaglEfloatgR = { "TMatrixTSparseDiag" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_NeutVect = { "NeutVect" , 99 , -1 }; G__linked_taginfo G__neutrootTreeSingletonDictLN_NeutrootTreeSingleton = { "NeutrootTreeSingleton" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableneutrootTreeSingletonDict() { G__neutrootTreeSingletonDictLN_TClass.tagnum = -1 ; G__neutrootTreeSingletonDictLN_TBuffer.tagnum = -1 ; G__neutrootTreeSingletonDictLN_TMemberInspector.tagnum = -1 ; G__neutrootTreeSingletonDictLN_string.tagnum = -1 ; G__neutrootTreeSingletonDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ; G__neutrootTreeSingletonDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ; G__neutrootTreeSingletonDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ; G__neutrootTreeSingletonDictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__neutrootTreeSingletonDictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR.tagnum = -1 ; G__neutrootTreeSingletonDictLN_TTree.tagnum = -1 ; G__neutrootTreeSingletonDictLN_TBranch.tagnum = -1 ; G__neutrootTreeSingletonDictLN_maplEstringcOTObjArraymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTObjArraymUgRsPgRsPgR.tagnum = -1 ; G__neutrootTreeSingletonDictLN_TChain.tagnum = -1 ; G__neutrootTreeSingletonDictLN_TMatrixTBaselEfloatgR.tagnum = -1 ; G__neutrootTreeSingletonDictLN_TMatrixTBaselEdoublegR.tagnum = -1 ; G__neutrootTreeSingletonDictLN_TVectorTlEfloatgR.tagnum = -1 ; G__neutrootTreeSingletonDictLN_TVectorTlEdoublegR.tagnum = -1 ; G__neutrootTreeSingletonDictLN_TElementActionTlEfloatgR.tagnum = -1 ; G__neutrootTreeSingletonDictLN_TElementPosActionTlEfloatgR.tagnum = -1 ; G__neutrootTreeSingletonDictLN_TMatrixTlEfloatgR.tagnum = -1 ; G__neutrootTreeSingletonDictLN_TMatrixTRow_constlEfloatgR.tagnum = -1 ; G__neutrootTreeSingletonDictLN_TMatrixTRowlEfloatgR.tagnum = -1 ; G__neutrootTreeSingletonDictLN_TMatrixTDiag_constlEfloatgR.tagnum = -1 ; G__neutrootTreeSingletonDictLN_TMatrixTColumn_constlEfloatgR.tagnum = -1 ; G__neutrootTreeSingletonDictLN_TMatrixTFlat_constlEfloatgR.tagnum = -1 ; G__neutrootTreeSingletonDictLN_TMatrixTSub_constlEfloatgR.tagnum = -1 ; G__neutrootTreeSingletonDictLN_TMatrixTSparseRow_constlEfloatgR.tagnum = -1 ; G__neutrootTreeSingletonDictLN_TMatrixTSparseDiag_constlEfloatgR.tagnum = -1 ; G__neutrootTreeSingletonDictLN_TMatrixTColumnlEfloatgR.tagnum = -1 ; G__neutrootTreeSingletonDictLN_TMatrixTDiaglEfloatgR.tagnum = -1 ; G__neutrootTreeSingletonDictLN_TMatrixTFlatlEfloatgR.tagnum = -1 ; G__neutrootTreeSingletonDictLN_TMatrixTSublEfloatgR.tagnum = -1 ; G__neutrootTreeSingletonDictLN_TMatrixTSparseRowlEfloatgR.tagnum = -1 ; G__neutrootTreeSingletonDictLN_TMatrixTSparseDiaglEfloatgR.tagnum = -1 ; G__neutrootTreeSingletonDictLN_NeutVect.tagnum = -1 ; G__neutrootTreeSingletonDictLN_NeutrootTreeSingleton.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableneutrootTreeSingletonDict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_TClass); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_TBuffer); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_TMemberInspector); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_string); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_TTree); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_TBranch); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_maplEstringcOTObjArraymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTObjArraymUgRsPgRsPgR); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_TChain); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_TMatrixTBaselEfloatgR); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_TMatrixTBaselEdoublegR); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_TVectorTlEfloatgR); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_TVectorTlEdoublegR); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_TElementActionTlEfloatgR); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_TElementPosActionTlEfloatgR); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_TMatrixTlEfloatgR); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_TMatrixTRow_constlEfloatgR); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_TMatrixTRowlEfloatgR); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_TMatrixTDiag_constlEfloatgR); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_TMatrixTColumn_constlEfloatgR); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_TMatrixTFlat_constlEfloatgR); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_TMatrixTSub_constlEfloatgR); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_TMatrixTSparseRow_constlEfloatgR); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_TMatrixTSparseDiag_constlEfloatgR); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_TMatrixTColumnlEfloatgR); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_TMatrixTDiaglEfloatgR); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_TMatrixTFlatlEfloatgR); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_TMatrixTSublEfloatgR); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_TMatrixTSparseRowlEfloatgR); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_TMatrixTSparseDiaglEfloatgR); G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_NeutVect); G__tagtable_setup(G__get_linked_tagnum_fwd(&G__neutrootTreeSingletonDictLN_NeutrootTreeSingleton),sizeof(NeutrootTreeSingleton),-1,1280,(char*)NULL,G__setup_memvarNeutrootTreeSingleton,G__setup_memfuncNeutrootTreeSingleton); } extern "C" void G__cpp_setupneutrootTreeSingletonDict(void) { G__check_setup_version(30051515,"G__cpp_setupneutrootTreeSingletonDict()"); G__set_cpp_environmentneutrootTreeSingletonDict(); G__cpp_setup_tagtableneutrootTreeSingletonDict(); G__cpp_setup_inheritanceneutrootTreeSingletonDict(); G__cpp_setup_typetableneutrootTreeSingletonDict(); G__cpp_setup_memvarneutrootTreeSingletonDict(); G__cpp_setup_memfuncneutrootTreeSingletonDict(); G__cpp_setup_globalneutrootTreeSingletonDict(); G__cpp_setup_funcneutrootTreeSingletonDict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncneutrootTreeSingletonDict(); return; } class G__cpp_setup_initneutrootTreeSingletonDict { public: G__cpp_setup_initneutrootTreeSingletonDict() { G__add_setup_func("neutrootTreeSingletonDict",(G__incsetup)(&G__cpp_setupneutrootTreeSingletonDict)); G__call_setup_funcs(); } ~G__cpp_setup_initneutrootTreeSingletonDict() { G__remove_setup_func("neutrootTreeSingletonDict"); } }; G__cpp_setup_initneutrootTreeSingletonDict G__cpp_setup_initializerneutrootTreeSingletonDict;