// // File generated by rootcint at Thu Nov 3 11:14:12 2005. // Do NOT change. Changes will be lost next time file is generated // #include "RConfig.h" #if !defined(R__ACCESS_IN_SYMBOL) //Break the privacy of classes -- Disabled for the moment #define private public #define protected public #endif // Since CINT ignores the std namespace, we need to do so in this file. namespace std {} using namespace std; #include "headerDict.h" #include "TClass.h" #include "TBuffer.h" #include "TStreamerInfo.h" #include "TMemberInspector.h" #include "TError.h" #ifndef G__ROOT #define G__ROOT #endif #include "RtypesImp.h" #include "TCollectionProxy.h" #include "TIsAProxy.h" namespace ROOT { namespace Shadow { } // Of namespace ROOT::Shadow } // Of namespace ROOT namespace ROOT { void header_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent); static void *new_header(void *p = 0); static void *newArray_header(Long_t size); static void delete_header(void *p); static void deleteArray_header(void *p); static void destruct_header(void *p); // Function generating the singleton type initializer TGenericClassInfo *GenerateInitInstance(const ::header*) { ::header *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::header >(0); static ::ROOT::TGenericClassInfo instance("header", ::header::Class_Version(), "header.h", 24, typeid(::header), DefineBehavior(ptr, ptr), &::header::Dictionary, isa_proxy, 0, sizeof(::header) ); instance.SetNew(&new_header); instance.SetNewArray(&newArray_header); instance.SetDelete(&delete_header); instance.SetDeleteArray(&deleteArray_header); instance.SetDestructor(&destruct_header); return &instance; } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const ::header*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } //______________________________________________________________________________ TClass *header::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *header::Class_Name() { return "header"; } //______________________________________________________________________________ const char *header::ImplFileName() { return ::ROOT::GenerateInitInstance((const ::header*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int header::ImplFileLine() { return ::ROOT::GenerateInitInstance((const ::header*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void header::Dictionary() { fgIsA = ::ROOT::GenerateInitInstance((const ::header*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *header::Class() { if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstance((const ::header*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ void header::Streamer(TBuffer &R__b) { // Stream an object of class header. 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 >> NPART; R__b >> X1; R__b >> X2; R__b >> S; R__b >> T; R__b >> U; R__b >> Q2; R__b >> KF1; R__b >> KF2; R__b >> PT1; R__b >> PT2; R__b >> PHI1; R__b >> PHI2; R__b >> THE1; R__b >> THE2; R__b.CheckByteCount(R__s, R__c, header::IsA()); } else { R__c = R__b.WriteVersion(header::IsA(), kTRUE); TObject::Streamer(R__b); R__b << NPART; R__b << X1; R__b << X2; R__b << S; R__b << T; R__b << U; R__b << Q2; R__b << KF1; R__b << KF2; R__b << PT1; R__b << PT2; R__b << PHI1; R__b << PHI2; R__b << THE1; R__b << THE2; R__b.SetByteCount(R__c, kTRUE); } } //______________________________________________________________________________ void header::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class header. TClass *R__cl = ::header::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "NPART", &NPART); R__insp.Inspect(R__cl, R__parent, "X1", &X1); R__insp.Inspect(R__cl, R__parent, "X2", &X2); R__insp.Inspect(R__cl, R__parent, "S", &S); R__insp.Inspect(R__cl, R__parent, "T", &T); R__insp.Inspect(R__cl, R__parent, "U", &U); R__insp.Inspect(R__cl, R__parent, "Q2", &Q2); R__insp.Inspect(R__cl, R__parent, "KF1", &KF1); R__insp.Inspect(R__cl, R__parent, "KF2", &KF2); R__insp.Inspect(R__cl, R__parent, "PT1", &PT1); R__insp.Inspect(R__cl, R__parent, "PT2", &PT2); R__insp.Inspect(R__cl, R__parent, "PHI1", &PHI1); R__insp.Inspect(R__cl, R__parent, "PHI2", &PHI2); R__insp.Inspect(R__cl, R__parent, "THE1", &THE1); R__insp.Inspect(R__cl, R__parent, "THE2", &THE2); TObject::ShowMembers(R__insp, R__parent); } namespace ROOT { // Wrappers around operator new static void *new_header(void *p) { return p ? new(p) ::header : new ::header; } static void *newArray_header(Long_t size) { return new ::header[size]; } // Wrapper around operator delete static void delete_header(void *p) { delete ((::header*)p); } static void deleteArray_header(void *p) { delete [] ((::header*)p); } static void destruct_header(void *p) { typedef ::header current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::header /******************************************************** * headerDict.C * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED * FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX(). * CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE. ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif extern "C" void G__cpp_reset_tagtableheaderDict(); extern "C" void G__set_cpp_environmentheaderDict() { G__add_macro("G__CINTVERSION=50160002"); G__add_compiledheader("TROOT.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("header.h"); G__cpp_reset_tagtableheaderDict(); } class G__headerDictdOC_tag {}; void* operator new(size_t size,G__headerDictdOC_tag* p) { if(p && G__PVOID!=G__getgvp()) return((void*)p); #ifndef G__ROOT return(malloc(size)); #else return(::operator new(size)); #endif } /* dummy, for exception */ #ifdef G__EH_DUMMY_DELETE void operator delete(void *p,G__headerDictdOC_tag* x) { if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return; #ifndef G__ROOT free(p); #else ::operator delete(p); #endif } #endif static void G__operator_delete(void *p) { if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return; #ifndef G__ROOT free(p); #else ::operator delete(p); #endif } void G__DELDMY_headerDictdOC() { G__operator_delete(0); } extern "C" int G__cpp_dllrevheaderDict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* header */ static int G__headerDict_180_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { header *p=NULL; if(G__getaryconstruct()) p=new header[G__getaryconstruct()]; else p=new header; result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__headerDictLN_header); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((header*)(G__getstructoffset()))->GetNPART()); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((header*)(G__getstructoffset()))->GetX1()); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((header*)(G__getstructoffset()))->GetX2()); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((header*)(G__getstructoffset()))->GetS()); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((header*)(G__getstructoffset()))->GetT()); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((header*)(G__getstructoffset()))->GetU()); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((header*)(G__getstructoffset()))->GetQ2()); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((header*)(G__getstructoffset()))->GetKF1()); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((header*)(G__getstructoffset()))->GetKF2()); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((header*)(G__getstructoffset()))->GetPT1()); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((header*)(G__getstructoffset()))->GetPT2()); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((header*)(G__getstructoffset()))->GetPHI1()); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((header*)(G__getstructoffset()))->GetPHI2()); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((header*)(G__getstructoffset()))->GetTHE1()); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((header*)(G__getstructoffset()))->GetTHE2()); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((header*)(G__getstructoffset()))->SetNPART((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((header*)(G__getstructoffset()))->SetX1((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((header*)(G__getstructoffset()))->SetX2((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((header*)(G__getstructoffset()))->SetS((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((header*)(G__getstructoffset()))->SetT((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((header*)(G__getstructoffset()))->SetU((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((header*)(G__getstructoffset()))->SetQ2((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((header*)(G__getstructoffset()))->SetKF1((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((header*)(G__getstructoffset()))->SetKF2((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((header*)(G__getstructoffset()))->SetPT1((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((header*)(G__getstructoffset()))->SetPT2((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((header*)(G__getstructoffset()))->SetPHI1((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((header*)(G__getstructoffset()))->SetPHI2((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((header*)(G__getstructoffset()))->SetTHE1((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((header*)(G__getstructoffset()))->SetTHE2((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)header::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)header::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)header::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_5_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); header::Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const header*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_7_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((header*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_8_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((header*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_9_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((header*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_0_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)header::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_1_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)header::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_2_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)header::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__headerDict_180_3_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)header::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__headerDict_180_4_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { header *p; void *xtmp = (void*)G__int(libp->para[0]); p=new header(*(header*)xtmp); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__headerDictLN_header); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef header G__Theader; static int G__headerDict_180_5_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { if(0==G__getstructoffset()) return(1); if(G__getaryconstruct()) if(G__PVOID==G__getgvp()) delete[] (header *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) delete (header *)((G__getstructoffset())+sizeof(header)*i); else delete (header *)(G__getstructoffset()); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__headerDict_180_6_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { header *dest = (header*)(G__getstructoffset()); *dest = (*(header*)libp->para[0].ref); const header& obj = *dest; result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* header */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncheaderDict { public: G__Sizep2memfuncheaderDict() {p=&G__Sizep2memfuncheaderDict::sizep2memfunc;} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncheaderDict::*p)(); }; size_t G__get_sizep2memfuncheaderDict() { G__Sizep2memfuncheaderDict 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_inheritanceheaderDict() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__headerDictLN_header))) { header *G__Lderived; G__Lderived=(header*)0x1000; { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__headerDictLN_header),G__get_linked_tagnum(&G__headerDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableheaderDict() { /* 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__headerDictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR),0,-1); G__setnewtype(-1,"// @(#)root/base:$Name: $:$Id: TROOT.h,v 1.50 2005/09/16 08:48:39 rdm Exp $",0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__headerDictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__headerDictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR)); G__setnewtype(-1,"// @(#)root/base:$Name: $:$Id: TROOT.h,v 1.50 2005/09/16 08:48:39 rdm Exp $",0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__headerDictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__headerDictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR)); G__setnewtype(-1,"// @(#)root/base:$Name: $:$Id: TROOT.h,v 1.50 2005/09/16 08:48:39 rdm Exp $",0); } /********************************************************* * Data Member information setup/ *********************************************************/ /* Setting up class,struct,union tag member variable */ /* header */ static void G__setup_memvarheader(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__headerDictLN_header)); { header *p; p=(header*)0x1000; if (p) { } G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"NPART=",0,(char*)NULL); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"X1=",0,(char*)NULL); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"X2=",0,(char*)NULL); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"S=",0,(char*)NULL); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"T=",0,(char*)NULL); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"U=",0,(char*)NULL); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"Q2=",0,(char*)NULL); G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"KF1=",0,(char*)NULL); G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"KF2=",0,(char*)NULL); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"PT1=",0,(char*)NULL); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"PT2=",0,(char*)NULL); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"PHI1=",0,(char*)NULL); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"PHI2=",0,(char*)NULL); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"THE1=",0,(char*)NULL); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"THE2=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__headerDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarheaderDict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncheader(void) { /* header */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__headerDictLN_header)); G__memfunc_setup("header",617,G__headerDict_180_1_0,105,G__get_linked_tagnum(&G__headerDictLN_header),-1,0,0,1,1,0,"","constructor",(void*)NULL,0); G__memfunc_setup("GetNPART",677,G__headerDict_180_2_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetX1",425,G__headerDict_180_3_0,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetX2",426,G__headerDict_180_4_0,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetS",371,G__headerDict_180_5_0,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetT",372,G__headerDict_180_6_0,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetU",373,G__headerDict_180_7_0,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetQ2",419,G__headerDict_180_8_0,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetKF1",482,G__headerDict_180_9_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetKF2",483,G__headerDict_180_0_1,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPT1",501,G__headerDict_180_1_1,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPT2",502,G__headerDict_180_2_1,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPHI1",562,G__headerDict_180_3_1,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPHI2",563,G__headerDict_180_4_1,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetTHE1",562,G__headerDict_180_5_1,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetTHE2",563,G__headerDict_180_6_1,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetNPART",689,G__headerDict_180_7_1,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - npart",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetX1",437,G__headerDict_180_8_1,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - x1",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetX2",438,G__headerDict_180_9_1,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - x2",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetS",383,G__headerDict_180_0_2,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - s",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetT",384,G__headerDict_180_1_2,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - t",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetU",385,G__headerDict_180_2_2,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - u",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetQ2",431,G__headerDict_180_3_2,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - q2",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetKF1",494,G__headerDict_180_4_2,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - kf1",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetKF2",495,G__headerDict_180_5_2,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - kf2",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetPT1",513,G__headerDict_180_6_2,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - pt1",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetPT2",514,G__headerDict_180_7_2,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - pt2",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetPHI1",574,G__headerDict_180_8_2,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - phi1",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetPHI2",575,G__headerDict_180_9_2,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - phi2",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetTHE1",574,G__headerDict_180_0_3,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - the1",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetTHE2",575,G__headerDict_180_1_3,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - the2",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class",502,G__headerDict_180_2_3,85,G__get_linked_tagnum(&G__headerDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&header::Class),0); G__memfunc_setup("Class_Name",982,G__headerDict_180_3_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&header::Class_Name),0); G__memfunc_setup("Class_Version",1339,G__headerDict_180_4_3,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&header::Class_Version),0); G__memfunc_setup("Dictionary",1046,G__headerDict_180_5_3,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&header::Dictionary),0); G__memfunc_setup("IsA",253,G__headerDict_180_6_3,85,G__get_linked_tagnum(&G__headerDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__headerDict_180_7_3,121,-1,-1,0,2,1,1,0, "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Streamer",835,G__headerDict_180_8_3,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1); G__memfunc_setup("StreamerNVirtual",1656,G__headerDict_180_9_3,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileName",1145,G__headerDict_180_0_4,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&header::DeclFileName),0); G__memfunc_setup("ImplFileLine",1178,G__headerDict_180_1_4,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&header::ImplFileLine),0); G__memfunc_setup("ImplFileName",1171,G__headerDict_180_2_4,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&header::ImplFileName),0); G__memfunc_setup("DeclFileLine",1152,G__headerDict_180_3_4,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&header::DeclFileLine),0); // automatic copy constructor G__memfunc_setup("header",617,G__headerDict_180_4_4,(int)('i'),G__get_linked_tagnum(&G__headerDictLN_header),-1,0,1,1,1,0,"u 'header' - 11 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~header",743,G__headerDict_180_5_4,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); // automatic assignment operator G__memfunc_setup("operator=",937,G__headerDict_180_6_4,(int)('u'),G__get_linked_tagnum(&G__headerDictLN_header),-1,1,1,1,1,0,"u 'header' - 11 - -",(char*)NULL,(void*)NULL,0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncheaderDict() { } /********************************************************* * 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_globalheaderDict() { G__cpp_setup_global0(); G__cpp_setup_global1(); } /********************************************************* * Global function information setup for each class *********************************************************/ static void G__cpp_setup_func0() { G__lastifuncposition(); } static void G__cpp_setup_func1() { } static void G__cpp_setup_func2() { } static void G__cpp_setup_func3() { } static void G__cpp_setup_func4() { } static void G__cpp_setup_func5() { } static void G__cpp_setup_func6() { } static void G__cpp_setup_func7() { } static void G__cpp_setup_func8() { } static void G__cpp_setup_func9() { } static void G__cpp_setup_func10() { } static void G__cpp_setup_func11() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcheaderDict() { G__cpp_setup_func0(); G__cpp_setup_func1(); G__cpp_setup_func2(); G__cpp_setup_func3(); G__cpp_setup_func4(); G__cpp_setup_func5(); G__cpp_setup_func6(); G__cpp_setup_func7(); G__cpp_setup_func8(); G__cpp_setup_func9(); G__cpp_setup_func10(); G__cpp_setup_func11(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__headerDictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__headerDictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__headerDictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__headerDictLN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__headerDictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__headerDictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__headerDictLN_header = { "header" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableheaderDict() { G__headerDictLN_TClass.tagnum = -1 ; G__headerDictLN_TBuffer.tagnum = -1 ; G__headerDictLN_TMemberInspector.tagnum = -1 ; G__headerDictLN_TObject.tagnum = -1 ; G__headerDictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR.tagnum = -1 ; G__headerDictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__headerDictLN_header.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableheaderDict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum(&G__headerDictLN_TClass); G__get_linked_tagnum(&G__headerDictLN_TBuffer); G__get_linked_tagnum(&G__headerDictLN_TMemberInspector); G__get_linked_tagnum(&G__headerDictLN_TObject); G__get_linked_tagnum(&G__headerDictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR); G__get_linked_tagnum(&G__headerDictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR); G__tagtable_setup(G__get_linked_tagnum(&G__headerDictLN_header),sizeof(header),-1,29952,(char*)NULL,G__setup_memvarheader,G__setup_memfuncheader); } extern "C" void G__cpp_setupheaderDict(void) { G__check_setup_version(30051515,"G__cpp_setupheaderDict()"); G__set_cpp_environmentheaderDict(); G__cpp_setup_tagtableheaderDict(); G__cpp_setup_inheritanceheaderDict(); G__cpp_setup_typetableheaderDict(); G__cpp_setup_memvarheaderDict(); G__cpp_setup_memfuncheaderDict(); G__cpp_setup_globalheaderDict(); G__cpp_setup_funcheaderDict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncheaderDict(); return; } class G__cpp_setup_initheaderDict { public: G__cpp_setup_initheaderDict() { G__add_setup_func("headerDict",(G__incsetup)(&G__cpp_setupheaderDict)); G__call_setup_funcs(); } ~G__cpp_setup_initheaderDict() { G__remove_setup_func("headerDict"); } }; G__cpp_setup_initheaderDict G__cpp_setup_initializerheaderDict;