// // File generated by rootcint at Thu Dec 13 04:34:32 2007. // 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 #include "Angle_dict.h" #include "TClass.h" #include "TBuffer.h" #include "TStreamerInfo.h" #include "TMemberInspector.h" #include "TError.h" #ifndef G__ROOT #define G__ROOT #endif // Since CINT ignores the std namespace, we need to do so in this file. namespace std {} using namespace std; #include "RtypesImp.h" #include "TVectorProxy.h" namespace ROOT { namespace Shadow { } // Of namespace ROOT::Shadow } // Of namespace ROOT namespace ROOT { void SignedAngle_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent); static void SignedAngle_Dictionary(); static TClass *SignedAngle_IsA(const void*); static void *new_SignedAngle(void *p = 0); static void *newArray_SignedAngle(Long_t size); static void delete_SignedAngle(void *p); static void deleteArray_SignedAngle(void *p); static void destruct_SignedAngle(void *p); // Function generating the singleton type initializer TGenericClassInfo *GenerateInitInstance(const SignedAngle*) { SignedAngle *ptr = 0; static ROOT::TGenericClassInfo instance("SignedAngle", "/home/robson/S614_071213/include/Stntuple/geom/Angle.hh", 45, typeid(SignedAngle), DefineBehavior(ptr, ptr), 0, &SignedAngle_Dictionary, &SignedAngle_IsA, 0, sizeof(SignedAngle) ); instance.SetNew(&new_SignedAngle); instance.SetNewArray(&newArray_SignedAngle); instance.SetDelete(&delete_SignedAngle); instance.SetDeleteArray(&deleteArray_SignedAngle); instance.SetDestructor(&destruct_SignedAngle); return &instance; } // Static variable to force the class initialization static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const SignedAngle*)0x0); R__UseDummy(_R__UNIQUE_(Init)); // Dictionary for non-ClassDef classes static void SignedAngle_Dictionary() { ROOT::GenerateInitInstance((const SignedAngle*)0x0)->GetClass(); } } namespace ROOT { void UnsignedAngle_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent); static void UnsignedAngle_Dictionary(); static TClass *UnsignedAngle_IsA(const void*); static void *new_UnsignedAngle(void *p = 0); static void *newArray_UnsignedAngle(Long_t size); static void delete_UnsignedAngle(void *p); static void deleteArray_UnsignedAngle(void *p); static void destruct_UnsignedAngle(void *p); // Function generating the singleton type initializer TGenericClassInfo *GenerateInitInstance(const UnsignedAngle*) { UnsignedAngle *ptr = 0; static ROOT::TGenericClassInfo instance("UnsignedAngle", "/home/robson/S614_071213/include/Stntuple/geom/Angle.hh", 88, typeid(UnsignedAngle), DefineBehavior(ptr, ptr), 0, &UnsignedAngle_Dictionary, &UnsignedAngle_IsA, 0, sizeof(UnsignedAngle) ); instance.SetNew(&new_UnsignedAngle); instance.SetNewArray(&newArray_UnsignedAngle); instance.SetDelete(&delete_UnsignedAngle); instance.SetDeleteArray(&deleteArray_UnsignedAngle); instance.SetDestructor(&destruct_UnsignedAngle); return &instance; } // Static variable to force the class initialization static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const UnsignedAngle*)0x0); R__UseDummy(_R__UNIQUE_(Init)); // Dictionary for non-ClassDef classes static void UnsignedAngle_Dictionary() { ROOT::GenerateInitInstance((const UnsignedAngle*)0x0)->GetClass(); } } namespace ROOT { // Return the actual TClass for the object argument static TClass *SignedAngle_IsA(const void *obj) { return GetROOT()->GetClass(typeid(*(::SignedAngle*)obj)); } // Wrappers around operator new static void *new_SignedAngle(void *p) { return p ? ::new((ROOT::TOperatorNewHelper*)p) ::SignedAngle : new ::SignedAngle; } static void *newArray_SignedAngle(Long_t size) { return new ::SignedAngle[size]; } // Wrapper around operator delete static void delete_SignedAngle(void *p) { delete ((::SignedAngle*)p); } static void deleteArray_SignedAngle(void *p) { delete [] ((::SignedAngle*)p); } static void destruct_SignedAngle(void *p) { typedef ::SignedAngle current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::SignedAngle namespace ROOT { // Return the actual TClass for the object argument static TClass *UnsignedAngle_IsA(const void *obj) { return GetROOT()->GetClass(typeid(*(::UnsignedAngle*)obj)); } // Wrappers around operator new static void *new_UnsignedAngle(void *p) { return p ? ::new((ROOT::TOperatorNewHelper*)p) ::UnsignedAngle : new ::UnsignedAngle; } static void *newArray_UnsignedAngle(Long_t size) { return new ::UnsignedAngle[size]; } // Wrapper around operator delete static void delete_UnsignedAngle(void *p) { delete ((::UnsignedAngle*)p); } static void deleteArray_UnsignedAngle(void *p) { delete [] ((::UnsignedAngle*)p); } static void destruct_UnsignedAngle(void *p) { typedef ::UnsignedAngle current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::UnsignedAngle /******************************************************** * Angle_dict.cxx ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif extern "C" void G__cpp_reset_tagtableAngle_dict(); extern "C" void G__set_cpp_environmentAngle_dict() { G__add_compiledheader("TROOT.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("Angle.hh"); G__cpp_reset_tagtableAngle_dict(); } class G__Angle_dictdOcxx_tag {}; void* operator new(size_t size,G__Angle_dictdOcxx_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__Angle_dictdOcxx_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_Angle_dictdOcxx() { G__operator_delete(0); } extern "C" int G__cpp_dllrevAngle_dict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* SignedAngle */ static int G__Angle_dict_183_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { SignedAngle *p=NULL; switch(libp->paran) { case 1: p = ::new((G__Angle_dictdOcxx_tag*)G__getgvp()) SignedAngle((double)G__double(libp->para[0])); break; case 0: if(G__getaryconstruct()) p=new SignedAngle[G__getaryconstruct()]; else p=::new((G__Angle_dictdOcxx_tag*)G__getgvp()) SignedAngle; break; } result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__Angle_dictLN_SignedAngle); return(1 || funcname || hash || result7 || libp) ; } static int G__Angle_dict_183_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((const SignedAngle*)(G__getstructoffset()))->operator double()); return(1 || funcname || hash || result7 || libp) ; } static int G__Angle_dict_183_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { const SignedAngle& obj=((SignedAngle*)(G__getstructoffset()))->operator+=(*(SignedAngle*)libp->para[0].ref); result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__Angle_dict_183_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { const SignedAngle& obj=((SignedAngle*)(G__getstructoffset()))->operator-=(*(SignedAngle*)libp->para[0].ref); result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__Angle_dict_183_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { const SignedAngle& obj=((SignedAngle*)(G__getstructoffset()))->operator*=((double)G__double(libp->para[0])); result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__Angle_dict_183_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { const SignedAngle& obj=((SignedAngle*)(G__getstructoffset()))->operator/=((double)G__double(libp->para[0])); result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__Angle_dict_183_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { const SignedAngle *pobj,xobj=((const SignedAngle*)(G__getstructoffset()))->operator+(*(SignedAngle*)libp->para[0].ref); pobj=new SignedAngle(xobj); result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__Angle_dict_183_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { const SignedAngle *pobj,xobj=((const SignedAngle*)(G__getstructoffset()))->operator+((double)G__double(libp->para[0])); pobj=new SignedAngle(xobj); result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__Angle_dict_183_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { const SignedAngle *pobj,xobj=((const SignedAngle*)(G__getstructoffset()))->operator-(*(SignedAngle*)libp->para[0].ref); pobj=new SignedAngle(xobj); result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__Angle_dict_183_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { const SignedAngle *pobj,xobj=((const SignedAngle*)(G__getstructoffset()))->operator-((double)G__double(libp->para[0])); pobj=new SignedAngle(xobj); result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__Angle_dict_183_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { const SignedAngle *pobj,xobj=((const SignedAngle*)(G__getstructoffset()))->operator/((double)G__double(libp->para[0])); pobj=new SignedAngle(xobj); result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__Angle_dict_183_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { const SignedAngle *pobj,xobj=((const SignedAngle*)(G__getstructoffset()))->operator/((int)G__int(libp->para[0])); pobj=new SignedAngle(xobj); result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__Angle_dict_183_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { SignedAngle *p; void *xtmp = (void*)G__int(libp->para[0]); p=new SignedAngle(*(SignedAngle*)xtmp); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__Angle_dictLN_SignedAngle); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef SignedAngle G__TSignedAngle; static int G__Angle_dict_183_6_1(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[] (SignedAngle *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) ((SignedAngle *)((G__getstructoffset())+sizeof(SignedAngle)*i))->~G__TSignedAngle(); else { long G__Xtmp=G__getgvp(); G__setgvp(G__PVOID); ((SignedAngle *)(G__getstructoffset()))->~G__TSignedAngle(); G__setgvp(G__Xtmp); G__operator_delete((void*)G__getstructoffset()); } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__Angle_dict_183_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { SignedAngle *dest = (SignedAngle*)(G__getstructoffset()); *dest = (*(SignedAngle*)libp->para[0].ref); const SignedAngle& obj = *dest; result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); return(1 || funcname || hash || result7 || libp) ; } /* UnsignedAngle */ static int G__Angle_dict_184_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { UnsignedAngle *p=NULL; switch(libp->paran) { case 1: p = ::new((G__Angle_dictdOcxx_tag*)G__getgvp()) UnsignedAngle((double)G__double(libp->para[0])); break; case 0: if(G__getaryconstruct()) p=new UnsignedAngle[G__getaryconstruct()]; else p=::new((G__Angle_dictdOcxx_tag*)G__getgvp()) UnsignedAngle; break; } result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__Angle_dictLN_UnsignedAngle); return(1 || funcname || hash || result7 || libp) ; } static int G__Angle_dict_184_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((const UnsignedAngle*)(G__getstructoffset()))->operator double()); return(1 || funcname || hash || result7 || libp) ; } static int G__Angle_dict_184_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { const UnsignedAngle& obj=((UnsignedAngle*)(G__getstructoffset()))->operator+=(*(UnsignedAngle*)libp->para[0].ref); result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__Angle_dict_184_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { const UnsignedAngle& obj=((UnsignedAngle*)(G__getstructoffset()))->operator-=(*(UnsignedAngle*)libp->para[0].ref); result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__Angle_dict_184_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { const UnsignedAngle& obj=((UnsignedAngle*)(G__getstructoffset()))->operator*=((double)G__double(libp->para[0])); result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__Angle_dict_184_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { const UnsignedAngle& obj=((UnsignedAngle*)(G__getstructoffset()))->operator/=((double)G__double(libp->para[0])); result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__Angle_dict_184_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { const UnsignedAngle *pobj,xobj=((const UnsignedAngle*)(G__getstructoffset()))->operator+(*(UnsignedAngle*)libp->para[0].ref); pobj=new UnsignedAngle(xobj); result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__Angle_dict_184_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { const UnsignedAngle *pobj,xobj=((const UnsignedAngle*)(G__getstructoffset()))->operator+((double)G__double(libp->para[0])); pobj=new UnsignedAngle(xobj); result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__Angle_dict_184_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { const UnsignedAngle *pobj,xobj=((const UnsignedAngle*)(G__getstructoffset()))->operator-(*(UnsignedAngle*)libp->para[0].ref); pobj=new UnsignedAngle(xobj); result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__Angle_dict_184_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { const UnsignedAngle *pobj,xobj=((const UnsignedAngle*)(G__getstructoffset()))->operator-((double)G__double(libp->para[0])); pobj=new UnsignedAngle(xobj); result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__Angle_dict_184_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { const UnsignedAngle *pobj,xobj=((const UnsignedAngle*)(G__getstructoffset()))->operator/((double)G__double(libp->para[0])); pobj=new UnsignedAngle(xobj); result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__Angle_dict_184_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { const UnsignedAngle *pobj,xobj=((const UnsignedAngle*)(G__getstructoffset()))->operator/((int)G__int(libp->para[0])); pobj=new UnsignedAngle(xobj); result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__Angle_dict_184_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { UnsignedAngle *p; void *xtmp = (void*)G__int(libp->para[0]); p=new UnsignedAngle(*(UnsignedAngle*)xtmp); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__Angle_dictLN_UnsignedAngle); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef UnsignedAngle G__TUnsignedAngle; static int G__Angle_dict_184_6_1(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[] (UnsignedAngle *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) ((UnsignedAngle *)((G__getstructoffset())+sizeof(UnsignedAngle)*i))->~G__TUnsignedAngle(); else { long G__Xtmp=G__getgvp(); G__setgvp(G__PVOID); ((UnsignedAngle *)(G__getstructoffset()))->~G__TUnsignedAngle(); G__setgvp(G__Xtmp); G__operator_delete((void*)G__getstructoffset()); } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__Angle_dict_184_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { UnsignedAngle *dest = (UnsignedAngle*)(G__getstructoffset()); *dest = (*(UnsignedAngle*)libp->para[0].ref); const UnsignedAngle& obj = *dest; result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* SignedAngle */ /* UnsignedAngle */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncAngle_dict { public: G__Sizep2memfuncAngle_dict() {p=&G__Sizep2memfuncAngle_dict::sizep2memfunc;} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncAngle_dict::*p)(); }; size_t G__get_sizep2memfuncAngle_dict() { G__Sizep2memfuncAngle_dict 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_inheritanceAngle_dict() { /* Setting up class inheritance */ } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableAngle_dict() { /* Setting up typedef entry */ G__search_typename2("vector",117,G__get_linked_tagnum(&G__Angle_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR),0,-1); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__Angle_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__Angle_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR)); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__Angle_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__Angle_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR)); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__Angle_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR),0,-1); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__Angle_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__Angle_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR)); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__Angle_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__Angle_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR)); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__Angle_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR),0,-1); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__Angle_dictLN_vectorlETStringcOallocatorlETStringgRsPgR),0,-1); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__Angle_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__Angle_dictLN_vectorlETStringcOallocatorlETStringgRsPgR)); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__Angle_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__Angle_dictLN_vectorlETStringcOallocatorlETStringgRsPgR)); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); } /********************************************************* * Data Member information setup/ *********************************************************/ /* Setting up class,struct,union tag member variable */ /* SignedAngle */ static void G__setup_memvarSignedAngle(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__Angle_dictLN_SignedAngle)); { SignedAngle *p; p=(SignedAngle*)0x1000; if (p) { } G__memvar_setup((void*)NULL,100,0,0,-1,-1,-1,4,"_value=",0,(char*)NULL); } G__tag_memvar_reset(); } /* UnsignedAngle */ static void G__setup_memvarUnsignedAngle(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__Angle_dictLN_UnsignedAngle)); { UnsignedAngle *p; p=(UnsignedAngle*)0x1000; if (p) { } G__memvar_setup((void*)NULL,100,0,0,-1,-1,-1,4,"_value=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarAngle_dict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncSignedAngle(void) { /* SignedAngle */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__Angle_dictLN_SignedAngle)); G__memfunc_setup("SignedAngle",1089,G__Angle_dict_183_1_0,105,G__get_linked_tagnum(&G__Angle_dictLN_SignedAngle),-1,0,1,1,1,0,"d - - 0 0.0 angle",(char*)NULL,(void*)NULL,0); G__memfunc_setup("operator double",1543,G__Angle_dict_183_2_0,100,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("operator+=",980,G__Angle_dict_183_3_0,117,G__get_linked_tagnum(&G__Angle_dictLN_SignedAngle),-1,1,1,1,1,0,"u 'SignedAngle' - 11 - other",(char*)NULL,(void*)NULL,0); G__memfunc_setup("operator-=",982,G__Angle_dict_183_4_0,117,G__get_linked_tagnum(&G__Angle_dictLN_SignedAngle),-1,1,1,1,1,0,"u 'SignedAngle' - 11 - other",(char*)NULL,(void*)NULL,0); G__memfunc_setup("operator*=",979,G__Angle_dict_183_5_0,117,G__get_linked_tagnum(&G__Angle_dictLN_SignedAngle),-1,1,1,1,1,0,"d - - 0 - other",(char*)NULL,(void*)NULL,0); G__memfunc_setup("operator/=",984,G__Angle_dict_183_6_0,117,G__get_linked_tagnum(&G__Angle_dictLN_SignedAngle),-1,1,1,1,1,0,"d - - 0 - other",(char*)NULL,(void*)NULL,0); G__memfunc_setup("operator+",919,G__Angle_dict_183_7_0,117,G__get_linked_tagnum(&G__Angle_dictLN_SignedAngle),-1,0,1,1,1,8,"u 'SignedAngle' - 11 - other",(char*)NULL,(void*)NULL,0); G__memfunc_setup("operator+",919,G__Angle_dict_183_8_0,117,G__get_linked_tagnum(&G__Angle_dictLN_SignedAngle),-1,0,1,1,1,8,"d - - 0 - other",(char*)NULL,(void*)NULL,0); G__memfunc_setup("operator-",921,G__Angle_dict_183_9_0,117,G__get_linked_tagnum(&G__Angle_dictLN_SignedAngle),-1,0,1,1,1,8,"u 'SignedAngle' - 11 - other",(char*)NULL,(void*)NULL,0); G__memfunc_setup("operator-",921,G__Angle_dict_183_0_1,117,G__get_linked_tagnum(&G__Angle_dictLN_SignedAngle),-1,0,1,1,1,8,"d - - 0 - other",(char*)NULL,(void*)NULL,0); G__memfunc_setup("operator/",923,G__Angle_dict_183_1_1,117,G__get_linked_tagnum(&G__Angle_dictLN_SignedAngle),-1,0,1,1,1,8,"d - - 0 - other",(char*)NULL,(void*)NULL,0); G__memfunc_setup("operator/",923,G__Angle_dict_183_2_1,117,G__get_linked_tagnum(&G__Angle_dictLN_SignedAngle),-1,0,1,1,1,8,"i - - 0 - other",(char*)NULL,(void*)NULL,0); G__memfunc_setup("fixRangeFast",1218,(G__InterfaceMethod)NULL,121,-1,-1,0,0,1,4,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("fixRangeSlow",1241,(G__InterfaceMethod)NULL,121,-1,-1,0,0,1,4,0,"",(char*)NULL,(void*)NULL,0); // automatic copy constructor G__memfunc_setup("SignedAngle",1089,G__Angle_dict_183_5_1,(int)('i'),G__get_linked_tagnum(&G__Angle_dictLN_SignedAngle),-1,0,1,1,1,0,"u 'SignedAngle' - 11 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~SignedAngle",1215,G__Angle_dict_183_6_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); // automatic assignment operator G__memfunc_setup("operator=",937,G__Angle_dict_183_7_1,(int)('u'),G__get_linked_tagnum(&G__Angle_dictLN_SignedAngle),-1,1,1,1,1,0,"u 'SignedAngle' - 11 - -",(char*)NULL,(void*)NULL,0); G__tag_memfunc_reset(); } static void G__setup_memfuncUnsignedAngle(void) { /* UnsignedAngle */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__Angle_dictLN_UnsignedAngle)); G__memfunc_setup("UnsignedAngle",1316,G__Angle_dict_184_1_0,105,G__get_linked_tagnum(&G__Angle_dictLN_UnsignedAngle),-1,0,1,1,1,0,"d - - 0 0.0 angle",(char*)NULL,(void*)NULL,0); G__memfunc_setup("operator double",1543,G__Angle_dict_184_2_0,100,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("operator+=",980,G__Angle_dict_184_3_0,117,G__get_linked_tagnum(&G__Angle_dictLN_UnsignedAngle),-1,1,1,1,1,0,"u 'UnsignedAngle' - 11 - other",(char*)NULL,(void*)NULL,0); G__memfunc_setup("operator-=",982,G__Angle_dict_184_4_0,117,G__get_linked_tagnum(&G__Angle_dictLN_UnsignedAngle),-1,1,1,1,1,0,"u 'UnsignedAngle' - 11 - other",(char*)NULL,(void*)NULL,0); G__memfunc_setup("operator*=",979,G__Angle_dict_184_5_0,117,G__get_linked_tagnum(&G__Angle_dictLN_UnsignedAngle),-1,1,1,1,1,0,"d - - 0 - other",(char*)NULL,(void*)NULL,0); G__memfunc_setup("operator/=",984,G__Angle_dict_184_6_0,117,G__get_linked_tagnum(&G__Angle_dictLN_UnsignedAngle),-1,1,1,1,1,0,"d - - 0 - other",(char*)NULL,(void*)NULL,0); G__memfunc_setup("operator+",919,G__Angle_dict_184_7_0,117,G__get_linked_tagnum(&G__Angle_dictLN_UnsignedAngle),-1,0,1,1,1,8,"u 'UnsignedAngle' - 11 - other",(char*)NULL,(void*)NULL,0); G__memfunc_setup("operator+",919,G__Angle_dict_184_8_0,117,G__get_linked_tagnum(&G__Angle_dictLN_UnsignedAngle),-1,0,1,1,1,8,"d - - 0 - other",(char*)NULL,(void*)NULL,0); G__memfunc_setup("operator-",921,G__Angle_dict_184_9_0,117,G__get_linked_tagnum(&G__Angle_dictLN_UnsignedAngle),-1,0,1,1,1,8,"u 'UnsignedAngle' - 11 - other",(char*)NULL,(void*)NULL,0); G__memfunc_setup("operator-",921,G__Angle_dict_184_0_1,117,G__get_linked_tagnum(&G__Angle_dictLN_UnsignedAngle),-1,0,1,1,1,8,"d - - 0 - other",(char*)NULL,(void*)NULL,0); G__memfunc_setup("operator/",923,G__Angle_dict_184_1_1,117,G__get_linked_tagnum(&G__Angle_dictLN_UnsignedAngle),-1,0,1,1,1,8,"d - - 0 - other",(char*)NULL,(void*)NULL,0); G__memfunc_setup("operator/",923,G__Angle_dict_184_2_1,117,G__get_linked_tagnum(&G__Angle_dictLN_UnsignedAngle),-1,0,1,1,1,8,"i - - 0 - other",(char*)NULL,(void*)NULL,0); G__memfunc_setup("fixRangeFast",1218,(G__InterfaceMethod)NULL,121,-1,-1,0,0,1,4,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("fixRangeSlow",1241,(G__InterfaceMethod)NULL,121,-1,-1,0,0,1,4,0,"",(char*)NULL,(void*)NULL,0); // automatic copy constructor G__memfunc_setup("UnsignedAngle",1316,G__Angle_dict_184_5_1,(int)('i'),G__get_linked_tagnum(&G__Angle_dictLN_UnsignedAngle),-1,0,1,1,1,0,"u 'UnsignedAngle' - 11 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~UnsignedAngle",1442,G__Angle_dict_184_6_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); // automatic assignment operator G__memfunc_setup("operator=",937,G__Angle_dict_184_7_1,(int)('u'),G__get_linked_tagnum(&G__Angle_dictLN_UnsignedAngle),-1,1,1,1,1,0,"u 'UnsignedAngle' - 11 - -",(char*)NULL,(void*)NULL,0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncAngle_dict() { } /********************************************************* * 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_globalAngle_dict() { 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_funcAngle_dict() { 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__Angle_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__Angle_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__Angle_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__Angle_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__Angle_dictLN_vectorlETStringcOallocatorlETStringgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__Angle_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__Angle_dictLN_SignedAngle = { "SignedAngle" , 99 , -1 }; G__linked_taginfo G__Angle_dictLN_UnsignedAngle = { "UnsignedAngle" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableAngle_dict() { G__Angle_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR.tagnum = -1 ; G__Angle_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__Angle_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR.tagnum = -1 ; G__Angle_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR.tagnum = -1 ; G__Angle_dictLN_vectorlETStringcOallocatorlETStringgRsPgR.tagnum = -1 ; G__Angle_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR.tagnum = -1 ; G__Angle_dictLN_SignedAngle.tagnum = -1 ; G__Angle_dictLN_UnsignedAngle.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableAngle_dict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum(&G__Angle_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR); G__get_linked_tagnum(&G__Angle_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__Angle_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR); G__get_linked_tagnum(&G__Angle_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__Angle_dictLN_vectorlETStringcOallocatorlETStringgRsPgR); G__get_linked_tagnum(&G__Angle_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR); G__tagtable_setup(G__get_linked_tagnum(&G__Angle_dictLN_SignedAngle),sizeof(SignedAngle),-1,33024,(char*)NULL,G__setup_memvarSignedAngle,G__setup_memfuncSignedAngle); G__tagtable_setup(G__get_linked_tagnum(&G__Angle_dictLN_UnsignedAngle),sizeof(UnsignedAngle),-1,33024,(char*)NULL,G__setup_memvarUnsignedAngle,G__setup_memfuncUnsignedAngle); } extern "C" void G__cpp_setupAngle_dict(void) { G__check_setup_version(30051515,"G__cpp_setupAngle_dict()"); G__set_cpp_environmentAngle_dict(); G__cpp_setup_tagtableAngle_dict(); G__cpp_setup_inheritanceAngle_dict(); G__cpp_setup_typetableAngle_dict(); G__cpp_setup_memvarAngle_dict(); G__cpp_setup_memfuncAngle_dict(); G__cpp_setup_globalAngle_dict(); G__cpp_setup_funcAngle_dict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncAngle_dict(); return; } class G__cpp_setup_initAngle_dict { public: G__cpp_setup_initAngle_dict() { G__add_setup_func("Angle_dict",(G__incsetup)(&G__cpp_setupAngle_dict)); G__call_setup_funcs(); } ~G__cpp_setup_initAngle_dict() { G__remove_setup_func("Angle_dict"); } }; G__cpp_setup_initAngle_dict G__cpp_setup_initializerAngle_dict;