// // File generated by rootcint at Mon Oct 30 21:28:01 2006. // 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 "TG3Pythia6_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 TG3Pythia6_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent); static TClass *TG3Pythia6_IsA(const void*); static void *new_TG3Pythia6(void *p = 0); static void *newArray_TG3Pythia6(Long_t size); static void delete_TG3Pythia6(void *p); static void deleteArray_TG3Pythia6(void *p); static void destruct_TG3Pythia6(void *p); // Function generating the singleton type initializer TGenericClassInfo *GenerateInitInstance(const TG3Pythia6*) { TG3Pythia6 *ptr = 0; static ROOT::TGenericClassInfo instance("TG3Pythia6", TG3Pythia6::Class_Version(), "/data/nglas16/b/stdenis/stn614-ewk/Electroweak/pythia/pythia/TG3Pythia6.hh", 80, typeid(TG3Pythia6), DefineBehavior(ptr, ptr), &::TG3Pythia6::Dictionary, &TG3Pythia6_IsA, 0, sizeof(TG3Pythia6) ); instance.SetNew(&new_TG3Pythia6); instance.SetNewArray(&newArray_TG3Pythia6); instance.SetDelete(&delete_TG3Pythia6); instance.SetDeleteArray(&deleteArray_TG3Pythia6); instance.SetDestructor(&destruct_TG3Pythia6); return &instance; } // Static variable to force the class initialization static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const TG3Pythia6*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } //______________________________________________________________________________ TClass *TG3Pythia6::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *TG3Pythia6::Class_Name() { return "TG3Pythia6"; } //______________________________________________________________________________ const char *TG3Pythia6::ImplFileName() { return ROOT::GenerateInitInstance((const TG3Pythia6*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TG3Pythia6::ImplFileLine() { return ROOT::GenerateInitInstance((const TG3Pythia6*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void TG3Pythia6::Dictionary() { fgIsA = ROOT::GenerateInitInstance((const TG3Pythia6*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *TG3Pythia6::Class() { if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const TG3Pythia6*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ void TG3Pythia6::Streamer(TBuffer &R__b) { // Stream an object of class TG3Pythia6. TG3Generator::Streamer(R__b); } //______________________________________________________________________________ void TG3Pythia6::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class TG3Pythia6. TClass *R__cl = TG3Pythia6::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "*fPyjets", &fPyjets); R__insp.Inspect(R__cl, R__parent, "*fPydat1", &fPydat1); R__insp.Inspect(R__cl, R__parent, "*fPydat2", &fPydat2); R__insp.Inspect(R__cl, R__parent, "*fPydat3", &fPydat3); R__insp.Inspect(R__cl, R__parent, "*fPydat4", &fPydat4); R__insp.Inspect(R__cl, R__parent, "*fPydatr", &fPydatr); R__insp.Inspect(R__cl, R__parent, "*fPysubs", &fPysubs); R__insp.Inspect(R__cl, R__parent, "*fPypars", &fPypars); R__insp.Inspect(R__cl, R__parent, "*fPyint1", &fPyint1); R__insp.Inspect(R__cl, R__parent, "*fPyint2", &fPyint2); R__insp.Inspect(R__cl, R__parent, "*fPyint3", &fPyint3); R__insp.Inspect(R__cl, R__parent, "*fPyint4", &fPyint4); R__insp.Inspect(R__cl, R__parent, "*fPyint5", &fPyint5); R__insp.Inspect(R__cl, R__parent, "*fPyint6", &fPyint6); R__insp.Inspect(R__cl, R__parent, "*fPyint7", &fPyint7); R__insp.Inspect(R__cl, R__parent, "*fPyint8", &fPyint8); R__insp.Inspect(R__cl, R__parent, "*fPyint9", &fPyint9); R__insp.Inspect(R__cl, R__parent, "*fPymssm", &fPymssm); R__insp.Inspect(R__cl, R__parent, "*fPyssmt", &fPyssmt); R__insp.Inspect(R__cl, R__parent, "*fPyints", &fPyints); R__insp.Inspect(R__cl, R__parent, "*fPybins", &fPybins); TG3Generator::ShowMembers(R__insp, R__parent); } namespace ROOT { // Return the actual TClass for the object argument static TClass *TG3Pythia6_IsA(const void *obj) { return ((::TG3Pythia6*)obj)->IsA(); } // Wrappers around operator new static void *new_TG3Pythia6(void *p) { return p ? new(p) ::TG3Pythia6 : new ::TG3Pythia6; } static void *newArray_TG3Pythia6(Long_t size) { return new ::TG3Pythia6[size]; } // Wrapper around operator delete static void delete_TG3Pythia6(void *p) { delete ((::TG3Pythia6*)p); } static void deleteArray_TG3Pythia6(void *p) { delete [] ((::TG3Pythia6*)p); } static void destruct_TG3Pythia6(void *p) { typedef ::TG3Pythia6 current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::TG3Pythia6 /******************************************************** * TG3Pythia6_dict.cxx ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif extern "C" void G__cpp_reset_tagtableTG3Pythia6_dict(); extern "C" void G__set_cpp_environmentTG3Pythia6_dict() { G__add_compiledheader("TROOT.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("TG3Pythia6.hh"); G__cpp_reset_tagtableTG3Pythia6_dict(); } class G__TG3Pythia6_dictdOcxx_tag {}; void* operator new(size_t size,G__TG3Pythia6_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__TG3Pythia6_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_TG3Pythia6_dictdOcxx() { G__operator_delete(0); } extern "C" int G__cpp_dllrevTG3Pythia6_dict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* TG3Pythia6 */ static int G__TG3Pythia6_dict_218_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TG3Pythia6 *p=NULL; if(G__getaryconstruct()) p=new TG3Pythia6[G__getaryconstruct()]; else p=new TG3Pythia6; result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TG3Pythia6); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)TG3Pythia6::Instance()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TG3Pythia6*)(G__getstructoffset()))->GetPyjets()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->GetN()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->GetNPAD()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->GetK((int)G__int(libp->para[0]),(int)G__int(libp->para[1]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TG3Pythia6*)(G__getstructoffset()))->GetP((int)G__int(libp->para[0]),(int)G__int(libp->para[1]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TG3Pythia6*)(G__getstructoffset()))->GetV((int)G__int(libp->para[0]),(int)G__int(libp->para[1]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetN((int)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetNPAD((int)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetK((int)G__int(libp->para[0]),(int)G__int(libp->para[1]) ,(int)G__int(libp->para[2])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetP((int)G__int(libp->para[0]),(int)G__int(libp->para[1]) ,(double)G__double(libp->para[2])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetV((int)G__int(libp->para[0]),(int)G__int(libp->para[1]) ,(double)G__double(libp->para[2])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TG3Pythia6*)(G__getstructoffset()))->GetPydat1()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->GetMSTU((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TG3Pythia6*)(G__getstructoffset()))->GetPARU((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->GetMSTJ((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TG3Pythia6*)(G__getstructoffset()))->GetPARJ((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetMSTU((int)G__int(libp->para[0]),(int)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetPARU((int)G__int(libp->para[0]),(double)G__double(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetMSTJ((int)G__int(libp->para[0]),(int)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetPARJ((int)G__int(libp->para[0]),(double)G__double(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TG3Pythia6*)(G__getstructoffset()))->GetPydat2()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->GetKCHG((int)G__int(libp->para[0]),(int)G__int(libp->para[1]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TG3Pythia6*)(G__getstructoffset()))->GetPMAS((int)G__int(libp->para[0]),(int)G__int(libp->para[1]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TG3Pythia6*)(G__getstructoffset()))->GetPARF((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TG3Pythia6*)(G__getstructoffset()))->GetVCKM((int)G__int(libp->para[0]),(int)G__int(libp->para[1]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetKCHG((int)G__int(libp->para[0]),(int)G__int(libp->para[1]) ,(int)G__int(libp->para[2])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetPMAS((int)G__int(libp->para[0]),(int)G__int(libp->para[1]) ,(double)G__double(libp->para[2])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetPARF((int)G__int(libp->para[0]),(double)G__double(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetVCKM((int)G__int(libp->para[0]),(int)G__int(libp->para[1]) ,(double)G__double(libp->para[2])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TG3Pythia6*)(G__getstructoffset()))->GetPydat3()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->GetMDCY((int)G__int(libp->para[0]),(int)G__int(libp->para[1]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->GetMDME((int)G__int(libp->para[0]),(int)G__int(libp->para[1]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_5_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TG3Pythia6*)(G__getstructoffset()))->GetBRAT((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->GetKFDP((int)G__int(libp->para[0]),(int)G__int(libp->para[1]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_7_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetMDCY((int)G__int(libp->para[0]),(int)G__int(libp->para[1]) ,(int)G__int(libp->para[2])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_8_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetMDME((int)G__int(libp->para[0]),(int)G__int(libp->para[1]) ,(int)G__int(libp->para[2])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_9_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetBRAT((int)G__int(libp->para[0]),(double)G__double(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_0_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetKFDP((int)G__int(libp->para[0]),(int)G__int(libp->para[1]) ,(int)G__int(libp->para[2])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_1_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TG3Pythia6*)(G__getstructoffset()))->GetPydat4()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_2_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TG3Pythia6*)(G__getstructoffset()))->GetPydatr()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_3_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->GetMRPY((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_4_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TG3Pythia6*)(G__getstructoffset()))->GetRRPY((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_5_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetMRPY((int)G__int(libp->para[0]),(int)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_6_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetRRPY((int)G__int(libp->para[0]),(double)G__double(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_7_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TG3Pythia6*)(G__getstructoffset()))->GetPysubs()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_8_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->GetMSEL()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_9_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->GetMSELPD()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_0_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->GetMSUB((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_1_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TG3Pythia6*)(G__getstructoffset()))->GetCKIN((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_2_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->GetKFIN((int)G__int(libp->para[0]),(int)G__int(libp->para[1]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_3_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetMSEL((int)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_4_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetMSELPD((int)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_5_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetMSUB((int)G__int(libp->para[0]),(int)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_6_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetCKIN((int)G__int(libp->para[0]),(double)G__double(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_7_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 3: G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetKFIN((int)G__int(libp->para[0]),(int)G__int(libp->para[1]) ,(Int_t)G__int(libp->para[2])); break; case 2: G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetKFIN((int)G__int(libp->para[0]),(int)G__int(libp->para[1])); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_8_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TG3Pythia6*)(G__getstructoffset()))->GetPypars()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_9_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->GetMSTP((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_0_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TG3Pythia6*)(G__getstructoffset()))->GetPARP((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_1_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->GetMSTI((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_2_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TG3Pythia6*)(G__getstructoffset()))->GetPARI((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_3_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetMSTP((int)G__int(libp->para[0]),(int)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_4_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetPARP((int)G__int(libp->para[0]),(double)G__double(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_5_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetMSTI((int)G__int(libp->para[0]),(int)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_6_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetPARI((int)G__int(libp->para[0]),(double)G__double(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_7_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TG3Pythia6*)(G__getstructoffset()))->GetPyint1()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_8_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->GetMINT((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_9_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TG3Pythia6*)(G__getstructoffset()))->GetVINT((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_0_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetMINT((int)G__int(libp->para[0]),(int)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_1_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetVINT((int)G__int(libp->para[0]),(double)G__double(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_2_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TG3Pythia6*)(G__getstructoffset()))->GetPyint2()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_3_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TG3Pythia6*)(G__getstructoffset()))->GetPyint3()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_4_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TG3Pythia6*)(G__getstructoffset()))->GetPyint4()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_5_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->GetMWID((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_6_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TG3Pythia6*)(G__getstructoffset()))->GetWIDS((int)G__int(libp->para[0]),(int)G__int(libp->para[1]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_7_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetMWID((int)G__int(libp->para[0]),(int)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_8_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetWIDS((int)G__int(libp->para[0]),(int)G__int(libp->para[1]) ,(double)G__double(libp->para[2])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_9_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TG3Pythia6*)(G__getstructoffset()))->GetPyint5()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_0_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->GetNGENPD()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_1_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TG3Pythia6*)(G__getstructoffset()))->GetNGEN((int)G__int(libp->para[0]),(int)G__int(libp->para[1]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_2_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TG3Pythia6*)(G__getstructoffset()))->GetXSEC((int)G__int(libp->para[0]),(int)G__int(libp->para[1]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_3_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetNGENPD((int)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_4_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TG3Pythia6*)(G__getstructoffset()))->GetPyint6()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_5_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)((TG3Pythia6*)(G__getstructoffset()))->GetPROC((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_6_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TG3Pythia6*)(G__getstructoffset()))->GetPyint7()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_7_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TG3Pythia6*)(G__getstructoffset()))->GetPyint8()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_8_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TG3Pythia6*)(G__getstructoffset()))->GetPyint9()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_9_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TG3Pythia6*)(G__getstructoffset()))->GetPymssm()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_0_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->GetIMSS((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_1_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TG3Pythia6*)(G__getstructoffset()))->GetRMSS((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_2_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetIMSS((int)G__int(libp->para[0]),(int)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_3_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetRMSS((int)G__int(libp->para[0]),(double)G__double(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_4_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TG3Pythia6*)(G__getstructoffset()))->GetPyssmt()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_5_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TG3Pythia6*)(G__getstructoffset()))->GetZMIX((int)G__int(libp->para[0]),(int)G__int(libp->para[1]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_6_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TG3Pythia6*)(G__getstructoffset()))->GetUMIX((int)G__int(libp->para[0]),(int)G__int(libp->para[1]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_7_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TG3Pythia6*)(G__getstructoffset()))->GetVMIX((int)G__int(libp->para[0]),(int)G__int(libp->para[1]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_8_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TG3Pythia6*)(G__getstructoffset()))->GetSMZ((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_9_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TG3Pythia6*)(G__getstructoffset()))->GetSMW((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_0_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetZMIX((int)G__int(libp->para[0]),(int)G__int(libp->para[1]) ,(double)G__double(libp->para[2])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_1_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetUMIX((int)G__int(libp->para[0]),(int)G__int(libp->para[1]) ,(double)G__double(libp->para[2])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_2_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetSMZ((int)G__int(libp->para[0]),(double)G__double(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_3_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetSMW((int)G__int(libp->para[0]),(double)G__double(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_4_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TG3Pythia6*)(G__getstructoffset()))->GetPyints()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_5_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TG3Pythia6*)(G__getstructoffset()))->GetPybins()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_6_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->GenerateEvent((TPrimaryInteraction*)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_7_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->PrintStat((Int_t)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_8_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->Initialize((const char*)G__int(libp->para[0]),(const char*)G__int(libp->para[1]) ,(const char*)G__int(libp->para[2]),(const float)G__double(libp->para[3]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_9_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TG3Pythia6*)(G__getstructoffset()))->CrossSection()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_0_11(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 2: G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->ImportParticles((TClonesArray*)G__int(libp->para[0]),(Option_t*)G__int(libp->para[1]))); break; case 1: G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->ImportParticles((TClonesArray*)G__int(libp->para[0]))); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_1_11(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 1: G__letint(result7,85,(long)((TG3Pythia6*)(G__getstructoffset()))->ImportParticles((Option_t*)G__int(libp->para[0]))); break; case 0: G__letint(result7,85,(long)((TG3Pythia6*)(G__getstructoffset()))->ImportParticles()); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_2_11(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->PrintParticle((Int_t)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_3_11(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->PrintParticleNames((const char*)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_4_11(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->PrintDecayChannels((const char*)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_5_11(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->NDecayChannels((const char*)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_6_11(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->SetDecayChannel((const char*)G__int(libp->para[0]),(Int_t)G__int(libp->para[1]) ,(Int_t)G__int(libp->para[2]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_7_11(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->DecayChannel((const char*)G__int(libp->para[0]),(Int_t)G__int(libp->para[1]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_8_11(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->OpenFortranFile((int)G__int(libp->para[0]),(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_9_11(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->CloseFortranFile((int)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_0_12(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TG3Pythia6*)(G__getstructoffset()))->Pycomp((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_1_12(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->Pyedit((int)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_2_12(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->Pyevnt(); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_3_12(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->Pyexec(); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_4_12(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->Pyhepc((int)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_5_12(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->Pyinit((char*)G__int(libp->para[0]),(char*)G__int(libp->para[1]) ,(char*)G__int(libp->para[2]),(double)G__double(libp->para[3])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_6_12(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->Pylist((int)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_7_12(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->Pylogo(); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_8_12(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->Pyname((int)G__int(libp->para[0]),(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_9_12(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TG3Pythia6*)(G__getstructoffset()))->Pyr((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_0_13(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->Pyrget((int)G__int(libp->para[0]),(int)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_1_13(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->Pyrset((int)G__int(libp->para[0]),(int)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_2_13(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->Pystat((int)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_3_13(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->Pytest((int)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_4_13(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->Pyupda((int)G__int(libp->para[0]),(int)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_5_13(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->SetupTest(); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_6_13(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->Pdfset((const char*)G__int(libp->para[0]),(Double_t)G__double(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_7_13(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->Structm( (Double_t)G__double(libp->para[0]),(Double_t)G__double(libp->para[1]) ,*(Double_t*)G__Doubleref(&libp->para[2]),*(Double_t*)G__Doubleref(&libp->para[3]) ,*(Double_t*)G__Doubleref(&libp->para[4]),*(Double_t*)G__Doubleref(&libp->para[5]) ,*(Double_t*)G__Doubleref(&libp->para[6]),*(Double_t*)G__Doubleref(&libp->para[7]) ,*(Double_t*)G__Doubleref(&libp->para[8]),*(Double_t*)G__Doubleref(&libp->para[9]) ,*(Double_t*)G__Doubleref(&libp->para[10])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_8_13(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->Structp( (Double_t)G__double(libp->para[0]),(Double_t)G__double(libp->para[1]) ,(Double_t)G__double(libp->para[2]),(Double_t)G__double(libp->para[3]) ,*(Double_t*)G__Doubleref(&libp->para[4]),*(Double_t*)G__Doubleref(&libp->para[5]) ,*(Double_t*)G__Doubleref(&libp->para[6]),*(Double_t*)G__Doubleref(&libp->para[7]) ,*(Double_t*)G__Doubleref(&libp->para[8]),*(Double_t*)G__Doubleref(&libp->para[9]) ,*(Double_t*)G__Doubleref(&libp->para[10]),*(Double_t*)G__Doubleref(&libp->para[11]) ,*(Double_t*)G__Doubleref(&libp->para[12])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_9_13(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->Mrst2003c( (Double_t)G__double(libp->para[0]),(Double_t)G__double(libp->para[1]) ,(Int_t)G__int(libp->para[2]),*(Double_t*)G__Doubleref(&libp->para[3]) ,*(Double_t*)G__Doubleref(&libp->para[4]),*(Double_t*)G__Doubleref(&libp->para[5]) ,*(Double_t*)G__Doubleref(&libp->para[6]),*(Double_t*)G__Doubleref(&libp->para[7]) ,*(Double_t*)G__Doubleref(&libp->para[8]),*(Double_t*)G__Doubleref(&libp->para[9]) ,*(Double_t*)G__Doubleref(&libp->para[10])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_0_14(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)TG3Pythia6::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_1_14(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TG3Pythia6::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_2_14(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)TG3Pythia6::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_3_14(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); TG3Pythia6::Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_4_14(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TG3Pythia6*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_5_14(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_6_14(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_7_14(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TG3Pythia6*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_8_14(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TG3Pythia6::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_9_14(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TG3Pythia6::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_0_15(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TG3Pythia6::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TG3Pythia6_dict_218_1_15(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TG3Pythia6::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__TG3Pythia6_dict_218_2_15(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TG3Pythia6 *p; void *xtmp = (void*)G__int(libp->para[0]); p=new TG3Pythia6(*(TG3Pythia6*)xtmp); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TG3Pythia6); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TG3Pythia6 G__TTG3Pythia6; static int G__TG3Pythia6_dict_218_3_15(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[] (TG3Pythia6 *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) delete (TG3Pythia6 *)((G__getstructoffset())+sizeof(TG3Pythia6)*i); else delete (TG3Pythia6 *)(G__getstructoffset()); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__TG3Pythia6_dict_218_4_15(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TG3Pythia6 *dest = (TG3Pythia6*)(G__getstructoffset()); *dest = (*(TG3Pythia6*)libp->para[0].ref); const TG3Pythia6& obj = *dest; result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* TG3Pythia6 */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncTG3Pythia6_dict { public: G__Sizep2memfuncTG3Pythia6_dict() {p=&G__Sizep2memfuncTG3Pythia6_dict::sizep2memfunc;} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncTG3Pythia6_dict::*p)(); }; size_t G__get_sizep2memfuncTG3Pythia6_dict() { G__Sizep2memfuncTG3Pythia6_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_inheritanceTG3Pythia6_dict() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TG3Pythia6))) { TG3Pythia6 *G__Lderived; G__Lderived=(TG3Pythia6*)0x1000; { TG3Generator *G__Lpbase=(TG3Generator*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TG3Pythia6),G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TG3Generator),(long)G__Lpbase-(long)G__Lderived,1,1); } { TGenerator *G__Lpbase=(TGenerator*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TG3Pythia6),G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TGenerator),(long)G__Lpbase-(long)G__Lderived,1,0); } { TNamed *G__Lpbase=(TNamed*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TG3Pythia6),G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0); } { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TG3Pythia6),G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableTG3Pythia6_dict() { /* 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("Option_t",99,-1,256, -1); G__setnewtype(-1,"Option string (const char)",0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__TG3Pythia6_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__TG3Pythia6_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TG3Pythia6_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__TG3Pythia6_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TG3Pythia6_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__TG3Pythia6_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__TG3Pythia6_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TG3Pythia6_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__TG3Pythia6_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TG3Pythia6_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__TG3Pythia6_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__TG3Pythia6_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__TG3Pythia6_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TG3Pythia6_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__TG3Pythia6_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TG3Pythia6_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 */ /* TG3Pythia6 */ static void G__setup_memvarTG3Pythia6(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TG3Pythia6)); { TG3Pythia6 *p; p=(TG3Pythia6*)0x1000; if (p) { } G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TG3Pythia6),-1,-2,2,"fgInstance=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyjets_t),-1,-1,2,"fPyjets=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pydat1_t),-1,-1,2,"fPydat1=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pydat2_t),-1,-1,2,"fPydat2=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pydat3_t),-1,-1,2,"fPydat3=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pydat4_t),-1,-1,2,"fPydat4=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pydatr_t),-1,-1,2,"fPydatr=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pysubs_t),-1,-1,2,"fPysubs=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pypars_t),-1,-1,2,"fPypars=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyint1_t),-1,-1,2,"fPyint1=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyint2_t),-1,-1,2,"fPyint2=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyint3_t),-1,-1,2,"fPyint3=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyint4_t),-1,-1,2,"fPyint4=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyint5_t),-1,-1,2,"fPyint5=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyint6_t),-1,-1,2,"fPyint6=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyint7_t),-1,-1,2,"fPyint7=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyint8_t),-1,-1,2,"fPyint8=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyint9_t),-1,-1,2,"fPyint9=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pymssm_t),-1,-1,2,"fPymssm=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyssmt_t),-1,-1,2,"fPyssmt=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyints_t),-1,-1,2,"fPyints=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pybins_t),-1,-1,2,"fPybins=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarTG3Pythia6_dict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncTG3Pythia6(void) { /* TG3Pythia6 */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TG3Pythia6)); G__memfunc_setup("TG3Pythia6",883,G__TG3Pythia6_dict_218_1_0,105,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TG3Pythia6),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Instance",821,G__TG3Pythia6_dict_218_2_0,85,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TG3Pythia6),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TG3Pythia6* (*)())(&TG3Pythia6::Instance),0); G__memfunc_setup("GetPyjets",927,G__TG3Pythia6_dict_218_3_0,85,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyjets_t),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetN",366,G__TG3Pythia6_dict_218_4_0,105,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetNPAD",579,G__TG3Pythia6_dict_218_5_0,105,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetK",363,G__TG3Pythia6_dict_218_6_0,105,-1,-1,0,2,1,1,0, "i - - 0 - ip i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetP",368,G__TG3Pythia6_dict_218_7_0,100,-1,-1,0,2,1,1,0, "i - - 0 - ip i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetV",374,G__TG3Pythia6_dict_218_8_0,100,-1,-1,0,2,1,1,0, "i - - 0 - ip i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetN",378,G__TG3Pythia6_dict_218_9_0,121,-1,-1,0,1,1,1,0,"i - - 0 - n",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetNPAD",591,G__TG3Pythia6_dict_218_0_1,121,-1,-1,0,1,1,1,0,"i - - 0 - n",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetK",375,G__TG3Pythia6_dict_218_1_1,121,-1,-1,0,3,1,1,0, "i - - 0 - ip i - - 0 - i " "i - - 0 - k",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetP",380,G__TG3Pythia6_dict_218_2_1,121,-1,-1,0,3,1,1,0, "i - - 0 - ip i - - 0 - i " "d - - 0 - p",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetV",386,G__TG3Pythia6_dict_218_3_1,121,-1,-1,0,3,1,1,0, "i - - 0 - ip i - - 0 - i " "d - - 0 - v",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPydat1",851,G__TG3Pythia6_dict_218_4_1,85,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pydat1_t),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetMSTU",617,G__TG3Pythia6_dict_218_5_1,105,-1,-1,0,1,1,1,0,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPARU",600,G__TG3Pythia6_dict_218_6_1,100,-1,-1,0,1,1,1,0,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetMSTJ",606,G__TG3Pythia6_dict_218_7_1,105,-1,-1,0,1,1,1,0,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPARJ",589,G__TG3Pythia6_dict_218_8_1,100,-1,-1,0,1,1,1,0,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMSTU",629,G__TG3Pythia6_dict_218_9_1,121,-1,-1,0,2,1,1,0, "i - - 0 - i i - - 0 - m",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetPARU",612,G__TG3Pythia6_dict_218_0_2,121,-1,-1,0,2,1,1,0, "i - - 0 - i d - - 0 - p",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMSTJ",618,G__TG3Pythia6_dict_218_1_2,121,-1,-1,0,2,1,1,0, "i - - 0 - i i - - 0 - m",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetPARJ",601,G__TG3Pythia6_dict_218_2_2,121,-1,-1,0,2,1,1,0, "i - - 0 - i d - - 0 - p",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPydat2",852,G__TG3Pythia6_dict_218_3_2,85,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pydat2_t),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetKCHG",573,G__TG3Pythia6_dict_218_4_2,105,-1,-1,0,2,1,1,0, "i - - 0 - ip i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPMAS",593,G__TG3Pythia6_dict_218_5_2,100,-1,-1,0,2,1,1,0, "i - - 0 - ip i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPARF",585,G__TG3Pythia6_dict_218_6_2,100,-1,-1,0,1,1,1,0,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetVCKM",593,G__TG3Pythia6_dict_218_7_2,100,-1,-1,0,2,1,1,0, "i - - 0 - i i - - 0 - j",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetKCHG",585,G__TG3Pythia6_dict_218_8_2,121,-1,-1,0,3,1,1,0, "i - - 0 - ip i - - 0 - i " "i - - 0 - k",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetPMAS",605,G__TG3Pythia6_dict_218_9_2,121,-1,-1,0,3,1,1,0, "i - - 0 - ip i - - 0 - i " "d - - 0 - m",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetPARF",597,G__TG3Pythia6_dict_218_0_3,121,-1,-1,0,2,1,1,0, "i - - 0 - i d - - 0 - p",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetVCKM",605,G__TG3Pythia6_dict_218_1_3,121,-1,-1,0,3,1,1,0, "i - - 0 - i i - - 0 - j " "d - - 0 - v",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPydat3",853,G__TG3Pythia6_dict_218_2_3,85,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pydat3_t),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetMDCY",589,G__TG3Pythia6_dict_218_3_3,105,-1,-1,0,2,1,1,0, "i - - 0 - i i - - 0 - j",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetMDME",579,G__TG3Pythia6_dict_218_4_3,105,-1,-1,0,2,1,1,0, "i - - 0 - i i - - 0 - j",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetBRAT",585,G__TG3Pythia6_dict_218_5_3,100,-1,-1,0,1,1,1,0,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetKFDP",581,G__TG3Pythia6_dict_218_6_3,105,-1,-1,0,2,1,1,0, "i - - 0 - i i - - 0 - j",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMDCY",601,G__TG3Pythia6_dict_218_7_3,121,-1,-1,0,3,1,1,0, "i - - 0 - i i - - 0 - j " "i - - 0 - m",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMDME",591,G__TG3Pythia6_dict_218_8_3,121,-1,-1,0,3,1,1,0, "i - - 0 - i i - - 0 - j " "i - - 0 - m",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetBRAT",597,G__TG3Pythia6_dict_218_9_3,121,-1,-1,0,2,1,1,0, "i - - 0 - i d - - 0 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetKFDP",593,G__TG3Pythia6_dict_218_0_4,121,-1,-1,0,3,1,1,0, "i - - 0 - i i - - 0 - j " "i - - 0 - k",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPydat4",854,G__TG3Pythia6_dict_218_1_4,85,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pydat4_t),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPydatr",916,G__TG3Pythia6_dict_218_2_4,85,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pydatr_t),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetMRPY",616,G__TG3Pythia6_dict_218_3_4,105,-1,-1,0,1,1,1,0,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetRRPY",621,G__TG3Pythia6_dict_218_4_4,100,-1,-1,0,1,1,1,0,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMRPY",628,G__TG3Pythia6_dict_218_5_4,121,-1,-1,0,2,1,1,0, "i - - 0 - i i - - 0 - m",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetRRPY",633,G__TG3Pythia6_dict_218_6_4,121,-1,-1,0,2,1,1,0, "i - - 0 - i d - - 0 - r",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPysubs",934,G__TG3Pythia6_dict_218_7_4,85,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pysubs_t),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetMSEL",593,G__TG3Pythia6_dict_218_8_4,105,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetMSELPD",741,G__TG3Pythia6_dict_218_9_4,105,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetMSUB",599,G__TG3Pythia6_dict_218_0_5,105,-1,-1,0,1,1,1,0,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetCKIN",581,G__TG3Pythia6_dict_218_1_5,100,-1,-1,0,1,1,1,0,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetKFIN",584,G__TG3Pythia6_dict_218_2_5,105,-1,G__defined_typename("Int_t"),0,2,1,1,0, "i - - 0 - i i - - 0 - j",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMSEL",605,G__TG3Pythia6_dict_218_3_5,121,-1,-1,0,1,1,1,0,"i - - 0 - m",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMSELPD",753,G__TG3Pythia6_dict_218_4_5,121,-1,-1,0,1,1,1,0,"i - - 0 - m",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMSUB",611,G__TG3Pythia6_dict_218_5_5,121,-1,-1,0,2,1,1,0, "i - - 0 - i i - - 0 - m",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetCKIN",593,G__TG3Pythia6_dict_218_6_5,121,-1,-1,0,2,1,1,0, "i - - 0 - i d - - 0 - c",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetKFIN",596,G__TG3Pythia6_dict_218_7_5,121,-1,-1,0,3,1,1,0, "i - - 0 - i i - - 0 - j " "i - 'Int_t' 0 1 kfin",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPypars",927,G__TG3Pythia6_dict_218_8_5,85,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pypars_t),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetMSTP",612,G__TG3Pythia6_dict_218_9_5,105,-1,-1,0,1,1,1,0,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPARP",595,G__TG3Pythia6_dict_218_0_6,100,-1,-1,0,1,1,1,0,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetMSTI",605,G__TG3Pythia6_dict_218_1_6,105,-1,-1,0,1,1,1,0,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPARI",588,G__TG3Pythia6_dict_218_2_6,100,-1,-1,0,1,1,1,0,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMSTP",624,G__TG3Pythia6_dict_218_3_6,121,-1,-1,0,2,1,1,0, "i - - 0 - i i - - 0 - m",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetPARP",607,G__TG3Pythia6_dict_218_4_6,121,-1,-1,0,2,1,1,0, "i - - 0 - i d - - 0 - p",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMSTI",617,G__TG3Pythia6_dict_218_5_6,121,-1,-1,0,2,1,1,0, "i - - 0 - i i - - 0 - m",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetPARI",600,G__TG3Pythia6_dict_218_6_6,121,-1,-1,0,2,1,1,0, "i - - 0 - i d - - 0 - p",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPyint1",869,G__TG3Pythia6_dict_218_7_6,85,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyint1_t),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetMINT",600,G__TG3Pythia6_dict_218_8_6,105,-1,-1,0,1,1,1,0,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetVINT",609,G__TG3Pythia6_dict_218_9_6,100,-1,-1,0,1,1,1,0,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMINT",612,G__TG3Pythia6_dict_218_0_7,121,-1,-1,0,2,1,1,0, "i - - 0 - i i - - 0 - m",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetVINT",621,G__TG3Pythia6_dict_218_1_7,121,-1,-1,0,2,1,1,0, "i - - 0 - i d - - 0 - v",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPyint2",870,G__TG3Pythia6_dict_218_2_7,85,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyint2_t),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPyint3",871,G__TG3Pythia6_dict_218_3_7,85,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyint3_t),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPyint4",872,G__TG3Pythia6_dict_218_4_7,85,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyint4_t),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetMWID",593,G__TG3Pythia6_dict_218_5_7,105,-1,-1,0,1,1,1,0,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetWIDS",599,G__TG3Pythia6_dict_218_6_7,100,-1,-1,0,2,1,1,0, "i - - 0 - i i - - 0 - j",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMWID",605,G__TG3Pythia6_dict_218_7_7,121,-1,-1,0,2,1,1,0, "i - - 0 - i i - - 0 - m",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetWIDS",611,G__TG3Pythia6_dict_218_8_7,121,-1,-1,0,3,1,1,0, "i - - 0 - i i - - 0 - j " "d - - 0 - w",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPyint5",873,G__TG3Pythia6_dict_218_9_7,85,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyint5_t),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetNGENPD",732,G__TG3Pythia6_dict_218_0_8,105,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetNGEN",584,G__TG3Pythia6_dict_218_1_8,100,-1,G__defined_typename("Double_t"),0,2,1,1,0, "i - - 0 - iproc i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetXSEC",595,G__TG3Pythia6_dict_218_2_8,100,-1,G__defined_typename("Double_t"),0,2,1,1,0, "i - - 0 - iproc i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetNGENPD",744,G__TG3Pythia6_dict_218_3_8,121,-1,-1,0,1,1,1,0,"i - - 0 - n",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPyint6",874,G__TG3Pythia6_dict_218_4_8,85,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyint6_t),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPROC",596,G__TG3Pythia6_dict_218_5_8,67,-1,-1,0,1,1,1,0,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPyint7",875,G__TG3Pythia6_dict_218_6_8,85,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyint7_t),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPyint8",876,G__TG3Pythia6_dict_218_7_8,85,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyint8_t),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPyint9",877,G__TG3Pythia6_dict_218_8_8,85,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyint9_t),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPymssm",937,G__TG3Pythia6_dict_218_9_8,85,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pymssm_t),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetIMSS",604,G__TG3Pythia6_dict_218_0_9,105,-1,-1,0,1,1,1,0,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetRMSS",613,G__TG3Pythia6_dict_218_1_9,100,-1,-1,0,1,1,1,0,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetIMSS",616,G__TG3Pythia6_dict_218_2_9,121,-1,-1,0,2,1,1,0, "i - - 0 - i i - - 0 - m",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetRMSS",625,G__TG3Pythia6_dict_218_3_9,121,-1,-1,0,2,1,1,0, "i - - 0 - i d - - 0 - r",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPyssmt",944,G__TG3Pythia6_dict_218_4_9,85,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyssmt_t),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetZMIX",616,G__TG3Pythia6_dict_218_5_9,100,-1,-1,0,2,1,1,0, "i - - 0 - i i - - 0 - j",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetUMIX",611,G__TG3Pythia6_dict_218_6_9,100,-1,-1,0,2,1,1,0, "i - - 0 - i i - - 0 - j",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetVMIX",612,G__TG3Pythia6_dict_218_7_9,100,-1,-1,0,2,1,1,0, "i - - 0 - i i - - 0 - j",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetSMZ",538,G__TG3Pythia6_dict_218_8_9,100,-1,-1,0,1,1,1,0,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetSMW",535,G__TG3Pythia6_dict_218_9_9,100,-1,-1,0,1,1,1,0,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetZMIX",628,G__TG3Pythia6_dict_218_0_10,121,-1,-1,0,3,1,1,0, "i - - 0 - i i - - 0 - j " "d - - 0 - z",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetUMIX",623,G__TG3Pythia6_dict_218_1_10,121,-1,-1,0,3,1,1,0, "i - - 0 - i i - - 0 - j " "d - - 0 - u",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetSMZ",550,G__TG3Pythia6_dict_218_2_10,121,-1,-1,0,2,1,1,0, "i - - 0 - i d - - 0 - s",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetSMW",547,G__TG3Pythia6_dict_218_3_10,121,-1,-1,0,2,1,1,0, "i - - 0 - i d - - 0 - s",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPyints",935,G__TG3Pythia6_dict_218_4_10,85,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyints_t),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPybins",917,G__TG3Pythia6_dict_218_5_10,85,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pybins_t),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GenerateEvent",1325,G__TG3Pythia6_dict_218_6_10,105,-1,G__defined_typename("Int_t"),0,1,1,1,0,"U 'TPrimaryInteraction' - 0 - Interaction",(char*)NULL,(void*)NULL,1); G__memfunc_setup("PrintStat",937,G__TG3Pythia6_dict_218_7_10,105,-1,G__defined_typename("Int_t"),0,1,1,1,0,"i - 'Int_t' 0 - Flag",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Initialize",1042,G__TG3Pythia6_dict_218_8_10,105,-1,G__defined_typename("Int_t"),0,4,1,1,0, "C - - 10 - frame C - - 10 - beam " "C - - 10 - target f - - 10 - win",(char*)NULL,(void*)NULL,1); G__memfunc_setup("CrossSection",1247,G__TG3Pythia6_dict_218_9_10,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ImportParticles",1570,G__TG3Pythia6_dict_218_0_11,105,-1,G__defined_typename("Int_t"),0,2,1,1,0, "U 'TClonesArray' - 0 - particles C - 'Option_t' 10 \"\" option",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ImportParticles",1570,G__TG3Pythia6_dict_218_1_11,85,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TObjArray),-1,0,1,1,1,0,"C - 'Option_t' 10 \"\" option",(char*)NULL,(void*)NULL,1); G__memfunc_setup("PrintParticle",1345,G__TG3Pythia6_dict_218_2_11,105,-1,G__defined_typename("Int_t"),0,1,1,1,0,"i - 'Int_t' 0 - KF",(char*)NULL,(void*)NULL,0); G__memfunc_setup("PrintParticleNames",1845,G__TG3Pythia6_dict_218_3_11,105,-1,G__defined_typename("Int_t"),0,1,1,1,0,"C - - 10 - Pattern",(char*)NULL,(void*)NULL,0); G__memfunc_setup("PrintDecayChannels",1823,G__TG3Pythia6_dict_218_4_11,105,-1,G__defined_typename("Int_t"),0,1,1,1,0,"C - - 10 - Name",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NDecayChannels",1376,G__TG3Pythia6_dict_218_5_11,105,-1,G__defined_typename("Int_t"),0,1,1,1,0,"C - - 10 - Name",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetDecayChannel",1483,G__TG3Pythia6_dict_218_6_11,105,-1,G__defined_typename("Int_t"),0,3,1,1,0, "C - - 10 - Name i - 'Int_t' 0 - Channel " "i - 'Int_t' 0 - Flag",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DecayChannel",1183,G__TG3Pythia6_dict_218_7_11,105,-1,G__defined_typename("Int_t"),0,2,1,1,0, "C - - 10 - Name i - 'Int_t' 0 - Channel",(char*)NULL,(void*)NULL,0); G__memfunc_setup("OpenFortranFile",1518,G__TG3Pythia6_dict_218_8_11,121,-1,-1,0,2,1,1,0, "i - - 0 - Lun C - - 0 - Name",(char*)NULL,(void*)NULL,0); G__memfunc_setup("CloseFortranFile",1618,G__TG3Pythia6_dict_218_9_11,121,-1,-1,0,1,1,1,0,"i - - 0 - Lun",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Pycomp",632,G__TG3Pythia6_dict_218_0_12,105,-1,-1,0,1,1,1,0,"i - - 0 - kf",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Pyedit",623,G__TG3Pythia6_dict_218_1_12,121,-1,-1,0,1,1,1,0,"i - - 0 - medit",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Pyevnt",646,G__TG3Pythia6_dict_218_2_12,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Pyexec",622,G__TG3Pythia6_dict_218_3_12,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Pyhepc",617,G__TG3Pythia6_dict_218_4_12,121,-1,-1,0,1,1,1,0,"i - - 0 - mconv",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Pyinit",637,G__TG3Pythia6_dict_218_5_12,121,-1,-1,0,4,1,1,0, "C - - 0 - frame C - - 0 - beam " "C - - 0 - target d - - 0 - wint",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Pylist",645,G__TG3Pythia6_dict_218_6_12,121,-1,-1,0,1,1,1,0,"i - - 0 - flag",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Pylogo",634,G__TG3Pythia6_dict_218_7_12,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Pyname",618,G__TG3Pythia6_dict_218_8_12,121,-1,-1,0,2,1,1,0, "i - - 0 - kf C - - 0 - name",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Pyr",315,G__TG3Pythia6_dict_218_9_12,100,-1,-1,0,1,1,1,0,"i - - 0 - idummy",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Pyrget",635,G__TG3Pythia6_dict_218_0_13,121,-1,-1,0,2,1,1,0, "i - - 0 - lun i - - 0 - move",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Pyrset",647,G__TG3Pythia6_dict_218_1_13,121,-1,-1,0,2,1,1,0, "i - - 0 - lun i - - 0 - move",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Pystat",645,G__TG3Pythia6_dict_218_2_13,121,-1,-1,0,1,1,1,0,"i - - 0 - flag",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Pytest",649,G__TG3Pythia6_dict_218_3_13,121,-1,-1,0,1,1,1,0,"i - - 0 - flag",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Pyupda",627,G__TG3Pythia6_dict_218_4_13,121,-1,-1,0,2,1,1,0, "i - - 0 - mupda i - - 0 - lun",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetupTest",945,G__TG3Pythia6_dict_218_5_13,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Pdfset",614,G__TG3Pythia6_dict_218_6_13,121,-1,-1,0,2,1,1,0, "C - - 10 - Parm d - 'Double_t' 0 - Value",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Structm",754,G__TG3Pythia6_dict_218_7_13,121,-1,-1,0,11,1,1,0, "d - 'Double_t' 0 - X d - 'Double_t' 0 - Q2 " "d - 'Double_t' 1 - UVal d - 'Double_t' 1 - DVal " "d - 'Double_t' 1 - USea d - 'Double_t' 1 - DSea " "d - 'Double_t' 1 - Str d - 'Double_t' 1 - Chm " "d - 'Double_t' 1 - Bot d - 'Double_t' 1 - Top " "d - 'Double_t' 1 - Glu",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Structp",757,G__TG3Pythia6_dict_218_8_13,121,-1,-1,0,13,1,1,0, "d - 'Double_t' 0 - X d - 'Double_t' 0 - Q2 " "d - 'Double_t' 0 - P2 d - 'Double_t' 0 - IP2 " "d - 'Double_t' 1 - UVal d - 'Double_t' 1 - DVal " "d - 'Double_t' 1 - USea d - 'Double_t' 1 - DSea " "d - 'Double_t' 1 - Str d - 'Double_t' 1 - Chm " "d - 'Double_t' 1 - Bot d - 'Double_t' 1 - Top " "d - 'Double_t' 1 - Glu",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Mrst2003c",718,G__TG3Pythia6_dict_218_9_13,121,-1,-1,0,11,1,1,0, "d - 'Double_t' 0 - X d - 'Double_t' 0 - Q " "i - 'Int_t' 0 - Mode d - 'Double_t' 1 - UVal " "d - 'Double_t' 1 - DVal d - 'Double_t' 1 - USea " "d - 'Double_t' 1 - DSea d - 'Double_t' 1 - Str " "d - 'Double_t' 1 - Chm d - 'Double_t' 1 - Bot " "d - 'Double_t' 1 - Glu",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class",502,G__TG3Pythia6_dict_218_0_14,85,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&TG3Pythia6::Class),0); G__memfunc_setup("Class_Name",982,G__TG3Pythia6_dict_218_1_14,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TG3Pythia6::Class_Name),0); G__memfunc_setup("Class_Version",1339,G__TG3Pythia6_dict_218_2_14,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&TG3Pythia6::Class_Version),0); G__memfunc_setup("Dictionary",1046,G__TG3Pythia6_dict_218_3_14,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&TG3Pythia6::Dictionary),0); G__memfunc_setup("IsA",253,G__TG3Pythia6_dict_218_4_14,85,G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__TG3Pythia6_dict_218_5_14,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__TG3Pythia6_dict_218_6_14,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1); G__memfunc_setup("StreamerNVirtual",1656,G__TG3Pythia6_dict_218_7_14,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileName",1145,G__TG3Pythia6_dict_218_8_14,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TG3Pythia6::DeclFileName),0); G__memfunc_setup("ImplFileLine",1178,G__TG3Pythia6_dict_218_9_14,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TG3Pythia6::ImplFileLine),0); G__memfunc_setup("ImplFileName",1171,G__TG3Pythia6_dict_218_0_15,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TG3Pythia6::ImplFileName),0); G__memfunc_setup("DeclFileLine",1152,G__TG3Pythia6_dict_218_1_15,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TG3Pythia6::DeclFileLine),0); // automatic copy constructor G__memfunc_setup("TG3Pythia6",883,G__TG3Pythia6_dict_218_2_15,(int)('i'),G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TG3Pythia6),-1,0,1,1,1,0,"u 'TG3Pythia6' - 11 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~TG3Pythia6",1009,G__TG3Pythia6_dict_218_3_15,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); // automatic assignment operator G__memfunc_setup("operator=",937,G__TG3Pythia6_dict_218_4_15,(int)('u'),G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TG3Pythia6),-1,1,1,1,1,0,"u 'TG3Pythia6' - 11 - -",(char*)NULL,(void*)NULL,0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncTG3Pythia6_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_globalTG3Pythia6_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() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcTG3Pythia6_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(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__TG3Pythia6_dictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_TNamed = { "TNamed" , 99 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_TObjArray = { "TObjArray" , 99 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_vectorlETStringcOallocatorlETStringgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_Pyjets_t = { "Pyjets_t" , 115 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_Pydat1_t = { "Pydat1_t" , 115 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_Pydat2_t = { "Pydat2_t" , 115 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_Pydat3_t = { "Pydat3_t" , 115 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_Pydat4_t = { "Pydat4_t" , 115 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_Pydatr_t = { "Pydatr_t" , 115 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_Pysubs_t = { "Pysubs_t" , 115 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_Pypars_t = { "Pypars_t" , 115 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_Pyint1_t = { "Pyint1_t" , 115 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_Pyint2_t = { "Pyint2_t" , 115 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_Pyint3_t = { "Pyint3_t" , 115 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_Pyint4_t = { "Pyint4_t" , 115 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_Pyint5_t = { "Pyint5_t" , 115 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_Pyint6_t = { "Pyint6_t" , 115 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_Pyint7_t = { "Pyint7_t" , 115 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_Pyint8_t = { "Pyint8_t" , 115 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_Pyint9_t = { "Pyint9_t" , 115 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_Pymssm_t = { "Pymssm_t" , 115 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_Pyssmt_t = { "Pyssmt_t" , 115 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_Pyints_t = { "Pyints_t" , 115 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_Pybins_t = { "Pybins_t" , 115 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_TClonesArray = { "TClonesArray" , 99 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_TGenerator = { "TGenerator" , 99 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_TPrimaryInteraction = { "TPrimaryInteraction" , 99 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_TG3Generator = { "TG3Generator" , 99 , -1 }; G__linked_taginfo G__TG3Pythia6_dictLN_TG3Pythia6 = { "TG3Pythia6" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableTG3Pythia6_dict() { G__TG3Pythia6_dictLN_TClass.tagnum = -1 ; G__TG3Pythia6_dictLN_TBuffer.tagnum = -1 ; G__TG3Pythia6_dictLN_TMemberInspector.tagnum = -1 ; G__TG3Pythia6_dictLN_TObject.tagnum = -1 ; G__TG3Pythia6_dictLN_TNamed.tagnum = -1 ; G__TG3Pythia6_dictLN_TObjArray.tagnum = -1 ; G__TG3Pythia6_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR.tagnum = -1 ; G__TG3Pythia6_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TG3Pythia6_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR.tagnum = -1 ; G__TG3Pythia6_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TG3Pythia6_dictLN_vectorlETStringcOallocatorlETStringgRsPgR.tagnum = -1 ; G__TG3Pythia6_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TG3Pythia6_dictLN_Pyjets_t.tagnum = -1 ; G__TG3Pythia6_dictLN_Pydat1_t.tagnum = -1 ; G__TG3Pythia6_dictLN_Pydat2_t.tagnum = -1 ; G__TG3Pythia6_dictLN_Pydat3_t.tagnum = -1 ; G__TG3Pythia6_dictLN_Pydat4_t.tagnum = -1 ; G__TG3Pythia6_dictLN_Pydatr_t.tagnum = -1 ; G__TG3Pythia6_dictLN_Pysubs_t.tagnum = -1 ; G__TG3Pythia6_dictLN_Pypars_t.tagnum = -1 ; G__TG3Pythia6_dictLN_Pyint1_t.tagnum = -1 ; G__TG3Pythia6_dictLN_Pyint2_t.tagnum = -1 ; G__TG3Pythia6_dictLN_Pyint3_t.tagnum = -1 ; G__TG3Pythia6_dictLN_Pyint4_t.tagnum = -1 ; G__TG3Pythia6_dictLN_Pyint5_t.tagnum = -1 ; G__TG3Pythia6_dictLN_Pyint6_t.tagnum = -1 ; G__TG3Pythia6_dictLN_Pyint7_t.tagnum = -1 ; G__TG3Pythia6_dictLN_Pyint8_t.tagnum = -1 ; G__TG3Pythia6_dictLN_Pyint9_t.tagnum = -1 ; G__TG3Pythia6_dictLN_Pymssm_t.tagnum = -1 ; G__TG3Pythia6_dictLN_Pyssmt_t.tagnum = -1 ; G__TG3Pythia6_dictLN_Pyints_t.tagnum = -1 ; G__TG3Pythia6_dictLN_Pybins_t.tagnum = -1 ; G__TG3Pythia6_dictLN_TClonesArray.tagnum = -1 ; G__TG3Pythia6_dictLN_TGenerator.tagnum = -1 ; G__TG3Pythia6_dictLN_TPrimaryInteraction.tagnum = -1 ; G__TG3Pythia6_dictLN_TG3Generator.tagnum = -1 ; G__TG3Pythia6_dictLN_TG3Pythia6.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableTG3Pythia6_dict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TClass); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TBuffer); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TMemberInspector); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TObject); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TNamed); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TObjArray); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_vectorlETStringcOallocatorlETStringgRsPgR); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyjets_t); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pydat1_t); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pydat2_t); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pydat3_t); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pydat4_t); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pydatr_t); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pysubs_t); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pypars_t); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyint1_t); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyint2_t); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyint3_t); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyint4_t); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyint5_t); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyint6_t); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyint7_t); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyint8_t); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyint9_t); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pymssm_t); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyssmt_t); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pyints_t); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_Pybins_t); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TClonesArray); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TGenerator); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TPrimaryInteraction); G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TG3Generator); G__tagtable_setup(G__get_linked_tagnum(&G__TG3Pythia6_dictLN_TG3Pythia6),sizeof(TG3Pythia6),-1,62720,"Interface to Pythia 6.2 Event Generator",G__setup_memvarTG3Pythia6,G__setup_memfuncTG3Pythia6); } extern "C" void G__cpp_setupTG3Pythia6_dict(void) { G__check_setup_version(30051515,"G__cpp_setupTG3Pythia6_dict()"); G__set_cpp_environmentTG3Pythia6_dict(); G__cpp_setup_tagtableTG3Pythia6_dict(); G__cpp_setup_inheritanceTG3Pythia6_dict(); G__cpp_setup_typetableTG3Pythia6_dict(); G__cpp_setup_memvarTG3Pythia6_dict(); G__cpp_setup_memfuncTG3Pythia6_dict(); G__cpp_setup_globalTG3Pythia6_dict(); G__cpp_setup_funcTG3Pythia6_dict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncTG3Pythia6_dict(); return; } class G__cpp_setup_initTG3Pythia6_dict { public: G__cpp_setup_initTG3Pythia6_dict() { G__add_setup_func("TG3Pythia6_dict",(G__incsetup)(&G__cpp_setupTG3Pythia6_dict)); G__call_setup_funcs(); } ~G__cpp_setup_initTG3Pythia6_dict() { G__remove_setup_func("TG3Pythia6_dict"); } }; G__cpp_setup_initTG3Pythia6_dict G__cpp_setup_initializerTG3Pythia6_dict;