// // File generated by rootcint at Wed Dec 31 10:11:13 2014 // Do NOT change. Changes will be lost next time file is generated // #define R__DICTIONARY_FILENAME dIscratchdIperkindIt2kdINEUT5dO3dO2dI5dO3dO2dIsrcdIneutsmpldIdOdOdIneutclassdIneutpartDict #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 "neutpartDict.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 NeutPart_ShowMembers(void *obj, TMemberInspector &R__insp); static void *new_NeutPart(void *p = 0); static void *newArray_NeutPart(Long_t size, void *p); static void delete_NeutPart(void *p); static void deleteArray_NeutPart(void *p); static void destruct_NeutPart(void *p); static void streamer_NeutPart(TBuffer &buf, void *obj); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::NeutPart*) { ::NeutPart *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::NeutPart >(0); static ::ROOT::TGenericClassInfo instance("NeutPart", ::NeutPart::Class_Version(), "/scratch/perkin/t2k/NEUT5.3.2/5.3.2/src/neutsmpl/../neutclass/neutpart.h", 8, typeid(::NeutPart), DefineBehavior(ptr, ptr), &::NeutPart::Dictionary, isa_proxy, 0, sizeof(::NeutPart) ); instance.SetNew(&new_NeutPart); instance.SetNewArray(&newArray_NeutPart); instance.SetDelete(&delete_NeutPart); instance.SetDeleteArray(&deleteArray_NeutPart); instance.SetDestructor(&destruct_NeutPart); instance.SetStreamerFunc(&streamer_NeutPart); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::NeutPart*) { return GenerateInitInstanceLocal((::NeutPart*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::NeutPart*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } // end of namespace ROOT //______________________________________________________________________________ TClass *NeutPart::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *NeutPart::Class_Name() { return "NeutPart"; } //______________________________________________________________________________ const char *NeutPart::ImplFileName() { return ::ROOT::GenerateInitInstanceLocal((const ::NeutPart*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int NeutPart::ImplFileLine() { return ::ROOT::GenerateInitInstanceLocal((const ::NeutPart*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void NeutPart::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::NeutPart*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *NeutPart::Class() { if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::NeutPart*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ void NeutPart::Streamer(TBuffer &R__b) { // Stream an object of class NeutPart. 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 >> fPID; R__b >> fMass; fP.Streamer(R__b); R__b >> fIsAlive; R__b >> fStatus; fPosIni.Streamer(R__b); fPosFin.Streamer(R__b); R__b.CheckByteCount(R__s, R__c, NeutPart::IsA()); } else { R__c = R__b.WriteVersion(NeutPart::IsA(), kTRUE); TObject::Streamer(R__b); R__b << fPID; R__b << fMass; fP.Streamer(R__b); R__b << fIsAlive; R__b << fStatus; fPosIni.Streamer(R__b); fPosFin.Streamer(R__b); R__b.SetByteCount(R__c, kTRUE); } } //______________________________________________________________________________ void NeutPart::ShowMembers(TMemberInspector &R__insp) { // Inspect the data members of an object of class NeutPart. TClass *R__cl = ::NeutPart::IsA(); if (R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__insp.GetParent(), "fPID", &fPID); R__insp.Inspect(R__cl, R__insp.GetParent(), "fMass", &fMass); R__insp.Inspect(R__cl, R__insp.GetParent(), "fP", &fP); R__insp.InspectMember(fP, "fP."); R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsAlive", &fIsAlive); R__insp.Inspect(R__cl, R__insp.GetParent(), "fStatus", &fStatus); R__insp.Inspect(R__cl, R__insp.GetParent(), "fPosIni", &fPosIni); R__insp.InspectMember(fPosIni, "fPosIni."); R__insp.Inspect(R__cl, R__insp.GetParent(), "fPosFin", &fPosFin); R__insp.InspectMember(fPosFin, "fPosFin."); TObject::ShowMembers(R__insp); } namespace ROOT { // Wrappers around operator new static void *new_NeutPart(void *p) { return p ? new(p) ::NeutPart : new ::NeutPart; } static void *newArray_NeutPart(Long_t nElements, void *p) { return p ? new(p) ::NeutPart[nElements] : new ::NeutPart[nElements]; } // Wrapper around operator delete static void delete_NeutPart(void *p) { delete ((::NeutPart*)p); } static void deleteArray_NeutPart(void *p) { delete [] ((::NeutPart*)p); } static void destruct_NeutPart(void *p) { typedef ::NeutPart current_t; ((current_t*)p)->~current_t(); } // Wrapper around a custom streamer member function. static void streamer_NeutPart(TBuffer &buf, void *obj) { ((::NeutPart*)obj)->::NeutPart::Streamer(buf); } } // end of namespace ROOT for class ::NeutPart /******************************************************** * /scratch/perkin/t2k/NEUT5.3.2/5.3.2/src/neutsmpl/../neutclass/neutpartDict.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_tagtableneutpartDict(); extern "C" void G__set_cpp_environmentneutpartDict() { 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/neutpart.h"); G__cpp_reset_tagtableneutpartDict(); } #include extern "C" int G__cpp_dllrevneutpartDict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* NeutPart */ static int G__neutpartDict_232_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { NeutPart* p = NULL; char* gvp = (char*) G__getgvp(); int n = G__getaryconstruct(); if (n) { if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new NeutPart[n]; } else { p = new((void*) gvp) NeutPart[n]; } } else { if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new NeutPart; } else { p = new((void*) gvp) NeutPart; } } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__neutpartDictLN_NeutPart)); return(1 || funcname || hash || result7 || libp) ; } static int G__neutpartDict_232_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) NeutPart::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__neutpartDict_232_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) NeutPart::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__neutpartDict_232_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 115, (long) NeutPart::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__neutpartDict_232_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { NeutPart::Dictionary(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__neutpartDict_232_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((NeutPart*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__neutpartDict_232_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) NeutPart::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__neutpartDict_232_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) NeutPart::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__neutpartDict_232_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) NeutPart::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__neutpartDict_232_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) NeutPart::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__neutpartDict_232_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { NeutPart* p; void* tmp = (void*) G__int(libp->para[0]); p = new NeutPart(*(NeutPart*) tmp); result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__neutpartDictLN_NeutPart)); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef NeutPart G__TNeutPart; static int G__neutpartDict_232_0_15(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[] (NeutPart*) soff; } else { G__setgvp((long) G__PVOID); for (int i = n - 1; i >= 0; --i) { ((NeutPart*) (soff+(sizeof(NeutPart)*i)))->~G__TNeutPart(); } G__setgvp((long)gvp); } } else { if (gvp == (char*)G__PVOID) { delete (NeutPart*) soff; } else { G__setgvp((long) G__PVOID); ((NeutPart*) (soff))->~G__TNeutPart(); G__setgvp((long)gvp); } } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__neutpartDict_232_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { NeutPart* dest = (NeutPart*) G__getstructoffset(); *dest = *(NeutPart*) libp->para[0].ref; const NeutPart& obj = *dest; result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* NeutPart */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncneutpartDict { public: G__Sizep2memfuncneutpartDict(): p(&G__Sizep2memfuncneutpartDict::sizep2memfunc) {} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncneutpartDict::*p)(); }; size_t G__get_sizep2memfuncneutpartDict() { G__Sizep2memfuncneutpartDict 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_inheritanceneutpartDict() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__neutpartDictLN_NeutPart))) { NeutPart *G__Lderived; G__Lderived=(NeutPart*)0x1000; { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__neutpartDictLN_NeutPart),G__get_linked_tagnum(&G__neutpartDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableneutpartDict() { /* Setting up typedef entry */ 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__neutpartDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__neutpartDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__neutpartDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__neutpartDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__neutpartDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__neutpartDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__neutpartDictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__neutpartDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__neutpartDictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__neutpartDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__neutpartDictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__neutpartDictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__neutpartDictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__neutpartDictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__neutpartDictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTBase",117,G__get_linked_tagnum(&G__neutpartDictLN_TMatrixTBaselEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTBase",117,G__get_linked_tagnum(&G__neutpartDictLN_TMatrixTBaselEdoublegR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TVectorT",117,G__get_linked_tagnum(&G__neutpartDictLN_TVectorTlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TVectorT",117,G__get_linked_tagnum(&G__neutpartDictLN_TVectorTlEdoublegR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixT",117,G__get_linked_tagnum(&G__neutpartDictLN_TMatrixTlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTRow_const",117,G__get_linked_tagnum(&G__neutpartDictLN_TMatrixTRow_constlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTColumn_const",117,G__get_linked_tagnum(&G__neutpartDictLN_TMatrixTColumn_constlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTDiag_const",117,G__get_linked_tagnum(&G__neutpartDictLN_TMatrixTDiag_constlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTFlat_const",117,G__get_linked_tagnum(&G__neutpartDictLN_TMatrixTFlat_constlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTSub_const",117,G__get_linked_tagnum(&G__neutpartDictLN_TMatrixTSub_constlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTSparseRow_const",117,G__get_linked_tagnum(&G__neutpartDictLN_TMatrixTSparseRow_constlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTSparseDiag_const",117,G__get_linked_tagnum(&G__neutpartDictLN_TMatrixTSparseDiag_constlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTRow",117,G__get_linked_tagnum(&G__neutpartDictLN_TMatrixTRowlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTColumn",117,G__get_linked_tagnum(&G__neutpartDictLN_TMatrixTColumnlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTDiag",117,G__get_linked_tagnum(&G__neutpartDictLN_TMatrixTDiaglEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTFlat",117,G__get_linked_tagnum(&G__neutpartDictLN_TMatrixTFlatlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTSub",117,G__get_linked_tagnum(&G__neutpartDictLN_TMatrixTSublEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTSparseRow",117,G__get_linked_tagnum(&G__neutpartDictLN_TMatrixTSparseRowlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TMatrixTSparseDiag",117,G__get_linked_tagnum(&G__neutpartDictLN_TMatrixTSparseDiaglEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TElementActionT",117,G__get_linked_tagnum(&G__neutpartDictLN_TElementActionTlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TElementPosActionT",117,G__get_linked_tagnum(&G__neutpartDictLN_TElementPosActionTlEfloatgR),0,-1); G__setnewtype(-1,NULL,0); } /********************************************************* * Data Member information setup/ *********************************************************/ /* Setting up class,struct,union tag member variable */ /* NeutPart */ static void G__setup_memvarNeutPart(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__neutpartDictLN_NeutPart)); { NeutPart *p; p=(NeutPart*)0x1000; if (p) { } G__memvar_setup((void*)((long)(&p->fPID)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fPID=",0,"Particle ID (PDG)"); G__memvar_setup((void*)((long)(&p->fMass)-(long)(p)),100,0,0,-1,G__defined_typename("Double_t"),-1,1,"fMass=",0,"Mass of the particle (MeV/c2)"); G__memvar_setup((void*)((long)(&p->fP)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__neutpartDictLN_TLorentzVector),-1,-1,1,"fP=",0,"4 momentum of the particle (MeV/c, MeV)"); G__memvar_setup((void*)((long)(&p->fIsAlive)-(long)(p)),103,0,0,-1,G__defined_typename("Bool_t"),-1,1,"fIsAlive=",0,"Particle should be tracked or not"); G__memvar_setup((void*)((long)(&p->fStatus)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fStatus=",0,"Status flag of this particle"); G__memvar_setup((void*)((long)(&p->fPosIni)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__neutpartDictLN_TLorentzVector),-1,-1,1,"fPosIni=",0,"Initilal position in the nucleus"); G__memvar_setup((void*)((long)(&p->fPosFin)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__neutpartDictLN_TLorentzVector),-1,-1,1,"fPosFin=",0,"Final(current) position in the nucleus"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__neutpartDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarneutpartDict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncNeutPart(void) { /* NeutPart */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__neutpartDictLN_NeutPart)); G__memfunc_setup("NeutPart",819,G__neutpartDict_232_0_1, 105, G__get_linked_tagnum(&G__neutpartDictLN_NeutPart), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Class",502,G__neutpartDict_232_0_2, 85, G__get_linked_tagnum(&G__neutpartDictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&NeutPart::Class) ), 0); G__memfunc_setup("Class_Name",982,G__neutpartDict_232_0_3, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&NeutPart::Class_Name) ), 0); G__memfunc_setup("Class_Version",1339,G__neutpartDict_232_0_4, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&NeutPart::Class_Version) ), 0); G__memfunc_setup("Dictionary",1046,G__neutpartDict_232_0_5, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&NeutPart::Dictionary) ), 0); G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__neutpartDictLN_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__neutpartDict_232_0_9, 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__neutpartDict_232_0_10, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&NeutPart::DeclFileName) ), 0); G__memfunc_setup("ImplFileLine",1178,G__neutpartDict_232_0_11, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&NeutPart::ImplFileLine) ), 0); G__memfunc_setup("ImplFileName",1171,G__neutpartDict_232_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&NeutPart::ImplFileName) ), 0); G__memfunc_setup("DeclFileLine",1152,G__neutpartDict_232_0_13, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&NeutPart::DeclFileLine) ), 0); // automatic copy constructor G__memfunc_setup("NeutPart", 819, G__neutpartDict_232_0_14, (int) ('i'), G__get_linked_tagnum(&G__neutpartDictLN_NeutPart), -1, 0, 1, 1, 1, 0, "u 'NeutPart' - 11 - -", (char*) NULL, (void*) NULL, 0); // automatic destructor G__memfunc_setup("~NeutPart", 945, G__neutpartDict_232_0_15, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1); // automatic assignment operator G__memfunc_setup("operator=", 937, G__neutpartDict_232_0_16, (int) ('u'), G__get_linked_tagnum(&G__neutpartDictLN_NeutPart), -1, 1, 1, 1, 1, 0, "u 'NeutPart' - 11 - -", (char*) NULL, (void*) NULL, 0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncneutpartDict() { } /********************************************************* * 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() { G__resetglobalenv(); } extern "C" void G__cpp_setup_globalneutpartDict() { G__cpp_setup_global0(); G__cpp_setup_global1(); G__cpp_setup_global2(); } /********************************************************* * 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() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcneutpartDict() { 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(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__neutpartDictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR = { "iterator" , 115 , -1 }; G__linked_taginfo G__neutpartDictLN_TMatrixTBaselEfloatgR = { "TMatrixTBase" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_TMatrixTBaselEdoublegR = { "TMatrixTBase" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_TVectorTlEfloatgR = { "TVectorT" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_TVectorTlEdoublegR = { "TVectorT" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_TElementActionTlEfloatgR = { "TElementActionT" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_TElementPosActionTlEfloatgR = { "TElementPosActionT" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_TMatrixTlEfloatgR = { "TMatrixT" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_TMatrixTRow_constlEfloatgR = { "TMatrixTRow_const" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_TMatrixTRowlEfloatgR = { "TMatrixTRow" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_TMatrixTDiag_constlEfloatgR = { "TMatrixTDiag_const" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_TMatrixTColumn_constlEfloatgR = { "TMatrixTColumn_const" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_TMatrixTFlat_constlEfloatgR = { "TMatrixTFlat_const" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_TMatrixTSub_constlEfloatgR = { "TMatrixTSub_const" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_TMatrixTSparseRow_constlEfloatgR = { "TMatrixTSparseRow_const" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_TMatrixTSparseDiag_constlEfloatgR = { "TMatrixTSparseDiag_const" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_TMatrixTColumnlEfloatgR = { "TMatrixTColumn" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_TMatrixTDiaglEfloatgR = { "TMatrixTDiag" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_TMatrixTFlatlEfloatgR = { "TMatrixTFlat" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_TMatrixTSublEfloatgR = { "TMatrixTSub" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_TMatrixTSparseRowlEfloatgR = { "TMatrixTSparseRow" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_TMatrixTSparseDiaglEfloatgR = { "TMatrixTSparseDiag" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_TLorentzVector = { "TLorentzVector" , 99 , -1 }; G__linked_taginfo G__neutpartDictLN_NeutPart = { "NeutPart" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableneutpartDict() { G__neutpartDictLN_TClass.tagnum = -1 ; G__neutpartDictLN_TBuffer.tagnum = -1 ; G__neutpartDictLN_TMemberInspector.tagnum = -1 ; G__neutpartDictLN_TObject.tagnum = -1 ; G__neutpartDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ; G__neutpartDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ; G__neutpartDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ; G__neutpartDictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__neutpartDictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR.tagnum = -1 ; G__neutpartDictLN_TMatrixTBaselEfloatgR.tagnum = -1 ; G__neutpartDictLN_TMatrixTBaselEdoublegR.tagnum = -1 ; G__neutpartDictLN_TVectorTlEfloatgR.tagnum = -1 ; G__neutpartDictLN_TVectorTlEdoublegR.tagnum = -1 ; G__neutpartDictLN_TElementActionTlEfloatgR.tagnum = -1 ; G__neutpartDictLN_TElementPosActionTlEfloatgR.tagnum = -1 ; G__neutpartDictLN_TMatrixTlEfloatgR.tagnum = -1 ; G__neutpartDictLN_TMatrixTRow_constlEfloatgR.tagnum = -1 ; G__neutpartDictLN_TMatrixTRowlEfloatgR.tagnum = -1 ; G__neutpartDictLN_TMatrixTDiag_constlEfloatgR.tagnum = -1 ; G__neutpartDictLN_TMatrixTColumn_constlEfloatgR.tagnum = -1 ; G__neutpartDictLN_TMatrixTFlat_constlEfloatgR.tagnum = -1 ; G__neutpartDictLN_TMatrixTSub_constlEfloatgR.tagnum = -1 ; G__neutpartDictLN_TMatrixTSparseRow_constlEfloatgR.tagnum = -1 ; G__neutpartDictLN_TMatrixTSparseDiag_constlEfloatgR.tagnum = -1 ; G__neutpartDictLN_TMatrixTColumnlEfloatgR.tagnum = -1 ; G__neutpartDictLN_TMatrixTDiaglEfloatgR.tagnum = -1 ; G__neutpartDictLN_TMatrixTFlatlEfloatgR.tagnum = -1 ; G__neutpartDictLN_TMatrixTSublEfloatgR.tagnum = -1 ; G__neutpartDictLN_TMatrixTSparseRowlEfloatgR.tagnum = -1 ; G__neutpartDictLN_TMatrixTSparseDiaglEfloatgR.tagnum = -1 ; G__neutpartDictLN_TLorentzVector.tagnum = -1 ; G__neutpartDictLN_NeutPart.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableneutpartDict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum_fwd(&G__neutpartDictLN_TClass); G__get_linked_tagnum_fwd(&G__neutpartDictLN_TBuffer); G__get_linked_tagnum_fwd(&G__neutpartDictLN_TMemberInspector); G__get_linked_tagnum_fwd(&G__neutpartDictLN_TObject); G__get_linked_tagnum_fwd(&G__neutpartDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR); G__get_linked_tagnum_fwd(&G__neutpartDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__neutpartDictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR); G__get_linked_tagnum_fwd(&G__neutpartDictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__neutpartDictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR); G__get_linked_tagnum_fwd(&G__neutpartDictLN_TMatrixTBaselEfloatgR); G__get_linked_tagnum_fwd(&G__neutpartDictLN_TMatrixTBaselEdoublegR); G__get_linked_tagnum_fwd(&G__neutpartDictLN_TVectorTlEfloatgR); G__get_linked_tagnum_fwd(&G__neutpartDictLN_TVectorTlEdoublegR); G__get_linked_tagnum_fwd(&G__neutpartDictLN_TElementActionTlEfloatgR); G__get_linked_tagnum_fwd(&G__neutpartDictLN_TElementPosActionTlEfloatgR); G__get_linked_tagnum_fwd(&G__neutpartDictLN_TMatrixTlEfloatgR); G__get_linked_tagnum_fwd(&G__neutpartDictLN_TMatrixTRow_constlEfloatgR); G__get_linked_tagnum_fwd(&G__neutpartDictLN_TMatrixTRowlEfloatgR); G__get_linked_tagnum_fwd(&G__neutpartDictLN_TMatrixTDiag_constlEfloatgR); G__get_linked_tagnum_fwd(&G__neutpartDictLN_TMatrixTColumn_constlEfloatgR); G__get_linked_tagnum_fwd(&G__neutpartDictLN_TMatrixTFlat_constlEfloatgR); G__get_linked_tagnum_fwd(&G__neutpartDictLN_TMatrixTSub_constlEfloatgR); G__get_linked_tagnum_fwd(&G__neutpartDictLN_TMatrixTSparseRow_constlEfloatgR); G__get_linked_tagnum_fwd(&G__neutpartDictLN_TMatrixTSparseDiag_constlEfloatgR); G__get_linked_tagnum_fwd(&G__neutpartDictLN_TMatrixTColumnlEfloatgR); G__get_linked_tagnum_fwd(&G__neutpartDictLN_TMatrixTDiaglEfloatgR); G__get_linked_tagnum_fwd(&G__neutpartDictLN_TMatrixTFlatlEfloatgR); G__get_linked_tagnum_fwd(&G__neutpartDictLN_TMatrixTSublEfloatgR); G__get_linked_tagnum_fwd(&G__neutpartDictLN_TMatrixTSparseRowlEfloatgR); G__get_linked_tagnum_fwd(&G__neutpartDictLN_TMatrixTSparseDiaglEfloatgR); G__get_linked_tagnum_fwd(&G__neutpartDictLN_TLorentzVector); G__tagtable_setup(G__get_linked_tagnum_fwd(&G__neutpartDictLN_NeutPart),sizeof(NeutPart),-1,29952,(char*)NULL,G__setup_memvarNeutPart,G__setup_memfuncNeutPart); } extern "C" void G__cpp_setupneutpartDict(void) { G__check_setup_version(30051515,"G__cpp_setupneutpartDict()"); G__set_cpp_environmentneutpartDict(); G__cpp_setup_tagtableneutpartDict(); G__cpp_setup_inheritanceneutpartDict(); G__cpp_setup_typetableneutpartDict(); G__cpp_setup_memvarneutpartDict(); G__cpp_setup_memfuncneutpartDict(); G__cpp_setup_globalneutpartDict(); G__cpp_setup_funcneutpartDict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncneutpartDict(); return; } class G__cpp_setup_initneutpartDict { public: G__cpp_setup_initneutpartDict() { G__add_setup_func("neutpartDict",(G__incsetup)(&G__cpp_setupneutpartDict)); G__call_setup_funcs(); } ~G__cpp_setup_initneutpartDict() { G__remove_setup_func("neutpartDict"); } }; G__cpp_setup_initneutpartDict G__cpp_setup_initializerneutpartDict;