00001
00002
00003
00004
00005
00006
00007 #define R__DICTIONARY_FILENAME mathdImathcoredIsrcdIG__Math
00008 #include "RConfig.h"
00009 #if !defined(R__ACCESS_IN_SYMBOL)
00010
00011 #define private public
00012 #define protected public
00013 #endif
00014
00015
00016 namespace std {} using namespace std;
00017 #include "G__Math.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
00032
00033 namespace ROOT {
00034 namespace Shadow {
00035 }
00036 }
00037
00038
00039 namespace TMath {
00040 namespace ROOT {
00041 inline ::ROOT::TGenericClassInfo *GenerateInitInstance();
00042 static void TMath_Dictionary();
00043
00044
00045 inline ::ROOT::TGenericClassInfo *GenerateInitInstance()
00046 {
00047 static ::ROOT::TGenericClassInfo
00048 instance("TMath", 0 , "include/TMath.h", 36,
00049 ::ROOT::DefineBehavior((void*)0,(void*)0),
00050 &TMath_Dictionary, 0);
00051 return &instance;
00052 }
00053
00054 ::ROOT::TGenericClassInfo *(*_R__UNIQUE_(InitFunctionKeeper))() = &GenerateInitInstance;
00055
00056 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance(); R__UseDummy(_R__UNIQUE_(Init));
00057
00058
00059 static void TMath_Dictionary() {
00060 GenerateInitInstance()->GetClass();
00061 }
00062
00063 }
00064 }
00065
00066 namespace ROOT {
00067 void TComplex_ShowMembers(void *obj, TMemberInspector &R__insp);
00068 static void *new_TComplex(void *p = 0);
00069 static void *newArray_TComplex(Long_t size, void *p);
00070 static void delete_TComplex(void *p);
00071 static void deleteArray_TComplex(void *p);
00072 static void destruct_TComplex(void *p);
00073
00074
00075 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TComplex*)
00076 {
00077 ::TComplex *ptr = 0;
00078 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TComplex >(0);
00079 static ::ROOT::TGenericClassInfo
00080 instance("TComplex", ::TComplex::Class_Version(), "include/TComplex.h", 29,
00081 typeid(::TComplex), DefineBehavior(ptr, ptr),
00082 &::TComplex::Dictionary, isa_proxy, 4,
00083 sizeof(::TComplex) );
00084 instance.SetNew(&new_TComplex);
00085 instance.SetNewArray(&newArray_TComplex);
00086 instance.SetDelete(&delete_TComplex);
00087 instance.SetDeleteArray(&deleteArray_TComplex);
00088 instance.SetDestructor(&destruct_TComplex);
00089 return &instance;
00090 }
00091 TGenericClassInfo *GenerateInitInstance(const ::TComplex*)
00092 {
00093 return GenerateInitInstanceLocal((::TComplex*)0);
00094 }
00095
00096 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TComplex*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00097 }
00098
00099
00100 TClass *TComplex::fgIsA = 0;
00101
00102
00103 const char *TComplex::Class_Name()
00104 {
00105 return "TComplex";
00106 }
00107
00108
00109 const char *TComplex::ImplFileName()
00110 {
00111 return ::ROOT::GenerateInitInstanceLocal((const ::TComplex*)0x0)->GetImplFileName();
00112 }
00113
00114
00115 int TComplex::ImplFileLine()
00116 {
00117 return ::ROOT::GenerateInitInstanceLocal((const ::TComplex*)0x0)->GetImplFileLine();
00118 }
00119
00120
00121 void TComplex::Dictionary()
00122 {
00123 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TComplex*)0x0)->GetClass();
00124 }
00125
00126
00127 TClass *TComplex::Class()
00128 {
00129 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TComplex*)0x0)->GetClass();
00130 return fgIsA;
00131 }
00132
00133
00134 void TComplex::Streamer(TBuffer &R__b)
00135 {
00136
00137
00138 if (R__b.IsReading()) {
00139 R__b.ReadClassBuffer(TComplex::Class(),this);
00140 } else {
00141 R__b.WriteClassBuffer(TComplex::Class(),this);
00142 }
00143 }
00144
00145
00146 void TComplex::ShowMembers(TMemberInspector &R__insp)
00147 {
00148
00149 TClass *R__cl = ::TComplex::IsA();
00150 if (R__cl || R__insp.IsA()) { }
00151 R__insp.Inspect(R__cl, R__insp.GetParent(), "fRe", &fRe);
00152 R__insp.Inspect(R__cl, R__insp.GetParent(), "fIm", &fIm);
00153 }
00154
00155 namespace ROOT {
00156
00157 static void *new_TComplex(void *p) {
00158 return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TComplex : new ::TComplex;
00159 }
00160 static void *newArray_TComplex(Long_t nElements, void *p) {
00161 return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TComplex[nElements] : new ::TComplex[nElements];
00162 }
00163
00164 static void delete_TComplex(void *p) {
00165 delete ((::TComplex*)p);
00166 }
00167 static void deleteArray_TComplex(void *p) {
00168 delete [] ((::TComplex*)p);
00169 }
00170 static void destruct_TComplex(void *p) {
00171 typedef ::TComplex current_t;
00172 ((current_t*)p)->~current_t();
00173 }
00174 }
00175
00176
00177
00178
00179
00180
00181
00182
00183 #ifdef G__MEMTEST
00184 #undef malloc
00185 #undef free
00186 #endif
00187
00188 #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3))
00189 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
00190 #endif
00191
00192 extern "C" void G__cpp_reset_tagtableG__Math();
00193
00194 extern "C" void G__set_cpp_environmentG__Math() {
00195 G__add_compiledheader("TObject.h");
00196 G__add_compiledheader("TMemberInspector.h");
00197 G__add_compiledheader("TComplex.h");
00198 G__add_compiledheader("TMath.h");
00199 G__cpp_reset_tagtableG__Math();
00200 }
00201 #include <new>
00202 extern "C" int G__cpp_dllrevG__Math() { return(30051515); }
00203
00204
00205
00206
00207
00208
00209 static int G__G__Math_99_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00210 {
00211 G__letint(result7, 115, (long) TMath::Abs((Short_t) G__int(libp->para[0])));
00212 return(1 || funcname || hash || result7 || libp) ;
00213 }
00214
00215 static int G__G__Math_99_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00216 {
00217 G__letint(result7, 105, (long) TMath::Abs((Int_t) G__int(libp->para[0])));
00218 return(1 || funcname || hash || result7 || libp) ;
00219 }
00220
00221 static int G__G__Math_99_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00222 {
00223 G__letint(result7, 108, (long) TMath::Abs((Long_t) G__int(libp->para[0])));
00224 return(1 || funcname || hash || result7 || libp) ;
00225 }
00226
00227 static int G__G__Math_99_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00228 {
00229 G__letLonglong(result7, 110, (G__int64) TMath::Abs((Long64_t) G__Longlong(libp->para[0])));
00230 return(1 || funcname || hash || result7 || libp) ;
00231 }
00232
00233 static int G__G__Math_99_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00234 {
00235 G__letdouble(result7, 102, (double) TMath::Abs((Float_t) G__double(libp->para[0])));
00236 return(1 || funcname || hash || result7 || libp) ;
00237 }
00238
00239 static int G__G__Math_99_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00240 {
00241 G__letdouble(result7, 100, (double) TMath::Abs((Double_t) G__double(libp->para[0])));
00242 return(1 || funcname || hash || result7 || libp) ;
00243 }
00244
00245 static int G__G__Math_99_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00246 {
00247 G__letint(result7, 103, (long) TMath::Even((Long_t) G__int(libp->para[0])));
00248 return(1 || funcname || hash || result7 || libp) ;
00249 }
00250
00251 static int G__G__Math_99_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00252 {
00253 G__letint(result7, 103, (long) TMath::Odd((Long_t) G__int(libp->para[0])));
00254 return(1 || funcname || hash || result7 || libp) ;
00255 }
00256
00257 static int G__G__Math_99_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00258 {
00259 G__letint(result7, 115, (long) TMath::Sign((Short_t) G__int(libp->para[0]), (Short_t) G__int(libp->para[1])));
00260 return(1 || funcname || hash || result7 || libp) ;
00261 }
00262
00263 static int G__G__Math_99_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00264 {
00265 G__letint(result7, 105, (long) TMath::Sign((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
00266 return(1 || funcname || hash || result7 || libp) ;
00267 }
00268
00269 static int G__G__Math_99_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00270 {
00271 G__letint(result7, 108, (long) TMath::Sign((Long_t) G__int(libp->para[0]), (Long_t) G__int(libp->para[1])));
00272 return(1 || funcname || hash || result7 || libp) ;
00273 }
00274
00275 static int G__G__Math_99_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00276 {
00277 G__letLonglong(result7, 110, (G__int64) TMath::Sign((Long64_t) G__Longlong(libp->para[0]), (Long64_t) G__Longlong(libp->para[1])));
00278 return(1 || funcname || hash || result7 || libp) ;
00279 }
00280
00281 static int G__G__Math_99_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00282 {
00283 G__letdouble(result7, 102, (double) TMath::Sign((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])));
00284 return(1 || funcname || hash || result7 || libp) ;
00285 }
00286
00287 static int G__G__Math_99_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00288 {
00289 G__letdouble(result7, 100, (double) TMath::Sign((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
00290 return(1 || funcname || hash || result7 || libp) ;
00291 }
00292
00293 static int G__G__Math_99_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00294 {
00295 G__letint(result7, 115, (long) TMath::Min((Short_t) G__int(libp->para[0]), (Short_t) G__int(libp->para[1])));
00296 return(1 || funcname || hash || result7 || libp) ;
00297 }
00298
00299 static int G__G__Math_99_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00300 {
00301 G__letint(result7, 114, (long) TMath::Min((UShort_t) G__int(libp->para[0]), (UShort_t) G__int(libp->para[1])));
00302 return(1 || funcname || hash || result7 || libp) ;
00303 }
00304
00305 static int G__G__Math_99_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00306 {
00307 G__letint(result7, 105, (long) TMath::Min((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
00308 return(1 || funcname || hash || result7 || libp) ;
00309 }
00310
00311 static int G__G__Math_99_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00312 {
00313 G__letint(result7, 104, (long) TMath::Min((UInt_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])));
00314 return(1 || funcname || hash || result7 || libp) ;
00315 }
00316
00317 static int G__G__Math_99_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00318 {
00319 G__letint(result7, 108, (long) TMath::Min((Long_t) G__int(libp->para[0]), (Long_t) G__int(libp->para[1])));
00320 return(1 || funcname || hash || result7 || libp) ;
00321 }
00322
00323 static int G__G__Math_99_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00324 {
00325 G__letint(result7, 107, (long) TMath::Min((ULong_t) G__int(libp->para[0]), (ULong_t) G__int(libp->para[1])));
00326 return(1 || funcname || hash || result7 || libp) ;
00327 }
00328
00329 static int G__G__Math_99_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00330 {
00331 G__letLonglong(result7, 110, (G__int64) TMath::Min((Long64_t) G__Longlong(libp->para[0]), (Long64_t) G__Longlong(libp->para[1])));
00332 return(1 || funcname || hash || result7 || libp) ;
00333 }
00334
00335 static int G__G__Math_99_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00336 {
00337 G__letULonglong(result7, 109, (G__uint64) TMath::Min((ULong64_t) G__ULonglong(libp->para[0]), (ULong64_t) G__ULonglong(libp->para[1])));
00338 return(1 || funcname || hash || result7 || libp) ;
00339 }
00340
00341 static int G__G__Math_99_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00342 {
00343 G__letdouble(result7, 102, (double) TMath::Min((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])));
00344 return(1 || funcname || hash || result7 || libp) ;
00345 }
00346
00347 static int G__G__Math_99_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00348 {
00349 G__letdouble(result7, 100, (double) TMath::Min((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
00350 return(1 || funcname || hash || result7 || libp) ;
00351 }
00352
00353 static int G__G__Math_99_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00354 {
00355 G__letint(result7, 115, (long) TMath::Max((Short_t) G__int(libp->para[0]), (Short_t) G__int(libp->para[1])));
00356 return(1 || funcname || hash || result7 || libp) ;
00357 }
00358
00359 static int G__G__Math_99_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00360 {
00361 G__letint(result7, 114, (long) TMath::Max((UShort_t) G__int(libp->para[0]), (UShort_t) G__int(libp->para[1])));
00362 return(1 || funcname || hash || result7 || libp) ;
00363 }
00364
00365 static int G__G__Math_99_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00366 {
00367 G__letint(result7, 105, (long) TMath::Max((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
00368 return(1 || funcname || hash || result7 || libp) ;
00369 }
00370
00371 static int G__G__Math_99_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00372 {
00373 G__letint(result7, 104, (long) TMath::Max((UInt_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])));
00374 return(1 || funcname || hash || result7 || libp) ;
00375 }
00376
00377 static int G__G__Math_99_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00378 {
00379 G__letint(result7, 108, (long) TMath::Max((Long_t) G__int(libp->para[0]), (Long_t) G__int(libp->para[1])));
00380 return(1 || funcname || hash || result7 || libp) ;
00381 }
00382
00383 static int G__G__Math_99_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00384 {
00385 G__letint(result7, 107, (long) TMath::Max((ULong_t) G__int(libp->para[0]), (ULong_t) G__int(libp->para[1])));
00386 return(1 || funcname || hash || result7 || libp) ;
00387 }
00388
00389 static int G__G__Math_99_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00390 {
00391 G__letLonglong(result7, 110, (G__int64) TMath::Max((Long64_t) G__Longlong(libp->para[0]), (Long64_t) G__Longlong(libp->para[1])));
00392 return(1 || funcname || hash || result7 || libp) ;
00393 }
00394
00395 static int G__G__Math_99_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00396 {
00397 G__letULonglong(result7, 109, (G__uint64) TMath::Max((ULong64_t) G__ULonglong(libp->para[0]), (ULong64_t) G__ULonglong(libp->para[1])));
00398 return(1 || funcname || hash || result7 || libp) ;
00399 }
00400
00401 static int G__G__Math_99_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00402 {
00403 G__letdouble(result7, 102, (double) TMath::Max((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])));
00404 return(1 || funcname || hash || result7 || libp) ;
00405 }
00406
00407 static int G__G__Math_99_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00408 {
00409 G__letdouble(result7, 100, (double) TMath::Max((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
00410 return(1 || funcname || hash || result7 || libp) ;
00411 }
00412
00413 static int G__G__Math_99_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00414 {
00415 G__letint(result7, 115, (long) TMath::Range((Short_t) G__int(libp->para[0]), (Short_t) G__int(libp->para[1])
00416 , (Short_t) G__int(libp->para[2])));
00417 return(1 || funcname || hash || result7 || libp) ;
00418 }
00419
00420 static int G__G__Math_99_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00421 {
00422 G__letint(result7, 105, (long) TMath::Range((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
00423 , (Int_t) G__int(libp->para[2])));
00424 return(1 || funcname || hash || result7 || libp) ;
00425 }
00426
00427 static int G__G__Math_99_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00428 {
00429 G__letint(result7, 108, (long) TMath::Range((Long_t) G__int(libp->para[0]), (Long_t) G__int(libp->para[1])
00430 , (Long_t) G__int(libp->para[2])));
00431 return(1 || funcname || hash || result7 || libp) ;
00432 }
00433
00434 static int G__G__Math_99_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00435 {
00436 G__letint(result7, 107, (long) TMath::Range((ULong_t) G__int(libp->para[0]), (ULong_t) G__int(libp->para[1])
00437 , (ULong_t) G__int(libp->para[2])));
00438 return(1 || funcname || hash || result7 || libp) ;
00439 }
00440
00441 static int G__G__Math_99_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00442 {
00443 G__letdouble(result7, 100, (double) TMath::Range((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
00444 , (Double_t) G__double(libp->para[2])));
00445 return(1 || funcname || hash || result7 || libp) ;
00446 }
00447
00448 static int G__G__Math_99_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00449 {
00450 G__letint(result7, 108, (long) TMath::NextPrime((Long_t) G__int(libp->para[0])));
00451 return(1 || funcname || hash || result7 || libp) ;
00452 }
00453
00454 static int G__G__Math_99_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00455 {
00456 G__letdouble(result7, 100, (double) TMath::Pi());
00457 return(1 || funcname || hash || result7 || libp) ;
00458 }
00459
00460 static int G__G__Math_99_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00461 {
00462 G__letdouble(result7, 100, (double) TMath::TwoPi());
00463 return(1 || funcname || hash || result7 || libp) ;
00464 }
00465
00466 static int G__G__Math_99_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00467 {
00468 G__letdouble(result7, 100, (double) TMath::PiOver2());
00469 return(1 || funcname || hash || result7 || libp) ;
00470 }
00471
00472 static int G__G__Math_99_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00473 {
00474 G__letdouble(result7, 100, (double) TMath::PiOver4());
00475 return(1 || funcname || hash || result7 || libp) ;
00476 }
00477
00478 static int G__G__Math_99_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00479 {
00480 G__letdouble(result7, 100, (double) TMath::InvPi());
00481 return(1 || funcname || hash || result7 || libp) ;
00482 }
00483
00484 static int G__G__Math_99_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00485 {
00486 G__letdouble(result7, 100, (double) TMath::RadToDeg());
00487 return(1 || funcname || hash || result7 || libp) ;
00488 }
00489
00490 static int G__G__Math_99_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00491 {
00492 G__letdouble(result7, 100, (double) TMath::DegToRad());
00493 return(1 || funcname || hash || result7 || libp) ;
00494 }
00495
00496 static int G__G__Math_99_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00497 {
00498 G__letdouble(result7, 100, (double) TMath::Sqrt2());
00499 return(1 || funcname || hash || result7 || libp) ;
00500 }
00501
00502 static int G__G__Math_99_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00503 {
00504 G__letdouble(result7, 100, (double) TMath::E());
00505 return(1 || funcname || hash || result7 || libp) ;
00506 }
00507
00508 static int G__G__Math_99_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00509 {
00510 G__letdouble(result7, 100, (double) TMath::Ln10());
00511 return(1 || funcname || hash || result7 || libp) ;
00512 }
00513
00514 static int G__G__Math_99_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00515 {
00516 G__letdouble(result7, 100, (double) TMath::LogE());
00517 return(1 || funcname || hash || result7 || libp) ;
00518 }
00519
00520 static int G__G__Math_99_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00521 {
00522 G__letdouble(result7, 100, (double) TMath::C());
00523 return(1 || funcname || hash || result7 || libp) ;
00524 }
00525
00526 static int G__G__Math_99_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00527 {
00528 G__letdouble(result7, 100, (double) TMath::Ccgs());
00529 return(1 || funcname || hash || result7 || libp) ;
00530 }
00531
00532 static int G__G__Math_99_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00533 {
00534 G__letdouble(result7, 100, (double) TMath::CUncertainty());
00535 return(1 || funcname || hash || result7 || libp) ;
00536 }
00537
00538 static int G__G__Math_99_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00539 {
00540 G__letdouble(result7, 100, (double) TMath::G());
00541 return(1 || funcname || hash || result7 || libp) ;
00542 }
00543
00544 static int G__G__Math_99_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00545 {
00546 G__letdouble(result7, 100, (double) TMath::Gcgs());
00547 return(1 || funcname || hash || result7 || libp) ;
00548 }
00549
00550 static int G__G__Math_99_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00551 {
00552 G__letdouble(result7, 100, (double) TMath::GUncertainty());
00553 return(1 || funcname || hash || result7 || libp) ;
00554 }
00555
00556 static int G__G__Math_99_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00557 {
00558 G__letdouble(result7, 100, (double) TMath::GhbarC());
00559 return(1 || funcname || hash || result7 || libp) ;
00560 }
00561
00562 static int G__G__Math_99_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00563 {
00564 G__letdouble(result7, 100, (double) TMath::GhbarCUncertainty());
00565 return(1 || funcname || hash || result7 || libp) ;
00566 }
00567
00568 static int G__G__Math_99_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00569 {
00570 G__letdouble(result7, 100, (double) TMath::Gn());
00571 return(1 || funcname || hash || result7 || libp) ;
00572 }
00573
00574 static int G__G__Math_99_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00575 {
00576 G__letdouble(result7, 100, (double) TMath::GnUncertainty());
00577 return(1 || funcname || hash || result7 || libp) ;
00578 }
00579
00580 static int G__G__Math_99_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00581 {
00582 G__letdouble(result7, 100, (double) TMath::H());
00583 return(1 || funcname || hash || result7 || libp) ;
00584 }
00585
00586 static int G__G__Math_99_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00587 {
00588 G__letdouble(result7, 100, (double) TMath::Hcgs());
00589 return(1 || funcname || hash || result7 || libp) ;
00590 }
00591
00592 static int G__G__Math_99_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00593 {
00594 G__letdouble(result7, 100, (double) TMath::HUncertainty());
00595 return(1 || funcname || hash || result7 || libp) ;
00596 }
00597
00598 static int G__G__Math_99_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00599 {
00600 G__letdouble(result7, 100, (double) TMath::Hbar());
00601 return(1 || funcname || hash || result7 || libp) ;
00602 }
00603
00604 static int G__G__Math_99_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00605 {
00606 G__letdouble(result7, 100, (double) TMath::Hbarcgs());
00607 return(1 || funcname || hash || result7 || libp) ;
00608 }
00609
00610 static int G__G__Math_99_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00611 {
00612 G__letdouble(result7, 100, (double) TMath::HbarUncertainty());
00613 return(1 || funcname || hash || result7 || libp) ;
00614 }
00615
00616 static int G__G__Math_99_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00617 {
00618 G__letdouble(result7, 100, (double) TMath::HC());
00619 return(1 || funcname || hash || result7 || libp) ;
00620 }
00621
00622 static int G__G__Math_99_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00623 {
00624 G__letdouble(result7, 100, (double) TMath::HCcgs());
00625 return(1 || funcname || hash || result7 || libp) ;
00626 }
00627
00628 static int G__G__Math_99_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00629 {
00630 G__letdouble(result7, 100, (double) TMath::K());
00631 return(1 || funcname || hash || result7 || libp) ;
00632 }
00633
00634 static int G__G__Math_99_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00635 {
00636 G__letdouble(result7, 100, (double) TMath::Kcgs());
00637 return(1 || funcname || hash || result7 || libp) ;
00638 }
00639
00640 static int G__G__Math_99_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00641 {
00642 G__letdouble(result7, 100, (double) TMath::KUncertainty());
00643 return(1 || funcname || hash || result7 || libp) ;
00644 }
00645
00646 static int G__G__Math_99_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00647 {
00648 G__letdouble(result7, 100, (double) TMath::Sigma());
00649 return(1 || funcname || hash || result7 || libp) ;
00650 }
00651
00652 static int G__G__Math_99_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00653 {
00654 G__letdouble(result7, 100, (double) TMath::SigmaUncertainty());
00655 return(1 || funcname || hash || result7 || libp) ;
00656 }
00657
00658 static int G__G__Math_99_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00659 {
00660 G__letdouble(result7, 100, (double) TMath::Na());
00661 return(1 || funcname || hash || result7 || libp) ;
00662 }
00663
00664 static int G__G__Math_99_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00665 {
00666 G__letdouble(result7, 100, (double) TMath::NaUncertainty());
00667 return(1 || funcname || hash || result7 || libp) ;
00668 }
00669
00670 static int G__G__Math_99_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00671 {
00672 G__letdouble(result7, 100, (double) TMath::R());
00673 return(1 || funcname || hash || result7 || libp) ;
00674 }
00675
00676 static int G__G__Math_99_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00677 {
00678 G__letdouble(result7, 100, (double) TMath::RUncertainty());
00679 return(1 || funcname || hash || result7 || libp) ;
00680 }
00681
00682 static int G__G__Math_99_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00683 {
00684 G__letdouble(result7, 100, (double) TMath::MWair());
00685 return(1 || funcname || hash || result7 || libp) ;
00686 }
00687
00688 static int G__G__Math_99_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00689 {
00690 G__letdouble(result7, 100, (double) TMath::Rgair());
00691 return(1 || funcname || hash || result7 || libp) ;
00692 }
00693
00694 static int G__G__Math_99_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00695 {
00696 G__letdouble(result7, 100, (double) TMath::EulerGamma());
00697 return(1 || funcname || hash || result7 || libp) ;
00698 }
00699
00700 static int G__G__Math_99_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00701 {
00702 G__letdouble(result7, 100, (double) TMath::Qe());
00703 return(1 || funcname || hash || result7 || libp) ;
00704 }
00705
00706 static int G__G__Math_99_0_83(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00707 {
00708 G__letdouble(result7, 100, (double) TMath::QeUncertainty());
00709 return(1 || funcname || hash || result7 || libp) ;
00710 }
00711
00712 static int G__G__Math_99_0_84(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00713 {
00714 G__letdouble(result7, 100, (double) TMath::Sin((Double_t) G__double(libp->para[0])));
00715 return(1 || funcname || hash || result7 || libp) ;
00716 }
00717
00718 static int G__G__Math_99_0_85(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00719 {
00720 G__letdouble(result7, 100, (double) TMath::Cos((Double_t) G__double(libp->para[0])));
00721 return(1 || funcname || hash || result7 || libp) ;
00722 }
00723
00724 static int G__G__Math_99_0_86(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00725 {
00726 G__letdouble(result7, 100, (double) TMath::Tan((Double_t) G__double(libp->para[0])));
00727 return(1 || funcname || hash || result7 || libp) ;
00728 }
00729
00730 static int G__G__Math_99_0_87(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00731 {
00732 G__letdouble(result7, 100, (double) TMath::SinH((Double_t) G__double(libp->para[0])));
00733 return(1 || funcname || hash || result7 || libp) ;
00734 }
00735
00736 static int G__G__Math_99_0_88(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00737 {
00738 G__letdouble(result7, 100, (double) TMath::CosH((Double_t) G__double(libp->para[0])));
00739 return(1 || funcname || hash || result7 || libp) ;
00740 }
00741
00742 static int G__G__Math_99_0_89(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00743 {
00744 G__letdouble(result7, 100, (double) TMath::TanH((Double_t) G__double(libp->para[0])));
00745 return(1 || funcname || hash || result7 || libp) ;
00746 }
00747
00748 static int G__G__Math_99_0_90(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00749 {
00750 G__letdouble(result7, 100, (double) TMath::ASin((Double_t) G__double(libp->para[0])));
00751 return(1 || funcname || hash || result7 || libp) ;
00752 }
00753
00754 static int G__G__Math_99_0_91(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00755 {
00756 G__letdouble(result7, 100, (double) TMath::ACos((Double_t) G__double(libp->para[0])));
00757 return(1 || funcname || hash || result7 || libp) ;
00758 }
00759
00760 static int G__G__Math_99_0_92(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00761 {
00762 G__letdouble(result7, 100, (double) TMath::ATan((Double_t) G__double(libp->para[0])));
00763 return(1 || funcname || hash || result7 || libp) ;
00764 }
00765
00766 static int G__G__Math_99_0_93(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00767 {
00768 G__letdouble(result7, 100, (double) TMath::ATan2((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
00769 return(1 || funcname || hash || result7 || libp) ;
00770 }
00771
00772 static int G__G__Math_99_0_94(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00773 {
00774 G__letdouble(result7, 100, (double) TMath::ASinH((Double_t) G__double(libp->para[0])));
00775 return(1 || funcname || hash || result7 || libp) ;
00776 }
00777
00778 static int G__G__Math_99_0_95(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00779 {
00780 G__letdouble(result7, 100, (double) TMath::ACosH((Double_t) G__double(libp->para[0])));
00781 return(1 || funcname || hash || result7 || libp) ;
00782 }
00783
00784 static int G__G__Math_99_0_96(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00785 {
00786 G__letdouble(result7, 100, (double) TMath::ATanH((Double_t) G__double(libp->para[0])));
00787 return(1 || funcname || hash || result7 || libp) ;
00788 }
00789
00790 static int G__G__Math_99_0_97(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00791 {
00792 G__letdouble(result7, 100, (double) TMath::Hypot((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
00793 return(1 || funcname || hash || result7 || libp) ;
00794 }
00795
00796 static int G__G__Math_99_0_98(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00797 {
00798 G__letdouble(result7, 100, (double) TMath::Sqrt((Double_t) G__double(libp->para[0])));
00799 return(1 || funcname || hash || result7 || libp) ;
00800 }
00801
00802 static int G__G__Math_99_0_99(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00803 {
00804 G__letdouble(result7, 100, (double) TMath::Ceil((Double_t) G__double(libp->para[0])));
00805 return(1 || funcname || hash || result7 || libp) ;
00806 }
00807
00808 static int G__G__Math_99_0_100(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00809 {
00810 G__letint(result7, 105, (long) TMath::CeilNint((Double_t) G__double(libp->para[0])));
00811 return(1 || funcname || hash || result7 || libp) ;
00812 }
00813
00814 static int G__G__Math_99_0_101(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00815 {
00816 G__letdouble(result7, 100, (double) TMath::Floor((Double_t) G__double(libp->para[0])));
00817 return(1 || funcname || hash || result7 || libp) ;
00818 }
00819
00820 static int G__G__Math_99_0_102(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00821 {
00822 G__letint(result7, 105, (long) TMath::FloorNint((Double_t) G__double(libp->para[0])));
00823 return(1 || funcname || hash || result7 || libp) ;
00824 }
00825
00826 static int G__G__Math_99_0_103(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00827 {
00828 G__letdouble(result7, 100, (double) TMath::Exp((Double_t) G__double(libp->para[0])));
00829 return(1 || funcname || hash || result7 || libp) ;
00830 }
00831
00832 static int G__G__Math_99_0_104(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00833 {
00834 G__letdouble(result7, 100, (double) TMath::Ldexp((Double_t) G__double(libp->para[0]), (Int_t) G__int(libp->para[1])));
00835 return(1 || funcname || hash || result7 || libp) ;
00836 }
00837
00838 static int G__G__Math_99_0_105(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00839 {
00840 G__letdouble(result7, 100, (double) TMath::Factorial((Int_t) G__int(libp->para[0])));
00841 return(1 || funcname || hash || result7 || libp) ;
00842 }
00843
00844 static int G__G__Math_99_0_106(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00845 {
00846 G__letdouble(result7, 100, (double) TMath::Power((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
00847 return(1 || funcname || hash || result7 || libp) ;
00848 }
00849
00850 static int G__G__Math_99_0_107(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00851 {
00852 G__letdouble(result7, 100, (double) TMath::Log((Double_t) G__double(libp->para[0])));
00853 return(1 || funcname || hash || result7 || libp) ;
00854 }
00855
00856 static int G__G__Math_99_0_108(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00857 {
00858 G__letdouble(result7, 100, (double) TMath::Log2((Double_t) G__double(libp->para[0])));
00859 return(1 || funcname || hash || result7 || libp) ;
00860 }
00861
00862 static int G__G__Math_99_0_109(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00863 {
00864 G__letdouble(result7, 100, (double) TMath::Log10((Double_t) G__double(libp->para[0])));
00865 return(1 || funcname || hash || result7 || libp) ;
00866 }
00867
00868 static int G__G__Math_99_0_110(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00869 {
00870 G__letint(result7, 105, (long) TMath::Nint((Float_t) G__double(libp->para[0])));
00871 return(1 || funcname || hash || result7 || libp) ;
00872 }
00873
00874 static int G__G__Math_99_0_111(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00875 {
00876 G__letint(result7, 105, (long) TMath::Nint((Double_t) G__double(libp->para[0])));
00877 return(1 || funcname || hash || result7 || libp) ;
00878 }
00879
00880 static int G__G__Math_99_0_112(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00881 {
00882 G__letint(result7, 105, (long) TMath::Finite((Double_t) G__double(libp->para[0])));
00883 return(1 || funcname || hash || result7 || libp) ;
00884 }
00885
00886 static int G__G__Math_99_0_113(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00887 {
00888 G__letint(result7, 105, (long) TMath::IsNaN((Double_t) G__double(libp->para[0])));
00889 return(1 || funcname || hash || result7 || libp) ;
00890 }
00891
00892 static int G__G__Math_99_0_114(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00893 {
00894 G__letint(result7, 108, (long) TMath::Hypot((Long_t) G__int(libp->para[0]), (Long_t) G__int(libp->para[1])));
00895 return(1 || funcname || hash || result7 || libp) ;
00896 }
00897
00898 static int G__G__Math_99_0_115(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00899 {
00900 G__letint(result7, 103, (long) TMath::AreEqualAbs((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
00901 , (Double_t) G__double(libp->para[2])));
00902 return(1 || funcname || hash || result7 || libp) ;
00903 }
00904
00905 static int G__G__Math_99_0_116(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00906 {
00907 G__letint(result7, 103, (long) TMath::AreEqualRel((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
00908 , (Double_t) G__double(libp->para[2])));
00909 return(1 || funcname || hash || result7 || libp) ;
00910 }
00911
00912 static int G__G__Math_99_0_117(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00913 {
00914 G__letint(result7, 107, (long) TMath::Hash((void*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
00915 return(1 || funcname || hash || result7 || libp) ;
00916 }
00917
00918 static int G__G__Math_99_0_118(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00919 {
00920 G__letint(result7, 107, (long) TMath::Hash((const char*) G__int(libp->para[0])));
00921 return(1 || funcname || hash || result7 || libp) ;
00922 }
00923
00924 static int G__G__Math_99_0_119(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00925 {
00926 TMath::BubbleHigh((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
00927 , (Int_t*) G__int(libp->para[2]));
00928 G__setnull(result7);
00929 return(1 || funcname || hash || result7 || libp) ;
00930 }
00931
00932 static int G__G__Math_99_0_120(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00933 {
00934 TMath::BubbleLow((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
00935 , (Int_t*) G__int(libp->para[2]));
00936 G__setnull(result7);
00937 return(1 || funcname || hash || result7 || libp) ;
00938 }
00939
00940 static int G__G__Math_99_0_121(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00941 {
00942 G__letint(result7, 103, (long) TMath::Permute((Int_t) G__int(libp->para[0]), (Int_t*) G__int(libp->para[1])));
00943 return(1 || funcname || hash || result7 || libp) ;
00944 }
00945
00946 static int G__G__Math_99_0_122(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00947 {
00948 switch (libp->paran) {
00949 case 8:
00950 TMath::Quantiles(
00951 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
00952 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
00953 , (Double_t*) G__int(libp->para[4]), (Bool_t) G__int(libp->para[5])
00954 , (Int_t*) G__int(libp->para[6]), (Int_t) G__int(libp->para[7]));
00955 G__setnull(result7);
00956 break;
00957 case 7:
00958 TMath::Quantiles(
00959 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
00960 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
00961 , (Double_t*) G__int(libp->para[4]), (Bool_t) G__int(libp->para[5])
00962 , (Int_t*) G__int(libp->para[6]));
00963 G__setnull(result7);
00964 break;
00965 case 6:
00966 TMath::Quantiles((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
00967 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
00968 , (Double_t*) G__int(libp->para[4]), (Bool_t) G__int(libp->para[5]));
00969 G__setnull(result7);
00970 break;
00971 case 5:
00972 TMath::Quantiles((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
00973 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
00974 , (Double_t*) G__int(libp->para[4]));
00975 G__setnull(result7);
00976 break;
00977 }
00978 return(1 || funcname || hash || result7 || libp) ;
00979 }
00980
00981 static int G__G__Math_99_0_123(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00982 {
00983 G__letdouble(result7, 102, (double) TMath::Normalize((Float_t*) G__int(libp->para[0])));
00984 return(1 || funcname || hash || result7 || libp) ;
00985 }
00986
00987 static int G__G__Math_99_0_124(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00988 {
00989 G__letdouble(result7, 100, (double) TMath::Normalize((Double_t*) G__int(libp->para[0])));
00990 return(1 || funcname || hash || result7 || libp) ;
00991 }
00992
00993 static int G__G__Math_99_0_125(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00994 {
00995 G__letint(result7, 103, (long) TMath::RootsCubic((Double_t*) G__int(libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
00996 , *(Double_t*) G__Doubleref(&libp->para[2]), *(Double_t*) G__Doubleref(&libp->para[3])));
00997 return(1 || funcname || hash || result7 || libp) ;
00998 }
00999
01000 static int G__G__Math_99_0_126(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01001 {
01002 G__letdouble(result7, 100, (double) TMath::Binomial((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
01003 return(1 || funcname || hash || result7 || libp) ;
01004 }
01005
01006 static int G__G__Math_99_0_127(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01007 {
01008 G__letdouble(result7, 100, (double) TMath::BinomialI((Double_t) G__double(libp->para[0]), (Int_t) G__int(libp->para[1])
01009 , (Int_t) G__int(libp->para[2])));
01010 return(1 || funcname || hash || result7 || libp) ;
01011 }
01012
01013 static int G__G__Math_99_0_128(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01014 {
01015 switch (libp->paran) {
01016 case 3:
01017 G__letdouble(result7, 100, (double) TMath::BreitWigner((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
01018 , (Double_t) G__double(libp->para[2])));
01019 break;
01020 case 2:
01021 G__letdouble(result7, 100, (double) TMath::BreitWigner((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
01022 break;
01023 case 1:
01024 G__letdouble(result7, 100, (double) TMath::BreitWigner((Double_t) G__double(libp->para[0])));
01025 break;
01026 }
01027 return(1 || funcname || hash || result7 || libp) ;
01028 }
01029
01030 static int G__G__Math_99_0_129(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01031 {
01032 switch (libp->paran) {
01033 case 3:
01034 G__letdouble(result7, 100, (double) TMath::CauchyDist((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
01035 , (Double_t) G__double(libp->para[2])));
01036 break;
01037 case 2:
01038 G__letdouble(result7, 100, (double) TMath::CauchyDist((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
01039 break;
01040 case 1:
01041 G__letdouble(result7, 100, (double) TMath::CauchyDist((Double_t) G__double(libp->para[0])));
01042 break;
01043 }
01044 return(1 || funcname || hash || result7 || libp) ;
01045 }
01046
01047 static int G__G__Math_99_0_130(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01048 {
01049 G__letdouble(result7, 100, (double) TMath::ChisquareQuantile((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
01050 return(1 || funcname || hash || result7 || libp) ;
01051 }
01052
01053 static int G__G__Math_99_0_131(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01054 {
01055 G__letdouble(result7, 100, (double) TMath::FDist((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
01056 , (Double_t) G__double(libp->para[2])));
01057 return(1 || funcname || hash || result7 || libp) ;
01058 }
01059
01060 static int G__G__Math_99_0_132(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01061 {
01062 G__letdouble(result7, 100, (double) TMath::FDistI((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
01063 , (Double_t) G__double(libp->para[2])));
01064 return(1 || funcname || hash || result7 || libp) ;
01065 }
01066
01067 static int G__G__Math_99_0_133(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01068 {
01069 switch (libp->paran) {
01070 case 4:
01071 G__letdouble(result7, 100, (double) TMath::Gaus((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
01072 , (Double_t) G__double(libp->para[2]), (Bool_t) G__int(libp->para[3])));
01073 break;
01074 case 3:
01075 G__letdouble(result7, 100, (double) TMath::Gaus((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
01076 , (Double_t) G__double(libp->para[2])));
01077 break;
01078 case 2:
01079 G__letdouble(result7, 100, (double) TMath::Gaus((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
01080 break;
01081 case 1:
01082 G__letdouble(result7, 100, (double) TMath::Gaus((Double_t) G__double(libp->para[0])));
01083 break;
01084 }
01085 return(1 || funcname || hash || result7 || libp) ;
01086 }
01087
01088 static int G__G__Math_99_0_134(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01089 {
01090 G__letdouble(result7, 100, (double) TMath::KolmogorovProb((Double_t) G__double(libp->para[0])));
01091 return(1 || funcname || hash || result7 || libp) ;
01092 }
01093
01094 static int G__G__Math_99_0_135(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01095 {
01096 G__letdouble(result7, 100, (double) TMath::KolmogorovTest((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
01097 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
01098 , (Option_t*) G__int(libp->para[4])));
01099 return(1 || funcname || hash || result7 || libp) ;
01100 }
01101
01102 static int G__G__Math_99_0_136(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01103 {
01104 switch (libp->paran) {
01105 case 4:
01106 G__letdouble(result7, 100, (double) TMath::Landau((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
01107 , (Double_t) G__double(libp->para[2]), (Bool_t) G__int(libp->para[3])));
01108 break;
01109 case 3:
01110 G__letdouble(result7, 100, (double) TMath::Landau((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
01111 , (Double_t) G__double(libp->para[2])));
01112 break;
01113 case 2:
01114 G__letdouble(result7, 100, (double) TMath::Landau((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
01115 break;
01116 case 1:
01117 G__letdouble(result7, 100, (double) TMath::Landau((Double_t) G__double(libp->para[0])));
01118 break;
01119 }
01120 return(1 || funcname || hash || result7 || libp) ;
01121 }
01122
01123 static int G__G__Math_99_0_137(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01124 {
01125 G__letdouble(result7, 100, (double) TMath::LandauI((Double_t) G__double(libp->para[0])));
01126 return(1 || funcname || hash || result7 || libp) ;
01127 }
01128
01129 static int G__G__Math_99_0_138(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01130 {
01131 switch (libp->paran) {
01132 case 3:
01133 G__letdouble(result7, 100, (double) TMath::LaplaceDist((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
01134 , (Double_t) G__double(libp->para[2])));
01135 break;
01136 case 2:
01137 G__letdouble(result7, 100, (double) TMath::LaplaceDist((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
01138 break;
01139 case 1:
01140 G__letdouble(result7, 100, (double) TMath::LaplaceDist((Double_t) G__double(libp->para[0])));
01141 break;
01142 }
01143 return(1 || funcname || hash || result7 || libp) ;
01144 }
01145
01146 static int G__G__Math_99_0_139(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01147 {
01148 switch (libp->paran) {
01149 case 3:
01150 G__letdouble(result7, 100, (double) TMath::LaplaceDistI((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
01151 , (Double_t) G__double(libp->para[2])));
01152 break;
01153 case 2:
01154 G__letdouble(result7, 100, (double) TMath::LaplaceDistI((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
01155 break;
01156 case 1:
01157 G__letdouble(result7, 100, (double) TMath::LaplaceDistI((Double_t) G__double(libp->para[0])));
01158 break;
01159 }
01160 return(1 || funcname || hash || result7 || libp) ;
01161 }
01162
01163 static int G__G__Math_99_0_140(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01164 {
01165 switch (libp->paran) {
01166 case 4:
01167 G__letdouble(result7, 100, (double) TMath::LogNormal((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
01168 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
01169 break;
01170 case 3:
01171 G__letdouble(result7, 100, (double) TMath::LogNormal((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
01172 , (Double_t) G__double(libp->para[2])));
01173 break;
01174 case 2:
01175 G__letdouble(result7, 100, (double) TMath::LogNormal((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
01176 break;
01177 }
01178 return(1 || funcname || hash || result7 || libp) ;
01179 }
01180
01181 static int G__G__Math_99_0_141(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01182 {
01183 G__letdouble(result7, 100, (double) TMath::NormQuantile((Double_t) G__double(libp->para[0])));
01184 return(1 || funcname || hash || result7 || libp) ;
01185 }
01186
01187 static int G__G__Math_99_0_142(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01188 {
01189 G__letdouble(result7, 100, (double) TMath::Poisson((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
01190 return(1 || funcname || hash || result7 || libp) ;
01191 }
01192
01193 static int G__G__Math_99_0_143(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01194 {
01195 G__letdouble(result7, 100, (double) TMath::PoissonI((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
01196 return(1 || funcname || hash || result7 || libp) ;
01197 }
01198
01199 static int G__G__Math_99_0_144(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01200 {
01201 G__letdouble(result7, 100, (double) TMath::Prob((Double_t) G__double(libp->para[0]), (Int_t) G__int(libp->para[1])));
01202 return(1 || funcname || hash || result7 || libp) ;
01203 }
01204
01205 static int G__G__Math_99_0_145(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01206 {
01207 G__letdouble(result7, 100, (double) TMath::Student((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
01208 return(1 || funcname || hash || result7 || libp) ;
01209 }
01210
01211 static int G__G__Math_99_0_146(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01212 {
01213 G__letdouble(result7, 100, (double) TMath::StudentI((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
01214 return(1 || funcname || hash || result7 || libp) ;
01215 }
01216
01217 static int G__G__Math_99_0_147(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01218 {
01219 switch (libp->paran) {
01220 case 3:
01221 G__letdouble(result7, 100, (double) TMath::StudentQuantile((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
01222 , (Bool_t) G__int(libp->para[2])));
01223 break;
01224 case 2:
01225 G__letdouble(result7, 100, (double) TMath::StudentQuantile((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
01226 break;
01227 }
01228 return(1 || funcname || hash || result7 || libp) ;
01229 }
01230
01231 static int G__G__Math_99_0_148(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01232 {
01233 G__letdouble(result7, 100, (double) TMath::Vavilov((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
01234 , (Double_t) G__double(libp->para[2])));
01235 return(1 || funcname || hash || result7 || libp) ;
01236 }
01237
01238 static int G__G__Math_99_0_149(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01239 {
01240 G__letdouble(result7, 100, (double) TMath::VavilovI((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
01241 , (Double_t) G__double(libp->para[2])));
01242 return(1 || funcname || hash || result7 || libp) ;
01243 }
01244
01245 static int G__G__Math_99_0_150(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01246 {
01247 switch (libp->paran) {
01248 case 4:
01249 G__letdouble(result7, 100, (double) TMath::Voigt((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
01250 , (Double_t) G__double(libp->para[2]), (Int_t) G__int(libp->para[3])));
01251 break;
01252 case 3:
01253 G__letdouble(result7, 100, (double) TMath::Voigt((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
01254 , (Double_t) G__double(libp->para[2])));
01255 break;
01256 }
01257 return(1 || funcname || hash || result7 || libp) ;
01258 }
01259
01260 static int G__G__Math_99_0_151(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01261 {
01262 G__letdouble(result7, 100, (double) TMath::Beta((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
01263 return(1 || funcname || hash || result7 || libp) ;
01264 }
01265
01266 static int G__G__Math_99_0_152(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01267 {
01268 G__letdouble(result7, 100, (double) TMath::BetaCf((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
01269 , (Double_t) G__double(libp->para[2])));
01270 return(1 || funcname || hash || result7 || libp) ;
01271 }
01272
01273 static int G__G__Math_99_0_153(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01274 {
01275 G__letdouble(result7, 100, (double) TMath::BetaDist((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
01276 , (Double_t) G__double(libp->para[2])));
01277 return(1 || funcname || hash || result7 || libp) ;
01278 }
01279
01280 static int G__G__Math_99_0_154(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01281 {
01282 G__letdouble(result7, 100, (double) TMath::BetaDistI((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
01283 , (Double_t) G__double(libp->para[2])));
01284 return(1 || funcname || hash || result7 || libp) ;
01285 }
01286
01287 static int G__G__Math_99_0_155(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01288 {
01289 G__letdouble(result7, 100, (double) TMath::BetaIncomplete((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
01290 , (Double_t) G__double(libp->para[2])));
01291 return(1 || funcname || hash || result7 || libp) ;
01292 }
01293
01294 static int G__G__Math_99_0_156(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01295 {
01296 G__letdouble(result7, 100, (double) TMath::BesselI((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])));
01297 return(1 || funcname || hash || result7 || libp) ;
01298 }
01299
01300 static int G__G__Math_99_0_157(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01301 {
01302 G__letdouble(result7, 100, (double) TMath::BesselK((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])));
01303 return(1 || funcname || hash || result7 || libp) ;
01304 }
01305
01306 static int G__G__Math_99_0_158(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01307 {
01308 G__letdouble(result7, 100, (double) TMath::BesselI0((Double_t) G__double(libp->para[0])));
01309 return(1 || funcname || hash || result7 || libp) ;
01310 }
01311
01312 static int G__G__Math_99_0_159(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01313 {
01314 G__letdouble(result7, 100, (double) TMath::BesselK0((Double_t) G__double(libp->para[0])));
01315 return(1 || funcname || hash || result7 || libp) ;
01316 }
01317
01318 static int G__G__Math_99_0_160(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01319 {
01320 G__letdouble(result7, 100, (double) TMath::BesselI1((Double_t) G__double(libp->para[0])));
01321 return(1 || funcname || hash || result7 || libp) ;
01322 }
01323
01324 static int G__G__Math_99_0_161(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01325 {
01326 G__letdouble(result7, 100, (double) TMath::BesselK1((Double_t) G__double(libp->para[0])));
01327 return(1 || funcname || hash || result7 || libp) ;
01328 }
01329
01330 static int G__G__Math_99_0_162(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01331 {
01332 G__letdouble(result7, 100, (double) TMath::BesselJ0((Double_t) G__double(libp->para[0])));
01333 return(1 || funcname || hash || result7 || libp) ;
01334 }
01335
01336 static int G__G__Math_99_0_163(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01337 {
01338 G__letdouble(result7, 100, (double) TMath::BesselJ1((Double_t) G__double(libp->para[0])));
01339 return(1 || funcname || hash || result7 || libp) ;
01340 }
01341
01342 static int G__G__Math_99_0_164(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01343 {
01344 G__letdouble(result7, 100, (double) TMath::BesselY0((Double_t) G__double(libp->para[0])));
01345 return(1 || funcname || hash || result7 || libp) ;
01346 }
01347
01348 static int G__G__Math_99_0_165(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01349 {
01350 G__letdouble(result7, 100, (double) TMath::BesselY1((Double_t) G__double(libp->para[0])));
01351 return(1 || funcname || hash || result7 || libp) ;
01352 }
01353
01354 static int G__G__Math_99_0_166(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01355 {
01356 G__letdouble(result7, 100, (double) TMath::StruveH0((Double_t) G__double(libp->para[0])));
01357 return(1 || funcname || hash || result7 || libp) ;
01358 }
01359
01360 static int G__G__Math_99_0_167(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01361 {
01362 G__letdouble(result7, 100, (double) TMath::StruveH1((Double_t) G__double(libp->para[0])));
01363 return(1 || funcname || hash || result7 || libp) ;
01364 }
01365
01366 static int G__G__Math_99_0_168(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01367 {
01368 G__letdouble(result7, 100, (double) TMath::StruveL0((Double_t) G__double(libp->para[0])));
01369 return(1 || funcname || hash || result7 || libp) ;
01370 }
01371
01372 static int G__G__Math_99_0_169(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01373 {
01374 G__letdouble(result7, 100, (double) TMath::StruveL1((Double_t) G__double(libp->para[0])));
01375 return(1 || funcname || hash || result7 || libp) ;
01376 }
01377
01378 static int G__G__Math_99_0_170(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01379 {
01380 G__letdouble(result7, 100, (double) TMath::DiLog((Double_t) G__double(libp->para[0])));
01381 return(1 || funcname || hash || result7 || libp) ;
01382 }
01383
01384 static int G__G__Math_99_0_171(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01385 {
01386 G__letdouble(result7, 100, (double) TMath::Erf((Double_t) G__double(libp->para[0])));
01387 return(1 || funcname || hash || result7 || libp) ;
01388 }
01389
01390 static int G__G__Math_99_0_172(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01391 {
01392 G__letdouble(result7, 100, (double) TMath::ErfInverse((Double_t) G__double(libp->para[0])));
01393 return(1 || funcname || hash || result7 || libp) ;
01394 }
01395
01396 static int G__G__Math_99_0_173(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01397 {
01398 G__letdouble(result7, 100, (double) TMath::Erfc((Double_t) G__double(libp->para[0])));
01399 return(1 || funcname || hash || result7 || libp) ;
01400 }
01401
01402 static int G__G__Math_99_0_174(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01403 {
01404 G__letdouble(result7, 100, (double) TMath::ErfcInverse((Double_t) G__double(libp->para[0])));
01405 return(1 || funcname || hash || result7 || libp) ;
01406 }
01407
01408 static int G__G__Math_99_0_175(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01409 {
01410 G__letdouble(result7, 100, (double) TMath::Freq((Double_t) G__double(libp->para[0])));
01411 return(1 || funcname || hash || result7 || libp) ;
01412 }
01413
01414 static int G__G__Math_99_0_176(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01415 {
01416 G__letdouble(result7, 100, (double) TMath::Gamma((Double_t) G__double(libp->para[0])));
01417 return(1 || funcname || hash || result7 || libp) ;
01418 }
01419
01420 static int G__G__Math_99_0_177(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01421 {
01422 G__letdouble(result7, 100, (double) TMath::Gamma((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
01423 return(1 || funcname || hash || result7 || libp) ;
01424 }
01425
01426 static int G__G__Math_99_0_178(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01427 {
01428 switch (libp->paran) {
01429 case 4:
01430 G__letdouble(result7, 100, (double) TMath::GammaDist((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
01431 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
01432 break;
01433 case 3:
01434 G__letdouble(result7, 100, (double) TMath::GammaDist((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
01435 , (Double_t) G__double(libp->para[2])));
01436 break;
01437 case 2:
01438 G__letdouble(result7, 100, (double) TMath::GammaDist((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
01439 break;
01440 }
01441 return(1 || funcname || hash || result7 || libp) ;
01442 }
01443
01444 static int G__G__Math_99_0_179(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01445 {
01446 G__letdouble(result7, 100, (double) TMath::LnGamma((Double_t) G__double(libp->para[0])));
01447 return(1 || funcname || hash || result7 || libp) ;
01448 }
01449
01450 static int G__G__Math_99_0_180(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01451 {
01452 G__letint(result7, 115, (long) TMath::MinElement((Long64_t) G__Longlong(libp->para[0]), (const short*) G__int(libp->para[1])));
01453 return(1 || funcname || hash || result7 || libp) ;
01454 }
01455
01456 static int G__G__Math_99_0_181(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01457 {
01458 G__letint(result7, 105, (long) TMath::MinElement((Long64_t) G__Longlong(libp->para[0]), (const int*) G__int(libp->para[1])));
01459 return(1 || funcname || hash || result7 || libp) ;
01460 }
01461
01462 static int G__G__Math_99_0_182(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01463 {
01464 G__letdouble(result7, 102, (double) TMath::MinElement((Long64_t) G__Longlong(libp->para[0]), (float*) G__int(libp->para[1])));
01465 return(1 || funcname || hash || result7 || libp) ;
01466 }
01467
01468 static int G__G__Math_99_0_183(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01469 {
01470 G__letdouble(result7, 100, (double) TMath::MinElement((Long64_t) G__Longlong(libp->para[0]), (double*) G__int(libp->para[1])));
01471 return(1 || funcname || hash || result7 || libp) ;
01472 }
01473
01474 static int G__G__Math_99_0_184(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01475 {
01476 G__letint(result7, 108, (long) TMath::MinElement((Long64_t) G__Longlong(libp->para[0]), (const long*) G__int(libp->para[1])));
01477 return(1 || funcname || hash || result7 || libp) ;
01478 }
01479
01480 static int G__G__Math_99_0_185(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01481 {
01482 G__letLonglong(result7, 110, (G__int64) TMath::MinElement((Long64_t) G__Longlong(libp->para[0]), (const long long*) G__int(libp->para[1])));
01483 return(1 || funcname || hash || result7 || libp) ;
01484 }
01485
01486 static int G__G__Math_99_0_186(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01487 {
01488 G__letint(result7, 115, (long) TMath::MaxElement((Long64_t) G__Longlong(libp->para[0]), (const short*) G__int(libp->para[1])));
01489 return(1 || funcname || hash || result7 || libp) ;
01490 }
01491
01492 static int G__G__Math_99_0_187(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01493 {
01494 G__letint(result7, 105, (long) TMath::MaxElement((Long64_t) G__Longlong(libp->para[0]), (const int*) G__int(libp->para[1])));
01495 return(1 || funcname || hash || result7 || libp) ;
01496 }
01497
01498 static int G__G__Math_99_0_188(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01499 {
01500 G__letdouble(result7, 102, (double) TMath::MaxElement((Long64_t) G__Longlong(libp->para[0]), (float*) G__int(libp->para[1])));
01501 return(1 || funcname || hash || result7 || libp) ;
01502 }
01503
01504 static int G__G__Math_99_0_189(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01505 {
01506 G__letdouble(result7, 100, (double) TMath::MaxElement((Long64_t) G__Longlong(libp->para[0]), (double*) G__int(libp->para[1])));
01507 return(1 || funcname || hash || result7 || libp) ;
01508 }
01509
01510 static int G__G__Math_99_0_190(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01511 {
01512 G__letint(result7, 108, (long) TMath::MaxElement((Long64_t) G__Longlong(libp->para[0]), (const long*) G__int(libp->para[1])));
01513 return(1 || funcname || hash || result7 || libp) ;
01514 }
01515
01516 static int G__G__Math_99_0_191(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01517 {
01518 G__letLonglong(result7, 110, (G__int64) TMath::MaxElement((Long64_t) G__Longlong(libp->para[0]), (const long long*) G__int(libp->para[1])));
01519 return(1 || funcname || hash || result7 || libp) ;
01520 }
01521
01522 static int G__G__Math_99_0_192(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01523 {
01524 G__letLonglong(result7, 110, (G__int64) TMath::LocMin((Long64_t) G__Longlong(libp->para[0]), (const short*) G__int(libp->para[1])));
01525 return(1 || funcname || hash || result7 || libp) ;
01526 }
01527
01528 static int G__G__Math_99_0_193(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01529 {
01530 G__letLonglong(result7, 110, (G__int64) TMath::LocMin((Long64_t) G__Longlong(libp->para[0]), (const int*) G__int(libp->para[1])));
01531 return(1 || funcname || hash || result7 || libp) ;
01532 }
01533
01534 static int G__G__Math_99_0_194(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01535 {
01536 G__letLonglong(result7, 110, (G__int64) TMath::LocMin((Long64_t) G__Longlong(libp->para[0]), (float*) G__int(libp->para[1])));
01537 return(1 || funcname || hash || result7 || libp) ;
01538 }
01539
01540 static int G__G__Math_99_0_195(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01541 {
01542 G__letLonglong(result7, 110, (G__int64) TMath::LocMin((Long64_t) G__Longlong(libp->para[0]), (double*) G__int(libp->para[1])));
01543 return(1 || funcname || hash || result7 || libp) ;
01544 }
01545
01546 static int G__G__Math_99_0_196(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01547 {
01548 G__letLonglong(result7, 110, (G__int64) TMath::LocMin((Long64_t) G__Longlong(libp->para[0]), (const long*) G__int(libp->para[1])));
01549 return(1 || funcname || hash || result7 || libp) ;
01550 }
01551
01552 static int G__G__Math_99_0_197(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01553 {
01554 G__letLonglong(result7, 110, (G__int64) TMath::LocMin((Long64_t) G__Longlong(libp->para[0]), (const long long*) G__int(libp->para[1])));
01555 return(1 || funcname || hash || result7 || libp) ;
01556 }
01557
01558 static int G__G__Math_99_0_198(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01559 {
01560 G__letLonglong(result7, 110, (G__int64) TMath::LocMax((Long64_t) G__Longlong(libp->para[0]), (const short*) G__int(libp->para[1])));
01561 return(1 || funcname || hash || result7 || libp) ;
01562 }
01563
01564 static int G__G__Math_99_0_199(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01565 {
01566 G__letLonglong(result7, 110, (G__int64) TMath::LocMax((Long64_t) G__Longlong(libp->para[0]), (const int*) G__int(libp->para[1])));
01567 return(1 || funcname || hash || result7 || libp) ;
01568 }
01569
01570 static int G__G__Math_99_0_200(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01571 {
01572 G__letLonglong(result7, 110, (G__int64) TMath::LocMax((Long64_t) G__Longlong(libp->para[0]), (float*) G__int(libp->para[1])));
01573 return(1 || funcname || hash || result7 || libp) ;
01574 }
01575
01576 static int G__G__Math_99_0_201(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01577 {
01578 G__letLonglong(result7, 110, (G__int64) TMath::LocMax((Long64_t) G__Longlong(libp->para[0]), (double*) G__int(libp->para[1])));
01579 return(1 || funcname || hash || result7 || libp) ;
01580 }
01581
01582 static int G__G__Math_99_0_202(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01583 {
01584 G__letLonglong(result7, 110, (G__int64) TMath::LocMax((Long64_t) G__Longlong(libp->para[0]), (const long*) G__int(libp->para[1])));
01585 return(1 || funcname || hash || result7 || libp) ;
01586 }
01587
01588 static int G__G__Math_99_0_203(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01589 {
01590 G__letLonglong(result7, 110, (G__int64) TMath::LocMax((Long64_t) G__Longlong(libp->para[0]), (const long long*) G__int(libp->para[1])));
01591 return(1 || funcname || hash || result7 || libp) ;
01592 }
01593
01594 static int G__G__Math_99_0_204(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01595 {
01596 switch (libp->paran) {
01597 case 3:
01598 G__letdouble(result7, 100, (double) TMath::Mean((Long64_t) G__Longlong(libp->para[0]), (const short*) G__int(libp->para[1])
01599 , (Double_t*) G__int(libp->para[2])));
01600 break;
01601 case 2:
01602 G__letdouble(result7, 100, (double) TMath::Mean((Long64_t) G__Longlong(libp->para[0]), (const short*) G__int(libp->para[1])));
01603 break;
01604 }
01605 return(1 || funcname || hash || result7 || libp) ;
01606 }
01607
01608 static int G__G__Math_99_0_205(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01609 {
01610 switch (libp->paran) {
01611 case 3:
01612 G__letdouble(result7, 100, (double) TMath::Mean((Long64_t) G__Longlong(libp->para[0]), (const int*) G__int(libp->para[1])
01613 , (Double_t*) G__int(libp->para[2])));
01614 break;
01615 case 2:
01616 G__letdouble(result7, 100, (double) TMath::Mean((Long64_t) G__Longlong(libp->para[0]), (const int*) G__int(libp->para[1])));
01617 break;
01618 }
01619 return(1 || funcname || hash || result7 || libp) ;
01620 }
01621
01622 static int G__G__Math_99_0_206(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01623 {
01624 switch (libp->paran) {
01625 case 3:
01626 G__letdouble(result7, 100, (double) TMath::Mean((Long64_t) G__Longlong(libp->para[0]), (float*) G__int(libp->para[1])
01627 , (Double_t*) G__int(libp->para[2])));
01628 break;
01629 case 2:
01630 G__letdouble(result7, 100, (double) TMath::Mean((Long64_t) G__Longlong(libp->para[0]), (float*) G__int(libp->para[1])));
01631 break;
01632 }
01633 return(1 || funcname || hash || result7 || libp) ;
01634 }
01635
01636 static int G__G__Math_99_0_207(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01637 {
01638 switch (libp->paran) {
01639 case 3:
01640 G__letdouble(result7, 100, (double) TMath::Mean((Long64_t) G__Longlong(libp->para[0]), (double*) G__int(libp->para[1])
01641 , (Double_t*) G__int(libp->para[2])));
01642 break;
01643 case 2:
01644 G__letdouble(result7, 100, (double) TMath::Mean((Long64_t) G__Longlong(libp->para[0]), (double*) G__int(libp->para[1])));
01645 break;
01646 }
01647 return(1 || funcname || hash || result7 || libp) ;
01648 }
01649
01650 static int G__G__Math_99_0_208(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01651 {
01652 switch (libp->paran) {
01653 case 3:
01654 G__letdouble(result7, 100, (double) TMath::Mean((Long64_t) G__Longlong(libp->para[0]), (const long*) G__int(libp->para[1])
01655 , (Double_t*) G__int(libp->para[2])));
01656 break;
01657 case 2:
01658 G__letdouble(result7, 100, (double) TMath::Mean((Long64_t) G__Longlong(libp->para[0]), (const long*) G__int(libp->para[1])));
01659 break;
01660 }
01661 return(1 || funcname || hash || result7 || libp) ;
01662 }
01663
01664 static int G__G__Math_99_0_209(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01665 {
01666 switch (libp->paran) {
01667 case 3:
01668 G__letdouble(result7, 100, (double) TMath::Mean((Long64_t) G__Longlong(libp->para[0]), (const long long*) G__int(libp->para[1])
01669 , (Double_t*) G__int(libp->para[2])));
01670 break;
01671 case 2:
01672 G__letdouble(result7, 100, (double) TMath::Mean((Long64_t) G__Longlong(libp->para[0]), (const long long*) G__int(libp->para[1])));
01673 break;
01674 }
01675 return(1 || funcname || hash || result7 || libp) ;
01676 }
01677
01678 static int G__G__Math_99_0_210(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01679 {
01680 G__letdouble(result7, 100, (double) TMath::GeomMean((Long64_t) G__Longlong(libp->para[0]), (const short*) G__int(libp->para[1])));
01681 return(1 || funcname || hash || result7 || libp) ;
01682 }
01683
01684 static int G__G__Math_99_0_211(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01685 {
01686 G__letdouble(result7, 100, (double) TMath::GeomMean((Long64_t) G__Longlong(libp->para[0]), (const int*) G__int(libp->para[1])));
01687 return(1 || funcname || hash || result7 || libp) ;
01688 }
01689
01690 static int G__G__Math_99_0_212(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01691 {
01692 G__letdouble(result7, 100, (double) TMath::GeomMean((Long64_t) G__Longlong(libp->para[0]), (float*) G__int(libp->para[1])));
01693 return(1 || funcname || hash || result7 || libp) ;
01694 }
01695
01696 static int G__G__Math_99_0_213(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01697 {
01698 G__letdouble(result7, 100, (double) TMath::GeomMean((Long64_t) G__Longlong(libp->para[0]), (double*) G__int(libp->para[1])));
01699 return(1 || funcname || hash || result7 || libp) ;
01700 }
01701
01702 static int G__G__Math_99_0_214(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01703 {
01704 G__letdouble(result7, 100, (double) TMath::GeomMean((Long64_t) G__Longlong(libp->para[0]), (const long*) G__int(libp->para[1])));
01705 return(1 || funcname || hash || result7 || libp) ;
01706 }
01707
01708 static int G__G__Math_99_0_215(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01709 {
01710 G__letdouble(result7, 100, (double) TMath::GeomMean((Long64_t) G__Longlong(libp->para[0]), (const long long*) G__int(libp->para[1])));
01711 return(1 || funcname || hash || result7 || libp) ;
01712 }
01713
01714 static int G__G__Math_99_0_216(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01715 {
01716 G__letdouble(result7, 100, (double) TMath::RMS((Long64_t) G__Longlong(libp->para[0]), (const short*) G__int(libp->para[1])));
01717 return(1 || funcname || hash || result7 || libp) ;
01718 }
01719
01720 static int G__G__Math_99_0_217(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01721 {
01722 G__letdouble(result7, 100, (double) TMath::RMS((Long64_t) G__Longlong(libp->para[0]), (const int*) G__int(libp->para[1])));
01723 return(1 || funcname || hash || result7 || libp) ;
01724 }
01725
01726 static int G__G__Math_99_0_218(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01727 {
01728 G__letdouble(result7, 100, (double) TMath::RMS((Long64_t) G__Longlong(libp->para[0]), (float*) G__int(libp->para[1])));
01729 return(1 || funcname || hash || result7 || libp) ;
01730 }
01731
01732 static int G__G__Math_99_0_219(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01733 {
01734 G__letdouble(result7, 100, (double) TMath::RMS((Long64_t) G__Longlong(libp->para[0]), (double*) G__int(libp->para[1])));
01735 return(1 || funcname || hash || result7 || libp) ;
01736 }
01737
01738 static int G__G__Math_99_0_220(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01739 {
01740 G__letdouble(result7, 100, (double) TMath::RMS((Long64_t) G__Longlong(libp->para[0]), (const long*) G__int(libp->para[1])));
01741 return(1 || funcname || hash || result7 || libp) ;
01742 }
01743
01744 static int G__G__Math_99_0_221(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01745 {
01746 G__letdouble(result7, 100, (double) TMath::RMS((Long64_t) G__Longlong(libp->para[0]), (const long long*) G__int(libp->para[1])));
01747 return(1 || funcname || hash || result7 || libp) ;
01748 }
01749
01750 static int G__G__Math_99_0_222(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01751 {
01752 switch (libp->paran) {
01753 case 4:
01754 G__letdouble(result7, 100, (double) TMath::Median((Long64_t) G__Longlong(libp->para[0]), (const short*) G__int(libp->para[1])
01755 , (Double_t*) G__int(libp->para[2]), (Long64_t*) G__int(libp->para[3])));
01756 break;
01757 case 3:
01758 G__letdouble(result7, 100, (double) TMath::Median((Long64_t) G__Longlong(libp->para[0]), (const short*) G__int(libp->para[1])
01759 , (Double_t*) G__int(libp->para[2])));
01760 break;
01761 case 2:
01762 G__letdouble(result7, 100, (double) TMath::Median((Long64_t) G__Longlong(libp->para[0]), (const short*) G__int(libp->para[1])));
01763 break;
01764 }
01765 return(1 || funcname || hash || result7 || libp) ;
01766 }
01767
01768 static int G__G__Math_99_0_223(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01769 {
01770 switch (libp->paran) {
01771 case 4:
01772 G__letdouble(result7, 100, (double) TMath::Median((Long64_t) G__Longlong(libp->para[0]), (const int*) G__int(libp->para[1])
01773 , (Double_t*) G__int(libp->para[2]), (Long64_t*) G__int(libp->para[3])));
01774 break;
01775 case 3:
01776 G__letdouble(result7, 100, (double) TMath::Median((Long64_t) G__Longlong(libp->para[0]), (const int*) G__int(libp->para[1])
01777 , (Double_t*) G__int(libp->para[2])));
01778 break;
01779 case 2:
01780 G__letdouble(result7, 100, (double) TMath::Median((Long64_t) G__Longlong(libp->para[0]), (const int*) G__int(libp->para[1])));
01781 break;
01782 }
01783 return(1 || funcname || hash || result7 || libp) ;
01784 }
01785
01786 static int G__G__Math_99_0_224(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01787 {
01788 switch (libp->paran) {
01789 case 4:
01790 G__letdouble(result7, 100, (double) TMath::Median((Long64_t) G__Longlong(libp->para[0]), (float*) G__int(libp->para[1])
01791 , (Double_t*) G__int(libp->para[2]), (Long64_t*) G__int(libp->para[3])));
01792 break;
01793 case 3:
01794 G__letdouble(result7, 100, (double) TMath::Median((Long64_t) G__Longlong(libp->para[0]), (float*) G__int(libp->para[1])
01795 , (Double_t*) G__int(libp->para[2])));
01796 break;
01797 case 2:
01798 G__letdouble(result7, 100, (double) TMath::Median((Long64_t) G__Longlong(libp->para[0]), (float*) G__int(libp->para[1])));
01799 break;
01800 }
01801 return(1 || funcname || hash || result7 || libp) ;
01802 }
01803
01804 static int G__G__Math_99_0_225(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01805 {
01806 switch (libp->paran) {
01807 case 4:
01808 G__letdouble(result7, 100, (double) TMath::Median((Long64_t) G__Longlong(libp->para[0]), (double*) G__int(libp->para[1])
01809 , (Double_t*) G__int(libp->para[2]), (Long64_t*) G__int(libp->para[3])));
01810 break;
01811 case 3:
01812 G__letdouble(result7, 100, (double) TMath::Median((Long64_t) G__Longlong(libp->para[0]), (double*) G__int(libp->para[1])
01813 , (Double_t*) G__int(libp->para[2])));
01814 break;
01815 case 2:
01816 G__letdouble(result7, 100, (double) TMath::Median((Long64_t) G__Longlong(libp->para[0]), (double*) G__int(libp->para[1])));
01817 break;
01818 }
01819 return(1 || funcname || hash || result7 || libp) ;
01820 }
01821
01822 static int G__G__Math_99_0_226(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01823 {
01824 switch (libp->paran) {
01825 case 4:
01826 G__letdouble(result7, 100, (double) TMath::Median((Long64_t) G__Longlong(libp->para[0]), (const long*) G__int(libp->para[1])
01827 , (Double_t*) G__int(libp->para[2]), (Long64_t*) G__int(libp->para[3])));
01828 break;
01829 case 3:
01830 G__letdouble(result7, 100, (double) TMath::Median((Long64_t) G__Longlong(libp->para[0]), (const long*) G__int(libp->para[1])
01831 , (Double_t*) G__int(libp->para[2])));
01832 break;
01833 case 2:
01834 G__letdouble(result7, 100, (double) TMath::Median((Long64_t) G__Longlong(libp->para[0]), (const long*) G__int(libp->para[1])));
01835 break;
01836 }
01837 return(1 || funcname || hash || result7 || libp) ;
01838 }
01839
01840 static int G__G__Math_99_0_227(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01841 {
01842 switch (libp->paran) {
01843 case 4:
01844 G__letdouble(result7, 100, (double) TMath::Median((Long64_t) G__Longlong(libp->para[0]), (const long long*) G__int(libp->para[1])
01845 , (Double_t*) G__int(libp->para[2]), (Long64_t*) G__int(libp->para[3])));
01846 break;
01847 case 3:
01848 G__letdouble(result7, 100, (double) TMath::Median((Long64_t) G__Longlong(libp->para[0]), (const long long*) G__int(libp->para[1])
01849 , (Double_t*) G__int(libp->para[2])));
01850 break;
01851 case 2:
01852 G__letdouble(result7, 100, (double) TMath::Median((Long64_t) G__Longlong(libp->para[0]), (const long long*) G__int(libp->para[1])));
01853 break;
01854 }
01855 return(1 || funcname || hash || result7 || libp) ;
01856 }
01857
01858 static int G__G__Math_99_0_228(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01859 {
01860 switch (libp->paran) {
01861 case 4:
01862 G__letint(result7, 115, (long) TMath::KOrdStat((long long) G__Longlong(libp->para[0]), (const short*) G__int(libp->para[1])
01863 , (long long) G__Longlong(libp->para[2]), (long long*) G__int(libp->para[3])));
01864 break;
01865 case 3:
01866 G__letint(result7, 115, (long) TMath::KOrdStat((long long) G__Longlong(libp->para[0]), (const short*) G__int(libp->para[1])
01867 , (long long) G__Longlong(libp->para[2])));
01868 break;
01869 }
01870 return(1 || funcname || hash || result7 || libp) ;
01871 }
01872
01873 static int G__G__Math_99_0_229(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01874 {
01875 switch (libp->paran) {
01876 case 4:
01877 G__letint(result7, 105, (long) TMath::KOrdStat((long long) G__Longlong(libp->para[0]), (const int*) G__int(libp->para[1])
01878 , (long long) G__Longlong(libp->para[2]), (long long*) G__int(libp->para[3])));
01879 break;
01880 case 3:
01881 G__letint(result7, 105, (long) TMath::KOrdStat((long long) G__Longlong(libp->para[0]), (const int*) G__int(libp->para[1])
01882 , (long long) G__Longlong(libp->para[2])));
01883 break;
01884 }
01885 return(1 || funcname || hash || result7 || libp) ;
01886 }
01887
01888 static int G__G__Math_99_0_230(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01889 {
01890 switch (libp->paran) {
01891 case 4:
01892 G__letdouble(result7, 102, (double) TMath::KOrdStat((long long) G__Longlong(libp->para[0]), (float*) G__int(libp->para[1])
01893 , (long long) G__Longlong(libp->para[2]), (long long*) G__int(libp->para[3])));
01894 break;
01895 case 3:
01896 G__letdouble(result7, 102, (double) TMath::KOrdStat((long long) G__Longlong(libp->para[0]), (float*) G__int(libp->para[1])
01897 , (long long) G__Longlong(libp->para[2])));
01898 break;
01899 }
01900 return(1 || funcname || hash || result7 || libp) ;
01901 }
01902
01903 static int G__G__Math_99_0_231(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01904 {
01905 switch (libp->paran) {
01906 case 4:
01907 G__letdouble(result7, 100, (double) TMath::KOrdStat((long long) G__Longlong(libp->para[0]), (double*) G__int(libp->para[1])
01908 , (long long) G__Longlong(libp->para[2]), (long long*) G__int(libp->para[3])));
01909 break;
01910 case 3:
01911 G__letdouble(result7, 100, (double) TMath::KOrdStat((long long) G__Longlong(libp->para[0]), (double*) G__int(libp->para[1])
01912 , (long long) G__Longlong(libp->para[2])));
01913 break;
01914 }
01915 return(1 || funcname || hash || result7 || libp) ;
01916 }
01917
01918 static int G__G__Math_99_0_232(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01919 {
01920 switch (libp->paran) {
01921 case 4:
01922 G__letint(result7, 108, (long) TMath::KOrdStat((long long) G__Longlong(libp->para[0]), (const long*) G__int(libp->para[1])
01923 , (long long) G__Longlong(libp->para[2]), (long long*) G__int(libp->para[3])));
01924 break;
01925 case 3:
01926 G__letint(result7, 108, (long) TMath::KOrdStat((long long) G__Longlong(libp->para[0]), (const long*) G__int(libp->para[1])
01927 , (long long) G__Longlong(libp->para[2])));
01928 break;
01929 }
01930 return(1 || funcname || hash || result7 || libp) ;
01931 }
01932
01933 static int G__G__Math_99_0_233(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01934 {
01935 switch (libp->paran) {
01936 case 4:
01937 G__letLonglong(result7, 110, (G__int64) TMath::KOrdStat((long long) G__Longlong(libp->para[0]), (const long long*) G__int(libp->para[1])
01938 , (long long) G__Longlong(libp->para[2]), (long long*) G__int(libp->para[3])));
01939 break;
01940 case 3:
01941 G__letLonglong(result7, 110, (G__int64) TMath::KOrdStat((long long) G__Longlong(libp->para[0]), (const long long*) G__int(libp->para[1])
01942 , (long long) G__Longlong(libp->para[2])));
01943 break;
01944 }
01945 return(1 || funcname || hash || result7 || libp) ;
01946 }
01947
01948 static int G__G__Math_99_0_234(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01949 {
01950 G__letLonglong(result7, 110, (G__int64) TMath::BinarySearch((Long64_t) G__Longlong(libp->para[0]), (const short*) G__int(libp->para[1])
01951 , (short) G__int(libp->para[2])));
01952 return(1 || funcname || hash || result7 || libp) ;
01953 }
01954
01955 static int G__G__Math_99_0_235(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01956 {
01957 G__letLonglong(result7, 110, (G__int64) TMath::BinarySearch((Long64_t) G__Longlong(libp->para[0]), (const short**) G__int(libp->para[1])
01958 , (short) G__int(libp->para[2])));
01959 return(1 || funcname || hash || result7 || libp) ;
01960 }
01961
01962 static int G__G__Math_99_0_236(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01963 {
01964 G__letLonglong(result7, 110, (G__int64) TMath::BinarySearch((Long64_t) G__Longlong(libp->para[0]), (const int*) G__int(libp->para[1])
01965 , (int) G__int(libp->para[2])));
01966 return(1 || funcname || hash || result7 || libp) ;
01967 }
01968
01969 static int G__G__Math_99_0_237(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01970 {
01971 G__letLonglong(result7, 110, (G__int64) TMath::BinarySearch((Long64_t) G__Longlong(libp->para[0]), (const int**) G__int(libp->para[1])
01972 , (int) G__int(libp->para[2])));
01973 return(1 || funcname || hash || result7 || libp) ;
01974 }
01975
01976 static int G__G__Math_99_0_238(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01977 {
01978 G__letLonglong(result7, 110, (G__int64) TMath::BinarySearch((Long64_t) G__Longlong(libp->para[0]), (float*) G__int(libp->para[1])
01979 , (float) G__double(libp->para[2])));
01980 return(1 || funcname || hash || result7 || libp) ;
01981 }
01982
01983 static int G__G__Math_99_0_239(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01984 {
01985 G__letLonglong(result7, 110, (G__int64) TMath::BinarySearch((Long64_t) G__Longlong(libp->para[0]), (const float**) G__int(libp->para[1])
01986 , (float) G__double(libp->para[2])));
01987 return(1 || funcname || hash || result7 || libp) ;
01988 }
01989
01990 static int G__G__Math_99_0_240(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01991 {
01992 G__letLonglong(result7, 110, (G__int64) TMath::BinarySearch((Long64_t) G__Longlong(libp->para[0]), (double*) G__int(libp->para[1])
01993 , (double) G__double(libp->para[2])));
01994 return(1 || funcname || hash || result7 || libp) ;
01995 }
01996
01997 static int G__G__Math_99_0_241(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01998 {
01999 G__letLonglong(result7, 110, (G__int64) TMath::BinarySearch((Long64_t) G__Longlong(libp->para[0]), (const double**) G__int(libp->para[1])
02000 , (double) G__double(libp->para[2])));
02001 return(1 || funcname || hash || result7 || libp) ;
02002 }
02003
02004 static int G__G__Math_99_0_242(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02005 {
02006 G__letLonglong(result7, 110, (G__int64) TMath::BinarySearch((Long64_t) G__Longlong(libp->para[0]), (const long*) G__int(libp->para[1])
02007 , (long) G__int(libp->para[2])));
02008 return(1 || funcname || hash || result7 || libp) ;
02009 }
02010
02011 static int G__G__Math_99_0_243(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02012 {
02013 G__letLonglong(result7, 110, (G__int64) TMath::BinarySearch((Long64_t) G__Longlong(libp->para[0]), (const long**) G__int(libp->para[1])
02014 , (long) G__int(libp->para[2])));
02015 return(1 || funcname || hash || result7 || libp) ;
02016 }
02017
02018 static int G__G__Math_99_0_244(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02019 {
02020 G__letLonglong(result7, 110, (G__int64) TMath::BinarySearch((Long64_t) G__Longlong(libp->para[0]), (const long long*) G__int(libp->para[1])
02021 , (long long) G__Longlong(libp->para[2])));
02022 return(1 || funcname || hash || result7 || libp) ;
02023 }
02024
02025 static int G__G__Math_99_0_245(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02026 {
02027 G__letLonglong(result7, 110, (G__int64) TMath::BinarySearch((Long64_t) G__Longlong(libp->para[0]), (const long long**) G__int(libp->para[1])
02028 , (long long) G__Longlong(libp->para[2])));
02029 return(1 || funcname || hash || result7 || libp) ;
02030 }
02031
02032 static int G__G__Math_99_0_246(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02033 {
02034 G__letint(result7, 103, (long) TMath::IsInside((float) G__double(libp->para[0]), (float) G__double(libp->para[1])
02035 , (Int_t) G__int(libp->para[2]), (float*) G__int(libp->para[3])
02036 , (float*) G__int(libp->para[4])));
02037 return(1 || funcname || hash || result7 || libp) ;
02038 }
02039
02040 static int G__G__Math_99_0_247(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02041 {
02042 G__letint(result7, 103, (long) TMath::IsInside((int) G__int(libp->para[0]), (int) G__int(libp->para[1])
02043 , (Int_t) G__int(libp->para[2]), (int*) G__int(libp->para[3])
02044 , (int*) G__int(libp->para[4])));
02045 return(1 || funcname || hash || result7 || libp) ;
02046 }
02047
02048 static int G__G__Math_99_0_248(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02049 {
02050 switch (libp->paran) {
02051 case 4:
02052 TMath::Sort((long long) G__Longlong(libp->para[0]), (const short*) G__int(libp->para[1])
02053 , (long long*) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3]));
02054 G__setnull(result7);
02055 break;
02056 case 3:
02057 TMath::Sort((long long) G__Longlong(libp->para[0]), (const short*) G__int(libp->para[1])
02058 , (long long*) G__int(libp->para[2]));
02059 G__setnull(result7);
02060 break;
02061 }
02062 return(1 || funcname || hash || result7 || libp) ;
02063 }
02064
02065 static int G__G__Math_99_0_249(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02066 {
02067 switch (libp->paran) {
02068 case 4:
02069 TMath::Sort((long long) G__Longlong(libp->para[0]), (const int*) G__int(libp->para[1])
02070 , (long long*) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3]));
02071 G__setnull(result7);
02072 break;
02073 case 3:
02074 TMath::Sort((long long) G__Longlong(libp->para[0]), (const int*) G__int(libp->para[1])
02075 , (long long*) G__int(libp->para[2]));
02076 G__setnull(result7);
02077 break;
02078 }
02079 return(1 || funcname || hash || result7 || libp) ;
02080 }
02081
02082 static int G__G__Math_99_0_250(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02083 {
02084 switch (libp->paran) {
02085 case 4:
02086 TMath::Sort((long long) G__Longlong(libp->para[0]), (float*) G__int(libp->para[1])
02087 , (long long*) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3]));
02088 G__setnull(result7);
02089 break;
02090 case 3:
02091 TMath::Sort((long long) G__Longlong(libp->para[0]), (float*) G__int(libp->para[1])
02092 , (long long*) G__int(libp->para[2]));
02093 G__setnull(result7);
02094 break;
02095 }
02096 return(1 || funcname || hash || result7 || libp) ;
02097 }
02098
02099 static int G__G__Math_99_0_251(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02100 {
02101 switch (libp->paran) {
02102 case 4:
02103 TMath::Sort((long long) G__Longlong(libp->para[0]), (double*) G__int(libp->para[1])
02104 , (long long*) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3]));
02105 G__setnull(result7);
02106 break;
02107 case 3:
02108 TMath::Sort((long long) G__Longlong(libp->para[0]), (double*) G__int(libp->para[1])
02109 , (long long*) G__int(libp->para[2]));
02110 G__setnull(result7);
02111 break;
02112 }
02113 return(1 || funcname || hash || result7 || libp) ;
02114 }
02115
02116 static int G__G__Math_99_0_252(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02117 {
02118 switch (libp->paran) {
02119 case 4:
02120 TMath::Sort((long long) G__Longlong(libp->para[0]), (const long*) G__int(libp->para[1])
02121 , (long long*) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3]));
02122 G__setnull(result7);
02123 break;
02124 case 3:
02125 TMath::Sort((long long) G__Longlong(libp->para[0]), (const long*) G__int(libp->para[1])
02126 , (long long*) G__int(libp->para[2]));
02127 G__setnull(result7);
02128 break;
02129 }
02130 return(1 || funcname || hash || result7 || libp) ;
02131 }
02132
02133 static int G__G__Math_99_0_253(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02134 {
02135 switch (libp->paran) {
02136 case 4:
02137 TMath::Sort((long long) G__Longlong(libp->para[0]), (const long long*) G__int(libp->para[1])
02138 , (long long*) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3]));
02139 G__setnull(result7);
02140 break;
02141 case 3:
02142 TMath::Sort((long long) G__Longlong(libp->para[0]), (const long long*) G__int(libp->para[1])
02143 , (long long*) G__int(libp->para[2]));
02144 G__setnull(result7);
02145 break;
02146 }
02147 return(1 || funcname || hash || result7 || libp) ;
02148 }
02149
02150 static int G__G__Math_99_0_254(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02151 {
02152 switch (libp->paran) {
02153 case 4:
02154 TMath::Sort((int) G__int(libp->para[0]), (const short*) G__int(libp->para[1])
02155 , (int*) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3]));
02156 G__setnull(result7);
02157 break;
02158 case 3:
02159 TMath::Sort((int) G__int(libp->para[0]), (const short*) G__int(libp->para[1])
02160 , (int*) G__int(libp->para[2]));
02161 G__setnull(result7);
02162 break;
02163 }
02164 return(1 || funcname || hash || result7 || libp) ;
02165 }
02166
02167 static int G__G__Math_99_0_255(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02168 {
02169 switch (libp->paran) {
02170 case 4:
02171 TMath::Sort((int) G__int(libp->para[0]), (const int*) G__int(libp->para[1])
02172 , (int*) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3]));
02173 G__setnull(result7);
02174 break;
02175 case 3:
02176 TMath::Sort((int) G__int(libp->para[0]), (const int*) G__int(libp->para[1])
02177 , (int*) G__int(libp->para[2]));
02178 G__setnull(result7);
02179 break;
02180 }
02181 return(1 || funcname || hash || result7 || libp) ;
02182 }
02183
02184 static int G__G__Math_99_0_256(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02185 {
02186 switch (libp->paran) {
02187 case 4:
02188 TMath::Sort((int) G__int(libp->para[0]), (float*) G__int(libp->para[1])
02189 , (int*) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3]));
02190 G__setnull(result7);
02191 break;
02192 case 3:
02193 TMath::Sort((int) G__int(libp->para[0]), (float*) G__int(libp->para[1])
02194 , (int*) G__int(libp->para[2]));
02195 G__setnull(result7);
02196 break;
02197 }
02198 return(1 || funcname || hash || result7 || libp) ;
02199 }
02200
02201 static int G__G__Math_99_0_257(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02202 {
02203 switch (libp->paran) {
02204 case 4:
02205 TMath::Sort((int) G__int(libp->para[0]), (double*) G__int(libp->para[1])
02206 , (int*) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3]));
02207 G__setnull(result7);
02208 break;
02209 case 3:
02210 TMath::Sort((int) G__int(libp->para[0]), (double*) G__int(libp->para[1])
02211 , (int*) G__int(libp->para[2]));
02212 G__setnull(result7);
02213 break;
02214 }
02215 return(1 || funcname || hash || result7 || libp) ;
02216 }
02217
02218 static int G__G__Math_99_0_258(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02219 {
02220 switch (libp->paran) {
02221 case 4:
02222 TMath::Sort((int) G__int(libp->para[0]), (const long*) G__int(libp->para[1])
02223 , (int*) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3]));
02224 G__setnull(result7);
02225 break;
02226 case 3:
02227 TMath::Sort((int) G__int(libp->para[0]), (const long*) G__int(libp->para[1])
02228 , (int*) G__int(libp->para[2]));
02229 G__setnull(result7);
02230 break;
02231 }
02232 return(1 || funcname || hash || result7 || libp) ;
02233 }
02234
02235 static int G__G__Math_99_0_259(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02236 {
02237 switch (libp->paran) {
02238 case 4:
02239 TMath::Sort((int) G__int(libp->para[0]), (const long long*) G__int(libp->para[1])
02240 , (int*) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3]));
02241 G__setnull(result7);
02242 break;
02243 case 3:
02244 TMath::Sort((int) G__int(libp->para[0]), (const long long*) G__int(libp->para[1])
02245 , (int*) G__int(libp->para[2]));
02246 G__setnull(result7);
02247 break;
02248 }
02249 return(1 || funcname || hash || result7 || libp) ;
02250 }
02251
02252 static int G__G__Math_99_0_260(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02253 {
02254 G__letint(result7, 70, (long) TMath::Cross((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
02255 , (float*) G__int(libp->para[2])));
02256 return(1 || funcname || hash || result7 || libp) ;
02257 }
02258
02259 static int G__G__Math_99_0_261(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02260 {
02261 G__letint(result7, 68, (long) TMath::Cross((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
02262 , (double*) G__int(libp->para[2])));
02263 return(1 || funcname || hash || result7 || libp) ;
02264 }
02265
02266 static int G__G__Math_99_0_262(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02267 {
02268 G__letdouble(result7, 102, (double) TMath::NormCross((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
02269 , (float*) G__int(libp->para[2])));
02270 return(1 || funcname || hash || result7 || libp) ;
02271 }
02272
02273 static int G__G__Math_99_0_263(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02274 {
02275 G__letdouble(result7, 100, (double) TMath::NormCross((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
02276 , (double*) G__int(libp->para[2])));
02277 return(1 || funcname || hash || result7 || libp) ;
02278 }
02279
02280 static int G__G__Math_99_0_264(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02281 {
02282 G__letint(result7, 70, (long) TMath::Normal2Plane((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
02283 , (float*) G__int(libp->para[2]), (float*) G__int(libp->para[3])));
02284 return(1 || funcname || hash || result7 || libp) ;
02285 }
02286
02287 static int G__G__Math_99_0_265(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02288 {
02289 G__letint(result7, 68, (long) TMath::Normal2Plane((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
02290 , (double*) G__int(libp->para[2]), (double*) G__int(libp->para[3])));
02291 return(1 || funcname || hash || result7 || libp) ;
02292 }
02293
02294
02295
02296 static int G__G__Math_101_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02297 {
02298 TComplex* p = NULL;
02299 char* gvp = (char*) G__getgvp();
02300 int n = G__getaryconstruct();
02301 if (n) {
02302 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
02303 p = new TComplex[n];
02304 } else {
02305 p = new((void*) gvp) TComplex[n];
02306 }
02307 } else {
02308 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
02309 p = new TComplex;
02310 } else {
02311 p = new((void*) gvp) TComplex;
02312 }
02313 }
02314 result7->obj.i = (long) p;
02315 result7->ref = (long) p;
02316 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__MathLN_TComplex));
02317 return(1 || funcname || hash || result7 || libp) ;
02318 }
02319
02320 static int G__G__Math_101_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02321 {
02322 TComplex* p = NULL;
02323 char* gvp = (char*) G__getgvp();
02324 switch (libp->paran) {
02325 case 3:
02326
02327 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
02328 p = new TComplex(
02329 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
02330 , (Bool_t) G__int(libp->para[2]));
02331 } else {
02332 p = new((void*) gvp) TComplex(
02333 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
02334 , (Bool_t) G__int(libp->para[2]));
02335 }
02336 break;
02337 case 2:
02338
02339 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
02340 p = new TComplex((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
02341 } else {
02342 p = new((void*) gvp) TComplex((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
02343 }
02344 break;
02345 case 1:
02346
02347 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
02348 p = new TComplex((Double_t) G__double(libp->para[0]));
02349 } else {
02350 p = new((void*) gvp) TComplex((Double_t) G__double(libp->para[0]));
02351 }
02352 break;
02353 }
02354 result7->obj.i = (long) p;
02355 result7->ref = (long) p;
02356 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__MathLN_TComplex));
02357 return(1 || funcname || hash || result7 || libp) ;
02358 }
02359
02360 static int G__G__Math_101_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02361 {
02362 {
02363 TComplex* pobj;
02364 TComplex xobj = TComplex::I();
02365 pobj = new TComplex(xobj);
02366 result7->obj.i = (long) ((void*) pobj);
02367 result7->ref = result7->obj.i;
02368 G__store_tempobject(*result7);
02369 }
02370 return(1 || funcname || hash || result7 || libp) ;
02371 }
02372
02373 static int G__G__Math_101_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02374 {
02375 {
02376 TComplex* pobj;
02377 TComplex xobj = TComplex::One();
02378 pobj = new TComplex(xobj);
02379 result7->obj.i = (long) ((void*) pobj);
02380 result7->ref = result7->obj.i;
02381 G__store_tempobject(*result7);
02382 }
02383 return(1 || funcname || hash || result7 || libp) ;
02384 }
02385
02386 static int G__G__Math_101_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02387 {
02388 G__letdouble(result7, 100, (double) ((const TComplex*) G__getstructoffset())->Re());
02389 return(1 || funcname || hash || result7 || libp) ;
02390 }
02391
02392 static int G__G__Math_101_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02393 {
02394 G__letdouble(result7, 100, (double) ((const TComplex*) G__getstructoffset())->Im());
02395 return(1 || funcname || hash || result7 || libp) ;
02396 }
02397
02398 static int G__G__Math_101_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02399 {
02400 G__letdouble(result7, 100, (double) ((const TComplex*) G__getstructoffset())->Rho());
02401 return(1 || funcname || hash || result7 || libp) ;
02402 }
02403
02404 static int G__G__Math_101_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02405 {
02406 G__letdouble(result7, 100, (double) ((const TComplex*) G__getstructoffset())->Rho2());
02407 return(1 || funcname || hash || result7 || libp) ;
02408 }
02409
02410 static int G__G__Math_101_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02411 {
02412 G__letdouble(result7, 100, (double) ((const TComplex*) G__getstructoffset())->Theta());
02413 return(1 || funcname || hash || result7 || libp) ;
02414 }
02415
02416 static int G__G__Math_101_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02417 {
02418 switch (libp->paran) {
02419 case 3:
02420 {
02421 TComplex* pobj;
02422 TComplex xobj = ((TComplex*) G__getstructoffset())->operator()((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
02423 , (Bool_t) G__int(libp->para[2]));
02424 pobj = new TComplex(xobj);
02425 result7->obj.i = (long) ((void*) pobj);
02426 result7->ref = result7->obj.i;
02427 G__store_tempobject(*result7);
02428 }
02429 break;
02430 case 2:
02431 {
02432 TComplex* pobj;
02433 TComplex xobj = ((TComplex*) G__getstructoffset())->operator()((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
02434 pobj = new TComplex(xobj);
02435 result7->obj.i = (long) ((void*) pobj);
02436 result7->ref = result7->obj.i;
02437 G__store_tempobject(*result7);
02438 }
02439 break;
02440 }
02441 return(1 || funcname || hash || result7 || libp) ;
02442 }
02443
02444 static int G__G__Math_101_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02445 {
02446 {
02447 const TComplex* pobj;
02448 const TComplex xobj = ((const TComplex*) G__getstructoffset())->operator*(*(TComplex*) libp->para[0].ref);
02449 pobj = new TComplex(xobj);
02450 result7->obj.i = (long) ((void*) pobj);
02451 result7->ref = result7->obj.i;
02452 G__store_tempobject(*result7);
02453 }
02454 return(1 || funcname || hash || result7 || libp) ;
02455 }
02456
02457 static int G__G__Math_101_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02458 {
02459 {
02460 const TComplex* pobj;
02461 const TComplex xobj = ((const TComplex*) G__getstructoffset())->operator+(*(TComplex*) libp->para[0].ref);
02462 pobj = new TComplex(xobj);
02463 result7->obj.i = (long) ((void*) pobj);
02464 result7->ref = result7->obj.i;
02465 G__store_tempobject(*result7);
02466 }
02467 return(1 || funcname || hash || result7 || libp) ;
02468 }
02469
02470 static int G__G__Math_101_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02471 {
02472 {
02473 const TComplex* pobj;
02474 const TComplex xobj = ((const TComplex*) G__getstructoffset())->operator/(*(TComplex*) libp->para[0].ref);
02475 pobj = new TComplex(xobj);
02476 result7->obj.i = (long) ((void*) pobj);
02477 result7->ref = result7->obj.i;
02478 G__store_tempobject(*result7);
02479 }
02480 return(1 || funcname || hash || result7 || libp) ;
02481 }
02482
02483 static int G__G__Math_101_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02484 {
02485 {
02486 const TComplex* pobj;
02487 const TComplex xobj = ((const TComplex*) G__getstructoffset())->operator-(*(TComplex*) libp->para[0].ref);
02488 pobj = new TComplex(xobj);
02489 result7->obj.i = (long) ((void*) pobj);
02490 result7->ref = result7->obj.i;
02491 G__store_tempobject(*result7);
02492 }
02493 return(1 || funcname || hash || result7 || libp) ;
02494 }
02495
02496 static int G__G__Math_101_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02497 {
02498 {
02499 TComplex* pobj;
02500 TComplex xobj = ((TComplex*) G__getstructoffset())->operator*=(*(TComplex*) libp->para[0].ref);
02501 pobj = new TComplex(xobj);
02502 result7->obj.i = (long) ((void*) pobj);
02503 result7->ref = result7->obj.i;
02504 G__store_tempobject(*result7);
02505 }
02506 return(1 || funcname || hash || result7 || libp) ;
02507 }
02508
02509 static int G__G__Math_101_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02510 {
02511 {
02512 TComplex* pobj;
02513 TComplex xobj = ((TComplex*) G__getstructoffset())->operator+=(*(TComplex*) libp->para[0].ref);
02514 pobj = new TComplex(xobj);
02515 result7->obj.i = (long) ((void*) pobj);
02516 result7->ref = result7->obj.i;
02517 G__store_tempobject(*result7);
02518 }
02519 return(1 || funcname || hash || result7 || libp) ;
02520 }
02521
02522 static int G__G__Math_101_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02523 {
02524 {
02525 TComplex* pobj;
02526 TComplex xobj = ((TComplex*) G__getstructoffset())->operator/=(*(TComplex*) libp->para[0].ref);
02527 pobj = new TComplex(xobj);
02528 result7->obj.i = (long) ((void*) pobj);
02529 result7->ref = result7->obj.i;
02530 G__store_tempobject(*result7);
02531 }
02532 return(1 || funcname || hash || result7 || libp) ;
02533 }
02534
02535 static int G__G__Math_101_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02536 {
02537 {
02538 TComplex* pobj;
02539 TComplex xobj = ((TComplex*) G__getstructoffset())->operator-=(*(TComplex*) libp->para[0].ref);
02540 pobj = new TComplex(xobj);
02541 result7->obj.i = (long) ((void*) pobj);
02542 result7->ref = result7->obj.i;
02543 G__store_tempobject(*result7);
02544 }
02545 return(1 || funcname || hash || result7 || libp) ;
02546 }
02547
02548 static int G__G__Math_101_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02549 {
02550 {
02551 TComplex* pobj;
02552 TComplex xobj = ((TComplex*) G__getstructoffset())->operator-();
02553 pobj = new TComplex(xobj);
02554 result7->obj.i = (long) ((void*) pobj);
02555 result7->ref = result7->obj.i;
02556 G__store_tempobject(*result7);
02557 }
02558 return(1 || funcname || hash || result7 || libp) ;
02559 }
02560
02561 static int G__G__Math_101_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02562 {
02563 {
02564 TComplex* pobj;
02565 TComplex xobj = ((TComplex*) G__getstructoffset())->operator+();
02566 pobj = new TComplex(xobj);
02567 result7->obj.i = (long) ((void*) pobj);
02568 result7->ref = result7->obj.i;
02569 G__store_tempobject(*result7);
02570 }
02571 return(1 || funcname || hash || result7 || libp) ;
02572 }
02573
02574 static int G__G__Math_101_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02575 {
02576 {
02577 const TComplex* pobj;
02578 const TComplex xobj = ((const TComplex*) G__getstructoffset())->operator*((Double_t) G__double(libp->para[0]));
02579 pobj = new TComplex(xobj);
02580 result7->obj.i = (long) ((void*) pobj);
02581 result7->ref = result7->obj.i;
02582 G__store_tempobject(*result7);
02583 }
02584 return(1 || funcname || hash || result7 || libp) ;
02585 }
02586
02587 static int G__G__Math_101_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02588 {
02589 {
02590 const TComplex* pobj;
02591 const TComplex xobj = ((const TComplex*) G__getstructoffset())->operator+((Double_t) G__double(libp->para[0]));
02592 pobj = new TComplex(xobj);
02593 result7->obj.i = (long) ((void*) pobj);
02594 result7->ref = result7->obj.i;
02595 G__store_tempobject(*result7);
02596 }
02597 return(1 || funcname || hash || result7 || libp) ;
02598 }
02599
02600 static int G__G__Math_101_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02601 {
02602 {
02603 const TComplex* pobj;
02604 const TComplex xobj = ((const TComplex*) G__getstructoffset())->operator/((Double_t) G__double(libp->para[0]));
02605 pobj = new TComplex(xobj);
02606 result7->obj.i = (long) ((void*) pobj);
02607 result7->ref = result7->obj.i;
02608 G__store_tempobject(*result7);
02609 }
02610 return(1 || funcname || hash || result7 || libp) ;
02611 }
02612
02613 static int G__G__Math_101_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02614 {
02615 {
02616 const TComplex* pobj;
02617 const TComplex xobj = ((const TComplex*) G__getstructoffset())->operator-((Double_t) G__double(libp->para[0]));
02618 pobj = new TComplex(xobj);
02619 result7->obj.i = (long) ((void*) pobj);
02620 result7->ref = result7->obj.i;
02621 G__store_tempobject(*result7);
02622 }
02623 return(1 || funcname || hash || result7 || libp) ;
02624 }
02625
02626 static int G__G__Math_101_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02627 {
02628 G__letdouble(result7, 100, (double) ((const TComplex*) G__getstructoffset())->operator Double_t());
02629 return(1 || funcname || hash || result7 || libp) ;
02630 }
02631
02632 static int G__G__Math_101_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02633 {
02634 G__letdouble(result7, 102, (double) ((const TComplex*) G__getstructoffset())->operator Float_t());
02635 return(1 || funcname || hash || result7 || libp) ;
02636 }
02637
02638 static int G__G__Math_101_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02639 {
02640 G__letint(result7, 105, (long) ((const TComplex*) G__getstructoffset())->operator Int_t());
02641 return(1 || funcname || hash || result7 || libp) ;
02642 }
02643
02644 static int G__G__Math_101_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02645 {
02646 {
02647 TComplex* pobj;
02648 TComplex xobj = TComplex::Sqrt(*(TComplex*) libp->para[0].ref);
02649 pobj = new TComplex(xobj);
02650 result7->obj.i = (long) ((void*) pobj);
02651 result7->ref = result7->obj.i;
02652 G__store_tempobject(*result7);
02653 }
02654 return(1 || funcname || hash || result7 || libp) ;
02655 }
02656
02657 static int G__G__Math_101_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02658 {
02659 {
02660 TComplex* pobj;
02661 TComplex xobj = TComplex::Exp(*(TComplex*) libp->para[0].ref);
02662 pobj = new TComplex(xobj);
02663 result7->obj.i = (long) ((void*) pobj);
02664 result7->ref = result7->obj.i;
02665 G__store_tempobject(*result7);
02666 }
02667 return(1 || funcname || hash || result7 || libp) ;
02668 }
02669
02670 static int G__G__Math_101_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02671 {
02672 {
02673 TComplex* pobj;
02674 TComplex xobj = TComplex::Log(*(TComplex*) libp->para[0].ref);
02675 pobj = new TComplex(xobj);
02676 result7->obj.i = (long) ((void*) pobj);
02677 result7->ref = result7->obj.i;
02678 G__store_tempobject(*result7);
02679 }
02680 return(1 || funcname || hash || result7 || libp) ;
02681 }
02682
02683 static int G__G__Math_101_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02684 {
02685 {
02686 TComplex* pobj;
02687 TComplex xobj = TComplex::Log2(*(TComplex*) libp->para[0].ref);
02688 pobj = new TComplex(xobj);
02689 result7->obj.i = (long) ((void*) pobj);
02690 result7->ref = result7->obj.i;
02691 G__store_tempobject(*result7);
02692 }
02693 return(1 || funcname || hash || result7 || libp) ;
02694 }
02695
02696 static int G__G__Math_101_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02697 {
02698 {
02699 TComplex* pobj;
02700 TComplex xobj = TComplex::Log10(*(TComplex*) libp->para[0].ref);
02701 pobj = new TComplex(xobj);
02702 result7->obj.i = (long) ((void*) pobj);
02703 result7->ref = result7->obj.i;
02704 G__store_tempobject(*result7);
02705 }
02706 return(1 || funcname || hash || result7 || libp) ;
02707 }
02708
02709 static int G__G__Math_101_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02710 {
02711 {
02712 TComplex* pobj;
02713 TComplex xobj = TComplex::Sin(*(TComplex*) libp->para[0].ref);
02714 pobj = new TComplex(xobj);
02715 result7->obj.i = (long) ((void*) pobj);
02716 result7->ref = result7->obj.i;
02717 G__store_tempobject(*result7);
02718 }
02719 return(1 || funcname || hash || result7 || libp) ;
02720 }
02721
02722 static int G__G__Math_101_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02723 {
02724 {
02725 TComplex* pobj;
02726 TComplex xobj = TComplex::Cos(*(TComplex*) libp->para[0].ref);
02727 pobj = new TComplex(xobj);
02728 result7->obj.i = (long) ((void*) pobj);
02729 result7->ref = result7->obj.i;
02730 G__store_tempobject(*result7);
02731 }
02732 return(1 || funcname || hash || result7 || libp) ;
02733 }
02734
02735 static int G__G__Math_101_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02736 {
02737 {
02738 TComplex* pobj;
02739 TComplex xobj = TComplex::Tan(*(TComplex*) libp->para[0].ref);
02740 pobj = new TComplex(xobj);
02741 result7->obj.i = (long) ((void*) pobj);
02742 result7->ref = result7->obj.i;
02743 G__store_tempobject(*result7);
02744 }
02745 return(1 || funcname || hash || result7 || libp) ;
02746 }
02747
02748 static int G__G__Math_101_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02749 {
02750 {
02751 TComplex* pobj;
02752 TComplex xobj = TComplex::ASin(*(TComplex*) libp->para[0].ref);
02753 pobj = new TComplex(xobj);
02754 result7->obj.i = (long) ((void*) pobj);
02755 result7->ref = result7->obj.i;
02756 G__store_tempobject(*result7);
02757 }
02758 return(1 || funcname || hash || result7 || libp) ;
02759 }
02760
02761 static int G__G__Math_101_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02762 {
02763 {
02764 TComplex* pobj;
02765 TComplex xobj = TComplex::ACos(*(TComplex*) libp->para[0].ref);
02766 pobj = new TComplex(xobj);
02767 result7->obj.i = (long) ((void*) pobj);
02768 result7->ref = result7->obj.i;
02769 G__store_tempobject(*result7);
02770 }
02771 return(1 || funcname || hash || result7 || libp) ;
02772 }
02773
02774 static int G__G__Math_101_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02775 {
02776 {
02777 TComplex* pobj;
02778 TComplex xobj = TComplex::ATan(*(TComplex*) libp->para[0].ref);
02779 pobj = new TComplex(xobj);
02780 result7->obj.i = (long) ((void*) pobj);
02781 result7->ref = result7->obj.i;
02782 G__store_tempobject(*result7);
02783 }
02784 return(1 || funcname || hash || result7 || libp) ;
02785 }
02786
02787 static int G__G__Math_101_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02788 {
02789 {
02790 TComplex* pobj;
02791 TComplex xobj = TComplex::SinH(*(TComplex*) libp->para[0].ref);
02792 pobj = new TComplex(xobj);
02793 result7->obj.i = (long) ((void*) pobj);
02794 result7->ref = result7->obj.i;
02795 G__store_tempobject(*result7);
02796 }
02797 return(1 || funcname || hash || result7 || libp) ;
02798 }
02799
02800 static int G__G__Math_101_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02801 {
02802 {
02803 TComplex* pobj;
02804 TComplex xobj = TComplex::CosH(*(TComplex*) libp->para[0].ref);
02805 pobj = new TComplex(xobj);
02806 result7->obj.i = (long) ((void*) pobj);
02807 result7->ref = result7->obj.i;
02808 G__store_tempobject(*result7);
02809 }
02810 return(1 || funcname || hash || result7 || libp) ;
02811 }
02812
02813 static int G__G__Math_101_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02814 {
02815 {
02816 TComplex* pobj;
02817 TComplex xobj = TComplex::TanH(*(TComplex*) libp->para[0].ref);
02818 pobj = new TComplex(xobj);
02819 result7->obj.i = (long) ((void*) pobj);
02820 result7->ref = result7->obj.i;
02821 G__store_tempobject(*result7);
02822 }
02823 return(1 || funcname || hash || result7 || libp) ;
02824 }
02825
02826 static int G__G__Math_101_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02827 {
02828 {
02829 TComplex* pobj;
02830 TComplex xobj = TComplex::ASinH(*(TComplex*) libp->para[0].ref);
02831 pobj = new TComplex(xobj);
02832 result7->obj.i = (long) ((void*) pobj);
02833 result7->ref = result7->obj.i;
02834 G__store_tempobject(*result7);
02835 }
02836 return(1 || funcname || hash || result7 || libp) ;
02837 }
02838
02839 static int G__G__Math_101_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02840 {
02841 {
02842 TComplex* pobj;
02843 TComplex xobj = TComplex::ACosH(*(TComplex*) libp->para[0].ref);
02844 pobj = new TComplex(xobj);
02845 result7->obj.i = (long) ((void*) pobj);
02846 result7->ref = result7->obj.i;
02847 G__store_tempobject(*result7);
02848 }
02849 return(1 || funcname || hash || result7 || libp) ;
02850 }
02851
02852 static int G__G__Math_101_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02853 {
02854 {
02855 TComplex* pobj;
02856 TComplex xobj = TComplex::ATanH(*(TComplex*) libp->para[0].ref);
02857 pobj = new TComplex(xobj);
02858 result7->obj.i = (long) ((void*) pobj);
02859 result7->ref = result7->obj.i;
02860 G__store_tempobject(*result7);
02861 }
02862 return(1 || funcname || hash || result7 || libp) ;
02863 }
02864
02865 static int G__G__Math_101_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02866 {
02867 G__letdouble(result7, 100, (double) TComplex::Abs(*(TComplex*) libp->para[0].ref));
02868 return(1 || funcname || hash || result7 || libp) ;
02869 }
02870
02871 static int G__G__Math_101_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02872 {
02873 {
02874 TComplex* pobj;
02875 TComplex xobj = TComplex::Power(*(TComplex*) libp->para[0].ref, *(TComplex*) libp->para[1].ref);
02876 pobj = new TComplex(xobj);
02877 result7->obj.i = (long) ((void*) pobj);
02878 result7->ref = result7->obj.i;
02879 G__store_tempobject(*result7);
02880 }
02881 return(1 || funcname || hash || result7 || libp) ;
02882 }
02883
02884 static int G__G__Math_101_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02885 {
02886 {
02887 TComplex* pobj;
02888 TComplex xobj = TComplex::Power(*(TComplex*) libp->para[0].ref, (Double_t) G__double(libp->para[1]));
02889 pobj = new TComplex(xobj);
02890 result7->obj.i = (long) ((void*) pobj);
02891 result7->ref = result7->obj.i;
02892 G__store_tempobject(*result7);
02893 }
02894 return(1 || funcname || hash || result7 || libp) ;
02895 }
02896
02897 static int G__G__Math_101_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02898 {
02899 {
02900 TComplex* pobj;
02901 TComplex xobj = TComplex::Power((Double_t) G__double(libp->para[0]), *(TComplex*) libp->para[1].ref);
02902 pobj = new TComplex(xobj);
02903 result7->obj.i = (long) ((void*) pobj);
02904 result7->ref = result7->obj.i;
02905 G__store_tempobject(*result7);
02906 }
02907 return(1 || funcname || hash || result7 || libp) ;
02908 }
02909
02910 static int G__G__Math_101_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02911 {
02912 {
02913 TComplex* pobj;
02914 TComplex xobj = TComplex::Power(*(TComplex*) libp->para[0].ref, (Int_t) G__int(libp->para[1]));
02915 pobj = new TComplex(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__Math_101_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02924 {
02925 G__letint(result7, 105, (long) TComplex::Finite(*(TComplex*) libp->para[0].ref));
02926 return(1 || funcname || hash || result7 || libp) ;
02927 }
02928
02929 static int G__G__Math_101_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02930 {
02931 G__letint(result7, 105, (long) TComplex::IsNaN(*(TComplex*) libp->para[0].ref));
02932 return(1 || funcname || hash || result7 || libp) ;
02933 }
02934
02935 static int G__G__Math_101_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02936 {
02937 {
02938 TComplex* pobj;
02939 TComplex xobj = TComplex::Min(*(TComplex*) libp->para[0].ref, *(TComplex*) libp->para[1].ref);
02940 pobj = new TComplex(xobj);
02941 result7->obj.i = (long) ((void*) pobj);
02942 result7->ref = result7->obj.i;
02943 G__store_tempobject(*result7);
02944 }
02945 return(1 || funcname || hash || result7 || libp) ;
02946 }
02947
02948 static int G__G__Math_101_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02949 {
02950 {
02951 TComplex* pobj;
02952 TComplex xobj = TComplex::Max(*(TComplex*) libp->para[0].ref, *(TComplex*) libp->para[1].ref);
02953 pobj = new TComplex(xobj);
02954 result7->obj.i = (long) ((void*) pobj);
02955 result7->ref = result7->obj.i;
02956 G__store_tempobject(*result7);
02957 }
02958 return(1 || funcname || hash || result7 || libp) ;
02959 }
02960
02961 static int G__G__Math_101_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02962 {
02963 {
02964 TComplex* pobj;
02965 TComplex xobj = TComplex::Normalize(*(TComplex*) libp->para[0].ref);
02966 pobj = new TComplex(xobj);
02967 result7->obj.i = (long) ((void*) pobj);
02968 result7->ref = result7->obj.i;
02969 G__store_tempobject(*result7);
02970 }
02971 return(1 || funcname || hash || result7 || libp) ;
02972 }
02973
02974 static int G__G__Math_101_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02975 {
02976 {
02977 TComplex* pobj;
02978 TComplex xobj = TComplex::Conjugate(*(TComplex*) libp->para[0].ref);
02979 pobj = new TComplex(xobj);
02980 result7->obj.i = (long) ((void*) pobj);
02981 result7->ref = result7->obj.i;
02982 G__store_tempobject(*result7);
02983 }
02984 return(1 || funcname || hash || result7 || libp) ;
02985 }
02986
02987 static int G__G__Math_101_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02988 {
02989 {
02990 TComplex* pobj;
02991 TComplex xobj = TComplex::Range(*(TComplex*) libp->para[0].ref, *(TComplex*) libp->para[1].ref
02992 , *(TComplex*) libp->para[2].ref);
02993 pobj = new TComplex(xobj);
02994 result7->obj.i = (long) ((void*) pobj);
02995 result7->ref = result7->obj.i;
02996 G__store_tempobject(*result7);
02997 }
02998 return(1 || funcname || hash || result7 || libp) ;
02999 }
03000
03001 static int G__G__Math_101_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03002 {
03003 G__letint(result7, 85, (long) TComplex::Class());
03004 return(1 || funcname || hash || result7 || libp) ;
03005 }
03006
03007 static int G__G__Math_101_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03008 {
03009 G__letint(result7, 67, (long) TComplex::Class_Name());
03010 return(1 || funcname || hash || result7 || libp) ;
03011 }
03012
03013 static int G__G__Math_101_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03014 {
03015 G__letint(result7, 115, (long) TComplex::Class_Version());
03016 return(1 || funcname || hash || result7 || libp) ;
03017 }
03018
03019 static int G__G__Math_101_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03020 {
03021 TComplex::Dictionary();
03022 G__setnull(result7);
03023 return(1 || funcname || hash || result7 || libp) ;
03024 }
03025
03026 static int G__G__Math_101_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03027 {
03028 G__letint(result7, 85, (long) ((const TComplex*) G__getstructoffset())->IsA());
03029 return(1 || funcname || hash || result7 || libp) ;
03030 }
03031
03032 static int G__G__Math_101_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03033 {
03034 ((TComplex*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
03035 G__setnull(result7);
03036 return(1 || funcname || hash || result7 || libp) ;
03037 }
03038
03039 static int G__G__Math_101_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03040 {
03041 ((TComplex*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
03042 G__setnull(result7);
03043 return(1 || funcname || hash || result7 || libp) ;
03044 }
03045
03046 static int G__G__Math_101_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03047 {
03048 ((TComplex*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
03049 G__setnull(result7);
03050 return(1 || funcname || hash || result7 || libp) ;
03051 }
03052
03053 static int G__G__Math_101_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03054 {
03055 G__letint(result7, 67, (long) TComplex::DeclFileName());
03056 return(1 || funcname || hash || result7 || libp) ;
03057 }
03058
03059 static int G__G__Math_101_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03060 {
03061 G__letint(result7, 105, (long) TComplex::ImplFileLine());
03062 return(1 || funcname || hash || result7 || libp) ;
03063 }
03064
03065 static int G__G__Math_101_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03066 {
03067 G__letint(result7, 67, (long) TComplex::ImplFileName());
03068 return(1 || funcname || hash || result7 || libp) ;
03069 }
03070
03071 static int G__G__Math_101_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03072 {
03073 G__letint(result7, 105, (long) TComplex::DeclFileLine());
03074 return(1 || funcname || hash || result7 || libp) ;
03075 }
03076
03077
03078 static int G__G__Math_101_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03079
03080 {
03081 TComplex* p;
03082 void* tmp = (void*) G__int(libp->para[0]);
03083 p = new TComplex(*(TComplex*) tmp);
03084 result7->obj.i = (long) p;
03085 result7->ref = (long) p;
03086 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__MathLN_TComplex));
03087 return(1 || funcname || hash || result7 || libp) ;
03088 }
03089
03090
03091 typedef TComplex G__TTComplex;
03092 static int G__G__Math_101_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03093 {
03094 char* gvp = (char*) G__getgvp();
03095 long soff = G__getstructoffset();
03096 int n = G__getaryconstruct();
03097
03098
03099
03100
03101
03102 if (!soff) {
03103 return(1);
03104 }
03105 if (n) {
03106 if (gvp == (char*)G__PVOID) {
03107 delete[] (TComplex*) soff;
03108 } else {
03109 G__setgvp((long) G__PVOID);
03110 for (int i = n - 1; i >= 0; --i) {
03111 ((TComplex*) (soff+(sizeof(TComplex)*i)))->~G__TTComplex();
03112 }
03113 G__setgvp((long)gvp);
03114 }
03115 } else {
03116 if (gvp == (char*)G__PVOID) {
03117 delete (TComplex*) soff;
03118 } else {
03119 G__setgvp((long) G__PVOID);
03120 ((TComplex*) (soff))->~G__TTComplex();
03121 G__setgvp((long)gvp);
03122 }
03123 }
03124 G__setnull(result7);
03125 return(1 || funcname || hash || result7 || libp) ;
03126 }
03127
03128
03129 static int G__G__Math_101_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03130 {
03131 TComplex* dest = (TComplex*) G__getstructoffset();
03132 *dest = *(TComplex*) libp->para[0].ref;
03133 const TComplex& obj = *dest;
03134 result7->ref = (long) (&obj);
03135 result7->obj.i = (long) (&obj);
03136 return(1 || funcname || hash || result7 || libp) ;
03137 }
03138
03139
03140
03141 static int G__G__Math__0_314(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03142 {
03143 {
03144 TComplex* pobj;
03145 TComplex xobj = operator*((Double_t) G__double(libp->para[0]), *(TComplex*) libp->para[1].ref);
03146 pobj = new TComplex(xobj);
03147 result7->obj.i = (long) ((void*) pobj);
03148 result7->ref = result7->obj.i;
03149 G__store_tempobject(*result7);
03150 }
03151 return(1 || funcname || hash || result7 || libp) ;
03152 }
03153
03154 static int G__G__Math__0_315(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03155 {
03156 {
03157 TComplex* pobj;
03158 TComplex xobj = operator+((Double_t) G__double(libp->para[0]), *(TComplex*) libp->para[1].ref);
03159 pobj = new TComplex(xobj);
03160 result7->obj.i = (long) ((void*) pobj);
03161 result7->ref = result7->obj.i;
03162 G__store_tempobject(*result7);
03163 }
03164 return(1 || funcname || hash || result7 || libp) ;
03165 }
03166
03167 static int G__G__Math__0_316(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03168 {
03169 {
03170 TComplex* pobj;
03171 TComplex xobj = operator/((Double_t) G__double(libp->para[0]), *(TComplex*) libp->para[1].ref);
03172 pobj = new TComplex(xobj);
03173 result7->obj.i = (long) ((void*) pobj);
03174 result7->ref = result7->obj.i;
03175 G__store_tempobject(*result7);
03176 }
03177 return(1 || funcname || hash || result7 || libp) ;
03178 }
03179
03180 static int G__G__Math__0_317(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03181 {
03182 {
03183 TComplex* pobj;
03184 TComplex xobj = operator-((Double_t) G__double(libp->para[0]), *(TComplex*) libp->para[1].ref);
03185 pobj = new TComplex(xobj);
03186 result7->obj.i = (long) ((void*) pobj);
03187 result7->ref = result7->obj.i;
03188 G__store_tempobject(*result7);
03189 }
03190 return(1 || funcname || hash || result7 || libp) ;
03191 }
03192
03193 static int G__G__Math__0_318(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03194 {
03195 {
03196 const ostream& obj = operator<<(*(ostream*) libp->para[0].ref, *(TComplex*) libp->para[1].ref);
03197 result7->ref = (long) (&obj);
03198 result7->obj.i = (long) (&obj);
03199 }
03200 return(1 || funcname || hash || result7 || libp) ;
03201 }
03202
03203 static int G__G__Math__0_319(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03204 {
03205 {
03206 const istream& obj = operator>>(*(istream*) libp->para[0].ref, *(TComplex*) libp->para[1].ref);
03207 result7->ref = (long) (&obj);
03208 result7->obj.i = (long) (&obj);
03209 }
03210 return(1 || funcname || hash || result7 || libp) ;
03211 }
03212
03213
03214
03215
03216
03217
03218
03219
03220
03221
03222
03223
03224
03225
03226
03227
03228
03229 class G__Sizep2memfuncG__Math {
03230 public:
03231 G__Sizep2memfuncG__Math(): p(&G__Sizep2memfuncG__Math::sizep2memfunc) {}
03232 size_t sizep2memfunc() { return(sizeof(p)); }
03233 private:
03234 size_t (G__Sizep2memfuncG__Math::*p)();
03235 };
03236
03237 size_t G__get_sizep2memfuncG__Math()
03238 {
03239 G__Sizep2memfuncG__Math a;
03240 G__setsizep2memfunc((int)a.sizep2memfunc());
03241 return((size_t)a.sizep2memfunc());
03242 }
03243
03244
03245
03246
03247
03248
03249
03250
03251
03252
03253
03254 extern "C" void G__cpp_setup_inheritanceG__Math() {
03255
03256
03257 }
03258
03259
03260
03261
03262 extern "C" void G__cpp_setup_typetableG__Math() {
03263
03264
03265 G__search_typename2("Short_t",115,-1,0,-1);
03266 G__setnewtype(-1,"Signed Short integer 2 bytes (short)",0);
03267 G__search_typename2("UShort_t",114,-1,0,-1);
03268 G__setnewtype(-1,"Unsigned Short integer 2 bytes (unsigned short)",0);
03269 G__search_typename2("Int_t",105,-1,0,-1);
03270 G__setnewtype(-1,"Signed integer 4 bytes (int)",0);
03271 G__search_typename2("UInt_t",104,-1,0,-1);
03272 G__setnewtype(-1,"Unsigned integer 4 bytes (unsigned int)",0);
03273 G__search_typename2("Long_t",108,-1,0,-1);
03274 G__setnewtype(-1,"Signed long integer 4 bytes (long)",0);
03275 G__search_typename2("ULong_t",107,-1,0,-1);
03276 G__setnewtype(-1,"Unsigned long integer 4 bytes (unsigned long)",0);
03277 G__search_typename2("Float_t",102,-1,0,-1);
03278 G__setnewtype(-1,"Float 4 bytes (float)",0);
03279 G__search_typename2("Double_t",100,-1,0,-1);
03280 G__setnewtype(-1,"Double 8 bytes",0);
03281 G__search_typename2("Bool_t",103,-1,0,-1);
03282 G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0);
03283 G__search_typename2("Version_t",115,-1,0,-1);
03284 G__setnewtype(-1,"Class version identifier (short)",0);
03285 G__search_typename2("Option_t",99,-1,256,-1);
03286 G__setnewtype(-1,"Option string (const char)",0);
03287 G__search_typename2("Long64_t",110,-1,0,-1);
03288 G__setnewtype(-1,"Portable signed long integer 8 bytes",0);
03289 G__search_typename2("ULong64_t",109,-1,0,-1);
03290 G__setnewtype(-1,"Portable unsigned long integer 8 bytes",0);
03291 G__search_typename2("vector<ROOT::TSchemaHelper>",117,G__get_linked_tagnum(&G__G__MathLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1);
03292 G__setnewtype(-1,NULL,0);
03293 G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__MathLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__MathLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
03294 G__setnewtype(-1,NULL,0);
03295 G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__MathLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__MathLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
03296 G__setnewtype(-1,NULL,0);
03297 G__search_typename2("vector<TVirtualArray*>",117,G__get_linked_tagnum(&G__G__MathLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1);
03298 G__setnewtype(-1,NULL,0);
03299 G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__MathLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__MathLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
03300 G__setnewtype(-1,NULL,0);
03301 G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__MathLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__MathLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
03302 G__setnewtype(-1,NULL,0);
03303 }
03304
03305
03306
03307
03308
03309
03310
03311
03312 static void G__setup_memvarTMath(void) {
03313 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__MathLN_TMath));
03314 {
03315 }
03316 G__tag_memvar_reset();
03317 }
03318
03319
03320
03321 static void G__setup_memvarTComplex(void) {
03322 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__MathLN_TComplex));
03323 { TComplex *p; p=(TComplex*)0x1000; if (p) { }
03324 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fRe=",0,"real part");
03325 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fIm=",0,"imaginary part");
03326 G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
03327 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__MathLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
03328 }
03329 G__tag_memvar_reset();
03330 }
03331
03332 extern "C" void G__cpp_setup_memvarG__Math() {
03333 }
03334
03335
03336
03337
03338
03339
03340
03341
03342
03343
03344
03345
03346 static void G__setup_memfuncTMath(void) {
03347
03348 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__MathLN_TMath));
03349 G__memfunc_setup("Abs",278,G__G__Math_99_0_1, 115, -1, G__defined_typename("Short_t"), 0, 1, 1, 1, 0, "s - 'Short_t' 0 - d", (char*)NULL, (void*) G__func2void( (Short_t (*)(Short_t))(&TMath::Abs) ), 0);
03350 G__memfunc_setup("Abs",278,G__G__Math_99_0_2, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - d", (char*)NULL, (void*) G__func2void( (Int_t (*)(Int_t))(&TMath::Abs) ), 0);
03351 G__memfunc_setup("Abs",278,G__G__Math_99_0_3, 108, -1, G__defined_typename("Long_t"), 0, 1, 1, 1, 0, "l - 'Long_t' 0 - d", (char*)NULL, (void*) G__func2void( (Long_t (*)(Long_t))(&TMath::Abs) ), 0);
03352 G__memfunc_setup("Abs",278,G__G__Math_99_0_4, 110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - d", (char*)NULL, (void*) G__func2void( (Long64_t (*)(Long64_t))(&TMath::Abs) ), 0);
03353 G__memfunc_setup("Abs",278,G__G__Math_99_0_5, 102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 0, "f - 'Float_t' 0 - d", (char*)NULL, (void*) G__func2void( (Float_t (*)(Float_t))(&TMath::Abs) ), 0);
03354 G__memfunc_setup("Abs",278,G__G__Math_99_0_6, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - d", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::Abs) ), 0);
03355 G__memfunc_setup("Even",398,G__G__Math_99_0_7, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "l - 'Long_t' 0 - a", (char*)NULL, (void*) G__func2void( (Bool_t (*)(Long_t))(&TMath::Even) ), 0);
03356 G__memfunc_setup("Odd",279,G__G__Math_99_0_8, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "l - 'Long_t' 0 - a", (char*)NULL, (void*) G__func2void( (Bool_t (*)(Long_t))(&TMath::Odd) ), 0);
03357 G__memfunc_setup("Sign",401,G__G__Math_99_0_9, 115, -1, G__defined_typename("Short_t"), 0, 2, 1, 1, 0,
03358 "s - 'Short_t' 0 - a s - 'Short_t' 0 - b", (char*)NULL, (void*) G__func2void( (Short_t (*)(Short_t, Short_t))(&TMath::Sign) ), 0);
03359 G__memfunc_setup("Sign",401,G__G__Math_99_0_10, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
03360 "i - 'Int_t' 0 - a i - 'Int_t' 0 - b", (char*)NULL, (void*) G__func2void( (Int_t (*)(Int_t, Int_t))(&TMath::Sign) ), 0);
03361 G__memfunc_setup("Sign",401,G__G__Math_99_0_11, 108, -1, G__defined_typename("Long_t"), 0, 2, 1, 1, 0,
03362 "l - 'Long_t' 0 - a l - 'Long_t' 0 - b", (char*)NULL, (void*) G__func2void( (Long_t (*)(Long_t, Long_t))(&TMath::Sign) ), 0);
03363 G__memfunc_setup("Sign",401,G__G__Math_99_0_12, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0,
03364 "n - 'Long64_t' 0 - a n - 'Long64_t' 0 - b", (char*)NULL, (void*) G__func2void( (Long64_t (*)(Long64_t, Long64_t))(&TMath::Sign) ), 0);
03365 G__memfunc_setup("Sign",401,G__G__Math_99_0_13, 102, -1, G__defined_typename("Float_t"), 0, 2, 1, 1, 0,
03366 "f - 'Float_t' 0 - a f - 'Float_t' 0 - b", (char*)NULL, (void*) G__func2void( (Float_t (*)(Float_t, Float_t))(&TMath::Sign) ), 0);
03367 G__memfunc_setup("Sign",401,G__G__Math_99_0_14, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03368 "d - 'Double_t' 0 - a d - 'Double_t' 0 - b", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t))(&TMath::Sign) ), 0);
03369 G__memfunc_setup("Min",292,G__G__Math_99_0_15, 115, -1, G__defined_typename("Short_t"), 0, 2, 1, 1, 0,
03370 "s - 'Short_t' 0 - a s - 'Short_t' 0 - b", (char*)NULL, (void*) G__func2void( (Short_t (*)(Short_t, Short_t))(&TMath::Min) ), 0);
03371 G__memfunc_setup("Min",292,G__G__Math_99_0_16, 114, -1, G__defined_typename("UShort_t"), 0, 2, 1, 1, 0,
03372 "r - 'UShort_t' 0 - a r - 'UShort_t' 0 - b", (char*)NULL, (void*) G__func2void( (UShort_t (*)(UShort_t, UShort_t))(&TMath::Min) ), 0);
03373 G__memfunc_setup("Min",292,G__G__Math_99_0_17, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
03374 "i - 'Int_t' 0 - a i - 'Int_t' 0 - b", (char*)NULL, (void*) G__func2void( (Int_t (*)(Int_t, Int_t))(&TMath::Min) ), 0);
03375 G__memfunc_setup("Min",292,G__G__Math_99_0_18, 104, -1, G__defined_typename("UInt_t"), 0, 2, 1, 1, 0,
03376 "h - 'UInt_t' 0 - a h - 'UInt_t' 0 - b", (char*)NULL, (void*) G__func2void( (UInt_t (*)(UInt_t, UInt_t))(&TMath::Min) ), 0);
03377 G__memfunc_setup("Min",292,G__G__Math_99_0_19, 108, -1, G__defined_typename("Long_t"), 0, 2, 1, 1, 0,
03378 "l - 'Long_t' 0 - a l - 'Long_t' 0 - b", (char*)NULL, (void*) G__func2void( (Long_t (*)(Long_t, Long_t))(&TMath::Min) ), 0);
03379 G__memfunc_setup("Min",292,G__G__Math_99_0_20, 107, -1, G__defined_typename("ULong_t"), 0, 2, 1, 1, 0,
03380 "k - 'ULong_t' 0 - a k - 'ULong_t' 0 - b", (char*)NULL, (void*) G__func2void( (ULong_t (*)(ULong_t, ULong_t))(&TMath::Min) ), 0);
03381 G__memfunc_setup("Min",292,G__G__Math_99_0_21, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0,
03382 "n - 'Long64_t' 0 - a n - 'Long64_t' 0 - b", (char*)NULL, (void*) G__func2void( (Long64_t (*)(Long64_t, Long64_t))(&TMath::Min) ), 0);
03383 G__memfunc_setup("Min",292,G__G__Math_99_0_22, 109, -1, G__defined_typename("ULong64_t"), 0, 2, 1, 1, 0,
03384 "m - 'ULong64_t' 0 - a m - 'ULong64_t' 0 - b", (char*)NULL, (void*) G__func2void( (ULong64_t (*)(ULong64_t, ULong64_t))(&TMath::Min) ), 0);
03385 G__memfunc_setup("Min",292,G__G__Math_99_0_23, 102, -1, G__defined_typename("Float_t"), 0, 2, 1, 1, 0,
03386 "f - 'Float_t' 0 - a f - 'Float_t' 0 - b", (char*)NULL, (void*) G__func2void( (Float_t (*)(Float_t, Float_t))(&TMath::Min) ), 0);
03387 G__memfunc_setup("Min",292,G__G__Math_99_0_24, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03388 "d - 'Double_t' 0 - a d - 'Double_t' 0 - b", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t))(&TMath::Min) ), 0);
03389 G__memfunc_setup("Max",294,G__G__Math_99_0_25, 115, -1, G__defined_typename("Short_t"), 0, 2, 1, 1, 0,
03390 "s - 'Short_t' 0 - a s - 'Short_t' 0 - b", (char*)NULL, (void*) G__func2void( (Short_t (*)(Short_t, Short_t))(&TMath::Max) ), 0);
03391 G__memfunc_setup("Max",294,G__G__Math_99_0_26, 114, -1, G__defined_typename("UShort_t"), 0, 2, 1, 1, 0,
03392 "r - 'UShort_t' 0 - a r - 'UShort_t' 0 - b", (char*)NULL, (void*) G__func2void( (UShort_t (*)(UShort_t, UShort_t))(&TMath::Max) ), 0);
03393 G__memfunc_setup("Max",294,G__G__Math_99_0_27, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
03394 "i - 'Int_t' 0 - a i - 'Int_t' 0 - b", (char*)NULL, (void*) G__func2void( (Int_t (*)(Int_t, Int_t))(&TMath::Max) ), 0);
03395 G__memfunc_setup("Max",294,G__G__Math_99_0_28, 104, -1, G__defined_typename("UInt_t"), 0, 2, 1, 1, 0,
03396 "h - 'UInt_t' 0 - a h - 'UInt_t' 0 - b", (char*)NULL, (void*) G__func2void( (UInt_t (*)(UInt_t, UInt_t))(&TMath::Max) ), 0);
03397 G__memfunc_setup("Max",294,G__G__Math_99_0_29, 108, -1, G__defined_typename("Long_t"), 0, 2, 1, 1, 0,
03398 "l - 'Long_t' 0 - a l - 'Long_t' 0 - b", (char*)NULL, (void*) G__func2void( (Long_t (*)(Long_t, Long_t))(&TMath::Max) ), 0);
03399 G__memfunc_setup("Max",294,G__G__Math_99_0_30, 107, -1, G__defined_typename("ULong_t"), 0, 2, 1, 1, 0,
03400 "k - 'ULong_t' 0 - a k - 'ULong_t' 0 - b", (char*)NULL, (void*) G__func2void( (ULong_t (*)(ULong_t, ULong_t))(&TMath::Max) ), 0);
03401 G__memfunc_setup("Max",294,G__G__Math_99_0_31, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0,
03402 "n - 'Long64_t' 0 - a n - 'Long64_t' 0 - b", (char*)NULL, (void*) G__func2void( (Long64_t (*)(Long64_t, Long64_t))(&TMath::Max) ), 0);
03403 G__memfunc_setup("Max",294,G__G__Math_99_0_32, 109, -1, G__defined_typename("ULong64_t"), 0, 2, 1, 1, 0,
03404 "m - 'ULong64_t' 0 - a m - 'ULong64_t' 0 - b", (char*)NULL, (void*) G__func2void( (ULong64_t (*)(ULong64_t, ULong64_t))(&TMath::Max) ), 0);
03405 G__memfunc_setup("Max",294,G__G__Math_99_0_33, 102, -1, G__defined_typename("Float_t"), 0, 2, 1, 1, 0,
03406 "f - 'Float_t' 0 - a f - 'Float_t' 0 - b", (char*)NULL, (void*) G__func2void( (Float_t (*)(Float_t, Float_t))(&TMath::Max) ), 0);
03407 G__memfunc_setup("Max",294,G__G__Math_99_0_34, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03408 "d - 'Double_t' 0 - a d - 'Double_t' 0 - b", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t))(&TMath::Max) ), 0);
03409 G__memfunc_setup("Range",493,G__G__Math_99_0_35, 115, -1, G__defined_typename("Short_t"), 0, 3, 1, 1, 0,
03410 "s - 'Short_t' 0 - lb s - 'Short_t' 0 - ub "
03411 "s - 'Short_t' 0 - x", (char*)NULL, (void*) G__func2void( (Short_t (*)(Short_t, Short_t, Short_t))(&TMath::Range) ), 0);
03412 G__memfunc_setup("Range",493,G__G__Math_99_0_36, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
03413 "i - 'Int_t' 0 - lb i - 'Int_t' 0 - ub "
03414 "i - 'Int_t' 0 - x", (char*)NULL, (void*) G__func2void( (Int_t (*)(Int_t, Int_t, Int_t))(&TMath::Range) ), 0);
03415 G__memfunc_setup("Range",493,G__G__Math_99_0_37, 108, -1, G__defined_typename("Long_t"), 0, 3, 1, 1, 0,
03416 "l - 'Long_t' 0 - lb l - 'Long_t' 0 - ub "
03417 "l - 'Long_t' 0 - x", (char*)NULL, (void*) G__func2void( (Long_t (*)(Long_t, Long_t, Long_t))(&TMath::Range) ), 0);
03418 G__memfunc_setup("Range",493,G__G__Math_99_0_38, 107, -1, G__defined_typename("ULong_t"), 0, 3, 1, 1, 0,
03419 "k - 'ULong_t' 0 - lb k - 'ULong_t' 0 - ub "
03420 "k - 'ULong_t' 0 - x", (char*)NULL, (void*) G__func2void( (ULong_t (*)(ULong_t, ULong_t, ULong_t))(&TMath::Range) ), 0);
03421 G__memfunc_setup("Range",493,G__G__Math_99_0_39, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 0,
03422 "d - 'Double_t' 0 - lb d - 'Double_t' 0 - ub "
03423 "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t, Double_t))(&TMath::Range) ), 0);
03424 G__memfunc_setup("NextPrime",924,G__G__Math_99_0_40, 108, -1, G__defined_typename("Long_t"), 0, 1, 1, 1, 0, "l - 'Long_t' 0 - x", "Least prime number greater than x", (void*) G__func2void( (Long_t (*)(Long_t))(&TMath::NextPrime) ), 0);
03425 G__memfunc_setup("Pi",185,G__G__Math_99_0_41, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) G__func2void( (Double_t (*)())(&TMath::Pi) ), 0);
03426 G__memfunc_setup("TwoPi",499,G__G__Math_99_0_42, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) G__func2void( (Double_t (*)())(&TMath::TwoPi) ), 0);
03427 G__memfunc_setup("PiOver2",647,G__G__Math_99_0_43, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) G__func2void( (Double_t (*)())(&TMath::PiOver2) ), 0);
03428 G__memfunc_setup("PiOver4",649,G__G__Math_99_0_44, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) G__func2void( (Double_t (*)())(&TMath::PiOver4) ), 0);
03429 G__memfunc_setup("InvPi",486,G__G__Math_99_0_45, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) G__func2void( (Double_t (*)())(&TMath::InvPi) ), 0);
03430 G__memfunc_setup("RadToDeg",746,G__G__Math_99_0_46, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) G__func2void( (Double_t (*)())(&TMath::RadToDeg) ), 0);
03431 G__memfunc_setup("DegToRad",746,G__G__Math_99_0_47, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) G__func2void( (Double_t (*)())(&TMath::DegToRad) ), 0);
03432 G__memfunc_setup("Sqrt2",476,G__G__Math_99_0_48, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) G__func2void( (Double_t (*)())(&TMath::Sqrt2) ), 0);
03433 G__memfunc_setup("E",69,G__G__Math_99_0_49, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) G__func2void( (Double_t (*)())(&TMath::E) ), 0);
03434 G__memfunc_setup("Ln10",283,G__G__Math_99_0_50, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) G__func2void( (Double_t (*)())(&TMath::Ln10) ), 0);
03435 G__memfunc_setup("LogE",359,G__G__Math_99_0_51, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) G__func2void( (Double_t (*)())(&TMath::LogE) ), 0);
03436 G__memfunc_setup("C",67,G__G__Math_99_0_52, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", "m s^-1", (void*) G__func2void( (Double_t (*)())(&TMath::C) ), 0);
03437 G__memfunc_setup("Ccgs",384,G__G__Math_99_0_53, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", "cm s^-1", (void*) G__func2void( (Double_t (*)())(&TMath::Ccgs) ), 0);
03438 G__memfunc_setup("CUncertainty",1241,G__G__Math_99_0_54, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", "exact", (void*) G__func2void( (Double_t (*)())(&TMath::CUncertainty) ), 0);
03439 G__memfunc_setup("G",71,G__G__Math_99_0_55, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", "m^3 kg^-1 s^-2", (void*) G__func2void( (Double_t (*)())(&TMath::G) ), 0);
03440 G__memfunc_setup("Gcgs",388,G__G__Math_99_0_56, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", "cm^3 g^-1 s^-2", (void*) G__func2void( (Double_t (*)())(&TMath::Gcgs) ), 0);
03441 G__memfunc_setup("GUncertainty",1245,G__G__Math_99_0_57, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) G__func2void( (Double_t (*)())(&TMath::GUncertainty) ), 0);
03442 G__memfunc_setup("GhbarC",551,G__G__Math_99_0_58, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", "(GeV/c^2)^-2", (void*) G__func2void( (Double_t (*)())(&TMath::GhbarC) ), 0);
03443 G__memfunc_setup("GhbarCUncertainty",1725,G__G__Math_99_0_59, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) G__func2void( (Double_t (*)())(&TMath::GhbarCUncertainty) ), 0);
03444 G__memfunc_setup("Gn",181,G__G__Math_99_0_60, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", "m s^-2", (void*) G__func2void( (Double_t (*)())(&TMath::Gn) ), 0);
03445 G__memfunc_setup("GnUncertainty",1355,G__G__Math_99_0_61, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", "exact", (void*) G__func2void( (Double_t (*)())(&TMath::GnUncertainty) ), 0);
03446 G__memfunc_setup("H",72,G__G__Math_99_0_62, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", "J s", (void*) G__func2void( (Double_t (*)())(&TMath::H) ), 0);
03447 G__memfunc_setup("Hcgs",389,G__G__Math_99_0_63, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", "erg s", (void*) G__func2void( (Double_t (*)())(&TMath::Hcgs) ), 0);
03448 G__memfunc_setup("HUncertainty",1246,G__G__Math_99_0_64, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) G__func2void( (Double_t (*)())(&TMath::HUncertainty) ), 0);
03449 G__memfunc_setup("Hbar",381,G__G__Math_99_0_65, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", "J s", (void*) G__func2void( (Double_t (*)())(&TMath::Hbar) ), 0);
03450 G__memfunc_setup("Hbarcgs",698,G__G__Math_99_0_66, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", "erg s", (void*) G__func2void( (Double_t (*)())(&TMath::Hbarcgs) ), 0);
03451 G__memfunc_setup("HbarUncertainty",1555,G__G__Math_99_0_67, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) G__func2void( (Double_t (*)())(&TMath::HbarUncertainty) ), 0);
03452 G__memfunc_setup("HC",139,G__G__Math_99_0_68, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", "J m", (void*) G__func2void( (Double_t (*)())(&TMath::HC) ), 0);
03453 G__memfunc_setup("HCcgs",456,G__G__Math_99_0_69, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", "erg cm", (void*) G__func2void( (Double_t (*)())(&TMath::HCcgs) ), 0);
03454 G__memfunc_setup("K",75,G__G__Math_99_0_70, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", "J K^-1", (void*) G__func2void( (Double_t (*)())(&TMath::K) ), 0);
03455 G__memfunc_setup("Kcgs",392,G__G__Math_99_0_71, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", "erg K^-1", (void*) G__func2void( (Double_t (*)())(&TMath::Kcgs) ), 0);
03456 G__memfunc_setup("KUncertainty",1249,G__G__Math_99_0_72, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) G__func2void( (Double_t (*)())(&TMath::KUncertainty) ), 0);
03457 G__memfunc_setup("Sigma",497,G__G__Math_99_0_73, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", "W m^-2 K^-4", (void*) G__func2void( (Double_t (*)())(&TMath::Sigma) ), 0);
03458 G__memfunc_setup("SigmaUncertainty",1671,G__G__Math_99_0_74, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) G__func2void( (Double_t (*)())(&TMath::SigmaUncertainty) ), 0);
03459 G__memfunc_setup("Na",175,G__G__Math_99_0_75, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", "mol^-1", (void*) G__func2void( (Double_t (*)())(&TMath::Na) ), 0);
03460 G__memfunc_setup("NaUncertainty",1349,G__G__Math_99_0_76, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) G__func2void( (Double_t (*)())(&TMath::NaUncertainty) ), 0);
03461 G__memfunc_setup("R",82,G__G__Math_99_0_77, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", "J K^-1 mol^-1", (void*) G__func2void( (Double_t (*)())(&TMath::R) ), 0);
03462 G__memfunc_setup("RUncertainty",1256,G__G__Math_99_0_78, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) G__func2void( (Double_t (*)())(&TMath::RUncertainty) ), 0);
03463 G__memfunc_setup("MWair",480,G__G__Math_99_0_79, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", "kg kmol^-1 (or gm mol^-1)", (void*) G__func2void( (Double_t (*)())(&TMath::MWair) ), 0);
03464 G__memfunc_setup("Rgair",501,G__G__Math_99_0_80, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", "J kg^-1 K^-1", (void*) G__func2void( (Double_t (*)())(&TMath::Rgair) ), 0);
03465 G__memfunc_setup("EulerGamma",992,G__G__Math_99_0_81, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) G__func2void( (Double_t (*)())(&TMath::EulerGamma) ), 0);
03466 G__memfunc_setup("Qe",182,G__G__Math_99_0_82, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", "C", (void*) G__func2void( (Double_t (*)())(&TMath::Qe) ), 0);
03467 G__memfunc_setup("QeUncertainty",1356,G__G__Math_99_0_83, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) G__func2void( (Double_t (*)())(&TMath::QeUncertainty) ), 0);
03468 G__memfunc_setup("Sin",298,G__G__Math_99_0_84, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::Sin) ), 0);
03469 G__memfunc_setup("Cos",293,G__G__Math_99_0_85, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::Cos) ), 0);
03470 G__memfunc_setup("Tan",291,G__G__Math_99_0_86, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::Tan) ), 0);
03471 G__memfunc_setup("SinH",370,G__G__Math_99_0_87, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::SinH) ), 0);
03472 G__memfunc_setup("CosH",365,G__G__Math_99_0_88, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::CosH) ), 0);
03473 G__memfunc_setup("TanH",363,G__G__Math_99_0_89, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::TanH) ), 0);
03474 G__memfunc_setup("ASin",363,G__G__Math_99_0_90, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::ASin) ), 0);
03475 G__memfunc_setup("ACos",358,G__G__Math_99_0_91, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::ACos) ), 0);
03476 G__memfunc_setup("ATan",356,G__G__Math_99_0_92, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::ATan) ), 0);
03477 G__memfunc_setup("ATan2",406,G__G__Math_99_0_93, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03478 "d - 'Double_t' 0 - y d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t))(&TMath::ATan2) ), 0);
03479 G__memfunc_setup("ASinH",435,G__G__Math_99_0_94, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - -", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::ASinH) ), 0);
03480 G__memfunc_setup("ACosH",430,G__G__Math_99_0_95, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - -", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::ACosH) ), 0);
03481 G__memfunc_setup("ATanH",428,G__G__Math_99_0_96, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - -", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::ATanH) ), 0);
03482 G__memfunc_setup("Hypot",532,G__G__Math_99_0_97, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03483 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t))(&TMath::Hypot) ), 0);
03484 G__memfunc_setup("Sqrt",426,G__G__Math_99_0_98, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::Sqrt) ), 0);
03485 G__memfunc_setup("Ceil",381,G__G__Math_99_0_99, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::Ceil) ), 0);
03486 G__memfunc_setup("CeilNint",790,G__G__Math_99_0_100, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Int_t (*)(Double_t))(&TMath::CeilNint) ), 0);
03487 G__memfunc_setup("Floor",514,G__G__Math_99_0_101, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::Floor) ), 0);
03488 G__memfunc_setup("FloorNint",923,G__G__Math_99_0_102, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Int_t (*)(Double_t))(&TMath::FloorNint) ), 0);
03489 G__memfunc_setup("Exp",301,G__G__Math_99_0_103, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::Exp) ), 0);
03490 G__memfunc_setup("Ldexp",509,G__G__Math_99_0_104, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03491 "d - 'Double_t' 0 - x i - 'Int_t' 0 - exp", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Int_t))(&TMath::Ldexp) ), 0);
03492 G__memfunc_setup("Factorial",917,G__G__Math_99_0_105, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - i", (char*)NULL, (void*) G__func2void( (Double_t (*)(Int_t))(&TMath::Factorial) ), 0);
03493 G__memfunc_setup("Power",525,G__G__Math_99_0_106, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03494 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t))(&TMath::Power) ), 0);
03495 G__memfunc_setup("Log",290,G__G__Math_99_0_107, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::Log) ), 0);
03496 G__memfunc_setup("Log2",340,G__G__Math_99_0_108, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::Log2) ), 0);
03497 G__memfunc_setup("Log10",387,G__G__Math_99_0_109, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::Log10) ), 0);
03498 G__memfunc_setup("Nint",409,G__G__Math_99_0_110, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "f - 'Float_t' 0 - x", (char*)NULL, (void*) G__func2void( (Int_t (*)(Float_t))(&TMath::Nint) ), 0);
03499 G__memfunc_setup("Nint",409,G__G__Math_99_0_111, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Int_t (*)(Double_t))(&TMath::Nint) ), 0);
03500 G__memfunc_setup("Finite",607,G__G__Math_99_0_112, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Int_t (*)(Double_t))(&TMath::Finite) ), 0);
03501 G__memfunc_setup("IsNaN",441,G__G__Math_99_0_113, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Int_t (*)(Double_t))(&TMath::IsNaN) ), 0);
03502 G__memfunc_setup("Hypot",532,G__G__Math_99_0_114, 108, -1, G__defined_typename("Long_t"), 0, 2, 1, 1, 0,
03503 "l - 'Long_t' 0 - x l - 'Long_t' 0 - y", "sqrt(px*px + py*py)", (void*) G__func2void( (Long_t (*)(Long_t, Long_t))(&TMath::Hypot) ), 0);
03504 G__memfunc_setup("AreEqualAbs",1062,G__G__Math_99_0_115, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0,
03505 "d - 'Double_t' 0 - af d - 'Double_t' 0 - bf "
03506 "d - 'Double_t' 0 - epsilon", (char*)NULL, (void*) G__func2void( (Bool_t (*)(Double_t, Double_t, Double_t))(&TMath::AreEqualAbs) ), 0);
03507 G__memfunc_setup("AreEqualRel",1075,G__G__Math_99_0_116, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0,
03508 "d - 'Double_t' 0 - af d - 'Double_t' 0 - bf "
03509 "d - 'Double_t' 0 - relPrec", (char*)NULL, (void*) G__func2void( (Bool_t (*)(Double_t, Double_t, Double_t))(&TMath::AreEqualRel) ), 0);
03510 G__memfunc_setup("Hash",388,G__G__Math_99_0_117, 107, -1, G__defined_typename("ULong_t"), 0, 2, 1, 1, 0,
03511 "Y - - 10 - txt i - 'Int_t' 0 - ntxt", (char*)NULL, (void*) G__func2void( (ULong_t (*)(const void*, Int_t))(&TMath::Hash) ), 0);
03512 G__memfunc_setup("Hash",388,G__G__Math_99_0_118, 107, -1, G__defined_typename("ULong_t"), 0, 1, 1, 1, 0, "C - - 10 - str", (char*)NULL, (void*) G__func2void( (ULong_t (*)(const char*))(&TMath::Hash) ), 0);
03513 G__memfunc_setup("BubbleHigh",972,G__G__Math_99_0_119, 121, -1, -1, 0, 3, 1, 1, 0,
03514 "i - 'Int_t' 0 - Narr D - 'Double_t' 0 - arr1 "
03515 "I - 'Int_t' 0 - arr2", (char*)NULL, (void*) G__func2void( (void (*)(Int_t, Double_t*, Int_t*))(&TMath::BubbleHigh) ), 0);
03516 G__memfunc_setup("BubbleLow",894,G__G__Math_99_0_120, 121, -1, -1, 0, 3, 1, 1, 0,
03517 "i - 'Int_t' 0 - Narr D - 'Double_t' 0 - arr1 "
03518 "I - 'Int_t' 0 - arr2", (char*)NULL, (void*) G__func2void( (void (*)(Int_t, Double_t*, Int_t*))(&TMath::BubbleLow) ), 0);
03519 G__memfunc_setup("Permute",738,G__G__Math_99_0_121, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0,
03520 "i - 'Int_t' 0 - n I - 'Int_t' 0 - a", "Find permutations", (void*) G__func2void( (Bool_t (*)(Int_t, Int_t*))(&TMath::Permute) ), 0);
03521 G__memfunc_setup("Quantiles",950,G__G__Math_99_0_122, 121, -1, -1, 0, 8, 1, 1, 0,
03522 "i - 'Int_t' 0 - n i - 'Int_t' 0 - nprob "
03523 "D - 'Double_t' 0 - x D - 'Double_t' 0 - quantiles "
03524 "D - 'Double_t' 0 - prob g - 'Bool_t' 0 'kTRUE' isSorted "
03525 "I - 'Int_t' 0 '0' index i - 'Int_t' 0 '7' type", (char*)NULL, (void*) G__func2void( (void (*)(Int_t, Int_t, Double_t*, Double_t*, Double_t*, Bool_t, Int_t*, Int_t))(&TMath::Quantiles) ), 0);
03526 G__memfunc_setup("Normalize",945,G__G__Math_99_0_123, 102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 0, "F - 'Float_t' 0 - v", "Normalize a vector", (void*) G__func2void( (Float_t (*)(Float_t*))(&TMath::Normalize) ), 0);
03527 G__memfunc_setup("Normalize",945,G__G__Math_99_0_124, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "D - 'Double_t' 0 - v", "Normalize a vector", (void*) G__func2void( (Double_t (*)(Double_t*))(&TMath::Normalize) ), 0);
03528 G__memfunc_setup("RootsCubic",1021,G__G__Math_99_0_125, 103, -1, G__defined_typename("Bool_t"), 0, 4, 1, 1, 0,
03529 "D - 'Double_t' 10 - coef d - 'Double_t' 1 - a "
03530 "d - 'Double_t' 1 - b d - 'Double_t' 1 - c", (char*)NULL, (void*) G__func2void( (Bool_t (*)(const Double_t*, Double_t&, Double_t&, Double_t&))(&TMath::RootsCubic) ), 0);
03531 G__memfunc_setup("Binomial",811,G__G__Math_99_0_126, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03532 "i - 'Int_t' 0 - n i - 'Int_t' 0 - k", "Calculate the binomial coefficient n over k", (void*) G__func2void( (Double_t (*)(Int_t, Int_t))(&TMath::Binomial) ), 0);
03533 G__memfunc_setup("BinomialI",884,G__G__Math_99_0_127, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 0,
03534 "d - 'Double_t' 0 - p i - 'Int_t' 0 - n "
03535 "i - 'Int_t' 0 - k", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Int_t, Int_t))(&TMath::BinomialI) ), 0);
03536 G__memfunc_setup("BreitWigner",1122,G__G__Math_99_0_128, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 0,
03537 "d - 'Double_t' 0 - x d - 'Double_t' 0 '0' mean "
03538 "d - 'Double_t' 0 '1' gamma", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t, Double_t))(&TMath::BreitWigner) ), 0);
03539 G__memfunc_setup("CauchyDist",1009,G__G__Math_99_0_129, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 0,
03540 "d - 'Double_t' 0 - x d - 'Double_t' 0 '0' t "
03541 "d - 'Double_t' 0 '1' s", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t, Double_t))(&TMath::CauchyDist) ), 0);
03542 G__memfunc_setup("ChisquareQuantile",1768,G__G__Math_99_0_130, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03543 "d - 'Double_t' 0 - p d - 'Double_t' 0 - ndf", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t))(&TMath::ChisquareQuantile) ), 0);
03544 G__memfunc_setup("FDist",474,G__G__Math_99_0_131, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 0,
03545 "d - 'Double_t' 0 - F d - 'Double_t' 0 - N "
03546 "d - 'Double_t' 0 - M", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t, Double_t))(&TMath::FDist) ), 0);
03547 G__memfunc_setup("FDistI",547,G__G__Math_99_0_132, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 0,
03548 "d - 'Double_t' 0 - F d - 'Double_t' 0 - N "
03549 "d - 'Double_t' 0 - M", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t, Double_t))(&TMath::FDistI) ), 0);
03550 G__memfunc_setup("Gaus",400,G__G__Math_99_0_133, 100, -1, G__defined_typename("Double_t"), 0, 4, 1, 1, 0,
03551 "d - 'Double_t' 0 - x d - 'Double_t' 0 '0' mean "
03552 "d - 'Double_t' 0 '1' sigma g - 'Bool_t' 0 'kFALSE' norm", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t, Double_t, Bool_t))(&TMath::Gaus) ), 0);
03553 G__memfunc_setup("KolmogorovProb",1474,G__G__Math_99_0_134, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - z", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::KolmogorovProb) ), 0);
03554 G__memfunc_setup("KolmogorovTest",1487,G__G__Math_99_0_135, 100, -1, G__defined_typename("Double_t"), 0, 5, 1, 1, 0,
03555 "i - 'Int_t' 0 - na D - 'Double_t' 10 - a "
03556 "i - 'Int_t' 0 - nb D - 'Double_t' 10 - b "
03557 "C - 'Option_t' 10 - option", (char*)NULL, (void*) G__func2void( (Double_t (*)(Int_t, const Double_t*, Int_t, const Double_t*, Option_t*))(&TMath::KolmogorovTest) ), 0);
03558 G__memfunc_setup("Landau",597,G__G__Math_99_0_136, 100, -1, G__defined_typename("Double_t"), 0, 4, 1, 1, 0,
03559 "d - 'Double_t' 0 - x d - 'Double_t' 0 '0' mpv "
03560 "d - 'Double_t' 0 '1' sigma g - 'Bool_t' 0 'kFALSE' norm", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t, Double_t, Bool_t))(&TMath::Landau) ), 0);
03561 G__memfunc_setup("LandauI",670,G__G__Math_99_0_137, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::LandauI) ), 0);
03562 G__memfunc_setup("LaplaceDist",1094,G__G__Math_99_0_138, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 0,
03563 "d - 'Double_t' 0 - x d - 'Double_t' 0 '0' alpha "
03564 "d - 'Double_t' 0 '1' beta", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t, Double_t))(&TMath::LaplaceDist) ), 0);
03565 G__memfunc_setup("LaplaceDistI",1167,G__G__Math_99_0_139, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 0,
03566 "d - 'Double_t' 0 - x d - 'Double_t' 0 '0' alpha "
03567 "d - 'Double_t' 0 '1' beta", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t, Double_t))(&TMath::LaplaceDistI) ), 0);
03568 G__memfunc_setup("LogNormal",907,G__G__Math_99_0_140, 100, -1, G__defined_typename("Double_t"), 0, 4, 1, 1, 0,
03569 "d - 'Double_t' 0 - x d - 'Double_t' 0 - sigma "
03570 "d - 'Double_t' 0 '0' theta d - 'Double_t' 0 '1' m", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t, Double_t, Double_t))(&TMath::LogNormal) ), 0);
03571 G__memfunc_setup("NormQuantile",1247,G__G__Math_99_0_141, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - p", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::NormQuantile) ), 0);
03572 G__memfunc_setup("Poisson",747,G__G__Math_99_0_142, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03573 "d - 'Double_t' 0 - x d - 'Double_t' 0 - par", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t))(&TMath::Poisson) ), 0);
03574 G__memfunc_setup("PoissonI",820,G__G__Math_99_0_143, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03575 "d - 'Double_t' 0 - x d - 'Double_t' 0 - par", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t))(&TMath::PoissonI) ), 0);
03576 G__memfunc_setup("Prob",403,G__G__Math_99_0_144, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03577 "d - 'Double_t' 0 - chi2 i - 'Int_t' 0 - ndf", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Int_t))(&TMath::Prob) ), 0);
03578 G__memfunc_setup("Student",743,G__G__Math_99_0_145, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03579 "d - 'Double_t' 0 - T d - 'Double_t' 0 - ndf", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t))(&TMath::Student) ), 0);
03580 G__memfunc_setup("StudentI",816,G__G__Math_99_0_146, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03581 "d - 'Double_t' 0 - T d - 'Double_t' 0 - ndf", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t))(&TMath::StudentI) ), 0);
03582 G__memfunc_setup("StudentQuantile",1578,G__G__Math_99_0_147, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 0,
03583 "d - 'Double_t' 0 - p d - 'Double_t' 0 - ndf "
03584 "g - 'Bool_t' 0 'kTRUE' lower_tail", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t, Bool_t))(&TMath::StudentQuantile) ), 0);
03585 G__memfunc_setup("Vavilov",743,G__G__Math_99_0_148, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 0,
03586 "d - 'Double_t' 0 - x d - 'Double_t' 0 - kappa "
03587 "d - 'Double_t' 0 - beta2", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t, Double_t))(&TMath::Vavilov) ), 0);
03588 G__memfunc_setup("VavilovI",816,G__G__Math_99_0_149, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 0,
03589 "d - 'Double_t' 0 - x d - 'Double_t' 0 - kappa "
03590 "d - 'Double_t' 0 - beta2", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t, Double_t))(&TMath::VavilovI) ), 0);
03591 G__memfunc_setup("Voigt",521,G__G__Math_99_0_150, 100, -1, G__defined_typename("Double_t"), 0, 4, 1, 1, 0,
03592 "d - 'Double_t' 0 - x d - 'Double_t' 0 - sigma "
03593 "d - 'Double_t' 0 - lg i - 'Int_t' 0 '4' R", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t, Double_t, Int_t))(&TMath::Voigt) ), 0);
03594 G__memfunc_setup("Beta",380,G__G__Math_99_0_151, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03595 "d - 'Double_t' 0 - p d - 'Double_t' 0 - q", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t))(&TMath::Beta) ), 0);
03596 G__memfunc_setup("BetaCf",549,G__G__Math_99_0_152, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 0,
03597 "d - 'Double_t' 0 - x d - 'Double_t' 0 - a "
03598 "d - 'Double_t' 0 - b", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t, Double_t))(&TMath::BetaCf) ), 0);
03599 G__memfunc_setup("BetaDist",784,G__G__Math_99_0_153, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 0,
03600 "d - 'Double_t' 0 - x d - 'Double_t' 0 - p "
03601 "d - 'Double_t' 0 - q", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t, Double_t))(&TMath::BetaDist) ), 0);
03602 G__memfunc_setup("BetaDistI",857,G__G__Math_99_0_154, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 0,
03603 "d - 'Double_t' 0 - x d - 'Double_t' 0 - p "
03604 "d - 'Double_t' 0 - q", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t, Double_t))(&TMath::BetaDistI) ), 0);
03605 G__memfunc_setup("BetaIncomplete",1420,G__G__Math_99_0_155, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 0,
03606 "d - 'Double_t' 0 - x d - 'Double_t' 0 - a "
03607 "d - 'Double_t' 0 - b", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t, Double_t))(&TMath::BetaIncomplete) ), 0);
03608 G__memfunc_setup("BesselI",679,G__G__Math_99_0_156, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03609 "i - 'Int_t' 0 - n d - 'Double_t' 0 - x", "integer order modified Bessel function I_n(x)", (void*) G__func2void( (Double_t (*)(Int_t, Double_t))(&TMath::BesselI) ), 0);
03610 G__memfunc_setup("BesselK",681,G__G__Math_99_0_157, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03611 "i - 'Int_t' 0 - n d - 'Double_t' 0 - x", "integer order modified Bessel function K_n(x)", (void*) G__func2void( (Double_t (*)(Int_t, Double_t))(&TMath::BesselK) ), 0);
03612 G__memfunc_setup("BesselI0",727,G__G__Math_99_0_158, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", "modified Bessel function I_0(x)", (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::BesselI0) ), 0);
03613 G__memfunc_setup("BesselK0",729,G__G__Math_99_0_159, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", "modified Bessel function K_0(x)", (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::BesselK0) ), 0);
03614 G__memfunc_setup("BesselI1",728,G__G__Math_99_0_160, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", "modified Bessel function I_1(x)", (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::BesselI1) ), 0);
03615 G__memfunc_setup("BesselK1",730,G__G__Math_99_0_161, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", "modified Bessel function K_1(x)", (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::BesselK1) ), 0);
03616 G__memfunc_setup("BesselJ0",728,G__G__Math_99_0_162, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", "Bessel function J0(x) for any real x", (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::BesselJ0) ), 0);
03617 G__memfunc_setup("BesselJ1",729,G__G__Math_99_0_163, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", "Bessel function J1(x) for any real x", (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::BesselJ1) ), 0);
03618 G__memfunc_setup("BesselY0",743,G__G__Math_99_0_164, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", "Bessel function Y0(x) for positive x", (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::BesselY0) ), 0);
03619 G__memfunc_setup("BesselY1",744,G__G__Math_99_0_165, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", "Bessel function Y1(x) for positive x", (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::BesselY1) ), 0);
03620 G__memfunc_setup("StruveH0",769,G__G__Math_99_0_166, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", "Struve functions of order 0", (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::StruveH0) ), 0);
03621 G__memfunc_setup("StruveH1",770,G__G__Math_99_0_167, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", "Struve functions of order 1", (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::StruveH1) ), 0);
03622 G__memfunc_setup("StruveL0",773,G__G__Math_99_0_168, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", "Modified Struve functions of order 0", (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::StruveL0) ), 0);
03623 G__memfunc_setup("StruveL1",774,G__G__Math_99_0_169, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", "Modified Struve functions of order 1", (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::StruveL1) ), 0);
03624 G__memfunc_setup("DiLog",463,G__G__Math_99_0_170, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::DiLog) ), 0);
03625 G__memfunc_setup("Erf",285,G__G__Math_99_0_171, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::Erf) ), 0);
03626 G__memfunc_setup("ErfInverse",1017,G__G__Math_99_0_172, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::ErfInverse) ), 0);
03627 G__memfunc_setup("Erfc",384,G__G__Math_99_0_173, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::Erfc) ), 0);
03628 G__memfunc_setup("ErfcInverse",1116,G__G__Math_99_0_174, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::ErfcInverse) ), 0);
03629 G__memfunc_setup("Freq",398,G__G__Math_99_0_175, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::Freq) ), 0);
03630 G__memfunc_setup("Gamma",483,G__G__Math_99_0_176, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - z", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::Gamma) ), 0);
03631 G__memfunc_setup("Gamma",483,G__G__Math_99_0_177, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03632 "d - 'Double_t' 0 - a d - 'Double_t' 0 - x", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t))(&TMath::Gamma) ), 0);
03633 G__memfunc_setup("GammaDist",887,G__G__Math_99_0_178, 100, -1, G__defined_typename("Double_t"), 0, 4, 1, 1, 0,
03634 "d - 'Double_t' 0 - x d - 'Double_t' 0 - gamma "
03635 "d - 'Double_t' 0 '0' mu d - 'Double_t' 0 '1' beta", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t, Double_t, Double_t))(&TMath::GammaDist) ), 0);
03636 G__memfunc_setup("LnGamma",669,G__G__Math_99_0_179, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - z", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t))(&TMath::LnGamma) ), 0);
03637 G__memfunc_setup("MinElement",1006,G__G__Math_99_0_180, 115, -1, -1, 0, 2, 1, 1, 0,
03638 "n - 'Long64_t' 0 - n S - - 10 - a", (char*)NULL, (void*) G__func2void( (short (*)(Long64_t, const short*))(&TMath::MinElement) ), 0);
03639 G__memfunc_setup("MinElement",1006,G__G__Math_99_0_181, 105, -1, -1, 0, 2, 1, 1, 0,
03640 "n - 'Long64_t' 0 - n I - - 10 - a", (char*)NULL, (void*) G__func2void( (int (*)(Long64_t, const int*))(&TMath::MinElement) ), 0);
03641 G__memfunc_setup("MinElement",1006,G__G__Math_99_0_182, 102, -1, -1, 0, 2, 1, 1, 0,
03642 "n - 'Long64_t' 0 - n F - - 10 - a", (char*)NULL, (void*) G__func2void( (float (*)(Long64_t, const float*))(&TMath::MinElement) ), 0);
03643 G__memfunc_setup("MinElement",1006,G__G__Math_99_0_183, 100, -1, -1, 0, 2, 1, 1, 0,
03644 "n - 'Long64_t' 0 - n D - - 10 - a", (char*)NULL, (void*) G__func2void( (double (*)(Long64_t, const double*))(&TMath::MinElement) ), 0);
03645 G__memfunc_setup("MinElement",1006,G__G__Math_99_0_184, 108, -1, -1, 0, 2, 1, 1, 0,
03646 "n - 'Long64_t' 0 - n L - - 10 - a", (char*)NULL, (void*) G__func2void( (long (*)(Long64_t, const long*))(&TMath::MinElement) ), 0);
03647 G__memfunc_setup("MinElement",1006,G__G__Math_99_0_185, 110, -1, -1, 0, 2, 1, 1, 0,
03648 "n - 'Long64_t' 0 - n N - - 10 - a", (char*)NULL, (void*) G__func2void( (long long (*)(Long64_t, const long long*))(&TMath::MinElement) ), 0);
03649 G__memfunc_setup("MaxElement",1008,G__G__Math_99_0_186, 115, -1, -1, 0, 2, 1, 1, 0,
03650 "n - 'Long64_t' 0 - n S - - 10 - a", (char*)NULL, (void*) G__func2void( (short (*)(Long64_t, const short*))(&TMath::MaxElement) ), 0);
03651 G__memfunc_setup("MaxElement",1008,G__G__Math_99_0_187, 105, -1, -1, 0, 2, 1, 1, 0,
03652 "n - 'Long64_t' 0 - n I - - 10 - a", (char*)NULL, (void*) G__func2void( (int (*)(Long64_t, const int*))(&TMath::MaxElement) ), 0);
03653 G__memfunc_setup("MaxElement",1008,G__G__Math_99_0_188, 102, -1, -1, 0, 2, 1, 1, 0,
03654 "n - 'Long64_t' 0 - n F - - 10 - a", (char*)NULL, (void*) G__func2void( (float (*)(Long64_t, const float*))(&TMath::MaxElement) ), 0);
03655 G__memfunc_setup("MaxElement",1008,G__G__Math_99_0_189, 100, -1, -1, 0, 2, 1, 1, 0,
03656 "n - 'Long64_t' 0 - n D - - 10 - a", (char*)NULL, (void*) G__func2void( (double (*)(Long64_t, const double*))(&TMath::MaxElement) ), 0);
03657 G__memfunc_setup("MaxElement",1008,G__G__Math_99_0_190, 108, -1, -1, 0, 2, 1, 1, 0,
03658 "n - 'Long64_t' 0 - n L - - 10 - a", (char*)NULL, (void*) G__func2void( (long (*)(Long64_t, const long*))(&TMath::MaxElement) ), 0);
03659 G__memfunc_setup("MaxElement",1008,G__G__Math_99_0_191, 110, -1, -1, 0, 2, 1, 1, 0,
03660 "n - 'Long64_t' 0 - n N - - 10 - a", (char*)NULL, (void*) G__func2void( (long long (*)(Long64_t, const long long*))(&TMath::MaxElement) ), 0);
03661 G__memfunc_setup("LocMin",578,G__G__Math_99_0_192, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0,
03662 "n - 'Long64_t' 0 - n S - - 10 - a", (char*)NULL, (void*) G__func2void( (Long64_t (*)(Long64_t, const short*))(&TMath::LocMin) ), 0);
03663 G__memfunc_setup("LocMin",578,G__G__Math_99_0_193, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0,
03664 "n - 'Long64_t' 0 - n I - - 10 - a", (char*)NULL, (void*) G__func2void( (Long64_t (*)(Long64_t, const int*))(&TMath::LocMin) ), 0);
03665 G__memfunc_setup("LocMin",578,G__G__Math_99_0_194, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0,
03666 "n - 'Long64_t' 0 - n F - - 10 - a", (char*)NULL, (void*) G__func2void( (Long64_t (*)(Long64_t, const float*))(&TMath::LocMin) ), 0);
03667 G__memfunc_setup("LocMin",578,G__G__Math_99_0_195, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0,
03668 "n - 'Long64_t' 0 - n D - - 10 - a", (char*)NULL, (void*) G__func2void( (Long64_t (*)(Long64_t, const double*))(&TMath::LocMin) ), 0);
03669 G__memfunc_setup("LocMin",578,G__G__Math_99_0_196, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0,
03670 "n - 'Long64_t' 0 - n L - - 10 - a", (char*)NULL, (void*) G__func2void( (Long64_t (*)(Long64_t, const long*))(&TMath::LocMin) ), 0);
03671 G__memfunc_setup("LocMin",578,G__G__Math_99_0_197, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0,
03672 "n - 'Long64_t' 0 - n N - - 10 - a", (char*)NULL, (void*) G__func2void( (Long64_t (*)(Long64_t, const long long*))(&TMath::LocMin) ), 0);
03673 G__memfunc_setup("LocMax",580,G__G__Math_99_0_198, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0,
03674 "n - 'Long64_t' 0 - n S - - 10 - a", (char*)NULL, (void*) G__func2void( (Long64_t (*)(Long64_t, const short*))(&TMath::LocMax) ), 0);
03675 G__memfunc_setup("LocMax",580,G__G__Math_99_0_199, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0,
03676 "n - 'Long64_t' 0 - n I - - 10 - a", (char*)NULL, (void*) G__func2void( (Long64_t (*)(Long64_t, const int*))(&TMath::LocMax) ), 0);
03677 G__memfunc_setup("LocMax",580,G__G__Math_99_0_200, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0,
03678 "n - 'Long64_t' 0 - n F - - 10 - a", (char*)NULL, (void*) G__func2void( (Long64_t (*)(Long64_t, const float*))(&TMath::LocMax) ), 0);
03679 G__memfunc_setup("LocMax",580,G__G__Math_99_0_201, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0,
03680 "n - 'Long64_t' 0 - n D - - 10 - a", (char*)NULL, (void*) G__func2void( (Long64_t (*)(Long64_t, const double*))(&TMath::LocMax) ), 0);
03681 G__memfunc_setup("LocMax",580,G__G__Math_99_0_202, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0,
03682 "n - 'Long64_t' 0 - n L - - 10 - a", (char*)NULL, (void*) G__func2void( (Long64_t (*)(Long64_t, const long*))(&TMath::LocMax) ), 0);
03683 G__memfunc_setup("LocMax",580,G__G__Math_99_0_203, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0,
03684 "n - 'Long64_t' 0 - n N - - 10 - a", (char*)NULL, (void*) G__func2void( (Long64_t (*)(Long64_t, const long long*))(&TMath::LocMax) ), 0);
03685 G__memfunc_setup("Mean",385,G__G__Math_99_0_204, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 0,
03686 "n - 'Long64_t' 0 - n S - - 10 - a "
03687 "D - 'Double_t' 10 '0' w", (char*)NULL, (void*) G__func2void( (Double_t (*)(Long64_t, const short*, const Double_t*))(&TMath::Mean) ), 0);
03688 G__memfunc_setup("Mean",385,G__G__Math_99_0_205, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 0,
03689 "n - 'Long64_t' 0 - n I - - 10 - a "
03690 "D - 'Double_t' 10 '0' w", (char*)NULL, (void*) G__func2void( (Double_t (*)(Long64_t, const int*, const Double_t*))(&TMath::Mean) ), 0);
03691 G__memfunc_setup("Mean",385,G__G__Math_99_0_206, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 0,
03692 "n - 'Long64_t' 0 - n F - - 10 - a "
03693 "D - 'Double_t' 10 '0' w", (char*)NULL, (void*) G__func2void( (Double_t (*)(Long64_t, const float*, const Double_t*))(&TMath::Mean) ), 0);
03694 G__memfunc_setup("Mean",385,G__G__Math_99_0_207, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 0,
03695 "n - 'Long64_t' 0 - n D - - 10 - a "
03696 "D - 'Double_t' 10 '0' w", (char*)NULL, (void*) G__func2void( (Double_t (*)(Long64_t, const double*, const Double_t*))(&TMath::Mean) ), 0);
03697 G__memfunc_setup("Mean",385,G__G__Math_99_0_208, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 0,
03698 "n - 'Long64_t' 0 - n L - - 10 - a "
03699 "D - 'Double_t' 10 '0' w", (char*)NULL, (void*) G__func2void( (Double_t (*)(Long64_t, const long*, const Double_t*))(&TMath::Mean) ), 0);
03700 G__memfunc_setup("Mean",385,G__G__Math_99_0_209, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 0,
03701 "n - 'Long64_t' 0 - n N - - 10 - a "
03702 "D - 'Double_t' 10 '0' w", (char*)NULL, (void*) G__func2void( (Double_t (*)(Long64_t, const long long*, const Double_t*))(&TMath::Mean) ), 0);
03703 G__memfunc_setup("GeomMean",777,G__G__Math_99_0_210, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03704 "n - 'Long64_t' 0 - n S - - 10 - a", (char*)NULL, (void*) G__func2void( (Double_t (*)(Long64_t, const short*))(&TMath::GeomMean) ), 0);
03705 G__memfunc_setup("GeomMean",777,G__G__Math_99_0_211, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03706 "n - 'Long64_t' 0 - n I - - 10 - a", (char*)NULL, (void*) G__func2void( (Double_t (*)(Long64_t, const int*))(&TMath::GeomMean) ), 0);
03707 G__memfunc_setup("GeomMean",777,G__G__Math_99_0_212, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03708 "n - 'Long64_t' 0 - n F - - 10 - a", (char*)NULL, (void*) G__func2void( (Double_t (*)(Long64_t, const float*))(&TMath::GeomMean) ), 0);
03709 G__memfunc_setup("GeomMean",777,G__G__Math_99_0_213, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03710 "n - 'Long64_t' 0 - n D - - 10 - a", (char*)NULL, (void*) G__func2void( (Double_t (*)(Long64_t, const double*))(&TMath::GeomMean) ), 0);
03711 G__memfunc_setup("GeomMean",777,G__G__Math_99_0_214, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03712 "n - 'Long64_t' 0 - n L - - 10 - a", (char*)NULL, (void*) G__func2void( (Double_t (*)(Long64_t, const long*))(&TMath::GeomMean) ), 0);
03713 G__memfunc_setup("GeomMean",777,G__G__Math_99_0_215, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03714 "n - 'Long64_t' 0 - n N - - 10 - a", (char*)NULL, (void*) G__func2void( (Double_t (*)(Long64_t, const long long*))(&TMath::GeomMean) ), 0);
03715 G__memfunc_setup("RMS",242,G__G__Math_99_0_216, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03716 "n - 'Long64_t' 0 - n S - - 10 - a", (char*)NULL, (void*) G__func2void( (Double_t (*)(Long64_t, const short*))(&TMath::RMS) ), 0);
03717 G__memfunc_setup("RMS",242,G__G__Math_99_0_217, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03718 "n - 'Long64_t' 0 - n I - - 10 - a", (char*)NULL, (void*) G__func2void( (Double_t (*)(Long64_t, const int*))(&TMath::RMS) ), 0);
03719 G__memfunc_setup("RMS",242,G__G__Math_99_0_218, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03720 "n - 'Long64_t' 0 - n F - - 10 - a", (char*)NULL, (void*) G__func2void( (Double_t (*)(Long64_t, const float*))(&TMath::RMS) ), 0);
03721 G__memfunc_setup("RMS",242,G__G__Math_99_0_219, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03722 "n - 'Long64_t' 0 - n D - - 10 - a", (char*)NULL, (void*) G__func2void( (Double_t (*)(Long64_t, const double*))(&TMath::RMS) ), 0);
03723 G__memfunc_setup("RMS",242,G__G__Math_99_0_220, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03724 "n - 'Long64_t' 0 - n L - - 10 - a", (char*)NULL, (void*) G__func2void( (Double_t (*)(Long64_t, const long*))(&TMath::RMS) ), 0);
03725 G__memfunc_setup("RMS",242,G__G__Math_99_0_221, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
03726 "n - 'Long64_t' 0 - n N - - 10 - a", (char*)NULL, (void*) G__func2void( (Double_t (*)(Long64_t, const long long*))(&TMath::RMS) ), 0);
03727 G__memfunc_setup("Median",590,G__G__Math_99_0_222, 100, -1, G__defined_typename("Double_t"), 0, 4, 1, 1, 0,
03728 "n - 'Long64_t' 0 - n S - - 10 - a "
03729 "D - 'Double_t' 10 '0' w N - 'Long64_t' 0 '0' work", (char*)NULL, (void*) G__func2void( (Double_t (*)(Long64_t, const short*, const Double_t*, Long64_t*))(&TMath::Median) ), 0);
03730 G__memfunc_setup("Median",590,G__G__Math_99_0_223, 100, -1, G__defined_typename("Double_t"), 0, 4, 1, 1, 0,
03731 "n - 'Long64_t' 0 - n I - - 10 - a "
03732 "D - 'Double_t' 10 '0' w N - 'Long64_t' 0 '0' work", (char*)NULL, (void*) G__func2void( (Double_t (*)(Long64_t, const int*, const Double_t*, Long64_t*))(&TMath::Median) ), 0);
03733 G__memfunc_setup("Median",590,G__G__Math_99_0_224, 100, -1, G__defined_typename("Double_t"), 0, 4, 1, 1, 0,
03734 "n - 'Long64_t' 0 - n F - - 10 - a "
03735 "D - 'Double_t' 10 '0' w N - 'Long64_t' 0 '0' work", (char*)NULL, (void*) G__func2void( (Double_t (*)(Long64_t, const float*, const Double_t*, Long64_t*))(&TMath::Median) ), 0);
03736 G__memfunc_setup("Median",590,G__G__Math_99_0_225, 100, -1, G__defined_typename("Double_t"), 0, 4, 1, 1, 0,
03737 "n - 'Long64_t' 0 - n D - - 10 - a "
03738 "D - 'Double_t' 10 '0' w N - 'Long64_t' 0 '0' work", (char*)NULL, (void*) G__func2void( (Double_t (*)(Long64_t, const double*, const Double_t*, Long64_t*))(&TMath::Median) ), 0);
03739 G__memfunc_setup("Median",590,G__G__Math_99_0_226, 100, -1, G__defined_typename("Double_t"), 0, 4, 1, 1, 0,
03740 "n - 'Long64_t' 0 - n L - - 10 - a "
03741 "D - 'Double_t' 10 '0' w N - 'Long64_t' 0 '0' work", (char*)NULL, (void*) G__func2void( (Double_t (*)(Long64_t, const long*, const Double_t*, Long64_t*))(&TMath::Median) ), 0);
03742 G__memfunc_setup("Median",590,G__G__Math_99_0_227, 100, -1, G__defined_typename("Double_t"), 0, 4, 1, 1, 0,
03743 "n - 'Long64_t' 0 - n N - - 10 - a "
03744 "D - 'Double_t' 10 '0' w N - 'Long64_t' 0 '0' work", (char*)NULL, (void*) G__func2void( (Double_t (*)(Long64_t, const long long*, const Double_t*, Long64_t*))(&TMath::Median) ), 0);
03745 G__memfunc_setup("KOrdStat",780,G__G__Math_99_0_228, 115, -1, -1, 0, 4, 1, 1, 0,
03746 "n - - 0 - n S - - 10 - a "
03747 "n - - 0 - k N - - 0 '0' work", (char*)NULL, (void*) G__func2void( (short (*)(long long, const short*, long long, long long*))(&TMath::KOrdStat) ), 0);
03748 G__memfunc_setup("KOrdStat",780,G__G__Math_99_0_229, 105, -1, -1, 0, 4, 1, 1, 0,
03749 "n - - 0 - n I - - 10 - a "
03750 "n - - 0 - k N - - 0 '0' work", (char*)NULL, (void*) G__func2void( (int (*)(long long, const int*, long long, long long*))(&TMath::KOrdStat) ), 0);
03751 G__memfunc_setup("KOrdStat",780,G__G__Math_99_0_230, 102, -1, -1, 0, 4, 1, 1, 0,
03752 "n - - 0 - n F - - 10 - a "
03753 "n - - 0 - k N - - 0 '0' work", (char*)NULL, (void*) G__func2void( (float (*)(long long, const float*, long long, long long*))(&TMath::KOrdStat) ), 0);
03754 G__memfunc_setup("KOrdStat",780,G__G__Math_99_0_231, 100, -1, -1, 0, 4, 1, 1, 0,
03755 "n - - 0 - n D - - 10 - a "
03756 "n - - 0 - k N - - 0 '0' work", (char*)NULL, (void*) G__func2void( (double (*)(long long, const double*, long long, long long*))(&TMath::KOrdStat) ), 0);
03757 G__memfunc_setup("KOrdStat",780,G__G__Math_99_0_232, 108, -1, -1, 0, 4, 1, 1, 0,
03758 "n - - 0 - n L - - 10 - a "
03759 "n - - 0 - k N - - 0 '0' work", (char*)NULL, (void*) G__func2void( (long (*)(long long, const long*, long long, long long*))(&TMath::KOrdStat) ), 0);
03760 G__memfunc_setup("KOrdStat",780,G__G__Math_99_0_233, 110, -1, -1, 0, 4, 1, 1, 0,
03761 "n - - 0 - n N - - 10 - a "
03762 "n - - 0 - k N - - 0 '0' work", (char*)NULL, (void*) G__func2void( (long long (*)(long long, const long long*, long long, long long*))(&TMath::KOrdStat) ), 0);
03763 G__memfunc_setup("BinarySearch",1211,G__G__Math_99_0_234, 110, -1, G__defined_typename("Long64_t"), 0, 3, 1, 1, 0,
03764 "n - 'Long64_t' 0 - n S - - 10 - array "
03765 "s - - 0 - value", (char*)NULL, (void*) G__func2void( (Long64_t (*)(Long64_t, const short*, short))(&TMath::BinarySearch) ), 0);
03766 G__memfunc_setup("BinarySearch",1211,G__G__Math_99_0_235, 110, -1, G__defined_typename("Long64_t"), 0, 3, 1, 1, 0,
03767 "n - 'Long64_t' 0 - n S - - 12 - array "
03768 "s - - 0 - value", (char*)NULL, (void*) G__func2void( (Long64_t (*)(Long64_t, const short**, short))(&TMath::BinarySearch) ), 0);
03769 G__memfunc_setup("BinarySearch",1211,G__G__Math_99_0_236, 110, -1, G__defined_typename("Long64_t"), 0, 3, 1, 1, 0,
03770 "n - 'Long64_t' 0 - n I - - 10 - array "
03771 "i - - 0 - value", (char*)NULL, (void*) G__func2void( (Long64_t (*)(Long64_t, const int*, int))(&TMath::BinarySearch) ), 0);
03772 G__memfunc_setup("BinarySearch",1211,G__G__Math_99_0_237, 110, -1, G__defined_typename("Long64_t"), 0, 3, 1, 1, 0,
03773 "n - 'Long64_t' 0 - n I - - 12 - array "
03774 "i - - 0 - value", (char*)NULL, (void*) G__func2void( (Long64_t (*)(Long64_t, const int**, int))(&TMath::BinarySearch) ), 0);
03775 G__memfunc_setup("BinarySearch",1211,G__G__Math_99_0_238, 110, -1, G__defined_typename("Long64_t"), 0, 3, 1, 1, 0,
03776 "n - 'Long64_t' 0 - n F - - 10 - array "
03777 "f - - 0 - value", (char*)NULL, (void*) G__func2void( (Long64_t (*)(Long64_t, const float*, float))(&TMath::BinarySearch) ), 0);
03778 G__memfunc_setup("BinarySearch",1211,G__G__Math_99_0_239, 110, -1, G__defined_typename("Long64_t"), 0, 3, 1, 1, 0,
03779 "n - 'Long64_t' 0 - n F - - 12 - array "
03780 "f - - 0 - value", (char*)NULL, (void*) G__func2void( (Long64_t (*)(Long64_t, const float**, float))(&TMath::BinarySearch) ), 0);
03781 G__memfunc_setup("BinarySearch",1211,G__G__Math_99_0_240, 110, -1, G__defined_typename("Long64_t"), 0, 3, 1, 1, 0,
03782 "n - 'Long64_t' 0 - n D - - 10 - array "
03783 "d - - 0 - value", (char*)NULL, (void*) G__func2void( (Long64_t (*)(Long64_t, const double*, double))(&TMath::BinarySearch) ), 0);
03784 G__memfunc_setup("BinarySearch",1211,G__G__Math_99_0_241, 110, -1, G__defined_typename("Long64_t"), 0, 3, 1, 1, 0,
03785 "n - 'Long64_t' 0 - n D - - 12 - array "
03786 "d - - 0 - value", (char*)NULL, (void*) G__func2void( (Long64_t (*)(Long64_t, const double**, double))(&TMath::BinarySearch) ), 0);
03787 G__memfunc_setup("BinarySearch",1211,G__G__Math_99_0_242, 110, -1, G__defined_typename("Long64_t"), 0, 3, 1, 1, 0,
03788 "n - 'Long64_t' 0 - n L - - 10 - array "
03789 "l - - 0 - value", (char*)NULL, (void*) G__func2void( (Long64_t (*)(Long64_t, const long*, long))(&TMath::BinarySearch) ), 0);
03790 G__memfunc_setup("BinarySearch",1211,G__G__Math_99_0_243, 110, -1, G__defined_typename("Long64_t"), 0, 3, 1, 1, 0,
03791 "n - 'Long64_t' 0 - n L - - 12 - array "
03792 "l - - 0 - value", (char*)NULL, (void*) G__func2void( (Long64_t (*)(Long64_t, const long**, long))(&TMath::BinarySearch) ), 0);
03793 G__memfunc_setup("BinarySearch",1211,G__G__Math_99_0_244, 110, -1, G__defined_typename("Long64_t"), 0, 3, 1, 1, 0,
03794 "n - 'Long64_t' 0 - n N - - 10 - array "
03795 "n - - 0 - value", (char*)NULL, (void*) G__func2void( (Long64_t (*)(Long64_t, const long long*, long long))(&TMath::BinarySearch) ), 0);
03796 G__memfunc_setup("BinarySearch",1211,G__G__Math_99_0_245, 110, -1, G__defined_typename("Long64_t"), 0, 3, 1, 1, 0,
03797 "n - 'Long64_t' 0 - n N - - 12 - array "
03798 "n - - 0 - value", (char*)NULL, (void*) G__func2void( (Long64_t (*)(Long64_t, const long long**, long long))(&TMath::BinarySearch) ), 0);
03799 G__memfunc_setup("IsInside",792,G__G__Math_99_0_246, 103, -1, G__defined_typename("Bool_t"), 0, 5, 1, 1, 0,
03800 "f - - 0 - xp f - - 0 - yp "
03801 "i - 'Int_t' 0 - np F - - 0 - x "
03802 "F - - 0 - y", (char*)NULL, (void*) G__func2void( (Bool_t (*)(float, float, Int_t, float*, float*))(&TMath::IsInside) ), 0);
03803 G__memfunc_setup("IsInside",792,G__G__Math_99_0_247, 103, -1, G__defined_typename("Bool_t"), 0, 5, 1, 1, 0,
03804 "i - - 0 - xp i - - 0 - yp "
03805 "i - 'Int_t' 0 - np I - - 0 - x "
03806 "I - - 0 - y", (char*)NULL, (void*) G__func2void( (Bool_t (*)(int, int, Int_t, int*, int*))(&TMath::IsInside) ), 0);
03807 G__memfunc_setup("Sort",424,G__G__Math_99_0_248, 121, -1, -1, 0, 4, 1, 1, 0,
03808 "n - - 0 - n S - - 10 - a "
03809 "N - - 0 - index g - 'Bool_t' 0 'kTRUE' down", (char*)NULL, (void*) G__func2void( (void (*)(long long, const short*, long long*, Bool_t))(&TMath::Sort) ), 0);
03810 G__memfunc_setup("Sort",424,G__G__Math_99_0_249, 121, -1, -1, 0, 4, 1, 1, 0,
03811 "n - - 0 - n I - - 10 - a "
03812 "N - - 0 - index g - 'Bool_t' 0 'kTRUE' down", (char*)NULL, (void*) G__func2void( (void (*)(long long, const int*, long long*, Bool_t))(&TMath::Sort) ), 0);
03813 G__memfunc_setup("Sort",424,G__G__Math_99_0_250, 121, -1, -1, 0, 4, 1, 1, 0,
03814 "n - - 0 - n F - - 10 - a "
03815 "N - - 0 - index g - 'Bool_t' 0 'kTRUE' down", (char*)NULL, (void*) G__func2void( (void (*)(long long, const float*, long long*, Bool_t))(&TMath::Sort) ), 0);
03816 G__memfunc_setup("Sort",424,G__G__Math_99_0_251, 121, -1, -1, 0, 4, 1, 1, 0,
03817 "n - - 0 - n D - - 10 - a "
03818 "N - - 0 - index g - 'Bool_t' 0 'kTRUE' down", (char*)NULL, (void*) G__func2void( (void (*)(long long, const double*, long long*, Bool_t))(&TMath::Sort) ), 0);
03819 G__memfunc_setup("Sort",424,G__G__Math_99_0_252, 121, -1, -1, 0, 4, 1, 1, 0,
03820 "n - - 0 - n L - - 10 - a "
03821 "N - - 0 - index g - 'Bool_t' 0 'kTRUE' down", (char*)NULL, (void*) G__func2void( (void (*)(long long, const long*, long long*, Bool_t))(&TMath::Sort) ), 0);
03822 G__memfunc_setup("Sort",424,G__G__Math_99_0_253, 121, -1, -1, 0, 4, 1, 1, 0,
03823 "n - - 0 - n N - - 10 - a "
03824 "N - - 0 - index g - 'Bool_t' 0 'kTRUE' down", (char*)NULL, (void*) G__func2void( (void (*)(long long, const long long*, long long*, Bool_t))(&TMath::Sort) ), 0);
03825 G__memfunc_setup("Sort",424,G__G__Math_99_0_254, 121, -1, -1, 0, 4, 1, 1, 0,
03826 "i - - 0 - n S - - 10 - a "
03827 "I - - 0 - index g - 'Bool_t' 0 'kTRUE' down", (char*)NULL, (void*) G__func2void( (void (*)(int, const short*, int*, Bool_t))(&TMath::Sort) ), 0);
03828 G__memfunc_setup("Sort",424,G__G__Math_99_0_255, 121, -1, -1, 0, 4, 1, 1, 0,
03829 "i - - 0 - n I - - 10 - a "
03830 "I - - 0 - index g - 'Bool_t' 0 'kTRUE' down", (char*)NULL, (void*) G__func2void( (void (*)(int, const int*, int*, Bool_t))(&TMath::Sort) ), 0);
03831 G__memfunc_setup("Sort",424,G__G__Math_99_0_256, 121, -1, -1, 0, 4, 1, 1, 0,
03832 "i - - 0 - n F - - 10 - a "
03833 "I - - 0 - index g - 'Bool_t' 0 'kTRUE' down", (char*)NULL, (void*) G__func2void( (void (*)(int, const float*, int*, Bool_t))(&TMath::Sort) ), 0);
03834 G__memfunc_setup("Sort",424,G__G__Math_99_0_257, 121, -1, -1, 0, 4, 1, 1, 0,
03835 "i - - 0 - n D - - 10 - a "
03836 "I - - 0 - index g - 'Bool_t' 0 'kTRUE' down", (char*)NULL, (void*) G__func2void( (void (*)(int, const double*, int*, Bool_t))(&TMath::Sort) ), 0);
03837 G__memfunc_setup("Sort",424,G__G__Math_99_0_258, 121, -1, -1, 0, 4, 1, 1, 0,
03838 "i - - 0 - n L - - 10 - a "
03839 "I - - 0 - index g - 'Bool_t' 0 'kTRUE' down", (char*)NULL, (void*) G__func2void( (void (*)(int, const long*, int*, Bool_t))(&TMath::Sort) ), 0);
03840 G__memfunc_setup("Sort",424,G__G__Math_99_0_259, 121, -1, -1, 0, 4, 1, 1, 0,
03841 "i - - 0 - n N - - 10 - a "
03842 "I - - 0 - index g - 'Bool_t' 0 'kTRUE' down", (char*)NULL, (void*) G__func2void( (void (*)(int, const long long*, int*, Bool_t))(&TMath::Sort) ), 0);
03843 G__memfunc_setup("Cross",522,G__G__Math_99_0_260, 70, -1, -1, 0, 3, 1, 1, 0,
03844 "F - - 10 - v1 F - - 10 - v2 "
03845 "F - - 0 - out", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*))(&TMath::Cross) ), 0);
03846 G__memfunc_setup("Cross",522,G__G__Math_99_0_261, 68, -1, -1, 0, 3, 1, 1, 0,
03847 "D - - 10 - v1 D - - 10 - v2 "
03848 "D - - 0 - out", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*))(&TMath::Cross) ), 0);
03849 G__memfunc_setup("NormCross",934,G__G__Math_99_0_262, 102, -1, -1, 0, 3, 1, 1, 0,
03850 "F - - 10 - v1 F - - 10 - v2 "
03851 "F - - 0 - out", (char*)NULL, (void*) G__func2void( (float (*)(const float*, const float*, float*))(&TMath::NormCross) ), 0);
03852 G__memfunc_setup("NormCross",934,G__G__Math_99_0_263, 100, -1, -1, 0, 3, 1, 1, 0,
03853 "D - - 10 - v1 D - - 10 - v2 "
03854 "D - - 0 - out", (char*)NULL, (void*) G__func2void( (double (*)(const double*, const double*, double*))(&TMath::NormCross) ), 0);
03855 G__memfunc_setup("Normal2Plane",1163,G__G__Math_99_0_264, 70, -1, -1, 0, 4, 1, 1, 0,
03856 "F - - 10 - p1 F - - 10 - p2 "
03857 "F - - 10 - p3 F - - 0 - normal", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, const float*, float*))(&TMath::Normal2Plane) ), 0);
03858 G__memfunc_setup("Normal2Plane",1163,G__G__Math_99_0_265, 68, -1, -1, 0, 4, 1, 1, 0,
03859 "D - - 10 - p1 D - - 10 - p2 "
03860 "D - - 10 - p3 D - - 0 - normal", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, const double*, double*))(&TMath::Normal2Plane) ), 0);
03861 G__tag_memfunc_reset();
03862 }
03863
03864 static void G__setup_memfuncTComplex(void) {
03865
03866 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__MathLN_TComplex));
03867 G__memfunc_setup("TComplex",812,G__G__Math_101_0_1, 105, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
03868 G__memfunc_setup("TComplex",812,G__G__Math_101_0_2, 105, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 3, 1, 1, 0,
03869 "d - 'Double_t' 0 - re d - 'Double_t' 0 '0' im "
03870 "g - 'Bool_t' 0 'kFALSE' polar", (char*)NULL, (void*) NULL, 0);
03871 G__memfunc_setup("I",73,G__G__Math_101_0_3, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TComplex (*)())(&TComplex::I) ), 0);
03872 G__memfunc_setup("One",290,G__G__Math_101_0_4, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TComplex (*)())(&TComplex::One) ), 0);
03873 G__memfunc_setup("Re",183,G__G__Math_101_0_5, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
03874 G__memfunc_setup("Im",182,G__G__Math_101_0_6, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
03875 G__memfunc_setup("Rho",297,G__G__Math_101_0_7, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
03876 G__memfunc_setup("Rho2",347,G__G__Math_101_0_8, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
03877 G__memfunc_setup("Theta",502,G__G__Math_101_0_9, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
03878 G__memfunc_setup("operator()",957,G__G__Math_101_0_10, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 3, 1, 1, 0,
03879 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
03880 "g - 'Bool_t' 0 'kFALSE' polar", (char*)NULL, (void*) NULL, 0);
03881 G__memfunc_setup("operator*",918,G__G__Math_101_0_11, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 1, 1, 8, "u 'TComplex' - 11 - c", (char*)NULL, (void*) NULL, 0);
03882 G__memfunc_setup("operator+",919,G__G__Math_101_0_12, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 1, 1, 8, "u 'TComplex' - 11 - c", (char*)NULL, (void*) NULL, 0);
03883 G__memfunc_setup("operator/",923,G__G__Math_101_0_13, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 1, 1, 8, "u 'TComplex' - 11 - c", (char*)NULL, (void*) NULL, 0);
03884 G__memfunc_setup("operator-",921,G__G__Math_101_0_14, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 1, 1, 8, "u 'TComplex' - 11 - c", (char*)NULL, (void*) NULL, 0);
03885 G__memfunc_setup("operator*=",979,G__G__Math_101_0_15, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 1, 1, 0, "u 'TComplex' - 11 - c", (char*)NULL, (void*) NULL, 0);
03886 G__memfunc_setup("operator+=",980,G__G__Math_101_0_16, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 1, 1, 0, "u 'TComplex' - 11 - c", (char*)NULL, (void*) NULL, 0);
03887 G__memfunc_setup("operator/=",984,G__G__Math_101_0_17, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 1, 1, 0, "u 'TComplex' - 11 - c", (char*)NULL, (void*) NULL, 0);
03888 G__memfunc_setup("operator-=",982,G__G__Math_101_0_18, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 1, 1, 0, "u 'TComplex' - 11 - c", (char*)NULL, (void*) NULL, 0);
03889 G__memfunc_setup("operator-",921,G__G__Math_101_0_19, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
03890 G__memfunc_setup("operator+",919,G__G__Math_101_0_20, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
03891 G__memfunc_setup("operator*",918,G__G__Math_101_0_21, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 1, 1, 8, "d - 'Double_t' 0 - c", (char*)NULL, (void*) NULL, 0);
03892 G__memfunc_setup("operator+",919,G__G__Math_101_0_22, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 1, 1, 8, "d - 'Double_t' 0 - c", (char*)NULL, (void*) NULL, 0);
03893 G__memfunc_setup("operator/",923,G__G__Math_101_0_23, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 1, 1, 8, "d - 'Double_t' 0 - c", (char*)NULL, (void*) NULL, 0);
03894 G__memfunc_setup("operator-",921,G__G__Math_101_0_24, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 1, 1, 8, "d - 'Double_t' 0 - c", (char*)NULL, (void*) NULL, 0);
03895 G__memfunc_setup("operator Double_t",1722,G__G__Math_101_0_25, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
03896 G__memfunc_setup("operator Float_t",1621,G__G__Math_101_0_26, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
03897 G__memfunc_setup("operator Int_t",1418,G__G__Math_101_0_27, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
03898 G__memfunc_setup("Sqrt",426,G__G__Math_101_0_28, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 3, 1, 0, "u 'TComplex' - 11 - c", (char*)NULL, (void*) G__func2void( (TComplex (*)(const TComplex&))(&TComplex::Sqrt) ), 0);
03899 G__memfunc_setup("Exp",301,G__G__Math_101_0_29, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 3, 1, 0, "u 'TComplex' - 11 - c", (char*)NULL, (void*) G__func2void( (TComplex (*)(const TComplex&))(&TComplex::Exp) ), 0);
03900 G__memfunc_setup("Log",290,G__G__Math_101_0_30, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 3, 1, 0, "u 'TComplex' - 11 - c", (char*)NULL, (void*) G__func2void( (TComplex (*)(const TComplex&))(&TComplex::Log) ), 0);
03901 G__memfunc_setup("Log2",340,G__G__Math_101_0_31, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 3, 1, 0, "u 'TComplex' - 11 - c", (char*)NULL, (void*) G__func2void( (TComplex (*)(const TComplex&))(&TComplex::Log2) ), 0);
03902 G__memfunc_setup("Log10",387,G__G__Math_101_0_32, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 3, 1, 0, "u 'TComplex' - 11 - c", (char*)NULL, (void*) G__func2void( (TComplex (*)(const TComplex&))(&TComplex::Log10) ), 0);
03903 G__memfunc_setup("Sin",298,G__G__Math_101_0_33, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 3, 1, 0, "u 'TComplex' - 11 - c", (char*)NULL, (void*) G__func2void( (TComplex (*)(const TComplex&))(&TComplex::Sin) ), 0);
03904 G__memfunc_setup("Cos",293,G__G__Math_101_0_34, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 3, 1, 0, "u 'TComplex' - 11 - c", (char*)NULL, (void*) G__func2void( (TComplex (*)(const TComplex&))(&TComplex::Cos) ), 0);
03905 G__memfunc_setup("Tan",291,G__G__Math_101_0_35, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 3, 1, 0, "u 'TComplex' - 11 - c", (char*)NULL, (void*) G__func2void( (TComplex (*)(const TComplex&))(&TComplex::Tan) ), 0);
03906 G__memfunc_setup("ASin",363,G__G__Math_101_0_36, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 3, 1, 0, "u 'TComplex' - 11 - c", (char*)NULL, (void*) G__func2void( (TComplex (*)(const TComplex&))(&TComplex::ASin) ), 0);
03907 G__memfunc_setup("ACos",358,G__G__Math_101_0_37, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 3, 1, 0, "u 'TComplex' - 11 - c", (char*)NULL, (void*) G__func2void( (TComplex (*)(const TComplex&))(&TComplex::ACos) ), 0);
03908 G__memfunc_setup("ATan",356,G__G__Math_101_0_38, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 3, 1, 0, "u 'TComplex' - 11 - c", (char*)NULL, (void*) G__func2void( (TComplex (*)(const TComplex&))(&TComplex::ATan) ), 0);
03909 G__memfunc_setup("SinH",370,G__G__Math_101_0_39, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 3, 1, 0, "u 'TComplex' - 11 - c", (char*)NULL, (void*) G__func2void( (TComplex (*)(const TComplex&))(&TComplex::SinH) ), 0);
03910 G__memfunc_setup("CosH",365,G__G__Math_101_0_40, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 3, 1, 0, "u 'TComplex' - 11 - c", (char*)NULL, (void*) G__func2void( (TComplex (*)(const TComplex&))(&TComplex::CosH) ), 0);
03911 G__memfunc_setup("TanH",363,G__G__Math_101_0_41, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 3, 1, 0, "u 'TComplex' - 11 - c", (char*)NULL, (void*) G__func2void( (TComplex (*)(const TComplex&))(&TComplex::TanH) ), 0);
03912 G__memfunc_setup("ASinH",435,G__G__Math_101_0_42, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 3, 1, 0, "u 'TComplex' - 11 - c", (char*)NULL, (void*) G__func2void( (TComplex (*)(const TComplex&))(&TComplex::ASinH) ), 0);
03913 G__memfunc_setup("ACosH",430,G__G__Math_101_0_43, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 3, 1, 0, "u 'TComplex' - 11 - c", (char*)NULL, (void*) G__func2void( (TComplex (*)(const TComplex&))(&TComplex::ACosH) ), 0);
03914 G__memfunc_setup("ATanH",428,G__G__Math_101_0_44, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 3, 1, 0, "u 'TComplex' - 11 - c", (char*)NULL, (void*) G__func2void( (TComplex (*)(const TComplex&))(&TComplex::ATanH) ), 0);
03915 G__memfunc_setup("Abs",278,G__G__Math_101_0_45, 100, -1, G__defined_typename("Double_t"), 0, 1, 3, 1, 0, "u 'TComplex' - 11 - c", (char*)NULL, (void*) G__func2void( (Double_t (*)(const TComplex&))(&TComplex::Abs) ), 0);
03916 G__memfunc_setup("Power",525,G__G__Math_101_0_46, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 2, 3, 1, 0,
03917 "u 'TComplex' - 11 - x u 'TComplex' - 11 - y", (char*)NULL, (void*) G__func2void( (TComplex (*)(const TComplex&, const TComplex&))(&TComplex::Power) ), 0);
03918 G__memfunc_setup("Power",525,G__G__Math_101_0_47, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 2, 3, 1, 0,
03919 "u 'TComplex' - 11 - x d - 'Double_t' 0 - y", (char*)NULL, (void*) G__func2void( (TComplex (*)(const TComplex&, Double_t))(&TComplex::Power) ), 0);
03920 G__memfunc_setup("Power",525,G__G__Math_101_0_48, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 2, 3, 1, 0,
03921 "d - 'Double_t' 0 - x u 'TComplex' - 11 - y", (char*)NULL, (void*) G__func2void( (TComplex (*)(Double_t, const TComplex&))(&TComplex::Power) ), 0);
03922 G__memfunc_setup("Power",525,G__G__Math_101_0_49, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 2, 3, 1, 0,
03923 "u 'TComplex' - 11 - x i - 'Int_t' 0 - y", (char*)NULL, (void*) G__func2void( (TComplex (*)(const TComplex&, Int_t))(&TComplex::Power) ), 0);
03924 G__memfunc_setup("Finite",607,G__G__Math_101_0_50, 105, -1, G__defined_typename("Int_t"), 0, 1, 3, 1, 0, "u 'TComplex' - 11 - c", (char*)NULL, (void*) G__func2void( (Int_t (*)(const TComplex&))(&TComplex::Finite) ), 0);
03925 G__memfunc_setup("IsNaN",441,G__G__Math_101_0_51, 105, -1, G__defined_typename("Int_t"), 0, 1, 3, 1, 0, "u 'TComplex' - 11 - c", (char*)NULL, (void*) G__func2void( (Int_t (*)(const TComplex&))(&TComplex::IsNaN) ), 0);
03926 G__memfunc_setup("Min",292,G__G__Math_101_0_52, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 2, 3, 1, 0,
03927 "u 'TComplex' - 11 - a u 'TComplex' - 11 - b", (char*)NULL, (void*) G__func2void( (TComplex (*)(const TComplex&, const TComplex&))(&TComplex::Min) ), 0);
03928 G__memfunc_setup("Max",294,G__G__Math_101_0_53, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 2, 3, 1, 0,
03929 "u 'TComplex' - 11 - a u 'TComplex' - 11 - b", (char*)NULL, (void*) G__func2void( (TComplex (*)(const TComplex&, const TComplex&))(&TComplex::Max) ), 0);
03930 G__memfunc_setup("Normalize",945,G__G__Math_101_0_54, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 3, 1, 0, "u 'TComplex' - 11 - c", (char*)NULL, (void*) G__func2void( (TComplex (*)(const TComplex&))(&TComplex::Normalize) ), 0);
03931 G__memfunc_setup("Conjugate",928,G__G__Math_101_0_55, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 3, 1, 0, "u 'TComplex' - 11 - c", (char*)NULL, (void*) G__func2void( (TComplex (*)(const TComplex&))(&TComplex::Conjugate) ), 0);
03932 G__memfunc_setup("Range",493,G__G__Math_101_0_56, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 3, 3, 1, 0,
03933 "u 'TComplex' - 11 - lb u 'TComplex' - 11 - ub "
03934 "u 'TComplex' - 11 - c", (char*)NULL, (void*) G__func2void( (TComplex (*)(const TComplex&, const TComplex&, const TComplex&))(&TComplex::Range) ), 0);
03935 G__memfunc_setup("Class",502,G__G__Math_101_0_57, 85, G__get_linked_tagnum(&G__G__MathLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TComplex::Class) ), 0);
03936 G__memfunc_setup("Class_Name",982,G__G__Math_101_0_58, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TComplex::Class_Name) ), 0);
03937 G__memfunc_setup("Class_Version",1339,G__G__Math_101_0_59, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TComplex::Class_Version) ), 0);
03938 G__memfunc_setup("Dictionary",1046,G__G__Math_101_0_60, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TComplex::Dictionary) ), 0);
03939 G__memfunc_setup("IsA",253,G__G__Math_101_0_61, 85, G__get_linked_tagnum(&G__G__MathLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03940 G__memfunc_setup("ShowMembers",1132,G__G__Math_101_0_62, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
03941 G__memfunc_setup("Streamer",835,G__G__Math_101_0_63, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
03942 G__memfunc_setup("StreamerNVirtual",1656,G__G__Math_101_0_64, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
03943 G__memfunc_setup("DeclFileName",1145,G__G__Math_101_0_65, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TComplex::DeclFileName) ), 0);
03944 G__memfunc_setup("ImplFileLine",1178,G__G__Math_101_0_66, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TComplex::ImplFileLine) ), 0);
03945 G__memfunc_setup("ImplFileName",1171,G__G__Math_101_0_67, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TComplex::ImplFileName) ), 0);
03946 G__memfunc_setup("DeclFileLine",1152,G__G__Math_101_0_68, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TComplex::DeclFileLine) ), 0);
03947
03948 G__memfunc_setup("TComplex", 812, G__G__Math_101_0_69, (int) ('i'), G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 1, 1, 1, 0, "u 'TComplex' - 11 - -", (char*) NULL, (void*) NULL, 0);
03949
03950 G__memfunc_setup("~TComplex", 938, G__G__Math_101_0_70, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
03951
03952 G__memfunc_setup("operator=", 937, G__G__Math_101_0_71, (int) ('u'), G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 1, 1, 1, 1, 0, "u 'TComplex' - 11 - -", (char*) NULL, (void*) NULL, 0);
03953 G__tag_memfunc_reset();
03954 }
03955
03956
03957
03958
03959
03960 extern "C" void G__cpp_setup_memfuncG__Math() {
03961 }
03962
03963
03964
03965
03966 static void G__cpp_setup_global0() {
03967
03968
03969 G__resetplocal();
03970
03971 }
03972
03973 static void G__cpp_setup_global1() {
03974 G__memvar_setup((void*)G__PVOID,112,0,0,-1,-1,-1,1,"ROOT_TMath=0",1,(char*)NULL);
03975 }
03976
03977 static void G__cpp_setup_global2() {
03978
03979 G__resetglobalenv();
03980 }
03981 extern "C" void G__cpp_setup_globalG__Math() {
03982 G__cpp_setup_global0();
03983 G__cpp_setup_global1();
03984 G__cpp_setup_global2();
03985 }
03986
03987
03988
03989
03990 static void G__cpp_setup_func0() {
03991 G__lastifuncposition();
03992
03993 }
03994
03995 static void G__cpp_setup_func1() {
03996 }
03997
03998 static void G__cpp_setup_func2() {
03999 }
04000
04001 static void G__cpp_setup_func3() {
04002 G__memfunc_setup("operator*", 918, G__G__Math__0_314, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 2, 1, 1, 0,
04003 "d - 'Double_t' 0 - d u 'TComplex' - 11 - c", (char*) NULL
04004 , (void*) NULL, 0);
04005 G__memfunc_setup("operator+", 919, G__G__Math__0_315, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 2, 1, 1, 0,
04006 "d - 'Double_t' 0 - d u 'TComplex' - 11 - c", (char*) NULL
04007 , (void*) NULL, 0);
04008 G__memfunc_setup("operator/", 923, G__G__Math__0_316, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 2, 1, 1, 0,
04009 "d - 'Double_t' 0 - d u 'TComplex' - 11 - c", (char*) NULL
04010 , (void*) NULL, 0);
04011 G__memfunc_setup("operator-", 921, G__G__Math__0_317, 117, G__get_linked_tagnum(&G__G__MathLN_TComplex), -1, 0, 2, 1, 1, 0,
04012 "d - 'Double_t' 0 - d u 'TComplex' - 11 - c", (char*) NULL
04013 , (void*) NULL, 0);
04014 G__memfunc_setup("operator<<", 996, G__G__Math__0_318, 117, G__get_linked_tagnum(&G__G__MathLN_basic_ostreamlEcharcOchar_traitslEchargRsPgR), G__defined_typename("ostream"), 1, 2, 1, 1, 0,
04015 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out u 'TComplex' - 11 - c", (char*) NULL
04016 , (void*) NULL, 0);
04017 G__memfunc_setup("operator>>", 1000, G__G__Math__0_319, 117, G__get_linked_tagnum(&G__G__MathLN_basic_istreamlEcharcOchar_traitslEchargRsPgR), G__defined_typename("istream"), 1, 2, 1, 1, 0,
04018 "u 'basic_istream<char,char_traits<char> >' 'istream' 1 - in u 'TComplex' - 1 - c", (char*) NULL
04019 , (void*) NULL, 0);
04020
04021 G__resetifuncposition();
04022 }
04023
04024 extern "C" void G__cpp_setup_funcG__Math() {
04025 G__cpp_setup_func0();
04026 G__cpp_setup_func1();
04027 G__cpp_setup_func2();
04028 G__cpp_setup_func3();
04029 }
04030
04031
04032
04033
04034
04035 G__linked_taginfo G__G__MathLN_TClass = { "TClass" , 99 , -1 };
04036 G__linked_taginfo G__G__MathLN_TBuffer = { "TBuffer" , 99 , -1 };
04037 G__linked_taginfo G__G__MathLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
04038 G__linked_taginfo G__G__MathLN_basic_istreamlEcharcOchar_traitslEchargRsPgR = { "basic_istream<char,char_traits<char> >" , 99 , -1 };
04039 G__linked_taginfo G__G__MathLN_basic_ostreamlEcharcOchar_traitslEchargRsPgR = { "basic_ostream<char,char_traits<char> >" , 99 , -1 };
04040 G__linked_taginfo G__G__MathLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >" , 99 , -1 };
04041 G__linked_taginfo G__G__MathLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >::iterator>" , 99 , -1 };
04042 G__linked_taginfo G__G__MathLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector<TVirtualArray*,allocator<TVirtualArray*> >" , 99 , -1 };
04043 G__linked_taginfo G__G__MathLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TVirtualArray*,allocator<TVirtualArray*> >::iterator>" , 99 , -1 };
04044 G__linked_taginfo G__G__MathLN_TMath = { "TMath" , 110 , -1 };
04045 G__linked_taginfo G__G__MathLN_TComplex = { "TComplex" , 99 , -1 };
04046
04047
04048 extern "C" void G__cpp_reset_tagtableG__Math() {
04049 G__G__MathLN_TClass.tagnum = -1 ;
04050 G__G__MathLN_TBuffer.tagnum = -1 ;
04051 G__G__MathLN_TMemberInspector.tagnum = -1 ;
04052 G__G__MathLN_basic_istreamlEcharcOchar_traitslEchargRsPgR.tagnum = -1 ;
04053 G__G__MathLN_basic_ostreamlEcharcOchar_traitslEchargRsPgR.tagnum = -1 ;
04054 G__G__MathLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ;
04055 G__G__MathLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ;
04056 G__G__MathLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ;
04057 G__G__MathLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ;
04058 G__G__MathLN_TMath.tagnum = -1 ;
04059 G__G__MathLN_TComplex.tagnum = -1 ;
04060 }
04061
04062
04063 extern "C" void G__cpp_setup_tagtableG__Math() {
04064
04065
04066 G__get_linked_tagnum_fwd(&G__G__MathLN_TClass);
04067 G__get_linked_tagnum_fwd(&G__G__MathLN_TBuffer);
04068 G__get_linked_tagnum_fwd(&G__G__MathLN_TMemberInspector);
04069 G__get_linked_tagnum_fwd(&G__G__MathLN_basic_istreamlEcharcOchar_traitslEchargRsPgR);
04070 G__get_linked_tagnum_fwd(&G__G__MathLN_basic_ostreamlEcharcOchar_traitslEchargRsPgR);
04071 G__get_linked_tagnum_fwd(&G__G__MathLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR);
04072 G__get_linked_tagnum_fwd(&G__G__MathLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR);
04073 G__get_linked_tagnum_fwd(&G__G__MathLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR);
04074 G__get_linked_tagnum_fwd(&G__G__MathLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR);
04075 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__MathLN_TMath),0,-1,0,(char*)NULL,G__setup_memvarTMath,G__setup_memfuncTMath);
04076 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__MathLN_TComplex),sizeof(TComplex),-1,296192,"Complex Class",G__setup_memvarTComplex,G__setup_memfuncTComplex);
04077 }
04078 extern "C" void G__cpp_setupG__Math(void) {
04079 G__check_setup_version(30051515,"G__cpp_setupG__Math()");
04080 G__set_cpp_environmentG__Math();
04081 G__cpp_setup_tagtableG__Math();
04082
04083 G__cpp_setup_inheritanceG__Math();
04084
04085 G__cpp_setup_typetableG__Math();
04086
04087 G__cpp_setup_memvarG__Math();
04088
04089 G__cpp_setup_memfuncG__Math();
04090 G__cpp_setup_globalG__Math();
04091 G__cpp_setup_funcG__Math();
04092
04093 if(0==G__getsizep2memfunc()) G__get_sizep2memfuncG__Math();
04094 return;
04095 }
04096 class G__cpp_setup_initG__Math {
04097 public:
04098 G__cpp_setup_initG__Math() { G__add_setup_func("G__Math",(G__incsetup)(&G__cpp_setupG__Math)); G__call_setup_funcs(); }
04099 ~G__cpp_setup_initG__Math() { G__remove_setup_func("G__Math"); }
04100 };
04101 G__cpp_setup_initG__Math G__cpp_setup_initializerG__Math;
04102