G__Physics.cxx

Go to the documentation of this file.
00001 //
00002 // File generated by core/utils/src/rootcint_tmp at Wed Apr 20 13:42:52 2011
00003 
00004 // Do NOT change. Changes will be lost next time file is generated
00005 //
00006 
00007 #define R__DICTIONARY_FILENAME mathdIphysicsdIsrcdIG__Physics
00008 #include "RConfig.h" //rootcint 4834
00009 #if !defined(R__ACCESS_IN_SYMBOL)
00010 //Break the privacy of classes -- Disabled for the moment
00011 #define private public
00012 #define protected public
00013 #endif
00014 
00015 // Since CINT ignores the std namespace, we need to do so in this file.
00016 namespace std {} using namespace std;
00017 #include "G__Physics.h"
00018 
00019 #include "TClass.h"
00020 #include "TBuffer.h"
00021 #include "TMemberInspector.h"
00022 #include "TError.h"
00023 
00024 #ifndef G__ROOT
00025 #define G__ROOT
00026 #endif
00027 
00028 #include "RtypesImp.h"
00029 #include "TIsAProxy.h"
00030 
00031 // START OF SHADOWS
00032 
00033 namespace ROOT {
00034    namespace Shadow {
00035    } // of namespace Shadow
00036 } // of namespace ROOT
00037 // END OF SHADOWS
00038 
00039 namespace ROOT {
00040    void TFeldmanCousins_ShowMembers(void *obj, TMemberInspector &R__insp);
00041    static void *new_TFeldmanCousins(void *p = 0);
00042    static void *newArray_TFeldmanCousins(Long_t size, void *p);
00043    static void delete_TFeldmanCousins(void *p);
00044    static void deleteArray_TFeldmanCousins(void *p);
00045    static void destruct_TFeldmanCousins(void *p);
00046 
00047    // Function generating the singleton type initializer
00048    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TFeldmanCousins*)
00049    {
00050       ::TFeldmanCousins *ptr = 0;
00051       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TFeldmanCousins >(0);
00052       static ::ROOT::TGenericClassInfo 
00053          instance("TFeldmanCousins", ::TFeldmanCousins::Class_Version(), "include/TFeldmanCousins.h", 47,
00054                   typeid(::TFeldmanCousins), DefineBehavior(ptr, ptr),
00055                   &::TFeldmanCousins::Dictionary, isa_proxy, 4,
00056                   sizeof(::TFeldmanCousins) );
00057       instance.SetNew(&new_TFeldmanCousins);
00058       instance.SetNewArray(&newArray_TFeldmanCousins);
00059       instance.SetDelete(&delete_TFeldmanCousins);
00060       instance.SetDeleteArray(&deleteArray_TFeldmanCousins);
00061       instance.SetDestructor(&destruct_TFeldmanCousins);
00062       return &instance;
00063    }
00064    TGenericClassInfo *GenerateInitInstance(const ::TFeldmanCousins*)
00065    {
00066       return GenerateInitInstanceLocal((::TFeldmanCousins*)0);
00067    }
00068    // Static variable to force the class initialization
00069    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TFeldmanCousins*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00070 } // end of namespace ROOT
00071 
00072 namespace ROOT {
00073    void TVector2_ShowMembers(void *obj, TMemberInspector &R__insp);
00074    static void *new_TVector2(void *p = 0);
00075    static void *newArray_TVector2(Long_t size, void *p);
00076    static void delete_TVector2(void *p);
00077    static void deleteArray_TVector2(void *p);
00078    static void destruct_TVector2(void *p);
00079    static void streamer_TVector2(TBuffer &buf, void *obj);
00080 
00081    // Function generating the singleton type initializer
00082    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TVector2*)
00083    {
00084       ::TVector2 *ptr = 0;
00085       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TVector2 >(0);
00086       static ::ROOT::TGenericClassInfo 
00087          instance("TVector2", ::TVector2::Class_Version(), "include/TVector2.h", 18,
00088                   typeid(::TVector2), DefineBehavior(ptr, ptr),
00089                   &::TVector2::Dictionary, isa_proxy, 1,
00090                   sizeof(::TVector2) );
00091       instance.SetNew(&new_TVector2);
00092       instance.SetNewArray(&newArray_TVector2);
00093       instance.SetDelete(&delete_TVector2);
00094       instance.SetDeleteArray(&deleteArray_TVector2);
00095       instance.SetDestructor(&destruct_TVector2);
00096       instance.SetStreamerFunc(&streamer_TVector2);
00097       return &instance;
00098    }
00099    TGenericClassInfo *GenerateInitInstance(const ::TVector2*)
00100    {
00101       return GenerateInitInstanceLocal((::TVector2*)0);
00102    }
00103    // Static variable to force the class initialization
00104    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TVector2*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00105 } // end of namespace ROOT
00106 
00107 namespace ROOT {
00108    void TRotation_ShowMembers(void *obj, TMemberInspector &R__insp);
00109    static void *new_TRotation(void *p = 0);
00110    static void *newArray_TRotation(Long_t size, void *p);
00111    static void delete_TRotation(void *p);
00112    static void deleteArray_TRotation(void *p);
00113    static void destruct_TRotation(void *p);
00114 
00115    // Function generating the singleton type initializer
00116    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TRotation*)
00117    {
00118       ::TRotation *ptr = 0;
00119       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TRotation >(0);
00120       static ::ROOT::TGenericClassInfo 
00121          instance("TRotation", ::TRotation::Class_Version(), "include/TRotation.h", 22,
00122                   typeid(::TRotation), DefineBehavior(ptr, ptr),
00123                   &::TRotation::Dictionary, isa_proxy, 4,
00124                   sizeof(::TRotation) );
00125       instance.SetNew(&new_TRotation);
00126       instance.SetNewArray(&newArray_TRotation);
00127       instance.SetDelete(&delete_TRotation);
00128       instance.SetDeleteArray(&deleteArray_TRotation);
00129       instance.SetDestructor(&destruct_TRotation);
00130       return &instance;
00131    }
00132    TGenericClassInfo *GenerateInitInstance(const ::TRotation*)
00133    {
00134       return GenerateInitInstanceLocal((::TRotation*)0);
00135    }
00136    // Static variable to force the class initialization
00137    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TRotation*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00138 } // end of namespace ROOT
00139 
00140 namespace ROOT {
00141    void TVector3_ShowMembers(void *obj, TMemberInspector &R__insp);
00142    static void *new_TVector3(void *p = 0);
00143    static void *newArray_TVector3(Long_t size, void *p);
00144    static void delete_TVector3(void *p);
00145    static void deleteArray_TVector3(void *p);
00146    static void destruct_TVector3(void *p);
00147    static void streamer_TVector3(TBuffer &buf, void *obj);
00148 
00149    // Function generating the singleton type initializer
00150    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TVector3*)
00151    {
00152       ::TVector3 *ptr = 0;
00153       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TVector3 >(0);
00154       static ::ROOT::TGenericClassInfo 
00155          instance("TVector3", ::TVector3::Class_Version(), "include/TVector3.h", 27,
00156                   typeid(::TVector3), DefineBehavior(ptr, ptr),
00157                   &::TVector3::Dictionary, isa_proxy, 1,
00158                   sizeof(::TVector3) );
00159       instance.SetNew(&new_TVector3);
00160       instance.SetNewArray(&newArray_TVector3);
00161       instance.SetDelete(&delete_TVector3);
00162       instance.SetDeleteArray(&deleteArray_TVector3);
00163       instance.SetDestructor(&destruct_TVector3);
00164       instance.SetStreamerFunc(&streamer_TVector3);
00165       return &instance;
00166    }
00167    TGenericClassInfo *GenerateInitInstance(const ::TVector3*)
00168    {
00169       return GenerateInitInstanceLocal((::TVector3*)0);
00170    }
00171    // Static variable to force the class initialization
00172    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TVector3*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00173 } // end of namespace ROOT
00174 
00175 namespace ROOT {
00176    void TQuaternion_ShowMembers(void *obj, TMemberInspector &R__insp);
00177    static void *new_TQuaternion(void *p = 0);
00178    static void *newArray_TQuaternion(Long_t size, void *p);
00179    static void delete_TQuaternion(void *p);
00180    static void deleteArray_TQuaternion(void *p);
00181    static void destruct_TQuaternion(void *p);
00182 
00183    // Function generating the singleton type initializer
00184    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TQuaternion*)
00185    {
00186       ::TQuaternion *ptr = 0;
00187       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TQuaternion >(0);
00188       static ::ROOT::TGenericClassInfo 
00189          instance("TQuaternion", ::TQuaternion::Class_Version(), "include/TQuaternion.h", 15,
00190                   typeid(::TQuaternion), DefineBehavior(ptr, ptr),
00191                   &::TQuaternion::Dictionary, isa_proxy, 4,
00192                   sizeof(::TQuaternion) );
00193       instance.SetNew(&new_TQuaternion);
00194       instance.SetNewArray(&newArray_TQuaternion);
00195       instance.SetDelete(&delete_TQuaternion);
00196       instance.SetDeleteArray(&deleteArray_TQuaternion);
00197       instance.SetDestructor(&destruct_TQuaternion);
00198       return &instance;
00199    }
00200    TGenericClassInfo *GenerateInitInstance(const ::TQuaternion*)
00201    {
00202       return GenerateInitInstanceLocal((::TQuaternion*)0);
00203    }
00204    // Static variable to force the class initialization
00205    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TQuaternion*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00206 } // end of namespace ROOT
00207 
00208 namespace ROOT {
00209    void TLorentzRotation_ShowMembers(void *obj, TMemberInspector &R__insp);
00210    static void *new_TLorentzRotation(void *p = 0);
00211    static void *newArray_TLorentzRotation(Long_t size, void *p);
00212    static void delete_TLorentzRotation(void *p);
00213    static void deleteArray_TLorentzRotation(void *p);
00214    static void destruct_TLorentzRotation(void *p);
00215 
00216    // Function generating the singleton type initializer
00217    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TLorentzRotation*)
00218    {
00219       ::TLorentzRotation *ptr = 0;
00220       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TLorentzRotation >(0);
00221       static ::ROOT::TGenericClassInfo 
00222          instance("TLorentzRotation", ::TLorentzRotation::Class_Version(), "include/TLorentzRotation.h", 24,
00223                   typeid(::TLorentzRotation), DefineBehavior(ptr, ptr),
00224                   &::TLorentzRotation::Dictionary, isa_proxy, 4,
00225                   sizeof(::TLorentzRotation) );
00226       instance.SetNew(&new_TLorentzRotation);
00227       instance.SetNewArray(&newArray_TLorentzRotation);
00228       instance.SetDelete(&delete_TLorentzRotation);
00229       instance.SetDeleteArray(&deleteArray_TLorentzRotation);
00230       instance.SetDestructor(&destruct_TLorentzRotation);
00231       return &instance;
00232    }
00233    TGenericClassInfo *GenerateInitInstance(const ::TLorentzRotation*)
00234    {
00235       return GenerateInitInstanceLocal((::TLorentzRotation*)0);
00236    }
00237    // Static variable to force the class initialization
00238    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TLorentzRotation*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00239 } // end of namespace ROOT
00240 
00241 namespace ROOT {
00242    void TLorentzVector_ShowMembers(void *obj, TMemberInspector &R__insp);
00243    static void *new_TLorentzVector(void *p = 0);
00244    static void *newArray_TLorentzVector(Long_t size, void *p);
00245    static void delete_TLorentzVector(void *p);
00246    static void deleteArray_TLorentzVector(void *p);
00247    static void destruct_TLorentzVector(void *p);
00248    static void streamer_TLorentzVector(TBuffer &buf, void *obj);
00249 
00250    // Function generating the singleton type initializer
00251    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TLorentzVector*)
00252    {
00253       ::TLorentzVector *ptr = 0;
00254       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TLorentzVector >(0);
00255       static ::ROOT::TGenericClassInfo 
00256          instance("TLorentzVector", ::TLorentzVector::Class_Version(), "include/TLorentzVector.h", 38,
00257                   typeid(::TLorentzVector), DefineBehavior(ptr, ptr),
00258                   &::TLorentzVector::Dictionary, isa_proxy, 1,
00259                   sizeof(::TLorentzVector) );
00260       instance.SetNew(&new_TLorentzVector);
00261       instance.SetNewArray(&newArray_TLorentzVector);
00262       instance.SetDelete(&delete_TLorentzVector);
00263       instance.SetDeleteArray(&deleteArray_TLorentzVector);
00264       instance.SetDestructor(&destruct_TLorentzVector);
00265       instance.SetStreamerFunc(&streamer_TLorentzVector);
00266       return &instance;
00267    }
00268    TGenericClassInfo *GenerateInitInstance(const ::TLorentzVector*)
00269    {
00270       return GenerateInitInstanceLocal((::TLorentzVector*)0);
00271    }
00272    // Static variable to force the class initialization
00273    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TLorentzVector*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00274 } // end of namespace ROOT
00275 
00276 namespace ROOT {
00277    void TGenPhaseSpace_ShowMembers(void *obj, TMemberInspector &R__insp);
00278    static void *new_TGenPhaseSpace(void *p = 0);
00279    static void *newArray_TGenPhaseSpace(Long_t size, void *p);
00280    static void delete_TGenPhaseSpace(void *p);
00281    static void deleteArray_TGenPhaseSpace(void *p);
00282    static void destruct_TGenPhaseSpace(void *p);
00283 
00284    // Function generating the singleton type initializer
00285    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGenPhaseSpace*)
00286    {
00287       ::TGenPhaseSpace *ptr = 0;
00288       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGenPhaseSpace >(0);
00289       static ::ROOT::TGenericClassInfo 
00290          instance("TGenPhaseSpace", ::TGenPhaseSpace::Class_Version(), "include/TGenPhaseSpace.h", 15,
00291                   typeid(::TGenPhaseSpace), DefineBehavior(ptr, ptr),
00292                   &::TGenPhaseSpace::Dictionary, isa_proxy, 4,
00293                   sizeof(::TGenPhaseSpace) );
00294       instance.SetNew(&new_TGenPhaseSpace);
00295       instance.SetNewArray(&newArray_TGenPhaseSpace);
00296       instance.SetDelete(&delete_TGenPhaseSpace);
00297       instance.SetDeleteArray(&deleteArray_TGenPhaseSpace);
00298       instance.SetDestructor(&destruct_TGenPhaseSpace);
00299       return &instance;
00300    }
00301    TGenericClassInfo *GenerateInitInstance(const ::TGenPhaseSpace*)
00302    {
00303       return GenerateInitInstanceLocal((::TGenPhaseSpace*)0);
00304    }
00305    // Static variable to force the class initialization
00306    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGenPhaseSpace*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00307 } // end of namespace ROOT
00308 
00309 namespace ROOT {
00310    void TRobustEstimator_ShowMembers(void *obj, TMemberInspector &R__insp);
00311    static void *new_TRobustEstimator(void *p = 0);
00312    static void *newArray_TRobustEstimator(Long_t size, void *p);
00313    static void delete_TRobustEstimator(void *p);
00314    static void deleteArray_TRobustEstimator(void *p);
00315    static void destruct_TRobustEstimator(void *p);
00316 
00317    // Function generating the singleton type initializer
00318    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TRobustEstimator*)
00319    {
00320       ::TRobustEstimator *ptr = 0;
00321       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TRobustEstimator >(0);
00322       static ::ROOT::TGenericClassInfo 
00323          instance("TRobustEstimator", ::TRobustEstimator::Class_Version(), "include/TRobustEstimator.h", 23,
00324                   typeid(::TRobustEstimator), DefineBehavior(ptr, ptr),
00325                   &::TRobustEstimator::Dictionary, isa_proxy, 4,
00326                   sizeof(::TRobustEstimator) );
00327       instance.SetNew(&new_TRobustEstimator);
00328       instance.SetNewArray(&newArray_TRobustEstimator);
00329       instance.SetDelete(&delete_TRobustEstimator);
00330       instance.SetDeleteArray(&deleteArray_TRobustEstimator);
00331       instance.SetDestructor(&destruct_TRobustEstimator);
00332       return &instance;
00333    }
00334    TGenericClassInfo *GenerateInitInstance(const ::TRobustEstimator*)
00335    {
00336       return GenerateInitInstanceLocal((::TRobustEstimator*)0);
00337    }
00338    // Static variable to force the class initialization
00339    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TRobustEstimator*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00340 } // end of namespace ROOT
00341 
00342 namespace ROOT {
00343    void TRolke_ShowMembers(void *obj, TMemberInspector &R__insp);
00344    static void *new_TRolke(void *p = 0);
00345    static void *newArray_TRolke(Long_t size, void *p);
00346    static void delete_TRolke(void *p);
00347    static void deleteArray_TRolke(void *p);
00348    static void destruct_TRolke(void *p);
00349 
00350    // Function generating the singleton type initializer
00351    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TRolke*)
00352    {
00353       ::TRolke *ptr = 0;
00354       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TRolke >(0);
00355       static ::ROOT::TGenericClassInfo 
00356          instance("TRolke", ::TRolke::Class_Version(), "include/TRolke.h", 34,
00357                   typeid(::TRolke), DefineBehavior(ptr, ptr),
00358                   &::TRolke::Dictionary, isa_proxy, 4,
00359                   sizeof(::TRolke) );
00360       instance.SetNew(&new_TRolke);
00361       instance.SetNewArray(&newArray_TRolke);
00362       instance.SetDelete(&delete_TRolke);
00363       instance.SetDeleteArray(&deleteArray_TRolke);
00364       instance.SetDestructor(&destruct_TRolke);
00365       return &instance;
00366    }
00367    TGenericClassInfo *GenerateInitInstance(const ::TRolke*)
00368    {
00369       return GenerateInitInstanceLocal((::TRolke*)0);
00370    }
00371    // Static variable to force the class initialization
00372    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TRolke*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00373 } // end of namespace ROOT
00374 
00375 //______________________________________________________________________________
00376 TClass *TFeldmanCousins::fgIsA = 0;  // static to hold class pointer
00377 
00378 //______________________________________________________________________________
00379 const char *TFeldmanCousins::Class_Name()
00380 {
00381    return "TFeldmanCousins";
00382 }
00383 
00384 //______________________________________________________________________________
00385 const char *TFeldmanCousins::ImplFileName()
00386 {
00387    return ::ROOT::GenerateInitInstanceLocal((const ::TFeldmanCousins*)0x0)->GetImplFileName();
00388 }
00389 
00390 //______________________________________________________________________________
00391 int TFeldmanCousins::ImplFileLine()
00392 {
00393    return ::ROOT::GenerateInitInstanceLocal((const ::TFeldmanCousins*)0x0)->GetImplFileLine();
00394 }
00395 
00396 //______________________________________________________________________________
00397 void TFeldmanCousins::Dictionary()
00398 {
00399    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TFeldmanCousins*)0x0)->GetClass();
00400 }
00401 
00402 //______________________________________________________________________________
00403 TClass *TFeldmanCousins::Class()
00404 {
00405    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TFeldmanCousins*)0x0)->GetClass();
00406    return fgIsA;
00407 }
00408 
00409 //______________________________________________________________________________
00410 TClass *TVector2::fgIsA = 0;  // static to hold class pointer
00411 
00412 //______________________________________________________________________________
00413 const char *TVector2::Class_Name()
00414 {
00415    return "TVector2";
00416 }
00417 
00418 //______________________________________________________________________________
00419 const char *TVector2::ImplFileName()
00420 {
00421    return ::ROOT::GenerateInitInstanceLocal((const ::TVector2*)0x0)->GetImplFileName();
00422 }
00423 
00424 //______________________________________________________________________________
00425 int TVector2::ImplFileLine()
00426 {
00427    return ::ROOT::GenerateInitInstanceLocal((const ::TVector2*)0x0)->GetImplFileLine();
00428 }
00429 
00430 //______________________________________________________________________________
00431 void TVector2::Dictionary()
00432 {
00433    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVector2*)0x0)->GetClass();
00434 }
00435 
00436 //______________________________________________________________________________
00437 TClass *TVector2::Class()
00438 {
00439    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVector2*)0x0)->GetClass();
00440    return fgIsA;
00441 }
00442 
00443 //______________________________________________________________________________
00444 TClass *TRotation::fgIsA = 0;  // static to hold class pointer
00445 
00446 //______________________________________________________________________________
00447 const char *TRotation::Class_Name()
00448 {
00449    return "TRotation";
00450 }
00451 
00452 //______________________________________________________________________________
00453 const char *TRotation::ImplFileName()
00454 {
00455    return ::ROOT::GenerateInitInstanceLocal((const ::TRotation*)0x0)->GetImplFileName();
00456 }
00457 
00458 //______________________________________________________________________________
00459 int TRotation::ImplFileLine()
00460 {
00461    return ::ROOT::GenerateInitInstanceLocal((const ::TRotation*)0x0)->GetImplFileLine();
00462 }
00463 
00464 //______________________________________________________________________________
00465 void TRotation::Dictionary()
00466 {
00467    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TRotation*)0x0)->GetClass();
00468 }
00469 
00470 //______________________________________________________________________________
00471 TClass *TRotation::Class()
00472 {
00473    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TRotation*)0x0)->GetClass();
00474    return fgIsA;
00475 }
00476 
00477 //______________________________________________________________________________
00478 TClass *TVector3::fgIsA = 0;  // static to hold class pointer
00479 
00480 //______________________________________________________________________________
00481 const char *TVector3::Class_Name()
00482 {
00483    return "TVector3";
00484 }
00485 
00486 //______________________________________________________________________________
00487 const char *TVector3::ImplFileName()
00488 {
00489    return ::ROOT::GenerateInitInstanceLocal((const ::TVector3*)0x0)->GetImplFileName();
00490 }
00491 
00492 //______________________________________________________________________________
00493 int TVector3::ImplFileLine()
00494 {
00495    return ::ROOT::GenerateInitInstanceLocal((const ::TVector3*)0x0)->GetImplFileLine();
00496 }
00497 
00498 //______________________________________________________________________________
00499 void TVector3::Dictionary()
00500 {
00501    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVector3*)0x0)->GetClass();
00502 }
00503 
00504 //______________________________________________________________________________
00505 TClass *TVector3::Class()
00506 {
00507    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVector3*)0x0)->GetClass();
00508    return fgIsA;
00509 }
00510 
00511 //______________________________________________________________________________
00512 TClass *TQuaternion::fgIsA = 0;  // static to hold class pointer
00513 
00514 //______________________________________________________________________________
00515 const char *TQuaternion::Class_Name()
00516 {
00517    return "TQuaternion";
00518 }
00519 
00520 //______________________________________________________________________________
00521 const char *TQuaternion::ImplFileName()
00522 {
00523    return ::ROOT::GenerateInitInstanceLocal((const ::TQuaternion*)0x0)->GetImplFileName();
00524 }
00525 
00526 //______________________________________________________________________________
00527 int TQuaternion::ImplFileLine()
00528 {
00529    return ::ROOT::GenerateInitInstanceLocal((const ::TQuaternion*)0x0)->GetImplFileLine();
00530 }
00531 
00532 //______________________________________________________________________________
00533 void TQuaternion::Dictionary()
00534 {
00535    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TQuaternion*)0x0)->GetClass();
00536 }
00537 
00538 //______________________________________________________________________________
00539 TClass *TQuaternion::Class()
00540 {
00541    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TQuaternion*)0x0)->GetClass();
00542    return fgIsA;
00543 }
00544 
00545 //______________________________________________________________________________
00546 TClass *TLorentzRotation::fgIsA = 0;  // static to hold class pointer
00547 
00548 //______________________________________________________________________________
00549 const char *TLorentzRotation::Class_Name()
00550 {
00551    return "TLorentzRotation";
00552 }
00553 
00554 //______________________________________________________________________________
00555 const char *TLorentzRotation::ImplFileName()
00556 {
00557    return ::ROOT::GenerateInitInstanceLocal((const ::TLorentzRotation*)0x0)->GetImplFileName();
00558 }
00559 
00560 //______________________________________________________________________________
00561 int TLorentzRotation::ImplFileLine()
00562 {
00563    return ::ROOT::GenerateInitInstanceLocal((const ::TLorentzRotation*)0x0)->GetImplFileLine();
00564 }
00565 
00566 //______________________________________________________________________________
00567 void TLorentzRotation::Dictionary()
00568 {
00569    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLorentzRotation*)0x0)->GetClass();
00570 }
00571 
00572 //______________________________________________________________________________
00573 TClass *TLorentzRotation::Class()
00574 {
00575    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLorentzRotation*)0x0)->GetClass();
00576    return fgIsA;
00577 }
00578 
00579 //______________________________________________________________________________
00580 TClass *TLorentzVector::fgIsA = 0;  // static to hold class pointer
00581 
00582 //______________________________________________________________________________
00583 const char *TLorentzVector::Class_Name()
00584 {
00585    return "TLorentzVector";
00586 }
00587 
00588 //______________________________________________________________________________
00589 const char *TLorentzVector::ImplFileName()
00590 {
00591    return ::ROOT::GenerateInitInstanceLocal((const ::TLorentzVector*)0x0)->GetImplFileName();
00592 }
00593 
00594 //______________________________________________________________________________
00595 int TLorentzVector::ImplFileLine()
00596 {
00597    return ::ROOT::GenerateInitInstanceLocal((const ::TLorentzVector*)0x0)->GetImplFileLine();
00598 }
00599 
00600 //______________________________________________________________________________
00601 void TLorentzVector::Dictionary()
00602 {
00603    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLorentzVector*)0x0)->GetClass();
00604 }
00605 
00606 //______________________________________________________________________________
00607 TClass *TLorentzVector::Class()
00608 {
00609    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLorentzVector*)0x0)->GetClass();
00610    return fgIsA;
00611 }
00612 
00613 //______________________________________________________________________________
00614 TClass *TGenPhaseSpace::fgIsA = 0;  // static to hold class pointer
00615 
00616 //______________________________________________________________________________
00617 const char *TGenPhaseSpace::Class_Name()
00618 {
00619    return "TGenPhaseSpace";
00620 }
00621 
00622 //______________________________________________________________________________
00623 const char *TGenPhaseSpace::ImplFileName()
00624 {
00625    return ::ROOT::GenerateInitInstanceLocal((const ::TGenPhaseSpace*)0x0)->GetImplFileName();
00626 }
00627 
00628 //______________________________________________________________________________
00629 int TGenPhaseSpace::ImplFileLine()
00630 {
00631    return ::ROOT::GenerateInitInstanceLocal((const ::TGenPhaseSpace*)0x0)->GetImplFileLine();
00632 }
00633 
00634 //______________________________________________________________________________
00635 void TGenPhaseSpace::Dictionary()
00636 {
00637    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGenPhaseSpace*)0x0)->GetClass();
00638 }
00639 
00640 //______________________________________________________________________________
00641 TClass *TGenPhaseSpace::Class()
00642 {
00643    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGenPhaseSpace*)0x0)->GetClass();
00644    return fgIsA;
00645 }
00646 
00647 //______________________________________________________________________________
00648 TClass *TRobustEstimator::fgIsA = 0;  // static to hold class pointer
00649 
00650 //______________________________________________________________________________
00651 const char *TRobustEstimator::Class_Name()
00652 {
00653    return "TRobustEstimator";
00654 }
00655 
00656 //______________________________________________________________________________
00657 const char *TRobustEstimator::ImplFileName()
00658 {
00659    return ::ROOT::GenerateInitInstanceLocal((const ::TRobustEstimator*)0x0)->GetImplFileName();
00660 }
00661 
00662 //______________________________________________________________________________
00663 int TRobustEstimator::ImplFileLine()
00664 {
00665    return ::ROOT::GenerateInitInstanceLocal((const ::TRobustEstimator*)0x0)->GetImplFileLine();
00666 }
00667 
00668 //______________________________________________________________________________
00669 void TRobustEstimator::Dictionary()
00670 {
00671    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TRobustEstimator*)0x0)->GetClass();
00672 }
00673 
00674 //______________________________________________________________________________
00675 TClass *TRobustEstimator::Class()
00676 {
00677    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TRobustEstimator*)0x0)->GetClass();
00678    return fgIsA;
00679 }
00680 
00681 //______________________________________________________________________________
00682 TClass *TRolke::fgIsA = 0;  // static to hold class pointer
00683 
00684 //______________________________________________________________________________
00685 const char *TRolke::Class_Name()
00686 {
00687    return "TRolke";
00688 }
00689 
00690 //______________________________________________________________________________
00691 const char *TRolke::ImplFileName()
00692 {
00693    return ::ROOT::GenerateInitInstanceLocal((const ::TRolke*)0x0)->GetImplFileName();
00694 }
00695 
00696 //______________________________________________________________________________
00697 int TRolke::ImplFileLine()
00698 {
00699    return ::ROOT::GenerateInitInstanceLocal((const ::TRolke*)0x0)->GetImplFileLine();
00700 }
00701 
00702 //______________________________________________________________________________
00703 void TRolke::Dictionary()
00704 {
00705    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TRolke*)0x0)->GetClass();
00706 }
00707 
00708 //______________________________________________________________________________
00709 TClass *TRolke::Class()
00710 {
00711    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TRolke*)0x0)->GetClass();
00712    return fgIsA;
00713 }
00714 
00715 //______________________________________________________________________________
00716 void TLorentzVector::ShowMembers(TMemberInspector &R__insp)
00717 {
00718       // Inspect the data members of an object of class TLorentzVector.
00719       TClass *R__cl = ::TLorentzVector::IsA();
00720       if (R__cl || R__insp.IsA()) { }
00721       R__insp.Inspect(R__cl, R__insp.GetParent(), "fP", &fP);
00722       R__insp.InspectMember(fP, "fP.");
00723       R__insp.Inspect(R__cl, R__insp.GetParent(), "fE", &fE);
00724       TObject::ShowMembers(R__insp);
00725 }
00726 
00727 namespace ROOT {
00728    // Wrappers around operator new
00729    static void *new_TLorentzVector(void *p) {
00730       return  p ? new(p) ::TLorentzVector : new ::TLorentzVector;
00731    }
00732    static void *newArray_TLorentzVector(Long_t nElements, void *p) {
00733       return p ? new(p) ::TLorentzVector[nElements] : new ::TLorentzVector[nElements];
00734    }
00735    // Wrapper around operator delete
00736    static void delete_TLorentzVector(void *p) {
00737       delete ((::TLorentzVector*)p);
00738    }
00739    static void deleteArray_TLorentzVector(void *p) {
00740       delete [] ((::TLorentzVector*)p);
00741    }
00742    static void destruct_TLorentzVector(void *p) {
00743       typedef ::TLorentzVector current_t;
00744       ((current_t*)p)->~current_t();
00745    }
00746    // Wrapper around a custom streamer member function.
00747    static void streamer_TLorentzVector(TBuffer &buf, void *obj) {
00748       ((::TLorentzVector*)obj)->::TLorentzVector::Streamer(buf);
00749    }
00750 } // end of namespace ROOT for class ::TLorentzVector
00751 
00752 //______________________________________________________________________________
00753 void TLorentzRotation::Streamer(TBuffer &R__b)
00754 {
00755    // Stream an object of class TLorentzRotation.
00756 
00757    if (R__b.IsReading()) {
00758       R__b.ReadClassBuffer(TLorentzRotation::Class(),this);
00759    } else {
00760       R__b.WriteClassBuffer(TLorentzRotation::Class(),this);
00761    }
00762 }
00763 
00764 //______________________________________________________________________________
00765 void TLorentzRotation::ShowMembers(TMemberInspector &R__insp)
00766 {
00767       // Inspect the data members of an object of class TLorentzRotation.
00768       TClass *R__cl = ::TLorentzRotation::IsA();
00769       if (R__cl || R__insp.IsA()) { }
00770       R__insp.Inspect(R__cl, R__insp.GetParent(), "fxx", &fxx);
00771       R__insp.Inspect(R__cl, R__insp.GetParent(), "fxy", &fxy);
00772       R__insp.Inspect(R__cl, R__insp.GetParent(), "fxz", &fxz);
00773       R__insp.Inspect(R__cl, R__insp.GetParent(), "fxt", &fxt);
00774       R__insp.Inspect(R__cl, R__insp.GetParent(), "fyx", &fyx);
00775       R__insp.Inspect(R__cl, R__insp.GetParent(), "fyy", &fyy);
00776       R__insp.Inspect(R__cl, R__insp.GetParent(), "fyz", &fyz);
00777       R__insp.Inspect(R__cl, R__insp.GetParent(), "fyt", &fyt);
00778       R__insp.Inspect(R__cl, R__insp.GetParent(), "fzx", &fzx);
00779       R__insp.Inspect(R__cl, R__insp.GetParent(), "fzy", &fzy);
00780       R__insp.Inspect(R__cl, R__insp.GetParent(), "fzz", &fzz);
00781       R__insp.Inspect(R__cl, R__insp.GetParent(), "fzt", &fzt);
00782       R__insp.Inspect(R__cl, R__insp.GetParent(), "ftx", &ftx);
00783       R__insp.Inspect(R__cl, R__insp.GetParent(), "fty", &fty);
00784       R__insp.Inspect(R__cl, R__insp.GetParent(), "ftz", &ftz);
00785       R__insp.Inspect(R__cl, R__insp.GetParent(), "ftt", &ftt);
00786       TObject::ShowMembers(R__insp);
00787 }
00788 
00789 namespace ROOT {
00790    // Wrappers around operator new
00791    static void *new_TLorentzRotation(void *p) {
00792       return  p ? new(p) ::TLorentzRotation : new ::TLorentzRotation;
00793    }
00794    static void *newArray_TLorentzRotation(Long_t nElements, void *p) {
00795       return p ? new(p) ::TLorentzRotation[nElements] : new ::TLorentzRotation[nElements];
00796    }
00797    // Wrapper around operator delete
00798    static void delete_TLorentzRotation(void *p) {
00799       delete ((::TLorentzRotation*)p);
00800    }
00801    static void deleteArray_TLorentzRotation(void *p) {
00802       delete [] ((::TLorentzRotation*)p);
00803    }
00804    static void destruct_TLorentzRotation(void *p) {
00805       typedef ::TLorentzRotation current_t;
00806       ((current_t*)p)->~current_t();
00807    }
00808 } // end of namespace ROOT for class ::TLorentzRotation
00809 
00810 //______________________________________________________________________________
00811 void TVector3::ShowMembers(TMemberInspector &R__insp)
00812 {
00813       // Inspect the data members of an object of class TVector3.
00814       TClass *R__cl = ::TVector3::IsA();
00815       if (R__cl || R__insp.IsA()) { }
00816       R__insp.Inspect(R__cl, R__insp.GetParent(), "fX", &fX);
00817       R__insp.Inspect(R__cl, R__insp.GetParent(), "fY", &fY);
00818       R__insp.Inspect(R__cl, R__insp.GetParent(), "fZ", &fZ);
00819       TObject::ShowMembers(R__insp);
00820 }
00821 
00822 namespace ROOT {
00823    // Wrappers around operator new
00824    static void *new_TVector3(void *p) {
00825       return  p ? new(p) ::TVector3 : new ::TVector3;
00826    }
00827    static void *newArray_TVector3(Long_t nElements, void *p) {
00828       return p ? new(p) ::TVector3[nElements] : new ::TVector3[nElements];
00829    }
00830    // Wrapper around operator delete
00831    static void delete_TVector3(void *p) {
00832       delete ((::TVector3*)p);
00833    }
00834    static void deleteArray_TVector3(void *p) {
00835       delete [] ((::TVector3*)p);
00836    }
00837    static void destruct_TVector3(void *p) {
00838       typedef ::TVector3 current_t;
00839       ((current_t*)p)->~current_t();
00840    }
00841    // Wrapper around a custom streamer member function.
00842    static void streamer_TVector3(TBuffer &buf, void *obj) {
00843       ((::TVector3*)obj)->::TVector3::Streamer(buf);
00844    }
00845 } // end of namespace ROOT for class ::TVector3
00846 
00847 //______________________________________________________________________________
00848 void TVector2::ShowMembers(TMemberInspector &R__insp)
00849 {
00850       // Inspect the data members of an object of class TVector2.
00851       TClass *R__cl = ::TVector2::IsA();
00852       if (R__cl || R__insp.IsA()) { }
00853       R__insp.Inspect(R__cl, R__insp.GetParent(), "fX", &fX);
00854       R__insp.Inspect(R__cl, R__insp.GetParent(), "fY", &fY);
00855       TObject::ShowMembers(R__insp);
00856 }
00857 
00858 namespace ROOT {
00859    // Wrappers around operator new
00860    static void *new_TVector2(void *p) {
00861       return  p ? new(p) ::TVector2 : new ::TVector2;
00862    }
00863    static void *newArray_TVector2(Long_t nElements, void *p) {
00864       return p ? new(p) ::TVector2[nElements] : new ::TVector2[nElements];
00865    }
00866    // Wrapper around operator delete
00867    static void delete_TVector2(void *p) {
00868       delete ((::TVector2*)p);
00869    }
00870    static void deleteArray_TVector2(void *p) {
00871       delete [] ((::TVector2*)p);
00872    }
00873    static void destruct_TVector2(void *p) {
00874       typedef ::TVector2 current_t;
00875       ((current_t*)p)->~current_t();
00876    }
00877    // Wrapper around a custom streamer member function.
00878    static void streamer_TVector2(TBuffer &buf, void *obj) {
00879       ((::TVector2*)obj)->::TVector2::Streamer(buf);
00880    }
00881 } // end of namespace ROOT for class ::TVector2
00882 
00883 //______________________________________________________________________________
00884 void TRotation::Streamer(TBuffer &R__b)
00885 {
00886    // Stream an object of class TRotation.
00887 
00888    if (R__b.IsReading()) {
00889       R__b.ReadClassBuffer(TRotation::Class(),this);
00890    } else {
00891       R__b.WriteClassBuffer(TRotation::Class(),this);
00892    }
00893 }
00894 
00895 //______________________________________________________________________________
00896 void TRotation::ShowMembers(TMemberInspector &R__insp)
00897 {
00898       // Inspect the data members of an object of class TRotation.
00899       TClass *R__cl = ::TRotation::IsA();
00900       if (R__cl || R__insp.IsA()) { }
00901       R__insp.Inspect(R__cl, R__insp.GetParent(), "fxx", &fxx);
00902       R__insp.Inspect(R__cl, R__insp.GetParent(), "fxy", &fxy);
00903       R__insp.Inspect(R__cl, R__insp.GetParent(), "fxz", &fxz);
00904       R__insp.Inspect(R__cl, R__insp.GetParent(), "fyx", &fyx);
00905       R__insp.Inspect(R__cl, R__insp.GetParent(), "fyy", &fyy);
00906       R__insp.Inspect(R__cl, R__insp.GetParent(), "fyz", &fyz);
00907       R__insp.Inspect(R__cl, R__insp.GetParent(), "fzx", &fzx);
00908       R__insp.Inspect(R__cl, R__insp.GetParent(), "fzy", &fzy);
00909       R__insp.Inspect(R__cl, R__insp.GetParent(), "fzz", &fzz);
00910       TObject::ShowMembers(R__insp);
00911 }
00912 
00913 namespace ROOT {
00914    // Wrappers around operator new
00915    static void *new_TRotation(void *p) {
00916       return  p ? new(p) ::TRotation : new ::TRotation;
00917    }
00918    static void *newArray_TRotation(Long_t nElements, void *p) {
00919       return p ? new(p) ::TRotation[nElements] : new ::TRotation[nElements];
00920    }
00921    // Wrapper around operator delete
00922    static void delete_TRotation(void *p) {
00923       delete ((::TRotation*)p);
00924    }
00925    static void deleteArray_TRotation(void *p) {
00926       delete [] ((::TRotation*)p);
00927    }
00928    static void destruct_TRotation(void *p) {
00929       typedef ::TRotation current_t;
00930       ((current_t*)p)->~current_t();
00931    }
00932 } // end of namespace ROOT for class ::TRotation
00933 
00934 //______________________________________________________________________________
00935 void TGenPhaseSpace::Streamer(TBuffer &R__b)
00936 {
00937    // Stream an object of class TGenPhaseSpace.
00938 
00939    if (R__b.IsReading()) {
00940       R__b.ReadClassBuffer(TGenPhaseSpace::Class(),this);
00941    } else {
00942       R__b.WriteClassBuffer(TGenPhaseSpace::Class(),this);
00943    }
00944 }
00945 
00946 //______________________________________________________________________________
00947 void TGenPhaseSpace::ShowMembers(TMemberInspector &R__insp)
00948 {
00949       // Inspect the data members of an object of class TGenPhaseSpace.
00950       TClass *R__cl = ::TGenPhaseSpace::IsA();
00951       if (R__cl || R__insp.IsA()) { }
00952       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNt", &fNt);
00953       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMass[18]", fMass);
00954       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBeta[3]", fBeta);
00955       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTeCmTm", &fTeCmTm);
00956       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWtMax", &fWtMax);
00957       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDecPro[18]", fDecPro);
00958       TObject::ShowMembers(R__insp);
00959 }
00960 
00961 namespace ROOT {
00962    // Wrappers around operator new
00963    static void *new_TGenPhaseSpace(void *p) {
00964       return  p ? new(p) ::TGenPhaseSpace : new ::TGenPhaseSpace;
00965    }
00966    static void *newArray_TGenPhaseSpace(Long_t nElements, void *p) {
00967       return p ? new(p) ::TGenPhaseSpace[nElements] : new ::TGenPhaseSpace[nElements];
00968    }
00969    // Wrapper around operator delete
00970    static void delete_TGenPhaseSpace(void *p) {
00971       delete ((::TGenPhaseSpace*)p);
00972    }
00973    static void deleteArray_TGenPhaseSpace(void *p) {
00974       delete [] ((::TGenPhaseSpace*)p);
00975    }
00976    static void destruct_TGenPhaseSpace(void *p) {
00977       typedef ::TGenPhaseSpace current_t;
00978       ((current_t*)p)->~current_t();
00979    }
00980 } // end of namespace ROOT for class ::TGenPhaseSpace
00981 
00982 //______________________________________________________________________________
00983 void TFeldmanCousins::Streamer(TBuffer &R__b)
00984 {
00985    // Stream an object of class TFeldmanCousins.
00986 
00987    if (R__b.IsReading()) {
00988       R__b.ReadClassBuffer(TFeldmanCousins::Class(),this);
00989    } else {
00990       R__b.WriteClassBuffer(TFeldmanCousins::Class(),this);
00991    }
00992 }
00993 
00994 //______________________________________________________________________________
00995 void TFeldmanCousins::ShowMembers(TMemberInspector &R__insp)
00996 {
00997       // Inspect the data members of an object of class TFeldmanCousins.
00998       TClass *R__cl = ::TFeldmanCousins::IsA();
00999       if (R__cl || R__insp.IsA()) { }
01000       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCL", &fCL);
01001       R__insp.Inspect(R__cl, R__insp.GetParent(), "fUpperLimit", &fUpperLimit);
01002       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLowerLimit", &fLowerLimit);
01003       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNobserved", &fNobserved);
01004       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNbackground", &fNbackground);
01005       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMuMin", &fMuMin);
01006       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMuMax", &fMuMax);
01007       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMuStep", &fMuStep);
01008       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNMuStep", &fNMuStep);
01009       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNMax", &fNMax);
01010       R__insp.Inspect(R__cl, R__insp.GetParent(), "fQUICK", &fQUICK);
01011       TObject::ShowMembers(R__insp);
01012 }
01013 
01014 namespace ROOT {
01015    // Wrappers around operator new
01016    static void *new_TFeldmanCousins(void *p) {
01017       return  p ? new(p) ::TFeldmanCousins : new ::TFeldmanCousins;
01018    }
01019    static void *newArray_TFeldmanCousins(Long_t nElements, void *p) {
01020       return p ? new(p) ::TFeldmanCousins[nElements] : new ::TFeldmanCousins[nElements];
01021    }
01022    // Wrapper around operator delete
01023    static void delete_TFeldmanCousins(void *p) {
01024       delete ((::TFeldmanCousins*)p);
01025    }
01026    static void deleteArray_TFeldmanCousins(void *p) {
01027       delete [] ((::TFeldmanCousins*)p);
01028    }
01029    static void destruct_TFeldmanCousins(void *p) {
01030       typedef ::TFeldmanCousins current_t;
01031       ((current_t*)p)->~current_t();
01032    }
01033 } // end of namespace ROOT for class ::TFeldmanCousins
01034 
01035 //______________________________________________________________________________
01036 void TRobustEstimator::Streamer(TBuffer &R__b)
01037 {
01038    // Stream an object of class TRobustEstimator.
01039 
01040    if (R__b.IsReading()) {
01041       R__b.ReadClassBuffer(TRobustEstimator::Class(),this);
01042    } else {
01043       R__b.WriteClassBuffer(TRobustEstimator::Class(),this);
01044    }
01045 }
01046 
01047 //______________________________________________________________________________
01048 void TRobustEstimator::ShowMembers(TMemberInspector &R__insp)
01049 {
01050       // Inspect the data members of an object of class TRobustEstimator.
01051       TClass *R__cl = ::TRobustEstimator::IsA();
01052       if (R__cl || R__insp.IsA()) { }
01053       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNvar", &fNvar);
01054       R__insp.Inspect(R__cl, R__insp.GetParent(), "fH", &fH);
01055       R__insp.Inspect(R__cl, R__insp.GetParent(), "fN", &fN);
01056       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVarTemp", &fVarTemp);
01057       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVecTemp", &fVecTemp);
01058       R__insp.Inspect(R__cl, R__insp.GetParent(), "fExact", &fExact);
01059       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMean", &fMean);
01060       R__insp.InspectMember(fMean, "fMean.");
01061       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCovariance", &fCovariance);
01062       R__insp.InspectMember(fCovariance, "fCovariance.");
01063       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInvcovariance", &fInvcovariance);
01064       R__insp.InspectMember(fInvcovariance, "fInvcovariance.");
01065       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCorrelation", &fCorrelation);
01066       R__insp.InspectMember(fCorrelation, "fCorrelation.");
01067       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRd", &fRd);
01068       R__insp.InspectMember(fRd, "fRd.");
01069       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSd", &fSd);
01070       R__insp.InspectMember(fSd, "fSd.");
01071       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOut", &fOut);
01072       R__insp.InspectMember(fOut, "fOut.");
01073       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHyperplane", &fHyperplane);
01074       R__insp.InspectMember(fHyperplane, "fHyperplane.");
01075       R__insp.Inspect(R__cl, R__insp.GetParent(), "fData", &fData);
01076       R__insp.InspectMember(fData, "fData.");
01077       TObject::ShowMembers(R__insp);
01078 }
01079 
01080 namespace ROOT {
01081    // Wrappers around operator new
01082    static void *new_TRobustEstimator(void *p) {
01083       return  p ? new(p) ::TRobustEstimator : new ::TRobustEstimator;
01084    }
01085    static void *newArray_TRobustEstimator(Long_t nElements, void *p) {
01086       return p ? new(p) ::TRobustEstimator[nElements] : new ::TRobustEstimator[nElements];
01087    }
01088    // Wrapper around operator delete
01089    static void delete_TRobustEstimator(void *p) {
01090       delete ((::TRobustEstimator*)p);
01091    }
01092    static void deleteArray_TRobustEstimator(void *p) {
01093       delete [] ((::TRobustEstimator*)p);
01094    }
01095    static void destruct_TRobustEstimator(void *p) {
01096       typedef ::TRobustEstimator current_t;
01097       ((current_t*)p)->~current_t();
01098    }
01099 } // end of namespace ROOT for class ::TRobustEstimator
01100 
01101 //______________________________________________________________________________
01102 void TRolke::Streamer(TBuffer &R__b)
01103 {
01104    // Stream an object of class TRolke.
01105 
01106    if (R__b.IsReading()) {
01107       R__b.ReadClassBuffer(TRolke::Class(),this);
01108    } else {
01109       R__b.WriteClassBuffer(TRolke::Class(),this);
01110    }
01111 }
01112 
01113 //______________________________________________________________________________
01114 void TRolke::ShowMembers(TMemberInspector &R__insp)
01115 {
01116       // Inspect the data members of an object of class TRolke.
01117       TClass *R__cl = ::TRolke::IsA();
01118       if (R__cl || R__insp.IsA()) { }
01119       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCL", &fCL);
01120       R__insp.Inspect(R__cl, R__insp.GetParent(), "fUpperLimit", &fUpperLimit);
01121       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLowerLimit", &fLowerLimit);
01122       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBounding", &fBounding);
01123       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNumWarningsDeprecated1", &fNumWarningsDeprecated1);
01124       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNumWarningsDeprecated2", &fNumWarningsDeprecated2);
01125       R__insp.Inspect(R__cl, R__insp.GetParent(), "f_x", &f_x);
01126       R__insp.Inspect(R__cl, R__insp.GetParent(), "f_y", &f_y);
01127       R__insp.Inspect(R__cl, R__insp.GetParent(), "f_z", &f_z);
01128       R__insp.Inspect(R__cl, R__insp.GetParent(), "f_bm", &f_bm);
01129       R__insp.Inspect(R__cl, R__insp.GetParent(), "f_em", &f_em);
01130       R__insp.Inspect(R__cl, R__insp.GetParent(), "f_e", &f_e);
01131       R__insp.Inspect(R__cl, R__insp.GetParent(), "f_mid", &f_mid);
01132       R__insp.Inspect(R__cl, R__insp.GetParent(), "f_sde", &f_sde);
01133       R__insp.Inspect(R__cl, R__insp.GetParent(), "f_sdb", &f_sdb);
01134       R__insp.Inspect(R__cl, R__insp.GetParent(), "f_tau", &f_tau);
01135       R__insp.Inspect(R__cl, R__insp.GetParent(), "f_b", &f_b);
01136       R__insp.Inspect(R__cl, R__insp.GetParent(), "f_m", &f_m);
01137       TObject::ShowMembers(R__insp);
01138 }
01139 
01140 namespace ROOT {
01141    // Wrappers around operator new
01142    static void *new_TRolke(void *p) {
01143       return  p ? new(p) ::TRolke : new ::TRolke;
01144    }
01145    static void *newArray_TRolke(Long_t nElements, void *p) {
01146       return p ? new(p) ::TRolke[nElements] : new ::TRolke[nElements];
01147    }
01148    // Wrapper around operator delete
01149    static void delete_TRolke(void *p) {
01150       delete ((::TRolke*)p);
01151    }
01152    static void deleteArray_TRolke(void *p) {
01153       delete [] ((::TRolke*)p);
01154    }
01155    static void destruct_TRolke(void *p) {
01156       typedef ::TRolke current_t;
01157       ((current_t*)p)->~current_t();
01158    }
01159 } // end of namespace ROOT for class ::TRolke
01160 
01161 //______________________________________________________________________________
01162 void TQuaternion::Streamer(TBuffer &R__b)
01163 {
01164    // Stream an object of class TQuaternion.
01165 
01166    if (R__b.IsReading()) {
01167       R__b.ReadClassBuffer(TQuaternion::Class(),this);
01168    } else {
01169       R__b.WriteClassBuffer(TQuaternion::Class(),this);
01170    }
01171 }
01172 
01173 //______________________________________________________________________________
01174 void TQuaternion::ShowMembers(TMemberInspector &R__insp)
01175 {
01176       // Inspect the data members of an object of class TQuaternion.
01177       TClass *R__cl = ::TQuaternion::IsA();
01178       if (R__cl || R__insp.IsA()) { }
01179       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRealPart", &fRealPart);
01180       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVectorPart", &fVectorPart);
01181       R__insp.InspectMember(fVectorPart, "fVectorPart.");
01182       TObject::ShowMembers(R__insp);
01183 }
01184 
01185 namespace ROOT {
01186    // Wrappers around operator new
01187    static void *new_TQuaternion(void *p) {
01188       return  p ? new(p) ::TQuaternion : new ::TQuaternion;
01189    }
01190    static void *newArray_TQuaternion(Long_t nElements, void *p) {
01191       return p ? new(p) ::TQuaternion[nElements] : new ::TQuaternion[nElements];
01192    }
01193    // Wrapper around operator delete
01194    static void delete_TQuaternion(void *p) {
01195       delete ((::TQuaternion*)p);
01196    }
01197    static void deleteArray_TQuaternion(void *p) {
01198       delete [] ((::TQuaternion*)p);
01199    }
01200    static void destruct_TQuaternion(void *p) {
01201       typedef ::TQuaternion current_t;
01202       ((current_t*)p)->~current_t();
01203    }
01204 } // end of namespace ROOT for class ::TQuaternion
01205 
01206 /********************************************************
01207 * math/physics/src/G__Physics.cxx
01208 * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
01209 *          FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
01210 *          CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
01211 ********************************************************/
01212 
01213 #ifdef G__MEMTEST
01214 #undef malloc
01215 #undef free
01216 #endif
01217 
01218 #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3))
01219 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
01220 #endif
01221 
01222 extern "C" void G__cpp_reset_tagtableG__Physics();
01223 
01224 extern "C" void G__set_cpp_environmentG__Physics() {
01225   G__add_compiledheader("TObject.h");
01226   G__add_compiledheader("TMemberInspector.h");
01227   G__add_compiledheader("TFeldmanCousins.h");
01228   G__add_compiledheader("TGenPhaseSpace.h");
01229   G__add_compiledheader("TLorentzRotation.h");
01230   G__add_compiledheader("TLorentzVector.h");
01231   G__add_compiledheader("TQuaternion.h");
01232   G__add_compiledheader("TRobustEstimator.h");
01233   G__add_compiledheader("TRolke.h");
01234   G__add_compiledheader("TRotation.h");
01235   G__add_compiledheader("TVector2.h");
01236   G__add_compiledheader("TVector3.h");
01237   G__cpp_reset_tagtableG__Physics();
01238 }
01239 #include <new>
01240 extern "C" int G__cpp_dllrevG__Physics() { return(30051515); }
01241 
01242 /*********************************************************
01243 * Member function Interface Method
01244 *********************************************************/
01245 
01246 /* TFeldmanCousins */
01247 static int G__G__Physics_110_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01248 {
01249    TFeldmanCousins* p = NULL;
01250    char* gvp = (char*) G__getgvp();
01251    switch (libp->paran) {
01252    case 2:
01253      //m: 2
01254      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
01255        p = new TFeldmanCousins((Double_t) G__double(libp->para[0]), *((TString*) G__int(libp->para[1])));
01256      } else {
01257        p = new((void*) gvp) TFeldmanCousins((Double_t) G__double(libp->para[0]), *((TString*) G__int(libp->para[1])));
01258      }
01259      break;
01260    case 1:
01261      //m: 1
01262      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
01263        p = new TFeldmanCousins((Double_t) G__double(libp->para[0]));
01264      } else {
01265        p = new((void*) gvp) TFeldmanCousins((Double_t) G__double(libp->para[0]));
01266      }
01267      break;
01268    case 0:
01269      int n = G__getaryconstruct();
01270      if (n) {
01271        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
01272          p = new TFeldmanCousins[n];
01273        } else {
01274          p = new((void*) gvp) TFeldmanCousins[n];
01275        }
01276      } else {
01277        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
01278          p = new TFeldmanCousins;
01279        } else {
01280          p = new((void*) gvp) TFeldmanCousins;
01281        }
01282      }
01283      break;
01284    }
01285    result7->obj.i = (long) p;
01286    result7->ref = (long) p;
01287    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TFeldmanCousins));
01288    return(1 || funcname || hash || result7 || libp) ;
01289 }
01290 
01291 static int G__G__Physics_110_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01292 {
01293       G__letdouble(result7, 100, (double) ((TFeldmanCousins*) G__getstructoffset())->CalculateUpperLimit((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
01294    return(1 || funcname || hash || result7 || libp) ;
01295 }
01296 
01297 static int G__G__Physics_110_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01298 {
01299       G__letdouble(result7, 100, (double) ((TFeldmanCousins*) G__getstructoffset())->CalculateLowerLimit((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
01300    return(1 || funcname || hash || result7 || libp) ;
01301 }
01302 
01303 static int G__G__Physics_110_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01304 {
01305       G__letdouble(result7, 100, (double) ((const TFeldmanCousins*) G__getstructoffset())->GetUpperLimit());
01306    return(1 || funcname || hash || result7 || libp) ;
01307 }
01308 
01309 static int G__G__Physics_110_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01310 {
01311       G__letdouble(result7, 100, (double) ((const TFeldmanCousins*) G__getstructoffset())->GetLowerLimit());
01312    return(1 || funcname || hash || result7 || libp) ;
01313 }
01314 
01315 static int G__G__Physics_110_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01316 {
01317       G__letdouble(result7, 100, (double) ((const TFeldmanCousins*) G__getstructoffset())->GetNobserved());
01318    return(1 || funcname || hash || result7 || libp) ;
01319 }
01320 
01321 static int G__G__Physics_110_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01322 {
01323       G__letdouble(result7, 100, (double) ((const TFeldmanCousins*) G__getstructoffset())->GetNbackground());
01324    return(1 || funcname || hash || result7 || libp) ;
01325 }
01326 
01327 static int G__G__Physics_110_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01328 {
01329       G__letdouble(result7, 100, (double) ((const TFeldmanCousins*) G__getstructoffset())->GetCL());
01330    return(1 || funcname || hash || result7 || libp) ;
01331 }
01332 
01333 static int G__G__Physics_110_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01334 {
01335       G__letdouble(result7, 100, (double) ((const TFeldmanCousins*) G__getstructoffset())->GetMuMin());
01336    return(1 || funcname || hash || result7 || libp) ;
01337 }
01338 
01339 static int G__G__Physics_110_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01340 {
01341       G__letdouble(result7, 100, (double) ((const TFeldmanCousins*) G__getstructoffset())->GetMuMax());
01342    return(1 || funcname || hash || result7 || libp) ;
01343 }
01344 
01345 static int G__G__Physics_110_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01346 {
01347       G__letdouble(result7, 100, (double) ((const TFeldmanCousins*) G__getstructoffset())->GetMuStep());
01348    return(1 || funcname || hash || result7 || libp) ;
01349 }
01350 
01351 static int G__G__Physics_110_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01352 {
01353       G__letdouble(result7, 100, (double) ((const TFeldmanCousins*) G__getstructoffset())->GetNMax());
01354    return(1 || funcname || hash || result7 || libp) ;
01355 }
01356 
01357 static int G__G__Physics_110_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01358 {
01359       ((TFeldmanCousins*) G__getstructoffset())->SetNobserved((Double_t) G__double(libp->para[0]));
01360       G__setnull(result7);
01361    return(1 || funcname || hash || result7 || libp) ;
01362 }
01363 
01364 static int G__G__Physics_110_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01365 {
01366       ((TFeldmanCousins*) G__getstructoffset())->SetNbackground((Double_t) G__double(libp->para[0]));
01367       G__setnull(result7);
01368    return(1 || funcname || hash || result7 || libp) ;
01369 }
01370 
01371 static int G__G__Physics_110_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01372 {
01373       ((TFeldmanCousins*) G__getstructoffset())->SetCL((Double_t) G__double(libp->para[0]));
01374       G__setnull(result7);
01375    return(1 || funcname || hash || result7 || libp) ;
01376 }
01377 
01378 static int G__G__Physics_110_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01379 {
01380    switch (libp->paran) {
01381    case 1:
01382       ((TFeldmanCousins*) G__getstructoffset())->SetMuMin((Double_t) G__double(libp->para[0]));
01383       G__setnull(result7);
01384       break;
01385    case 0:
01386       ((TFeldmanCousins*) G__getstructoffset())->SetMuMin();
01387       G__setnull(result7);
01388       break;
01389    }
01390    return(1 || funcname || hash || result7 || libp) ;
01391 }
01392 
01393 static int G__G__Physics_110_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01394 {
01395    switch (libp->paran) {
01396    case 1:
01397       ((TFeldmanCousins*) G__getstructoffset())->SetMuMax((Double_t) G__double(libp->para[0]));
01398       G__setnull(result7);
01399       break;
01400    case 0:
01401       ((TFeldmanCousins*) G__getstructoffset())->SetMuMax();
01402       G__setnull(result7);
01403       break;
01404    }
01405    return(1 || funcname || hash || result7 || libp) ;
01406 }
01407 
01408 static int G__G__Physics_110_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01409 {
01410    switch (libp->paran) {
01411    case 1:
01412       ((TFeldmanCousins*) G__getstructoffset())->SetMuStep((Double_t) G__double(libp->para[0]));
01413       G__setnull(result7);
01414       break;
01415    case 0:
01416       ((TFeldmanCousins*) G__getstructoffset())->SetMuStep();
01417       G__setnull(result7);
01418       break;
01419    }
01420    return(1 || funcname || hash || result7 || libp) ;
01421 }
01422 
01423 static int G__G__Physics_110_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01424 {
01425       G__letint(result7, 85, (long) TFeldmanCousins::Class());
01426    return(1 || funcname || hash || result7 || libp) ;
01427 }
01428 
01429 static int G__G__Physics_110_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01430 {
01431       G__letint(result7, 67, (long) TFeldmanCousins::Class_Name());
01432    return(1 || funcname || hash || result7 || libp) ;
01433 }
01434 
01435 static int G__G__Physics_110_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01436 {
01437       G__letint(result7, 115, (long) TFeldmanCousins::Class_Version());
01438    return(1 || funcname || hash || result7 || libp) ;
01439 }
01440 
01441 static int G__G__Physics_110_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01442 {
01443       TFeldmanCousins::Dictionary();
01444       G__setnull(result7);
01445    return(1 || funcname || hash || result7 || libp) ;
01446 }
01447 
01448 static int G__G__Physics_110_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01449 {
01450       ((TFeldmanCousins*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
01451       G__setnull(result7);
01452    return(1 || funcname || hash || result7 || libp) ;
01453 }
01454 
01455 static int G__G__Physics_110_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01456 {
01457       G__letint(result7, 67, (long) TFeldmanCousins::DeclFileName());
01458    return(1 || funcname || hash || result7 || libp) ;
01459 }
01460 
01461 static int G__G__Physics_110_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01462 {
01463       G__letint(result7, 105, (long) TFeldmanCousins::ImplFileLine());
01464    return(1 || funcname || hash || result7 || libp) ;
01465 }
01466 
01467 static int G__G__Physics_110_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01468 {
01469       G__letint(result7, 67, (long) TFeldmanCousins::ImplFileName());
01470    return(1 || funcname || hash || result7 || libp) ;
01471 }
01472 
01473 static int G__G__Physics_110_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01474 {
01475       G__letint(result7, 105, (long) TFeldmanCousins::DeclFileLine());
01476    return(1 || funcname || hash || result7 || libp) ;
01477 }
01478 
01479 // automatic copy constructor
01480 static int G__G__Physics_110_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01481 
01482 {
01483    TFeldmanCousins* p;
01484    void* tmp = (void*) G__int(libp->para[0]);
01485    p = new TFeldmanCousins(*(TFeldmanCousins*) tmp);
01486    result7->obj.i = (long) p;
01487    result7->ref = (long) p;
01488    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TFeldmanCousins));
01489    return(1 || funcname || hash || result7 || libp) ;
01490 }
01491 
01492 // automatic destructor
01493 typedef TFeldmanCousins G__TTFeldmanCousins;
01494 static int G__G__Physics_110_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01495 {
01496    char* gvp = (char*) G__getgvp();
01497    long soff = G__getstructoffset();
01498    int n = G__getaryconstruct();
01499    //
01500    //has_a_delete: 1
01501    //has_own_delete1arg: 0
01502    //has_own_delete2arg: 0
01503    //
01504    if (!soff) {
01505      return(1);
01506    }
01507    if (n) {
01508      if (gvp == (char*)G__PVOID) {
01509        delete[] (TFeldmanCousins*) soff;
01510      } else {
01511        G__setgvp((long) G__PVOID);
01512        for (int i = n - 1; i >= 0; --i) {
01513          ((TFeldmanCousins*) (soff+(sizeof(TFeldmanCousins)*i)))->~G__TTFeldmanCousins();
01514        }
01515        G__setgvp((long)gvp);
01516      }
01517    } else {
01518      if (gvp == (char*)G__PVOID) {
01519        delete (TFeldmanCousins*) soff;
01520      } else {
01521        G__setgvp((long) G__PVOID);
01522        ((TFeldmanCousins*) (soff))->~G__TTFeldmanCousins();
01523        G__setgvp((long)gvp);
01524      }
01525    }
01526    G__setnull(result7);
01527    return(1 || funcname || hash || result7 || libp) ;
01528 }
01529 
01530 // automatic assignment operator
01531 static int G__G__Physics_110_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01532 {
01533    TFeldmanCousins* dest = (TFeldmanCousins*) G__getstructoffset();
01534    *dest = *(TFeldmanCousins*) libp->para[0].ref;
01535    const TFeldmanCousins& obj = *dest;
01536    result7->ref = (long) (&obj);
01537    result7->obj.i = (long) (&obj);
01538    return(1 || funcname || hash || result7 || libp) ;
01539 }
01540 
01541 
01542 /* TVector2 */
01543 static int G__G__Physics_111_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01544 {
01545    TVector2* p = NULL;
01546    char* gvp = (char*) G__getgvp();
01547    int n = G__getaryconstruct();
01548    if (n) {
01549      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
01550        p = new TVector2[n];
01551      } else {
01552        p = new((void*) gvp) TVector2[n];
01553      }
01554    } else {
01555      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
01556        p = new TVector2;
01557      } else {
01558        p = new((void*) gvp) TVector2;
01559      }
01560    }
01561    result7->obj.i = (long) p;
01562    result7->ref = (long) p;
01563    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TVector2));
01564    return(1 || funcname || hash || result7 || libp) ;
01565 }
01566 
01567 static int G__G__Physics_111_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01568 {
01569    TVector2* p = NULL;
01570    char* gvp = (char*) G__getgvp();
01571    //m: 1
01572    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
01573      p = new TVector2((Double_t*) G__int(libp->para[0]));
01574    } else {
01575      p = new((void*) gvp) TVector2((Double_t*) G__int(libp->para[0]));
01576    }
01577    result7->obj.i = (long) p;
01578    result7->ref = (long) p;
01579    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TVector2));
01580    return(1 || funcname || hash || result7 || libp) ;
01581 }
01582 
01583 static int G__G__Physics_111_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01584 {
01585    TVector2* p = NULL;
01586    char* gvp = (char*) G__getgvp();
01587    //m: 2
01588    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
01589      p = new TVector2((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
01590    } else {
01591      p = new((void*) gvp) TVector2((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
01592    }
01593    result7->obj.i = (long) p;
01594    result7->ref = (long) p;
01595    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TVector2));
01596    return(1 || funcname || hash || result7 || libp) ;
01597 }
01598 
01599 static int G__G__Physics_111_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01600 {
01601       {
01602          const TVector2& obj = ((TVector2*) G__getstructoffset())->operator=(*(TVector2*) libp->para[0].ref);
01603          result7->ref = (long) (&obj);
01604          result7->obj.i = (long) (&obj);
01605       }
01606    return(1 || funcname || hash || result7 || libp) ;
01607 }
01608 
01609 static int G__G__Physics_111_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01610 {
01611       {
01612          const TVector2& obj = ((TVector2*) G__getstructoffset())->operator+=(*(TVector2*) libp->para[0].ref);
01613          result7->ref = (long) (&obj);
01614          result7->obj.i = (long) (&obj);
01615       }
01616    return(1 || funcname || hash || result7 || libp) ;
01617 }
01618 
01619 static int G__G__Physics_111_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01620 {
01621       {
01622          const TVector2& obj = ((TVector2*) G__getstructoffset())->operator-=(*(TVector2*) libp->para[0].ref);
01623          result7->ref = (long) (&obj);
01624          result7->obj.i = (long) (&obj);
01625       }
01626    return(1 || funcname || hash || result7 || libp) ;
01627 }
01628 
01629 static int G__G__Physics_111_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01630 {
01631       G__letdouble(result7, 100, (double) ((TVector2*) G__getstructoffset())->operator*=(*(TVector2*) libp->para[0].ref));
01632    return(1 || funcname || hash || result7 || libp) ;
01633 }
01634 
01635 static int G__G__Physics_111_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01636 {
01637       {
01638          const TVector2& obj = ((TVector2*) G__getstructoffset())->operator*=((Double_t) G__double(libp->para[0]));
01639          result7->ref = (long) (&obj);
01640          result7->obj.i = (long) (&obj);
01641       }
01642    return(1 || funcname || hash || result7 || libp) ;
01643 }
01644 
01645 static int G__G__Physics_111_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01646 {
01647       {
01648          const TVector2& obj = ((TVector2*) G__getstructoffset())->operator/=((Double_t) G__double(libp->para[0]));
01649          result7->ref = (long) (&obj);
01650          result7->obj.i = (long) (&obj);
01651       }
01652    return(1 || funcname || hash || result7 || libp) ;
01653 }
01654 
01655 static int G__G__Physics_111_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01656 {
01657       ((TVector2*) G__getstructoffset())->Set(*(TVector2*) libp->para[0].ref);
01658       G__setnull(result7);
01659    return(1 || funcname || hash || result7 || libp) ;
01660 }
01661 
01662 static int G__G__Physics_111_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01663 {
01664       ((TVector2*) G__getstructoffset())->Set((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
01665       G__setnull(result7);
01666    return(1 || funcname || hash || result7 || libp) ;
01667 }
01668 
01669 static int G__G__Physics_111_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01670 {
01671       ((TVector2*) G__getstructoffset())->Set((float) G__double(libp->para[0]), (float) G__double(libp->para[1]));
01672       G__setnull(result7);
01673    return(1 || funcname || hash || result7 || libp) ;
01674 }
01675 
01676 static int G__G__Physics_111_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01677 {
01678       G__letdouble(result7, 100, (double) ((const TVector2*) G__getstructoffset())->Mod2());
01679    return(1 || funcname || hash || result7 || libp) ;
01680 }
01681 
01682 static int G__G__Physics_111_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01683 {
01684       G__letdouble(result7, 100, (double) ((const TVector2*) G__getstructoffset())->Mod());
01685    return(1 || funcname || hash || result7 || libp) ;
01686 }
01687 
01688 static int G__G__Physics_111_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01689 {
01690       G__letdouble(result7, 100, (double) ((const TVector2*) G__getstructoffset())->Px());
01691    return(1 || funcname || hash || result7 || libp) ;
01692 }
01693 
01694 static int G__G__Physics_111_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01695 {
01696       G__letdouble(result7, 100, (double) ((const TVector2*) G__getstructoffset())->Py());
01697    return(1 || funcname || hash || result7 || libp) ;
01698 }
01699 
01700 static int G__G__Physics_111_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01701 {
01702       G__letdouble(result7, 100, (double) ((const TVector2*) G__getstructoffset())->X());
01703    return(1 || funcname || hash || result7 || libp) ;
01704 }
01705 
01706 static int G__G__Physics_111_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01707 {
01708       G__letdouble(result7, 100, (double) ((const TVector2*) G__getstructoffset())->Y());
01709    return(1 || funcname || hash || result7 || libp) ;
01710 }
01711 
01712 static int G__G__Physics_111_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01713 {
01714       G__letdouble(result7, 100, (double) ((const TVector2*) G__getstructoffset())->Phi());
01715    return(1 || funcname || hash || result7 || libp) ;
01716 }
01717 
01718 static int G__G__Physics_111_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01719 {
01720       G__letdouble(result7, 100, (double) ((const TVector2*) G__getstructoffset())->DeltaPhi(*(TVector2*) libp->para[0].ref));
01721    return(1 || funcname || hash || result7 || libp) ;
01722 }
01723 
01724 static int G__G__Physics_111_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01725 {
01726       ((TVector2*) G__getstructoffset())->SetMagPhi((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
01727       G__setnull(result7);
01728    return(1 || funcname || hash || result7 || libp) ;
01729 }
01730 
01731 static int G__G__Physics_111_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01732 {
01733       {
01734          const TVector2* pobj;
01735          const TVector2 xobj = ((const TVector2*) G__getstructoffset())->Unit();
01736          pobj = new TVector2(xobj);
01737          result7->obj.i = (long) ((void*) pobj);
01738          result7->ref = result7->obj.i;
01739          G__store_tempobject(*result7);
01740       }
01741    return(1 || funcname || hash || result7 || libp) ;
01742 }
01743 
01744 static int G__G__Physics_111_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01745 {
01746       {
01747          const TVector2* pobj;
01748          const TVector2 xobj = ((const TVector2*) G__getstructoffset())->Ort();
01749          pobj = new TVector2(xobj);
01750          result7->obj.i = (long) ((void*) pobj);
01751          result7->ref = result7->obj.i;
01752          G__store_tempobject(*result7);
01753       }
01754    return(1 || funcname || hash || result7 || libp) ;
01755 }
01756 
01757 static int G__G__Physics_111_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01758 {
01759       {
01760          const TVector2* pobj;
01761          const TVector2 xobj = ((const TVector2*) G__getstructoffset())->Proj(*(TVector2*) libp->para[0].ref);
01762          pobj = new TVector2(xobj);
01763          result7->obj.i = (long) ((void*) pobj);
01764          result7->ref = result7->obj.i;
01765          G__store_tempobject(*result7);
01766       }
01767    return(1 || funcname || hash || result7 || libp) ;
01768 }
01769 
01770 static int G__G__Physics_111_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01771 {
01772       {
01773          const TVector2* pobj;
01774          const TVector2 xobj = ((const TVector2*) G__getstructoffset())->Norm(*(TVector2*) libp->para[0].ref);
01775          pobj = new TVector2(xobj);
01776          result7->obj.i = (long) ((void*) pobj);
01777          result7->ref = result7->obj.i;
01778          G__store_tempobject(*result7);
01779       }
01780    return(1 || funcname || hash || result7 || libp) ;
01781 }
01782 
01783 static int G__G__Physics_111_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01784 {
01785       {
01786          const TVector2* pobj;
01787          const TVector2 xobj = ((const TVector2*) G__getstructoffset())->Rotate((Double_t) G__double(libp->para[0]));
01788          pobj = new TVector2(xobj);
01789          result7->obj.i = (long) ((void*) pobj);
01790          result7->ref = result7->obj.i;
01791          G__store_tempobject(*result7);
01792       }
01793    return(1 || funcname || hash || result7 || libp) ;
01794 }
01795 
01796 static int G__G__Physics_111_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01797 {
01798       G__letdouble(result7, 100, (double) TVector2::Phi_0_2pi((Double_t) G__double(libp->para[0])));
01799    return(1 || funcname || hash || result7 || libp) ;
01800 }
01801 
01802 static int G__G__Physics_111_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01803 {
01804       G__letdouble(result7, 100, (double) TVector2::Phi_mpi_pi((Double_t) G__double(libp->para[0])));
01805    return(1 || funcname || hash || result7 || libp) ;
01806 }
01807 
01808 static int G__G__Physics_111_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01809 {
01810       G__letint(result7, 85, (long) TVector2::Class());
01811    return(1 || funcname || hash || result7 || libp) ;
01812 }
01813 
01814 static int G__G__Physics_111_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01815 {
01816       G__letint(result7, 67, (long) TVector2::Class_Name());
01817    return(1 || funcname || hash || result7 || libp) ;
01818 }
01819 
01820 static int G__G__Physics_111_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01821 {
01822       G__letint(result7, 115, (long) TVector2::Class_Version());
01823    return(1 || funcname || hash || result7 || libp) ;
01824 }
01825 
01826 static int G__G__Physics_111_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01827 {
01828       TVector2::Dictionary();
01829       G__setnull(result7);
01830    return(1 || funcname || hash || result7 || libp) ;
01831 }
01832 
01833 static int G__G__Physics_111_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01834 {
01835       ((TVector2*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
01836       G__setnull(result7);
01837    return(1 || funcname || hash || result7 || libp) ;
01838 }
01839 
01840 static int G__G__Physics_111_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01841 {
01842       G__letint(result7, 67, (long) TVector2::DeclFileName());
01843    return(1 || funcname || hash || result7 || libp) ;
01844 }
01845 
01846 static int G__G__Physics_111_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01847 {
01848       G__letint(result7, 105, (long) TVector2::ImplFileLine());
01849    return(1 || funcname || hash || result7 || libp) ;
01850 }
01851 
01852 static int G__G__Physics_111_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01853 {
01854       G__letint(result7, 67, (long) TVector2::ImplFileName());
01855    return(1 || funcname || hash || result7 || libp) ;
01856 }
01857 
01858 static int G__G__Physics_111_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01859 {
01860       G__letint(result7, 105, (long) TVector2::DeclFileLine());
01861    return(1 || funcname || hash || result7 || libp) ;
01862 }
01863 
01864 static int G__G__Physics_111_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01865 {
01866       G__letdouble(result7, 100, (double) ((TVector2*) G__getstructoffset())->operator*=(*(TVector2*) libp->para[0].ref));
01867    return(1 || funcname || hash || result7 || libp) ;
01868 }
01869 
01870 // automatic copy constructor
01871 static int G__G__Physics_111_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01872 
01873 {
01874    TVector2* p;
01875    void* tmp = (void*) G__int(libp->para[0]);
01876    p = new TVector2(*(TVector2*) tmp);
01877    result7->obj.i = (long) p;
01878    result7->ref = (long) p;
01879    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TVector2));
01880    return(1 || funcname || hash || result7 || libp) ;
01881 }
01882 
01883 // automatic destructor
01884 typedef TVector2 G__TTVector2;
01885 static int G__G__Physics_111_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01886 {
01887    char* gvp = (char*) G__getgvp();
01888    long soff = G__getstructoffset();
01889    int n = G__getaryconstruct();
01890    //
01891    //has_a_delete: 1
01892    //has_own_delete1arg: 0
01893    //has_own_delete2arg: 0
01894    //
01895    if (!soff) {
01896      return(1);
01897    }
01898    if (n) {
01899      if (gvp == (char*)G__PVOID) {
01900        delete[] (TVector2*) soff;
01901      } else {
01902        G__setgvp((long) G__PVOID);
01903        for (int i = n - 1; i >= 0; --i) {
01904          ((TVector2*) (soff+(sizeof(TVector2)*i)))->~G__TTVector2();
01905        }
01906        G__setgvp((long)gvp);
01907      }
01908    } else {
01909      if (gvp == (char*)G__PVOID) {
01910        delete (TVector2*) soff;
01911      } else {
01912        G__setgvp((long) G__PVOID);
01913        ((TVector2*) (soff))->~G__TTVector2();
01914        G__setgvp((long)gvp);
01915      }
01916    }
01917    G__setnull(result7);
01918    return(1 || funcname || hash || result7 || libp) ;
01919 }
01920 
01921 
01922 /* TRotation */
01923 static int G__G__Physics_146_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01924 {
01925    TRotation* p = NULL;
01926    char* gvp = (char*) G__getgvp();
01927    int n = G__getaryconstruct();
01928    if (n) {
01929      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
01930        p = new TRotation[n];
01931      } else {
01932        p = new((void*) gvp) TRotation[n];
01933      }
01934    } else {
01935      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
01936        p = new TRotation;
01937      } else {
01938        p = new((void*) gvp) TRotation;
01939      }
01940    }
01941    result7->obj.i = (long) p;
01942    result7->ref = (long) p;
01943    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TRotation));
01944    return(1 || funcname || hash || result7 || libp) ;
01945 }
01946 
01947 static int G__G__Physics_146_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01948 {
01949    TRotation* p = NULL;
01950    char* gvp = (char*) G__getgvp();
01951    //m: 1
01952    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
01953      p = new TRotation(*(TRotation*) libp->para[0].ref);
01954    } else {
01955      p = new((void*) gvp) TRotation(*(TRotation*) libp->para[0].ref);
01956    }
01957    result7->obj.i = (long) p;
01958    result7->ref = (long) p;
01959    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TRotation));
01960    return(1 || funcname || hash || result7 || libp) ;
01961 }
01962 
01963 static int G__G__Physics_146_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01964 {
01965    TRotation* p = NULL;
01966    char* gvp = (char*) G__getgvp();
01967    //m: 1
01968    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
01969      p = new TRotation(*(TQuaternion*) libp->para[0].ref);
01970    } else {
01971      p = new((void*) gvp) TRotation(*(TQuaternion*) libp->para[0].ref);
01972    }
01973    result7->obj.i = (long) p;
01974    result7->ref = (long) p;
01975    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TRotation));
01976    return(1 || funcname || hash || result7 || libp) ;
01977 }
01978 
01979 static int G__G__Physics_146_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01980 {
01981       G__letdouble(result7, 100, (double) ((const TRotation*) G__getstructoffset())->XX());
01982    return(1 || funcname || hash || result7 || libp) ;
01983 }
01984 
01985 static int G__G__Physics_146_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01986 {
01987       G__letdouble(result7, 100, (double) ((const TRotation*) G__getstructoffset())->XY());
01988    return(1 || funcname || hash || result7 || libp) ;
01989 }
01990 
01991 static int G__G__Physics_146_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01992 {
01993       G__letdouble(result7, 100, (double) ((const TRotation*) G__getstructoffset())->XZ());
01994    return(1 || funcname || hash || result7 || libp) ;
01995 }
01996 
01997 static int G__G__Physics_146_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01998 {
01999       G__letdouble(result7, 100, (double) ((const TRotation*) G__getstructoffset())->YX());
02000    return(1 || funcname || hash || result7 || libp) ;
02001 }
02002 
02003 static int G__G__Physics_146_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02004 {
02005       G__letdouble(result7, 100, (double) ((const TRotation*) G__getstructoffset())->YY());
02006    return(1 || funcname || hash || result7 || libp) ;
02007 }
02008 
02009 static int G__G__Physics_146_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02010 {
02011       G__letdouble(result7, 100, (double) ((const TRotation*) G__getstructoffset())->YZ());
02012    return(1 || funcname || hash || result7 || libp) ;
02013 }
02014 
02015 static int G__G__Physics_146_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02016 {
02017       G__letdouble(result7, 100, (double) ((const TRotation*) G__getstructoffset())->ZX());
02018    return(1 || funcname || hash || result7 || libp) ;
02019 }
02020 
02021 static int G__G__Physics_146_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02022 {
02023       G__letdouble(result7, 100, (double) ((const TRotation*) G__getstructoffset())->ZY());
02024    return(1 || funcname || hash || result7 || libp) ;
02025 }
02026 
02027 static int G__G__Physics_146_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02028 {
02029       G__letdouble(result7, 100, (double) ((const TRotation*) G__getstructoffset())->ZZ());
02030    return(1 || funcname || hash || result7 || libp) ;
02031 }
02032 
02033 static int G__G__Physics_146_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02034 {
02035       {
02036          const TRotation::TRotationRow* pobj;
02037          const TRotation::TRotationRow xobj = ((const TRotation*) G__getstructoffset())->operator[]((int) G__int(libp->para[0]));
02038          pobj = new TRotation::TRotationRow(xobj);
02039          result7->obj.i = (long) ((void*) pobj);
02040          result7->ref = result7->obj.i;
02041          G__store_tempobject(*result7);
02042       }
02043    return(1 || funcname || hash || result7 || libp) ;
02044 }
02045 
02046 static int G__G__Physics_146_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02047 {
02048       G__letdouble(result7, 100, (double) ((const TRotation*) G__getstructoffset())->operator()((int) G__int(libp->para[0]), (int) G__int(libp->para[1])));
02049    return(1 || funcname || hash || result7 || libp) ;
02050 }
02051 
02052 static int G__G__Physics_146_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02053 {
02054       {
02055          const TRotation& obj = ((TRotation*) G__getstructoffset())->operator=(*(TRotation*) libp->para[0].ref);
02056          result7->ref = (long) (&obj);
02057          result7->obj.i = (long) (&obj);
02058       }
02059    return(1 || funcname || hash || result7 || libp) ;
02060 }
02061 
02062 static int G__G__Physics_146_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02063 {
02064       G__letint(result7, 103, (long) ((const TRotation*) G__getstructoffset())->operator==(*(TRotation*) libp->para[0].ref));
02065    return(1 || funcname || hash || result7 || libp) ;
02066 }
02067 
02068 static int G__G__Physics_146_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02069 {
02070       G__letint(result7, 103, (long) ((const TRotation*) G__getstructoffset())->operator!=(*(TRotation*) libp->para[0].ref));
02071    return(1 || funcname || hash || result7 || libp) ;
02072 }
02073 
02074 static int G__G__Physics_146_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02075 {
02076       G__letint(result7, 103, (long) ((const TRotation*) G__getstructoffset())->IsIdentity());
02077    return(1 || funcname || hash || result7 || libp) ;
02078 }
02079 
02080 static int G__G__Physics_146_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02081 {
02082       {
02083          const TVector3* pobj;
02084          const TVector3 xobj = ((const TRotation*) G__getstructoffset())->operator*(*(TVector3*) libp->para[0].ref);
02085          pobj = new TVector3(xobj);
02086          result7->obj.i = (long) ((void*) pobj);
02087          result7->ref = result7->obj.i;
02088          G__store_tempobject(*result7);
02089       }
02090    return(1 || funcname || hash || result7 || libp) ;
02091 }
02092 
02093 static int G__G__Physics_146_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02094 {
02095       {
02096          const TRotation* pobj;
02097          const TRotation xobj = ((const TRotation*) G__getstructoffset())->operator*(*(TRotation*) libp->para[0].ref);
02098          pobj = new TRotation(xobj);
02099          result7->obj.i = (long) ((void*) pobj);
02100          result7->ref = result7->obj.i;
02101          G__store_tempobject(*result7);
02102       }
02103    return(1 || funcname || hash || result7 || libp) ;
02104 }
02105 
02106 static int G__G__Physics_146_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02107 {
02108       {
02109          const TRotation& obj = ((TRotation*) G__getstructoffset())->operator*=(*(TRotation*) libp->para[0].ref);
02110          result7->ref = (long) (&obj);
02111          result7->obj.i = (long) (&obj);
02112       }
02113    return(1 || funcname || hash || result7 || libp) ;
02114 }
02115 
02116 static int G__G__Physics_146_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02117 {
02118       {
02119          const TRotation& obj = ((TRotation*) G__getstructoffset())->Transform(*(TRotation*) libp->para[0].ref);
02120          result7->ref = (long) (&obj);
02121          result7->obj.i = (long) (&obj);
02122       }
02123    return(1 || funcname || hash || result7 || libp) ;
02124 }
02125 
02126 static int G__G__Physics_146_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02127 {
02128       {
02129          const TRotation* pobj;
02130          const TRotation xobj = ((const TRotation*) G__getstructoffset())->Inverse();
02131          pobj = new TRotation(xobj);
02132          result7->obj.i = (long) ((void*) pobj);
02133          result7->ref = result7->obj.i;
02134          G__store_tempobject(*result7);
02135       }
02136    return(1 || funcname || hash || result7 || libp) ;
02137 }
02138 
02139 static int G__G__Physics_146_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02140 {
02141       {
02142          const TRotation& obj = ((TRotation*) G__getstructoffset())->Invert();
02143          result7->ref = (long) (&obj);
02144          result7->obj.i = (long) (&obj);
02145       }
02146    return(1 || funcname || hash || result7 || libp) ;
02147 }
02148 
02149 static int G__G__Physics_146_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02150 {
02151       {
02152          const TRotation& obj = ((TRotation*) G__getstructoffset())->RotateX((Double_t) G__double(libp->para[0]));
02153          result7->ref = (long) (&obj);
02154          result7->obj.i = (long) (&obj);
02155       }
02156    return(1 || funcname || hash || result7 || libp) ;
02157 }
02158 
02159 static int G__G__Physics_146_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02160 {
02161       {
02162          const TRotation& obj = ((TRotation*) G__getstructoffset())->RotateY((Double_t) G__double(libp->para[0]));
02163          result7->ref = (long) (&obj);
02164          result7->obj.i = (long) (&obj);
02165       }
02166    return(1 || funcname || hash || result7 || libp) ;
02167 }
02168 
02169 static int G__G__Physics_146_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02170 {
02171       {
02172          const TRotation& obj = ((TRotation*) G__getstructoffset())->RotateZ((Double_t) G__double(libp->para[0]));
02173          result7->ref = (long) (&obj);
02174          result7->obj.i = (long) (&obj);
02175       }
02176    return(1 || funcname || hash || result7 || libp) ;
02177 }
02178 
02179 static int G__G__Physics_146_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02180 {
02181       {
02182          const TRotation& obj = ((TRotation*) G__getstructoffset())->Rotate((Double_t) G__double(libp->para[0]), *(TVector3*) libp->para[1].ref);
02183          result7->ref = (long) (&obj);
02184          result7->obj.i = (long) (&obj);
02185       }
02186    return(1 || funcname || hash || result7 || libp) ;
02187 }
02188 
02189 static int G__G__Physics_146_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02190 {
02191       {
02192          const TRotation& obj = ((TRotation*) G__getstructoffset())->Rotate((Double_t) G__double(libp->para[0]), (TVector3*) G__int(libp->para[1]));
02193          result7->ref = (long) (&obj);
02194          result7->obj.i = (long) (&obj);
02195       }
02196    return(1 || funcname || hash || result7 || libp) ;
02197 }
02198 
02199 static int G__G__Physics_146_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02200 {
02201       {
02202          const TRotation& obj = ((TRotation*) G__getstructoffset())->RotateAxes(*(TVector3*) libp->para[0].ref, *(TVector3*) libp->para[1].ref
02203 , *(TVector3*) libp->para[2].ref);
02204          result7->ref = (long) (&obj);
02205          result7->obj.i = (long) (&obj);
02206       }
02207    return(1 || funcname || hash || result7 || libp) ;
02208 }
02209 
02210 static int G__G__Physics_146_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02211 {
02212       G__letdouble(result7, 100, (double) ((const TRotation*) G__getstructoffset())->PhiX());
02213    return(1 || funcname || hash || result7 || libp) ;
02214 }
02215 
02216 static int G__G__Physics_146_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02217 {
02218       G__letdouble(result7, 100, (double) ((const TRotation*) G__getstructoffset())->PhiY());
02219    return(1 || funcname || hash || result7 || libp) ;
02220 }
02221 
02222 static int G__G__Physics_146_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02223 {
02224       G__letdouble(result7, 100, (double) ((const TRotation*) G__getstructoffset())->PhiZ());
02225    return(1 || funcname || hash || result7 || libp) ;
02226 }
02227 
02228 static int G__G__Physics_146_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02229 {
02230       G__letdouble(result7, 100, (double) ((const TRotation*) G__getstructoffset())->ThetaX());
02231    return(1 || funcname || hash || result7 || libp) ;
02232 }
02233 
02234 static int G__G__Physics_146_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02235 {
02236       G__letdouble(result7, 100, (double) ((const TRotation*) G__getstructoffset())->ThetaY());
02237    return(1 || funcname || hash || result7 || libp) ;
02238 }
02239 
02240 static int G__G__Physics_146_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02241 {
02242       G__letdouble(result7, 100, (double) ((const TRotation*) G__getstructoffset())->ThetaZ());
02243    return(1 || funcname || hash || result7 || libp) ;
02244 }
02245 
02246 static int G__G__Physics_146_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02247 {
02248       ((const TRotation*) G__getstructoffset())->AngleAxis(*(Double_t*) G__Doubleref(&libp->para[0]), *(TVector3*) libp->para[1].ref);
02249       G__setnull(result7);
02250    return(1 || funcname || hash || result7 || libp) ;
02251 }
02252 
02253 static int G__G__Physics_146_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02254 {
02255       {
02256          const TRotation& obj = ((TRotation*) G__getstructoffset())->SetToIdentity();
02257          result7->ref = (long) (&obj);
02258          result7->obj.i = (long) (&obj);
02259       }
02260    return(1 || funcname || hash || result7 || libp) ;
02261 }
02262 
02263 static int G__G__Physics_146_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02264 {
02265       {
02266          const TRotation& obj = ((TRotation*) G__getstructoffset())->SetXEulerAngles((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
02267 , (Double_t) G__double(libp->para[2]));
02268          result7->ref = (long) (&obj);
02269          result7->obj.i = (long) (&obj);
02270       }
02271    return(1 || funcname || hash || result7 || libp) ;
02272 }
02273 
02274 static int G__G__Physics_146_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02275 {
02276       ((TRotation*) G__getstructoffset())->SetXPhi((Double_t) G__double(libp->para[0]));
02277       G__setnull(result7);
02278    return(1 || funcname || hash || result7 || libp) ;
02279 }
02280 
02281 static int G__G__Physics_146_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02282 {
02283       ((TRotation*) G__getstructoffset())->SetXTheta((Double_t) G__double(libp->para[0]));
02284       G__setnull(result7);
02285    return(1 || funcname || hash || result7 || libp) ;
02286 }
02287 
02288 static int G__G__Physics_146_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02289 {
02290       ((TRotation*) G__getstructoffset())->SetXPsi((Double_t) G__double(libp->para[0]));
02291       G__setnull(result7);
02292    return(1 || funcname || hash || result7 || libp) ;
02293 }
02294 
02295 static int G__G__Physics_146_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02296 {
02297       {
02298          const TRotation& obj = ((TRotation*) G__getstructoffset())->RotateXEulerAngles((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
02299 , (Double_t) G__double(libp->para[2]));
02300          result7->ref = (long) (&obj);
02301          result7->obj.i = (long) (&obj);
02302       }
02303    return(1 || funcname || hash || result7 || libp) ;
02304 }
02305 
02306 static int G__G__Physics_146_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02307 {
02308       G__letdouble(result7, 100, (double) ((const TRotation*) G__getstructoffset())->GetXPhi());
02309    return(1 || funcname || hash || result7 || libp) ;
02310 }
02311 
02312 static int G__G__Physics_146_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02313 {
02314       G__letdouble(result7, 100, (double) ((const TRotation*) G__getstructoffset())->GetXTheta());
02315    return(1 || funcname || hash || result7 || libp) ;
02316 }
02317 
02318 static int G__G__Physics_146_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02319 {
02320       G__letdouble(result7, 100, (double) ((const TRotation*) G__getstructoffset())->GetXPsi());
02321    return(1 || funcname || hash || result7 || libp) ;
02322 }
02323 
02324 static int G__G__Physics_146_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02325 {
02326       {
02327          const TRotation& obj = ((TRotation*) G__getstructoffset())->SetYEulerAngles((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
02328 , (Double_t) G__double(libp->para[2]));
02329          result7->ref = (long) (&obj);
02330          result7->obj.i = (long) (&obj);
02331       }
02332    return(1 || funcname || hash || result7 || libp) ;
02333 }
02334 
02335 static int G__G__Physics_146_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02336 {
02337       ((TRotation*) G__getstructoffset())->SetYPhi((Double_t) G__double(libp->para[0]));
02338       G__setnull(result7);
02339    return(1 || funcname || hash || result7 || libp) ;
02340 }
02341 
02342 static int G__G__Physics_146_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02343 {
02344       ((TRotation*) G__getstructoffset())->SetYTheta((Double_t) G__double(libp->para[0]));
02345       G__setnull(result7);
02346    return(1 || funcname || hash || result7 || libp) ;
02347 }
02348 
02349 static int G__G__Physics_146_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02350 {
02351       ((TRotation*) G__getstructoffset())->SetYPsi((Double_t) G__double(libp->para[0]));
02352       G__setnull(result7);
02353    return(1 || funcname || hash || result7 || libp) ;
02354 }
02355 
02356 static int G__G__Physics_146_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02357 {
02358       {
02359          const TRotation& obj = ((TRotation*) G__getstructoffset())->RotateYEulerAngles((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
02360 , (Double_t) G__double(libp->para[2]));
02361          result7->ref = (long) (&obj);
02362          result7->obj.i = (long) (&obj);
02363       }
02364    return(1 || funcname || hash || result7 || libp) ;
02365 }
02366 
02367 static int G__G__Physics_146_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02368 {
02369       G__letdouble(result7, 100, (double) ((const TRotation*) G__getstructoffset())->GetYPhi());
02370    return(1 || funcname || hash || result7 || libp) ;
02371 }
02372 
02373 static int G__G__Physics_146_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02374 {
02375       G__letdouble(result7, 100, (double) ((const TRotation*) G__getstructoffset())->GetYTheta());
02376    return(1 || funcname || hash || result7 || libp) ;
02377 }
02378 
02379 static int G__G__Physics_146_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02380 {
02381       G__letdouble(result7, 100, (double) ((const TRotation*) G__getstructoffset())->GetYPsi());
02382    return(1 || funcname || hash || result7 || libp) ;
02383 }
02384 
02385 static int G__G__Physics_146_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02386 {
02387       {
02388          const TRotation& obj = ((TRotation*) G__getstructoffset())->SetXAxis(*(TVector3*) libp->para[0].ref);
02389          result7->ref = (long) (&obj);
02390          result7->obj.i = (long) (&obj);
02391       }
02392    return(1 || funcname || hash || result7 || libp) ;
02393 }
02394 
02395 static int G__G__Physics_146_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02396 {
02397       {
02398          const TRotation& obj = ((TRotation*) G__getstructoffset())->SetXAxis(*(TVector3*) libp->para[0].ref, *(TVector3*) libp->para[1].ref);
02399          result7->ref = (long) (&obj);
02400          result7->obj.i = (long) (&obj);
02401       }
02402    return(1 || funcname || hash || result7 || libp) ;
02403 }
02404 
02405 static int G__G__Physics_146_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02406 {
02407       {
02408          const TRotation& obj = ((TRotation*) G__getstructoffset())->SetYAxis(*(TVector3*) libp->para[0].ref);
02409          result7->ref = (long) (&obj);
02410          result7->obj.i = (long) (&obj);
02411       }
02412    return(1 || funcname || hash || result7 || libp) ;
02413 }
02414 
02415 static int G__G__Physics_146_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02416 {
02417       {
02418          const TRotation& obj = ((TRotation*) G__getstructoffset())->SetYAxis(*(TVector3*) libp->para[0].ref, *(TVector3*) libp->para[1].ref);
02419          result7->ref = (long) (&obj);
02420          result7->obj.i = (long) (&obj);
02421       }
02422    return(1 || funcname || hash || result7 || libp) ;
02423 }
02424 
02425 static int G__G__Physics_146_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02426 {
02427       {
02428          const TRotation& obj = ((TRotation*) G__getstructoffset())->SetZAxis(*(TVector3*) libp->para[0].ref);
02429          result7->ref = (long) (&obj);
02430          result7->obj.i = (long) (&obj);
02431       }
02432    return(1 || funcname || hash || result7 || libp) ;
02433 }
02434 
02435 static int G__G__Physics_146_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02436 {
02437       {
02438          const TRotation& obj = ((TRotation*) G__getstructoffset())->SetZAxis(*(TVector3*) libp->para[0].ref, *(TVector3*) libp->para[1].ref);
02439          result7->ref = (long) (&obj);
02440          result7->obj.i = (long) (&obj);
02441       }
02442    return(1 || funcname || hash || result7 || libp) ;
02443 }
02444 
02445 static int G__G__Physics_146_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02446 {
02447       ((const TRotation*) G__getstructoffset())->MakeBasis(*(TVector3*) libp->para[0].ref, *(TVector3*) libp->para[1].ref
02448 , *(TVector3*) libp->para[2].ref);
02449       G__setnull(result7);
02450    return(1 || funcname || hash || result7 || libp) ;
02451 }
02452 
02453 static int G__G__Physics_146_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02454 {
02455       G__letint(result7, 85, (long) TRotation::Class());
02456    return(1 || funcname || hash || result7 || libp) ;
02457 }
02458 
02459 static int G__G__Physics_146_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02460 {
02461       G__letint(result7, 67, (long) TRotation::Class_Name());
02462    return(1 || funcname || hash || result7 || libp) ;
02463 }
02464 
02465 static int G__G__Physics_146_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02466 {
02467       G__letint(result7, 115, (long) TRotation::Class_Version());
02468    return(1 || funcname || hash || result7 || libp) ;
02469 }
02470 
02471 static int G__G__Physics_146_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02472 {
02473       TRotation::Dictionary();
02474       G__setnull(result7);
02475    return(1 || funcname || hash || result7 || libp) ;
02476 }
02477 
02478 static int G__G__Physics_146_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02479 {
02480       ((TRotation*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
02481       G__setnull(result7);
02482    return(1 || funcname || hash || result7 || libp) ;
02483 }
02484 
02485 static int G__G__Physics_146_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02486 {
02487       G__letint(result7, 67, (long) TRotation::DeclFileName());
02488    return(1 || funcname || hash || result7 || libp) ;
02489 }
02490 
02491 static int G__G__Physics_146_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02492 {
02493       G__letint(result7, 105, (long) TRotation::ImplFileLine());
02494    return(1 || funcname || hash || result7 || libp) ;
02495 }
02496 
02497 static int G__G__Physics_146_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02498 {
02499       G__letint(result7, 67, (long) TRotation::ImplFileName());
02500    return(1 || funcname || hash || result7 || libp) ;
02501 }
02502 
02503 static int G__G__Physics_146_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02504 {
02505       G__letint(result7, 105, (long) TRotation::DeclFileLine());
02506    return(1 || funcname || hash || result7 || libp) ;
02507 }
02508 
02509 // automatic destructor
02510 typedef TRotation G__TTRotation;
02511 static int G__G__Physics_146_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02512 {
02513    char* gvp = (char*) G__getgvp();
02514    long soff = G__getstructoffset();
02515    int n = G__getaryconstruct();
02516    //
02517    //has_a_delete: 1
02518    //has_own_delete1arg: 0
02519    //has_own_delete2arg: 0
02520    //
02521    if (!soff) {
02522      return(1);
02523    }
02524    if (n) {
02525      if (gvp == (char*)G__PVOID) {
02526        delete[] (TRotation*) soff;
02527      } else {
02528        G__setgvp((long) G__PVOID);
02529        for (int i = n - 1; i >= 0; --i) {
02530          ((TRotation*) (soff+(sizeof(TRotation)*i)))->~G__TTRotation();
02531        }
02532        G__setgvp((long)gvp);
02533      }
02534    } else {
02535      if (gvp == (char*)G__PVOID) {
02536        delete (TRotation*) soff;
02537      } else {
02538        G__setgvp((long) G__PVOID);
02539        ((TRotation*) (soff))->~G__TTRotation();
02540        G__setgvp((long)gvp);
02541      }
02542    }
02543    G__setnull(result7);
02544    return(1 || funcname || hash || result7 || libp) ;
02545 }
02546 
02547 
02548 /* TVector3 */
02549 static int G__G__Physics_147_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02550 {
02551    TVector3* p = NULL;
02552    char* gvp = (char*) G__getgvp();
02553    switch (libp->paran) {
02554    case 3:
02555      //m: 3
02556      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
02557        p = new TVector3(
02558 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
02559 , (Double_t) G__double(libp->para[2]));
02560      } else {
02561        p = new((void*) gvp) TVector3(
02562 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
02563 , (Double_t) G__double(libp->para[2]));
02564      }
02565      break;
02566    case 2:
02567      //m: 2
02568      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
02569        p = new TVector3((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
02570      } else {
02571        p = new((void*) gvp) TVector3((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
02572      }
02573      break;
02574    case 1:
02575      //m: 1
02576      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
02577        p = new TVector3((Double_t) G__double(libp->para[0]));
02578      } else {
02579        p = new((void*) gvp) TVector3((Double_t) G__double(libp->para[0]));
02580      }
02581      break;
02582    case 0:
02583      int n = G__getaryconstruct();
02584      if (n) {
02585        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
02586          p = new TVector3[n];
02587        } else {
02588          p = new((void*) gvp) TVector3[n];
02589        }
02590      } else {
02591        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
02592          p = new TVector3;
02593        } else {
02594          p = new((void*) gvp) TVector3;
02595        }
02596      }
02597      break;
02598    }
02599    result7->obj.i = (long) p;
02600    result7->ref = (long) p;
02601    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TVector3));
02602    return(1 || funcname || hash || result7 || libp) ;
02603 }
02604 
02605 static int G__G__Physics_147_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02606 {
02607    TVector3* p = NULL;
02608    char* gvp = (char*) G__getgvp();
02609    //m: 1
02610    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
02611      p = new TVector3((Double_t*) G__int(libp->para[0]));
02612    } else {
02613      p = new((void*) gvp) TVector3((Double_t*) G__int(libp->para[0]));
02614    }
02615    result7->obj.i = (long) p;
02616    result7->ref = (long) p;
02617    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TVector3));
02618    return(1 || funcname || hash || result7 || libp) ;
02619 }
02620 
02621 static int G__G__Physics_147_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02622 {
02623    TVector3* p = NULL;
02624    char* gvp = (char*) G__getgvp();
02625    //m: 1
02626    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
02627      p = new TVector3((Float_t*) G__int(libp->para[0]));
02628    } else {
02629      p = new((void*) gvp) TVector3((Float_t*) G__int(libp->para[0]));
02630    }
02631    result7->obj.i = (long) p;
02632    result7->ref = (long) p;
02633    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TVector3));
02634    return(1 || funcname || hash || result7 || libp) ;
02635 }
02636 
02637 static int G__G__Physics_147_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02638 {
02639    TVector3* p = NULL;
02640    char* gvp = (char*) G__getgvp();
02641    //m: 1
02642    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
02643      p = new TVector3(*(TVector3*) libp->para[0].ref);
02644    } else {
02645      p = new((void*) gvp) TVector3(*(TVector3*) libp->para[0].ref);
02646    }
02647    result7->obj.i = (long) p;
02648    result7->ref = (long) p;
02649    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TVector3));
02650    return(1 || funcname || hash || result7 || libp) ;
02651 }
02652 
02653 static int G__G__Physics_147_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02654 {
02655       G__letdouble(result7, 100, (double) ((const TVector3*) G__getstructoffset())->operator()((int) G__int(libp->para[0])));
02656    return(1 || funcname || hash || result7 || libp) ;
02657 }
02658 
02659 static int G__G__Physics_147_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02660 {
02661       G__letdouble(result7, 100, (double) ((const TVector3*) G__getstructoffset())->operator[]((int) G__int(libp->para[0])));
02662    return(1 || funcname || hash || result7 || libp) ;
02663 }
02664 
02665 static int G__G__Physics_147_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02666 {
02667       {
02668          const Double_t& obj = ((TVector3*) G__getstructoffset())->operator()((int) G__int(libp->para[0]));
02669          result7->ref = (long) (&obj);
02670          result7->obj.d = (double) (obj);
02671       }
02672    return(1 || funcname || hash || result7 || libp) ;
02673 }
02674 
02675 static int G__G__Physics_147_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02676 {
02677       {
02678          const Double_t& obj = ((TVector3*) G__getstructoffset())->operator[]((int) G__int(libp->para[0]));
02679          result7->ref = (long) (&obj);
02680          result7->obj.d = (double) (obj);
02681       }
02682    return(1 || funcname || hash || result7 || libp) ;
02683 }
02684 
02685 static int G__G__Physics_147_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02686 {
02687       G__letdouble(result7, 100, (double) ((const TVector3*) G__getstructoffset())->x());
02688    return(1 || funcname || hash || result7 || libp) ;
02689 }
02690 
02691 static int G__G__Physics_147_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02692 {
02693       G__letdouble(result7, 100, (double) ((const TVector3*) G__getstructoffset())->y());
02694    return(1 || funcname || hash || result7 || libp) ;
02695 }
02696 
02697 static int G__G__Physics_147_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02698 {
02699       G__letdouble(result7, 100, (double) ((const TVector3*) G__getstructoffset())->z());
02700    return(1 || funcname || hash || result7 || libp) ;
02701 }
02702 
02703 static int G__G__Physics_147_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02704 {
02705       G__letdouble(result7, 100, (double) ((const TVector3*) G__getstructoffset())->X());
02706    return(1 || funcname || hash || result7 || libp) ;
02707 }
02708 
02709 static int G__G__Physics_147_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02710 {
02711       G__letdouble(result7, 100, (double) ((const TVector3*) G__getstructoffset())->Y());
02712    return(1 || funcname || hash || result7 || libp) ;
02713 }
02714 
02715 static int G__G__Physics_147_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02716 {
02717       G__letdouble(result7, 100, (double) ((const TVector3*) G__getstructoffset())->Z());
02718    return(1 || funcname || hash || result7 || libp) ;
02719 }
02720 
02721 static int G__G__Physics_147_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02722 {
02723       G__letdouble(result7, 100, (double) ((const TVector3*) G__getstructoffset())->Px());
02724    return(1 || funcname || hash || result7 || libp) ;
02725 }
02726 
02727 static int G__G__Physics_147_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02728 {
02729       G__letdouble(result7, 100, (double) ((const TVector3*) G__getstructoffset())->Py());
02730    return(1 || funcname || hash || result7 || libp) ;
02731 }
02732 
02733 static int G__G__Physics_147_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02734 {
02735       G__letdouble(result7, 100, (double) ((const TVector3*) G__getstructoffset())->Pz());
02736    return(1 || funcname || hash || result7 || libp) ;
02737 }
02738 
02739 static int G__G__Physics_147_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02740 {
02741       ((TVector3*) G__getstructoffset())->SetX((Double_t) G__double(libp->para[0]));
02742       G__setnull(result7);
02743    return(1 || funcname || hash || result7 || libp) ;
02744 }
02745 
02746 static int G__G__Physics_147_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02747 {
02748       ((TVector3*) G__getstructoffset())->SetY((Double_t) G__double(libp->para[0]));
02749       G__setnull(result7);
02750    return(1 || funcname || hash || result7 || libp) ;
02751 }
02752 
02753 static int G__G__Physics_147_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02754 {
02755       ((TVector3*) G__getstructoffset())->SetZ((Double_t) G__double(libp->para[0]));
02756       G__setnull(result7);
02757    return(1 || funcname || hash || result7 || libp) ;
02758 }
02759 
02760 static int G__G__Physics_147_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02761 {
02762       ((TVector3*) G__getstructoffset())->SetXYZ((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
02763 , (Double_t) G__double(libp->para[2]));
02764       G__setnull(result7);
02765    return(1 || funcname || hash || result7 || libp) ;
02766 }
02767 
02768 static int G__G__Physics_147_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02769 {
02770       ((TVector3*) G__getstructoffset())->SetPtEtaPhi((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
02771 , (Double_t) G__double(libp->para[2]));
02772       G__setnull(result7);
02773    return(1 || funcname || hash || result7 || libp) ;
02774 }
02775 
02776 static int G__G__Physics_147_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02777 {
02778       ((TVector3*) G__getstructoffset())->SetPtThetaPhi((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
02779 , (Double_t) G__double(libp->para[2]));
02780       G__setnull(result7);
02781    return(1 || funcname || hash || result7 || libp) ;
02782 }
02783 
02784 static int G__G__Physics_147_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02785 {
02786       ((const TVector3*) G__getstructoffset())->GetXYZ((Double_t*) G__int(libp->para[0]));
02787       G__setnull(result7);
02788    return(1 || funcname || hash || result7 || libp) ;
02789 }
02790 
02791 static int G__G__Physics_147_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02792 {
02793       ((const TVector3*) G__getstructoffset())->GetXYZ((Float_t*) G__int(libp->para[0]));
02794       G__setnull(result7);
02795    return(1 || funcname || hash || result7 || libp) ;
02796 }
02797 
02798 static int G__G__Physics_147_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02799 {
02800       G__letdouble(result7, 100, (double) ((const TVector3*) G__getstructoffset())->Phi());
02801    return(1 || funcname || hash || result7 || libp) ;
02802 }
02803 
02804 static int G__G__Physics_147_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02805 {
02806       G__letdouble(result7, 100, (double) ((const TVector3*) G__getstructoffset())->Theta());
02807    return(1 || funcname || hash || result7 || libp) ;
02808 }
02809 
02810 static int G__G__Physics_147_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02811 {
02812       G__letdouble(result7, 100, (double) ((const TVector3*) G__getstructoffset())->CosTheta());
02813    return(1 || funcname || hash || result7 || libp) ;
02814 }
02815 
02816 static int G__G__Physics_147_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02817 {
02818       G__letdouble(result7, 100, (double) ((const TVector3*) G__getstructoffset())->Mag2());
02819    return(1 || funcname || hash || result7 || libp) ;
02820 }
02821 
02822 static int G__G__Physics_147_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02823 {
02824       G__letdouble(result7, 100, (double) ((const TVector3*) G__getstructoffset())->Mag());
02825    return(1 || funcname || hash || result7 || libp) ;
02826 }
02827 
02828 static int G__G__Physics_147_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02829 {
02830       ((TVector3*) G__getstructoffset())->SetPhi((Double_t) G__double(libp->para[0]));
02831       G__setnull(result7);
02832    return(1 || funcname || hash || result7 || libp) ;
02833 }
02834 
02835 static int G__G__Physics_147_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02836 {
02837       ((TVector3*) G__getstructoffset())->SetTheta((Double_t) G__double(libp->para[0]));
02838       G__setnull(result7);
02839    return(1 || funcname || hash || result7 || libp) ;
02840 }
02841 
02842 static int G__G__Physics_147_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02843 {
02844       ((TVector3*) G__getstructoffset())->SetMag((Double_t) G__double(libp->para[0]));
02845       G__setnull(result7);
02846    return(1 || funcname || hash || result7 || libp) ;
02847 }
02848 
02849 static int G__G__Physics_147_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02850 {
02851       G__letdouble(result7, 100, (double) ((const TVector3*) G__getstructoffset())->Perp2());
02852    return(1 || funcname || hash || result7 || libp) ;
02853 }
02854 
02855 static int G__G__Physics_147_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02856 {
02857       G__letdouble(result7, 100, (double) ((const TVector3*) G__getstructoffset())->Pt());
02858    return(1 || funcname || hash || result7 || libp) ;
02859 }
02860 
02861 static int G__G__Physics_147_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02862 {
02863       G__letdouble(result7, 100, (double) ((const TVector3*) G__getstructoffset())->Perp());
02864    return(1 || funcname || hash || result7 || libp) ;
02865 }
02866 
02867 static int G__G__Physics_147_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02868 {
02869       ((TVector3*) G__getstructoffset())->SetPerp((Double_t) G__double(libp->para[0]));
02870       G__setnull(result7);
02871    return(1 || funcname || hash || result7 || libp) ;
02872 }
02873 
02874 static int G__G__Physics_147_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02875 {
02876       G__letdouble(result7, 100, (double) ((const TVector3*) G__getstructoffset())->Perp2(*(TVector3*) libp->para[0].ref));
02877    return(1 || funcname || hash || result7 || libp) ;
02878 }
02879 
02880 static int G__G__Physics_147_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02881 {
02882       G__letdouble(result7, 100, (double) ((const TVector3*) G__getstructoffset())->Pt(*(TVector3*) libp->para[0].ref));
02883    return(1 || funcname || hash || result7 || libp) ;
02884 }
02885 
02886 static int G__G__Physics_147_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02887 {
02888       G__letdouble(result7, 100, (double) ((const TVector3*) G__getstructoffset())->Perp(*(TVector3*) libp->para[0].ref));
02889    return(1 || funcname || hash || result7 || libp) ;
02890 }
02891 
02892 static int G__G__Physics_147_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02893 {
02894       G__letdouble(result7, 100, (double) ((const TVector3*) G__getstructoffset())->DeltaPhi(*(TVector3*) libp->para[0].ref));
02895    return(1 || funcname || hash || result7 || libp) ;
02896 }
02897 
02898 static int G__G__Physics_147_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02899 {
02900       G__letdouble(result7, 100, (double) ((const TVector3*) G__getstructoffset())->DeltaR(*(TVector3*) libp->para[0].ref));
02901    return(1 || funcname || hash || result7 || libp) ;
02902 }
02903 
02904 static int G__G__Physics_147_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02905 {
02906       G__letdouble(result7, 100, (double) ((const TVector3*) G__getstructoffset())->DrEtaPhi(*(TVector3*) libp->para[0].ref));
02907    return(1 || funcname || hash || result7 || libp) ;
02908 }
02909 
02910 static int G__G__Physics_147_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02911 {
02912       {
02913          const TVector2* pobj;
02914          const TVector2 xobj = ((const TVector3*) G__getstructoffset())->EtaPhiVector();
02915          pobj = new TVector2(xobj);
02916          result7->obj.i = (long) ((void*) pobj);
02917          result7->ref = result7->obj.i;
02918          G__store_tempobject(*result7);
02919       }
02920    return(1 || funcname || hash || result7 || libp) ;
02921 }
02922 
02923 static int G__G__Physics_147_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02924 {
02925       ((TVector3*) G__getstructoffset())->SetMagThetaPhi((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
02926 , (Double_t) G__double(libp->para[2]));
02927       G__setnull(result7);
02928    return(1 || funcname || hash || result7 || libp) ;
02929 }
02930 
02931 static int G__G__Physics_147_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02932 {
02933       {
02934          const TVector3& obj = ((TVector3*) G__getstructoffset())->operator=(*(TVector3*) libp->para[0].ref);
02935          result7->ref = (long) (&obj);
02936          result7->obj.i = (long) (&obj);
02937       }
02938    return(1 || funcname || hash || result7 || libp) ;
02939 }
02940 
02941 static int G__G__Physics_147_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02942 {
02943       G__letint(result7, 103, (long) ((const TVector3*) G__getstructoffset())->operator==(*(TVector3*) libp->para[0].ref));
02944    return(1 || funcname || hash || result7 || libp) ;
02945 }
02946 
02947 static int G__G__Physics_147_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02948 {
02949       G__letint(result7, 103, (long) ((const TVector3*) G__getstructoffset())->operator!=(*(TVector3*) libp->para[0].ref));
02950    return(1 || funcname || hash || result7 || libp) ;
02951 }
02952 
02953 static int G__G__Physics_147_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02954 {
02955       {
02956          const TVector3& obj = ((TVector3*) G__getstructoffset())->operator+=(*(TVector3*) libp->para[0].ref);
02957          result7->ref = (long) (&obj);
02958          result7->obj.i = (long) (&obj);
02959       }
02960    return(1 || funcname || hash || result7 || libp) ;
02961 }
02962 
02963 static int G__G__Physics_147_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02964 {
02965       {
02966          const TVector3& obj = ((TVector3*) G__getstructoffset())->operator-=(*(TVector3*) libp->para[0].ref);
02967          result7->ref = (long) (&obj);
02968          result7->obj.i = (long) (&obj);
02969       }
02970    return(1 || funcname || hash || result7 || libp) ;
02971 }
02972 
02973 static int G__G__Physics_147_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02974 {
02975       {
02976          const TVector3* pobj;
02977          const TVector3 xobj = ((const TVector3*) G__getstructoffset())->operator-();
02978          pobj = new TVector3(xobj);
02979          result7->obj.i = (long) ((void*) pobj);
02980          result7->ref = result7->obj.i;
02981          G__store_tempobject(*result7);
02982       }
02983    return(1 || funcname || hash || result7 || libp) ;
02984 }
02985 
02986 static int G__G__Physics_147_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02987 {
02988       {
02989          const TVector3& obj = ((TVector3*) G__getstructoffset())->operator*=((Double_t) G__double(libp->para[0]));
02990          result7->ref = (long) (&obj);
02991          result7->obj.i = (long) (&obj);
02992       }
02993    return(1 || funcname || hash || result7 || libp) ;
02994 }
02995 
02996 static int G__G__Physics_147_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02997 {
02998       {
02999          const TVector3* pobj;
03000          const TVector3 xobj = ((const TVector3*) G__getstructoffset())->Unit();
03001          pobj = new TVector3(xobj);
03002          result7->obj.i = (long) ((void*) pobj);
03003          result7->ref = result7->obj.i;
03004          G__store_tempobject(*result7);
03005       }
03006    return(1 || funcname || hash || result7 || libp) ;
03007 }
03008 
03009 static int G__G__Physics_147_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03010 {
03011       {
03012          const TVector3* pobj;
03013          const TVector3 xobj = ((const TVector3*) G__getstructoffset())->Orthogonal();
03014          pobj = new TVector3(xobj);
03015          result7->obj.i = (long) ((void*) pobj);
03016          result7->ref = result7->obj.i;
03017          G__store_tempobject(*result7);
03018       }
03019    return(1 || funcname || hash || result7 || libp) ;
03020 }
03021 
03022 static int G__G__Physics_147_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03023 {
03024       G__letdouble(result7, 100, (double) ((const TVector3*) G__getstructoffset())->Dot(*(TVector3*) libp->para[0].ref));
03025    return(1 || funcname || hash || result7 || libp) ;
03026 }
03027 
03028 static int G__G__Physics_147_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03029 {
03030       {
03031          const TVector3* pobj;
03032          const TVector3 xobj = ((const TVector3*) G__getstructoffset())->Cross(*(TVector3*) libp->para[0].ref);
03033          pobj = new TVector3(xobj);
03034          result7->obj.i = (long) ((void*) pobj);
03035          result7->ref = result7->obj.i;
03036          G__store_tempobject(*result7);
03037       }
03038    return(1 || funcname || hash || result7 || libp) ;
03039 }
03040 
03041 static int G__G__Physics_147_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03042 {
03043       G__letdouble(result7, 100, (double) ((const TVector3*) G__getstructoffset())->Angle(*(TVector3*) libp->para[0].ref));
03044    return(1 || funcname || hash || result7 || libp) ;
03045 }
03046 
03047 static int G__G__Physics_147_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03048 {
03049       G__letdouble(result7, 100, (double) ((const TVector3*) G__getstructoffset())->PseudoRapidity());
03050    return(1 || funcname || hash || result7 || libp) ;
03051 }
03052 
03053 static int G__G__Physics_147_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03054 {
03055       G__letdouble(result7, 100, (double) ((const TVector3*) G__getstructoffset())->Eta());
03056    return(1 || funcname || hash || result7 || libp) ;
03057 }
03058 
03059 static int G__G__Physics_147_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03060 {
03061       ((TVector3*) G__getstructoffset())->RotateX((Double_t) G__double(libp->para[0]));
03062       G__setnull(result7);
03063    return(1 || funcname || hash || result7 || libp) ;
03064 }
03065 
03066 static int G__G__Physics_147_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03067 {
03068       ((TVector3*) G__getstructoffset())->RotateY((Double_t) G__double(libp->para[0]));
03069       G__setnull(result7);
03070    return(1 || funcname || hash || result7 || libp) ;
03071 }
03072 
03073 static int G__G__Physics_147_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03074 {
03075       ((TVector3*) G__getstructoffset())->RotateZ((Double_t) G__double(libp->para[0]));
03076       G__setnull(result7);
03077    return(1 || funcname || hash || result7 || libp) ;
03078 }
03079 
03080 static int G__G__Physics_147_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03081 {
03082       ((TVector3*) G__getstructoffset())->RotateUz(*(TVector3*) libp->para[0].ref);
03083       G__setnull(result7);
03084    return(1 || funcname || hash || result7 || libp) ;
03085 }
03086 
03087 static int G__G__Physics_147_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03088 {
03089       ((TVector3*) G__getstructoffset())->Rotate((Double_t) G__double(libp->para[0]), *(TVector3*) libp->para[1].ref);
03090       G__setnull(result7);
03091    return(1 || funcname || hash || result7 || libp) ;
03092 }
03093 
03094 static int G__G__Physics_147_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03095 {
03096       {
03097          const TVector3& obj = ((TVector3*) G__getstructoffset())->operator*=(*(TRotation*) libp->para[0].ref);
03098          result7->ref = (long) (&obj);
03099          result7->obj.i = (long) (&obj);
03100       }
03101    return(1 || funcname || hash || result7 || libp) ;
03102 }
03103 
03104 static int G__G__Physics_147_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03105 {
03106       {
03107          const TVector3& obj = ((TVector3*) G__getstructoffset())->Transform(*(TRotation*) libp->para[0].ref);
03108          result7->ref = (long) (&obj);
03109          result7->obj.i = (long) (&obj);
03110       }
03111    return(1 || funcname || hash || result7 || libp) ;
03112 }
03113 
03114 static int G__G__Physics_147_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03115 {
03116       {
03117          const TVector2* pobj;
03118          const TVector2 xobj = ((const TVector3*) G__getstructoffset())->XYvector();
03119          pobj = new TVector2(xobj);
03120          result7->obj.i = (long) ((void*) pobj);
03121          result7->ref = result7->obj.i;
03122          G__store_tempobject(*result7);
03123       }
03124    return(1 || funcname || hash || result7 || libp) ;
03125 }
03126 
03127 static int G__G__Physics_147_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03128 {
03129       G__letint(result7, 85, (long) TVector3::Class());
03130    return(1 || funcname || hash || result7 || libp) ;
03131 }
03132 
03133 static int G__G__Physics_147_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03134 {
03135       G__letint(result7, 67, (long) TVector3::Class_Name());
03136    return(1 || funcname || hash || result7 || libp) ;
03137 }
03138 
03139 static int G__G__Physics_147_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03140 {
03141       G__letint(result7, 115, (long) TVector3::Class_Version());
03142    return(1 || funcname || hash || result7 || libp) ;
03143 }
03144 
03145 static int G__G__Physics_147_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03146 {
03147       TVector3::Dictionary();
03148       G__setnull(result7);
03149    return(1 || funcname || hash || result7 || libp) ;
03150 }
03151 
03152 static int G__G__Physics_147_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03153 {
03154       ((TVector3*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
03155       G__setnull(result7);
03156    return(1 || funcname || hash || result7 || libp) ;
03157 }
03158 
03159 static int G__G__Physics_147_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03160 {
03161       G__letint(result7, 67, (long) TVector3::DeclFileName());
03162    return(1 || funcname || hash || result7 || libp) ;
03163 }
03164 
03165 static int G__G__Physics_147_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03166 {
03167       G__letint(result7, 105, (long) TVector3::ImplFileLine());
03168    return(1 || funcname || hash || result7 || libp) ;
03169 }
03170 
03171 static int G__G__Physics_147_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03172 {
03173       G__letint(result7, 67, (long) TVector3::ImplFileName());
03174    return(1 || funcname || hash || result7 || libp) ;
03175 }
03176 
03177 static int G__G__Physics_147_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03178 {
03179       G__letint(result7, 105, (long) TVector3::DeclFileLine());
03180    return(1 || funcname || hash || result7 || libp) ;
03181 }
03182 
03183 // automatic destructor
03184 typedef TVector3 G__TTVector3;
03185 static int G__G__Physics_147_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03186 {
03187    char* gvp = (char*) G__getgvp();
03188    long soff = G__getstructoffset();
03189    int n = G__getaryconstruct();
03190    //
03191    //has_a_delete: 1
03192    //has_own_delete1arg: 0
03193    //has_own_delete2arg: 0
03194    //
03195    if (!soff) {
03196      return(1);
03197    }
03198    if (n) {
03199      if (gvp == (char*)G__PVOID) {
03200        delete[] (TVector3*) soff;
03201      } else {
03202        G__setgvp((long) G__PVOID);
03203        for (int i = n - 1; i >= 0; --i) {
03204          ((TVector3*) (soff+(sizeof(TVector3)*i)))->~G__TTVector3();
03205        }
03206        G__setgvp((long)gvp);
03207      }
03208    } else {
03209      if (gvp == (char*)G__PVOID) {
03210        delete (TVector3*) soff;
03211      } else {
03212        G__setgvp((long) G__PVOID);
03213        ((TVector3*) (soff))->~G__TTVector3();
03214        G__setgvp((long)gvp);
03215      }
03216    }
03217    G__setnull(result7);
03218    return(1 || funcname || hash || result7 || libp) ;
03219 }
03220 
03221 
03222 /* TQuaternion */
03223 static int G__G__Physics_148_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03224 {
03225    TQuaternion* p = NULL;
03226    char* gvp = (char*) G__getgvp();
03227    switch (libp->paran) {
03228    case 4:
03229      //m: 4
03230      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
03231        p = new TQuaternion(
03232 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
03233 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
03234      } else {
03235        p = new((void*) gvp) TQuaternion(
03236 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
03237 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
03238      }
03239      break;
03240    case 3:
03241      //m: 3
03242      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
03243        p = new TQuaternion(
03244 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
03245 , (Double_t) G__double(libp->para[2]));
03246      } else {
03247        p = new((void*) gvp) TQuaternion(
03248 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
03249 , (Double_t) G__double(libp->para[2]));
03250      }
03251      break;
03252    case 2:
03253      //m: 2
03254      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
03255        p = new TQuaternion((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
03256      } else {
03257        p = new((void*) gvp) TQuaternion((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
03258      }
03259      break;
03260    case 1:
03261      //m: 1
03262      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
03263        p = new TQuaternion((Double_t) G__double(libp->para[0]));
03264      } else {
03265        p = new((void*) gvp) TQuaternion((Double_t) G__double(libp->para[0]));
03266      }
03267      break;
03268    case 0:
03269      int n = G__getaryconstruct();
03270      if (n) {
03271        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
03272          p = new TQuaternion[n];
03273        } else {
03274          p = new((void*) gvp) TQuaternion[n];
03275        }
03276      } else {
03277        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
03278          p = new TQuaternion;
03279        } else {
03280          p = new((void*) gvp) TQuaternion;
03281        }
03282      }
03283      break;
03284    }
03285    result7->obj.i = (long) p;
03286    result7->ref = (long) p;
03287    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion));
03288    return(1 || funcname || hash || result7 || libp) ;
03289 }
03290 
03291 static int G__G__Physics_148_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03292 {
03293    TQuaternion* p = NULL;
03294    char* gvp = (char*) G__getgvp();
03295    switch (libp->paran) {
03296    case 2:
03297      //m: 2
03298      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
03299        p = new TQuaternion(*(TVector3*) libp->para[0].ref, (Double_t) G__double(libp->para[1]));
03300      } else {
03301        p = new((void*) gvp) TQuaternion(*(TVector3*) libp->para[0].ref, (Double_t) G__double(libp->para[1]));
03302      }
03303      break;
03304    case 1:
03305      //m: 1
03306      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
03307        p = new TQuaternion(*(TVector3*) libp->para[0].ref);
03308      } else {
03309        p = new((void*) gvp) TQuaternion(*(TVector3*) libp->para[0].ref);
03310      }
03311      break;
03312    }
03313    result7->obj.i = (long) p;
03314    result7->ref = (long) p;
03315    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion));
03316    return(1 || funcname || hash || result7 || libp) ;
03317 }
03318 
03319 static int G__G__Physics_148_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03320 {
03321    TQuaternion* p = NULL;
03322    char* gvp = (char*) G__getgvp();
03323    //m: 1
03324    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
03325      p = new TQuaternion((Double_t*) G__int(libp->para[0]));
03326    } else {
03327      p = new((void*) gvp) TQuaternion((Double_t*) G__int(libp->para[0]));
03328    }
03329    result7->obj.i = (long) p;
03330    result7->ref = (long) p;
03331    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion));
03332    return(1 || funcname || hash || result7 || libp) ;
03333 }
03334 
03335 static int G__G__Physics_148_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03336 {
03337    TQuaternion* p = NULL;
03338    char* gvp = (char*) G__getgvp();
03339    //m: 1
03340    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
03341      p = new TQuaternion((Float_t*) G__int(libp->para[0]));
03342    } else {
03343      p = new((void*) gvp) TQuaternion((Float_t*) G__int(libp->para[0]));
03344    }
03345    result7->obj.i = (long) p;
03346    result7->ref = (long) p;
03347    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion));
03348    return(1 || funcname || hash || result7 || libp) ;
03349 }
03350 
03351 static int G__G__Physics_148_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03352 {
03353    TQuaternion* p = NULL;
03354    char* gvp = (char*) G__getgvp();
03355    //m: 1
03356    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
03357      p = new TQuaternion(*(TQuaternion*) libp->para[0].ref);
03358    } else {
03359      p = new((void*) gvp) TQuaternion(*(TQuaternion*) libp->para[0].ref);
03360    }
03361    result7->obj.i = (long) p;
03362    result7->ref = (long) p;
03363    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion));
03364    return(1 || funcname || hash || result7 || libp) ;
03365 }
03366 
03367 static int G__G__Physics_148_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03368 {
03369       G__letdouble(result7, 100, (double) ((const TQuaternion*) G__getstructoffset())->operator()((int) G__int(libp->para[0])));
03370    return(1 || funcname || hash || result7 || libp) ;
03371 }
03372 
03373 static int G__G__Physics_148_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03374 {
03375       G__letdouble(result7, 100, (double) ((const TQuaternion*) G__getstructoffset())->operator[]((int) G__int(libp->para[0])));
03376    return(1 || funcname || hash || result7 || libp) ;
03377 }
03378 
03379 static int G__G__Physics_148_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03380 {
03381       {
03382          const Double_t& obj = ((TQuaternion*) G__getstructoffset())->operator()((int) G__int(libp->para[0]));
03383          result7->ref = (long) (&obj);
03384          result7->obj.d = (double) (obj);
03385       }
03386    return(1 || funcname || hash || result7 || libp) ;
03387 }
03388 
03389 static int G__G__Physics_148_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03390 {
03391       {
03392          const Double_t& obj = ((TQuaternion*) G__getstructoffset())->operator[]((int) G__int(libp->para[0]));
03393          result7->ref = (long) (&obj);
03394          result7->obj.d = (double) (obj);
03395       }
03396    return(1 || funcname || hash || result7 || libp) ;
03397 }
03398 
03399 static int G__G__Physics_148_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03400 {
03401       {
03402          const TQuaternion& obj = ((TQuaternion*) G__getstructoffset())->SetRXYZ((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
03403 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
03404          result7->ref = (long) (&obj);
03405          result7->obj.i = (long) (&obj);
03406       }
03407    return(1 || funcname || hash || result7 || libp) ;
03408 }
03409 
03410 static int G__G__Physics_148_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03411 {
03412       {
03413          const TQuaternion& obj = ((TQuaternion*) G__getstructoffset())->SetRV((Double_t) G__double(libp->para[0]), *(TVector3*) libp->para[1].ref);
03414          result7->ref = (long) (&obj);
03415          result7->obj.i = (long) (&obj);
03416       }
03417    return(1 || funcname || hash || result7 || libp) ;
03418 }
03419 
03420 static int G__G__Physics_148_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03421 {
03422       {
03423          const TQuaternion& obj = ((TQuaternion*) G__getstructoffset())->SetAxisQAngle(*(TVector3*) libp->para[0].ref, (Double_t) G__double(libp->para[1]));
03424          result7->ref = (long) (&obj);
03425          result7->obj.i = (long) (&obj);
03426       }
03427    return(1 || funcname || hash || result7 || libp) ;
03428 }
03429 
03430 static int G__G__Physics_148_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03431 {
03432       G__letdouble(result7, 100, (double) ((const TQuaternion*) G__getstructoffset())->GetQAngle());
03433    return(1 || funcname || hash || result7 || libp) ;
03434 }
03435 
03436 static int G__G__Physics_148_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03437 {
03438       {
03439          const TQuaternion& obj = ((TQuaternion*) G__getstructoffset())->SetQAngle((Double_t) G__double(libp->para[0]));
03440          result7->ref = (long) (&obj);
03441          result7->obj.i = (long) (&obj);
03442       }
03443    return(1 || funcname || hash || result7 || libp) ;
03444 }
03445 
03446 static int G__G__Physics_148_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03447 {
03448       ((const TQuaternion*) G__getstructoffset())->GetRXYZ((Double_t*) G__int(libp->para[0]));
03449       G__setnull(result7);
03450    return(1 || funcname || hash || result7 || libp) ;
03451 }
03452 
03453 static int G__G__Physics_148_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03454 {
03455       ((const TQuaternion*) G__getstructoffset())->GetRXYZ((Float_t*) G__int(libp->para[0]));
03456       G__setnull(result7);
03457    return(1 || funcname || hash || result7 || libp) ;
03458 }
03459 
03460 static int G__G__Physics_148_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03461 {
03462       {
03463          const TQuaternion& obj = ((TQuaternion*) G__getstructoffset())->operator=((Double_t) G__double(libp->para[0]));
03464          result7->ref = (long) (&obj);
03465          result7->obj.i = (long) (&obj);
03466       }
03467    return(1 || funcname || hash || result7 || libp) ;
03468 }
03469 
03470 static int G__G__Physics_148_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03471 {
03472       G__letint(result7, 103, (long) ((const TQuaternion*) G__getstructoffset())->operator==((Double_t) G__double(libp->para[0])));
03473    return(1 || funcname || hash || result7 || libp) ;
03474 }
03475 
03476 static int G__G__Physics_148_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03477 {
03478       G__letint(result7, 103, (long) ((const TQuaternion*) G__getstructoffset())->operator!=((Double_t) G__double(libp->para[0])));
03479    return(1 || funcname || hash || result7 || libp) ;
03480 }
03481 
03482 static int G__G__Physics_148_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03483 {
03484       {
03485          const TQuaternion& obj = ((TQuaternion*) G__getstructoffset())->operator+=((Double_t) G__double(libp->para[0]));
03486          result7->ref = (long) (&obj);
03487          result7->obj.i = (long) (&obj);
03488       }
03489    return(1 || funcname || hash || result7 || libp) ;
03490 }
03491 
03492 static int G__G__Physics_148_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03493 {
03494       {
03495          const TQuaternion& obj = ((TQuaternion*) G__getstructoffset())->operator-=((Double_t) G__double(libp->para[0]));
03496          result7->ref = (long) (&obj);
03497          result7->obj.i = (long) (&obj);
03498       }
03499    return(1 || funcname || hash || result7 || libp) ;
03500 }
03501 
03502 static int G__G__Physics_148_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03503 {
03504       {
03505          const TQuaternion& obj = ((TQuaternion*) G__getstructoffset())->operator*=((Double_t) G__double(libp->para[0]));
03506          result7->ref = (long) (&obj);
03507          result7->obj.i = (long) (&obj);
03508       }
03509    return(1 || funcname || hash || result7 || libp) ;
03510 }
03511 
03512 static int G__G__Physics_148_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03513 {
03514       {
03515          const TQuaternion& obj = ((TQuaternion*) G__getstructoffset())->operator/=((Double_t) G__double(libp->para[0]));
03516          result7->ref = (long) (&obj);
03517          result7->obj.i = (long) (&obj);
03518       }
03519    return(1 || funcname || hash || result7 || libp) ;
03520 }
03521 
03522 static int G__G__Physics_148_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03523 {
03524       {
03525          const TQuaternion* pobj;
03526          const TQuaternion xobj = ((const TQuaternion*) G__getstructoffset())->operator*((Double_t) G__double(libp->para[0]));
03527          pobj = new TQuaternion(xobj);
03528          result7->obj.i = (long) ((void*) pobj);
03529          result7->ref = result7->obj.i;
03530          G__store_tempobject(*result7);
03531       }
03532    return(1 || funcname || hash || result7 || libp) ;
03533 }
03534 
03535 static int G__G__Physics_148_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03536 {
03537       {
03538          const TQuaternion* pobj;
03539          const TQuaternion xobj = ((const TQuaternion*) G__getstructoffset())->operator+((Double_t) G__double(libp->para[0]));
03540          pobj = new TQuaternion(xobj);
03541          result7->obj.i = (long) ((void*) pobj);
03542          result7->ref = result7->obj.i;
03543          G__store_tempobject(*result7);
03544       }
03545    return(1 || funcname || hash || result7 || libp) ;
03546 }
03547 
03548 static int G__G__Physics_148_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03549 {
03550       {
03551          const TQuaternion* pobj;
03552          const TQuaternion xobj = ((const TQuaternion*) G__getstructoffset())->operator-((Double_t) G__double(libp->para[0]));
03553          pobj = new TQuaternion(xobj);
03554          result7->obj.i = (long) ((void*) pobj);
03555          result7->ref = result7->obj.i;
03556          G__store_tempobject(*result7);
03557       }
03558    return(1 || funcname || hash || result7 || libp) ;
03559 }
03560 
03561 static int G__G__Physics_148_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03562 {
03563       {
03564          const TQuaternion* pobj;
03565          const TQuaternion xobj = ((const TQuaternion*) G__getstructoffset())->operator/((Double_t) G__double(libp->para[0]));
03566          pobj = new TQuaternion(xobj);
03567          result7->obj.i = (long) ((void*) pobj);
03568          result7->ref = result7->obj.i;
03569          G__store_tempobject(*result7);
03570       }
03571    return(1 || funcname || hash || result7 || libp) ;
03572 }
03573 
03574 static int G__G__Physics_148_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03575 {
03576       {
03577          const TQuaternion& obj = ((TQuaternion*) G__getstructoffset())->operator=(*(TVector3*) libp->para[0].ref);
03578          result7->ref = (long) (&obj);
03579          result7->obj.i = (long) (&obj);
03580       }
03581    return(1 || funcname || hash || result7 || libp) ;
03582 }
03583 
03584 static int G__G__Physics_148_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03585 {
03586       G__letint(result7, 103, (long) ((const TQuaternion*) G__getstructoffset())->operator==(*(TVector3*) libp->para[0].ref));
03587    return(1 || funcname || hash || result7 || libp) ;
03588 }
03589 
03590 static int G__G__Physics_148_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03591 {
03592       G__letint(result7, 103, (long) ((const TQuaternion*) G__getstructoffset())->operator!=(*(TVector3*) libp->para[0].ref));
03593    return(1 || funcname || hash || result7 || libp) ;
03594 }
03595 
03596 static int G__G__Physics_148_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03597 {
03598       {
03599          const TQuaternion& obj = ((TQuaternion*) G__getstructoffset())->operator+=(*(TVector3*) libp->para[0].ref);
03600          result7->ref = (long) (&obj);
03601          result7->obj.i = (long) (&obj);
03602       }
03603    return(1 || funcname || hash || result7 || libp) ;
03604 }
03605 
03606 static int G__G__Physics_148_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03607 {
03608       {
03609          const TQuaternion& obj = ((TQuaternion*) G__getstructoffset())->operator-=(*(TVector3*) libp->para[0].ref);
03610          result7->ref = (long) (&obj);
03611          result7->obj.i = (long) (&obj);
03612       }
03613    return(1 || funcname || hash || result7 || libp) ;
03614 }
03615 
03616 static int G__G__Physics_148_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03617 {
03618       {
03619          const TQuaternion& obj = ((TQuaternion*) G__getstructoffset())->MultiplyLeft(*(TVector3*) libp->para[0].ref);
03620          result7->ref = (long) (&obj);
03621          result7->obj.i = (long) (&obj);
03622       }
03623    return(1 || funcname || hash || result7 || libp) ;
03624 }
03625 
03626 static int G__G__Physics_148_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03627 {
03628       {
03629          const TQuaternion& obj = ((TQuaternion*) G__getstructoffset())->operator*=(*(TVector3*) libp->para[0].ref);
03630          result7->ref = (long) (&obj);
03631          result7->obj.i = (long) (&obj);
03632       }
03633    return(1 || funcname || hash || result7 || libp) ;
03634 }
03635 
03636 static int G__G__Physics_148_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03637 {
03638       {
03639          const TQuaternion& obj = ((TQuaternion*) G__getstructoffset())->DivideLeft(*(TVector3*) libp->para[0].ref);
03640          result7->ref = (long) (&obj);
03641          result7->obj.i = (long) (&obj);
03642       }
03643    return(1 || funcname || hash || result7 || libp) ;
03644 }
03645 
03646 static int G__G__Physics_148_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03647 {
03648       {
03649          const TQuaternion& obj = ((TQuaternion*) G__getstructoffset())->operator/=(*(TVector3*) libp->para[0].ref);
03650          result7->ref = (long) (&obj);
03651          result7->obj.i = (long) (&obj);
03652       }
03653    return(1 || funcname || hash || result7 || libp) ;
03654 }
03655 
03656 static int G__G__Physics_148_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03657 {
03658       {
03659          const TQuaternion* pobj;
03660          const TQuaternion xobj = ((const TQuaternion*) G__getstructoffset())->operator+(*(TVector3*) libp->para[0].ref);
03661          pobj = new TQuaternion(xobj);
03662          result7->obj.i = (long) ((void*) pobj);
03663          result7->ref = result7->obj.i;
03664          G__store_tempobject(*result7);
03665       }
03666    return(1 || funcname || hash || result7 || libp) ;
03667 }
03668 
03669 static int G__G__Physics_148_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03670 {
03671       {
03672          const TQuaternion* pobj;
03673          const TQuaternion xobj = ((const TQuaternion*) G__getstructoffset())->operator-(*(TVector3*) libp->para[0].ref);
03674          pobj = new TQuaternion(xobj);
03675          result7->obj.i = (long) ((void*) pobj);
03676          result7->ref = result7->obj.i;
03677          G__store_tempobject(*result7);
03678       }
03679    return(1 || funcname || hash || result7 || libp) ;
03680 }
03681 
03682 static int G__G__Physics_148_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03683 {
03684       {
03685          const TQuaternion* pobj;
03686          const TQuaternion xobj = ((const TQuaternion*) G__getstructoffset())->LeftProduct(*(TVector3*) libp->para[0].ref);
03687          pobj = new TQuaternion(xobj);
03688          result7->obj.i = (long) ((void*) pobj);
03689          result7->ref = result7->obj.i;
03690          G__store_tempobject(*result7);
03691       }
03692    return(1 || funcname || hash || result7 || libp) ;
03693 }
03694 
03695 static int G__G__Physics_148_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03696 {
03697       {
03698          const TQuaternion* pobj;
03699          const TQuaternion xobj = ((const TQuaternion*) G__getstructoffset())->operator*(*(TVector3*) libp->para[0].ref);
03700          pobj = new TQuaternion(xobj);
03701          result7->obj.i = (long) ((void*) pobj);
03702          result7->ref = result7->obj.i;
03703          G__store_tempobject(*result7);
03704       }
03705    return(1 || funcname || hash || result7 || libp) ;
03706 }
03707 
03708 static int G__G__Physics_148_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03709 {
03710       {
03711          const TQuaternion* pobj;
03712          const TQuaternion xobj = ((const TQuaternion*) G__getstructoffset())->LeftQuotient(*(TVector3*) libp->para[0].ref);
03713          pobj = new TQuaternion(xobj);
03714          result7->obj.i = (long) ((void*) pobj);
03715          result7->ref = result7->obj.i;
03716          G__store_tempobject(*result7);
03717       }
03718    return(1 || funcname || hash || result7 || libp) ;
03719 }
03720 
03721 static int G__G__Physics_148_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03722 {
03723       {
03724          const TQuaternion* pobj;
03725          const TQuaternion xobj = ((const TQuaternion*) G__getstructoffset())->operator/(*(TVector3*) libp->para[0].ref);
03726          pobj = new TQuaternion(xobj);
03727          result7->obj.i = (long) ((void*) pobj);
03728          result7->ref = result7->obj.i;
03729          G__store_tempobject(*result7);
03730       }
03731    return(1 || funcname || hash || result7 || libp) ;
03732 }
03733 
03734 static int G__G__Physics_148_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03735 {
03736       {
03737          const TQuaternion& obj = ((TQuaternion*) G__getstructoffset())->operator=(*(TQuaternion*) libp->para[0].ref);
03738          result7->ref = (long) (&obj);
03739          result7->obj.i = (long) (&obj);
03740       }
03741    return(1 || funcname || hash || result7 || libp) ;
03742 }
03743 
03744 static int G__G__Physics_148_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03745 {
03746       G__letint(result7, 103, (long) ((const TQuaternion*) G__getstructoffset())->operator==(*(TQuaternion*) libp->para[0].ref));
03747    return(1 || funcname || hash || result7 || libp) ;
03748 }
03749 
03750 static int G__G__Physics_148_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03751 {
03752       G__letint(result7, 103, (long) ((const TQuaternion*) G__getstructoffset())->operator!=(*(TQuaternion*) libp->para[0].ref));
03753    return(1 || funcname || hash || result7 || libp) ;
03754 }
03755 
03756 static int G__G__Physics_148_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03757 {
03758       {
03759          const TQuaternion& obj = ((TQuaternion*) G__getstructoffset())->operator+=(*(TQuaternion*) libp->para[0].ref);
03760          result7->ref = (long) (&obj);
03761          result7->obj.i = (long) (&obj);
03762       }
03763    return(1 || funcname || hash || result7 || libp) ;
03764 }
03765 
03766 static int G__G__Physics_148_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03767 {
03768       {
03769          const TQuaternion& obj = ((TQuaternion*) G__getstructoffset())->operator-=(*(TQuaternion*) libp->para[0].ref);
03770          result7->ref = (long) (&obj);
03771          result7->obj.i = (long) (&obj);
03772       }
03773    return(1 || funcname || hash || result7 || libp) ;
03774 }
03775 
03776 static int G__G__Physics_148_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03777 {
03778       {
03779          const TQuaternion& obj = ((TQuaternion*) G__getstructoffset())->MultiplyLeft(*(TQuaternion*) libp->para[0].ref);
03780          result7->ref = (long) (&obj);
03781          result7->obj.i = (long) (&obj);
03782       }
03783    return(1 || funcname || hash || result7 || libp) ;
03784 }
03785 
03786 static int G__G__Physics_148_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03787 {
03788       {
03789          const TQuaternion& obj = ((TQuaternion*) G__getstructoffset())->operator*=(*(TQuaternion*) libp->para[0].ref);
03790          result7->ref = (long) (&obj);
03791          result7->obj.i = (long) (&obj);
03792       }
03793    return(1 || funcname || hash || result7 || libp) ;
03794 }
03795 
03796 static int G__G__Physics_148_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03797 {
03798       {
03799          const TQuaternion& obj = ((TQuaternion*) G__getstructoffset())->DivideLeft(*(TQuaternion*) libp->para[0].ref);
03800          result7->ref = (long) (&obj);
03801          result7->obj.i = (long) (&obj);
03802       }
03803    return(1 || funcname || hash || result7 || libp) ;
03804 }
03805 
03806 static int G__G__Physics_148_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03807 {
03808       {
03809          const TQuaternion& obj = ((TQuaternion*) G__getstructoffset())->operator/=(*(TQuaternion*) libp->para[0].ref);
03810          result7->ref = (long) (&obj);
03811          result7->obj.i = (long) (&obj);
03812       }
03813    return(1 || funcname || hash || result7 || libp) ;
03814 }
03815 
03816 static int G__G__Physics_148_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03817 {
03818       {
03819          const TQuaternion* pobj;
03820          const TQuaternion xobj = ((const TQuaternion*) G__getstructoffset())->operator+(*(TQuaternion*) libp->para[0].ref);
03821          pobj = new TQuaternion(xobj);
03822          result7->obj.i = (long) ((void*) pobj);
03823          result7->ref = result7->obj.i;
03824          G__store_tempobject(*result7);
03825       }
03826    return(1 || funcname || hash || result7 || libp) ;
03827 }
03828 
03829 static int G__G__Physics_148_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03830 {
03831       {
03832          const TQuaternion* pobj;
03833          const TQuaternion xobj = ((const TQuaternion*) G__getstructoffset())->operator-(*(TQuaternion*) libp->para[0].ref);
03834          pobj = new TQuaternion(xobj);
03835          result7->obj.i = (long) ((void*) pobj);
03836          result7->ref = result7->obj.i;
03837          G__store_tempobject(*result7);
03838       }
03839    return(1 || funcname || hash || result7 || libp) ;
03840 }
03841 
03842 static int G__G__Physics_148_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03843 {
03844       {
03845          const TQuaternion* pobj;
03846          const TQuaternion xobj = ((const TQuaternion*) G__getstructoffset())->LeftProduct(*(TQuaternion*) libp->para[0].ref);
03847          pobj = new TQuaternion(xobj);
03848          result7->obj.i = (long) ((void*) pobj);
03849          result7->ref = result7->obj.i;
03850          G__store_tempobject(*result7);
03851       }
03852    return(1 || funcname || hash || result7 || libp) ;
03853 }
03854 
03855 static int G__G__Physics_148_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03856 {
03857       {
03858          const TQuaternion* pobj;
03859          const TQuaternion xobj = ((const TQuaternion*) G__getstructoffset())->operator*(*(TQuaternion*) libp->para[0].ref);
03860          pobj = new TQuaternion(xobj);
03861          result7->obj.i = (long) ((void*) pobj);
03862          result7->ref = result7->obj.i;
03863          G__store_tempobject(*result7);
03864       }
03865    return(1 || funcname || hash || result7 || libp) ;
03866 }
03867 
03868 static int G__G__Physics_148_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03869 {
03870       {
03871          const TQuaternion* pobj;
03872          const TQuaternion xobj = ((const TQuaternion*) G__getstructoffset())->LeftQuotient(*(TQuaternion*) libp->para[0].ref);
03873          pobj = new TQuaternion(xobj);
03874          result7->obj.i = (long) ((void*) pobj);
03875          result7->ref = result7->obj.i;
03876          G__store_tempobject(*result7);
03877       }
03878    return(1 || funcname || hash || result7 || libp) ;
03879 }
03880 
03881 static int G__G__Physics_148_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03882 {
03883       {
03884          const TQuaternion* pobj;
03885          const TQuaternion xobj = ((const TQuaternion*) G__getstructoffset())->operator/(*(TQuaternion*) libp->para[0].ref);
03886          pobj = new TQuaternion(xobj);
03887          result7->obj.i = (long) ((void*) pobj);
03888          result7->ref = result7->obj.i;
03889          G__store_tempobject(*result7);
03890       }
03891    return(1 || funcname || hash || result7 || libp) ;
03892 }
03893 
03894 static int G__G__Physics_148_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03895 {
03896       G__letdouble(result7, 100, (double) ((const TQuaternion*) G__getstructoffset())->Norm());
03897    return(1 || funcname || hash || result7 || libp) ;
03898 }
03899 
03900 static int G__G__Physics_148_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03901 {
03902       G__letdouble(result7, 100, (double) ((const TQuaternion*) G__getstructoffset())->Norm2());
03903    return(1 || funcname || hash || result7 || libp) ;
03904 }
03905 
03906 static int G__G__Physics_148_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03907 {
03908       G__letdouble(result7, 100, (double) ((const TQuaternion*) G__getstructoffset())->QMag());
03909    return(1 || funcname || hash || result7 || libp) ;
03910 }
03911 
03912 static int G__G__Physics_148_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03913 {
03914       G__letdouble(result7, 100, (double) ((const TQuaternion*) G__getstructoffset())->QMag2());
03915    return(1 || funcname || hash || result7 || libp) ;
03916 }
03917 
03918 static int G__G__Physics_148_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03919 {
03920       {
03921          const TQuaternion& obj = ((TQuaternion*) G__getstructoffset())->Normalize();
03922          result7->ref = (long) (&obj);
03923          result7->obj.i = (long) (&obj);
03924       }
03925    return(1 || funcname || hash || result7 || libp) ;
03926 }
03927 
03928 static int G__G__Physics_148_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03929 {
03930       {
03931          const TQuaternion* pobj;
03932          const TQuaternion xobj = ((const TQuaternion*) G__getstructoffset())->operator-();
03933          pobj = new TQuaternion(xobj);
03934          result7->obj.i = (long) ((void*) pobj);
03935          result7->ref = result7->obj.i;
03936          G__store_tempobject(*result7);
03937       }
03938    return(1 || funcname || hash || result7 || libp) ;
03939 }
03940 
03941 static int G__G__Physics_148_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03942 {
03943       {
03944          const TQuaternion* pobj;
03945          const TQuaternion xobj = ((const TQuaternion*) G__getstructoffset())->Conjugate();
03946          pobj = new TQuaternion(xobj);
03947          result7->obj.i = (long) ((void*) pobj);
03948          result7->ref = result7->obj.i;
03949          G__store_tempobject(*result7);
03950       }
03951    return(1 || funcname || hash || result7 || libp) ;
03952 }
03953 
03954 static int G__G__Physics_148_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03955 {
03956       {
03957          const TQuaternion* pobj;
03958          const TQuaternion xobj = ((const TQuaternion*) G__getstructoffset())->Invert();
03959          pobj = new TQuaternion(xobj);
03960          result7->obj.i = (long) ((void*) pobj);
03961          result7->ref = result7->obj.i;
03962          G__store_tempobject(*result7);
03963       }
03964    return(1 || funcname || hash || result7 || libp) ;
03965 }
03966 
03967 static int G__G__Physics_148_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03968 {
03969       ((const TQuaternion*) G__getstructoffset())->Rotate(*(TVector3*) libp->para[0].ref);
03970       G__setnull(result7);
03971    return(1 || funcname || hash || result7 || libp) ;
03972 }
03973 
03974 static int G__G__Physics_148_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03975 {
03976       {
03977          const TVector3* pobj;
03978          const TVector3 xobj = ((const TQuaternion*) G__getstructoffset())->Rotation(*(TVector3*) libp->para[0].ref);
03979          pobj = new TVector3(xobj);
03980          result7->obj.i = (long) ((void*) pobj);
03981          result7->ref = result7->obj.i;
03982          G__store_tempobject(*result7);
03983       }
03984    return(1 || funcname || hash || result7 || libp) ;
03985 }
03986 
03987 static int G__G__Physics_148_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03988 {
03989       G__letint(result7, 85, (long) TQuaternion::Class());
03990    return(1 || funcname || hash || result7 || libp) ;
03991 }
03992 
03993 static int G__G__Physics_148_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03994 {
03995       G__letint(result7, 67, (long) TQuaternion::Class_Name());
03996    return(1 || funcname || hash || result7 || libp) ;
03997 }
03998 
03999 static int G__G__Physics_148_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04000 {
04001       G__letint(result7, 115, (long) TQuaternion::Class_Version());
04002    return(1 || funcname || hash || result7 || libp) ;
04003 }
04004 
04005 static int G__G__Physics_148_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04006 {
04007       TQuaternion::Dictionary();
04008       G__setnull(result7);
04009    return(1 || funcname || hash || result7 || libp) ;
04010 }
04011 
04012 static int G__G__Physics_148_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04013 {
04014       ((TQuaternion*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
04015       G__setnull(result7);
04016    return(1 || funcname || hash || result7 || libp) ;
04017 }
04018 
04019 static int G__G__Physics_148_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04020 {
04021       G__letint(result7, 67, (long) TQuaternion::DeclFileName());
04022    return(1 || funcname || hash || result7 || libp) ;
04023 }
04024 
04025 static int G__G__Physics_148_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04026 {
04027       G__letint(result7, 105, (long) TQuaternion::ImplFileLine());
04028    return(1 || funcname || hash || result7 || libp) ;
04029 }
04030 
04031 static int G__G__Physics_148_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04032 {
04033       G__letint(result7, 67, (long) TQuaternion::ImplFileName());
04034    return(1 || funcname || hash || result7 || libp) ;
04035 }
04036 
04037 static int G__G__Physics_148_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04038 {
04039       G__letint(result7, 105, (long) TQuaternion::DeclFileLine());
04040    return(1 || funcname || hash || result7 || libp) ;
04041 }
04042 
04043 // automatic destructor
04044 typedef TQuaternion G__TTQuaternion;
04045 static int G__G__Physics_148_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04046 {
04047    char* gvp = (char*) G__getgvp();
04048    long soff = G__getstructoffset();
04049    int n = G__getaryconstruct();
04050    //
04051    //has_a_delete: 1
04052    //has_own_delete1arg: 0
04053    //has_own_delete2arg: 0
04054    //
04055    if (!soff) {
04056      return(1);
04057    }
04058    if (n) {
04059      if (gvp == (char*)G__PVOID) {
04060        delete[] (TQuaternion*) soff;
04061      } else {
04062        G__setgvp((long) G__PVOID);
04063        for (int i = n - 1; i >= 0; --i) {
04064          ((TQuaternion*) (soff+(sizeof(TQuaternion)*i)))->~G__TTQuaternion();
04065        }
04066        G__setgvp((long)gvp);
04067      }
04068    } else {
04069      if (gvp == (char*)G__PVOID) {
04070        delete (TQuaternion*) soff;
04071      } else {
04072        G__setgvp((long) G__PVOID);
04073        ((TQuaternion*) (soff))->~G__TTQuaternion();
04074        G__setgvp((long)gvp);
04075      }
04076    }
04077    G__setnull(result7);
04078    return(1 || funcname || hash || result7 || libp) ;
04079 }
04080 
04081 
04082 /* TLorentzRotation */
04083 static int G__G__Physics_150_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04084 {
04085    TLorentzRotation* p = NULL;
04086    char* gvp = (char*) G__getgvp();
04087    int n = G__getaryconstruct();
04088    if (n) {
04089      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
04090        p = new TLorentzRotation[n];
04091      } else {
04092        p = new((void*) gvp) TLorentzRotation[n];
04093      }
04094    } else {
04095      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
04096        p = new TLorentzRotation;
04097      } else {
04098        p = new((void*) gvp) TLorentzRotation;
04099      }
04100    }
04101    result7->obj.i = (long) p;
04102    result7->ref = (long) p;
04103    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation));
04104    return(1 || funcname || hash || result7 || libp) ;
04105 }
04106 
04107 static int G__G__Physics_150_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04108 {
04109    TLorentzRotation* p = NULL;
04110    char* gvp = (char*) G__getgvp();
04111    //m: 1
04112    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
04113      p = new TLorentzRotation(*(TRotation*) libp->para[0].ref);
04114    } else {
04115      p = new((void*) gvp) TLorentzRotation(*(TRotation*) libp->para[0].ref);
04116    }
04117    result7->obj.i = (long) p;
04118    result7->ref = (long) p;
04119    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation));
04120    return(1 || funcname || hash || result7 || libp) ;
04121 }
04122 
04123 static int G__G__Physics_150_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04124 {
04125    TLorentzRotation* p = NULL;
04126    char* gvp = (char*) G__getgvp();
04127    //m: 1
04128    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
04129      p = new TLorentzRotation(*(TLorentzRotation*) libp->para[0].ref);
04130    } else {
04131      p = new((void*) gvp) TLorentzRotation(*(TLorentzRotation*) libp->para[0].ref);
04132    }
04133    result7->obj.i = (long) p;
04134    result7->ref = (long) p;
04135    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation));
04136    return(1 || funcname || hash || result7 || libp) ;
04137 }
04138 
04139 static int G__G__Physics_150_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04140 {
04141    TLorentzRotation* p = NULL;
04142    char* gvp = (char*) G__getgvp();
04143    //m: 3
04144    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
04145      p = new TLorentzRotation(
04146 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
04147 , (Double_t) G__double(libp->para[2]));
04148    } else {
04149      p = new((void*) gvp) TLorentzRotation(
04150 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
04151 , (Double_t) G__double(libp->para[2]));
04152    }
04153    result7->obj.i = (long) p;
04154    result7->ref = (long) p;
04155    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation));
04156    return(1 || funcname || hash || result7 || libp) ;
04157 }
04158 
04159 static int G__G__Physics_150_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04160 {
04161    TLorentzRotation* p = NULL;
04162    char* gvp = (char*) G__getgvp();
04163    //m: 1
04164    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
04165      p = new TLorentzRotation(*(TVector3*) libp->para[0].ref);
04166    } else {
04167      p = new((void*) gvp) TLorentzRotation(*(TVector3*) libp->para[0].ref);
04168    }
04169    result7->obj.i = (long) p;
04170    result7->ref = (long) p;
04171    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation));
04172    return(1 || funcname || hash || result7 || libp) ;
04173 }
04174 
04175 static int G__G__Physics_150_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04176 {
04177       G__letdouble(result7, 100, (double) ((const TLorentzRotation*) G__getstructoffset())->XX());
04178    return(1 || funcname || hash || result7 || libp) ;
04179 }
04180 
04181 static int G__G__Physics_150_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04182 {
04183       G__letdouble(result7, 100, (double) ((const TLorentzRotation*) G__getstructoffset())->XY());
04184    return(1 || funcname || hash || result7 || libp) ;
04185 }
04186 
04187 static int G__G__Physics_150_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04188 {
04189       G__letdouble(result7, 100, (double) ((const TLorentzRotation*) G__getstructoffset())->XZ());
04190    return(1 || funcname || hash || result7 || libp) ;
04191 }
04192 
04193 static int G__G__Physics_150_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04194 {
04195       G__letdouble(result7, 100, (double) ((const TLorentzRotation*) G__getstructoffset())->XT());
04196    return(1 || funcname || hash || result7 || libp) ;
04197 }
04198 
04199 static int G__G__Physics_150_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04200 {
04201       G__letdouble(result7, 100, (double) ((const TLorentzRotation*) G__getstructoffset())->YX());
04202    return(1 || funcname || hash || result7 || libp) ;
04203 }
04204 
04205 static int G__G__Physics_150_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04206 {
04207       G__letdouble(result7, 100, (double) ((const TLorentzRotation*) G__getstructoffset())->YY());
04208    return(1 || funcname || hash || result7 || libp) ;
04209 }
04210 
04211 static int G__G__Physics_150_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04212 {
04213       G__letdouble(result7, 100, (double) ((const TLorentzRotation*) G__getstructoffset())->YZ());
04214    return(1 || funcname || hash || result7 || libp) ;
04215 }
04216 
04217 static int G__G__Physics_150_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04218 {
04219       G__letdouble(result7, 100, (double) ((const TLorentzRotation*) G__getstructoffset())->YT());
04220    return(1 || funcname || hash || result7 || libp) ;
04221 }
04222 
04223 static int G__G__Physics_150_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04224 {
04225       G__letdouble(result7, 100, (double) ((const TLorentzRotation*) G__getstructoffset())->ZX());
04226    return(1 || funcname || hash || result7 || libp) ;
04227 }
04228 
04229 static int G__G__Physics_150_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04230 {
04231       G__letdouble(result7, 100, (double) ((const TLorentzRotation*) G__getstructoffset())->ZY());
04232    return(1 || funcname || hash || result7 || libp) ;
04233 }
04234 
04235 static int G__G__Physics_150_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04236 {
04237       G__letdouble(result7, 100, (double) ((const TLorentzRotation*) G__getstructoffset())->ZZ());
04238    return(1 || funcname || hash || result7 || libp) ;
04239 }
04240 
04241 static int G__G__Physics_150_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04242 {
04243       G__letdouble(result7, 100, (double) ((const TLorentzRotation*) G__getstructoffset())->ZT());
04244    return(1 || funcname || hash || result7 || libp) ;
04245 }
04246 
04247 static int G__G__Physics_150_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04248 {
04249       G__letdouble(result7, 100, (double) ((const TLorentzRotation*) G__getstructoffset())->TX());
04250    return(1 || funcname || hash || result7 || libp) ;
04251 }
04252 
04253 static int G__G__Physics_150_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04254 {
04255       G__letdouble(result7, 100, (double) ((const TLorentzRotation*) G__getstructoffset())->TY());
04256    return(1 || funcname || hash || result7 || libp) ;
04257 }
04258 
04259 static int G__G__Physics_150_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04260 {
04261       G__letdouble(result7, 100, (double) ((const TLorentzRotation*) G__getstructoffset())->TZ());
04262    return(1 || funcname || hash || result7 || libp) ;
04263 }
04264 
04265 static int G__G__Physics_150_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04266 {
04267       G__letdouble(result7, 100, (double) ((const TLorentzRotation*) G__getstructoffset())->TT());
04268    return(1 || funcname || hash || result7 || libp) ;
04269 }
04270 
04271 static int G__G__Physics_150_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04272 {
04273       {
04274          const TLorentzRotation::TLorentzRotationRow* pobj;
04275          const TLorentzRotation::TLorentzRotationRow xobj = ((const TLorentzRotation*) G__getstructoffset())->operator[]((int) G__int(libp->para[0]));
04276          pobj = new TLorentzRotation::TLorentzRotationRow(xobj);
04277          result7->obj.i = (long) ((void*) pobj);
04278          result7->ref = result7->obj.i;
04279          G__store_tempobject(*result7);
04280       }
04281    return(1 || funcname || hash || result7 || libp) ;
04282 }
04283 
04284 static int G__G__Physics_150_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04285 {
04286       G__letdouble(result7, 100, (double) ((const TLorentzRotation*) G__getstructoffset())->operator()((int) G__int(libp->para[0]), (int) G__int(libp->para[1])));
04287    return(1 || funcname || hash || result7 || libp) ;
04288 }
04289 
04290 static int G__G__Physics_150_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04291 {
04292       {
04293          const TLorentzRotation& obj = ((TLorentzRotation*) G__getstructoffset())->operator=(*(TLorentzRotation*) libp->para[0].ref);
04294          result7->ref = (long) (&obj);
04295          result7->obj.i = (long) (&obj);
04296       }
04297    return(1 || funcname || hash || result7 || libp) ;
04298 }
04299 
04300 static int G__G__Physics_150_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04301 {
04302       {
04303          const TLorentzRotation& obj = ((TLorentzRotation*) G__getstructoffset())->operator=(*(TRotation*) libp->para[0].ref);
04304          result7->ref = (long) (&obj);
04305          result7->obj.i = (long) (&obj);
04306       }
04307    return(1 || funcname || hash || result7 || libp) ;
04308 }
04309 
04310 static int G__G__Physics_150_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04311 {
04312       G__letint(result7, 103, (long) ((const TLorentzRotation*) G__getstructoffset())->operator==(*(TLorentzRotation*) libp->para[0].ref));
04313    return(1 || funcname || hash || result7 || libp) ;
04314 }
04315 
04316 static int G__G__Physics_150_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04317 {
04318       G__letint(result7, 103, (long) ((const TLorentzRotation*) G__getstructoffset())->operator!=(*(TLorentzRotation*) libp->para[0].ref));
04319    return(1 || funcname || hash || result7 || libp) ;
04320 }
04321 
04322 static int G__G__Physics_150_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04323 {
04324       G__letint(result7, 103, (long) ((const TLorentzRotation*) G__getstructoffset())->IsIdentity());
04325    return(1 || funcname || hash || result7 || libp) ;
04326 }
04327 
04328 static int G__G__Physics_150_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04329 {
04330       {
04331          const TLorentzVector* pobj;
04332          const TLorentzVector xobj = ((const TLorentzRotation*) G__getstructoffset())->VectorMultiplication(*(TLorentzVector*) libp->para[0].ref);
04333          pobj = new TLorentzVector(xobj);
04334          result7->obj.i = (long) ((void*) pobj);
04335          result7->ref = result7->obj.i;
04336          G__store_tempobject(*result7);
04337       }
04338    return(1 || funcname || hash || result7 || libp) ;
04339 }
04340 
04341 static int G__G__Physics_150_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04342 {
04343       {
04344          const TLorentzVector* pobj;
04345          const TLorentzVector xobj = ((const TLorentzRotation*) G__getstructoffset())->operator*(*(TLorentzVector*) libp->para[0].ref);
04346          pobj = new TLorentzVector(xobj);
04347          result7->obj.i = (long) ((void*) pobj);
04348          result7->ref = result7->obj.i;
04349          G__store_tempobject(*result7);
04350       }
04351    return(1 || funcname || hash || result7 || libp) ;
04352 }
04353 
04354 static int G__G__Physics_150_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04355 {
04356       {
04357          const TLorentzRotation* pobj;
04358          const TLorentzRotation xobj = ((const TLorentzRotation*) G__getstructoffset())->MatrixMultiplication(*(TLorentzRotation*) libp->para[0].ref);
04359          pobj = new TLorentzRotation(xobj);
04360          result7->obj.i = (long) ((void*) pobj);
04361          result7->ref = result7->obj.i;
04362          G__store_tempobject(*result7);
04363       }
04364    return(1 || funcname || hash || result7 || libp) ;
04365 }
04366 
04367 static int G__G__Physics_150_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04368 {
04369       {
04370          const TLorentzRotation* pobj;
04371          const TLorentzRotation xobj = ((const TLorentzRotation*) G__getstructoffset())->operator*(*(TLorentzRotation*) libp->para[0].ref);
04372          pobj = new TLorentzRotation(xobj);
04373          result7->obj.i = (long) ((void*) pobj);
04374          result7->ref = result7->obj.i;
04375          G__store_tempobject(*result7);
04376       }
04377    return(1 || funcname || hash || result7 || libp) ;
04378 }
04379 
04380 static int G__G__Physics_150_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04381 {
04382       {
04383          const TLorentzRotation& obj = ((TLorentzRotation*) G__getstructoffset())->operator*=(*(TLorentzRotation*) libp->para[0].ref);
04384          result7->ref = (long) (&obj);
04385          result7->obj.i = (long) (&obj);
04386       }
04387    return(1 || funcname || hash || result7 || libp) ;
04388 }
04389 
04390 static int G__G__Physics_150_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04391 {
04392       {
04393          const TLorentzRotation& obj = ((TLorentzRotation*) G__getstructoffset())->Transform(*(TLorentzRotation*) libp->para[0].ref);
04394          result7->ref = (long) (&obj);
04395          result7->obj.i = (long) (&obj);
04396       }
04397    return(1 || funcname || hash || result7 || libp) ;
04398 }
04399 
04400 static int G__G__Physics_150_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04401 {
04402       {
04403          const TLorentzRotation& obj = ((TLorentzRotation*) G__getstructoffset())->Transform(*(TRotation*) libp->para[0].ref);
04404          result7->ref = (long) (&obj);
04405          result7->obj.i = (long) (&obj);
04406       }
04407    return(1 || funcname || hash || result7 || libp) ;
04408 }
04409 
04410 static int G__G__Physics_150_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04411 {
04412       {
04413          const TLorentzRotation* pobj;
04414          const TLorentzRotation xobj = ((const TLorentzRotation*) G__getstructoffset())->Inverse();
04415          pobj = new TLorentzRotation(xobj);
04416          result7->obj.i = (long) ((void*) pobj);
04417          result7->ref = result7->obj.i;
04418          G__store_tempobject(*result7);
04419       }
04420    return(1 || funcname || hash || result7 || libp) ;
04421 }
04422 
04423 static int G__G__Physics_150_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04424 {
04425       {
04426          const TLorentzRotation& obj = ((TLorentzRotation*) G__getstructoffset())->Invert();
04427          result7->ref = (long) (&obj);
04428          result7->obj.i = (long) (&obj);
04429       }
04430    return(1 || funcname || hash || result7 || libp) ;
04431 }
04432 
04433 static int G__G__Physics_150_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04434 {
04435       {
04436          const TLorentzRotation& obj = ((TLorentzRotation*) G__getstructoffset())->Boost((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
04437 , (Double_t) G__double(libp->para[2]));
04438          result7->ref = (long) (&obj);
04439          result7->obj.i = (long) (&obj);
04440       }
04441    return(1 || funcname || hash || result7 || libp) ;
04442 }
04443 
04444 static int G__G__Physics_150_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04445 {
04446       {
04447          const TLorentzRotation& obj = ((TLorentzRotation*) G__getstructoffset())->Boost(*(TVector3*) libp->para[0].ref);
04448          result7->ref = (long) (&obj);
04449          result7->obj.i = (long) (&obj);
04450       }
04451    return(1 || funcname || hash || result7 || libp) ;
04452 }
04453 
04454 static int G__G__Physics_150_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04455 {
04456       {
04457          const TLorentzRotation& obj = ((TLorentzRotation*) G__getstructoffset())->RotateX((Double_t) G__double(libp->para[0]));
04458          result7->ref = (long) (&obj);
04459          result7->obj.i = (long) (&obj);
04460       }
04461    return(1 || funcname || hash || result7 || libp) ;
04462 }
04463 
04464 static int G__G__Physics_150_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04465 {
04466       {
04467          const TLorentzRotation& obj = ((TLorentzRotation*) G__getstructoffset())->RotateY((Double_t) G__double(libp->para[0]));
04468          result7->ref = (long) (&obj);
04469          result7->obj.i = (long) (&obj);
04470       }
04471    return(1 || funcname || hash || result7 || libp) ;
04472 }
04473 
04474 static int G__G__Physics_150_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04475 {
04476       {
04477          const TLorentzRotation& obj = ((TLorentzRotation*) G__getstructoffset())->RotateZ((Double_t) G__double(libp->para[0]));
04478          result7->ref = (long) (&obj);
04479          result7->obj.i = (long) (&obj);
04480       }
04481    return(1 || funcname || hash || result7 || libp) ;
04482 }
04483 
04484 static int G__G__Physics_150_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04485 {
04486       {
04487          const TLorentzRotation& obj = ((TLorentzRotation*) G__getstructoffset())->Rotate((Double_t) G__double(libp->para[0]), *(TVector3*) libp->para[1].ref);
04488          result7->ref = (long) (&obj);
04489          result7->obj.i = (long) (&obj);
04490       }
04491    return(1 || funcname || hash || result7 || libp) ;
04492 }
04493 
04494 static int G__G__Physics_150_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04495 {
04496       {
04497          const TLorentzRotation& obj = ((TLorentzRotation*) G__getstructoffset())->Rotate((Double_t) G__double(libp->para[0]), (TVector3*) G__int(libp->para[1]));
04498          result7->ref = (long) (&obj);
04499          result7->obj.i = (long) (&obj);
04500       }
04501    return(1 || funcname || hash || result7 || libp) ;
04502 }
04503 
04504 static int G__G__Physics_150_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04505 {
04506       G__letint(result7, 85, (long) TLorentzRotation::Class());
04507    return(1 || funcname || hash || result7 || libp) ;
04508 }
04509 
04510 static int G__G__Physics_150_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04511 {
04512       G__letint(result7, 67, (long) TLorentzRotation::Class_Name());
04513    return(1 || funcname || hash || result7 || libp) ;
04514 }
04515 
04516 static int G__G__Physics_150_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04517 {
04518       G__letint(result7, 115, (long) TLorentzRotation::Class_Version());
04519    return(1 || funcname || hash || result7 || libp) ;
04520 }
04521 
04522 static int G__G__Physics_150_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04523 {
04524       TLorentzRotation::Dictionary();
04525       G__setnull(result7);
04526    return(1 || funcname || hash || result7 || libp) ;
04527 }
04528 
04529 static int G__G__Physics_150_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04530 {
04531       ((TLorentzRotation*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
04532       G__setnull(result7);
04533    return(1 || funcname || hash || result7 || libp) ;
04534 }
04535 
04536 static int G__G__Physics_150_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04537 {
04538       G__letint(result7, 67, (long) TLorentzRotation::DeclFileName());
04539    return(1 || funcname || hash || result7 || libp) ;
04540 }
04541 
04542 static int G__G__Physics_150_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04543 {
04544       G__letint(result7, 105, (long) TLorentzRotation::ImplFileLine());
04545    return(1 || funcname || hash || result7 || libp) ;
04546 }
04547 
04548 static int G__G__Physics_150_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04549 {
04550       G__letint(result7, 67, (long) TLorentzRotation::ImplFileName());
04551    return(1 || funcname || hash || result7 || libp) ;
04552 }
04553 
04554 static int G__G__Physics_150_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04555 {
04556       G__letint(result7, 105, (long) TLorentzRotation::DeclFileLine());
04557    return(1 || funcname || hash || result7 || libp) ;
04558 }
04559 
04560 // automatic destructor
04561 typedef TLorentzRotation G__TTLorentzRotation;
04562 static int G__G__Physics_150_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04563 {
04564    char* gvp = (char*) G__getgvp();
04565    long soff = G__getstructoffset();
04566    int n = G__getaryconstruct();
04567    //
04568    //has_a_delete: 1
04569    //has_own_delete1arg: 0
04570    //has_own_delete2arg: 0
04571    //
04572    if (!soff) {
04573      return(1);
04574    }
04575    if (n) {
04576      if (gvp == (char*)G__PVOID) {
04577        delete[] (TLorentzRotation*) soff;
04578      } else {
04579        G__setgvp((long) G__PVOID);
04580        for (int i = n - 1; i >= 0; --i) {
04581          ((TLorentzRotation*) (soff+(sizeof(TLorentzRotation)*i)))->~G__TTLorentzRotation();
04582        }
04583        G__setgvp((long)gvp);
04584      }
04585    } else {
04586      if (gvp == (char*)G__PVOID) {
04587        delete (TLorentzRotation*) soff;
04588      } else {
04589        G__setgvp((long) G__PVOID);
04590        ((TLorentzRotation*) (soff))->~G__TTLorentzRotation();
04591        G__setgvp((long)gvp);
04592      }
04593    }
04594    G__setnull(result7);
04595    return(1 || funcname || hash || result7 || libp) ;
04596 }
04597 
04598 
04599 /* TLorentzVector */
04600 static int G__G__Physics_151_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04601 {
04602    TLorentzVector* p = NULL;
04603    char* gvp = (char*) G__getgvp();
04604    switch (libp->paran) {
04605    case 4:
04606      //m: 4
04607      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
04608        p = new TLorentzVector(
04609 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
04610 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
04611      } else {
04612        p = new((void*) gvp) TLorentzVector(
04613 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
04614 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
04615      }
04616      break;
04617    case 3:
04618      //m: 3
04619      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
04620        p = new TLorentzVector(
04621 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
04622 , (Double_t) G__double(libp->para[2]));
04623      } else {
04624        p = new((void*) gvp) TLorentzVector(
04625 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
04626 , (Double_t) G__double(libp->para[2]));
04627      }
04628      break;
04629    case 2:
04630      //m: 2
04631      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
04632        p = new TLorentzVector((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
04633      } else {
04634        p = new((void*) gvp) TLorentzVector((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
04635      }
04636      break;
04637    case 1:
04638      //m: 1
04639      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
04640        p = new TLorentzVector((Double_t) G__double(libp->para[0]));
04641      } else {
04642        p = new((void*) gvp) TLorentzVector((Double_t) G__double(libp->para[0]));
04643      }
04644      break;
04645    case 0:
04646      int n = G__getaryconstruct();
04647      if (n) {
04648        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
04649          p = new TLorentzVector[n];
04650        } else {
04651          p = new((void*) gvp) TLorentzVector[n];
04652        }
04653      } else {
04654        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
04655          p = new TLorentzVector;
04656        } else {
04657          p = new((void*) gvp) TLorentzVector;
04658        }
04659      }
04660      break;
04661    }
04662    result7->obj.i = (long) p;
04663    result7->ref = (long) p;
04664    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector));
04665    return(1 || funcname || hash || result7 || libp) ;
04666 }
04667 
04668 static int G__G__Physics_151_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04669 {
04670    TLorentzVector* p = NULL;
04671    char* gvp = (char*) G__getgvp();
04672    //m: 1
04673    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
04674      p = new TLorentzVector((Double_t*) G__int(libp->para[0]));
04675    } else {
04676      p = new((void*) gvp) TLorentzVector((Double_t*) G__int(libp->para[0]));
04677    }
04678    result7->obj.i = (long) p;
04679    result7->ref = (long) p;
04680    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector));
04681    return(1 || funcname || hash || result7 || libp) ;
04682 }
04683 
04684 static int G__G__Physics_151_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04685 {
04686    TLorentzVector* p = NULL;
04687    char* gvp = (char*) G__getgvp();
04688    //m: 1
04689    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
04690      p = new TLorentzVector((Float_t*) G__int(libp->para[0]));
04691    } else {
04692      p = new((void*) gvp) TLorentzVector((Float_t*) G__int(libp->para[0]));
04693    }
04694    result7->obj.i = (long) p;
04695    result7->ref = (long) p;
04696    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector));
04697    return(1 || funcname || hash || result7 || libp) ;
04698 }
04699 
04700 static int G__G__Physics_151_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04701 {
04702    TLorentzVector* p = NULL;
04703    char* gvp = (char*) G__getgvp();
04704    //m: 2
04705    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
04706      p = new TLorentzVector(*(TVector3*) libp->para[0].ref, (Double_t) G__double(libp->para[1]));
04707    } else {
04708      p = new((void*) gvp) TLorentzVector(*(TVector3*) libp->para[0].ref, (Double_t) G__double(libp->para[1]));
04709    }
04710    result7->obj.i = (long) p;
04711    result7->ref = (long) p;
04712    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector));
04713    return(1 || funcname || hash || result7 || libp) ;
04714 }
04715 
04716 static int G__G__Physics_151_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04717 {
04718    TLorentzVector* p = NULL;
04719    char* gvp = (char*) G__getgvp();
04720    //m: 1
04721    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
04722      p = new TLorentzVector(*(TLorentzVector*) libp->para[0].ref);
04723    } else {
04724      p = new((void*) gvp) TLorentzVector(*(TLorentzVector*) libp->para[0].ref);
04725    }
04726    result7->obj.i = (long) p;
04727    result7->ref = (long) p;
04728    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector));
04729    return(1 || funcname || hash || result7 || libp) ;
04730 }
04731 
04732 static int G__G__Physics_151_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04733 {
04734       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->X());
04735    return(1 || funcname || hash || result7 || libp) ;
04736 }
04737 
04738 static int G__G__Physics_151_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04739 {
04740       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Y());
04741    return(1 || funcname || hash || result7 || libp) ;
04742 }
04743 
04744 static int G__G__Physics_151_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04745 {
04746       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Z());
04747    return(1 || funcname || hash || result7 || libp) ;
04748 }
04749 
04750 static int G__G__Physics_151_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04751 {
04752       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->T());
04753    return(1 || funcname || hash || result7 || libp) ;
04754 }
04755 
04756 static int G__G__Physics_151_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04757 {
04758       ((TLorentzVector*) G__getstructoffset())->SetX((Double_t) G__double(libp->para[0]));
04759       G__setnull(result7);
04760    return(1 || funcname || hash || result7 || libp) ;
04761 }
04762 
04763 static int G__G__Physics_151_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04764 {
04765       ((TLorentzVector*) G__getstructoffset())->SetY((Double_t) G__double(libp->para[0]));
04766       G__setnull(result7);
04767    return(1 || funcname || hash || result7 || libp) ;
04768 }
04769 
04770 static int G__G__Physics_151_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04771 {
04772       ((TLorentzVector*) G__getstructoffset())->SetZ((Double_t) G__double(libp->para[0]));
04773       G__setnull(result7);
04774    return(1 || funcname || hash || result7 || libp) ;
04775 }
04776 
04777 static int G__G__Physics_151_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04778 {
04779       ((TLorentzVector*) G__getstructoffset())->SetT((Double_t) G__double(libp->para[0]));
04780       G__setnull(result7);
04781    return(1 || funcname || hash || result7 || libp) ;
04782 }
04783 
04784 static int G__G__Physics_151_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04785 {
04786       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Px());
04787    return(1 || funcname || hash || result7 || libp) ;
04788 }
04789 
04790 static int G__G__Physics_151_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04791 {
04792       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Py());
04793    return(1 || funcname || hash || result7 || libp) ;
04794 }
04795 
04796 static int G__G__Physics_151_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04797 {
04798       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Pz());
04799    return(1 || funcname || hash || result7 || libp) ;
04800 }
04801 
04802 static int G__G__Physics_151_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04803 {
04804       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->P());
04805    return(1 || funcname || hash || result7 || libp) ;
04806 }
04807 
04808 static int G__G__Physics_151_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04809 {
04810       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->E());
04811    return(1 || funcname || hash || result7 || libp) ;
04812 }
04813 
04814 static int G__G__Physics_151_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04815 {
04816       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Energy());
04817    return(1 || funcname || hash || result7 || libp) ;
04818 }
04819 
04820 static int G__G__Physics_151_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04821 {
04822       ((TLorentzVector*) G__getstructoffset())->SetPx((Double_t) G__double(libp->para[0]));
04823       G__setnull(result7);
04824    return(1 || funcname || hash || result7 || libp) ;
04825 }
04826 
04827 static int G__G__Physics_151_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04828 {
04829       ((TLorentzVector*) G__getstructoffset())->SetPy((Double_t) G__double(libp->para[0]));
04830       G__setnull(result7);
04831    return(1 || funcname || hash || result7 || libp) ;
04832 }
04833 
04834 static int G__G__Physics_151_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04835 {
04836       ((TLorentzVector*) G__getstructoffset())->SetPz((Double_t) G__double(libp->para[0]));
04837       G__setnull(result7);
04838    return(1 || funcname || hash || result7 || libp) ;
04839 }
04840 
04841 static int G__G__Physics_151_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04842 {
04843       ((TLorentzVector*) G__getstructoffset())->SetE((Double_t) G__double(libp->para[0]));
04844       G__setnull(result7);
04845    return(1 || funcname || hash || result7 || libp) ;
04846 }
04847 
04848 static int G__G__Physics_151_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04849 {
04850       {
04851          const TVector3* pobj;
04852          const TVector3 xobj = ((const TLorentzVector*) G__getstructoffset())->Vect();
04853          pobj = new TVector3(xobj);
04854          result7->obj.i = (long) ((void*) pobj);
04855          result7->ref = result7->obj.i;
04856          G__store_tempobject(*result7);
04857       }
04858    return(1 || funcname || hash || result7 || libp) ;
04859 }
04860 
04861 static int G__G__Physics_151_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04862 {
04863       ((TLorentzVector*) G__getstructoffset())->SetVect(*(TVector3*) libp->para[0].ref);
04864       G__setnull(result7);
04865    return(1 || funcname || hash || result7 || libp) ;
04866 }
04867 
04868 static int G__G__Physics_151_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04869 {
04870       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Theta());
04871    return(1 || funcname || hash || result7 || libp) ;
04872 }
04873 
04874 static int G__G__Physics_151_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04875 {
04876       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->CosTheta());
04877    return(1 || funcname || hash || result7 || libp) ;
04878 }
04879 
04880 static int G__G__Physics_151_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04881 {
04882       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Phi());
04883    return(1 || funcname || hash || result7 || libp) ;
04884 }
04885 
04886 static int G__G__Physics_151_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04887 {
04888       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Rho());
04889    return(1 || funcname || hash || result7 || libp) ;
04890 }
04891 
04892 static int G__G__Physics_151_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04893 {
04894       ((TLorentzVector*) G__getstructoffset())->SetTheta((Double_t) G__double(libp->para[0]));
04895       G__setnull(result7);
04896    return(1 || funcname || hash || result7 || libp) ;
04897 }
04898 
04899 static int G__G__Physics_151_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04900 {
04901       ((TLorentzVector*) G__getstructoffset())->SetPhi((Double_t) G__double(libp->para[0]));
04902       G__setnull(result7);
04903    return(1 || funcname || hash || result7 || libp) ;
04904 }
04905 
04906 static int G__G__Physics_151_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04907 {
04908       ((TLorentzVector*) G__getstructoffset())->SetRho((Double_t) G__double(libp->para[0]));
04909       G__setnull(result7);
04910    return(1 || funcname || hash || result7 || libp) ;
04911 }
04912 
04913 static int G__G__Physics_151_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04914 {
04915       ((TLorentzVector*) G__getstructoffset())->SetPxPyPzE((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
04916 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
04917       G__setnull(result7);
04918    return(1 || funcname || hash || result7 || libp) ;
04919 }
04920 
04921 static int G__G__Physics_151_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04922 {
04923       ((TLorentzVector*) G__getstructoffset())->SetXYZT((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
04924 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
04925       G__setnull(result7);
04926    return(1 || funcname || hash || result7 || libp) ;
04927 }
04928 
04929 static int G__G__Physics_151_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04930 {
04931       ((TLorentzVector*) G__getstructoffset())->SetXYZM((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
04932 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
04933       G__setnull(result7);
04934    return(1 || funcname || hash || result7 || libp) ;
04935 }
04936 
04937 static int G__G__Physics_151_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04938 {
04939       ((TLorentzVector*) G__getstructoffset())->SetPtEtaPhiM((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
04940 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
04941       G__setnull(result7);
04942    return(1 || funcname || hash || result7 || libp) ;
04943 }
04944 
04945 static int G__G__Physics_151_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04946 {
04947       ((TLorentzVector*) G__getstructoffset())->SetPtEtaPhiE((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
04948 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
04949       G__setnull(result7);
04950    return(1 || funcname || hash || result7 || libp) ;
04951 }
04952 
04953 static int G__G__Physics_151_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04954 {
04955       ((const TLorentzVector*) G__getstructoffset())->GetXYZT((Double_t*) G__int(libp->para[0]));
04956       G__setnull(result7);
04957    return(1 || funcname || hash || result7 || libp) ;
04958 }
04959 
04960 static int G__G__Physics_151_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04961 {
04962       ((const TLorentzVector*) G__getstructoffset())->GetXYZT((Float_t*) G__int(libp->para[0]));
04963       G__setnull(result7);
04964    return(1 || funcname || hash || result7 || libp) ;
04965 }
04966 
04967 static int G__G__Physics_151_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04968 {
04969       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->operator()((int) G__int(libp->para[0])));
04970    return(1 || funcname || hash || result7 || libp) ;
04971 }
04972 
04973 static int G__G__Physics_151_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04974 {
04975       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->operator[]((int) G__int(libp->para[0])));
04976    return(1 || funcname || hash || result7 || libp) ;
04977 }
04978 
04979 static int G__G__Physics_151_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04980 {
04981       {
04982          const Double_t& obj = ((TLorentzVector*) G__getstructoffset())->operator()((int) G__int(libp->para[0]));
04983          result7->ref = (long) (&obj);
04984          result7->obj.d = (double) (obj);
04985       }
04986    return(1 || funcname || hash || result7 || libp) ;
04987 }
04988 
04989 static int G__G__Physics_151_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04990 {
04991       {
04992          const Double_t& obj = ((TLorentzVector*) G__getstructoffset())->operator[]((int) G__int(libp->para[0]));
04993          result7->ref = (long) (&obj);
04994          result7->obj.d = (double) (obj);
04995       }
04996    return(1 || funcname || hash || result7 || libp) ;
04997 }
04998 
04999 static int G__G__Physics_151_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05000 {
05001       {
05002          const TLorentzVector& obj = ((TLorentzVector*) G__getstructoffset())->operator=(*(TLorentzVector*) libp->para[0].ref);
05003          result7->ref = (long) (&obj);
05004          result7->obj.i = (long) (&obj);
05005       }
05006    return(1 || funcname || hash || result7 || libp) ;
05007 }
05008 
05009 static int G__G__Physics_151_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05010 {
05011       {
05012          const TLorentzVector* pobj;
05013          const TLorentzVector xobj = ((const TLorentzVector*) G__getstructoffset())->operator+(*(TLorentzVector*) libp->para[0].ref);
05014          pobj = new TLorentzVector(xobj);
05015          result7->obj.i = (long) ((void*) pobj);
05016          result7->ref = result7->obj.i;
05017          G__store_tempobject(*result7);
05018       }
05019    return(1 || funcname || hash || result7 || libp) ;
05020 }
05021 
05022 static int G__G__Physics_151_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05023 {
05024       {
05025          const TLorentzVector& obj = ((TLorentzVector*) G__getstructoffset())->operator+=(*(TLorentzVector*) libp->para[0].ref);
05026          result7->ref = (long) (&obj);
05027          result7->obj.i = (long) (&obj);
05028       }
05029    return(1 || funcname || hash || result7 || libp) ;
05030 }
05031 
05032 static int G__G__Physics_151_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05033 {
05034       {
05035          const TLorentzVector* pobj;
05036          const TLorentzVector xobj = ((const TLorentzVector*) G__getstructoffset())->operator-(*(TLorentzVector*) libp->para[0].ref);
05037          pobj = new TLorentzVector(xobj);
05038          result7->obj.i = (long) ((void*) pobj);
05039          result7->ref = result7->obj.i;
05040          G__store_tempobject(*result7);
05041       }
05042    return(1 || funcname || hash || result7 || libp) ;
05043 }
05044 
05045 static int G__G__Physics_151_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05046 {
05047       {
05048          const TLorentzVector& obj = ((TLorentzVector*) G__getstructoffset())->operator-=(*(TLorentzVector*) libp->para[0].ref);
05049          result7->ref = (long) (&obj);
05050          result7->obj.i = (long) (&obj);
05051       }
05052    return(1 || funcname || hash || result7 || libp) ;
05053 }
05054 
05055 static int G__G__Physics_151_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05056 {
05057       {
05058          const TLorentzVector* pobj;
05059          const TLorentzVector xobj = ((const TLorentzVector*) G__getstructoffset())->operator-();
05060          pobj = new TLorentzVector(xobj);
05061          result7->obj.i = (long) ((void*) pobj);
05062          result7->ref = result7->obj.i;
05063          G__store_tempobject(*result7);
05064       }
05065    return(1 || funcname || hash || result7 || libp) ;
05066 }
05067 
05068 static int G__G__Physics_151_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05069 {
05070       {
05071          const TLorentzVector* pobj;
05072          const TLorentzVector xobj = ((const TLorentzVector*) G__getstructoffset())->operator*((Double_t) G__double(libp->para[0]));
05073          pobj = new TLorentzVector(xobj);
05074          result7->obj.i = (long) ((void*) pobj);
05075          result7->ref = result7->obj.i;
05076          G__store_tempobject(*result7);
05077       }
05078    return(1 || funcname || hash || result7 || libp) ;
05079 }
05080 
05081 static int G__G__Physics_151_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05082 {
05083       {
05084          const TLorentzVector& obj = ((TLorentzVector*) G__getstructoffset())->operator*=((Double_t) G__double(libp->para[0]));
05085          result7->ref = (long) (&obj);
05086          result7->obj.i = (long) (&obj);
05087       }
05088    return(1 || funcname || hash || result7 || libp) ;
05089 }
05090 
05091 static int G__G__Physics_151_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05092 {
05093       G__letint(result7, 103, (long) ((const TLorentzVector*) G__getstructoffset())->operator==(*(TLorentzVector*) libp->para[0].ref));
05094    return(1 || funcname || hash || result7 || libp) ;
05095 }
05096 
05097 static int G__G__Physics_151_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05098 {
05099       G__letint(result7, 103, (long) ((const TLorentzVector*) G__getstructoffset())->operator!=(*(TLorentzVector*) libp->para[0].ref));
05100    return(1 || funcname || hash || result7 || libp) ;
05101 }
05102 
05103 static int G__G__Physics_151_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05104 {
05105       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Perp2());
05106    return(1 || funcname || hash || result7 || libp) ;
05107 }
05108 
05109 static int G__G__Physics_151_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05110 {
05111       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Pt());
05112    return(1 || funcname || hash || result7 || libp) ;
05113 }
05114 
05115 static int G__G__Physics_151_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05116 {
05117       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Perp());
05118    return(1 || funcname || hash || result7 || libp) ;
05119 }
05120 
05121 static int G__G__Physics_151_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05122 {
05123       ((TLorentzVector*) G__getstructoffset())->SetPerp((Double_t) G__double(libp->para[0]));
05124       G__setnull(result7);
05125    return(1 || funcname || hash || result7 || libp) ;
05126 }
05127 
05128 static int G__G__Physics_151_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05129 {
05130       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Perp2(*(TVector3*) libp->para[0].ref));
05131    return(1 || funcname || hash || result7 || libp) ;
05132 }
05133 
05134 static int G__G__Physics_151_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05135 {
05136       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Pt(*(TVector3*) libp->para[0].ref));
05137    return(1 || funcname || hash || result7 || libp) ;
05138 }
05139 
05140 static int G__G__Physics_151_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05141 {
05142       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Perp(*(TVector3*) libp->para[0].ref));
05143    return(1 || funcname || hash || result7 || libp) ;
05144 }
05145 
05146 static int G__G__Physics_151_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05147 {
05148       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Et2());
05149    return(1 || funcname || hash || result7 || libp) ;
05150 }
05151 
05152 static int G__G__Physics_151_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05153 {
05154       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Et());
05155    return(1 || funcname || hash || result7 || libp) ;
05156 }
05157 
05158 static int G__G__Physics_151_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05159 {
05160       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Et2(*(TVector3*) libp->para[0].ref));
05161    return(1 || funcname || hash || result7 || libp) ;
05162 }
05163 
05164 static int G__G__Physics_151_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05165 {
05166       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Et(*(TVector3*) libp->para[0].ref));
05167    return(1 || funcname || hash || result7 || libp) ;
05168 }
05169 
05170 static int G__G__Physics_151_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05171 {
05172       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->DeltaPhi(*(TLorentzVector*) libp->para[0].ref));
05173    return(1 || funcname || hash || result7 || libp) ;
05174 }
05175 
05176 static int G__G__Physics_151_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05177 {
05178       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->DeltaR(*(TLorentzVector*) libp->para[0].ref));
05179    return(1 || funcname || hash || result7 || libp) ;
05180 }
05181 
05182 static int G__G__Physics_151_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05183 {
05184       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->DrEtaPhi(*(TLorentzVector*) libp->para[0].ref));
05185    return(1 || funcname || hash || result7 || libp) ;
05186 }
05187 
05188 static int G__G__Physics_151_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05189 {
05190       {
05191          TVector2* pobj;
05192          TVector2 xobj = ((TLorentzVector*) G__getstructoffset())->EtaPhiVector();
05193          pobj = new TVector2(xobj);
05194          result7->obj.i = (long) ((void*) pobj);
05195          result7->ref = result7->obj.i;
05196          G__store_tempobject(*result7);
05197       }
05198    return(1 || funcname || hash || result7 || libp) ;
05199 }
05200 
05201 static int G__G__Physics_151_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05202 {
05203       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Angle(*(TVector3*) libp->para[0].ref));
05204    return(1 || funcname || hash || result7 || libp) ;
05205 }
05206 
05207 static int G__G__Physics_151_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05208 {
05209       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Mag2());
05210    return(1 || funcname || hash || result7 || libp) ;
05211 }
05212 
05213 static int G__G__Physics_151_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05214 {
05215       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->M2());
05216    return(1 || funcname || hash || result7 || libp) ;
05217 }
05218 
05219 static int G__G__Physics_151_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05220 {
05221       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Mag());
05222    return(1 || funcname || hash || result7 || libp) ;
05223 }
05224 
05225 static int G__G__Physics_151_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05226 {
05227       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->M());
05228    return(1 || funcname || hash || result7 || libp) ;
05229 }
05230 
05231 static int G__G__Physics_151_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05232 {
05233       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Mt2());
05234    return(1 || funcname || hash || result7 || libp) ;
05235 }
05236 
05237 static int G__G__Physics_151_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05238 {
05239       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Mt());
05240    return(1 || funcname || hash || result7 || libp) ;
05241 }
05242 
05243 static int G__G__Physics_151_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05244 {
05245       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Beta());
05246    return(1 || funcname || hash || result7 || libp) ;
05247 }
05248 
05249 static int G__G__Physics_151_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05250 {
05251       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Gamma());
05252    return(1 || funcname || hash || result7 || libp) ;
05253 }
05254 
05255 static int G__G__Physics_151_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05256 {
05257       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Dot(*(TLorentzVector*) libp->para[0].ref));
05258    return(1 || funcname || hash || result7 || libp) ;
05259 }
05260 
05261 static int G__G__Physics_151_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05262 {
05263       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->operator*(*(TLorentzVector*) libp->para[0].ref));
05264    return(1 || funcname || hash || result7 || libp) ;
05265 }
05266 
05267 static int G__G__Physics_151_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05268 {
05269       ((TLorentzVector*) G__getstructoffset())->SetVectMag(*(TVector3*) libp->para[0].ref, (Double_t) G__double(libp->para[1]));
05270       G__setnull(result7);
05271    return(1 || funcname || hash || result7 || libp) ;
05272 }
05273 
05274 static int G__G__Physics_151_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05275 {
05276       ((TLorentzVector*) G__getstructoffset())->SetVectM(*(TVector3*) libp->para[0].ref, (Double_t) G__double(libp->para[1]));
05277       G__setnull(result7);
05278    return(1 || funcname || hash || result7 || libp) ;
05279 }
05280 
05281 static int G__G__Physics_151_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05282 {
05283       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Plus());
05284    return(1 || funcname || hash || result7 || libp) ;
05285 }
05286 
05287 static int G__G__Physics_151_0_83(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05288 {
05289       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Minus());
05290    return(1 || funcname || hash || result7 || libp) ;
05291 }
05292 
05293 static int G__G__Physics_151_0_84(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05294 {
05295       {
05296          const TVector3* pobj;
05297          const TVector3 xobj = ((const TLorentzVector*) G__getstructoffset())->BoostVector();
05298          pobj = new TVector3(xobj);
05299          result7->obj.i = (long) ((void*) pobj);
05300          result7->ref = result7->obj.i;
05301          G__store_tempobject(*result7);
05302       }
05303    return(1 || funcname || hash || result7 || libp) ;
05304 }
05305 
05306 static int G__G__Physics_151_0_85(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05307 {
05308       ((TLorentzVector*) G__getstructoffset())->Boost((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
05309 , (Double_t) G__double(libp->para[2]));
05310       G__setnull(result7);
05311    return(1 || funcname || hash || result7 || libp) ;
05312 }
05313 
05314 static int G__G__Physics_151_0_86(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05315 {
05316       ((TLorentzVector*) G__getstructoffset())->Boost(*(TVector3*) libp->para[0].ref);
05317       G__setnull(result7);
05318    return(1 || funcname || hash || result7 || libp) ;
05319 }
05320 
05321 static int G__G__Physics_151_0_87(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05322 {
05323       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Rapidity());
05324    return(1 || funcname || hash || result7 || libp) ;
05325 }
05326 
05327 static int G__G__Physics_151_0_88(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05328 {
05329       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->Eta());
05330    return(1 || funcname || hash || result7 || libp) ;
05331 }
05332 
05333 static int G__G__Physics_151_0_89(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05334 {
05335       G__letdouble(result7, 100, (double) ((const TLorentzVector*) G__getstructoffset())->PseudoRapidity());
05336    return(1 || funcname || hash || result7 || libp) ;
05337 }
05338 
05339 static int G__G__Physics_151_0_90(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05340 {
05341       ((TLorentzVector*) G__getstructoffset())->RotateX((Double_t) G__double(libp->para[0]));
05342       G__setnull(result7);
05343    return(1 || funcname || hash || result7 || libp) ;
05344 }
05345 
05346 static int G__G__Physics_151_0_91(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05347 {
05348       ((TLorentzVector*) G__getstructoffset())->RotateY((Double_t) G__double(libp->para[0]));
05349       G__setnull(result7);
05350    return(1 || funcname || hash || result7 || libp) ;
05351 }
05352 
05353 static int G__G__Physics_151_0_92(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05354 {
05355       ((TLorentzVector*) G__getstructoffset())->RotateZ((Double_t) G__double(libp->para[0]));
05356       G__setnull(result7);
05357    return(1 || funcname || hash || result7 || libp) ;
05358 }
05359 
05360 static int G__G__Physics_151_0_93(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05361 {
05362       ((TLorentzVector*) G__getstructoffset())->RotateUz(*(TVector3*) libp->para[0].ref);
05363       G__setnull(result7);
05364    return(1 || funcname || hash || result7 || libp) ;
05365 }
05366 
05367 static int G__G__Physics_151_0_94(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05368 {
05369       ((TLorentzVector*) G__getstructoffset())->Rotate((Double_t) G__double(libp->para[0]), *(TVector3*) libp->para[1].ref);
05370       G__setnull(result7);
05371    return(1 || funcname || hash || result7 || libp) ;
05372 }
05373 
05374 static int G__G__Physics_151_0_95(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05375 {
05376       {
05377          const TLorentzVector& obj = ((TLorentzVector*) G__getstructoffset())->operator*=(*(TRotation*) libp->para[0].ref);
05378          result7->ref = (long) (&obj);
05379          result7->obj.i = (long) (&obj);
05380       }
05381    return(1 || funcname || hash || result7 || libp) ;
05382 }
05383 
05384 static int G__G__Physics_151_0_96(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05385 {
05386       {
05387          const TLorentzVector& obj = ((TLorentzVector*) G__getstructoffset())->Transform(*(TRotation*) libp->para[0].ref);
05388          result7->ref = (long) (&obj);
05389          result7->obj.i = (long) (&obj);
05390       }
05391    return(1 || funcname || hash || result7 || libp) ;
05392 }
05393 
05394 static int G__G__Physics_151_0_97(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05395 {
05396       {
05397          const TLorentzVector& obj = ((TLorentzVector*) G__getstructoffset())->operator*=(*(TLorentzRotation*) libp->para[0].ref);
05398          result7->ref = (long) (&obj);
05399          result7->obj.i = (long) (&obj);
05400       }
05401    return(1 || funcname || hash || result7 || libp) ;
05402 }
05403 
05404 static int G__G__Physics_151_0_98(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05405 {
05406       {
05407          const TLorentzVector& obj = ((TLorentzVector*) G__getstructoffset())->Transform(*(TLorentzRotation*) libp->para[0].ref);
05408          result7->ref = (long) (&obj);
05409          result7->obj.i = (long) (&obj);
05410       }
05411    return(1 || funcname || hash || result7 || libp) ;
05412 }
05413 
05414 static int G__G__Physics_151_0_100(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05415 {
05416       G__letint(result7, 85, (long) TLorentzVector::Class());
05417    return(1 || funcname || hash || result7 || libp) ;
05418 }
05419 
05420 static int G__G__Physics_151_0_101(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05421 {
05422       G__letint(result7, 67, (long) TLorentzVector::Class_Name());
05423    return(1 || funcname || hash || result7 || libp) ;
05424 }
05425 
05426 static int G__G__Physics_151_0_102(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05427 {
05428       G__letint(result7, 115, (long) TLorentzVector::Class_Version());
05429    return(1 || funcname || hash || result7 || libp) ;
05430 }
05431 
05432 static int G__G__Physics_151_0_103(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05433 {
05434       TLorentzVector::Dictionary();
05435       G__setnull(result7);
05436    return(1 || funcname || hash || result7 || libp) ;
05437 }
05438 
05439 static int G__G__Physics_151_0_107(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05440 {
05441       ((TLorentzVector*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
05442       G__setnull(result7);
05443    return(1 || funcname || hash || result7 || libp) ;
05444 }
05445 
05446 static int G__G__Physics_151_0_108(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05447 {
05448       G__letint(result7, 67, (long) TLorentzVector::DeclFileName());
05449    return(1 || funcname || hash || result7 || libp) ;
05450 }
05451 
05452 static int G__G__Physics_151_0_109(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05453 {
05454       G__letint(result7, 105, (long) TLorentzVector::ImplFileLine());
05455    return(1 || funcname || hash || result7 || libp) ;
05456 }
05457 
05458 static int G__G__Physics_151_0_110(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05459 {
05460       G__letint(result7, 67, (long) TLorentzVector::ImplFileName());
05461    return(1 || funcname || hash || result7 || libp) ;
05462 }
05463 
05464 static int G__G__Physics_151_0_111(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05465 {
05466       G__letint(result7, 105, (long) TLorentzVector::DeclFileLine());
05467    return(1 || funcname || hash || result7 || libp) ;
05468 }
05469 
05470 // automatic destructor
05471 typedef TLorentzVector G__TTLorentzVector;
05472 static int G__G__Physics_151_0_112(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05473 {
05474    char* gvp = (char*) G__getgvp();
05475    long soff = G__getstructoffset();
05476    int n = G__getaryconstruct();
05477    //
05478    //has_a_delete: 1
05479    //has_own_delete1arg: 0
05480    //has_own_delete2arg: 0
05481    //
05482    if (!soff) {
05483      return(1);
05484    }
05485    if (n) {
05486      if (gvp == (char*)G__PVOID) {
05487        delete[] (TLorentzVector*) soff;
05488      } else {
05489        G__setgvp((long) G__PVOID);
05490        for (int i = n - 1; i >= 0; --i) {
05491          ((TLorentzVector*) (soff+(sizeof(TLorentzVector)*i)))->~G__TTLorentzVector();
05492        }
05493        G__setgvp((long)gvp);
05494      }
05495    } else {
05496      if (gvp == (char*)G__PVOID) {
05497        delete (TLorentzVector*) soff;
05498      } else {
05499        G__setgvp((long) G__PVOID);
05500        ((TLorentzVector*) (soff))->~G__TTLorentzVector();
05501        G__setgvp((long)gvp);
05502      }
05503    }
05504    G__setnull(result7);
05505    return(1 || funcname || hash || result7 || libp) ;
05506 }
05507 
05508 
05509 /* TGenPhaseSpace */
05510 static int G__G__Physics_153_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05511 {
05512    TGenPhaseSpace* p = NULL;
05513    char* gvp = (char*) G__getgvp();
05514    int n = G__getaryconstruct();
05515    if (n) {
05516      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
05517        p = new TGenPhaseSpace[n];
05518      } else {
05519        p = new((void*) gvp) TGenPhaseSpace[n];
05520      }
05521    } else {
05522      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
05523        p = new TGenPhaseSpace;
05524      } else {
05525        p = new((void*) gvp) TGenPhaseSpace;
05526      }
05527    }
05528    result7->obj.i = (long) p;
05529    result7->ref = (long) p;
05530    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TGenPhaseSpace));
05531    return(1 || funcname || hash || result7 || libp) ;
05532 }
05533 
05534 static int G__G__Physics_153_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05535 {
05536    TGenPhaseSpace* p = NULL;
05537    char* gvp = (char*) G__getgvp();
05538    //m: 1
05539    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
05540      p = new TGenPhaseSpace(*(TGenPhaseSpace*) libp->para[0].ref);
05541    } else {
05542      p = new((void*) gvp) TGenPhaseSpace(*(TGenPhaseSpace*) libp->para[0].ref);
05543    }
05544    result7->obj.i = (long) p;
05545    result7->ref = (long) p;
05546    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TGenPhaseSpace));
05547    return(1 || funcname || hash || result7 || libp) ;
05548 }
05549 
05550 static int G__G__Physics_153_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05551 {
05552    switch (libp->paran) {
05553    case 4:
05554       G__letint(result7, 103, (long) ((TGenPhaseSpace*) G__getstructoffset())->SetDecay(*(TLorentzVector*) libp->para[0].ref, (Int_t) G__int(libp->para[1])
05555 , (Double_t*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])));
05556       break;
05557    case 3:
05558       G__letint(result7, 103, (long) ((TGenPhaseSpace*) G__getstructoffset())->SetDecay(*(TLorentzVector*) libp->para[0].ref, (Int_t) G__int(libp->para[1])
05559 , (Double_t*) G__int(libp->para[2])));
05560       break;
05561    }
05562    return(1 || funcname || hash || result7 || libp) ;
05563 }
05564 
05565 static int G__G__Physics_153_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05566 {
05567       G__letdouble(result7, 100, (double) ((TGenPhaseSpace*) G__getstructoffset())->Generate());
05568    return(1 || funcname || hash || result7 || libp) ;
05569 }
05570 
05571 static int G__G__Physics_153_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05572 {
05573       G__letint(result7, 85, (long) ((TGenPhaseSpace*) G__getstructoffset())->GetDecay((Int_t) G__int(libp->para[0])));
05574    return(1 || funcname || hash || result7 || libp) ;
05575 }
05576 
05577 static int G__G__Physics_153_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05578 {
05579       G__letint(result7, 105, (long) ((const TGenPhaseSpace*) G__getstructoffset())->GetNt());
05580    return(1 || funcname || hash || result7 || libp) ;
05581 }
05582 
05583 static int G__G__Physics_153_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05584 {
05585       G__letdouble(result7, 100, (double) ((const TGenPhaseSpace*) G__getstructoffset())->GetWtMax());
05586    return(1 || funcname || hash || result7 || libp) ;
05587 }
05588 
05589 static int G__G__Physics_153_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05590 {
05591       G__letint(result7, 85, (long) TGenPhaseSpace::Class());
05592    return(1 || funcname || hash || result7 || libp) ;
05593 }
05594 
05595 static int G__G__Physics_153_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05596 {
05597       G__letint(result7, 67, (long) TGenPhaseSpace::Class_Name());
05598    return(1 || funcname || hash || result7 || libp) ;
05599 }
05600 
05601 static int G__G__Physics_153_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05602 {
05603       G__letint(result7, 115, (long) TGenPhaseSpace::Class_Version());
05604    return(1 || funcname || hash || result7 || libp) ;
05605 }
05606 
05607 static int G__G__Physics_153_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05608 {
05609       TGenPhaseSpace::Dictionary();
05610       G__setnull(result7);
05611    return(1 || funcname || hash || result7 || libp) ;
05612 }
05613 
05614 static int G__G__Physics_153_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05615 {
05616       ((TGenPhaseSpace*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
05617       G__setnull(result7);
05618    return(1 || funcname || hash || result7 || libp) ;
05619 }
05620 
05621 static int G__G__Physics_153_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05622 {
05623       G__letint(result7, 67, (long) TGenPhaseSpace::DeclFileName());
05624    return(1 || funcname || hash || result7 || libp) ;
05625 }
05626 
05627 static int G__G__Physics_153_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05628 {
05629       G__letint(result7, 105, (long) TGenPhaseSpace::ImplFileLine());
05630    return(1 || funcname || hash || result7 || libp) ;
05631 }
05632 
05633 static int G__G__Physics_153_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05634 {
05635       G__letint(result7, 67, (long) TGenPhaseSpace::ImplFileName());
05636    return(1 || funcname || hash || result7 || libp) ;
05637 }
05638 
05639 static int G__G__Physics_153_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05640 {
05641       G__letint(result7, 105, (long) TGenPhaseSpace::DeclFileLine());
05642    return(1 || funcname || hash || result7 || libp) ;
05643 }
05644 
05645 // automatic destructor
05646 typedef TGenPhaseSpace G__TTGenPhaseSpace;
05647 static int G__G__Physics_153_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05648 {
05649    char* gvp = (char*) G__getgvp();
05650    long soff = G__getstructoffset();
05651    int n = G__getaryconstruct();
05652    //
05653    //has_a_delete: 1
05654    //has_own_delete1arg: 0
05655    //has_own_delete2arg: 0
05656    //
05657    if (!soff) {
05658      return(1);
05659    }
05660    if (n) {
05661      if (gvp == (char*)G__PVOID) {
05662        delete[] (TGenPhaseSpace*) soff;
05663      } else {
05664        G__setgvp((long) G__PVOID);
05665        for (int i = n - 1; i >= 0; --i) {
05666          ((TGenPhaseSpace*) (soff+(sizeof(TGenPhaseSpace)*i)))->~G__TTGenPhaseSpace();
05667        }
05668        G__setgvp((long)gvp);
05669      }
05670    } else {
05671      if (gvp == (char*)G__PVOID) {
05672        delete (TGenPhaseSpace*) soff;
05673      } else {
05674        G__setgvp((long) G__PVOID);
05675        ((TGenPhaseSpace*) (soff))->~G__TTGenPhaseSpace();
05676        G__setgvp((long)gvp);
05677      }
05678    }
05679    G__setnull(result7);
05680    return(1 || funcname || hash || result7 || libp) ;
05681 }
05682 
05683 // automatic assignment operator
05684 static int G__G__Physics_153_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05685 {
05686    TGenPhaseSpace* dest = (TGenPhaseSpace*) G__getstructoffset();
05687    *dest = *(TGenPhaseSpace*) libp->para[0].ref;
05688    const TGenPhaseSpace& obj = *dest;
05689    result7->ref = (long) (&obj);
05690    result7->obj.i = (long) (&obj);
05691    return(1 || funcname || hash || result7 || libp) ;
05692 }
05693 
05694 
05695 /* TRobustEstimator */
05696 static int G__G__Physics_197_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05697 {
05698    TRobustEstimator* p = NULL;
05699    char* gvp = (char*) G__getgvp();
05700    int n = G__getaryconstruct();
05701    if (n) {
05702      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
05703        p = new TRobustEstimator[n];
05704      } else {
05705        p = new((void*) gvp) TRobustEstimator[n];
05706      }
05707    } else {
05708      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
05709        p = new TRobustEstimator;
05710      } else {
05711        p = new((void*) gvp) TRobustEstimator;
05712      }
05713    }
05714    result7->obj.i = (long) p;
05715    result7->ref = (long) p;
05716    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TRobustEstimator));
05717    return(1 || funcname || hash || result7 || libp) ;
05718 }
05719 
05720 static int G__G__Physics_197_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05721 {
05722    TRobustEstimator* p = NULL;
05723    char* gvp = (char*) G__getgvp();
05724    switch (libp->paran) {
05725    case 3:
05726      //m: 3
05727      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
05728        p = new TRobustEstimator(
05729 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
05730 , (Int_t) G__int(libp->para[2]));
05731      } else {
05732        p = new((void*) gvp) TRobustEstimator(
05733 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
05734 , (Int_t) G__int(libp->para[2]));
05735      }
05736      break;
05737    case 2:
05738      //m: 2
05739      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
05740        p = new TRobustEstimator((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05741      } else {
05742        p = new((void*) gvp) TRobustEstimator((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05743      }
05744      break;
05745    }
05746    result7->obj.i = (long) p;
05747    result7->ref = (long) p;
05748    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TRobustEstimator));
05749    return(1 || funcname || hash || result7 || libp) ;
05750 }
05751 
05752 static int G__G__Physics_197_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05753 {
05754       ((TRobustEstimator*) G__getstructoffset())->AddColumn((Double_t*) G__int(libp->para[0]));
05755       G__setnull(result7);
05756    return(1 || funcname || hash || result7 || libp) ;
05757 }
05758 
05759 static int G__G__Physics_197_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05760 {
05761       ((TRobustEstimator*) G__getstructoffset())->AddRow((Double_t*) G__int(libp->para[0]));
05762       G__setnull(result7);
05763    return(1 || funcname || hash || result7 || libp) ;
05764 }
05765 
05766 static int G__G__Physics_197_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05767 {
05768       ((TRobustEstimator*) G__getstructoffset())->Evaluate();
05769       G__setnull(result7);
05770    return(1 || funcname || hash || result7 || libp) ;
05771 }
05772 
05773 static int G__G__Physics_197_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05774 {
05775    switch (libp->paran) {
05776    case 5:
05777       ((TRobustEstimator*) G__getstructoffset())->EvaluateUni((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
05778 , *(Double_t*) G__Doubleref(&libp->para[2]), *(Double_t*) G__Doubleref(&libp->para[3])
05779 , (Int_t) G__int(libp->para[4]));
05780       G__setnull(result7);
05781       break;
05782    case 4:
05783       ((TRobustEstimator*) G__getstructoffset())->EvaluateUni((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
05784 , *(Double_t*) G__Doubleref(&libp->para[2]), *(Double_t*) G__Doubleref(&libp->para[3]));
05785       G__setnull(result7);
05786       break;
05787    }
05788    return(1 || funcname || hash || result7 || libp) ;
05789 }
05790 
05791 static int G__G__Physics_197_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05792 {
05793       G__letint(result7, 105, (long) ((TRobustEstimator*) G__getstructoffset())->GetBDPoint());
05794    return(1 || funcname || hash || result7 || libp) ;
05795 }
05796 
05797 static int G__G__Physics_197_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05798 {
05799       ((TRobustEstimator*) G__getstructoffset())->GetCovariance(*(TMatrixDSym*) libp->para[0].ref);
05800       G__setnull(result7);
05801    return(1 || funcname || hash || result7 || libp) ;
05802 }
05803 
05804 static int G__G__Physics_197_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05805 {
05806       G__letint(result7, 85, (long) ((const TRobustEstimator*) G__getstructoffset())->GetCovariance());
05807    return(1 || funcname || hash || result7 || libp) ;
05808 }
05809 
05810 static int G__G__Physics_197_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05811 {
05812       ((TRobustEstimator*) G__getstructoffset())->GetCorrelation(*(TMatrixDSym*) libp->para[0].ref);
05813       G__setnull(result7);
05814    return(1 || funcname || hash || result7 || libp) ;
05815 }
05816 
05817 static int G__G__Physics_197_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05818 {
05819       G__letint(result7, 85, (long) ((const TRobustEstimator*) G__getstructoffset())->GetCorrelation());
05820    return(1 || funcname || hash || result7 || libp) ;
05821 }
05822 
05823 static int G__G__Physics_197_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05824 {
05825       ((TRobustEstimator*) G__getstructoffset())->GetHyperplane(*(TVectorD*) libp->para[0].ref);
05826       G__setnull(result7);
05827    return(1 || funcname || hash || result7 || libp) ;
05828 }
05829 
05830 static int G__G__Physics_197_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05831 {
05832       G__letint(result7, 85, (long) ((const TRobustEstimator*) G__getstructoffset())->GetHyperplane());
05833    return(1 || funcname || hash || result7 || libp) ;
05834 }
05835 
05836 static int G__G__Physics_197_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05837 {
05838       G__letint(result7, 105, (long) ((TRobustEstimator*) G__getstructoffset())->GetNHyp());
05839    return(1 || funcname || hash || result7 || libp) ;
05840 }
05841 
05842 static int G__G__Physics_197_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05843 {
05844       ((TRobustEstimator*) G__getstructoffset())->GetMean(*(TVectorD*) libp->para[0].ref);
05845       G__setnull(result7);
05846    return(1 || funcname || hash || result7 || libp) ;
05847 }
05848 
05849 static int G__G__Physics_197_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05850 {
05851       G__letint(result7, 85, (long) ((const TRobustEstimator*) G__getstructoffset())->GetMean());
05852    return(1 || funcname || hash || result7 || libp) ;
05853 }
05854 
05855 static int G__G__Physics_197_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05856 {
05857       ((TRobustEstimator*) G__getstructoffset())->GetRDistances(*(TVectorD*) libp->para[0].ref);
05858       G__setnull(result7);
05859    return(1 || funcname || hash || result7 || libp) ;
05860 }
05861 
05862 static int G__G__Physics_197_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05863 {
05864       G__letint(result7, 85, (long) ((const TRobustEstimator*) G__getstructoffset())->GetRDistances());
05865    return(1 || funcname || hash || result7 || libp) ;
05866 }
05867 
05868 static int G__G__Physics_197_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05869 {
05870       G__letint(result7, 105, (long) ((const TRobustEstimator*) G__getstructoffset())->GetNumberObservations());
05871    return(1 || funcname || hash || result7 || libp) ;
05872 }
05873 
05874 static int G__G__Physics_197_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05875 {
05876       G__letint(result7, 105, (long) ((const TRobustEstimator*) G__getstructoffset())->GetNvar());
05877    return(1 || funcname || hash || result7 || libp) ;
05878 }
05879 
05880 static int G__G__Physics_197_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05881 {
05882       G__letint(result7, 85, (long) ((const TRobustEstimator*) G__getstructoffset())->GetOuliers());
05883    return(1 || funcname || hash || result7 || libp) ;
05884 }
05885 
05886 static int G__G__Physics_197_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05887 {
05888       G__letint(result7, 105, (long) ((TRobustEstimator*) G__getstructoffset())->GetNOut());
05889    return(1 || funcname || hash || result7 || libp) ;
05890 }
05891 
05892 static int G__G__Physics_197_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05893 {
05894       G__letdouble(result7, 100, (double) ((const TRobustEstimator*) G__getstructoffset())->GetChiQuant((Int_t) G__int(libp->para[0])));
05895    return(1 || funcname || hash || result7 || libp) ;
05896 }
05897 
05898 static int G__G__Physics_197_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05899 {
05900       G__letint(result7, 85, (long) TRobustEstimator::Class());
05901    return(1 || funcname || hash || result7 || libp) ;
05902 }
05903 
05904 static int G__G__Physics_197_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05905 {
05906       G__letint(result7, 67, (long) TRobustEstimator::Class_Name());
05907    return(1 || funcname || hash || result7 || libp) ;
05908 }
05909 
05910 static int G__G__Physics_197_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05911 {
05912       G__letint(result7, 115, (long) TRobustEstimator::Class_Version());
05913    return(1 || funcname || hash || result7 || libp) ;
05914 }
05915 
05916 static int G__G__Physics_197_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05917 {
05918       TRobustEstimator::Dictionary();
05919       G__setnull(result7);
05920    return(1 || funcname || hash || result7 || libp) ;
05921 }
05922 
05923 static int G__G__Physics_197_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05924 {
05925       ((TRobustEstimator*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
05926       G__setnull(result7);
05927    return(1 || funcname || hash || result7 || libp) ;
05928 }
05929 
05930 static int G__G__Physics_197_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05931 {
05932       G__letint(result7, 67, (long) TRobustEstimator::DeclFileName());
05933    return(1 || funcname || hash || result7 || libp) ;
05934 }
05935 
05936 static int G__G__Physics_197_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05937 {
05938       G__letint(result7, 105, (long) TRobustEstimator::ImplFileLine());
05939    return(1 || funcname || hash || result7 || libp) ;
05940 }
05941 
05942 static int G__G__Physics_197_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05943 {
05944       G__letint(result7, 67, (long) TRobustEstimator::ImplFileName());
05945    return(1 || funcname || hash || result7 || libp) ;
05946 }
05947 
05948 static int G__G__Physics_197_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05949 {
05950       G__letint(result7, 105, (long) TRobustEstimator::DeclFileLine());
05951    return(1 || funcname || hash || result7 || libp) ;
05952 }
05953 
05954 // automatic copy constructor
05955 static int G__G__Physics_197_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05956 
05957 {
05958    TRobustEstimator* p;
05959    void* tmp = (void*) G__int(libp->para[0]);
05960    p = new TRobustEstimator(*(TRobustEstimator*) tmp);
05961    result7->obj.i = (long) p;
05962    result7->ref = (long) p;
05963    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TRobustEstimator));
05964    return(1 || funcname || hash || result7 || libp) ;
05965 }
05966 
05967 // automatic destructor
05968 typedef TRobustEstimator G__TTRobustEstimator;
05969 static int G__G__Physics_197_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05970 {
05971    char* gvp = (char*) G__getgvp();
05972    long soff = G__getstructoffset();
05973    int n = G__getaryconstruct();
05974    //
05975    //has_a_delete: 1
05976    //has_own_delete1arg: 0
05977    //has_own_delete2arg: 0
05978    //
05979    if (!soff) {
05980      return(1);
05981    }
05982    if (n) {
05983      if (gvp == (char*)G__PVOID) {
05984        delete[] (TRobustEstimator*) soff;
05985      } else {
05986        G__setgvp((long) G__PVOID);
05987        for (int i = n - 1; i >= 0; --i) {
05988          ((TRobustEstimator*) (soff+(sizeof(TRobustEstimator)*i)))->~G__TTRobustEstimator();
05989        }
05990        G__setgvp((long)gvp);
05991      }
05992    } else {
05993      if (gvp == (char*)G__PVOID) {
05994        delete (TRobustEstimator*) soff;
05995      } else {
05996        G__setgvp((long) G__PVOID);
05997        ((TRobustEstimator*) (soff))->~G__TTRobustEstimator();
05998        G__setgvp((long)gvp);
05999      }
06000    }
06001    G__setnull(result7);
06002    return(1 || funcname || hash || result7 || libp) ;
06003 }
06004 
06005 // automatic assignment operator
06006 static int G__G__Physics_197_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06007 {
06008    TRobustEstimator* dest = (TRobustEstimator*) G__getstructoffset();
06009    *dest = *(TRobustEstimator*) libp->para[0].ref;
06010    const TRobustEstimator& obj = *dest;
06011    result7->ref = (long) (&obj);
06012    result7->obj.i = (long) (&obj);
06013    return(1 || funcname || hash || result7 || libp) ;
06014 }
06015 
06016 
06017 /* TRolke */
06018 static int G__G__Physics_198_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06019 {
06020    TRolke* p = NULL;
06021    char* gvp = (char*) G__getgvp();
06022    switch (libp->paran) {
06023    case 2:
06024      //m: 2
06025      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
06026        p = new TRolke((Double_t) G__double(libp->para[0]), (Option_t*) G__int(libp->para[1]));
06027      } else {
06028        p = new((void*) gvp) TRolke((Double_t) G__double(libp->para[0]), (Option_t*) G__int(libp->para[1]));
06029      }
06030      break;
06031    case 1:
06032      //m: 1
06033      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
06034        p = new TRolke((Double_t) G__double(libp->para[0]));
06035      } else {
06036        p = new((void*) gvp) TRolke((Double_t) G__double(libp->para[0]));
06037      }
06038      break;
06039    case 0:
06040      int n = G__getaryconstruct();
06041      if (n) {
06042        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
06043          p = new TRolke[n];
06044        } else {
06045          p = new((void*) gvp) TRolke[n];
06046        }
06047      } else {
06048        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
06049          p = new TRolke;
06050        } else {
06051          p = new((void*) gvp) TRolke;
06052        }
06053      }
06054      break;
06055    }
06056    result7->obj.i = (long) p;
06057    result7->ref = (long) p;
06058    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TRolke));
06059    return(1 || funcname || hash || result7 || libp) ;
06060 }
06061 
06062 static int G__G__Physics_198_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06063 {
06064       G__letdouble(result7, 100, (double) ((const TRolke*) G__getstructoffset())->GetCL());
06065    return(1 || funcname || hash || result7 || libp) ;
06066 }
06067 
06068 static int G__G__Physics_198_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06069 {
06070       ((TRolke*) G__getstructoffset())->SetCL((Double_t) G__double(libp->para[0]));
06071       G__setnull(result7);
06072    return(1 || funcname || hash || result7 || libp) ;
06073 }
06074 
06075 static int G__G__Physics_198_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06076 {
06077       ((TRolke*) G__getstructoffset())->SetCLSigmas((Double_t) G__double(libp->para[0]));
06078       G__setnull(result7);
06079    return(1 || funcname || hash || result7 || libp) ;
06080 }
06081 
06082 static int G__G__Physics_198_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06083 {
06084       ((TRolke*) G__getstructoffset())->SetPoissonBkgBinomEff((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
06085 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
06086 , (Int_t) G__int(libp->para[4]));
06087       G__setnull(result7);
06088    return(1 || funcname || hash || result7 || libp) ;
06089 }
06090 
06091 static int G__G__Physics_198_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06092 {
06093       ((TRolke*) G__getstructoffset())->SetPoissonBkgGaussEff((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
06094 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
06095 , (Double_t) G__double(libp->para[4]));
06096       G__setnull(result7);
06097    return(1 || funcname || hash || result7 || libp) ;
06098 }
06099 
06100 static int G__G__Physics_198_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06101 {
06102       ((TRolke*) G__getstructoffset())->SetGaussBkgGaussEff((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
06103 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
06104 , (Double_t) G__double(libp->para[4]));
06105       G__setnull(result7);
06106    return(1 || funcname || hash || result7 || libp) ;
06107 }
06108 
06109 static int G__G__Physics_198_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06110 {
06111       ((TRolke*) G__getstructoffset())->SetPoissonBkgKnownEff((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
06112 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
06113       G__setnull(result7);
06114    return(1 || funcname || hash || result7 || libp) ;
06115 }
06116 
06117 static int G__G__Physics_198_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06118 {
06119       ((TRolke*) G__getstructoffset())->SetGaussBkgKnownEff((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
06120 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
06121       G__setnull(result7);
06122    return(1 || funcname || hash || result7 || libp) ;
06123 }
06124 
06125 static int G__G__Physics_198_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06126 {
06127       ((TRolke*) G__getstructoffset())->SetKnownBkgBinomEff((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
06128 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3]));
06129       G__setnull(result7);
06130    return(1 || funcname || hash || result7 || libp) ;
06131 }
06132 
06133 static int G__G__Physics_198_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06134 {
06135       ((TRolke*) G__getstructoffset())->SetKnownBkgGaussEff((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
06136 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
06137       G__setnull(result7);
06138    return(1 || funcname || hash || result7 || libp) ;
06139 }
06140 
06141 static int G__G__Physics_198_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06142 {
06143       G__letdouble(result7, 100, (double) ((TRolke*) G__getstructoffset())->CalculateInterval(
06144 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
06145 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
06146 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
06147 , (Int_t) G__int(libp->para[6]), (Double_t) G__double(libp->para[7])
06148 , (Double_t) G__double(libp->para[8]), (Double_t) G__double(libp->para[9])
06149 , (Double_t) G__double(libp->para[10]), (Int_t) G__int(libp->para[11])));
06150    return(1 || funcname || hash || result7 || libp) ;
06151 }
06152 
06153 static int G__G__Physics_198_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06154 {
06155       G__letint(result7, 103, (long) ((TRolke*) G__getstructoffset())->GetLimits(*(Double_t*) G__Doubleref(&libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])));
06156    return(1 || funcname || hash || result7 || libp) ;
06157 }
06158 
06159 static int G__G__Physics_198_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06160 {
06161       G__letdouble(result7, 100, (double) ((TRolke*) G__getstructoffset())->GetUpperLimit());
06162    return(1 || funcname || hash || result7 || libp) ;
06163 }
06164 
06165 static int G__G__Physics_198_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06166 {
06167       G__letdouble(result7, 100, (double) ((TRolke*) G__getstructoffset())->GetLowerLimit());
06168    return(1 || funcname || hash || result7 || libp) ;
06169 }
06170 
06171 static int G__G__Physics_198_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06172 {
06173    switch (libp->paran) {
06174    case 3:
06175       G__letint(result7, 103, (long) ((TRolke*) G__getstructoffset())->GetSensitivity(*(Double_t*) G__Doubleref(&libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
06176 , (Double_t) G__double(libp->para[2])));
06177       break;
06178    case 2:
06179       G__letint(result7, 103, (long) ((TRolke*) G__getstructoffset())->GetSensitivity(*(Double_t*) G__Doubleref(&libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])));
06180       break;
06181    }
06182    return(1 || funcname || hash || result7 || libp) ;
06183 }
06184 
06185 static int G__G__Physics_198_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06186 {
06187    switch (libp->paran) {
06188    case 4:
06189       G__letint(result7, 103, (long) ((TRolke*) G__getstructoffset())->GetLimitsQuantile(*(Double_t*) G__Doubleref(&libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
06190 , *(Int_t*) G__Intref(&libp->para[2]), (Double_t) G__double(libp->para[3])));
06191       break;
06192    case 3:
06193       G__letint(result7, 103, (long) ((TRolke*) G__getstructoffset())->GetLimitsQuantile(*(Double_t*) G__Doubleref(&libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
06194 , *(Int_t*) G__Intref(&libp->para[2])));
06195       break;
06196    }
06197    return(1 || funcname || hash || result7 || libp) ;
06198 }
06199 
06200 static int G__G__Physics_198_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06201 {
06202       G__letint(result7, 103, (long) ((TRolke*) G__getstructoffset())->GetLimitsML(*(Double_t*) G__Doubleref(&libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
06203 , *(Int_t*) G__Intref(&libp->para[2])));
06204    return(1 || funcname || hash || result7 || libp) ;
06205 }
06206 
06207 static int G__G__Physics_198_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06208 {
06209    switch (libp->paran) {
06210    case 2:
06211       G__letint(result7, 103, (long) ((TRolke*) G__getstructoffset())->GetCriticalNumber(*(Int_t*) G__Intref(&libp->para[0]), (Int_t) G__int(libp->para[1])));
06212       break;
06213    case 1:
06214       G__letint(result7, 103, (long) ((TRolke*) G__getstructoffset())->GetCriticalNumber(*(Int_t*) G__Intref(&libp->para[0])));
06215       break;
06216    }
06217    return(1 || funcname || hash || result7 || libp) ;
06218 }
06219 
06220 static int G__G__Physics_198_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06221 {
06222       G__letint(result7, 103, (long) ((const TRolke*) G__getstructoffset())->GetBounding());
06223    return(1 || funcname || hash || result7 || libp) ;
06224 }
06225 
06226 static int G__G__Physics_198_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06227 {
06228       ((TRolke*) G__getstructoffset())->SetBounding((const bool) G__int(libp->para[0]));
06229       G__setnull(result7);
06230    return(1 || funcname || hash || result7 || libp) ;
06231 }
06232 
06233 static int G__G__Physics_198_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06234 {
06235       ((TRolke*) G__getstructoffset())->SetSwitch((bool) G__int(libp->para[0]));
06236       G__setnull(result7);
06237    return(1 || funcname || hash || result7 || libp) ;
06238 }
06239 
06240 static int G__G__Physics_198_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06241 {
06242       G__letint(result7, 85, (long) TRolke::Class());
06243    return(1 || funcname || hash || result7 || libp) ;
06244 }
06245 
06246 static int G__G__Physics_198_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06247 {
06248       G__letint(result7, 67, (long) TRolke::Class_Name());
06249    return(1 || funcname || hash || result7 || libp) ;
06250 }
06251 
06252 static int G__G__Physics_198_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06253 {
06254       G__letint(result7, 115, (long) TRolke::Class_Version());
06255    return(1 || funcname || hash || result7 || libp) ;
06256 }
06257 
06258 static int G__G__Physics_198_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06259 {
06260       TRolke::Dictionary();
06261       G__setnull(result7);
06262    return(1 || funcname || hash || result7 || libp) ;
06263 }
06264 
06265 static int G__G__Physics_198_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06266 {
06267       ((TRolke*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
06268       G__setnull(result7);
06269    return(1 || funcname || hash || result7 || libp) ;
06270 }
06271 
06272 static int G__G__Physics_198_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06273 {
06274       G__letint(result7, 67, (long) TRolke::DeclFileName());
06275    return(1 || funcname || hash || result7 || libp) ;
06276 }
06277 
06278 static int G__G__Physics_198_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06279 {
06280       G__letint(result7, 105, (long) TRolke::ImplFileLine());
06281    return(1 || funcname || hash || result7 || libp) ;
06282 }
06283 
06284 static int G__G__Physics_198_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06285 {
06286       G__letint(result7, 67, (long) TRolke::ImplFileName());
06287    return(1 || funcname || hash || result7 || libp) ;
06288 }
06289 
06290 static int G__G__Physics_198_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06291 {
06292       G__letint(result7, 105, (long) TRolke::DeclFileLine());
06293    return(1 || funcname || hash || result7 || libp) ;
06294 }
06295 
06296 // automatic copy constructor
06297 static int G__G__Physics_198_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06298 
06299 {
06300    TRolke* p;
06301    void* tmp = (void*) G__int(libp->para[0]);
06302    p = new TRolke(*(TRolke*) tmp);
06303    result7->obj.i = (long) p;
06304    result7->ref = (long) p;
06305    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__PhysicsLN_TRolke));
06306    return(1 || funcname || hash || result7 || libp) ;
06307 }
06308 
06309 // automatic destructor
06310 typedef TRolke G__TTRolke;
06311 static int G__G__Physics_198_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06312 {
06313    char* gvp = (char*) G__getgvp();
06314    long soff = G__getstructoffset();
06315    int n = G__getaryconstruct();
06316    //
06317    //has_a_delete: 1
06318    //has_own_delete1arg: 0
06319    //has_own_delete2arg: 0
06320    //
06321    if (!soff) {
06322      return(1);
06323    }
06324    if (n) {
06325      if (gvp == (char*)G__PVOID) {
06326        delete[] (TRolke*) soff;
06327      } else {
06328        G__setgvp((long) G__PVOID);
06329        for (int i = n - 1; i >= 0; --i) {
06330          ((TRolke*) (soff+(sizeof(TRolke)*i)))->~G__TTRolke();
06331        }
06332        G__setgvp((long)gvp);
06333      }
06334    } else {
06335      if (gvp == (char*)G__PVOID) {
06336        delete (TRolke*) soff;
06337      } else {
06338        G__setgvp((long) G__PVOID);
06339        ((TRolke*) (soff))->~G__TTRolke();
06340        G__setgvp((long)gvp);
06341      }
06342    }
06343    G__setnull(result7);
06344    return(1 || funcname || hash || result7 || libp) ;
06345 }
06346 
06347 // automatic assignment operator
06348 static int G__G__Physics_198_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06349 {
06350    TRolke* dest = (TRolke*) G__getstructoffset();
06351    *dest = *(TRolke*) libp->para[0].ref;
06352    const TRolke& obj = *dest;
06353    result7->ref = (long) (&obj);
06354    result7->obj.i = (long) (&obj);
06355    return(1 || funcname || hash || result7 || libp) ;
06356 }
06357 
06358 
06359 /* Setting up global function */
06360 static int G__G__Physics__0_371(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06361 {
06362       {
06363          TVector2* pobj;
06364          TVector2 xobj = operator+(*(TVector2*) libp->para[0].ref, *(TVector2*) libp->para[1].ref);
06365          pobj = new TVector2(xobj);
06366          result7->obj.i = (long) ((void*) pobj);
06367          result7->ref = result7->obj.i;
06368          G__store_tempobject(*result7);
06369       }
06370    return(1 || funcname || hash || result7 || libp) ;
06371 }
06372 
06373 static int G__G__Physics__0_374(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06374 {
06375       {
06376          TVector2* pobj;
06377          TVector2 xobj = operator-(*(TVector2*) libp->para[0].ref, *(TVector2*) libp->para[1].ref);
06378          pobj = new TVector2(xobj);
06379          result7->obj.i = (long) ((void*) pobj);
06380          result7->ref = result7->obj.i;
06381          G__store_tempobject(*result7);
06382       }
06383    return(1 || funcname || hash || result7 || libp) ;
06384 }
06385 
06386 static int G__G__Physics__0_376(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06387 {
06388       G__letdouble(result7, 100, (double) operator*(*(TVector2*) libp->para[0].ref, *(TVector2*) libp->para[1].ref));
06389    return(1 || funcname || hash || result7 || libp) ;
06390 }
06391 
06392 static int G__G__Physics__0_377(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06393 {
06394       {
06395          TVector2* pobj;
06396          TVector2 xobj = operator*(*(TVector2*) libp->para[0].ref, (Double_t) G__double(libp->para[1]));
06397          pobj = new TVector2(xobj);
06398          result7->obj.i = (long) ((void*) pobj);
06399          result7->ref = result7->obj.i;
06400          G__store_tempobject(*result7);
06401       }
06402    return(1 || funcname || hash || result7 || libp) ;
06403 }
06404 
06405 static int G__G__Physics__0_378(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06406 {
06407       {
06408          TVector2* pobj;
06409          TVector2 xobj = operator*((Double_t) G__double(libp->para[0]), *(TVector2*) libp->para[1].ref);
06410          pobj = new TVector2(xobj);
06411          result7->obj.i = (long) ((void*) pobj);
06412          result7->ref = result7->obj.i;
06413          G__store_tempobject(*result7);
06414       }
06415    return(1 || funcname || hash || result7 || libp) ;
06416 }
06417 
06418 static int G__G__Physics__0_379(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06419 {
06420       {
06421          TVector2* pobj;
06422          TVector2 xobj = operator/(*(TVector2*) libp->para[0].ref, (Double_t) G__double(libp->para[1]));
06423          pobj = new TVector2(xobj);
06424          result7->obj.i = (long) ((void*) pobj);
06425          result7->ref = result7->obj.i;
06426          G__store_tempobject(*result7);
06427       }
06428    return(1 || funcname || hash || result7 || libp) ;
06429 }
06430 
06431 static int G__G__Physics__0_382(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06432 {
06433       {
06434          TVector3* pobj;
06435          TVector3 xobj = operator+(*(TVector3*) libp->para[0].ref, *(TVector3*) libp->para[1].ref);
06436          pobj = new TVector3(xobj);
06437          result7->obj.i = (long) ((void*) pobj);
06438          result7->ref = result7->obj.i;
06439          G__store_tempobject(*result7);
06440       }
06441    return(1 || funcname || hash || result7 || libp) ;
06442 }
06443 
06444 static int G__G__Physics__0_383(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06445 {
06446       {
06447          TVector3* pobj;
06448          TVector3 xobj = operator-(*(TVector3*) libp->para[0].ref, *(TVector3*) libp->para[1].ref);
06449          pobj = new TVector3(xobj);
06450          result7->obj.i = (long) ((void*) pobj);
06451          result7->ref = result7->obj.i;
06452          G__store_tempobject(*result7);
06453       }
06454    return(1 || funcname || hash || result7 || libp) ;
06455 }
06456 
06457 static int G__G__Physics__0_384(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06458 {
06459       G__letdouble(result7, 100, (double) operator*(*(TVector3*) libp->para[0].ref, *(TVector3*) libp->para[1].ref));
06460    return(1 || funcname || hash || result7 || libp) ;
06461 }
06462 
06463 static int G__G__Physics__0_385(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06464 {
06465       {
06466          TVector3* pobj;
06467          TVector3 xobj = operator*(*(TVector3*) libp->para[0].ref, (Double_t) G__double(libp->para[1]));
06468          pobj = new TVector3(xobj);
06469          result7->obj.i = (long) ((void*) pobj);
06470          result7->ref = result7->obj.i;
06471          G__store_tempobject(*result7);
06472       }
06473    return(1 || funcname || hash || result7 || libp) ;
06474 }
06475 
06476 static int G__G__Physics__0_386(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06477 {
06478       {
06479          TVector3* pobj;
06480          TVector3 xobj = operator*((Double_t) G__double(libp->para[0]), *(TVector3*) libp->para[1].ref);
06481          pobj = new TVector3(xobj);
06482          result7->obj.i = (long) ((void*) pobj);
06483          result7->ref = result7->obj.i;
06484          G__store_tempobject(*result7);
06485       }
06486    return(1 || funcname || hash || result7 || libp) ;
06487 }
06488 
06489 static int G__G__Physics__0_387(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06490 {
06491       {
06492          TVector3* pobj;
06493          TVector3 xobj = operator*(*(TMatrix*) libp->para[0].ref, *(TVector3*) libp->para[1].ref);
06494          pobj = new TVector3(xobj);
06495          result7->obj.i = (long) ((void*) pobj);
06496          result7->ref = result7->obj.i;
06497          G__store_tempobject(*result7);
06498       }
06499    return(1 || funcname || hash || result7 || libp) ;
06500 }
06501 
06502 static int G__G__Physics__0_388(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06503 {
06504       {
06505          TLorentzVector* pobj;
06506          TLorentzVector xobj = operator*((Double_t) G__double(libp->para[0]), *(TLorentzVector*) libp->para[1].ref);
06507          pobj = new TLorentzVector(xobj);
06508          result7->obj.i = (long) ((void*) pobj);
06509          result7->ref = result7->obj.i;
06510          G__store_tempobject(*result7);
06511       }
06512    return(1 || funcname || hash || result7 || libp) ;
06513 }
06514 
06515 static int G__G__Physics__0_389(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06516 {
06517       {
06518          TQuaternion* pobj;
06519          TQuaternion xobj = operator+((Double_t) G__double(libp->para[0]), *(TQuaternion*) libp->para[1].ref);
06520          pobj = new TQuaternion(xobj);
06521          result7->obj.i = (long) ((void*) pobj);
06522          result7->ref = result7->obj.i;
06523          G__store_tempobject(*result7);
06524       }
06525    return(1 || funcname || hash || result7 || libp) ;
06526 }
06527 
06528 static int G__G__Physics__0_390(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06529 {
06530       {
06531          TQuaternion* pobj;
06532          TQuaternion xobj = operator-((Double_t) G__double(libp->para[0]), *(TQuaternion*) libp->para[1].ref);
06533          pobj = new TQuaternion(xobj);
06534          result7->obj.i = (long) ((void*) pobj);
06535          result7->ref = result7->obj.i;
06536          G__store_tempobject(*result7);
06537       }
06538    return(1 || funcname || hash || result7 || libp) ;
06539 }
06540 
06541 static int G__G__Physics__0_391(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06542 {
06543       {
06544          TQuaternion* pobj;
06545          TQuaternion xobj = operator*((Double_t) G__double(libp->para[0]), *(TQuaternion*) libp->para[1].ref);
06546          pobj = new TQuaternion(xobj);
06547          result7->obj.i = (long) ((void*) pobj);
06548          result7->ref = result7->obj.i;
06549          G__store_tempobject(*result7);
06550       }
06551    return(1 || funcname || hash || result7 || libp) ;
06552 }
06553 
06554 static int G__G__Physics__0_392(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06555 {
06556       {
06557          TQuaternion* pobj;
06558          TQuaternion xobj = operator/((Double_t) G__double(libp->para[0]), *(TQuaternion*) libp->para[1].ref);
06559          pobj = new TQuaternion(xobj);
06560          result7->obj.i = (long) ((void*) pobj);
06561          result7->ref = result7->obj.i;
06562          G__store_tempobject(*result7);
06563       }
06564    return(1 || funcname || hash || result7 || libp) ;
06565 }
06566 
06567 static int G__G__Physics__0_393(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06568 {
06569       {
06570          TQuaternion* pobj;
06571          TQuaternion xobj = operator+(*(TVector3*) libp->para[0].ref, *(TQuaternion*) libp->para[1].ref);
06572          pobj = new TQuaternion(xobj);
06573          result7->obj.i = (long) ((void*) pobj);
06574          result7->ref = result7->obj.i;
06575          G__store_tempobject(*result7);
06576       }
06577    return(1 || funcname || hash || result7 || libp) ;
06578 }
06579 
06580 static int G__G__Physics__0_394(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06581 {
06582       {
06583          TQuaternion* pobj;
06584          TQuaternion xobj = operator-(*(TVector3*) libp->para[0].ref, *(TQuaternion*) libp->para[1].ref);
06585          pobj = new TQuaternion(xobj);
06586          result7->obj.i = (long) ((void*) pobj);
06587          result7->ref = result7->obj.i;
06588          G__store_tempobject(*result7);
06589       }
06590    return(1 || funcname || hash || result7 || libp) ;
06591 }
06592 
06593 static int G__G__Physics__0_395(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06594 {
06595       {
06596          TQuaternion* pobj;
06597          TQuaternion xobj = operator*(*(TVector3*) libp->para[0].ref, *(TQuaternion*) libp->para[1].ref);
06598          pobj = new TQuaternion(xobj);
06599          result7->obj.i = (long) ((void*) pobj);
06600          result7->ref = result7->obj.i;
06601          G__store_tempobject(*result7);
06602       }
06603    return(1 || funcname || hash || result7 || libp) ;
06604 }
06605 
06606 static int G__G__Physics__0_396(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06607 {
06608       {
06609          TQuaternion* pobj;
06610          TQuaternion xobj = operator/(*(TVector3*) libp->para[0].ref, *(TQuaternion*) libp->para[1].ref);
06611          pobj = new TQuaternion(xobj);
06612          result7->obj.i = (long) ((void*) pobj);
06613          result7->ref = result7->obj.i;
06614          G__store_tempobject(*result7);
06615       }
06616    return(1 || funcname || hash || result7 || libp) ;
06617 }
06618 
06619 
06620 /*********************************************************
06621 * Member function Stub
06622 *********************************************************/
06623 
06624 /* TFeldmanCousins */
06625 
06626 /* TVector2 */
06627 
06628 /* TRotation */
06629 
06630 /* TVector3 */
06631 
06632 /* TQuaternion */
06633 
06634 /* TLorentzRotation */
06635 
06636 /* TLorentzVector */
06637 
06638 /* TGenPhaseSpace */
06639 
06640 /* TRobustEstimator */
06641 
06642 /* TRolke */
06643 
06644 /*********************************************************
06645 * Global function Stub
06646 *********************************************************/
06647 
06648 /*********************************************************
06649 * Get size of pointer to member function
06650 *********************************************************/
06651 class G__Sizep2memfuncG__Physics {
06652  public:
06653   G__Sizep2memfuncG__Physics(): p(&G__Sizep2memfuncG__Physics::sizep2memfunc) {}
06654     size_t sizep2memfunc() { return(sizeof(p)); }
06655   private:
06656     size_t (G__Sizep2memfuncG__Physics::*p)();
06657 };
06658 
06659 size_t G__get_sizep2memfuncG__Physics()
06660 {
06661   G__Sizep2memfuncG__Physics a;
06662   G__setsizep2memfunc((int)a.sizep2memfunc());
06663   return((size_t)a.sizep2memfunc());
06664 }
06665 
06666 
06667 /*********************************************************
06668 * virtual base class offset calculation interface
06669 *********************************************************/
06670 
06671    /* Setting up class inheritance */
06672 
06673 /*********************************************************
06674 * Inheritance information setup/
06675 *********************************************************/
06676 extern "C" void G__cpp_setup_inheritanceG__Physics() {
06677 
06678    /* Setting up class inheritance */
06679    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__PhysicsLN_TFeldmanCousins))) {
06680      TFeldmanCousins *G__Lderived;
06681      G__Lderived=(TFeldmanCousins*)0x1000;
06682      {
06683        TObject *G__Lpbase=(TObject*)G__Lderived;
06684        G__inheritance_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TFeldmanCousins),G__get_linked_tagnum(&G__G__PhysicsLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
06685      }
06686    }
06687    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__PhysicsLN_TVector2))) {
06688      TVector2 *G__Lderived;
06689      G__Lderived=(TVector2*)0x1000;
06690      {
06691        TObject *G__Lpbase=(TObject*)G__Lderived;
06692        G__inheritance_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TVector2),G__get_linked_tagnum(&G__G__PhysicsLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
06693      }
06694    }
06695    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__PhysicsLN_TRotation))) {
06696      TRotation *G__Lderived;
06697      G__Lderived=(TRotation*)0x1000;
06698      {
06699        TObject *G__Lpbase=(TObject*)G__Lderived;
06700        G__inheritance_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TRotation),G__get_linked_tagnum(&G__G__PhysicsLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
06701      }
06702    }
06703    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__PhysicsLN_TVector3))) {
06704      TVector3 *G__Lderived;
06705      G__Lderived=(TVector3*)0x1000;
06706      {
06707        TObject *G__Lpbase=(TObject*)G__Lderived;
06708        G__inheritance_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TVector3),G__get_linked_tagnum(&G__G__PhysicsLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
06709      }
06710    }
06711    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion))) {
06712      TQuaternion *G__Lderived;
06713      G__Lderived=(TQuaternion*)0x1000;
06714      {
06715        TObject *G__Lpbase=(TObject*)G__Lderived;
06716        G__inheritance_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion),G__get_linked_tagnum(&G__G__PhysicsLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
06717      }
06718    }
06719    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation))) {
06720      TLorentzRotation *G__Lderived;
06721      G__Lderived=(TLorentzRotation*)0x1000;
06722      {
06723        TObject *G__Lpbase=(TObject*)G__Lderived;
06724        G__inheritance_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation),G__get_linked_tagnum(&G__G__PhysicsLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
06725      }
06726    }
06727    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector))) {
06728      TLorentzVector *G__Lderived;
06729      G__Lderived=(TLorentzVector*)0x1000;
06730      {
06731        TObject *G__Lpbase=(TObject*)G__Lderived;
06732        G__inheritance_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector),G__get_linked_tagnum(&G__G__PhysicsLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
06733      }
06734    }
06735    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__PhysicsLN_TGenPhaseSpace))) {
06736      TGenPhaseSpace *G__Lderived;
06737      G__Lderived=(TGenPhaseSpace*)0x1000;
06738      {
06739        TObject *G__Lpbase=(TObject*)G__Lderived;
06740        G__inheritance_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TGenPhaseSpace),G__get_linked_tagnum(&G__G__PhysicsLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
06741      }
06742    }
06743    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__PhysicsLN_TRobustEstimator))) {
06744      TRobustEstimator *G__Lderived;
06745      G__Lderived=(TRobustEstimator*)0x1000;
06746      {
06747        TObject *G__Lpbase=(TObject*)G__Lderived;
06748        G__inheritance_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TRobustEstimator),G__get_linked_tagnum(&G__G__PhysicsLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
06749      }
06750    }
06751    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__PhysicsLN_TRolke))) {
06752      TRolke *G__Lderived;
06753      G__Lderived=(TRolke*)0x1000;
06754      {
06755        TObject *G__Lpbase=(TObject*)G__Lderived;
06756        G__inheritance_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TRolke),G__get_linked_tagnum(&G__G__PhysicsLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
06757      }
06758    }
06759 }
06760 
06761 /*********************************************************
06762 * typedef information setup/
06763 *********************************************************/
06764 extern "C" void G__cpp_setup_typetableG__Physics() {
06765 
06766    /* Setting up typedef entry */
06767    G__search_typename2("Int_t",105,-1,0,-1);
06768    G__setnewtype(-1,"Signed integer 4 bytes (int)",0);
06769    G__search_typename2("Float_t",102,-1,0,-1);
06770    G__setnewtype(-1,"Float 4 bytes (float)",0);
06771    G__search_typename2("Double_t",100,-1,0,-1);
06772    G__setnewtype(-1,"Double 8 bytes",0);
06773    G__search_typename2("Bool_t",103,-1,0,-1);
06774    G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0);
06775    G__search_typename2("Version_t",115,-1,0,-1);
06776    G__setnewtype(-1,"Class version identifier (short)",0);
06777    G__search_typename2("Option_t",99,-1,256,-1);
06778    G__setnewtype(-1,"Option string (const char)",0);
06779    G__search_typename2("vector<ROOT::TSchemaHelper>",117,G__get_linked_tagnum(&G__G__PhysicsLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1);
06780    G__setnewtype(-1,NULL,0);
06781    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__PhysicsLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__PhysicsLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
06782    G__setnewtype(-1,NULL,0);
06783    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__PhysicsLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__PhysicsLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
06784    G__setnewtype(-1,NULL,0);
06785    G__search_typename2("vector<TVirtualArray*>",117,G__get_linked_tagnum(&G__G__PhysicsLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1);
06786    G__setnewtype(-1,NULL,0);
06787    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__PhysicsLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__PhysicsLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
06788    G__setnewtype(-1,NULL,0);
06789    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__PhysicsLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__PhysicsLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
06790    G__setnewtype(-1,NULL,0);
06791    G__search_typename2("TMatrixTBase<Float_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTBaselEfloatgR),0,-1);
06792    G__setnewtype(-1,NULL,0);
06793    G__search_typename2("TMatrixTBase<Double_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTBaselEdoublegR),0,-1);
06794    G__setnewtype(-1,NULL,0);
06795    G__search_typename2("TVectorT<Float_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TVectorTlEfloatgR),0,-1);
06796    G__setnewtype(-1,NULL,0);
06797    G__search_typename2("TVectorT<Double_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TVectorTlEdoublegR),0,-1);
06798    G__setnewtype(-1,NULL,0);
06799    G__search_typename2("TVectorD",117,G__get_linked_tagnum(&G__G__PhysicsLN_TVectorTlEdoublegR),0,-1);
06800    G__setnewtype(-1,NULL,0);
06801    G__search_typename2("TMatrixT<Float_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTlEfloatgR),0,-1);
06802    G__setnewtype(-1,NULL,0);
06803    G__search_typename2("TMatrixTRow_const<Float_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTRow_constlEfloatgR),0,-1);
06804    G__setnewtype(-1,NULL,0);
06805    G__search_typename2("TMatrixTColumn_const<Float_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTColumn_constlEfloatgR),0,-1);
06806    G__setnewtype(-1,NULL,0);
06807    G__search_typename2("TMatrixTDiag_const<Float_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTDiag_constlEfloatgR),0,-1);
06808    G__setnewtype(-1,NULL,0);
06809    G__search_typename2("TMatrixTFlat_const<Float_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTFlat_constlEfloatgR),0,-1);
06810    G__setnewtype(-1,NULL,0);
06811    G__search_typename2("TMatrixTSub_const<Float_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTSub_constlEfloatgR),0,-1);
06812    G__setnewtype(-1,NULL,0);
06813    G__search_typename2("TMatrixTSparseRow_const<Float_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTSparseRow_constlEfloatgR),0,-1);
06814    G__setnewtype(-1,NULL,0);
06815    G__search_typename2("TMatrixTSparseDiag_const<Float_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTSparseDiag_constlEfloatgR),0,-1);
06816    G__setnewtype(-1,NULL,0);
06817    G__search_typename2("TMatrixTRow<Float_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTRowlEfloatgR),0,-1);
06818    G__setnewtype(-1,NULL,0);
06819    G__search_typename2("TMatrixTColumn<Float_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTColumnlEfloatgR),0,-1);
06820    G__setnewtype(-1,NULL,0);
06821    G__search_typename2("TMatrixTDiag<Float_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTDiaglEfloatgR),0,-1);
06822    G__setnewtype(-1,NULL,0);
06823    G__search_typename2("TMatrixTFlat<Float_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTFlatlEfloatgR),0,-1);
06824    G__setnewtype(-1,NULL,0);
06825    G__search_typename2("TMatrixTSub<Float_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTSublEfloatgR),0,-1);
06826    G__setnewtype(-1,NULL,0);
06827    G__search_typename2("TMatrixTSparseRow<Float_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTSparseRowlEfloatgR),0,-1);
06828    G__setnewtype(-1,NULL,0);
06829    G__search_typename2("TMatrixTSparseDiag<Float_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTSparseDiaglEfloatgR),0,-1);
06830    G__setnewtype(-1,NULL,0);
06831    G__search_typename2("TElementActionT<Float_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TElementActionTlEfloatgR),0,-1);
06832    G__setnewtype(-1,NULL,0);
06833    G__search_typename2("TElementPosActionT<Float_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TElementPosActionTlEfloatgR),0,-1);
06834    G__setnewtype(-1,NULL,0);
06835    G__search_typename2("TMatrix",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTlEfloatgR),0,-1);
06836    G__setnewtype(-1,NULL,0);
06837    G__search_typename2("TMatrixTSym<Double_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTSymlEdoublegR),0,-1);
06838    G__setnewtype(-1,NULL,0);
06839    G__search_typename2("TMatrixDSym",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTSymlEdoublegR),0,-1);
06840    G__setnewtype(-1,NULL,0);
06841    G__search_typename2("TMatrixTRow_const<Double_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTRow_constlEdoublegR),0,-1);
06842    G__setnewtype(-1,NULL,0);
06843    G__search_typename2("TMatrixTColumn_const<Double_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTColumn_constlEdoublegR),0,-1);
06844    G__setnewtype(-1,NULL,0);
06845    G__search_typename2("TMatrixTDiag_const<Double_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTDiag_constlEdoublegR),0,-1);
06846    G__setnewtype(-1,NULL,0);
06847    G__search_typename2("TMatrixTFlat_const<Double_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTFlat_constlEdoublegR),0,-1);
06848    G__setnewtype(-1,NULL,0);
06849    G__search_typename2("TMatrixTSub_const<Double_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTSub_constlEdoublegR),0,-1);
06850    G__setnewtype(-1,NULL,0);
06851    G__search_typename2("TMatrixTSparseRow_const<Double_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTSparseRow_constlEdoublegR),0,-1);
06852    G__setnewtype(-1,NULL,0);
06853    G__search_typename2("TMatrixTSparseDiag_const<Double_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTSparseDiag_constlEdoublegR),0,-1);
06854    G__setnewtype(-1,NULL,0);
06855    G__search_typename2("TMatrixTRow<Double_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTRowlEdoublegR),0,-1);
06856    G__setnewtype(-1,NULL,0);
06857    G__search_typename2("TMatrixTColumn<Double_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTColumnlEdoublegR),0,-1);
06858    G__setnewtype(-1,NULL,0);
06859    G__search_typename2("TMatrixTDiag<Double_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTDiaglEdoublegR),0,-1);
06860    G__setnewtype(-1,NULL,0);
06861    G__search_typename2("TMatrixTFlat<Double_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTFlatlEdoublegR),0,-1);
06862    G__setnewtype(-1,NULL,0);
06863    G__search_typename2("TMatrixTSub<Double_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTSublEdoublegR),0,-1);
06864    G__setnewtype(-1,NULL,0);
06865    G__search_typename2("TMatrixTSparseRow<Double_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTSparseRowlEdoublegR),0,-1);
06866    G__setnewtype(-1,NULL,0);
06867    G__search_typename2("TMatrixTSparseDiag<Double_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTSparseDiaglEdoublegR),0,-1);
06868    G__setnewtype(-1,NULL,0);
06869    G__search_typename2("TElementActionT<Double_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TElementActionTlEdoublegR),0,-1);
06870    G__setnewtype(-1,NULL,0);
06871    G__search_typename2("TElementPosActionT<Double_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TElementPosActionTlEdoublegR),0,-1);
06872    G__setnewtype(-1,NULL,0);
06873    G__search_typename2("TMatrixT<Double_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTlEdoublegR),0,-1);
06874    G__setnewtype(-1,NULL,0);
06875    G__search_typename2("TMatrixTSparse<Double_t>",117,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTSparselEdoublegR),0,-1);
06876    G__setnewtype(-1,NULL,0);
06877 }
06878 
06879 /*********************************************************
06880 * Data Member information setup/
06881 *********************************************************/
06882 
06883    /* Setting up class,struct,union tag member variable */
06884 
06885    /* TFeldmanCousins */
06886 static void G__setup_memvarTFeldmanCousins(void) {
06887    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TFeldmanCousins));
06888    { TFeldmanCousins *p; p=(TFeldmanCousins*)0x1000; if (p) { }
06889    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fCL=",0,"confidence level as a fraction [e.g. 90% = 0.9]");
06890    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fUpperLimit=",0,"the calculated upper limit");
06891    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fLowerLimit=",0,"the calculated lower limit");
06892    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fNobserved=",0,"input number of observed events");
06893    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fNbackground=",0,"input number of background events");
06894    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMuMin=",0,"minimum value of signal to use in calculating the tables");
06895    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMuMax=",0,"maximum value of signal to use in calculating the tables");
06896    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMuStep=",0,"the step in signal to use when generating tables");
06897    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNMuStep=",0,"= (int)(fMuStep)");
06898    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNMax=",0,"= (int)(fMuMax)");
06899    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fQUICK=",0,"take a short cut to speed up the process of generating a");
06900    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__PhysicsLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
06901    }
06902    G__tag_memvar_reset();
06903 }
06904 
06905 
06906    /* TVector2 */
06907 static void G__setup_memvarTVector2(void) {
06908    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TVector2));
06909    { TVector2 *p; p=(TVector2*)0x1000; if (p) { }
06910    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fX=",0,"components of the vector");
06911    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fY=",0,(char*)NULL);
06912    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__PhysicsLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
06913    }
06914    G__tag_memvar_reset();
06915 }
06916 
06917 
06918    /* TRotation */
06919 static void G__setup_memvarTRotation(void) {
06920    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TRotation));
06921    { TRotation *p; p=(TRotation*)0x1000; if (p) { }
06922    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fxx=",0,(char*)NULL);
06923    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fxy=",0,(char*)NULL);
06924    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fxz=",0,(char*)NULL);
06925    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fyx=",0,(char*)NULL);
06926    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fyy=",0,(char*)NULL);
06927    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fyz=",0,(char*)NULL);
06928    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fzx=",0,(char*)NULL);
06929    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fzy=",0,(char*)NULL);
06930    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fzz=",0,(char*)NULL);
06931    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__PhysicsLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
06932    }
06933    G__tag_memvar_reset();
06934 }
06935 
06936 
06937    /* TVector3 */
06938 static void G__setup_memvarTVector3(void) {
06939    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TVector3));
06940    { TVector3 *p; p=(TVector3*)0x1000; if (p) { }
06941    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fX=",0,(char*)NULL);
06942    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fY=",0,(char*)NULL);
06943    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fZ=",0,(char*)NULL);
06944    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__PhysicsLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
06945    }
06946    G__tag_memvar_reset();
06947 }
06948 
06949 
06950    /* TQuaternion */
06951 static void G__setup_memvarTQuaternion(void) {
06952    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion));
06953    { TQuaternion *p; p=(TQuaternion*)0x1000; if (p) { }
06954    G__memvar_setup((void*)((long)(&p->fRealPart)-(long)(p)),100,0,0,-1,G__defined_typename("Double_t"),-1,1,"fRealPart=",0,"Real part");
06955    G__memvar_setup((void*)((long)(&p->fVectorPart)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__G__PhysicsLN_TVector3),-1,-1,1,"fVectorPart=",0,"vector part");
06956    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__PhysicsLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
06957    }
06958    G__tag_memvar_reset();
06959 }
06960 
06961 
06962    /* TLorentzRotation */
06963 static void G__setup_memvarTLorentzRotation(void) {
06964    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation));
06965    { TLorentzRotation *p; p=(TLorentzRotation*)0x1000; if (p) { }
06966    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fxx=",0,(char*)NULL);
06967    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fxy=",0,(char*)NULL);
06968    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fxz=",0,(char*)NULL);
06969    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fxt=",0,(char*)NULL);
06970    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fyx=",0,(char*)NULL);
06971    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fyy=",0,(char*)NULL);
06972    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fyz=",0,(char*)NULL);
06973    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fyt=",0,(char*)NULL);
06974    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fzx=",0,(char*)NULL);
06975    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fzy=",0,(char*)NULL);
06976    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fzz=",0,(char*)NULL);
06977    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fzt=",0,(char*)NULL);
06978    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"ftx=",0,(char*)NULL);
06979    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fty=",0,(char*)NULL);
06980    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"ftz=",0,(char*)NULL);
06981    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"ftt=",0,(char*)NULL);
06982    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__PhysicsLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
06983    }
06984    G__tag_memvar_reset();
06985 }
06986 
06987 
06988    /* TLorentzVector */
06989 static void G__setup_memvarTLorentzVector(void) {
06990    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector));
06991    { TLorentzVector *p; p=(TLorentzVector*)0x1000; if (p) { }
06992    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__PhysicsLN_TVector3),-1,-1,4,"fP=",0,"3 vector component");
06993    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fE=",0,"time or energy of (x,y,z,t) or (px,py,pz,e)");
06994    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVectorcLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kX=%lldLL",(long long)TLorentzVector::kX).data(),0,(char*)NULL);
06995    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVectorcLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kY=%lldLL",(long long)TLorentzVector::kY).data(),0,(char*)NULL);
06996    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVectorcLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kZ=%lldLL",(long long)TLorentzVector::kZ).data(),0,(char*)NULL);
06997    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVectorcLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kT=%lldLL",(long long)TLorentzVector::kT).data(),0,(char*)NULL);
06998    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVectorcLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kNUM_COORDINATES=%lldLL",(long long)TLorentzVector::kNUM_COORDINATES).data(),0,(char*)NULL);
06999    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVectorcLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kSIZE=%lldLL",(long long)TLorentzVector::kSIZE).data(),0,(char*)NULL);
07000    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__PhysicsLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
07001    }
07002    G__tag_memvar_reset();
07003 }
07004 
07005 
07006    /* TGenPhaseSpace */
07007 static void G__setup_memvarTGenPhaseSpace(void) {
07008    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TGenPhaseSpace));
07009    { TGenPhaseSpace *p; p=(TGenPhaseSpace*)0x1000; if (p) { }
07010    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fNt=",0,"number of decay particles");
07011    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fMass[18]=",0,"masses of particles");
07012    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fBeta[3]=",0,"betas of decaying particle");
07013    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fTeCmTm=",0,"total energy in the C.M. minus the total mass");
07014    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fWtMax=",0,"maximum weigth ");
07015    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector),-1,-1,4,"fDecPro[18]=",0,"kinematics of the generated particles ");
07016    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__PhysicsLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
07017    }
07018    G__tag_memvar_reset();
07019 }
07020 
07021 
07022    /* TRobustEstimator */
07023 static void G__setup_memvarTRobustEstimator(void) {
07024    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TRobustEstimator));
07025    { TRobustEstimator *p; p=(TRobustEstimator*)0x1000; if (p) { }
07026    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNvar=",0,"number of variables");
07027    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fH=",0,"algorithm parameter, determining the subsample size");
07028    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fN=",0,"number of observations");
07029    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fVarTemp=",0,"number of variables already added to the data matrix");
07030    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fVecTemp=",0,"number of observations already added to the data matrix");
07031    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fExact=",0,"if there was an exact fit, stores the number of points on a hyperplane ");
07032    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__PhysicsLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,2,"fMean=",0,"location estimate (mean values)");
07033    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTSymlEdoublegR),G__defined_typename("TMatrixDSym"),-1,2,"fCovariance=",0,"covariance matrix estimate");
07034    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTSymlEdoublegR),G__defined_typename("TMatrixDSym"),-1,2,"fInvcovariance=",0,"inverse of the covariance matrix");
07035    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTSymlEdoublegR),G__defined_typename("TMatrixDSym"),-1,2,"fCorrelation=",0,"correlation matrix");
07036    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__PhysicsLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,2,"fRd=",0,"array of robust distances, size n");
07037    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__PhysicsLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,2,"fSd=",0,"array of standard deviations");
07038    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__PhysicsLN_TArrayI),-1,-1,2,"fOut=",0,"array of indexes of ouliers, size <0.5*n");
07039    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__PhysicsLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,2,"fHyperplane=",0,"in case more than fH observations lie on a hyperplane");
07040    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTlEdoublegR),G__defined_typename("TMatrixD"),-1,2,"fData=",0,"the original data");
07041    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__PhysicsLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
07042    }
07043    G__tag_memvar_reset();
07044 }
07045 
07046 
07047    /* TRolke */
07048 static void G__setup_memvarTRolke(void) {
07049    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TRolke));
07050    { TRolke *p; p=(TRolke*)0x1000; if (p) { }
07051    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fCL=",0,"confidence level as a fraction [0.9 for 90% ]");
07052    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fUpperLimit=",0,"the calculated upper limit");
07053    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fLowerLimit=",0,"the calculated lower limit");
07054    G__memvar_setup((void*)0,103,0,0,-1,-1,-1,4,"fBounding=",0,"false for unbounded likelihood");
07055    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fNumWarningsDeprecated1=",0,(char*)NULL);
07056    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fNumWarningsDeprecated2=",0,(char*)NULL);
07057    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"f_x=",0,(char*)NULL);
07058    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"f_y=",0,(char*)NULL);
07059    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"f_z=",0,(char*)NULL);
07060    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"f_bm=",0,(char*)NULL);
07061    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"f_em=",0,(char*)NULL);
07062    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"f_e=",0,(char*)NULL);
07063    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"f_mid=",0,(char*)NULL);
07064    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"f_sde=",0,(char*)NULL);
07065    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"f_sdb=",0,(char*)NULL);
07066    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"f_tau=",0,(char*)NULL);
07067    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"f_b=",0,(char*)NULL);
07068    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"f_m=",0,(char*)NULL);
07069    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__PhysicsLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
07070    }
07071    G__tag_memvar_reset();
07072 }
07073 
07074 extern "C" void G__cpp_setup_memvarG__Physics() {
07075 }
07076 /***********************************************************
07077 ************************************************************
07078 ************************************************************
07079 ************************************************************
07080 ************************************************************
07081 ************************************************************
07082 ************************************************************
07083 ***********************************************************/
07084 
07085 /*********************************************************
07086 * Member function information setup for each class
07087 *********************************************************/
07088 static void G__setup_memfuncTFeldmanCousins(void) {
07089    /* TFeldmanCousins */
07090    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TFeldmanCousins));
07091    G__memfunc_setup("Prob",403,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 2, 0, 
07092 "i - 'Int_t' 0 - N d - 'Double_t' 0 - mu "
07093 "d - 'Double_t' 0 - B", (char*)NULL, (void*) NULL, 0);
07094    G__memfunc_setup("FindLimitsFromTable",1903,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 0, "d - 'Double_t' 0 - mu", (char*)NULL, (void*) NULL, 0);
07095    G__memfunc_setup("TFeldmanCousins",1519,G__G__Physics_110_0_3, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TFeldmanCousins), -1, 0, 2, 1, 1, 0, 
07096 "d - 'Double_t' 0 '0.9' newCL u 'TString' - 0 '\"\"' options", (char*)NULL, (void*) NULL, 0);
07097    G__memfunc_setup("CalculateUpperLimit",1945,G__G__Physics_110_0_4, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0, 
07098 "d - 'Double_t' 0 - Nobserved d - 'Double_t' 0 - Nbackground", (char*)NULL, (void*) NULL, 0);
07099    G__memfunc_setup("CalculateLowerLimit",1942,G__G__Physics_110_0_5, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0, 
07100 "d - 'Double_t' 0 - Nobserved d - 'Double_t' 0 - Nbackground", (char*)NULL, (void*) NULL, 0);
07101    G__memfunc_setup("GetUpperLimit",1323,G__G__Physics_110_0_6, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07102    G__memfunc_setup("GetLowerLimit",1320,G__G__Physics_110_0_7, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07103    G__memfunc_setup("GetNobserved",1224,G__G__Physics_110_0_8, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07104    G__memfunc_setup("GetNbackground",1422,G__G__Physics_110_0_9, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07105    G__memfunc_setup("GetCL",431,G__G__Physics_110_0_10, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07106    G__memfunc_setup("GetMuMin",774,G__G__Physics_110_0_11, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07107    G__memfunc_setup("GetMuMax",776,G__G__Physics_110_0_12, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07108    G__memfunc_setup("GetMuStep",894,G__G__Physics_110_0_13, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07109    G__memfunc_setup("GetNMax",660,G__G__Physics_110_0_14, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07110    G__memfunc_setup("SetNobserved",1236,G__G__Physics_110_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - NObs", (char*)NULL, (void*) NULL, 0);
07111    G__memfunc_setup("SetNbackground",1434,G__G__Physics_110_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - Nbg", (char*)NULL, (void*) NULL, 0);
07112    G__memfunc_setup("SetCL",443,G__G__Physics_110_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - newCL", (char*)NULL, (void*) NULL, 0);
07113    G__memfunc_setup("SetMuMin",786,G__G__Physics_110_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 '0.0' newMin", (char*)NULL, (void*) NULL, 0);
07114    G__memfunc_setup("SetMuMax",788,G__G__Physics_110_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 '50.0' newMax", (char*)NULL, (void*) NULL, 0);
07115    G__memfunc_setup("SetMuStep",906,G__G__Physics_110_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 '0.005' newMuStep", (char*)NULL, (void*) NULL, 0);
07116    G__memfunc_setup("Class",502,G__G__Physics_110_0_21, 85, G__get_linked_tagnum(&G__G__PhysicsLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TFeldmanCousins::Class) ), 0);
07117    G__memfunc_setup("Class_Name",982,G__G__Physics_110_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFeldmanCousins::Class_Name) ), 0);
07118    G__memfunc_setup("Class_Version",1339,G__G__Physics_110_0_23, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TFeldmanCousins::Class_Version) ), 0);
07119    G__memfunc_setup("Dictionary",1046,G__G__Physics_110_0_24, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TFeldmanCousins::Dictionary) ), 0);
07120    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__PhysicsLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
07121    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
07122    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
07123    G__memfunc_setup("StreamerNVirtual",1656,G__G__Physics_110_0_28, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
07124    G__memfunc_setup("DeclFileName",1145,G__G__Physics_110_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFeldmanCousins::DeclFileName) ), 0);
07125    G__memfunc_setup("ImplFileLine",1178,G__G__Physics_110_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TFeldmanCousins::ImplFileLine) ), 0);
07126    G__memfunc_setup("ImplFileName",1171,G__G__Physics_110_0_31, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFeldmanCousins::ImplFileName) ), 0);
07127    G__memfunc_setup("DeclFileLine",1152,G__G__Physics_110_0_32, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TFeldmanCousins::DeclFileLine) ), 0);
07128    // automatic copy constructor
07129    G__memfunc_setup("TFeldmanCousins", 1519, G__G__Physics_110_0_33, (int) ('i'), G__get_linked_tagnum(&G__G__PhysicsLN_TFeldmanCousins), -1, 0, 1, 1, 1, 0, "u 'TFeldmanCousins' - 11 - -", (char*) NULL, (void*) NULL, 0);
07130    // automatic destructor
07131    G__memfunc_setup("~TFeldmanCousins", 1645, G__G__Physics_110_0_34, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
07132    // automatic assignment operator
07133    G__memfunc_setup("operator=", 937, G__G__Physics_110_0_35, (int) ('u'), G__get_linked_tagnum(&G__G__PhysicsLN_TFeldmanCousins), -1, 1, 1, 1, 1, 0, "u 'TFeldmanCousins' - 11 - -", (char*) NULL, (void*) NULL, 0);
07134    G__tag_memfunc_reset();
07135 }
07136 
07137 static void G__setup_memfuncTVector2(void) {
07138    /* TVector2 */
07139    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TVector2));
07140    G__memfunc_setup("TVector2",761,G__G__Physics_111_0_1, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TVector2), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
07141    G__memfunc_setup("TVector2",761,G__G__Physics_111_0_2, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TVector2), -1, 0, 1, 1, 1, 0, "D - 'Double_t' 0 - s", (char*)NULL, (void*) NULL, 0);
07142    G__memfunc_setup("TVector2",761,G__G__Physics_111_0_3, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TVector2), -1, 0, 2, 1, 1, 0, 
07143 "d - 'Double_t' 0 - x0 d - 'Double_t' 0 - y0", (char*)NULL, (void*) NULL, 0);
07144    G__memfunc_setup("operator=",937,G__G__Physics_111_0_4, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector2), -1, 1, 1, 1, 1, 0, "u 'TVector2' - 41 - v", (char*)NULL, (void*) NULL, 0);
07145    G__memfunc_setup("operator+=",980,G__G__Physics_111_0_5, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector2), -1, 1, 1, 1, 1, 0, "u 'TVector2' - 41 - v", (char*)NULL, (void*) NULL, 0);
07146    G__memfunc_setup("operator-=",982,G__G__Physics_111_0_6, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector2), -1, 1, 1, 1, 1, 0, "u 'TVector2' - 41 - v", (char*)NULL, (void*) NULL, 0);
07147    G__memfunc_setup("operator*=",979,G__G__Physics_111_0_7, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "u 'TVector2' - 41 - v", (char*)NULL, (void*) NULL, 0);
07148    G__memfunc_setup("operator*=",979,G__G__Physics_111_0_8, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector2), -1, 1, 1, 1, 1, 0, "d - 'Double_t' 0 - s", (char*)NULL, (void*) NULL, 0);
07149    G__memfunc_setup("operator/=",984,G__G__Physics_111_0_9, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector2), -1, 1, 1, 1, 1, 0, "d - 'Double_t' 0 - s", (char*)NULL, (void*) NULL, 0);
07150    G__memfunc_setup("Set",300,G__G__Physics_111_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TVector2' - 11 - v", (char*)NULL, (void*) NULL, 0);
07151    G__memfunc_setup("Set",300,G__G__Physics_111_0_11, 121, -1, -1, 0, 2, 1, 1, 0, 
07152 "d - 'Double_t' 0 - x0 d - 'Double_t' 0 - y0", (char*)NULL, (void*) NULL, 0);
07153    G__memfunc_setup("Set",300,G__G__Physics_111_0_12, 121, -1, -1, 0, 2, 1, 1, 0, 
07154 "f - - 0 - x0 f - - 0 - y0", (char*)NULL, (void*) NULL, 0);
07155    G__memfunc_setup("Mod2",338,G__G__Physics_111_0_13, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07156    G__memfunc_setup("Mod",288,G__G__Physics_111_0_14, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07157    G__memfunc_setup("Px",200,G__G__Physics_111_0_15, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07158    G__memfunc_setup("Py",201,G__G__Physics_111_0_16, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07159    G__memfunc_setup("X",88,G__G__Physics_111_0_17, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07160    G__memfunc_setup("Y",89,G__G__Physics_111_0_18, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07161    G__memfunc_setup("Phi",289,G__G__Physics_111_0_19, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07162    G__memfunc_setup("DeltaPhi",779,G__G__Physics_111_0_20, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "u 'TVector2' - 11 - v", (char*)NULL, (void*) NULL, 0);
07163    G__memfunc_setup("SetMagPhi",866,G__G__Physics_111_0_21, 121, -1, -1, 0, 2, 1, 1, 0, 
07164 "d - 'Double_t' 0 - mag d - 'Double_t' 0 - phi", (char*)NULL, (void*) NULL, 0);
07165    G__memfunc_setup("Unit",416,G__G__Physics_111_0_22, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector2), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07166    G__memfunc_setup("Ort",309,G__G__Physics_111_0_23, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector2), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07167    G__memfunc_setup("Proj",411,G__G__Physics_111_0_24, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector2), -1, 0, 1, 1, 1, 8, "u 'TVector2' - 11 - v", (char*)NULL, (void*) NULL, 0);
07168    G__memfunc_setup("Norm",412,G__G__Physics_111_0_25, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector2), -1, 0, 1, 1, 1, 8, "u 'TVector2' - 11 - v", (char*)NULL, (void*) NULL, 0);
07169    G__memfunc_setup("Rotate",623,G__G__Physics_111_0_26, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector2), -1, 0, 1, 1, 1, 8, "d - 'Double_t' 0 - phi", (char*)NULL, (void*) NULL, 0);
07170    G__memfunc_setup("Phi_0_2pi",794,G__G__Physics_111_0_27, 100, -1, G__defined_typename("Double_t"), 0, 1, 3, 1, 0, "d - 'Double_t' 0 - x", "returns phi angle in the interval", (void*) G__func2void( (Double_t (*)(Double_t))(&TVector2::Phi_0_2pi) ), 0);
07171    G__memfunc_setup("Phi_mpi_pi",1022,G__G__Physics_111_0_28, 100, -1, G__defined_typename("Double_t"), 0, 1, 3, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TVector2::Phi_mpi_pi) ), 0);
07172    G__memfunc_setup("Print",525,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
07173    G__memfunc_setup("Class",502,G__G__Physics_111_0_30, 85, G__get_linked_tagnum(&G__G__PhysicsLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TVector2::Class) ), 0);
07174    G__memfunc_setup("Class_Name",982,G__G__Physics_111_0_31, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVector2::Class_Name) ), 0);
07175    G__memfunc_setup("Class_Version",1339,G__G__Physics_111_0_32, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TVector2::Class_Version) ), 0);
07176    G__memfunc_setup("Dictionary",1046,G__G__Physics_111_0_33, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TVector2::Dictionary) ), 0);
07177    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__PhysicsLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
07178    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
07179    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
07180    G__memfunc_setup("StreamerNVirtual",1656,G__G__Physics_111_0_37, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
07181    G__memfunc_setup("DeclFileName",1145,G__G__Physics_111_0_38, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVector2::DeclFileName) ), 0);
07182    G__memfunc_setup("ImplFileLine",1178,G__G__Physics_111_0_39, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVector2::ImplFileLine) ), 0);
07183    G__memfunc_setup("ImplFileName",1171,G__G__Physics_111_0_40, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVector2::ImplFileName) ), 0);
07184    G__memfunc_setup("DeclFileLine",1152,G__G__Physics_111_0_41, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVector2::DeclFileLine) ), 0);
07185    G__memfunc_setup("operator*=",979,G__G__Physics_111_0_42, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "u 'TVector2' - 11 - v", (char*)NULL, (void*) NULL, 0);
07186    // automatic copy constructor
07187    G__memfunc_setup("TVector2", 761, G__G__Physics_111_0_43, (int) ('i'), G__get_linked_tagnum(&G__G__PhysicsLN_TVector2), -1, 0, 1, 1, 1, 0, "u 'TVector2' - 11 - -", (char*) NULL, (void*) NULL, 0);
07188    // automatic destructor
07189    G__memfunc_setup("~TVector2", 887, G__G__Physics_111_0_44, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
07190    G__tag_memfunc_reset();
07191 }
07192 
07193 static void G__setup_memfuncTRotation(void) {
07194    /* TRotation */
07195    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TRotation));
07196    G__memfunc_setup("TRotation",932,G__G__Physics_146_0_1, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TRotation), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
07197    G__memfunc_setup("TRotation",932,G__G__Physics_146_0_2, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TRotation), -1, 0, 1, 1, 1, 0, "u 'TRotation' - 11 - -", (char*)NULL, (void*) NULL, 0);
07198    G__memfunc_setup("TRotation",932,G__G__Physics_146_0_3, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TRotation), -1, 0, 1, 1, 1, 0, "u 'TQuaternion' - 11 - -", (char*)NULL, (void*) NULL, 0);
07199    G__memfunc_setup("XX",176,G__G__Physics_146_0_4, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07200    G__memfunc_setup("XY",177,G__G__Physics_146_0_5, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07201    G__memfunc_setup("XZ",178,G__G__Physics_146_0_6, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07202    G__memfunc_setup("YX",177,G__G__Physics_146_0_7, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07203    G__memfunc_setup("YY",178,G__G__Physics_146_0_8, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07204    G__memfunc_setup("YZ",179,G__G__Physics_146_0_9, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07205    G__memfunc_setup("ZX",178,G__G__Physics_146_0_10, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07206    G__memfunc_setup("ZY",179,G__G__Physics_146_0_11, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07207    G__memfunc_setup("ZZ",180,G__G__Physics_146_0_12, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07208    G__memfunc_setup("operator[]",1060,G__G__Physics_146_0_13, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TRotationcLcLTRotationRow), -1, 0, 1, 1, 1, 8, "i - - 0 - i", (char*)NULL, (void*) NULL, 0);
07209    G__memfunc_setup("operator()",957,G__G__Physics_146_0_14, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8, 
07210 "i - - 0 - - i - - 0 - -", (char*)NULL, (void*) NULL, 0);
07211    G__memfunc_setup("operator=",937,G__G__Physics_146_0_15, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TRotation), -1, 1, 1, 1, 1, 0, "u 'TRotation' - 11 - m", (char*)NULL, (void*) NULL, 0);
07212    G__memfunc_setup("operator==",998,G__G__Physics_146_0_16, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'TRotation' - 11 - m", (char*)NULL, (void*) NULL, 0);
07213    G__memfunc_setup("operator!=",970,G__G__Physics_146_0_17, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'TRotation' - 11 - m", (char*)NULL, (void*) NULL, 0);
07214    G__memfunc_setup("IsIdentity",1030,G__G__Physics_146_0_18, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07215    G__memfunc_setup("operator*",918,G__G__Physics_146_0_19, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector3), -1, 0, 1, 1, 1, 8, "u 'TVector3' - 11 - p", (char*)NULL, (void*) NULL, 0);
07216    G__memfunc_setup("operator*",918,G__G__Physics_146_0_20, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TRotation), -1, 0, 1, 1, 1, 8, "u 'TRotation' - 11 - -", (char*)NULL, (void*) NULL, 0);
07217    G__memfunc_setup("operator*=",979,G__G__Physics_146_0_21, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TRotation), -1, 1, 1, 1, 1, 0, "u 'TRotation' - 11 - m", (char*)NULL, (void*) NULL, 0);
07218    G__memfunc_setup("Transform",956,G__G__Physics_146_0_22, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TRotation), -1, 1, 1, 1, 1, 0, "u 'TRotation' - 11 - m", (char*)NULL, (void*) NULL, 0);
07219    G__memfunc_setup("Inverse",732,G__G__Physics_146_0_23, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TRotation), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07220    G__memfunc_setup("Invert",632,G__G__Physics_146_0_24, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TRotation), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
07221    G__memfunc_setup("RotateX",711,G__G__Physics_146_0_25, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TRotation), -1, 1, 1, 1, 1, 0, "d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 0);
07222    G__memfunc_setup("RotateY",712,G__G__Physics_146_0_26, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TRotation), -1, 1, 1, 1, 1, 0, "d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 0);
07223    G__memfunc_setup("RotateZ",713,G__G__Physics_146_0_27, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TRotation), -1, 1, 1, 1, 1, 0, "d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 0);
07224    G__memfunc_setup("Rotate",623,G__G__Physics_146_0_28, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TRotation), -1, 1, 2, 1, 1, 0, 
07225 "d - 'Double_t' 0 - - u 'TVector3' - 11 - -", (char*)NULL, (void*) NULL, 0);
07226    G__memfunc_setup("Rotate",623,G__G__Physics_146_0_29, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TRotation), -1, 1, 2, 1, 1, 0, 
07227 "d - 'Double_t' 0 - psi U 'TVector3' - 10 - p", (char*)NULL, (void*) NULL, 0);
07228    G__memfunc_setup("RotateAxes",1024,G__G__Physics_146_0_30, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TRotation), -1, 1, 3, 1, 1, 0, 
07229 "u 'TVector3' - 11 - newX u 'TVector3' - 11 - newY "
07230 "u 'TVector3' - 11 - newZ", (char*)NULL, (void*) NULL, 0);
07231    G__memfunc_setup("PhiX",377,G__G__Physics_146_0_31, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07232    G__memfunc_setup("PhiY",378,G__G__Physics_146_0_32, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07233    G__memfunc_setup("PhiZ",379,G__G__Physics_146_0_33, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07234    G__memfunc_setup("ThetaX",590,G__G__Physics_146_0_34, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07235    G__memfunc_setup("ThetaY",591,G__G__Physics_146_0_35, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07236    G__memfunc_setup("ThetaZ",592,G__G__Physics_146_0_36, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07237    G__memfunc_setup("AngleAxis",892,G__G__Physics_146_0_37, 121, -1, -1, 0, 2, 1, 1, 8, 
07238 "d - 'Double_t' 1 - - u 'TVector3' - 1 - -", (char*)NULL, (void*) NULL, 0);
07239    G__memfunc_setup("SetToIdentity",1337,G__G__Physics_146_0_38, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TRotation), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
07240    G__memfunc_setup("SetXEulerAngles",1499,G__G__Physics_146_0_39, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TRotation), -1, 1, 3, 1, 1, 0, 
07241 "d - 'Double_t' 0 - phi d - 'Double_t' 0 - theta "
07242 "d - 'Double_t' 0 - psi", (char*)NULL, (void*) NULL, 0);
07243    G__memfunc_setup("SetXPhi",677,G__G__Physics_146_0_40, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 0);
07244    G__memfunc_setup("SetXTheta",890,G__G__Physics_146_0_41, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 0);
07245    G__memfunc_setup("SetXPsi",688,G__G__Physics_146_0_42, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 0);
07246    G__memfunc_setup("RotateXEulerAngles",1822,G__G__Physics_146_0_43, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TRotation), -1, 1, 3, 1, 1, 0, 
07247 "d - 'Double_t' 0 - phi d - 'Double_t' 0 - theta "
07248 "d - 'Double_t' 0 - psi", (char*)NULL, (void*) NULL, 0);
07249    G__memfunc_setup("GetXPhi",665,G__G__Physics_146_0_44, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07250    G__memfunc_setup("GetXTheta",878,G__G__Physics_146_0_45, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07251    G__memfunc_setup("GetXPsi",676,G__G__Physics_146_0_46, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07252    G__memfunc_setup("SetYEulerAngles",1500,G__G__Physics_146_0_47, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TRotation), -1, 1, 3, 1, 1, 0, 
07253 "d - 'Double_t' 0 - phi d - 'Double_t' 0 - theta "
07254 "d - 'Double_t' 0 - psi", (char*)NULL, (void*) NULL, 0);
07255    G__memfunc_setup("SetYPhi",678,G__G__Physics_146_0_48, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 0);
07256    G__memfunc_setup("SetYTheta",891,G__G__Physics_146_0_49, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 0);
07257    G__memfunc_setup("SetYPsi",689,G__G__Physics_146_0_50, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 0);
07258    G__memfunc_setup("RotateYEulerAngles",1823,G__G__Physics_146_0_51, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TRotation), -1, 1, 3, 1, 1, 0, 
07259 "d - 'Double_t' 0 - phi d - 'Double_t' 0 - theta "
07260 "d - 'Double_t' 0 - psi", (char*)NULL, (void*) NULL, 0);
07261    G__memfunc_setup("GetYPhi",666,G__G__Physics_146_0_52, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07262    G__memfunc_setup("GetYTheta",879,G__G__Physics_146_0_53, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07263    G__memfunc_setup("GetYPsi",677,G__G__Physics_146_0_54, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07264    G__memfunc_setup("SetXAxis",793,G__G__Physics_146_0_55, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TRotation), -1, 1, 1, 1, 1, 0, "u 'TVector3' - 11 - axis", (char*)NULL, (void*) NULL, 0);
07265    G__memfunc_setup("SetXAxis",793,G__G__Physics_146_0_56, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TRotation), -1, 1, 2, 1, 1, 0, 
07266 "u 'TVector3' - 11 - axis u 'TVector3' - 11 - xyPlane", (char*)NULL, (void*) NULL, 0);
07267    G__memfunc_setup("SetYAxis",794,G__G__Physics_146_0_57, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TRotation), -1, 1, 1, 1, 1, 0, "u 'TVector3' - 11 - axis", (char*)NULL, (void*) NULL, 0);
07268    G__memfunc_setup("SetYAxis",794,G__G__Physics_146_0_58, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TRotation), -1, 1, 2, 1, 1, 0, 
07269 "u 'TVector3' - 11 - axis u 'TVector3' - 11 - yzPlane", (char*)NULL, (void*) NULL, 0);
07270    G__memfunc_setup("SetZAxis",795,G__G__Physics_146_0_59, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TRotation), -1, 1, 1, 1, 1, 0, "u 'TVector3' - 11 - axis", (char*)NULL, (void*) NULL, 0);
07271    G__memfunc_setup("SetZAxis",795,G__G__Physics_146_0_60, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TRotation), -1, 1, 2, 1, 1, 0, 
07272 "u 'TVector3' - 11 - axis u 'TVector3' - 11 - zxPlane", (char*)NULL, (void*) NULL, 0);
07273    G__memfunc_setup("MakeBasis",880,G__G__Physics_146_0_61, 121, -1, -1, 0, 3, 1, 1, 8, 
07274 "u 'TVector3' - 1 - xAxis u 'TVector3' - 1 - yAxis "
07275 "u 'TVector3' - 1 - zAxis", (char*)NULL, (void*) NULL, 0);
07276    G__memfunc_setup("TRotation",932,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TRotation), -1, 0, 9, 1, 2, 0, 
07277 "d - 'Double_t' 0 - - d - 'Double_t' 0 - - "
07278 "d - 'Double_t' 0 - - d - 'Double_t' 0 - - "
07279 "d - 'Double_t' 0 - - d - 'Double_t' 0 - - "
07280 "d - 'Double_t' 0 - - d - 'Double_t' 0 - - "
07281 "d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 0);
07282    G__memfunc_setup("Class",502,G__G__Physics_146_0_63, 85, G__get_linked_tagnum(&G__G__PhysicsLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TRotation::Class) ), 0);
07283    G__memfunc_setup("Class_Name",982,G__G__Physics_146_0_64, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRotation::Class_Name) ), 0);
07284    G__memfunc_setup("Class_Version",1339,G__G__Physics_146_0_65, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TRotation::Class_Version) ), 0);
07285    G__memfunc_setup("Dictionary",1046,G__G__Physics_146_0_66, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TRotation::Dictionary) ), 0);
07286    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__PhysicsLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
07287    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
07288    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
07289    G__memfunc_setup("StreamerNVirtual",1656,G__G__Physics_146_0_70, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
07290    G__memfunc_setup("DeclFileName",1145,G__G__Physics_146_0_71, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRotation::DeclFileName) ), 0);
07291    G__memfunc_setup("ImplFileLine",1178,G__G__Physics_146_0_72, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TRotation::ImplFileLine) ), 0);
07292    G__memfunc_setup("ImplFileName",1171,G__G__Physics_146_0_73, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRotation::ImplFileName) ), 0);
07293    G__memfunc_setup("DeclFileLine",1152,G__G__Physics_146_0_74, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TRotation::DeclFileLine) ), 0);
07294    // automatic destructor
07295    G__memfunc_setup("~TRotation", 1058, G__G__Physics_146_0_75, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
07296    G__tag_memfunc_reset();
07297 }
07298 
07299 static void G__setup_memfuncTVector3(void) {
07300    /* TVector3 */
07301    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TVector3));
07302    G__memfunc_setup("TVector3",762,G__G__Physics_147_0_1, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TVector3), -1, 0, 3, 1, 1, 0, 
07303 "d - 'Double_t' 0 '0.0' x d - 'Double_t' 0 '0.0' y "
07304 "d - 'Double_t' 0 '0.0' z", (char*)NULL, (void*) NULL, 0);
07305    G__memfunc_setup("TVector3",762,G__G__Physics_147_0_2, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TVector3), -1, 0, 1, 1, 1, 0, "D - 'Double_t' 10 - -", (char*)NULL, (void*) NULL, 0);
07306    G__memfunc_setup("TVector3",762,G__G__Physics_147_0_3, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TVector3), -1, 0, 1, 1, 1, 0, "F - 'Float_t' 10 - -", (char*)NULL, (void*) NULL, 0);
07307    G__memfunc_setup("TVector3",762,G__G__Physics_147_0_4, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TVector3), -1, 0, 1, 1, 1, 0, "u 'TVector3' - 11 - -", (char*)NULL, (void*) NULL, 0);
07308    G__memfunc_setup("operator()",957,G__G__Physics_147_0_5, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - - 0 - -", (char*)NULL, (void*) NULL, 0);
07309    G__memfunc_setup("operator[]",1060,G__G__Physics_147_0_6, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - - 0 - i", (char*)NULL, (void*) NULL, 0);
07310    G__memfunc_setup("operator()",957,G__G__Physics_147_0_7, 100, -1, G__defined_typename("Double_t"), 1, 1, 1, 1, 0, "i - - 0 - -", (char*)NULL, (void*) NULL, 0);
07311    G__memfunc_setup("operator[]",1060,G__G__Physics_147_0_8, 100, -1, G__defined_typename("Double_t"), 1, 1, 1, 1, 0, "i - - 0 - i", (char*)NULL, (void*) NULL, 0);
07312    G__memfunc_setup("x",120,G__G__Physics_147_0_9, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07313    G__memfunc_setup("y",121,G__G__Physics_147_0_10, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07314    G__memfunc_setup("z",122,G__G__Physics_147_0_11, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07315    G__memfunc_setup("X",88,G__G__Physics_147_0_12, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07316    G__memfunc_setup("Y",89,G__G__Physics_147_0_13, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07317    G__memfunc_setup("Z",90,G__G__Physics_147_0_14, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07318    G__memfunc_setup("Px",200,G__G__Physics_147_0_15, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07319    G__memfunc_setup("Py",201,G__G__Physics_147_0_16, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07320    G__memfunc_setup("Pz",202,G__G__Physics_147_0_17, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07321    G__memfunc_setup("SetX",388,G__G__Physics_147_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - xx", (char*)NULL, (void*) NULL, 0);
07322    G__memfunc_setup("SetY",389,G__G__Physics_147_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - yy", (char*)NULL, (void*) NULL, 0);
07323    G__memfunc_setup("SetZ",390,G__G__Physics_147_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - zz", (char*)NULL, (void*) NULL, 0);
07324    G__memfunc_setup("SetXYZ",567,G__G__Physics_147_0_21, 121, -1, -1, 0, 3, 1, 1, 0, 
07325 "d - 'Double_t' 0 - xx d - 'Double_t' 0 - yy "
07326 "d - 'Double_t' 0 - zz", (char*)NULL, (void*) NULL, 0);
07327    G__memfunc_setup("SetPtEtaPhi",1067,G__G__Physics_147_0_22, 121, -1, -1, 0, 3, 1, 1, 0, 
07328 "d - 'Double_t' 0 - pt d - 'Double_t' 0 - eta "
07329 "d - 'Double_t' 0 - phi", (char*)NULL, (void*) NULL, 0);
07330    G__memfunc_setup("SetPtThetaPhi",1287,G__G__Physics_147_0_23, 121, -1, -1, 0, 3, 1, 1, 0, 
07331 "d - 'Double_t' 0 - pt d - 'Double_t' 0 - theta "
07332 "d - 'Double_t' 0 - phi", (char*)NULL, (void*) NULL, 0);
07333    G__memfunc_setup("GetXYZ",555,G__G__Physics_147_0_24, 121, -1, -1, 0, 1, 1, 1, 8, "D - 'Double_t' 0 - carray", (char*)NULL, (void*) NULL, 0);
07334    G__memfunc_setup("GetXYZ",555,G__G__Physics_147_0_25, 121, -1, -1, 0, 1, 1, 1, 8, "F - 'Float_t' 0 - carray", (char*)NULL, (void*) NULL, 0);
07335    G__memfunc_setup("Phi",289,G__G__Physics_147_0_26, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07336    G__memfunc_setup("Theta",502,G__G__Physics_147_0_27, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07337    G__memfunc_setup("CosTheta",795,G__G__Physics_147_0_28, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07338    G__memfunc_setup("Mag2",327,G__G__Physics_147_0_29, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07339    G__memfunc_setup("Mag",277,G__G__Physics_147_0_30, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07340    G__memfunc_setup("SetPhi",589,G__G__Physics_147_0_31, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 0);
07341    G__memfunc_setup("SetTheta",802,G__G__Physics_147_0_32, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 0);
07342    G__memfunc_setup("SetMag",577,G__G__Physics_147_0_33, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - ma", (char*)NULL, (void*) NULL, 0);
07343    G__memfunc_setup("Perp2",457,G__G__Physics_147_0_34, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07344    G__memfunc_setup("Pt",196,G__G__Physics_147_0_35, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07345    G__memfunc_setup("Perp",407,G__G__Physics_147_0_36, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07346    G__memfunc_setup("SetPerp",707,G__G__Physics_147_0_37, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - r", (char*)NULL, (void*) NULL, 0);
07347    G__memfunc_setup("Perp2",457,G__G__Physics_147_0_38, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "u 'TVector3' - 11 - p", (char*)NULL, (void*) NULL, 0);
07348    G__memfunc_setup("Pt",196,G__G__Physics_147_0_39, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "u 'TVector3' - 11 - p", (char*)NULL, (void*) NULL, 0);
07349    G__memfunc_setup("Perp",407,G__G__Physics_147_0_40, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "u 'TVector3' - 11 - -", (char*)NULL, (void*) NULL, 0);
07350    G__memfunc_setup("DeltaPhi",779,G__G__Physics_147_0_41, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "u 'TVector3' - 11 - v", (char*)NULL, (void*) NULL, 0);
07351    G__memfunc_setup("DeltaR",572,G__G__Physics_147_0_42, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "u 'TVector3' - 11 - -", (char*)NULL, (void*) NULL, 0);
07352    G__memfunc_setup("DrEtaPhi",753,G__G__Physics_147_0_43, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "u 'TVector3' - 11 - v", (char*)NULL, (void*) NULL, 0);
07353    G__memfunc_setup("EtaPhiVector",1198,G__G__Physics_147_0_44, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector2), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07354    G__memfunc_setup("SetMagThetaPhi",1368,G__G__Physics_147_0_45, 121, -1, -1, 0, 3, 1, 1, 0, 
07355 "d - 'Double_t' 0 - mag d - 'Double_t' 0 - theta "
07356 "d - 'Double_t' 0 - phi", (char*)NULL, (void*) NULL, 0);
07357    G__memfunc_setup("operator=",937,G__G__Physics_147_0_46, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector3), -1, 1, 1, 1, 1, 0, "u 'TVector3' - 11 - p", (char*)NULL, (void*) NULL, 0);
07358    G__memfunc_setup("operator==",998,G__G__Physics_147_0_47, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'TVector3' - 11 - v", (char*)NULL, (void*) NULL, 0);
07359    G__memfunc_setup("operator!=",970,G__G__Physics_147_0_48, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'TVector3' - 11 - v", (char*)NULL, (void*) NULL, 0);
07360    G__memfunc_setup("operator+=",980,G__G__Physics_147_0_49, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector3), -1, 1, 1, 1, 1, 0, "u 'TVector3' - 11 - p", (char*)NULL, (void*) NULL, 0);
07361    G__memfunc_setup("operator-=",982,G__G__Physics_147_0_50, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector3), -1, 1, 1, 1, 1, 0, "u 'TVector3' - 11 - p", (char*)NULL, (void*) NULL, 0);
07362    G__memfunc_setup("operator-",921,G__G__Physics_147_0_51, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector3), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07363    G__memfunc_setup("operator*=",979,G__G__Physics_147_0_52, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector3), -1, 1, 1, 1, 1, 0, "d - 'Double_t' 0 - a", (char*)NULL, (void*) NULL, 0);
07364    G__memfunc_setup("Unit",416,G__G__Physics_147_0_53, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector3), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07365    G__memfunc_setup("Orthogonal",1053,G__G__Physics_147_0_54, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector3), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07366    G__memfunc_setup("Dot",295,G__G__Physics_147_0_55, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "u 'TVector3' - 11 - p", (char*)NULL, (void*) NULL, 0);
07367    G__memfunc_setup("Cross",522,G__G__Physics_147_0_56, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector3), -1, 0, 1, 1, 1, 8, "u 'TVector3' - 11 - p", (char*)NULL, (void*) NULL, 0);
07368    G__memfunc_setup("Angle",487,G__G__Physics_147_0_57, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "u 'TVector3' - 11 - -", (char*)NULL, (void*) NULL, 0);
07369    G__memfunc_setup("PseudoRapidity",1462,G__G__Physics_147_0_58, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07370    G__memfunc_setup("Eta",282,G__G__Physics_147_0_59, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07371    G__memfunc_setup("RotateX",711,G__G__Physics_147_0_60, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 0);
07372    G__memfunc_setup("RotateY",712,G__G__Physics_147_0_61, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 0);
07373    G__memfunc_setup("RotateZ",713,G__G__Physics_147_0_62, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 0);
07374    G__memfunc_setup("RotateUz",830,G__G__Physics_147_0_63, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TVector3' - 11 - -", (char*)NULL, (void*) NULL, 0);
07375    G__memfunc_setup("Rotate",623,G__G__Physics_147_0_64, 121, -1, -1, 0, 2, 1, 1, 0, 
07376 "d - 'Double_t' 0 - - u 'TVector3' - 11 - -", (char*)NULL, (void*) NULL, 0);
07377    G__memfunc_setup("operator*=",979,G__G__Physics_147_0_65, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector3), -1, 1, 1, 1, 1, 0, "u 'TRotation' - 11 - -", (char*)NULL, (void*) NULL, 0);
07378    G__memfunc_setup("Transform",956,G__G__Physics_147_0_66, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector3), -1, 1, 1, 1, 1, 0, "u 'TRotation' - 11 - -", (char*)NULL, (void*) NULL, 0);
07379    G__memfunc_setup("XYvector",836,G__G__Physics_147_0_67, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector2), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07380    G__memfunc_setup("Print",525,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
07381    G__memfunc_setup("Class",502,G__G__Physics_147_0_69, 85, G__get_linked_tagnum(&G__G__PhysicsLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TVector3::Class) ), 0);
07382    G__memfunc_setup("Class_Name",982,G__G__Physics_147_0_70, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVector3::Class_Name) ), 0);
07383    G__memfunc_setup("Class_Version",1339,G__G__Physics_147_0_71, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TVector3::Class_Version) ), 0);
07384    G__memfunc_setup("Dictionary",1046,G__G__Physics_147_0_72, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TVector3::Dictionary) ), 0);
07385    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__PhysicsLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
07386    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
07387    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
07388    G__memfunc_setup("StreamerNVirtual",1656,G__G__Physics_147_0_76, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
07389    G__memfunc_setup("DeclFileName",1145,G__G__Physics_147_0_77, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVector3::DeclFileName) ), 0);
07390    G__memfunc_setup("ImplFileLine",1178,G__G__Physics_147_0_78, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVector3::ImplFileLine) ), 0);
07391    G__memfunc_setup("ImplFileName",1171,G__G__Physics_147_0_79, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVector3::ImplFileName) ), 0);
07392    G__memfunc_setup("DeclFileLine",1152,G__G__Physics_147_0_80, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVector3::DeclFileLine) ), 0);
07393    // automatic destructor
07394    G__memfunc_setup("~TVector3", 888, G__G__Physics_147_0_81, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
07395    G__tag_memfunc_reset();
07396 }
07397 
07398 static void G__setup_memfuncTQuaternion(void) {
07399    /* TQuaternion */
07400    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion));
07401    G__memfunc_setup("TQuaternion",1146,G__G__Physics_148_0_1, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 4, 1, 1, 0, 
07402 "d - 'Double_t' 0 '0' real d - 'Double_t' 0 '0' X "
07403 "d - 'Double_t' 0 '0' Y d - 'Double_t' 0 '0' Z", (char*)NULL, (void*) NULL, 0);
07404    G__memfunc_setup("TQuaternion",1146,G__G__Physics_148_0_2, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 2, 1, 1, 0, 
07405 "u 'TVector3' - 11 - vector d - 'Double_t' 0 '0' real", (char*)NULL, (void*) NULL, 0);
07406    G__memfunc_setup("TQuaternion",1146,G__G__Physics_148_0_3, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 1, 1, 1, 0, "D - 'Double_t' 10 - -", (char*)NULL, (void*) NULL, 0);
07407    G__memfunc_setup("TQuaternion",1146,G__G__Physics_148_0_4, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 1, 1, 1, 0, "F - 'Float_t' 10 - -", (char*)NULL, (void*) NULL, 0);
07408    G__memfunc_setup("TQuaternion",1146,G__G__Physics_148_0_5, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 1, 1, 1, 0, "u 'TQuaternion' - 11 - -", (char*)NULL, (void*) NULL, 0);
07409    G__memfunc_setup("operator()",957,G__G__Physics_148_0_6, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - - 0 - -", (char*)NULL, (void*) NULL, 0);
07410    G__memfunc_setup("operator[]",1060,G__G__Physics_148_0_7, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - - 0 - i", (char*)NULL, (void*) NULL, 0);
07411    G__memfunc_setup("operator()",957,G__G__Physics_148_0_8, 100, -1, G__defined_typename("Double_t"), 1, 1, 1, 1, 0, "i - - 0 - -", (char*)NULL, (void*) NULL, 0);
07412    G__memfunc_setup("operator[]",1060,G__G__Physics_148_0_9, 100, -1, G__defined_typename("Double_t"), 1, 1, 1, 1, 0, "i - - 0 - i", (char*)NULL, (void*) NULL, 0);
07413    G__memfunc_setup("SetRXYZ",649,G__G__Physics_148_0_10, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 1, 4, 1, 1, 0, 
07414 "d - 'Double_t' 0 - r d - 'Double_t' 0 - x "
07415 "d - 'Double_t' 0 - y d - 'Double_t' 0 - z", (char*)NULL, (void*) NULL, 0);
07416    G__memfunc_setup("SetRV",468,G__G__Physics_148_0_11, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 1, 2, 1, 1, 0, 
07417 "d - 'Double_t' 0 - r u 'TVector3' - 1 - vect", (char*)NULL, (void*) NULL, 0);
07418    G__memfunc_setup("SetAxisQAngle",1273,G__G__Physics_148_0_12, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 1, 2, 1, 1, 0, 
07419 "u 'TVector3' - 1 - v d - 'Double_t' 0 - QAngle", (char*)NULL, (void*) NULL, 0);
07420    G__memfunc_setup("GetQAngle",856,G__G__Physics_148_0_13, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07421    G__memfunc_setup("SetQAngle",868,G__G__Physics_148_0_14, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 1, 1, 1, 1, 0, "d - 'Double_t' 0 - angle", (char*)NULL, (void*) NULL, 0);
07422    G__memfunc_setup("GetRXYZ",637,G__G__Physics_148_0_15, 121, -1, -1, 0, 1, 1, 1, 8, "D - 'Double_t' 0 - carray", (char*)NULL, (void*) NULL, 0);
07423    G__memfunc_setup("GetRXYZ",637,G__G__Physics_148_0_16, 121, -1, -1, 0, 1, 1, 1, 8, "F - 'Float_t' 0 - carray", (char*)NULL, (void*) NULL, 0);
07424    G__memfunc_setup("operator=",937,G__G__Physics_148_0_17, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 1, 1, 1, 1, 0, "d - 'Double_t' 0 - r", (char*)NULL, (void*) NULL, 0);
07425    G__memfunc_setup("operator==",998,G__G__Physics_148_0_18, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - r", (char*)NULL, (void*) NULL, 0);
07426    G__memfunc_setup("operator!=",970,G__G__Physics_148_0_19, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - r", (char*)NULL, (void*) NULL, 0);
07427    G__memfunc_setup("operator+=",980,G__G__Physics_148_0_20, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 1, 1, 1, 1, 0, "d - 'Double_t' 0 - real", (char*)NULL, (void*) NULL, 0);
07428    G__memfunc_setup("operator-=",982,G__G__Physics_148_0_21, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 1, 1, 1, 1, 0, "d - 'Double_t' 0 - real", (char*)NULL, (void*) NULL, 0);
07429    G__memfunc_setup("operator*=",979,G__G__Physics_148_0_22, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 1, 1, 1, 1, 0, "d - 'Double_t' 0 - real", (char*)NULL, (void*) NULL, 0);
07430    G__memfunc_setup("operator/=",984,G__G__Physics_148_0_23, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 1, 1, 1, 1, 0, "d - 'Double_t' 0 - real", (char*)NULL, (void*) NULL, 0);
07431    G__memfunc_setup("operator*",918,G__G__Physics_148_0_24, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 1, 1, 1, 8, "d - 'Double_t' 0 - real", (char*)NULL, (void*) NULL, 0);
07432    G__memfunc_setup("operator+",919,G__G__Physics_148_0_25, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 1, 1, 1, 8, "d - 'Double_t' 0 - real", (char*)NULL, (void*) NULL, 0);
07433    G__memfunc_setup("operator-",921,G__G__Physics_148_0_26, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 1, 1, 1, 8, "d - 'Double_t' 0 - real", (char*)NULL, (void*) NULL, 0);
07434    G__memfunc_setup("operator/",923,G__G__Physics_148_0_27, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 1, 1, 1, 8, "d - 'Double_t' 0 - real", (char*)NULL, (void*) NULL, 0);
07435    G__memfunc_setup("operator=",937,G__G__Physics_148_0_28, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 1, 1, 1, 1, 0, "u 'TVector3' - 11 - vect", (char*)NULL, (void*) NULL, 0);
07436    G__memfunc_setup("operator==",998,G__G__Physics_148_0_29, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'TVector3' - 11 - V", (char*)NULL, (void*) NULL, 0);
07437    G__memfunc_setup("operator!=",970,G__G__Physics_148_0_30, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'TVector3' - 11 - V", (char*)NULL, (void*) NULL, 0);
07438    G__memfunc_setup("operator+=",980,G__G__Physics_148_0_31, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 1, 1, 1, 1, 0, "u 'TVector3' - 11 - vect", (char*)NULL, (void*) NULL, 0);
07439    G__memfunc_setup("operator-=",982,G__G__Physics_148_0_32, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 1, 1, 1, 1, 0, "u 'TVector3' - 11 - vect", (char*)NULL, (void*) NULL, 0);
07440    G__memfunc_setup("MultiplyLeft",1259,G__G__Physics_148_0_33, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 1, 1, 1, 1, 0, "u 'TVector3' - 11 - vector", (char*)NULL, (void*) NULL, 0);
07441    G__memfunc_setup("operator*=",979,G__G__Physics_148_0_34, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 1, 1, 1, 1, 0, "u 'TVector3' - 11 - vector", (char*)NULL, (void*) NULL, 0);
07442    G__memfunc_setup("DivideLeft",992,G__G__Physics_148_0_35, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 1, 1, 1, 1, 0, "u 'TVector3' - 11 - vector", (char*)NULL, (void*) NULL, 0);
07443    G__memfunc_setup("operator/=",984,G__G__Physics_148_0_36, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 1, 1, 1, 1, 0, "u 'TVector3' - 11 - vector", (char*)NULL, (void*) NULL, 0);
07444    G__memfunc_setup("operator+",919,G__G__Physics_148_0_37, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 1, 1, 1, 8, "u 'TVector3' - 11 - vector", (char*)NULL, (void*) NULL, 0);
07445    G__memfunc_setup("operator-",921,G__G__Physics_148_0_38, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 1, 1, 1, 8, "u 'TVector3' - 11 - vector", (char*)NULL, (void*) NULL, 0);
07446    G__memfunc_setup("LeftProduct",1132,G__G__Physics_148_0_39, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 1, 1, 1, 8, "u 'TVector3' - 11 - vector", (char*)NULL, (void*) NULL, 0);
07447    G__memfunc_setup("operator*",918,G__G__Physics_148_0_40, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 1, 1, 1, 8, "u 'TVector3' - 11 - vector", (char*)NULL, (void*) NULL, 0);
07448    G__memfunc_setup("LeftQuotient",1252,G__G__Physics_148_0_41, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 1, 1, 1, 8, "u 'TVector3' - 11 - vector", (char*)NULL, (void*) NULL, 0);
07449    G__memfunc_setup("operator/",923,G__G__Physics_148_0_42, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 1, 1, 1, 8, "u 'TVector3' - 11 - vector", (char*)NULL, (void*) NULL, 0);
07450    G__memfunc_setup("operator=",937,G__G__Physics_148_0_43, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 1, 1, 1, 1, 0, "u 'TQuaternion' - 11 - quat", (char*)NULL, (void*) NULL, 0);
07451    G__memfunc_setup("operator==",998,G__G__Physics_148_0_44, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'TQuaternion' - 11 - Q", (char*)NULL, (void*) NULL, 0);
07452    G__memfunc_setup("operator!=",970,G__G__Physics_148_0_45, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'TQuaternion' - 11 - Q", (char*)NULL, (void*) NULL, 0);
07453    G__memfunc_setup("operator+=",980,G__G__Physics_148_0_46, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 1, 1, 1, 1, 0, "u 'TQuaternion' - 11 - quaternion", (char*)NULL, (void*) NULL, 0);
07454    G__memfunc_setup("operator-=",982,G__G__Physics_148_0_47, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 1, 1, 1, 1, 0, "u 'TQuaternion' - 11 - quaternion", (char*)NULL, (void*) NULL, 0);
07455    G__memfunc_setup("MultiplyLeft",1259,G__G__Physics_148_0_48, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 1, 1, 1, 1, 0, "u 'TQuaternion' - 11 - quaternion", (char*)NULL, (void*) NULL, 0);
07456    G__memfunc_setup("operator*=",979,G__G__Physics_148_0_49, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 1, 1, 1, 1, 0, "u 'TQuaternion' - 11 - quaternion", (char*)NULL, (void*) NULL, 0);
07457    G__memfunc_setup("DivideLeft",992,G__G__Physics_148_0_50, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 1, 1, 1, 1, 0, "u 'TQuaternion' - 11 - quaternion", (char*)NULL, (void*) NULL, 0);
07458    G__memfunc_setup("operator/=",984,G__G__Physics_148_0_51, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 1, 1, 1, 1, 0, "u 'TQuaternion' - 11 - quaternion", (char*)NULL, (void*) NULL, 0);
07459    G__memfunc_setup("operator+",919,G__G__Physics_148_0_52, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 1, 1, 1, 8, "u 'TQuaternion' - 11 - quaternion", (char*)NULL, (void*) NULL, 0);
07460    G__memfunc_setup("operator-",921,G__G__Physics_148_0_53, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 1, 1, 1, 8, "u 'TQuaternion' - 11 - quaternion", (char*)NULL, (void*) NULL, 0);
07461    G__memfunc_setup("LeftProduct",1132,G__G__Physics_148_0_54, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 1, 1, 1, 8, "u 'TQuaternion' - 11 - quaternion", (char*)NULL, (void*) NULL, 0);
07462    G__memfunc_setup("operator*",918,G__G__Physics_148_0_55, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 1, 1, 1, 8, "u 'TQuaternion' - 11 - quaternion", (char*)NULL, (void*) NULL, 0);
07463    G__memfunc_setup("LeftQuotient",1252,G__G__Physics_148_0_56, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 1, 1, 1, 8, "u 'TQuaternion' - 11 - quaternion", (char*)NULL, (void*) NULL, 0);
07464    G__memfunc_setup("operator/",923,G__G__Physics_148_0_57, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 1, 1, 1, 8, "u 'TQuaternion' - 11 - quaternion", (char*)NULL, (void*) NULL, 0);
07465    G__memfunc_setup("Norm",412,G__G__Physics_148_0_58, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", "quaternion magnitude", (void*) NULL, 0);
07466    G__memfunc_setup("Norm2",462,G__G__Physics_148_0_59, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", "quaternion squared magnitude", (void*) NULL, 0);
07467    G__memfunc_setup("QMag",358,G__G__Physics_148_0_60, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", "quaternion magnitude", (void*) NULL, 0);
07468    G__memfunc_setup("QMag2",408,G__G__Physics_148_0_61, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", "quaternion squared magnitude", (void*) NULL, 0);
07469    G__memfunc_setup("Normalize",945,G__G__Physics_148_0_62, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 1, 0, 1, 1, 0, "", "normalize quaternion", (void*) NULL, 0);
07470    G__memfunc_setup("operator-",921,G__G__Physics_148_0_63, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 0, 1, 1, 8, "", "Unary minus.", (void*) NULL, 0);
07471    G__memfunc_setup("Conjugate",928,G__G__Physics_148_0_64, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07472    G__memfunc_setup("Invert",632,G__G__Physics_148_0_65, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07473    G__memfunc_setup("Rotate",623,G__G__Physics_148_0_66, 121, -1, -1, 0, 1, 1, 1, 8, "u 'TVector3' - 1 - vect", (char*)NULL, (void*) NULL, 0);
07474    G__memfunc_setup("Rotation",848,G__G__Physics_148_0_67, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector3), -1, 0, 1, 1, 1, 8, "u 'TVector3' - 11 - vect", (char*)NULL, (void*) NULL, 0);
07475    G__memfunc_setup("Print",525,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
07476    G__memfunc_setup("Class",502,G__G__Physics_148_0_69, 85, G__get_linked_tagnum(&G__G__PhysicsLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TQuaternion::Class) ), 0);
07477    G__memfunc_setup("Class_Name",982,G__G__Physics_148_0_70, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TQuaternion::Class_Name) ), 0);
07478    G__memfunc_setup("Class_Version",1339,G__G__Physics_148_0_71, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TQuaternion::Class_Version) ), 0);
07479    G__memfunc_setup("Dictionary",1046,G__G__Physics_148_0_72, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TQuaternion::Dictionary) ), 0);
07480    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__PhysicsLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
07481    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
07482    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
07483    G__memfunc_setup("StreamerNVirtual",1656,G__G__Physics_148_0_76, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
07484    G__memfunc_setup("DeclFileName",1145,G__G__Physics_148_0_77, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TQuaternion::DeclFileName) ), 0);
07485    G__memfunc_setup("ImplFileLine",1178,G__G__Physics_148_0_78, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TQuaternion::ImplFileLine) ), 0);
07486    G__memfunc_setup("ImplFileName",1171,G__G__Physics_148_0_79, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TQuaternion::ImplFileName) ), 0);
07487    G__memfunc_setup("DeclFileLine",1152,G__G__Physics_148_0_80, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TQuaternion::DeclFileLine) ), 0);
07488    // automatic destructor
07489    G__memfunc_setup("~TQuaternion", 1272, G__G__Physics_148_0_81, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
07490    G__tag_memfunc_reset();
07491 }
07492 
07493 static void G__setup_memfuncTLorentzRotation(void) {
07494    /* TLorentzRotation */
07495    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation));
07496    G__memfunc_setup("TLorentzRotation",1682,G__G__Physics_150_0_1, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
07497    G__memfunc_setup("TLorentzRotation",1682,G__G__Physics_150_0_2, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation), -1, 0, 1, 1, 1, 0, "u 'TRotation' - 11 - -", (char*)NULL, (void*) NULL, 0);
07498    G__memfunc_setup("TLorentzRotation",1682,G__G__Physics_150_0_3, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation), -1, 0, 1, 1, 1, 0, "u 'TLorentzRotation' - 11 - -", (char*)NULL, (void*) NULL, 0);
07499    G__memfunc_setup("TLorentzRotation",1682,G__G__Physics_150_0_4, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation), -1, 0, 3, 1, 1, 0, 
07500 "d - 'Double_t' 0 - - d - 'Double_t' 0 - - "
07501 "d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 0);
07502    G__memfunc_setup("TLorentzRotation",1682,G__G__Physics_150_0_5, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation), -1, 0, 1, 1, 1, 0, "u 'TVector3' - 11 - -", (char*)NULL, (void*) NULL, 0);
07503    G__memfunc_setup("XX",176,G__G__Physics_150_0_6, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07504    G__memfunc_setup("XY",177,G__G__Physics_150_0_7, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07505    G__memfunc_setup("XZ",178,G__G__Physics_150_0_8, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07506    G__memfunc_setup("XT",172,G__G__Physics_150_0_9, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07507    G__memfunc_setup("YX",177,G__G__Physics_150_0_10, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07508    G__memfunc_setup("YY",178,G__G__Physics_150_0_11, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07509    G__memfunc_setup("YZ",179,G__G__Physics_150_0_12, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07510    G__memfunc_setup("YT",173,G__G__Physics_150_0_13, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07511    G__memfunc_setup("ZX",178,G__G__Physics_150_0_14, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07512    G__memfunc_setup("ZY",179,G__G__Physics_150_0_15, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07513    G__memfunc_setup("ZZ",180,G__G__Physics_150_0_16, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07514    G__memfunc_setup("ZT",174,G__G__Physics_150_0_17, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07515    G__memfunc_setup("TX",172,G__G__Physics_150_0_18, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07516    G__memfunc_setup("TY",173,G__G__Physics_150_0_19, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07517    G__memfunc_setup("TZ",174,G__G__Physics_150_0_20, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07518    G__memfunc_setup("TT",168,G__G__Physics_150_0_21, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07519    G__memfunc_setup("operator[]",1060,G__G__Physics_150_0_22, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotationcLcLTLorentzRotationRow), -1, 0, 1, 1, 1, 8, "i - - 0 - i", (char*)NULL, (void*) NULL, 0);
07520    G__memfunc_setup("operator()",957,G__G__Physics_150_0_23, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8, 
07521 "i - - 0 - - i - - 0 - -", (char*)NULL, (void*) NULL, 0);
07522    G__memfunc_setup("operator=",937,G__G__Physics_150_0_24, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation), -1, 1, 1, 1, 1, 0, "u 'TLorentzRotation' - 11 - r", (char*)NULL, (void*) NULL, 0);
07523    G__memfunc_setup("operator=",937,G__G__Physics_150_0_25, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation), -1, 1, 1, 1, 1, 0, "u 'TRotation' - 11 - r", (char*)NULL, (void*) NULL, 0);
07524    G__memfunc_setup("operator==",998,G__G__Physics_150_0_26, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'TLorentzRotation' - 11 - r", (char*)NULL, (void*) NULL, 0);
07525    G__memfunc_setup("operator!=",970,G__G__Physics_150_0_27, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'TLorentzRotation' - 11 - r", (char*)NULL, (void*) NULL, 0);
07526    G__memfunc_setup("IsIdentity",1030,G__G__Physics_150_0_28, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07527    G__memfunc_setup("VectorMultiplication",2113,G__G__Physics_150_0_29, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector), -1, 0, 1, 1, 1, 8, "u 'TLorentzVector' - 11 - p", (char*)NULL, (void*) NULL, 0);
07528    G__memfunc_setup("operator*",918,G__G__Physics_150_0_30, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector), -1, 0, 1, 1, 1, 8, "u 'TLorentzVector' - 11 - p", (char*)NULL, (void*) NULL, 0);
07529    G__memfunc_setup("MatrixMultiplication",2115,G__G__Physics_150_0_31, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation), -1, 0, 1, 1, 1, 8, "u 'TLorentzRotation' - 11 - -", (char*)NULL, (void*) NULL, 0);
07530    G__memfunc_setup("operator*",918,G__G__Physics_150_0_32, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation), -1, 0, 1, 1, 1, 8, "u 'TLorentzRotation' - 11 - m", (char*)NULL, (void*) NULL, 0);
07531    G__memfunc_setup("operator*=",979,G__G__Physics_150_0_33, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation), -1, 1, 1, 1, 1, 0, "u 'TLorentzRotation' - 11 - m", (char*)NULL, (void*) NULL, 0);
07532    G__memfunc_setup("Transform",956,G__G__Physics_150_0_34, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation), -1, 1, 1, 1, 1, 0, "u 'TLorentzRotation' - 11 - m", (char*)NULL, (void*) NULL, 0);
07533    G__memfunc_setup("Transform",956,G__G__Physics_150_0_35, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation), -1, 1, 1, 1, 1, 0, "u 'TRotation' - 11 - m", (char*)NULL, (void*) NULL, 0);
07534    G__memfunc_setup("Inverse",732,G__G__Physics_150_0_36, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07535    G__memfunc_setup("Invert",632,G__G__Physics_150_0_37, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
07536    G__memfunc_setup("Boost",519,G__G__Physics_150_0_38, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation), -1, 1, 3, 1, 1, 0, 
07537 "d - 'Double_t' 0 - bx d - 'Double_t' 0 - by "
07538 "d - 'Double_t' 0 - bz", (char*)NULL, (void*) NULL, 0);
07539    G__memfunc_setup("Boost",519,G__G__Physics_150_0_39, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation), -1, 1, 1, 1, 1, 0, "u 'TVector3' - 11 - b", (char*)NULL, (void*) NULL, 0);
07540    G__memfunc_setup("RotateX",711,G__G__Physics_150_0_40, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation), -1, 1, 1, 1, 1, 0, "d - 'Double_t' 0 - angle", (char*)NULL, (void*) NULL, 0);
07541    G__memfunc_setup("RotateY",712,G__G__Physics_150_0_41, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation), -1, 1, 1, 1, 1, 0, "d - 'Double_t' 0 - angle", (char*)NULL, (void*) NULL, 0);
07542    G__memfunc_setup("RotateZ",713,G__G__Physics_150_0_42, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation), -1, 1, 1, 1, 1, 0, "d - 'Double_t' 0 - angle", (char*)NULL, (void*) NULL, 0);
07543    G__memfunc_setup("Rotate",623,G__G__Physics_150_0_43, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation), -1, 1, 2, 1, 1, 0, 
07544 "d - 'Double_t' 0 - angle u 'TVector3' - 11 - axis", (char*)NULL, (void*) NULL, 0);
07545    G__memfunc_setup("Rotate",623,G__G__Physics_150_0_44, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation), -1, 1, 2, 1, 1, 0, 
07546 "d - 'Double_t' 0 - angle U 'TVector3' - 10 - axis", (char*)NULL, (void*) NULL, 0);
07547    G__memfunc_setup("SetBoost",819,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0, 
07548 "d - 'Double_t' 0 - - d - 'Double_t' 0 - - "
07549 "d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 0);
07550    G__memfunc_setup("TLorentzRotation",1682,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzRotation), -1, 0, 16, 1, 2, 0, 
07551 "d - 'Double_t' 0 - - d - 'Double_t' 0 - - "
07552 "d - 'Double_t' 0 - - d - 'Double_t' 0 - - "
07553 "d - 'Double_t' 0 - - d - 'Double_t' 0 - - "
07554 "d - 'Double_t' 0 - - d - 'Double_t' 0 - - "
07555 "d - 'Double_t' 0 - - d - 'Double_t' 0 - - "
07556 "d - 'Double_t' 0 - - d - 'Double_t' 0 - - "
07557 "d - 'Double_t' 0 - - d - 'Double_t' 0 - - "
07558 "d - 'Double_t' 0 - - d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 0);
07559    G__memfunc_setup("Class",502,G__G__Physics_150_0_47, 85, G__get_linked_tagnum(&G__G__PhysicsLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TLorentzRotation::Class) ), 0);
07560    G__memfunc_setup("Class_Name",982,G__G__Physics_150_0_48, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLorentzRotation::Class_Name) ), 0);
07561    G__memfunc_setup("Class_Version",1339,G__G__Physics_150_0_49, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TLorentzRotation::Class_Version) ), 0);
07562    G__memfunc_setup("Dictionary",1046,G__G__Physics_150_0_50, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TLorentzRotation::Dictionary) ), 0);
07563    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__PhysicsLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
07564    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
07565    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
07566    G__memfunc_setup("StreamerNVirtual",1656,G__G__Physics_150_0_54, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
07567    G__memfunc_setup("DeclFileName",1145,G__G__Physics_150_0_55, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLorentzRotation::DeclFileName) ), 0);
07568    G__memfunc_setup("ImplFileLine",1178,G__G__Physics_150_0_56, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLorentzRotation::ImplFileLine) ), 0);
07569    G__memfunc_setup("ImplFileName",1171,G__G__Physics_150_0_57, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLorentzRotation::ImplFileName) ), 0);
07570    G__memfunc_setup("DeclFileLine",1152,G__G__Physics_150_0_58, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLorentzRotation::DeclFileLine) ), 0);
07571    // automatic destructor
07572    G__memfunc_setup("~TLorentzRotation", 1808, G__G__Physics_150_0_59, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
07573    G__tag_memfunc_reset();
07574 }
07575 
07576 static void G__setup_memfuncTLorentzVector(void) {
07577    /* TLorentzVector */
07578    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector));
07579    G__memfunc_setup("TLorentzVector",1461,G__G__Physics_151_0_1, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector), -1, 0, 4, 1, 1, 0, 
07580 "d - 'Double_t' 0 '0.0' x d - 'Double_t' 0 '0.0' y "
07581 "d - 'Double_t' 0 '0.0' z d - 'Double_t' 0 '0.0' t", (char*)NULL, (void*) NULL, 0);
07582    G__memfunc_setup("TLorentzVector",1461,G__G__Physics_151_0_2, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector), -1, 0, 1, 1, 1, 0, "D - 'Double_t' 10 - carray", (char*)NULL, (void*) NULL, 0);
07583    G__memfunc_setup("TLorentzVector",1461,G__G__Physics_151_0_3, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector), -1, 0, 1, 1, 1, 0, "F - 'Float_t' 10 - carray", (char*)NULL, (void*) NULL, 0);
07584    G__memfunc_setup("TLorentzVector",1461,G__G__Physics_151_0_4, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector), -1, 0, 2, 1, 1, 0, 
07585 "u 'TVector3' - 11 - vector3 d - 'Double_t' 0 - t", (char*)NULL, (void*) NULL, 0);
07586    G__memfunc_setup("TLorentzVector",1461,G__G__Physics_151_0_5, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector), -1, 0, 1, 1, 1, 0, "u 'TLorentzVector' - 11 - lorentzvector", (char*)NULL, (void*) NULL, 0);
07587    G__memfunc_setup("X",88,G__G__Physics_151_0_6, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07588    G__memfunc_setup("Y",89,G__G__Physics_151_0_7, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07589    G__memfunc_setup("Z",90,G__G__Physics_151_0_8, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07590    G__memfunc_setup("T",84,G__G__Physics_151_0_9, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07591    G__memfunc_setup("SetX",388,G__G__Physics_151_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - a", (char*)NULL, (void*) NULL, 0);
07592    G__memfunc_setup("SetY",389,G__G__Physics_151_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - a", (char*)NULL, (void*) NULL, 0);
07593    G__memfunc_setup("SetZ",390,G__G__Physics_151_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - a", (char*)NULL, (void*) NULL, 0);
07594    G__memfunc_setup("SetT",384,G__G__Physics_151_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - a", (char*)NULL, (void*) NULL, 0);
07595    G__memfunc_setup("Px",200,G__G__Physics_151_0_14, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07596    G__memfunc_setup("Py",201,G__G__Physics_151_0_15, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07597    G__memfunc_setup("Pz",202,G__G__Physics_151_0_16, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07598    G__memfunc_setup("P",80,G__G__Physics_151_0_17, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07599    G__memfunc_setup("E",69,G__G__Physics_151_0_18, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07600    G__memfunc_setup("Energy",618,G__G__Physics_151_0_19, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07601    G__memfunc_setup("SetPx",500,G__G__Physics_151_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - a", (char*)NULL, (void*) NULL, 0);
07602    G__memfunc_setup("SetPy",501,G__G__Physics_151_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - a", (char*)NULL, (void*) NULL, 0);
07603    G__memfunc_setup("SetPz",502,G__G__Physics_151_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - a", (char*)NULL, (void*) NULL, 0);
07604    G__memfunc_setup("SetE",369,G__G__Physics_151_0_23, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - a", (char*)NULL, (void*) NULL, 0);
07605    G__memfunc_setup("Vect",402,G__G__Physics_151_0_24, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector3), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07606    G__memfunc_setup("SetVect",702,G__G__Physics_151_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TVector3' - 11 - p", (char*)NULL, (void*) NULL, 0);
07607    G__memfunc_setup("Theta",502,G__G__Physics_151_0_26, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07608    G__memfunc_setup("CosTheta",795,G__G__Physics_151_0_27, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07609    G__memfunc_setup("Phi",289,G__G__Physics_151_0_28, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", "returns phi from -pi to pi", (void*) NULL, 0);
07610    G__memfunc_setup("Rho",297,G__G__Physics_151_0_29, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07611    G__memfunc_setup("SetTheta",802,G__G__Physics_151_0_30, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - th", (char*)NULL, (void*) NULL, 0);
07612    G__memfunc_setup("SetPhi",589,G__G__Physics_151_0_31, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - phi", (char*)NULL, (void*) NULL, 0);
07613    G__memfunc_setup("SetRho",597,G__G__Physics_151_0_32, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - rho", (char*)NULL, (void*) NULL, 0);
07614    G__memfunc_setup("SetPxPyPzE",972,G__G__Physics_151_0_33, 121, -1, -1, 0, 4, 1, 1, 0, 
07615 "d - 'Double_t' 0 - px d - 'Double_t' 0 - py "
07616 "d - 'Double_t' 0 - pz d - 'Double_t' 0 - e", (char*)NULL, (void*) NULL, 0);
07617    G__memfunc_setup("SetXYZT",651,G__G__Physics_151_0_34, 121, -1, -1, 0, 4, 1, 1, 0, 
07618 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
07619 "d - 'Double_t' 0 - z d - 'Double_t' 0 - t", (char*)NULL, (void*) NULL, 0);
07620    G__memfunc_setup("SetXYZM",644,G__G__Physics_151_0_35, 121, -1, -1, 0, 4, 1, 1, 0, 
07621 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
07622 "d - 'Double_t' 0 - z d - 'Double_t' 0 - m", (char*)NULL, (void*) NULL, 0);
07623    G__memfunc_setup("SetPtEtaPhiM",1144,G__G__Physics_151_0_36, 121, -1, -1, 0, 4, 1, 1, 0, 
07624 "d - 'Double_t' 0 - pt d - 'Double_t' 0 - eta "
07625 "d - 'Double_t' 0 - phi d - 'Double_t' 0 - m", (char*)NULL, (void*) NULL, 0);
07626    G__memfunc_setup("SetPtEtaPhiE",1136,G__G__Physics_151_0_37, 121, -1, -1, 0, 4, 1, 1, 0, 
07627 "d - 'Double_t' 0 - pt d - 'Double_t' 0 - eta "
07628 "d - 'Double_t' 0 - phi d - 'Double_t' 0 - e", (char*)NULL, (void*) NULL, 0);
07629    G__memfunc_setup("GetXYZT",639,G__G__Physics_151_0_38, 121, -1, -1, 0, 1, 1, 1, 8, "D - 'Double_t' 0 - carray", (char*)NULL, (void*) NULL, 0);
07630    G__memfunc_setup("GetXYZT",639,G__G__Physics_151_0_39, 121, -1, -1, 0, 1, 1, 1, 8, "F - 'Float_t' 0 - carray", (char*)NULL, (void*) NULL, 0);
07631    G__memfunc_setup("operator()",957,G__G__Physics_151_0_40, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - - 0 - i", (char*)NULL, (void*) NULL, 0);
07632    G__memfunc_setup("operator[]",1060,G__G__Physics_151_0_41, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - - 0 - i", (char*)NULL, (void*) NULL, 0);
07633    G__memfunc_setup("operator()",957,G__G__Physics_151_0_42, 100, -1, G__defined_typename("Double_t"), 1, 1, 1, 1, 0, "i - - 0 - i", (char*)NULL, (void*) NULL, 0);
07634    G__memfunc_setup("operator[]",1060,G__G__Physics_151_0_43, 100, -1, G__defined_typename("Double_t"), 1, 1, 1, 1, 0, "i - - 0 - i", (char*)NULL, (void*) NULL, 0);
07635    G__memfunc_setup("operator=",937,G__G__Physics_151_0_44, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector), -1, 1, 1, 1, 1, 0, "u 'TLorentzVector' - 11 - q", (char*)NULL, (void*) NULL, 0);
07636    G__memfunc_setup("operator+",919,G__G__Physics_151_0_45, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector), -1, 0, 1, 1, 1, 8, "u 'TLorentzVector' - 11 - q", (char*)NULL, (void*) NULL, 0);
07637    G__memfunc_setup("operator+=",980,G__G__Physics_151_0_46, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector), -1, 1, 1, 1, 1, 0, "u 'TLorentzVector' - 11 - q", (char*)NULL, (void*) NULL, 0);
07638    G__memfunc_setup("operator-",921,G__G__Physics_151_0_47, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector), -1, 0, 1, 1, 1, 8, "u 'TLorentzVector' - 11 - q", (char*)NULL, (void*) NULL, 0);
07639    G__memfunc_setup("operator-=",982,G__G__Physics_151_0_48, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector), -1, 1, 1, 1, 1, 0, "u 'TLorentzVector' - 11 - q", (char*)NULL, (void*) NULL, 0);
07640    G__memfunc_setup("operator-",921,G__G__Physics_151_0_49, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07641    G__memfunc_setup("operator*",918,G__G__Physics_151_0_50, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector), -1, 0, 1, 1, 1, 8, "d - 'Double_t' 0 - a", (char*)NULL, (void*) NULL, 0);
07642    G__memfunc_setup("operator*=",979,G__G__Physics_151_0_51, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector), -1, 1, 1, 1, 1, 0, "d - 'Double_t' 0 - a", (char*)NULL, (void*) NULL, 0);
07643    G__memfunc_setup("operator==",998,G__G__Physics_151_0_52, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'TLorentzVector' - 11 - q", (char*)NULL, (void*) NULL, 0);
07644    G__memfunc_setup("operator!=",970,G__G__Physics_151_0_53, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'TLorentzVector' - 11 - q", (char*)NULL, (void*) NULL, 0);
07645    G__memfunc_setup("Perp2",457,G__G__Physics_151_0_54, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07646    G__memfunc_setup("Pt",196,G__G__Physics_151_0_55, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07647    G__memfunc_setup("Perp",407,G__G__Physics_151_0_56, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07648    G__memfunc_setup("SetPerp",707,G__G__Physics_151_0_57, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - r", (char*)NULL, (void*) NULL, 0);
07649    G__memfunc_setup("Perp2",457,G__G__Physics_151_0_58, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "u 'TVector3' - 11 - v", (char*)NULL, (void*) NULL, 0);
07650    G__memfunc_setup("Pt",196,G__G__Physics_151_0_59, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "u 'TVector3' - 11 - v", (char*)NULL, (void*) NULL, 0);
07651    G__memfunc_setup("Perp",407,G__G__Physics_151_0_60, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "u 'TVector3' - 11 - v", (char*)NULL, (void*) NULL, 0);
07652    G__memfunc_setup("Et2",235,G__G__Physics_151_0_61, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07653    G__memfunc_setup("Et",185,G__G__Physics_151_0_62, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07654    G__memfunc_setup("Et2",235,G__G__Physics_151_0_63, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "u 'TVector3' - 11 - v", (char*)NULL, (void*) NULL, 0);
07655    G__memfunc_setup("Et",185,G__G__Physics_151_0_64, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "u 'TVector3' - 11 - v", (char*)NULL, (void*) NULL, 0);
07656    G__memfunc_setup("DeltaPhi",779,G__G__Physics_151_0_65, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "u 'TLorentzVector' - 11 - v", (char*)NULL, (void*) NULL, 0);
07657    G__memfunc_setup("DeltaR",572,G__G__Physics_151_0_66, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "u 'TLorentzVector' - 11 - v", (char*)NULL, (void*) NULL, 0);
07658    G__memfunc_setup("DrEtaPhi",753,G__G__Physics_151_0_67, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "u 'TLorentzVector' - 11 - v", (char*)NULL, (void*) NULL, 0);
07659    G__memfunc_setup("EtaPhiVector",1198,G__G__Physics_151_0_68, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector2), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
07660    G__memfunc_setup("Angle",487,G__G__Physics_151_0_69, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "u 'TVector3' - 11 - v", (char*)NULL, (void*) NULL, 0);
07661    G__memfunc_setup("Mag2",327,G__G__Physics_151_0_70, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07662    G__memfunc_setup("M2",127,G__G__Physics_151_0_71, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07663    G__memfunc_setup("Mag",277,G__G__Physics_151_0_72, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07664    G__memfunc_setup("M",77,G__G__Physics_151_0_73, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07665    G__memfunc_setup("Mt2",243,G__G__Physics_151_0_74, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07666    G__memfunc_setup("Mt",193,G__G__Physics_151_0_75, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07667    G__memfunc_setup("Beta",380,G__G__Physics_151_0_76, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07668    G__memfunc_setup("Gamma",483,G__G__Physics_151_0_77, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07669    G__memfunc_setup("Dot",295,G__G__Physics_151_0_78, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "u 'TLorentzVector' - 11 - q", (char*)NULL, (void*) NULL, 0);
07670    G__memfunc_setup("operator*",918,G__G__Physics_151_0_79, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "u 'TLorentzVector' - 11 - q", (char*)NULL, (void*) NULL, 0);
07671    G__memfunc_setup("SetVectMag",979,G__G__Physics_151_0_80, 121, -1, -1, 0, 2, 1, 1, 0, 
07672 "u 'TVector3' - 11 - spatial d - 'Double_t' 0 - magnitude", (char*)NULL, (void*) NULL, 0);
07673    G__memfunc_setup("SetVectM",779,G__G__Physics_151_0_81, 121, -1, -1, 0, 2, 1, 1, 0, 
07674 "u 'TVector3' - 11 - spatial d - 'Double_t' 0 - mass", (char*)NULL, (void*) NULL, 0);
07675    G__memfunc_setup("Plus",420,G__G__Physics_151_0_82, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07676    G__memfunc_setup("Minus",524,G__G__Physics_151_0_83, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07677    G__memfunc_setup("BoostVector",1146,G__G__Physics_151_0_84, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector3), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07678    G__memfunc_setup("Boost",519,G__G__Physics_151_0_85, 121, -1, -1, 0, 3, 1, 1, 0, 
07679 "d - 'Double_t' 0 - - d - 'Double_t' 0 - - "
07680 "d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 0);
07681    G__memfunc_setup("Boost",519,G__G__Physics_151_0_86, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TVector3' - 11 - b", (char*)NULL, (void*) NULL, 0);
07682    G__memfunc_setup("Rapidity",838,G__G__Physics_151_0_87, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07683    G__memfunc_setup("Eta",282,G__G__Physics_151_0_88, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07684    G__memfunc_setup("PseudoRapidity",1462,G__G__Physics_151_0_89, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07685    G__memfunc_setup("RotateX",711,G__G__Physics_151_0_90, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - angle", (char*)NULL, (void*) NULL, 0);
07686    G__memfunc_setup("RotateY",712,G__G__Physics_151_0_91, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - angle", (char*)NULL, (void*) NULL, 0);
07687    G__memfunc_setup("RotateZ",713,G__G__Physics_151_0_92, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - angle", (char*)NULL, (void*) NULL, 0);
07688    G__memfunc_setup("RotateUz",830,G__G__Physics_151_0_93, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TVector3' - 1 - newUzVector", (char*)NULL, (void*) NULL, 0);
07689    G__memfunc_setup("Rotate",623,G__G__Physics_151_0_94, 121, -1, -1, 0, 2, 1, 1, 0, 
07690 "d - 'Double_t' 0 - a u 'TVector3' - 11 - v", (char*)NULL, (void*) NULL, 0);
07691    G__memfunc_setup("operator*=",979,G__G__Physics_151_0_95, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector), -1, 1, 1, 1, 1, 0, "u 'TRotation' - 11 - m", (char*)NULL, (void*) NULL, 0);
07692    G__memfunc_setup("Transform",956,G__G__Physics_151_0_96, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector), -1, 1, 1, 1, 1, 0, "u 'TRotation' - 11 - m", (char*)NULL, (void*) NULL, 0);
07693    G__memfunc_setup("operator*=",979,G__G__Physics_151_0_97, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector), -1, 1, 1, 1, 1, 0, "u 'TLorentzRotation' - 11 - -", (char*)NULL, (void*) NULL, 0);
07694    G__memfunc_setup("Transform",956,G__G__Physics_151_0_98, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector), -1, 1, 1, 1, 1, 0, "u 'TLorentzRotation' - 11 - -", (char*)NULL, (void*) NULL, 0);
07695    G__memfunc_setup("Print",525,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
07696    G__memfunc_setup("Class",502,G__G__Physics_151_0_100, 85, G__get_linked_tagnum(&G__G__PhysicsLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TLorentzVector::Class) ), 0);
07697    G__memfunc_setup("Class_Name",982,G__G__Physics_151_0_101, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLorentzVector::Class_Name) ), 0);
07698    G__memfunc_setup("Class_Version",1339,G__G__Physics_151_0_102, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TLorentzVector::Class_Version) ), 0);
07699    G__memfunc_setup("Dictionary",1046,G__G__Physics_151_0_103, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TLorentzVector::Dictionary) ), 0);
07700    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__PhysicsLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
07701    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
07702    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
07703    G__memfunc_setup("StreamerNVirtual",1656,G__G__Physics_151_0_107, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
07704    G__memfunc_setup("DeclFileName",1145,G__G__Physics_151_0_108, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLorentzVector::DeclFileName) ), 0);
07705    G__memfunc_setup("ImplFileLine",1178,G__G__Physics_151_0_109, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLorentzVector::ImplFileLine) ), 0);
07706    G__memfunc_setup("ImplFileName",1171,G__G__Physics_151_0_110, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLorentzVector::ImplFileName) ), 0);
07707    G__memfunc_setup("DeclFileLine",1152,G__G__Physics_151_0_111, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLorentzVector::DeclFileLine) ), 0);
07708    // automatic destructor
07709    G__memfunc_setup("~TLorentzVector", 1587, G__G__Physics_151_0_112, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
07710    G__tag_memfunc_reset();
07711 }
07712 
07713 static void G__setup_memfuncTGenPhaseSpace(void) {
07714    /* TGenPhaseSpace */
07715    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TGenPhaseSpace));
07716    G__memfunc_setup("PDK",223,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 4, 0, 
07717 "d - 'Double_t' 0 - a d - 'Double_t' 0 - b "
07718 "d - 'Double_t' 0 - c", (char*)NULL, (void*) NULL, 0);
07719    G__memfunc_setup("TGenPhaseSpace",1355,G__G__Physics_153_0_2, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TGenPhaseSpace), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
07720    G__memfunc_setup("TGenPhaseSpace",1355,G__G__Physics_153_0_3, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TGenPhaseSpace), -1, 0, 1, 1, 1, 0, "u 'TGenPhaseSpace' - 11 - gen", (char*)NULL, (void*) NULL, 0);
07721    G__memfunc_setup("SetDecay",786,G__G__Physics_153_0_4, 103, -1, G__defined_typename("Bool_t"), 0, 4, 1, 1, 0, 
07722 "u 'TLorentzVector' - 1 - P i - 'Int_t' 0 - nt "
07723 "D - 'Double_t' 0 - mass C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 0);
07724    G__memfunc_setup("Generate",811,G__G__Physics_153_0_5, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
07725    G__memfunc_setup("GetDecay",774,G__G__Physics_153_0_6, 85, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 0);
07726    G__memfunc_setup("GetNt",482,G__G__Physics_153_0_7, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07727    G__memfunc_setup("GetWtMax",785,G__G__Physics_153_0_8, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07728    G__memfunc_setup("Class",502,G__G__Physics_153_0_9, 85, G__get_linked_tagnum(&G__G__PhysicsLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGenPhaseSpace::Class) ), 0);
07729    G__memfunc_setup("Class_Name",982,G__G__Physics_153_0_10, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGenPhaseSpace::Class_Name) ), 0);
07730    G__memfunc_setup("Class_Version",1339,G__G__Physics_153_0_11, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGenPhaseSpace::Class_Version) ), 0);
07731    G__memfunc_setup("Dictionary",1046,G__G__Physics_153_0_12, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGenPhaseSpace::Dictionary) ), 0);
07732    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__PhysicsLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
07733    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
07734    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
07735    G__memfunc_setup("StreamerNVirtual",1656,G__G__Physics_153_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
07736    G__memfunc_setup("DeclFileName",1145,G__G__Physics_153_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGenPhaseSpace::DeclFileName) ), 0);
07737    G__memfunc_setup("ImplFileLine",1178,G__G__Physics_153_0_18, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGenPhaseSpace::ImplFileLine) ), 0);
07738    G__memfunc_setup("ImplFileName",1171,G__G__Physics_153_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGenPhaseSpace::ImplFileName) ), 0);
07739    G__memfunc_setup("DeclFileLine",1152,G__G__Physics_153_0_20, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGenPhaseSpace::DeclFileLine) ), 0);
07740    // automatic destructor
07741    G__memfunc_setup("~TGenPhaseSpace", 1481, G__G__Physics_153_0_21, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
07742    // automatic assignment operator
07743    G__memfunc_setup("operator=", 937, G__G__Physics_153_0_22, (int) ('u'), G__get_linked_tagnum(&G__G__PhysicsLN_TGenPhaseSpace), -1, 1, 1, 1, 1, 0, "u 'TGenPhaseSpace' - 11 - -", (char*) NULL, (void*) NULL, 0);
07744    G__tag_memfunc_reset();
07745 }
07746 
07747 static void G__setup_memfuncTRobustEstimator(void) {
07748    /* TRobustEstimator */
07749    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TRobustEstimator));
07750    G__memfunc_setup("AddToSscp",869,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
07751 "u 'TMatrixT<double>' 'TMatrixD' 1 - sscp u 'TVectorT<double>' 'TVectorD' 1 - vec", (char*)NULL, (void*) NULL, 0);
07752    G__memfunc_setup("ClearSscp",896,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "u 'TMatrixT<double>' 'TMatrixD' 1 - sscp", (char*)NULL, (void*) NULL, 0);
07753    G__memfunc_setup("Classic",706,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
07754    G__memfunc_setup("Covar",507,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 5, 1, 2, 0, 
07755 "u 'TMatrixT<double>' 'TMatrixD' 1 - sscp u 'TVectorT<double>' 'TVectorD' 1 - m "
07756 "u 'TMatrixTSym<double>' 'TMatrixDSym' 1 - cov u 'TVectorT<double>' 'TVectorD' 1 - sd "
07757 "i - 'Int_t' 0 - nvec", (char*)NULL, (void*) NULL, 0);
07758    G__memfunc_setup("Correl",615,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
07759    G__memfunc_setup("CreateSubset",1226,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 7, 1, 2, 0, 
07760 "i - 'Int_t' 0 - ntotal i - 'Int_t' 0 - htotal "
07761 "i - 'Int_t' 0 - p I - 'Int_t' 0 - index "
07762 "u 'TMatrixT<double>' 'TMatrixD' 1 - data u 'TMatrixT<double>' 'TMatrixD' 1 - sscp "
07763 "D - 'Double_t' 0 - ndist", (char*)NULL, (void*) NULL, 0);
07764    G__memfunc_setup("CreateOrtSubset",1535,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 6, 1, 2, 0, 
07765 "u 'TMatrixT<double>' 'TMatrixD' 1 - dat I - 'Int_t' 0 - index "
07766 "i - 'Int_t' 0 - hmerged i - 'Int_t' 0 - nmerged "
07767 "u 'TMatrixT<double>' 'TMatrixD' 1 - sscp D - 'Double_t' 0 - ndist", (char*)NULL, (void*) NULL, 0);
07768    G__memfunc_setup("CStep",479,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 6, 1, 2, 0, 
07769 "i - 'Int_t' 0 - ntotal i - 'Int_t' 0 - htotal "
07770 "I - 'Int_t' 0 - index u 'TMatrixT<double>' 'TMatrixD' 1 - data "
07771 "u 'TMatrixT<double>' 'TMatrixD' 1 - sscp D - 'Double_t' 0 - ndist", (char*)NULL, (void*) NULL, 0);
07772    G__memfunc_setup("Exact",501,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 0, "D - 'Double_t' 0 - ndist", (char*)NULL, (void*) NULL, 0);
07773    G__memfunc_setup("Exact2",551,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 8, 1, 2, 0, 
07774 "u 'TMatrixT<double>' 'TMatrixD' 1 - mstockbig u 'TMatrixT<double>' 'TMatrixD' 1 - cstockbig "
07775 "u 'TMatrixT<double>' 'TMatrixD' 1 - hyperplane D - 'Double_t' 0 - deti "
07776 "i - 'Int_t' 0 - nbest i - 'Int_t' 0 - kgroup "
07777 "u 'TMatrixT<double>' 'TMatrixD' 1 - sscp D - 'Double_t' 0 - ndist", (char*)NULL, (void*) NULL, 0);
07778    G__memfunc_setup("Partition",954,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 2, 0, 
07779 "i - 'Int_t' 0 - nmini I - 'Int_t' 0 - indsubdat", (char*)NULL, (void*) NULL, 0);
07780    G__memfunc_setup("RDist",486,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 0, "u 'TMatrixT<double>' 'TMatrixD' 1 - sscp", (char*)NULL, (void*) NULL, 0);
07781    G__memfunc_setup("RDraw",480,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0, 
07782 "I - 'Int_t' 0 - subdat i - 'Int_t' 0 - ngroup "
07783 "I - 'Int_t' 0 - indsubdat", (char*)NULL, (void*) NULL, 0);
07784    G__memfunc_setup("KOrdStat",780,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 4, 1, 2, 0, 
07785 "i - 'Int_t' 0 - ntotal D - 'Double_t' 0 - arr "
07786 "i - 'Int_t' 0 - k I - 'Int_t' 0 - work", (char*)NULL, (void*) NULL, 0);
07787    G__memfunc_setup("TRobustEstimator",1675,G__G__Physics_197_0_15, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TRobustEstimator), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
07788    G__memfunc_setup("TRobustEstimator",1675,G__G__Physics_197_0_16, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TRobustEstimator), -1, 0, 3, 1, 1, 0, 
07789 "i - 'Int_t' 0 - nvectors i - 'Int_t' 0 - nvariables "
07790 "i - 'Int_t' 0 '0' hh", (char*)NULL, (void*) NULL, 0);
07791    G__memfunc_setup("AddColumn",887,G__G__Physics_197_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 0 - col", "adds a column to the data matrix", (void*) NULL, 0);
07792    G__memfunc_setup("AddRow",577,G__G__Physics_197_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 0 - row", "adds a row to the data matrix", (void*) NULL, 0);
07793    G__memfunc_setup("Evaluate",823,G__G__Physics_197_0_19, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
07794    G__memfunc_setup("EvaluateUni",1123,G__G__Physics_197_0_20, 121, -1, -1, 0, 5, 1, 1, 0, 
07795 "i - 'Int_t' 0 - nvectors D - 'Double_t' 0 - data "
07796 "d - 'Double_t' 1 - mean d - 'Double_t' 1 - sigma "
07797 "i - 'Int_t' 0 '0' hh", (char*)NULL, (void*) NULL, 0);
07798    G__memfunc_setup("GetBDPoint",944,G__G__Physics_197_0_21, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", "returns the breakdown point of the algorithm", (void*) NULL, 0);
07799    G__memfunc_setup("GetCovariance",1307,G__G__Physics_197_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMatrixTSym<double>' 'TMatrixDSym' 1 - matr", "returns robust covariance matrix estimate", (void*) NULL, 0);
07800    G__memfunc_setup("GetCovariance",1307,G__G__Physics_197_0_23, 85, G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTSymlEdoublegR), G__defined_typename("TMatrixDSym"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
07801    G__memfunc_setup("GetCorrelation",1442,G__G__Physics_197_0_24, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMatrixTSym<double>' 'TMatrixDSym' 1 - matr", "returns robust correlation matrix estimate", (void*) NULL, 0);
07802    G__memfunc_setup("GetCorrelation",1442,G__G__Physics_197_0_25, 85, G__get_linked_tagnum(&G__G__PhysicsLN_TMatrixTSymlEdoublegR), G__defined_typename("TMatrixDSym"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
07803    G__memfunc_setup("GetHyperplane",1336,G__G__Physics_197_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TVectorT<double>' 'TVectorD' 1 - vec", "if the data lies on a hyperplane, returns this hyperplane", (void*) NULL, 0);
07804    G__memfunc_setup("GetHyperplane",1336,G__G__Physics_197_0_27, 85, G__get_linked_tagnum(&G__G__PhysicsLN_TVectorTlEdoublegR), G__defined_typename("TVectorD"), 0, 0, 1, 1, 9, "", "if the data lies on a hyperplane, returns this hyperplane", (void*) NULL, 0);
07805    G__memfunc_setup("GetNHyp",671,G__G__Physics_197_0_28, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", "returns the number of points on a hyperplane", (void*) NULL, 0);
07806    G__memfunc_setup("GetMean",673,G__G__Physics_197_0_29, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TVectorT<double>' 'TVectorD' 1 - means", "returns robust mean vector estimate", (void*) NULL, 0);
07807    G__memfunc_setup("GetMean",673,G__G__Physics_197_0_30, 85, G__get_linked_tagnum(&G__G__PhysicsLN_TVectorTlEdoublegR), G__defined_typename("TVectorD"), 0, 0, 1, 1, 9, "", "returns robust mean vector estimate", (void*) NULL, 0);
07808    G__memfunc_setup("GetRDistances",1296,G__G__Physics_197_0_31, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TVectorT<double>' 'TVectorD' 1 - rdist", "returns robust distances of all observations", (void*) NULL, 0);
07809    G__memfunc_setup("GetRDistances",1296,G__G__Physics_197_0_32, 85, G__get_linked_tagnum(&G__G__PhysicsLN_TVectorTlEdoublegR), G__defined_typename("TVectorD"), 0, 0, 1, 1, 9, "", "returns robust distances of all observations", (void*) NULL, 0);
07810    G__memfunc_setup("GetNumberObservations",2184,G__G__Physics_197_0_33, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07811    G__memfunc_setup("GetNvar",695,G__G__Physics_197_0_34, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07812    G__memfunc_setup("GetOuliers",1027,G__G__Physics_197_0_35, 85, G__get_linked_tagnum(&G__G__PhysicsLN_TArrayI), -1, 0, 0, 1, 1, 9, "", "returns an array of outlier indexes", (void*) NULL, 0);
07813    G__memfunc_setup("GetNOut",678,G__G__Physics_197_0_36, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", "returns the number of points outside the tolerance ellipsoid.", (void*) NULL, 0);
07814    G__memfunc_setup("GetChiQuant",1085,G__G__Physics_197_0_37, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 0);
07815    G__memfunc_setup("Class",502,G__G__Physics_197_0_38, 85, G__get_linked_tagnum(&G__G__PhysicsLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TRobustEstimator::Class) ), 0);
07816    G__memfunc_setup("Class_Name",982,G__G__Physics_197_0_39, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRobustEstimator::Class_Name) ), 0);
07817    G__memfunc_setup("Class_Version",1339,G__G__Physics_197_0_40, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TRobustEstimator::Class_Version) ), 0);
07818    G__memfunc_setup("Dictionary",1046,G__G__Physics_197_0_41, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TRobustEstimator::Dictionary) ), 0);
07819    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__PhysicsLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
07820    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
07821    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
07822    G__memfunc_setup("StreamerNVirtual",1656,G__G__Physics_197_0_45, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
07823    G__memfunc_setup("DeclFileName",1145,G__G__Physics_197_0_46, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRobustEstimator::DeclFileName) ), 0);
07824    G__memfunc_setup("ImplFileLine",1178,G__G__Physics_197_0_47, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TRobustEstimator::ImplFileLine) ), 0);
07825    G__memfunc_setup("ImplFileName",1171,G__G__Physics_197_0_48, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRobustEstimator::ImplFileName) ), 0);
07826    G__memfunc_setup("DeclFileLine",1152,G__G__Physics_197_0_49, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TRobustEstimator::DeclFileLine) ), 0);
07827    // automatic copy constructor
07828    G__memfunc_setup("TRobustEstimator", 1675, G__G__Physics_197_0_50, (int) ('i'), G__get_linked_tagnum(&G__G__PhysicsLN_TRobustEstimator), -1, 0, 1, 1, 1, 0, "u 'TRobustEstimator' - 11 - -", (char*) NULL, (void*) NULL, 0);
07829    // automatic destructor
07830    G__memfunc_setup("~TRobustEstimator", 1801, G__G__Physics_197_0_51, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
07831    // automatic assignment operator
07832    G__memfunc_setup("operator=", 937, G__G__Physics_197_0_52, (int) ('u'), G__get_linked_tagnum(&G__G__PhysicsLN_TRobustEstimator), -1, 1, 1, 1, 1, 0, "u 'TRobustEstimator' - 11 - -", (char*) NULL, (void*) NULL, 0);
07833    G__tag_memfunc_reset();
07834 }
07835 
07836 static void G__setup_memfuncTRolke(void) {
07837    /* TRolke */
07838    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__PhysicsLN_TRolke));
07839    G__memfunc_setup("Interval",837,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 12, 1, 4, 0, 
07840 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
07841 "i - 'Int_t' 0 - z d - 'Double_t' 0 - bm "
07842 "d - 'Double_t' 0 - em d - 'Double_t' 0 - e "
07843 "i - 'Int_t' 0 - mid d - 'Double_t' 0 - sde "
07844 "d - 'Double_t' 0 - sdb d - 'Double_t' 0 - tau "
07845 "d - 'Double_t' 0 - b i - 'Int_t' 0 - m", (char*)NULL, (void*) NULL, 0);
07846    G__memfunc_setup("Likelihood",1028,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 13, 1, 4, 0, 
07847 "d - 'Double_t' 0 - mu i - 'Int_t' 0 - x "
07848 "i - 'Int_t' 0 - y i - 'Int_t' 0 - z "
07849 "d - 'Double_t' 0 - bm d - 'Double_t' 0 - em "
07850 "i - 'Int_t' 0 - mid d - 'Double_t' 0 - sde "
07851 "d - 'Double_t' 0 - sdb d - 'Double_t' 0 - tau "
07852 "d - 'Double_t' 0 - b i - 'Int_t' 0 - m "
07853 "i - 'Int_t' 0 - what", (char*)NULL, (void*) NULL, 0);
07854    G__memfunc_setup("EvalLikeMod1",1118,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 7, 1, 4, 0, 
07855 "d - 'Double_t' 0 - mu i - 'Int_t' 0 - x "
07856 "i - 'Int_t' 0 - y i - 'Int_t' 0 - z "
07857 "d - 'Double_t' 0 - tau i - 'Int_t' 0 - m "
07858 "i - 'Int_t' 0 - what", (char*)NULL, (void*) NULL, 0);
07859    G__memfunc_setup("LikeMod1",726,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 8, 1, 4, 0, 
07860 "d - 'Double_t' 0 - mu d - 'Double_t' 0 - b "
07861 "d - 'Double_t' 0 - e i - 'Int_t' 0 - x "
07862 "i - 'Int_t' 0 - y i - 'Int_t' 0 - z "
07863 "d - 'Double_t' 0 - tau i - 'Int_t' 0 - m", (char*)NULL, (void*) NULL, 0);
07864    G__memfunc_setup("ProfLikeMod1",1133,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 8, 1, 4, 0, 
07865 "d - 'Double_t' 0 - mu d - 'Double_t' 1 - b "
07866 "d - 'Double_t' 1 - e i - 'Int_t' 0 - x "
07867 "i - 'Int_t' 0 - y i - 'Int_t' 0 - z "
07868 "d - 'Double_t' 0 - tau i - 'Int_t' 0 - m", (char*)NULL, (void*) NULL, 0);
07869    G__memfunc_setup("LikeGradMod1",1108,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 7, 1, 4, 0, 
07870 "d - 'Double_t' 0 - e d - 'Double_t' 0 - mu "
07871 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
07872 "i - 'Int_t' 0 - z d - 'Double_t' 0 - tau "
07873 "i - 'Int_t' 0 - m", (char*)NULL, (void*) NULL, 0);
07874    G__memfunc_setup("EvalLikeMod2",1119,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 7, 1, 4, 0, 
07875 "d - 'Double_t' 0 - mu i - 'Int_t' 0 - x "
07876 "i - 'Int_t' 0 - y d - 'Double_t' 0 - em "
07877 "d - 'Double_t' 0 - sde d - 'Double_t' 0 - tau "
07878 "i - 'Int_t' 0 - what", (char*)NULL, (void*) NULL, 0);
07879    G__memfunc_setup("LikeMod2",727,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 8, 1, 4, 0, 
07880 "d - 'Double_t' 0 - mu d - 'Double_t' 0 - b "
07881 "d - 'Double_t' 0 - e i - 'Int_t' 0 - x "
07882 "i - 'Int_t' 0 - y d - 'Double_t' 0 - em "
07883 "d - 'Double_t' 0 - tau d - 'Double_t' 0 - v", (char*)NULL, (void*) NULL, 0);
07884    G__memfunc_setup("EvalLikeMod3",1120,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 7, 1, 4, 0, 
07885 "d - 'Double_t' 0 - mu i - 'Int_t' 0 - x "
07886 "d - 'Double_t' 0 - bm d - 'Double_t' 0 - em "
07887 "d - 'Double_t' 0 - sde d - 'Double_t' 0 - sdb "
07888 "i - 'Int_t' 0 - what", (char*)NULL, (void*) NULL, 0);
07889    G__memfunc_setup("LikeMod3",728,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 8, 1, 4, 0, 
07890 "d - 'Double_t' 0 - mu d - 'Double_t' 0 - b "
07891 "d - 'Double_t' 0 - e i - 'Int_t' 0 - x "
07892 "d - 'Double_t' 0 - bm d - 'Double_t' 0 - em "
07893 "d - 'Double_t' 0 - u d - 'Double_t' 0 - v", (char*)NULL, (void*) NULL, 0);
07894    G__memfunc_setup("EvalLikeMod4",1121,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 5, 1, 4, 0, 
07895 "d - 'Double_t' 0 - mu i - 'Int_t' 0 - x "
07896 "i - 'Int_t' 0 - y d - 'Double_t' 0 - tau "
07897 "i - 'Int_t' 0 - what", (char*)NULL, (void*) NULL, 0);
07898    G__memfunc_setup("LikeMod4",729,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 5, 1, 4, 0, 
07899 "d - 'Double_t' 0 - mu d - 'Double_t' 0 - b "
07900 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
07901 "d - 'Double_t' 0 - tau", (char*)NULL, (void*) NULL, 0);
07902    G__memfunc_setup("EvalLikeMod5",1122,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 5, 1, 4, 0, 
07903 "d - 'Double_t' 0 - mu i - 'Int_t' 0 - x "
07904 "d - 'Double_t' 0 - bm d - 'Double_t' 0 - sdb "
07905 "i - 'Int_t' 0 - what", (char*)NULL, (void*) NULL, 0);
07906    G__memfunc_setup("LikeMod5",730,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 5, 1, 4, 0, 
07907 "d - 'Double_t' 0 - mu d - 'Double_t' 0 - b "
07908 "i - 'Int_t' 0 - x d - 'Double_t' 0 - bm "
07909 "d - 'Double_t' 0 - u", (char*)NULL, (void*) NULL, 0);
07910    G__memfunc_setup("EvalLikeMod6",1123,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 6, 1, 4, 0, 
07911 "d - 'Double_t' 0 - mu i - 'Int_t' 0 - x "
07912 "i - 'Int_t' 0 - z d - 'Double_t' 0 - b "
07913 "i - 'Int_t' 0 - m i - 'Int_t' 0 - what", (char*)NULL, (void*) NULL, 0);
07914    G__memfunc_setup("LikeMod6",731,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 6, 1, 4, 0, 
07915 "d - 'Double_t' 0 - mu d - 'Double_t' 0 - b "
07916 "d - 'Double_t' 0 - e i - 'Int_t' 0 - x "
07917 "i - 'Int_t' 0 - z i - 'Int_t' 0 - m", (char*)NULL, (void*) NULL, 0);
07918    G__memfunc_setup("EvalLikeMod7",1124,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 6, 1, 4, 0, 
07919 "d - 'Double_t' 0 - mu i - 'Int_t' 0 - x "
07920 "d - 'Double_t' 0 - em d - 'Double_t' 0 - sde "
07921 "d - 'Double_t' 0 - b i - 'Int_t' 0 - what", (char*)NULL, (void*) NULL, 0);
07922    G__memfunc_setup("LikeMod7",732,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 6, 1, 4, 0, 
07923 "d - 'Double_t' 0 - mu d - 'Double_t' 0 - b "
07924 "d - 'Double_t' 0 - e i - 'Int_t' 0 - x "
07925 "d - 'Double_t' 0 - em d - 'Double_t' 0 - v", (char*)NULL, (void*) NULL, 0);
07926    G__memfunc_setup("EvalPolynomial",1452,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 3, 3, 4, 0, 
07927 "d - 'Double_t' 0 - x I - 'Int_t' 10 - coef "
07928 "i - 'Int_t' 0 - N", (char*)NULL, (void*) NULL, 0);
07929    G__memfunc_setup("EvalMonomial",1220,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 3, 3, 4, 0, 
07930 "d - 'Double_t' 0 - x I - 'Int_t' 10 - coef "
07931 "i - 'Int_t' 0 - N", (char*)NULL, (void*) NULL, 0);
07932    G__memfunc_setup("LogFactorial",1207,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 4, 0, "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 0);
07933    G__memfunc_setup("ComputeInterval",1570,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 12, 1, 4, 0, 
07934 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
07935 "i - 'Int_t' 0 - z d - 'Double_t' 0 - bm "
07936 "d - 'Double_t' 0 - em d - 'Double_t' 0 - e "
07937 "i - 'Int_t' 0 - mid d - 'Double_t' 0 - sde "
07938 "d - 'Double_t' 0 - sdb d - 'Double_t' 0 - tau "
07939 "d - 'Double_t' 0 - b i - 'Int_t' 0 - m", (char*)NULL, (void*) NULL, 0);
07940    G__memfunc_setup("SetModelParameters",1841,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 12, 1, 4, 0, 
07941 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
07942 "i - 'Int_t' 0 - z d - 'Double_t' 0 - bm "
07943 "d - 'Double_t' 0 - em d - 'Double_t' 0 - e "
07944 "i - 'Int_t' 0 - mid d - 'Double_t' 0 - sde "
07945 "d - 'Double_t' 0 - sdb d - 'Double_t' 0 - tau "
07946 "d - 'Double_t' 0 - b i - 'Int_t' 0 - m", (char*)NULL, (void*) NULL, 0);
07947    G__memfunc_setup("SetModelParameters",1841,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
07948    G__memfunc_setup("GetBackground",1312,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
07949    G__memfunc_setup("TRolke",593,G__G__Physics_198_0_26, 105, G__get_linked_tagnum(&G__G__PhysicsLN_TRolke), -1, 0, 2, 1, 1, 0, 
07950 "d - 'Double_t' 0 '0.9' CL C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
07951    G__memfunc_setup("GetCL",431,G__G__Physics_198_0_27, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
07952    G__memfunc_setup("SetCL",443,G__G__Physics_198_0_28, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - CL", (char*)NULL, (void*) NULL, 0);
07953    G__memfunc_setup("SetCLSigmas",1055,G__G__Physics_198_0_29, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - CLsigmas", (char*)NULL, (void*) NULL, 0);
07954    G__memfunc_setup("SetPoissonBkgBinomEff",2097,G__G__Physics_198_0_30, 121, -1, -1, 0, 5, 1, 1, 0, 
07955 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
07956 "i - 'Int_t' 0 - z d - 'Double_t' 0 - tau "
07957 "i - 'Int_t' 0 - m", (char*)NULL, (void*) NULL, 0);
07958    G__memfunc_setup("SetPoissonBkgGaussEff",2111,G__G__Physics_198_0_31, 121, -1, -1, 0, 5, 1, 1, 0, 
07959 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
07960 "d - 'Double_t' 0 - em d - 'Double_t' 0 - tau "
07961 "d - 'Double_t' 0 - sde", (char*)NULL, (void*) NULL, 0);
07962    G__memfunc_setup("SetGaussBkgGaussEff",1879,G__G__Physics_198_0_32, 121, -1, -1, 0, 5, 1, 1, 0, 
07963 "i - 'Int_t' 0 - x d - 'Double_t' 0 - bm "
07964 "d - 'Double_t' 0 - em d - 'Double_t' 0 - sde "
07965 "d - 'Double_t' 0 - sdb", (char*)NULL, (void*) NULL, 0);
07966    G__memfunc_setup("SetPoissonBkgKnownEff",2121,G__G__Physics_198_0_33, 121, -1, -1, 0, 4, 1, 1, 0, 
07967 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
07968 "d - 'Double_t' 0 - tau d - 'Double_t' 0 - e", (char*)NULL, (void*) NULL, 0);
07969    G__memfunc_setup("SetGaussBkgKnownEff",1889,G__G__Physics_198_0_34, 121, -1, -1, 0, 4, 1, 1, 0, 
07970 "i - 'Int_t' 0 - x d - 'Double_t' 0 - bm "
07971 "d - 'Double_t' 0 - sdb d - 'Double_t' 0 - e", (char*)NULL, (void*) NULL, 0);
07972    G__memfunc_setup("SetKnownBkgBinomEff",1875,G__G__Physics_198_0_35, 121, -1, -1, 0, 4, 1, 1, 0, 
07973 "i - 'Int_t' 0 - x i - 'Int_t' 0 - z "
07974 "i - 'Int_t' 0 - m d - 'Double_t' 0 - b", (char*)NULL, (void*) NULL, 0);
07975    G__memfunc_setup("SetKnownBkgGaussEff",1889,G__G__Physics_198_0_36, 121, -1, -1, 0, 4, 1, 1, 0, 
07976 "i - 'Int_t' 0 - x d - 'Double_t' 0 - em "
07977 "d - 'Double_t' 0 - sde d - 'Double_t' 0 - b", (char*)NULL, (void*) NULL, 0);
07978    G__memfunc_setup("CalculateInterval",1747,G__G__Physics_198_0_37, 100, -1, G__defined_typename("Double_t"), 0, 12, 1, 1, 0, 
07979 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
07980 "i - 'Int_t' 0 - z d - 'Double_t' 0 - bm "
07981 "d - 'Double_t' 0 - em d - 'Double_t' 0 - e "
07982 "i - 'Int_t' 0 - mid d - 'Double_t' 0 - sde "
07983 "d - 'Double_t' 0 - sdb d - 'Double_t' 0 - tau "
07984 "d - 'Double_t' 0 - b i - 'Int_t' 0 - m", (char*)NULL, (void*) NULL, 0);
07985    G__memfunc_setup("GetLimits",914,G__G__Physics_198_0_38, 103, -1, -1, 0, 2, 1, 1, 0, 
07986 "d - 'Double_t' 1 - low d - 'Double_t' 1 - high", (char*)NULL, (void*) NULL, 0);
07987    G__memfunc_setup("GetUpperLimit",1323,G__G__Physics_198_0_39, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
07988    G__memfunc_setup("GetLowerLimit",1320,G__G__Physics_198_0_40, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
07989    G__memfunc_setup("GetSensitivity",1483,G__G__Physics_198_0_41, 103, -1, -1, 0, 3, 1, 1, 0, 
07990 "d - 'Double_t' 1 - low d - 'Double_t' 1 - high "
07991 "d - 'Double_t' 0 '0.00001' pPrecision", (char*)NULL, (void*) NULL, 0);
07992    G__memfunc_setup("GetLimitsQuantile",1749,G__G__Physics_198_0_42, 103, -1, -1, 0, 4, 1, 1, 0, 
07993 "d - 'Double_t' 1 - low d - 'Double_t' 1 - high "
07994 "i - 'Int_t' 1 - out_x d - 'Double_t' 0 '0.5' integral", (char*)NULL, (void*) NULL, 0);
07995    G__memfunc_setup("GetLimitsML",1067,G__G__Physics_198_0_43, 103, -1, -1, 0, 3, 1, 1, 0, 
07996 "d - 'Double_t' 1 - low d - 'Double_t' 1 - high "
07997 "i - 'Int_t' 1 - out_x", (char*)NULL, (void*) NULL, 0);
07998    G__memfunc_setup("GetCriticalNumber",1716,G__G__Physics_198_0_44, 103, -1, -1, 0, 2, 1, 1, 0, 
07999 "i - 'Int_t' 1 - ncrit i - 'Int_t' 0 '-1' maxtry", (char*)NULL, (void*) NULL, 0);
08000    G__memfunc_setup("GetBounding",1110,G__G__Physics_198_0_45, 103, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
08001    G__memfunc_setup("SetBounding",1122,G__G__Physics_198_0_46, 121, -1, -1, 0, 1, 1, 1, 0, "g - - 10 - bnd", (char*)NULL, (void*) NULL, 0);
08002    G__memfunc_setup("SetSwitch",926,G__G__Physics_198_0_47, 121, -1, -1, 0, 1, 1, 1, 0, "g - - 0 - bnd", (char*)NULL, (void*) NULL, 0);
08003    G__memfunc_setup("Print",525,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 - -", (char*)NULL, (void*) NULL, 1);
08004    G__memfunc_setup("Class",502,G__G__Physics_198_0_49, 85, G__get_linked_tagnum(&G__G__PhysicsLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TRolke::Class) ), 0);
08005    G__memfunc_setup("Class_Name",982,G__G__Physics_198_0_50, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRolke::Class_Name) ), 0);
08006    G__memfunc_setup("Class_Version",1339,G__G__Physics_198_0_51, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TRolke::Class_Version) ), 0);
08007    G__memfunc_setup("Dictionary",1046,G__G__Physics_198_0_52, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TRolke::Dictionary) ), 0);
08008    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__PhysicsLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
08009    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
08010    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
08011    G__memfunc_setup("StreamerNVirtual",1656,G__G__Physics_198_0_56, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
08012    G__memfunc_setup("DeclFileName",1145,G__G__Physics_198_0_57, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRolke::DeclFileName) ), 0);
08013    G__memfunc_setup("ImplFileLine",1178,G__G__Physics_198_0_58, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TRolke::ImplFileLine) ), 0);
08014    G__memfunc_setup("ImplFileName",1171,G__G__Physics_198_0_59, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRolke::ImplFileName) ), 0);
08015    G__memfunc_setup("DeclFileLine",1152,G__G__Physics_198_0_60, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TRolke::DeclFileLine) ), 0);
08016    // automatic copy constructor
08017    G__memfunc_setup("TRolke", 593, G__G__Physics_198_0_61, (int) ('i'), G__get_linked_tagnum(&G__G__PhysicsLN_TRolke), -1, 0, 1, 1, 1, 0, "u 'TRolke' - 11 - -", (char*) NULL, (void*) NULL, 0);
08018    // automatic destructor
08019    G__memfunc_setup("~TRolke", 719, G__G__Physics_198_0_62, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
08020    // automatic assignment operator
08021    G__memfunc_setup("operator=", 937, G__G__Physics_198_0_63, (int) ('u'), G__get_linked_tagnum(&G__G__PhysicsLN_TRolke), -1, 1, 1, 1, 1, 0, "u 'TRolke' - 11 - -", (char*) NULL, (void*) NULL, 0);
08022    G__tag_memfunc_reset();
08023 }
08024 
08025 
08026 /*********************************************************
08027 * Member function information setup
08028 *********************************************************/
08029 extern "C" void G__cpp_setup_memfuncG__Physics() {
08030 }
08031 
08032 /*********************************************************
08033 * Global variable information setup for each class
08034 *********************************************************/
08035 static void G__cpp_setup_global0() {
08036 
08037    /* Setting up global variables */
08038    G__resetplocal();
08039 
08040 }
08041 
08042 static void G__cpp_setup_global1() {
08043 }
08044 
08045 static void G__cpp_setup_global2() {
08046 
08047    G__resetglobalenv();
08048 }
08049 extern "C" void G__cpp_setup_globalG__Physics() {
08050   G__cpp_setup_global0();
08051   G__cpp_setup_global1();
08052   G__cpp_setup_global2();
08053 }
08054 
08055 /*********************************************************
08056 * Global function information setup for each class
08057 *********************************************************/
08058 static void G__cpp_setup_func0() {
08059    G__lastifuncposition();
08060 
08061 }
08062 
08063 static void G__cpp_setup_func1() {
08064 }
08065 
08066 static void G__cpp_setup_func2() {
08067 }
08068 
08069 static void G__cpp_setup_func3() {
08070    G__memfunc_setup("operator+", 919, G__G__Physics__0_371, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector2), -1, 0, 2, 1, 1, 0, 
08071 "u 'TVector2' - 11 - v1 u 'TVector2' - 11 - v2", (char*) NULL
08072 , (void*) NULL, 0);
08073    G__memfunc_setup("operator-", 921, G__G__Physics__0_374, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector2), -1, 0, 2, 1, 1, 0, 
08074 "u 'TVector2' - 11 - v1 u 'TVector2' - 11 - v2", (char*) NULL
08075 , (void*) NULL, 0);
08076    G__memfunc_setup("operator*", 918, G__G__Physics__0_376, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0, 
08077 "u 'TVector2' - 11 - v1 u 'TVector2' - 11 - v2", (char*) NULL
08078 , (void*) NULL, 0);
08079    G__memfunc_setup("operator*", 918, G__G__Physics__0_377, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector2), -1, 0, 2, 1, 1, 0, 
08080 "u 'TVector2' - 11 - v d - 'Double_t' 0 - s", (char*) NULL
08081 , (void*) NULL, 0);
08082    G__memfunc_setup("operator*", 918, G__G__Physics__0_378, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector2), -1, 0, 2, 1, 1, 0, 
08083 "d - 'Double_t' 0 - s u 'TVector2' - 11 - v", (char*) NULL
08084 , (void*) NULL, 0);
08085    G__memfunc_setup("operator/", 923, G__G__Physics__0_379, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector2), -1, 0, 2, 1, 1, 0, 
08086 "u 'TVector2' - 11 - v d - 'Double_t' 0 - s", (char*) NULL
08087 , (void*) NULL, 0);
08088    G__memfunc_setup("operator+", 919, G__G__Physics__0_382, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector3), -1, 0, 2, 1, 1, 0, 
08089 "u 'TVector3' - 11 - - u 'TVector3' - 11 - -", (char*) NULL
08090 , (void*) NULL, 0);
08091    G__memfunc_setup("operator-", 921, G__G__Physics__0_383, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector3), -1, 0, 2, 1, 1, 0, 
08092 "u 'TVector3' - 11 - - u 'TVector3' - 11 - -", (char*) NULL
08093 , (void*) NULL, 0);
08094    G__memfunc_setup("operator*", 918, G__G__Physics__0_384, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0, 
08095 "u 'TVector3' - 11 - - u 'TVector3' - 11 - -", (char*) NULL
08096 , (void*) NULL, 0);
08097    G__memfunc_setup("operator*", 918, G__G__Physics__0_385, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector3), -1, 0, 2, 1, 1, 0, 
08098 "u 'TVector3' - 11 - - d - 'Double_t' 0 - a", (char*) NULL
08099 , (void*) NULL, 0);
08100    G__memfunc_setup("operator*", 918, G__G__Physics__0_386, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector3), -1, 0, 2, 1, 1, 0, 
08101 "d - 'Double_t' 0 - a u 'TVector3' - 11 - -", (char*) NULL
08102 , (void*) NULL, 0);
08103    G__memfunc_setup("operator*", 918, G__G__Physics__0_387, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TVector3), -1, 0, 2, 1, 1, 0, 
08104 "u 'TMatrixT<float>' 'TMatrix' 11 - - u 'TVector3' - 11 - -", (char*) NULL
08105 , (void*) NULL, 0);
08106    G__memfunc_setup("operator*", 918, G__G__Physics__0_388, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TLorentzVector), -1, 0, 2, 1, 1, 0, 
08107 "d - 'Double_t' 0 - a u 'TLorentzVector' - 11 - p", (char*) NULL
08108 , (void*) NULL, 0);
08109    G__memfunc_setup("operator+", 919, G__G__Physics__0_389, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 2, 1, 1, 0, 
08110 "d - 'Double_t' 0 - r u 'TQuaternion' - 11 - q", (char*) NULL
08111 , (void*) NULL, 0);
08112    G__memfunc_setup("operator-", 921, G__G__Physics__0_390, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 2, 1, 1, 0, 
08113 "d - 'Double_t' 0 - r u 'TQuaternion' - 11 - q", (char*) NULL
08114 , (void*) NULL, 0);
08115    G__memfunc_setup("operator*", 918, G__G__Physics__0_391, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 2, 1, 1, 0, 
08116 "d - 'Double_t' 0 - r u 'TQuaternion' - 11 - q", (char*) NULL
08117 , (void*) NULL, 0);
08118    G__memfunc_setup("operator/", 923, G__G__Physics__0_392, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 2, 1, 1, 0, 
08119 "d - 'Double_t' 0 - r u 'TQuaternion' - 11 - q", (char*) NULL
08120 , (void*) NULL, 0);
08121    G__memfunc_setup("operator+", 919, G__G__Physics__0_393, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 2, 1, 1, 0, 
08122 "u 'TVector3' - 11 - V u 'TQuaternion' - 11 - Q", (char*) NULL
08123 , (void*) NULL, 0);
08124    G__memfunc_setup("operator-", 921, G__G__Physics__0_394, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 2, 1, 1, 0, 
08125 "u 'TVector3' - 11 - V u 'TQuaternion' - 11 - Q", (char*) NULL
08126 , (void*) NULL, 0);
08127    G__memfunc_setup("operator*", 918, G__G__Physics__0_395, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 2, 1, 1, 0, 
08128 "u 'TVector3' - 11 - V u 'TQuaternion' - 11 - Q", (char*) NULL
08129 , (void*) NULL, 0);
08130    G__memfunc_setup("operator/", 923, G__G__Physics__0_396, 117, G__get_linked_tagnum(&G__G__PhysicsLN_TQuaternion), -1, 0, 2, 1, 1, 0, 
08131 "u 'TVector3' - 11 - V u 'TQuaternion' - 11 - Q", (char*) NULL
08132 , (void*) NULL, 0);
08133 
08134    G__resetifuncposition();
08135 }
08136 
08137 extern "C" void G__cpp_setup_funcG__Physics() {
08138   G__cpp_setup_func0();
08139   G__cpp_setup_func1();
08140   G__cpp_setup_func2();
08141   G__cpp_setup_func3();
08142 }
08143 
08144 /*********************************************************
08145 * Class,struct,union,enum tag information setup
08146 *********************************************************/
08147 /* Setup class/struct taginfo */
08148 G__linked_taginfo G__G__PhysicsLN_TClass = { "TClass" , 99 , -1 };
08149 G__linked_taginfo G__G__PhysicsLN_TBuffer = { "TBuffer" , 99 , -1 };
08150 G__linked_taginfo G__G__PhysicsLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
08151 G__linked_taginfo G__G__PhysicsLN_TObject = { "TObject" , 99 , -1 };
08152 G__linked_taginfo G__G__PhysicsLN_TString = { "TString" , 99 , -1 };
08153 G__linked_taginfo G__G__PhysicsLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >" , 99 , -1 };
08154 G__linked_taginfo G__G__PhysicsLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >::iterator>" , 99 , -1 };
08155 G__linked_taginfo G__G__PhysicsLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector<TVirtualArray*,allocator<TVirtualArray*> >" , 99 , -1 };
08156 G__linked_taginfo G__G__PhysicsLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TVirtualArray*,allocator<TVirtualArray*> >::iterator>" , 99 , -1 };
08157 G__linked_taginfo G__G__PhysicsLN_TFeldmanCousins = { "TFeldmanCousins" , 99 , -1 };
08158 G__linked_taginfo G__G__PhysicsLN_TVector2 = { "TVector2" , 99 , -1 };
08159 G__linked_taginfo G__G__PhysicsLN_TMatrixTBaselEfloatgR = { "TMatrixTBase<float>" , 99 , -1 };
08160 G__linked_taginfo G__G__PhysicsLN_TMatrixTBaselEdoublegR = { "TMatrixTBase<double>" , 99 , -1 };
08161 G__linked_taginfo G__G__PhysicsLN_TVectorTlEfloatgR = { "TVectorT<float>" , 99 , -1 };
08162 G__linked_taginfo G__G__PhysicsLN_TVectorTlEdoublegR = { "TVectorT<double>" , 99 , -1 };
08163 G__linked_taginfo G__G__PhysicsLN_TElementActionTlEfloatgR = { "TElementActionT<float>" , 99 , -1 };
08164 G__linked_taginfo G__G__PhysicsLN_TElementPosActionTlEfloatgR = { "TElementPosActionT<float>" , 99 , -1 };
08165 G__linked_taginfo G__G__PhysicsLN_TElementActionTlEdoublegR = { "TElementActionT<double>" , 99 , -1 };
08166 G__linked_taginfo G__G__PhysicsLN_TElementPosActionTlEdoublegR = { "TElementPosActionT<double>" , 99 , -1 };
08167 G__linked_taginfo G__G__PhysicsLN_TMatrixTlEfloatgR = { "TMatrixT<float>" , 99 , -1 };
08168 G__linked_taginfo G__G__PhysicsLN_TMatrixTRow_constlEfloatgR = { "TMatrixTRow_const<float>" , 99 , -1 };
08169 G__linked_taginfo G__G__PhysicsLN_TMatrixTRowlEfloatgR = { "TMatrixTRow<float>" , 99 , -1 };
08170 G__linked_taginfo G__G__PhysicsLN_TMatrixTDiag_constlEfloatgR = { "TMatrixTDiag_const<float>" , 99 , -1 };
08171 G__linked_taginfo G__G__PhysicsLN_TMatrixTColumn_constlEfloatgR = { "TMatrixTColumn_const<float>" , 99 , -1 };
08172 G__linked_taginfo G__G__PhysicsLN_TMatrixTFlat_constlEfloatgR = { "TMatrixTFlat_const<float>" , 99 , -1 };
08173 G__linked_taginfo G__G__PhysicsLN_TMatrixTSub_constlEfloatgR = { "TMatrixTSub_const<float>" , 99 , -1 };
08174 G__linked_taginfo G__G__PhysicsLN_TMatrixTSparseRow_constlEfloatgR = { "TMatrixTSparseRow_const<float>" , 99 , -1 };
08175 G__linked_taginfo G__G__PhysicsLN_TMatrixTSparseDiag_constlEfloatgR = { "TMatrixTSparseDiag_const<float>" , 99 , -1 };
08176 G__linked_taginfo G__G__PhysicsLN_TMatrixTColumnlEfloatgR = { "TMatrixTColumn<float>" , 99 , -1 };
08177 G__linked_taginfo G__G__PhysicsLN_TMatrixTDiaglEfloatgR = { "TMatrixTDiag<float>" , 99 , -1 };
08178 G__linked_taginfo G__G__PhysicsLN_TMatrixTFlatlEfloatgR = { "TMatrixTFlat<float>" , 99 , -1 };
08179 G__linked_taginfo G__G__PhysicsLN_TMatrixTSublEfloatgR = { "TMatrixTSub<float>" , 99 , -1 };
08180 G__linked_taginfo G__G__PhysicsLN_TMatrixTSparseRowlEfloatgR = { "TMatrixTSparseRow<float>" , 99 , -1 };
08181 G__linked_taginfo G__G__PhysicsLN_TMatrixTSparseDiaglEfloatgR = { "TMatrixTSparseDiag<float>" , 99 , -1 };
08182 G__linked_taginfo G__G__PhysicsLN_TRotation = { "TRotation" , 99 , -1 };
08183 G__linked_taginfo G__G__PhysicsLN_TVector3 = { "TVector3" , 99 , -1 };
08184 G__linked_taginfo G__G__PhysicsLN_TQuaternion = { "TQuaternion" , 99 , -1 };
08185 G__linked_taginfo G__G__PhysicsLN_TRotationcLcLTRotationRow = { "TRotation::TRotationRow" , 99 , -1 };
08186 G__linked_taginfo G__G__PhysicsLN_TLorentzRotation = { "TLorentzRotation" , 99 , -1 };
08187 G__linked_taginfo G__G__PhysicsLN_TLorentzVector = { "TLorentzVector" , 99 , -1 };
08188 G__linked_taginfo G__G__PhysicsLN_TLorentzVectorcLcLdA = { "TLorentzVector::$" , 101 , -1 };
08189 G__linked_taginfo G__G__PhysicsLN_TGenPhaseSpace = { "TGenPhaseSpace" , 99 , -1 };
08190 G__linked_taginfo G__G__PhysicsLN_TLorentzRotationcLcLTLorentzRotationRow = { "TLorentzRotation::TLorentzRotationRow" , 99 , -1 };
08191 G__linked_taginfo G__G__PhysicsLN_TArrayI = { "TArrayI" , 99 , -1 };
08192 G__linked_taginfo G__G__PhysicsLN_TMatrixTSymlEdoublegR = { "TMatrixTSym<double>" , 99 , -1 };
08193 G__linked_taginfo G__G__PhysicsLN_TMatrixTlEdoublegR = { "TMatrixT<double>" , 99 , -1 };
08194 G__linked_taginfo G__G__PhysicsLN_TMatrixTSparselEdoublegR = { "TMatrixTSparse<double>" , 99 , -1 };
08195 G__linked_taginfo G__G__PhysicsLN_TMatrixTRow_constlEdoublegR = { "TMatrixTRow_const<double>" , 99 , -1 };
08196 G__linked_taginfo G__G__PhysicsLN_TMatrixTRowlEdoublegR = { "TMatrixTRow<double>" , 99 , -1 };
08197 G__linked_taginfo G__G__PhysicsLN_TMatrixTDiag_constlEdoublegR = { "TMatrixTDiag_const<double>" , 99 , -1 };
08198 G__linked_taginfo G__G__PhysicsLN_TMatrixTColumn_constlEdoublegR = { "TMatrixTColumn_const<double>" , 99 , -1 };
08199 G__linked_taginfo G__G__PhysicsLN_TMatrixTFlat_constlEdoublegR = { "TMatrixTFlat_const<double>" , 99 , -1 };
08200 G__linked_taginfo G__G__PhysicsLN_TMatrixTSub_constlEdoublegR = { "TMatrixTSub_const<double>" , 99 , -1 };
08201 G__linked_taginfo G__G__PhysicsLN_TMatrixTSparseRow_constlEdoublegR = { "TMatrixTSparseRow_const<double>" , 99 , -1 };
08202 G__linked_taginfo G__G__PhysicsLN_TMatrixTSparseDiag_constlEdoublegR = { "TMatrixTSparseDiag_const<double>" , 99 , -1 };
08203 G__linked_taginfo G__G__PhysicsLN_TMatrixTColumnlEdoublegR = { "TMatrixTColumn<double>" , 99 , -1 };
08204 G__linked_taginfo G__G__PhysicsLN_TMatrixTDiaglEdoublegR = { "TMatrixTDiag<double>" , 99 , -1 };
08205 G__linked_taginfo G__G__PhysicsLN_TMatrixTFlatlEdoublegR = { "TMatrixTFlat<double>" , 99 , -1 };
08206 G__linked_taginfo G__G__PhysicsLN_TMatrixTSublEdoublegR = { "TMatrixTSub<double>" , 99 , -1 };
08207 G__linked_taginfo G__G__PhysicsLN_TMatrixTSparseRowlEdoublegR = { "TMatrixTSparseRow<double>" , 99 , -1 };
08208 G__linked_taginfo G__G__PhysicsLN_TMatrixTSparseDiaglEdoublegR = { "TMatrixTSparseDiag<double>" , 99 , -1 };
08209 G__linked_taginfo G__G__PhysicsLN_TRobustEstimator = { "TRobustEstimator" , 99 , -1 };
08210 G__linked_taginfo G__G__PhysicsLN_TRolke = { "TRolke" , 99 , -1 };
08211 
08212 /* Reset class/struct taginfo */
08213 extern "C" void G__cpp_reset_tagtableG__Physics() {
08214   G__G__PhysicsLN_TClass.tagnum = -1 ;
08215   G__G__PhysicsLN_TBuffer.tagnum = -1 ;
08216   G__G__PhysicsLN_TMemberInspector.tagnum = -1 ;
08217   G__G__PhysicsLN_TObject.tagnum = -1 ;
08218   G__G__PhysicsLN_TString.tagnum = -1 ;
08219   G__G__PhysicsLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ;
08220   G__G__PhysicsLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ;
08221   G__G__PhysicsLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ;
08222   G__G__PhysicsLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ;
08223   G__G__PhysicsLN_TFeldmanCousins.tagnum = -1 ;
08224   G__G__PhysicsLN_TVector2.tagnum = -1 ;
08225   G__G__PhysicsLN_TMatrixTBaselEfloatgR.tagnum = -1 ;
08226   G__G__PhysicsLN_TMatrixTBaselEdoublegR.tagnum = -1 ;
08227   G__G__PhysicsLN_TVectorTlEfloatgR.tagnum = -1 ;
08228   G__G__PhysicsLN_TVectorTlEdoublegR.tagnum = -1 ;
08229   G__G__PhysicsLN_TElementActionTlEfloatgR.tagnum = -1 ;
08230   G__G__PhysicsLN_TElementPosActionTlEfloatgR.tagnum = -1 ;
08231   G__G__PhysicsLN_TElementActionTlEdoublegR.tagnum = -1 ;
08232   G__G__PhysicsLN_TElementPosActionTlEdoublegR.tagnum = -1 ;
08233   G__G__PhysicsLN_TMatrixTlEfloatgR.tagnum = -1 ;
08234   G__G__PhysicsLN_TMatrixTRow_constlEfloatgR.tagnum = -1 ;
08235   G__G__PhysicsLN_TMatrixTRowlEfloatgR.tagnum = -1 ;
08236   G__G__PhysicsLN_TMatrixTDiag_constlEfloatgR.tagnum = -1 ;
08237   G__G__PhysicsLN_TMatrixTColumn_constlEfloatgR.tagnum = -1 ;
08238   G__G__PhysicsLN_TMatrixTFlat_constlEfloatgR.tagnum = -1 ;
08239   G__G__PhysicsLN_TMatrixTSub_constlEfloatgR.tagnum = -1 ;
08240   G__G__PhysicsLN_TMatrixTSparseRow_constlEfloatgR.tagnum = -1 ;
08241   G__G__PhysicsLN_TMatrixTSparseDiag_constlEfloatgR.tagnum = -1 ;
08242   G__G__PhysicsLN_TMatrixTColumnlEfloatgR.tagnum = -1 ;
08243   G__G__PhysicsLN_TMatrixTDiaglEfloatgR.tagnum = -1 ;
08244   G__G__PhysicsLN_TMatrixTFlatlEfloatgR.tagnum = -1 ;
08245   G__G__PhysicsLN_TMatrixTSublEfloatgR.tagnum = -1 ;
08246   G__G__PhysicsLN_TMatrixTSparseRowlEfloatgR.tagnum = -1 ;
08247   G__G__PhysicsLN_TMatrixTSparseDiaglEfloatgR.tagnum = -1 ;
08248   G__G__PhysicsLN_TRotation.tagnum = -1 ;
08249   G__G__PhysicsLN_TVector3.tagnum = -1 ;
08250   G__G__PhysicsLN_TQuaternion.tagnum = -1 ;
08251   G__G__PhysicsLN_TRotationcLcLTRotationRow.tagnum = -1 ;
08252   G__G__PhysicsLN_TLorentzRotation.tagnum = -1 ;
08253   G__G__PhysicsLN_TLorentzVector.tagnum = -1 ;
08254   G__G__PhysicsLN_TLorentzVectorcLcLdA.tagnum = -1 ;
08255   G__G__PhysicsLN_TGenPhaseSpace.tagnum = -1 ;
08256   G__G__PhysicsLN_TLorentzRotationcLcLTLorentzRotationRow.tagnum = -1 ;
08257   G__G__PhysicsLN_TArrayI.tagnum = -1 ;
08258   G__G__PhysicsLN_TMatrixTSymlEdoublegR.tagnum = -1 ;
08259   G__G__PhysicsLN_TMatrixTlEdoublegR.tagnum = -1 ;
08260   G__G__PhysicsLN_TMatrixTSparselEdoublegR.tagnum = -1 ;
08261   G__G__PhysicsLN_TMatrixTRow_constlEdoublegR.tagnum = -1 ;
08262   G__G__PhysicsLN_TMatrixTRowlEdoublegR.tagnum = -1 ;
08263   G__G__PhysicsLN_TMatrixTDiag_constlEdoublegR.tagnum = -1 ;
08264   G__G__PhysicsLN_TMatrixTColumn_constlEdoublegR.tagnum = -1 ;
08265   G__G__PhysicsLN_TMatrixTFlat_constlEdoublegR.tagnum = -1 ;
08266   G__G__PhysicsLN_TMatrixTSub_constlEdoublegR.tagnum = -1 ;
08267   G__G__PhysicsLN_TMatrixTSparseRow_constlEdoublegR.tagnum = -1 ;
08268   G__G__PhysicsLN_TMatrixTSparseDiag_constlEdoublegR.tagnum = -1 ;
08269   G__G__PhysicsLN_TMatrixTColumnlEdoublegR.tagnum = -1 ;
08270   G__G__PhysicsLN_TMatrixTDiaglEdoublegR.tagnum = -1 ;
08271   G__G__PhysicsLN_TMatrixTFlatlEdoublegR.tagnum = -1 ;
08272   G__G__PhysicsLN_TMatrixTSublEdoublegR.tagnum = -1 ;
08273   G__G__PhysicsLN_TMatrixTSparseRowlEdoublegR.tagnum = -1 ;
08274   G__G__PhysicsLN_TMatrixTSparseDiaglEdoublegR.tagnum = -1 ;
08275   G__G__PhysicsLN_TRobustEstimator.tagnum = -1 ;
08276   G__G__PhysicsLN_TRolke.tagnum = -1 ;
08277 }
08278 
08279 
08280 extern "C" void G__cpp_setup_tagtableG__Physics() {
08281 
08282    /* Setting up class,struct,union tag entry */
08283    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TClass);
08284    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TBuffer);
08285    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMemberInspector);
08286    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TObject);
08287    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TString);
08288    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR);
08289    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR);
08290    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR);
08291    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR);
08292    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TFeldmanCousins),sizeof(TFeldmanCousins),-1,292096,"calculate the CL upper limit using the Feldman-Cousins method",G__setup_memvarTFeldmanCousins,G__setup_memfuncTFeldmanCousins);
08293    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TVector2),sizeof(TVector2),-1,130304,"A 2D physics vector",G__setup_memvarTVector2,G__setup_memfuncTVector2);
08294    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTBaselEfloatgR);
08295    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTBaselEdoublegR);
08296    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TVectorTlEfloatgR);
08297    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TVectorTlEdoublegR);
08298    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TElementActionTlEfloatgR);
08299    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TElementPosActionTlEfloatgR);
08300    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TElementActionTlEdoublegR);
08301    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TElementPosActionTlEdoublegR);
08302    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTlEfloatgR);
08303    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTRow_constlEfloatgR);
08304    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTRowlEfloatgR);
08305    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTDiag_constlEfloatgR);
08306    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTColumn_constlEfloatgR);
08307    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTFlat_constlEfloatgR);
08308    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTSub_constlEfloatgR);
08309    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTSparseRow_constlEfloatgR);
08310    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTSparseDiag_constlEfloatgR);
08311    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTColumnlEfloatgR);
08312    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTDiaglEfloatgR);
08313    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTFlatlEfloatgR);
08314    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTSublEfloatgR);
08315    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTSparseRowlEfloatgR);
08316    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTSparseDiaglEfloatgR);
08317    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TRotation),sizeof(TRotation),-1,327424,"Rotations of TVector3 objects",G__setup_memvarTRotation,G__setup_memfuncTRotation);
08318    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TVector3),sizeof(TVector3),-1,130816,"A 3D physics vector",G__setup_memvarTVector3,G__setup_memfuncTVector3);
08319    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TQuaternion),sizeof(TQuaternion),-1,327424,"a quaternion class",G__setup_memvarTQuaternion,G__setup_memfuncTQuaternion);
08320    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TRotationcLcLTRotationRow);
08321    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TLorentzRotation),sizeof(TLorentzRotation),-1,326400,"Lorentz transformations including boosts and rotations",G__setup_memvarTLorentzRotation,G__setup_memfuncTLorentzRotation);
08322    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TLorentzVector),sizeof(TLorentzVector),-1,130816,"A four vector with (-,-,-,+) metric",G__setup_memvarTLorentzVector,G__setup_memfuncTLorentzVector);
08323    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TLorentzVectorcLcLdA);
08324    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TGenPhaseSpace),sizeof(TGenPhaseSpace),-1,292608,"Simple Phase Space Generator",G__setup_memvarTGenPhaseSpace,G__setup_memfuncTGenPhaseSpace);
08325    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TLorentzRotationcLcLTLorentzRotationRow);
08326    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TArrayI);
08327    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTSymlEdoublegR);
08328    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTlEdoublegR);
08329    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTSparselEdoublegR);
08330    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTRow_constlEdoublegR);
08331    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTRowlEdoublegR);
08332    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTDiag_constlEdoublegR);
08333    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTColumn_constlEdoublegR);
08334    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTFlat_constlEdoublegR);
08335    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTSub_constlEdoublegR);
08336    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTSparseRow_constlEdoublegR);
08337    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTSparseDiag_constlEdoublegR);
08338    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTColumnlEdoublegR);
08339    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTDiaglEdoublegR);
08340    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTFlatlEdoublegR);
08341    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTSublEdoublegR);
08342    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTSparseRowlEdoublegR);
08343    G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TMatrixTSparseDiaglEdoublegR);
08344    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TRobustEstimator),sizeof(TRobustEstimator),-1,324864,"Minimum Covariance Determinant Estimator",G__setup_memvarTRobustEstimator,G__setup_memfuncTRobustEstimator);
08345    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__PhysicsLN_TRolke),sizeof(TRolke),-1,292096,(char*)NULL,G__setup_memvarTRolke,G__setup_memfuncTRolke);
08346 }
08347 extern "C" void G__cpp_setupG__Physics(void) {
08348   G__check_setup_version(30051515,"G__cpp_setupG__Physics()");
08349   G__set_cpp_environmentG__Physics();
08350   G__cpp_setup_tagtableG__Physics();
08351 
08352   G__cpp_setup_inheritanceG__Physics();
08353 
08354   G__cpp_setup_typetableG__Physics();
08355 
08356   G__cpp_setup_memvarG__Physics();
08357 
08358   G__cpp_setup_memfuncG__Physics();
08359   G__cpp_setup_globalG__Physics();
08360   G__cpp_setup_funcG__Physics();
08361 
08362    if(0==G__getsizep2memfunc()) G__get_sizep2memfuncG__Physics();
08363   return;
08364 }
08365 class G__cpp_setup_initG__Physics {
08366   public:
08367     G__cpp_setup_initG__Physics() { G__add_setup_func("G__Physics",(G__incsetup)(&G__cpp_setupG__Physics)); G__call_setup_funcs(); }
08368    ~G__cpp_setup_initG__Physics() { G__remove_setup_func("G__Physics"); }
08369 };
08370 G__cpp_setup_initG__Physics G__cpp_setup_initializerG__Physics;
08371 

Generated on Tue Jul 5 14:37:46 2011 for ROOT_528-00b_version by  doxygen 1.5.1