// // File generated by rootcint at Thu Dec 13 04:34:34 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 "THelix3D_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 THelix3D_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent); static TClass *THelix3D_IsA(const void*); static void *new_THelix3D(void *p = 0); static void *newArray_THelix3D(Long_t size); static void delete_THelix3D(void *p); static void deleteArray_THelix3D(void *p); static void destruct_THelix3D(void *p); // Function generating the singleton type initializer TGenericClassInfo *GenerateInitInstance(const THelix3D*) { THelix3D *ptr = 0; static ROOT::TGenericClassInfo instance("THelix3D", THelix3D::Class_Version(), "/home/robson/S614_071213/include/Stntuple/geom/THelix3D.hh", 11, typeid(THelix3D), DefineBehavior(ptr, ptr), &::THelix3D::Dictionary, &THelix3D_IsA, 0, sizeof(THelix3D) ); instance.SetNew(&new_THelix3D); instance.SetNewArray(&newArray_THelix3D); instance.SetDelete(&delete_THelix3D); instance.SetDeleteArray(&deleteArray_THelix3D); instance.SetDestructor(&destruct_THelix3D); return &instance; } // Static variable to force the class initialization static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const THelix3D*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } //______________________________________________________________________________ TClass *THelix3D::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *THelix3D::Class_Name() { return "THelix3D"; } //______________________________________________________________________________ const char *THelix3D::ImplFileName() { return ROOT::GenerateInitInstance((const THelix3D*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int THelix3D::ImplFileLine() { return ROOT::GenerateInitInstance((const THelix3D*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void THelix3D::Dictionary() { fgIsA = ROOT::GenerateInitInstance((const THelix3D*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *THelix3D::Class() { if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const THelix3D*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ void THelix3D::Streamer(TBuffer &R__b) { // Stream an object of class THelix3D. UInt_t R__s, R__c; if (R__b.IsReading()) { Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { } TTrajectory3D::Streamer(R__b); R__b >> _cotTheta; R__b >> _curvature; R__b >> _z0; R__b >> _d0; R__b.StreamObject(&(_phi0),typeid(Angle)); R__b.CheckByteCount(R__s, R__c, THelix3D::IsA()); } else { R__c = R__b.WriteVersion(THelix3D::IsA(), kTRUE); TTrajectory3D::Streamer(R__b); R__b << _cotTheta; R__b << _curvature; R__b << _z0; R__b << _d0; R__b.StreamObject(&(_phi0),typeid(Angle)); R__b.SetByteCount(R__c, kTRUE); } } //______________________________________________________________________________ void THelix3D::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class THelix3D. TClass *R__cl = THelix3D::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "_cotTheta", &_cotTheta); R__insp.Inspect(R__cl, R__parent, "_curvature", &_curvature); R__insp.Inspect(R__cl, R__parent, "_z0", &_z0); R__insp.Inspect(R__cl, R__parent, "_d0", &_d0); R__insp.Inspect(R__cl, R__parent, "_phi0", (void*)&_phi0); ROOT::GenericShowMembers("Angle", (void*)&_phi0, R__insp, strcat(R__parent,"_phi0."),false); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "_isStale", &_isStale); R__insp.Inspect(R__cl, R__parent, "_sinPhi0", &_sinPhi0); R__insp.Inspect(R__cl, R__parent, "_cosPhi0", &_cosPhi0); R__insp.Inspect(R__cl, R__parent, "_sinTheta", &_sinTheta); R__insp.Inspect(R__cl, R__parent, "_cosTheta", &_cosTheta); R__insp.Inspect(R__cl, R__parent, "_s", &_s); R__insp.Inspect(R__cl, R__parent, "_aa", &_aa); R__insp.Inspect(R__cl, R__parent, "_ss", &_ss); R__insp.Inspect(R__cl, R__parent, "_cc", &_cc); R__insp.Inspect(R__cl, R__parent, "_vParameters[5]", _vParameters); R__insp.Inspect(R__cl, R__parent, "_centerIsValid", &_centerIsValid); R__insp.Inspect(R__cl, R__parent, "_m_x", &_m_x); R__insp.Inspect(R__cl, R__parent, "_m_y", &_m_y); TTrajectory3D::ShowMembers(R__insp, R__parent); } namespace ROOT { // Return the actual TClass for the object argument static TClass *THelix3D_IsA(const void *obj) { return ((::THelix3D*)obj)->IsA(); } // Wrappers around operator new static void *new_THelix3D(void *p) { return p ? new(p) ::THelix3D : new ::THelix3D; } static void *newArray_THelix3D(Long_t size) { return new ::THelix3D[size]; } // Wrapper around operator delete static void delete_THelix3D(void *p) { delete ((::THelix3D*)p); } static void deleteArray_THelix3D(void *p) { delete [] ((::THelix3D*)p); } static void destruct_THelix3D(void *p) { typedef ::THelix3D current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::THelix3D /******************************************************** * THelix3D_dict.cxx ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif extern "C" void G__cpp_reset_tagtableTHelix3D_dict(); extern "C" void G__set_cpp_environmentTHelix3D_dict() { G__add_compiledheader("TROOT.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("THelix3D.hh"); G__cpp_reset_tagtableTHelix3D_dict(); } class G__THelix3D_dictdOcxx_tag {}; void* operator new(size_t size,G__THelix3D_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__THelix3D_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_THelix3D_dictdOcxx() { G__operator_delete(0); } extern "C" int G__cpp_dllrevTHelix3D_dict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* THelix3D */ static int G__THelix3D_dict_273_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { THelix3D *p=NULL; if(G__getaryconstruct()) p=new THelix3D[G__getaryconstruct()]; else p=new THelix3D; result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__THelix3D_dictLN_THelix3D); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { THelix3D *p=NULL; p = new THelix3D( *(TVector3*)libp->para[0].ref,*(TVector3*)libp->para[1].ref ,(double)G__double(libp->para[2]),(double)G__double(libp->para[3])); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__THelix3D_dictLN_THelix3D); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { THelix3D *p=NULL; p = new THelix3D(*(THelix3D*)libp->para[0].ref); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__THelix3D_dictLN_THelix3D); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { THelix3D *p=NULL; p = new THelix3D( (double)G__double(libp->para[0]),(double)G__double(libp->para[1]) ,(double)G__double(libp->para[2]),(double)G__double(libp->para[3]) ,*((Angle*)G__int(libp->para[4]))); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__THelix3D_dictLN_THelix3D); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((THelix3D*)(G__getstructoffset()))->Init((TTrajectoryPoint*)G__int(libp->para[0]),(double)G__double(libp->para[1]) ,(double)G__double(libp->para[2])); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((THelix3D*)(G__getstructoffset()))->Init((double)G__double(libp->para[0]),(double)G__double(libp->para[1]) ,(double)G__double(libp->para[2]),(double)G__double(libp->para[3]) ,(double)G__double(libp->para[4])); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((THelix3D*)(G__getstructoffset()))->setCotTheta((double)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((THelix3D*)(G__getstructoffset()))->setCurvature((double)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((THelix3D*)(G__getstructoffset()))->setZ0((double)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((THelix3D*)(G__getstructoffset()))->setD0((double)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((THelix3D*)(G__getstructoffset()))->setPhi0(*((Angle*)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { const THelix3D& obj=((THelix3D*)(G__getstructoffset()))->operator=(*(THelix3D*)libp->para[0].ref); result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,103,(long)((const THelix3D*)(G__getstructoffset()))->operator==(*(THelix3D*)libp->para[0].ref)); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,103,(long)((const THelix3D*)(G__getstructoffset()))->operator!=(*(THelix3D*)libp->para[0].ref)); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 2: G__setnull(result7); ((const THelix3D*)(G__getstructoffset()))->GetPosition(*(TVector3*)libp->para[0].ref,(double)G__double(libp->para[1])); break; case 1: G__setnull(result7); ((const THelix3D*)(G__getstructoffset()))->GetPosition(*(TVector3*)libp->para[0].ref); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 2: G__setnull(result7); ((const THelix3D*)(G__getstructoffset()))->GetDirection(*(TVector3*)libp->para[0].ref,(double)G__double(libp->para[1])); break; case 1: G__setnull(result7); ((const THelix3D*)(G__getstructoffset()))->GetDirection(*(TVector3*)libp->para[0].ref); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 1: { const TVector3 *pobj,xobj=((const THelix3D*)(G__getstructoffset()))->getSecondDerivative((double)G__double(libp->para[0])); pobj=new TVector3(xobj); result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i; G__store_tempobject(*result7); } break; case 0: { const TVector3 *pobj,xobj=((const THelix3D*)(G__getstructoffset()))->getSecondDerivative(); pobj=new TVector3(xobj); result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i; G__store_tempobject(*result7); } break; } return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 2: G__setnull(result7); ((const THelix3D*)(G__getstructoffset()))->GetPoint((TTrajectoryPoint*)G__int(libp->para[0]),(double)G__double(libp->para[1])); break; case 1: G__setnull(result7); ((const THelix3D*)(G__getstructoffset()))->GetPoint((TTrajectoryPoint*)G__int(libp->para[0])); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 2: G__setnull(result7); ((const THelix3D*)(G__getstructoffset()))->GetLocation(*(TTrajectory3D::Location*)libp->para[0].ref,(double)G__double(libp->para[1])); break; case 1: G__setnull(result7); ((const THelix3D*)(G__getstructoffset()))->GetLocation(*(TTrajectory3D::Location*)libp->para[0].ref); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((const THelix3D*)(G__getstructoffset()))->GetPathLengthAtRho((double)G__double(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((const THelix3D*)(G__getstructoffset()))->GetPathLengthAtZ((double)G__double(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { const Angle *pobj,xobj=((const THelix3D*)(G__getstructoffset()))->getPhiAtR((double)G__double(libp->para[0])); pobj=new Angle(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__THelix3D_dict_273_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((const THelix3D*)(G__getstructoffset()))->getZAtR((double)G__double(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((const THelix3D*)(G__getstructoffset()))->getL2DAtR((double)G__double(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((const THelix3D*)(G__getstructoffset()))->getCosAlphaAtR((double)G__double(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((const THelix3D*)(G__getstructoffset()))->getInverseRadius()); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((const THelix3D*)(G__getstructoffset()))->getRadius()); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { const SignedAngle *pobj,xobj=((const THelix3D*)(G__getstructoffset()))->getTurningAngle((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__THelix3D_dict_273_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((const THelix3D*)(G__getstructoffset()))->getCurvature()); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((const THelix3D*)(G__getstructoffset()))->getHelicity()); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((const THelix3D*)(G__getstructoffset()))->getCotTheta()); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { const Angle *pobj,xobj=((const THelix3D*)(G__getstructoffset()))->getPhi0(); pobj=new Angle(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__THelix3D_dict_273_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((const THelix3D*)(G__getstructoffset()))->getD0()); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((const THelix3D*)(G__getstructoffset()))->getZ0()); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_5_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((const THelix3D*)(G__getstructoffset()))->getSignLz()); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((const THelix3D*)(G__getstructoffset()))->getSinPhi0()); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_7_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((const THelix3D*)(G__getstructoffset()))->getCosPhi0()); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_8_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((const THelix3D*)(G__getstructoffset()))->getSinTheta()); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_9_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((const THelix3D*)(G__getstructoffset()))->getCosTheta()); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_0_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((THelix3D*)(G__getstructoffset()))->setParameters((const double*)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_1_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((const THelix3D*)(G__getstructoffset()))->getParameters((double*)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_2_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { THelix3D *pobj,xobj=THelix3D::create((const double*)G__int(libp->para[0])); pobj=new THelix3D(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__THelix3D_dict_273_3_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,104,(long)THelix3D::getParameterSpaceSize()); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_6_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)THelix3D::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_7_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)THelix3D::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_8_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)THelix3D::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_9_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); THelix3D::Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_0_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const THelix3D*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_1_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((THelix3D*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_2_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((THelix3D*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_3_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((THelix3D*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_4_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)THelix3D::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_5_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)THelix3D::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_6_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)THelix3D::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__THelix3D_dict_273_7_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)THelix3D::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef THelix3D G__TTHelix3D; static int G__THelix3D_dict_273_8_5(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[] (THelix3D *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) delete (THelix3D *)((G__getstructoffset())+sizeof(THelix3D)*i); else delete (THelix3D *)(G__getstructoffset()); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* THelix3D */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncTHelix3D_dict { public: G__Sizep2memfuncTHelix3D_dict() {p=&G__Sizep2memfuncTHelix3D_dict::sizep2memfunc;} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncTHelix3D_dict::*p)(); }; size_t G__get_sizep2memfuncTHelix3D_dict() { G__Sizep2memfuncTHelix3D_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_inheritanceTHelix3D_dict() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__THelix3D_dictLN_THelix3D))) { THelix3D *G__Lderived; G__Lderived=(THelix3D*)0x1000; { TTrajectory3D *G__Lpbase=(TTrajectory3D*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__THelix3D_dictLN_THelix3D),G__get_linked_tagnum(&G__THelix3D_dictLN_TTrajectory3D),(long)G__Lpbase-(long)G__Lderived,1,1); } { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__THelix3D_dictLN_THelix3D),G__get_linked_tagnum(&G__THelix3D_dictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableTHelix3D_dict() { /* 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__THelix3D_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__THelix3D_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__THelix3D_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__THelix3D_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__THelix3D_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__THelix3D_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__THelix3D_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__THelix3D_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__THelix3D_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__THelix3D_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__THelix3D_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__THelix3D_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__THelix3D_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__THelix3D_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__THelix3D_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__THelix3D_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("Angle",117,G__get_linked_tagnum(&G__THelix3D_dictLN_UnsignedAngle),0,-1); G__setnewtype(-1,NULL,0); } /********************************************************* * Data Member information setup/ *********************************************************/ /* Setting up class,struct,union tag member variable */ /* THelix3D */ static void G__setup_memvarTHelix3D(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__THelix3D_dictLN_THelix3D)); { THelix3D *p; p=(THelix3D*)0x1000; if (p) { } G__memvar_setup((void*)NULL,100,0,0,-1,-1,-1,4,"_cotTheta=",0,(char*)NULL); G__memvar_setup((void*)NULL,100,0,0,-1,-1,-1,4,"_curvature=",0,(char*)NULL); G__memvar_setup((void*)NULL,100,0,0,-1,-1,-1,4,"_z0=",0,(char*)NULL); G__memvar_setup((void*)NULL,100,0,0,-1,-1,-1,4,"_d0=",0,(char*)NULL); G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__THelix3D_dictLN_UnsignedAngle),G__defined_typename("Angle"),-1,4,"_phi0=",0,(char*)NULL); G__memvar_setup((void*)NULL,103,0,0,-1,-1,-1,4,"_isStale=",0,"!"); G__memvar_setup((void*)NULL,100,0,0,-1,-1,-1,4,"_sinPhi0=",0,"!"); G__memvar_setup((void*)NULL,100,0,0,-1,-1,-1,4,"_cosPhi0=",0,"!"); G__memvar_setup((void*)NULL,100,0,0,-1,-1,-1,4,"_sinTheta=",0,"!"); G__memvar_setup((void*)NULL,100,0,0,-1,-1,-1,4,"_cosTheta=",0,"!"); G__memvar_setup((void*)NULL,100,0,0,-1,-1,-1,4,"_s=",0,"!"); G__memvar_setup((void*)NULL,100,0,0,-1,-1,-1,4,"_aa=",0,"!"); G__memvar_setup((void*)NULL,100,0,0,-1,-1,-1,4,"_ss=",0,"!"); G__memvar_setup((void*)NULL,100,0,0,-1,-1,-1,4,"_cc=",0,"!"); G__memvar_setup((void*)NULL,100,0,0,-1,-1,-1,4,"_vParameters[5]=",0,"!"); G__memvar_setup((void*)NULL,103,0,0,-1,-1,-1,4,"_centerIsValid=",0,"! needed by newIntersectionWith KR"); G__memvar_setup((void*)NULL,100,0,0,-1,-1,-1,4,"_m_x=",0,"!"); G__memvar_setup((void*)NULL,100,0,0,-1,-1,-1,4,"_m_y=",0,"!"); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__THelix3D_dictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarTHelix3D_dict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncTHelix3D(void) { /* THelix3D */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__THelix3D_dictLN_THelix3D)); G__memfunc_setup("THelix3D",709,G__THelix3D_dict_273_1_0,105,G__get_linked_tagnum(&G__THelix3D_dictLN_THelix3D),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("THelix3D",709,G__THelix3D_dict_273_2_0,105,G__get_linked_tagnum(&G__THelix3D_dictLN_THelix3D),-1,0,4,1,1,0, "u 'TVector3' - 11 - - u 'TVector3' - 11 - - " "d - - 0 - q d - - 0 - field",(char*)NULL,(void*)NULL,0); G__memfunc_setup("THelix3D",709,G__THelix3D_dict_273_3_0,105,G__get_linked_tagnum(&G__THelix3D_dictLN_THelix3D),-1,0,1,1,1,0,"u 'THelix3D' - 11 - right",(char*)NULL,(void*)NULL,0); G__memfunc_setup("THelix3D",709,G__THelix3D_dict_273_4_0,105,G__get_linked_tagnum(&G__THelix3D_dictLN_THelix3D),-1,0,5,1,1,0, "d - - 0 - cotTheta d - - 0 - curvature " "d - - 0 - z0 d - - 0 - d0 " "u 'UnsignedAngle' 'Angle' 0 - phi0",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Init",404,G__THelix3D_dict_273_5_0,121,-1,-1,0,3,1,1,0, "U 'TTrajectoryPoint' - 0 - point d - - 0 - q " "d - - 0 - field",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Init",404,G__THelix3D_dict_273_6_0,121,-1,-1,0,5,1,1,0, "d - - 0 - cotTheta d - - 0 - curvature " "d - - 0 - z0 d - - 0 - d0 " "d - - 0 - phi0",(char*)NULL,(void*)NULL,0); G__memfunc_setup("setCotTheta",1128,G__THelix3D_dict_273_7_0,121,-1,-1,0,1,1,1,0,"d - - 0 - cotTheta",(char*)NULL,(void*)NULL,0); G__memfunc_setup("setCurvature",1293,G__THelix3D_dict_273_8_0,121,-1,-1,0,1,1,1,0,"d - - 0 - curvature",(char*)NULL,(void*)NULL,0); G__memfunc_setup("setZ0",470,G__THelix3D_dict_273_9_0,121,-1,-1,0,1,1,1,0,"d - - 0 - z0",(char*)NULL,(void*)NULL,0); G__memfunc_setup("setD0",448,G__THelix3D_dict_273_0_1,121,-1,-1,0,1,1,1,0,"d - - 0 - d0",(char*)NULL,(void*)NULL,0); G__memfunc_setup("setPhi0",669,G__THelix3D_dict_273_1_1,121,-1,-1,0,1,1,1,0,"u 'UnsignedAngle' 'Angle' 0 - phi0",(char*)NULL,(void*)NULL,0); G__memfunc_setup("operator=",937,G__THelix3D_dict_273_2_1,117,G__get_linked_tagnum(&G__THelix3D_dictLN_THelix3D),-1,1,1,1,1,1,"u 'THelix3D' - 11 - right",(char*)NULL,(void*)NULL,0); G__memfunc_setup("operator==",998,G__THelix3D_dict_273_3_1,103,-1,-1,0,1,1,1,8,"u 'THelix3D' - 11 - right",(char*)NULL,(void*)NULL,0); G__memfunc_setup("operator!=",970,G__THelix3D_dict_273_4_1,103,-1,-1,0,1,1,1,8,"u 'THelix3D' - 11 - right",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPosition",1141,G__THelix3D_dict_273_5_1,121,-1,-1,0,2,1,1,8, "u 'TVector3' - 1 - pos d - - 0 0.0 s",(char*)NULL,(void*)NULL,1); G__memfunc_setup("GetDirection",1217,G__THelix3D_dict_273_6_1,121,-1,-1,0,2,1,1,8, "u 'TVector3' - 1 - dir d - - 0 0.0 s",(char*)NULL,(void*)NULL,1); G__memfunc_setup("getSecondDerivative",1967,G__THelix3D_dict_273_7_1,117,G__get_linked_tagnum(&G__THelix3D_dictLN_TVector3),-1,0,1,1,1,8,"d - - 0 0.0 s",(char*)NULL,(void*)NULL,1); G__memfunc_setup("GetPoint",810,G__THelix3D_dict_273_8_1,121,-1,-1,0,2,1,1,8, "U 'TTrajectoryPoint' - 0 - point d - - 0 0.0 s",(char*)NULL,(void*)NULL,1); G__memfunc_setup("GetLocation",1113,G__THelix3D_dict_273_9_1,121,-1,-1,0,2,1,1,8, "u 'TTrajectory3D::Location' - 1 - loc d - - 0 0.0 s",(char*)NULL,(void*)NULL,1); G__memfunc_setup("GetPathLengthAtRho",1773,G__THelix3D_dict_273_0_2,100,-1,-1,0,1,1,1,8,"d - - 0 - rho",(char*)NULL,(void*)NULL,1); G__memfunc_setup("GetPathLengthAtZ",1566,G__THelix3D_dict_273_1_2,100,-1,-1,0,1,1,1,8,"d - - 0 - z",(char*)NULL,(void*)NULL,1); G__memfunc_setup("getPhiAtR",872,G__THelix3D_dict_273_2_2,117,G__get_linked_tagnum(&G__THelix3D_dictLN_UnsignedAngle),G__defined_typename("Angle"),0,1,1,1,8,"d - - 0 - r",(char*)NULL,(void*)NULL,0); G__memfunc_setup("getZAtR",673,G__THelix3D_dict_273_3_2,100,-1,-1,0,1,1,1,8,"d - - 0 - r",(char*)NULL,(void*)NULL,0); G__memfunc_setup("getL2DAtR",777,G__THelix3D_dict_273_4_2,100,-1,-1,0,1,1,1,8,"d - - 0 - r",(char*)NULL,(void*)NULL,0); G__memfunc_setup("getCosAlphaAtR",1362,G__THelix3D_dict_273_5_2,100,-1,-1,0,1,1,1,8,"d - - 0 - r",(char*)NULL,(void*)NULL,0); G__memfunc_setup("getInverseRadius",1668,G__THelix3D_dict_273_6_2,100,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("getRadius",936,G__THelix3D_dict_273_7_2,100,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("getTurningAngle",1550,G__THelix3D_dict_273_8_2,117,G__get_linked_tagnum(&G__THelix3D_dictLN_SignedAngle),-1,0,1,1,1,8,"d - - 0 - s",(char*)NULL,(void*)NULL,0); G__memfunc_setup("getCurvature",1281,G__THelix3D_dict_273_9_2,100,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("getHelicity",1147,G__THelix3D_dict_273_0_3,100,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("getCotTheta",1116,G__THelix3D_dict_273_1_3,100,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("getPhi0",657,G__THelix3D_dict_273_2_3,117,G__get_linked_tagnum(&G__THelix3D_dictLN_UnsignedAngle),G__defined_typename("Angle"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("getD0",436,G__THelix3D_dict_273_3_3,100,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("getZ0",458,G__THelix3D_dict_273_4_3,100,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("getSignLz",919,G__THelix3D_dict_273_5_3,100,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("getSinPhi0",955,G__THelix3D_dict_273_6_3,100,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("getCosPhi0",950,G__THelix3D_dict_273_7_3,100,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("getSinTheta",1120,G__THelix3D_dict_273_8_3,100,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("getCosTheta",1115,G__THelix3D_dict_273_9_3,100,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("setParameters",1376,G__THelix3D_dict_273_0_4,121,-1,-1,0,1,1,1,0,"D - - 10 - p",(char*)NULL,(void*)NULL,0); G__memfunc_setup("getParameters",1364,G__THelix3D_dict_273_1_4,121,-1,-1,0,1,1,1,8,"D - - 0 - p",(char*)NULL,(void*)NULL,0); G__memfunc_setup("create",628,G__THelix3D_dict_273_2_4,117,G__get_linked_tagnum(&G__THelix3D_dictLN_THelix3D),-1,0,1,3,1,0,"D - - 10 - v",(char*)NULL,(void*)(THelix3D (*)(const double*))(&THelix3D::create),0); G__memfunc_setup("getParameterSpaceSize",2152,G__THelix3D_dict_273_3_4,104,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(unsigned int (*)())(&THelix3D::getParameterSpaceSize),0); G__memfunc_setup("_refreshCache",1314,(G__InterfaceMethod)NULL,121,-1,-1,0,0,1,4,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("_cacheSinesAndCosines",2108,(G__InterfaceMethod)NULL,121,-1,-1,0,1,1,4,8,"d - - 0 - s",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class",502,G__THelix3D_dict_273_6_4,85,G__get_linked_tagnum(&G__THelix3D_dictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&THelix3D::Class),0); G__memfunc_setup("Class_Name",982,G__THelix3D_dict_273_7_4,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&THelix3D::Class_Name),0); G__memfunc_setup("Class_Version",1339,G__THelix3D_dict_273_8_4,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&THelix3D::Class_Version),0); G__memfunc_setup("Dictionary",1046,G__THelix3D_dict_273_9_4,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&THelix3D::Dictionary),0); G__memfunc_setup("IsA",253,G__THelix3D_dict_273_0_5,85,G__get_linked_tagnum(&G__THelix3D_dictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__THelix3D_dict_273_1_5,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__THelix3D_dict_273_2_5,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1); G__memfunc_setup("StreamerNVirtual",1656,G__THelix3D_dict_273_3_5,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileName",1145,G__THelix3D_dict_273_4_5,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&THelix3D::DeclFileName),0); G__memfunc_setup("ImplFileLine",1178,G__THelix3D_dict_273_5_5,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&THelix3D::ImplFileLine),0); G__memfunc_setup("ImplFileName",1171,G__THelix3D_dict_273_6_5,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&THelix3D::ImplFileName),0); G__memfunc_setup("DeclFileLine",1152,G__THelix3D_dict_273_7_5,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&THelix3D::DeclFileLine),0); // automatic destructor G__memfunc_setup("~THelix3D",835,G__THelix3D_dict_273_8_5,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncTHelix3D_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() { } static void G__cpp_setup_global2() { G__resetglobalenv(); } extern "C" void G__cpp_setup_globalTHelix3D_dict() { 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() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcTHelix3D_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(); G__cpp_setup_func12(); G__cpp_setup_func13(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__THelix3D_dictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__THelix3D_dictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__THelix3D_dictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__THelix3D_dictLN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__THelix3D_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__THelix3D_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__THelix3D_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__THelix3D_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__THelix3D_dictLN_vectorlETStringcOallocatorlETStringgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__THelix3D_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__THelix3D_dictLN_TTrajectory3D = { "TTrajectory3D" , 99 , -1 }; G__linked_taginfo G__THelix3D_dictLN_SignedAngle = { "SignedAngle" , 99 , -1 }; G__linked_taginfo G__THelix3D_dictLN_UnsignedAngle = { "UnsignedAngle" , 99 , -1 }; G__linked_taginfo G__THelix3D_dictLN_TVector3 = { "TVector3" , 99 , -1 }; G__linked_taginfo G__THelix3D_dictLN_TTrajectoryPoint = { "TTrajectoryPoint" , 99 , -1 }; G__linked_taginfo G__THelix3D_dictLN_TTrajectory3DcLcLLocation = { "TTrajectory3D::Location" , 99 , -1 }; G__linked_taginfo G__THelix3D_dictLN_THelix3D = { "THelix3D" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableTHelix3D_dict() { G__THelix3D_dictLN_TClass.tagnum = -1 ; G__THelix3D_dictLN_TBuffer.tagnum = -1 ; G__THelix3D_dictLN_TMemberInspector.tagnum = -1 ; G__THelix3D_dictLN_TObject.tagnum = -1 ; G__THelix3D_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR.tagnum = -1 ; G__THelix3D_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__THelix3D_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR.tagnum = -1 ; G__THelix3D_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR.tagnum = -1 ; G__THelix3D_dictLN_vectorlETStringcOallocatorlETStringgRsPgR.tagnum = -1 ; G__THelix3D_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR.tagnum = -1 ; G__THelix3D_dictLN_TTrajectory3D.tagnum = -1 ; G__THelix3D_dictLN_SignedAngle.tagnum = -1 ; G__THelix3D_dictLN_UnsignedAngle.tagnum = -1 ; G__THelix3D_dictLN_TVector3.tagnum = -1 ; G__THelix3D_dictLN_TTrajectoryPoint.tagnum = -1 ; G__THelix3D_dictLN_TTrajectory3DcLcLLocation.tagnum = -1 ; G__THelix3D_dictLN_THelix3D.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableTHelix3D_dict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum(&G__THelix3D_dictLN_TClass); G__get_linked_tagnum(&G__THelix3D_dictLN_TBuffer); G__get_linked_tagnum(&G__THelix3D_dictLN_TMemberInspector); G__get_linked_tagnum(&G__THelix3D_dictLN_TObject); G__get_linked_tagnum(&G__THelix3D_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR); G__get_linked_tagnum(&G__THelix3D_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__THelix3D_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR); G__get_linked_tagnum(&G__THelix3D_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__THelix3D_dictLN_vectorlETStringcOallocatorlETStringgRsPgR); G__get_linked_tagnum(&G__THelix3D_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__THelix3D_dictLN_TTrajectory3D); G__get_linked_tagnum(&G__THelix3D_dictLN_SignedAngle); G__get_linked_tagnum(&G__THelix3D_dictLN_UnsignedAngle); G__get_linked_tagnum(&G__THelix3D_dictLN_TVector3); G__get_linked_tagnum(&G__THelix3D_dictLN_TTrajectoryPoint); G__get_linked_tagnum(&G__THelix3D_dictLN_TTrajectory3DcLcLLocation); G__tagtable_setup(G__get_linked_tagnum(&G__THelix3D_dictLN_THelix3D),sizeof(THelix3D),-1,65280,(char*)NULL,G__setup_memvarTHelix3D,G__setup_memfuncTHelix3D); } extern "C" void G__cpp_setupTHelix3D_dict(void) { G__check_setup_version(30051515,"G__cpp_setupTHelix3D_dict()"); G__set_cpp_environmentTHelix3D_dict(); G__cpp_setup_tagtableTHelix3D_dict(); G__cpp_setup_inheritanceTHelix3D_dict(); G__cpp_setup_typetableTHelix3D_dict(); G__cpp_setup_memvarTHelix3D_dict(); G__cpp_setup_memfuncTHelix3D_dict(); G__cpp_setup_globalTHelix3D_dict(); G__cpp_setup_funcTHelix3D_dict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncTHelix3D_dict(); return; } class G__cpp_setup_initTHelix3D_dict { public: G__cpp_setup_initTHelix3D_dict() { G__add_setup_func("THelix3D_dict",(G__incsetup)(&G__cpp_setupTHelix3D_dict)); G__call_setup_funcs(); } ~G__cpp_setup_initTHelix3D_dict() { G__remove_setup_func("THelix3D_dict"); } }; G__cpp_setup_initTHelix3D_dict G__cpp_setup_initializerTHelix3D_dict;