00001
00002
00003
00004
00005
00006
00007 #define R__DICTIONARY_FILENAME histdIhistdIsrcdIG__Hist
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__Hist.h"
00018
00019 #include "TCollectionProxyInfo.h"
00020 #include "TClass.h"
00021 #include "TBuffer.h"
00022 #include "TMemberInspector.h"
00023 #include "TError.h"
00024
00025 #ifndef G__ROOT
00026 #define G__ROOT
00027 #endif
00028
00029 #include "RtypesImp.h"
00030 #include "TIsAProxy.h"
00031
00032 #include "TBuffer.h"
00033 #include "TVirtualObject.h"
00034 #include <vector>
00035 #include "TSchemaHelper.h"
00036
00037
00038
00039
00040 namespace ROOT {
00041 namespace Shadow {
00042 #if !(defined(R__ACCESS_IN_SYMBOL) || defined(R__USE_SHADOW_CLASS))
00043 typedef ::Foption_t Foption_t;
00044 #else
00045 class Foption_t {
00046 public:
00047
00048 int Quiet;
00049 int Verbose;
00050 int Bound;
00051 int Chi2;
00052 int Like;
00053 int User;
00054 int W1;
00055 int Errors;
00056 int More;
00057 int Range;
00058 int Gradient;
00059 int Nostore;
00060 int Nograph;
00061 int Plus;
00062 int Integral;
00063 int Nochisq;
00064 int Minuit;
00065 int NoErrX;
00066 int Robust;
00067 int StoreResult;
00068 double hRobust;
00069 };
00070 #endif
00071
00072 #if !(defined(R__ACCESS_IN_SYMBOL) || defined(R__USE_SHADOW_CLASS))
00073 typedef ::THnSparseT< ::TArrayD > THnSparseTlETArrayDgR;
00074 #else
00075 class THnSparseTlETArrayDgR : public ::THnSparse {
00076 public:
00077
00078
00079 virtual ~THnSparseTlETArrayDgR() throw() {};
00080 };
00081 #endif
00082
00083 #if !(defined(R__ACCESS_IN_SYMBOL) || defined(R__USE_SHADOW_CLASS))
00084 typedef ::THnSparseT< ::TArrayF > THnSparseTlETArrayFgR;
00085 #else
00086 class THnSparseTlETArrayFgR : public ::THnSparse {
00087 public:
00088
00089
00090 virtual ~THnSparseTlETArrayFgR() throw() {};
00091 };
00092 #endif
00093
00094 #if !(defined(R__ACCESS_IN_SYMBOL) || defined(R__USE_SHADOW_CLASS))
00095 typedef ::THnSparseT< ::TArrayL > THnSparseTlETArrayLgR;
00096 #else
00097 class THnSparseTlETArrayLgR : public ::THnSparse {
00098 public:
00099
00100
00101 virtual ~THnSparseTlETArrayLgR() throw() {};
00102 };
00103 #endif
00104
00105 #if !(defined(R__ACCESS_IN_SYMBOL) || defined(R__USE_SHADOW_CLASS))
00106 typedef ::THnSparseT< ::TArrayI > THnSparseTlETArrayIgR;
00107 #else
00108 class THnSparseTlETArrayIgR : public ::THnSparse {
00109 public:
00110
00111
00112 virtual ~THnSparseTlETArrayIgR() throw() {};
00113 };
00114 #endif
00115
00116 #if !(defined(R__ACCESS_IN_SYMBOL) || defined(R__USE_SHADOW_CLASS))
00117 typedef ::THnSparseT< ::TArrayS > THnSparseTlETArraySgR;
00118 #else
00119 class THnSparseTlETArraySgR : public ::THnSparse {
00120 public:
00121
00122
00123 virtual ~THnSparseTlETArraySgR() throw() {};
00124 };
00125 #endif
00126
00127 #if !(defined(R__ACCESS_IN_SYMBOL) || defined(R__USE_SHADOW_CLASS))
00128 typedef ::THnSparseT< ::TArrayC > THnSparseTlETArrayCgR;
00129 #else
00130 class THnSparseTlETArrayCgR : public ::THnSparse {
00131 public:
00132
00133
00134 virtual ~THnSparseTlETArrayCgR() throw() {};
00135 };
00136 #endif
00137
00138 }
00139 }
00140
00141
00142 namespace ROOT {
00143 void Foption_t_ShowMembers(void *obj, TMemberInspector &R__insp);
00144 static void Foption_t_Dictionary();
00145 static void *new_Foption_t(void *p = 0);
00146 static void *newArray_Foption_t(Long_t size, void *p);
00147 static void delete_Foption_t(void *p);
00148 static void deleteArray_Foption_t(void *p);
00149 static void destruct_Foption_t(void *p);
00150
00151
00152 static TGenericClassInfo *GenerateInitInstanceLocal(const ::Foption_t*)
00153 {
00154
00155 R__ASSERT(sizeof(::Foption_t) == sizeof(::ROOT::Shadow::Foption_t));
00156 ::Foption_t *ptr = 0;
00157 static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(::Foption_t),0);
00158 static ::ROOT::TGenericClassInfo
00159 instance("Foption_t", "include/Foption.h", 24,
00160 typeid(::Foption_t), DefineBehavior(ptr, ptr),
00161 &Foption_t_ShowMembers, &Foption_t_Dictionary, isa_proxy, 4,
00162 sizeof(::Foption_t) );
00163 instance.SetNew(&new_Foption_t);
00164 instance.SetNewArray(&newArray_Foption_t);
00165 instance.SetDelete(&delete_Foption_t);
00166 instance.SetDeleteArray(&deleteArray_Foption_t);
00167 instance.SetDestructor(&destruct_Foption_t);
00168 return &instance;
00169 }
00170 TGenericClassInfo *GenerateInitInstance(const ::Foption_t*)
00171 {
00172 return GenerateInitInstanceLocal((::Foption_t*)0);
00173 }
00174
00175 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::Foption_t*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00176
00177
00178 static void Foption_t_Dictionary() {
00179 ::ROOT::GenerateInitInstanceLocal((const ::Foption_t*)0x0)->GetClass();
00180 }
00181
00182 }
00183
00184 namespace ROOT {
00185 void TH1_ShowMembers(void *obj, TMemberInspector &R__insp);
00186 static void delete_TH1(void *p);
00187 static void deleteArray_TH1(void *p);
00188 static void destruct_TH1(void *p);
00189 static void directoryAutoAdd_TH1(void *p, TDirectory *dir);
00190 static void streamer_TH1(TBuffer &buf, void *obj);
00191
00192
00193 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TH1*)
00194 {
00195 ::TH1 *ptr = 0;
00196 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TH1 >(0);
00197 static ::ROOT::TGenericClassInfo
00198 instance("TH1", ::TH1::Class_Version(), "include/TH1.h", 77,
00199 typeid(::TH1), DefineBehavior(ptr, ptr),
00200 &::TH1::Dictionary, isa_proxy, 1,
00201 sizeof(::TH1) );
00202 instance.SetDelete(&delete_TH1);
00203 instance.SetDeleteArray(&deleteArray_TH1);
00204 instance.SetDestructor(&destruct_TH1);
00205 instance.SetDirectoryAutoAdd(&directoryAutoAdd_TH1);
00206 instance.SetStreamerFunc(&streamer_TH1);
00207 return &instance;
00208 }
00209 TGenericClassInfo *GenerateInitInstance(const ::TH1*)
00210 {
00211 return GenerateInitInstanceLocal((::TH1*)0);
00212 }
00213
00214 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TH1*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00215 }
00216
00217 namespace ROOT {
00218 void THnSparse_ShowMembers(void *obj, TMemberInspector &R__insp);
00219 static void delete_THnSparse(void *p);
00220 static void deleteArray_THnSparse(void *p);
00221 static void destruct_THnSparse(void *p);
00222
00223
00224 static TGenericClassInfo *GenerateInitInstanceLocal(const ::THnSparse*)
00225 {
00226 ::THnSparse *ptr = 0;
00227 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::THnSparse >(0);
00228 static ::ROOT::TGenericClassInfo
00229 instance("THnSparse", ::THnSparse::Class_Version(), "include/THnSparse.h", 105,
00230 typeid(::THnSparse), DefineBehavior(ptr, ptr),
00231 &::THnSparse::Dictionary, isa_proxy, 4,
00232 sizeof(::THnSparse) );
00233 instance.SetDelete(&delete_THnSparse);
00234 instance.SetDeleteArray(&deleteArray_THnSparse);
00235 instance.SetDestructor(&destruct_THnSparse);
00236 return &instance;
00237 }
00238 TGenericClassInfo *GenerateInitInstance(const ::THnSparse*)
00239 {
00240 return GenerateInitInstanceLocal((::THnSparse*)0);
00241 }
00242
00243 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::THnSparse*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00244 }
00245
00246 namespace ROOT {
00247 void TF1_ShowMembers(void *obj, TMemberInspector &R__insp);
00248 static void *new_TF1(void *p = 0);
00249 static void *newArray_TF1(Long_t size, void *p);
00250 static void delete_TF1(void *p);
00251 static void deleteArray_TF1(void *p);
00252 static void destruct_TF1(void *p);
00253 static void streamer_TF1(TBuffer &buf, void *obj);
00254
00255
00256 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TF1*)
00257 {
00258 ::TF1 *ptr = 0;
00259 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TF1 >(0);
00260 static ::ROOT::TGenericClassInfo
00261 instance("TF1", ::TF1::Class_Version(), "include/TF1.h", 54,
00262 typeid(::TF1), DefineBehavior(ptr, ptr),
00263 &::TF1::Dictionary, isa_proxy, 1,
00264 sizeof(::TF1) );
00265 instance.SetNew(&new_TF1);
00266 instance.SetNewArray(&newArray_TF1);
00267 instance.SetDelete(&delete_TF1);
00268 instance.SetDeleteArray(&deleteArray_TF1);
00269 instance.SetDestructor(&destruct_TF1);
00270 instance.SetStreamerFunc(&streamer_TF1);
00271 return &instance;
00272 }
00273 TGenericClassInfo *GenerateInitInstance(const ::TF1*)
00274 {
00275 return GenerateInitInstanceLocal((::TF1*)0);
00276 }
00277
00278 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TF1*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00279 }
00280
00281 namespace ROOT {
00282 void TF2_ShowMembers(void *obj, TMemberInspector &R__insp);
00283 static void *new_TF2(void *p = 0);
00284 static void *newArray_TF2(Long_t size, void *p);
00285 static void delete_TF2(void *p);
00286 static void deleteArray_TF2(void *p);
00287 static void destruct_TF2(void *p);
00288 static void streamer_TF2(TBuffer &buf, void *obj);
00289
00290
00291 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TF2*)
00292 {
00293 ::TF2 *ptr = 0;
00294 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TF2 >(0);
00295 static ::ROOT::TGenericClassInfo
00296 instance("TF2", ::TF2::Class_Version(), "include/TF2.h", 33,
00297 typeid(::TF2), DefineBehavior(ptr, ptr),
00298 &::TF2::Dictionary, isa_proxy, 1,
00299 sizeof(::TF2) );
00300 instance.SetNew(&new_TF2);
00301 instance.SetNewArray(&newArray_TF2);
00302 instance.SetDelete(&delete_TF2);
00303 instance.SetDeleteArray(&deleteArray_TF2);
00304 instance.SetDestructor(&destruct_TF2);
00305 instance.SetStreamerFunc(&streamer_TF2);
00306 return &instance;
00307 }
00308 TGenericClassInfo *GenerateInitInstance(const ::TF2*)
00309 {
00310 return GenerateInitInstanceLocal((::TF2*)0);
00311 }
00312
00313 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TF2*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00314 }
00315
00316 namespace ROOT {
00317 void TGraph_ShowMembers(void *obj, TMemberInspector &R__insp);
00318 static void *new_TGraph(void *p = 0);
00319 static void *newArray_TGraph(Long_t size, void *p);
00320 static void delete_TGraph(void *p);
00321 static void deleteArray_TGraph(void *p);
00322 static void destruct_TGraph(void *p);
00323 static void streamer_TGraph(TBuffer &buf, void *obj);
00324
00325
00326 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGraph*)
00327 {
00328 ::TGraph *ptr = 0;
00329 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGraph >(0);
00330 static ::ROOT::TGenericClassInfo
00331 instance("TGraph", ::TGraph::Class_Version(), "include/TGraph.h", 53,
00332 typeid(::TGraph), DefineBehavior(ptr, ptr),
00333 &::TGraph::Dictionary, isa_proxy, 1,
00334 sizeof(::TGraph) );
00335 instance.SetNew(&new_TGraph);
00336 instance.SetNewArray(&newArray_TGraph);
00337 instance.SetDelete(&delete_TGraph);
00338 instance.SetDeleteArray(&deleteArray_TGraph);
00339 instance.SetDestructor(&destruct_TGraph);
00340 instance.SetStreamerFunc(&streamer_TGraph);
00341 return &instance;
00342 }
00343 TGenericClassInfo *GenerateInitInstance(const ::TGraph*)
00344 {
00345 return GenerateInitInstanceLocal((::TGraph*)0);
00346 }
00347
00348 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGraph*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00349 }
00350
00351 namespace ROOT {
00352 void TGraphErrors_ShowMembers(void *obj, TMemberInspector &R__insp);
00353 static void *new_TGraphErrors(void *p = 0);
00354 static void *newArray_TGraphErrors(Long_t size, void *p);
00355 static void delete_TGraphErrors(void *p);
00356 static void deleteArray_TGraphErrors(void *p);
00357 static void destruct_TGraphErrors(void *p);
00358 static void streamer_TGraphErrors(TBuffer &buf, void *obj);
00359
00360
00361 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGraphErrors*)
00362 {
00363 ::TGraphErrors *ptr = 0;
00364 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGraphErrors >(0);
00365 static ::ROOT::TGenericClassInfo
00366 instance("TGraphErrors", ::TGraphErrors::Class_Version(), "include/TGraphErrors.h", 28,
00367 typeid(::TGraphErrors), DefineBehavior(ptr, ptr),
00368 &::TGraphErrors::Dictionary, isa_proxy, 1,
00369 sizeof(::TGraphErrors) );
00370 instance.SetNew(&new_TGraphErrors);
00371 instance.SetNewArray(&newArray_TGraphErrors);
00372 instance.SetDelete(&delete_TGraphErrors);
00373 instance.SetDeleteArray(&deleteArray_TGraphErrors);
00374 instance.SetDestructor(&destruct_TGraphErrors);
00375 instance.SetStreamerFunc(&streamer_TGraphErrors);
00376 return &instance;
00377 }
00378 TGenericClassInfo *GenerateInitInstance(const ::TGraphErrors*)
00379 {
00380 return GenerateInitInstanceLocal((::TGraphErrors*)0);
00381 }
00382
00383 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGraphErrors*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00384 }
00385
00386 namespace ROOT {
00387 void TGraph2D_ShowMembers(void *obj, TMemberInspector &R__insp);
00388 static void *new_TGraph2D(void *p = 0);
00389 static void *newArray_TGraph2D(Long_t size, void *p);
00390 static void delete_TGraph2D(void *p);
00391 static void deleteArray_TGraph2D(void *p);
00392 static void destruct_TGraph2D(void *p);
00393 static void directoryAutoAdd_TGraph2D(void *p, TDirectory *dir);
00394 static void streamer_TGraph2D(TBuffer &buf, void *obj);
00395
00396
00397 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGraph2D*)
00398 {
00399 ::TGraph2D *ptr = 0;
00400 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGraph2D >(0);
00401 static ::ROOT::TGenericClassInfo
00402 instance("TGraph2D", ::TGraph2D::Class_Version(), "include/TGraph2D.h", 50,
00403 typeid(::TGraph2D), DefineBehavior(ptr, ptr),
00404 &::TGraph2D::Dictionary, isa_proxy, 1,
00405 sizeof(::TGraph2D) );
00406 instance.SetNew(&new_TGraph2D);
00407 instance.SetNewArray(&newArray_TGraph2D);
00408 instance.SetDelete(&delete_TGraph2D);
00409 instance.SetDeleteArray(&deleteArray_TGraph2D);
00410 instance.SetDestructor(&destruct_TGraph2D);
00411 instance.SetDirectoryAutoAdd(&directoryAutoAdd_TGraph2D);
00412 instance.SetStreamerFunc(&streamer_TGraph2D);
00413 return &instance;
00414 }
00415 TGenericClassInfo *GenerateInitInstance(const ::TGraph2D*)
00416 {
00417 return GenerateInitInstanceLocal((::TGraph2D*)0);
00418 }
00419
00420 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGraph2D*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00421 }
00422
00423 namespace ROOT {
00424 void TMultiGraph_ShowMembers(void *obj, TMemberInspector &R__insp);
00425 static void *new_TMultiGraph(void *p = 0);
00426 static void *newArray_TMultiGraph(Long_t size, void *p);
00427 static void delete_TMultiGraph(void *p);
00428 static void deleteArray_TMultiGraph(void *p);
00429 static void destruct_TMultiGraph(void *p);
00430
00431
00432 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TMultiGraph*)
00433 {
00434 ::TMultiGraph *ptr = 0;
00435 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TMultiGraph >(0);
00436 static ::ROOT::TGenericClassInfo
00437 instance("TMultiGraph", ::TMultiGraph::Class_Version(), "include/TMultiGraph.h", 37,
00438 typeid(::TMultiGraph), DefineBehavior(ptr, ptr),
00439 &::TMultiGraph::Dictionary, isa_proxy, 4,
00440 sizeof(::TMultiGraph) );
00441 instance.SetNew(&new_TMultiGraph);
00442 instance.SetNewArray(&newArray_TMultiGraph);
00443 instance.SetDelete(&delete_TMultiGraph);
00444 instance.SetDeleteArray(&deleteArray_TMultiGraph);
00445 instance.SetDestructor(&destruct_TMultiGraph);
00446 return &instance;
00447 }
00448 TGenericClassInfo *GenerateInitInstance(const ::TMultiGraph*)
00449 {
00450 return GenerateInitInstanceLocal((::TMultiGraph*)0);
00451 }
00452
00453 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TMultiGraph*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00454 }
00455
00456 namespace ROOT {
00457 void TFitResult_ShowMembers(void *obj, TMemberInspector &R__insp);
00458 static void *new_TFitResult(void *p = 0);
00459 static void *newArray_TFitResult(Long_t size, void *p);
00460 static void delete_TFitResult(void *p);
00461 static void deleteArray_TFitResult(void *p);
00462 static void destruct_TFitResult(void *p);
00463
00464
00465 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TFitResult*)
00466 {
00467 ::TFitResult *ptr = 0;
00468 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TFitResult >(0);
00469 static ::ROOT::TGenericClassInfo
00470 instance("TFitResult", ::TFitResult::Class_Version(), "include/TFitResult.h", 36,
00471 typeid(::TFitResult), DefineBehavior(ptr, ptr),
00472 &::TFitResult::Dictionary, isa_proxy, 4,
00473 sizeof(::TFitResult) );
00474 instance.SetNew(&new_TFitResult);
00475 instance.SetNewArray(&newArray_TFitResult);
00476 instance.SetDelete(&delete_TFitResult);
00477 instance.SetDeleteArray(&deleteArray_TFitResult);
00478 instance.SetDestructor(&destruct_TFitResult);
00479 return &instance;
00480 }
00481 TGenericClassInfo *GenerateInitInstance(const ::TFitResult*)
00482 {
00483 return GenerateInitInstanceLocal((::TFitResult*)0);
00484 }
00485
00486 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TFitResult*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00487 }
00488
00489 namespace ROOT {
00490 void TFitResultPtr_ShowMembers(void *obj, TMemberInspector &R__insp);
00491 static void *new_TFitResultPtr(void *p = 0);
00492 static void *newArray_TFitResultPtr(Long_t size, void *p);
00493 static void delete_TFitResultPtr(void *p);
00494 static void deleteArray_TFitResultPtr(void *p);
00495 static void destruct_TFitResultPtr(void *p);
00496
00497
00498 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TFitResultPtr*)
00499 {
00500 ::TFitResultPtr *ptr = 0;
00501 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TFitResultPtr >(0);
00502 static ::ROOT::TGenericClassInfo
00503 instance("TFitResultPtr", ::TFitResultPtr::Class_Version(), "include/TFitResultPtr.h", 31,
00504 typeid(::TFitResultPtr), DefineBehavior(ptr, ptr),
00505 &::TFitResultPtr::Dictionary, isa_proxy, 4,
00506 sizeof(::TFitResultPtr) );
00507 instance.SetNew(&new_TFitResultPtr);
00508 instance.SetNewArray(&newArray_TFitResultPtr);
00509 instance.SetDelete(&delete_TFitResultPtr);
00510 instance.SetDeleteArray(&deleteArray_TFitResultPtr);
00511 instance.SetDestructor(&destruct_TFitResultPtr);
00512 return &instance;
00513 }
00514 TGenericClassInfo *GenerateInitInstance(const ::TFitResultPtr*)
00515 {
00516 return GenerateInitInstanceLocal((::TFitResultPtr*)0);
00517 }
00518
00519 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TFitResultPtr*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00520 }
00521
00522 namespace ROOT {
00523 namespace Fit {
00524 namespace ROOT {
00525 inline ::ROOT::TGenericClassInfo *GenerateInitInstance();
00526 static void ROOTcLcLFit_Dictionary();
00527
00528
00529 inline ::ROOT::TGenericClassInfo *GenerateInitInstance()
00530 {
00531 static ::ROOT::TGenericClassInfo
00532 instance("ROOT::Fit", 0 , "include/TF1.h", 49,
00533 ::ROOT::DefineBehavior((void*)0,(void*)0),
00534 &ROOTcLcLFit_Dictionary, 0);
00535 return &instance;
00536 }
00537
00538 ::ROOT::TGenericClassInfo *(*_R__UNIQUE_(InitFunctionKeeper))() = &GenerateInitInstance;
00539
00540 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance(); R__UseDummy(_R__UNIQUE_(Init));
00541
00542
00543 static void ROOTcLcLFit_Dictionary() {
00544 GenerateInitInstance()->GetClass();
00545 }
00546
00547 }
00548 }
00549 }
00550
00551 namespace ROOT {
00552 void TAxis_ShowMembers(void *obj, TMemberInspector &R__insp);
00553 static void *new_TAxis(void *p = 0);
00554 static void *newArray_TAxis(Long_t size, void *p);
00555 static void delete_TAxis(void *p);
00556 static void deleteArray_TAxis(void *p);
00557 static void destruct_TAxis(void *p);
00558 static void streamer_TAxis(TBuffer &buf, void *obj);
00559
00560
00561 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TAxis*)
00562 {
00563 ::TAxis *ptr = 0;
00564 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TAxis >(0);
00565 static ::ROOT::TGenericClassInfo
00566 instance("TAxis", ::TAxis::Class_Version(), "include/TAxis.h", 36,
00567 typeid(::TAxis), DefineBehavior(ptr, ptr),
00568 &::TAxis::Dictionary, isa_proxy, 1,
00569 sizeof(::TAxis) );
00570 instance.SetNew(&new_TAxis);
00571 instance.SetNewArray(&newArray_TAxis);
00572 instance.SetDelete(&delete_TAxis);
00573 instance.SetDeleteArray(&deleteArray_TAxis);
00574 instance.SetDestructor(&destruct_TAxis);
00575 instance.SetStreamerFunc(&streamer_TAxis);
00576 return &instance;
00577 }
00578 TGenericClassInfo *GenerateInitInstance(const ::TAxis*)
00579 {
00580 return GenerateInitInstanceLocal((::TAxis*)0);
00581 }
00582
00583 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TAxis*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00584 }
00585
00586 namespace ROOT {
00587 void TBackCompFitter_ShowMembers(void *obj, TMemberInspector &R__insp);
00588 static void *new_TBackCompFitter(void *p = 0);
00589 static void *newArray_TBackCompFitter(Long_t size, void *p);
00590 static void delete_TBackCompFitter(void *p);
00591 static void deleteArray_TBackCompFitter(void *p);
00592 static void destruct_TBackCompFitter(void *p);
00593
00594
00595 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TBackCompFitter*)
00596 {
00597 ::TBackCompFitter *ptr = 0;
00598 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TBackCompFitter >(0);
00599 static ::ROOT::TGenericClassInfo
00600 instance("TBackCompFitter", ::TBackCompFitter::Class_Version(), "include/TBackCompFitter.h", 50,
00601 typeid(::TBackCompFitter), DefineBehavior(ptr, ptr),
00602 &::TBackCompFitter::Dictionary, isa_proxy, 4,
00603 sizeof(::TBackCompFitter) );
00604 instance.SetNew(&new_TBackCompFitter);
00605 instance.SetNewArray(&newArray_TBackCompFitter);
00606 instance.SetDelete(&delete_TBackCompFitter);
00607 instance.SetDeleteArray(&deleteArray_TBackCompFitter);
00608 instance.SetDestructor(&destruct_TBackCompFitter);
00609 return &instance;
00610 }
00611 TGenericClassInfo *GenerateInitInstance(const ::TBackCompFitter*)
00612 {
00613 return GenerateInitInstanceLocal((::TBackCompFitter*)0);
00614 }
00615
00616 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TBackCompFitter*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00617 }
00618
00619 namespace ROOT {
00620 void TBinomialEfficiencyFitter_ShowMembers(void *obj, TMemberInspector &R__insp);
00621 static void *new_TBinomialEfficiencyFitter(void *p = 0);
00622 static void *newArray_TBinomialEfficiencyFitter(Long_t size, void *p);
00623 static void delete_TBinomialEfficiencyFitter(void *p);
00624 static void deleteArray_TBinomialEfficiencyFitter(void *p);
00625 static void destruct_TBinomialEfficiencyFitter(void *p);
00626
00627
00628 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TBinomialEfficiencyFitter*)
00629 {
00630 ::TBinomialEfficiencyFitter *ptr = 0;
00631 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TBinomialEfficiencyFitter >(0);
00632 static ::ROOT::TGenericClassInfo
00633 instance("TBinomialEfficiencyFitter", ::TBinomialEfficiencyFitter::Class_Version(), "include/TBinomialEfficiencyFitter.h", 33,
00634 typeid(::TBinomialEfficiencyFitter), DefineBehavior(ptr, ptr),
00635 &::TBinomialEfficiencyFitter::Dictionary, isa_proxy, 4,
00636 sizeof(::TBinomialEfficiencyFitter) );
00637 instance.SetNew(&new_TBinomialEfficiencyFitter);
00638 instance.SetNewArray(&newArray_TBinomialEfficiencyFitter);
00639 instance.SetDelete(&delete_TBinomialEfficiencyFitter);
00640 instance.SetDeleteArray(&deleteArray_TBinomialEfficiencyFitter);
00641 instance.SetDestructor(&destruct_TBinomialEfficiencyFitter);
00642 return &instance;
00643 }
00644 TGenericClassInfo *GenerateInitInstance(const ::TBinomialEfficiencyFitter*)
00645 {
00646 return GenerateInitInstanceLocal((::TBinomialEfficiencyFitter*)0);
00647 }
00648
00649 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TBinomialEfficiencyFitter*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00650 }
00651
00652 namespace ROOT {
00653 void TConfidenceLevel_ShowMembers(void *obj, TMemberInspector &R__insp);
00654 static void *new_TConfidenceLevel(void *p = 0);
00655 static void *newArray_TConfidenceLevel(Long_t size, void *p);
00656 static void delete_TConfidenceLevel(void *p);
00657 static void deleteArray_TConfidenceLevel(void *p);
00658 static void destruct_TConfidenceLevel(void *p);
00659
00660
00661 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TConfidenceLevel*)
00662 {
00663 ::TConfidenceLevel *ptr = 0;
00664 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TConfidenceLevel >(0);
00665 static ::ROOT::TGenericClassInfo
00666 instance("TConfidenceLevel", ::TConfidenceLevel::Class_Version(), "include/TConfidenceLevel.h", 22,
00667 typeid(::TConfidenceLevel), DefineBehavior(ptr, ptr),
00668 &::TConfidenceLevel::Dictionary, isa_proxy, 4,
00669 sizeof(::TConfidenceLevel) );
00670 instance.SetNew(&new_TConfidenceLevel);
00671 instance.SetNewArray(&newArray_TConfidenceLevel);
00672 instance.SetDelete(&delete_TConfidenceLevel);
00673 instance.SetDeleteArray(&deleteArray_TConfidenceLevel);
00674 instance.SetDestructor(&destruct_TConfidenceLevel);
00675 return &instance;
00676 }
00677 TGenericClassInfo *GenerateInitInstance(const ::TConfidenceLevel*)
00678 {
00679 return GenerateInitInstanceLocal((::TConfidenceLevel*)0);
00680 }
00681
00682 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TConfidenceLevel*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00683 }
00684
00685 namespace ROOT {
00686 void TGraphAsymmErrors_ShowMembers(void *obj, TMemberInspector &R__insp);
00687 static void *new_TGraphAsymmErrors(void *p = 0);
00688 static void *newArray_TGraphAsymmErrors(Long_t size, void *p);
00689 static void delete_TGraphAsymmErrors(void *p);
00690 static void deleteArray_TGraphAsymmErrors(void *p);
00691 static void destruct_TGraphAsymmErrors(void *p);
00692 static void streamer_TGraphAsymmErrors(TBuffer &buf, void *obj);
00693
00694
00695 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGraphAsymmErrors*)
00696 {
00697 ::TGraphAsymmErrors *ptr = 0;
00698 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGraphAsymmErrors >(0);
00699 static ::ROOT::TGenericClassInfo
00700 instance("TGraphAsymmErrors", ::TGraphAsymmErrors::Class_Version(), "include/TGraphAsymmErrors.h", 28,
00701 typeid(::TGraphAsymmErrors), DefineBehavior(ptr, ptr),
00702 &::TGraphAsymmErrors::Dictionary, isa_proxy, 1,
00703 sizeof(::TGraphAsymmErrors) );
00704 instance.SetNew(&new_TGraphAsymmErrors);
00705 instance.SetNewArray(&newArray_TGraphAsymmErrors);
00706 instance.SetDelete(&delete_TGraphAsymmErrors);
00707 instance.SetDeleteArray(&deleteArray_TGraphAsymmErrors);
00708 instance.SetDestructor(&destruct_TGraphAsymmErrors);
00709 instance.SetStreamerFunc(&streamer_TGraphAsymmErrors);
00710 return &instance;
00711 }
00712 TGenericClassInfo *GenerateInitInstance(const ::TGraphAsymmErrors*)
00713 {
00714 return GenerateInitInstanceLocal((::TGraphAsymmErrors*)0);
00715 }
00716
00717 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGraphAsymmErrors*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00718 }
00719
00720 namespace ROOT {
00721 void TH2_ShowMembers(void *obj, TMemberInspector &R__insp);
00722 static void delete_TH2(void *p);
00723 static void deleteArray_TH2(void *p);
00724 static void destruct_TH2(void *p);
00725 static void directoryAutoAdd_TH2(void *p, TDirectory *dir);
00726 static void streamer_TH2(TBuffer &buf, void *obj);
00727
00728
00729 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TH2*)
00730 {
00731 ::TH2 *ptr = 0;
00732 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TH2 >(0);
00733 static ::ROOT::TGenericClassInfo
00734 instance("TH2", ::TH2::Class_Version(), "include/TH2.h", 36,
00735 typeid(::TH2), DefineBehavior(ptr, ptr),
00736 &::TH2::Dictionary, isa_proxy, 1,
00737 sizeof(::TH2) );
00738 instance.SetDelete(&delete_TH2);
00739 instance.SetDeleteArray(&deleteArray_TH2);
00740 instance.SetDestructor(&destruct_TH2);
00741 instance.SetDirectoryAutoAdd(&directoryAutoAdd_TH2);
00742 instance.SetStreamerFunc(&streamer_TH2);
00743 return &instance;
00744 }
00745 TGenericClassInfo *GenerateInitInstance(const ::TH2*)
00746 {
00747 return GenerateInitInstanceLocal((::TH2*)0);
00748 }
00749
00750 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TH2*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00751 }
00752
00753 namespace ROOT {
00754 void TEfficiency_ShowMembers(void *obj, TMemberInspector &R__insp);
00755 static void *new_TEfficiency(void *p = 0);
00756 static void *newArray_TEfficiency(Long_t size, void *p);
00757 static void delete_TEfficiency(void *p);
00758 static void deleteArray_TEfficiency(void *p);
00759 static void destruct_TEfficiency(void *p);
00760
00761
00762 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TEfficiency*)
00763 {
00764 ::TEfficiency *ptr = 0;
00765 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TEfficiency >(0);
00766 static ::ROOT::TGenericClassInfo
00767 instance("TEfficiency", ::TEfficiency::Class_Version(), "include/TEfficiency.h", 36,
00768 typeid(::TEfficiency), DefineBehavior(ptr, ptr),
00769 &::TEfficiency::Dictionary, isa_proxy, 4,
00770 sizeof(::TEfficiency) );
00771 instance.SetNew(&new_TEfficiency);
00772 instance.SetNewArray(&newArray_TEfficiency);
00773 instance.SetDelete(&delete_TEfficiency);
00774 instance.SetDeleteArray(&deleteArray_TEfficiency);
00775 instance.SetDestructor(&destruct_TEfficiency);
00776 return &instance;
00777 }
00778 TGenericClassInfo *GenerateInitInstance(const ::TEfficiency*)
00779 {
00780 return GenerateInitInstanceLocal((::TEfficiency*)0);
00781 }
00782
00783 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TEfficiency*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00784 }
00785
00786 namespace ROOT {
00787 void TFormulaPrimitive_ShowMembers(void *obj, TMemberInspector &R__insp);
00788 static void *new_TFormulaPrimitive(void *p = 0);
00789 static void *newArray_TFormulaPrimitive(Long_t size, void *p);
00790 static void delete_TFormulaPrimitive(void *p);
00791 static void deleteArray_TFormulaPrimitive(void *p);
00792 static void destruct_TFormulaPrimitive(void *p);
00793
00794
00795 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TFormulaPrimitive*)
00796 {
00797 ::TFormulaPrimitive *ptr = 0;
00798 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TFormulaPrimitive >(0);
00799 static ::ROOT::TGenericClassInfo
00800 instance("TFormulaPrimitive", ::TFormulaPrimitive::Class_Version(), "include/TFormulaPrimitive.h", 39,
00801 typeid(::TFormulaPrimitive), DefineBehavior(ptr, ptr),
00802 &::TFormulaPrimitive::Dictionary, isa_proxy, 4,
00803 sizeof(::TFormulaPrimitive) );
00804 instance.SetNew(&new_TFormulaPrimitive);
00805 instance.SetNewArray(&newArray_TFormulaPrimitive);
00806 instance.SetDelete(&delete_TFormulaPrimitive);
00807 instance.SetDeleteArray(&deleteArray_TFormulaPrimitive);
00808 instance.SetDestructor(&destruct_TFormulaPrimitive);
00809 return &instance;
00810 }
00811 TGenericClassInfo *GenerateInitInstance(const ::TFormulaPrimitive*)
00812 {
00813 return GenerateInitInstanceLocal((::TFormulaPrimitive*)0);
00814 }
00815
00816 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TFormulaPrimitive*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00817 }
00818
00819 namespace ROOT {
00820 void TFormula_ShowMembers(void *obj, TMemberInspector &R__insp);
00821 static void *new_TFormula(void *p = 0);
00822 static void *newArray_TFormula(Long_t size, void *p);
00823 static void delete_TFormula(void *p);
00824 static void deleteArray_TFormula(void *p);
00825 static void destruct_TFormula(void *p);
00826 static void streamer_TFormula(TBuffer &buf, void *obj);
00827
00828
00829 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TFormula*)
00830 {
00831 ::TFormula *ptr = 0;
00832 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TFormula >(0);
00833 static ::ROOT::TGenericClassInfo
00834 instance("TFormula", ::TFormula::Class_Version(), "include/TFormula.h", 65,
00835 typeid(::TFormula), DefineBehavior(ptr, ptr),
00836 &::TFormula::Dictionary, isa_proxy, 1,
00837 sizeof(::TFormula) );
00838 instance.SetNew(&new_TFormula);
00839 instance.SetNewArray(&newArray_TFormula);
00840 instance.SetDelete(&delete_TFormula);
00841 instance.SetDeleteArray(&deleteArray_TFormula);
00842 instance.SetDestructor(&destruct_TFormula);
00843 instance.SetStreamerFunc(&streamer_TFormula);
00844 return &instance;
00845 }
00846 TGenericClassInfo *GenerateInitInstance(const ::TFormula*)
00847 {
00848 return GenerateInitInstanceLocal((::TFormula*)0);
00849 }
00850
00851 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TFormula*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00852 }
00853
00854 namespace ROOT {
00855 void TF12_ShowMembers(void *obj, TMemberInspector &R__insp);
00856 static void *new_TF12(void *p = 0);
00857 static void *newArray_TF12(Long_t size, void *p);
00858 static void delete_TF12(void *p);
00859 static void deleteArray_TF12(void *p);
00860 static void destruct_TF12(void *p);
00861
00862
00863 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TF12*)
00864 {
00865 ::TF12 *ptr = 0;
00866 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TF12 >(0);
00867 static ::ROOT::TGenericClassInfo
00868 instance("TF12", ::TF12::Class_Version(), "include/TF12.h", 30,
00869 typeid(::TF12), DefineBehavior(ptr, ptr),
00870 &::TF12::Dictionary, isa_proxy, 4,
00871 sizeof(::TF12) );
00872 instance.SetNew(&new_TF12);
00873 instance.SetNewArray(&newArray_TF12);
00874 instance.SetDelete(&delete_TF12);
00875 instance.SetDeleteArray(&deleteArray_TF12);
00876 instance.SetDestructor(&destruct_TF12);
00877 return &instance;
00878 }
00879 TGenericClassInfo *GenerateInitInstance(const ::TF12*)
00880 {
00881 return GenerateInitInstanceLocal((::TF12*)0);
00882 }
00883
00884 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TF12*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00885 }
00886
00887 namespace ROOT {
00888 void TF3_ShowMembers(void *obj, TMemberInspector &R__insp);
00889 static void *new_TF3(void *p = 0);
00890 static void *newArray_TF3(Long_t size, void *p);
00891 static void delete_TF3(void *p);
00892 static void deleteArray_TF3(void *p);
00893 static void destruct_TF3(void *p);
00894 static void streamer_TF3(TBuffer &buf, void *obj);
00895
00896
00897 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TF3*)
00898 {
00899 ::TF3 *ptr = 0;
00900 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TF3 >(0);
00901 static ::ROOT::TGenericClassInfo
00902 instance("TF3", ::TF3::Class_Version(), "include/TF3.h", 30,
00903 typeid(::TF3), DefineBehavior(ptr, ptr),
00904 &::TF3::Dictionary, isa_proxy, 1,
00905 sizeof(::TF3) );
00906 instance.SetNew(&new_TF3);
00907 instance.SetNewArray(&newArray_TF3);
00908 instance.SetDelete(&delete_TF3);
00909 instance.SetDeleteArray(&deleteArray_TF3);
00910 instance.SetDestructor(&destruct_TF3);
00911 instance.SetStreamerFunc(&streamer_TF3);
00912 return &instance;
00913 }
00914 TGenericClassInfo *GenerateInitInstance(const ::TF3*)
00915 {
00916 return GenerateInitInstanceLocal((::TF3*)0);
00917 }
00918
00919 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TF3*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00920 }
00921
00922 namespace ROOT {
00923 void TFractionFitter_ShowMembers(void *obj, TMemberInspector &R__insp);
00924 static void *new_TFractionFitter(void *p = 0);
00925 static void *newArray_TFractionFitter(Long_t size, void *p);
00926 static void delete_TFractionFitter(void *p);
00927 static void deleteArray_TFractionFitter(void *p);
00928 static void destruct_TFractionFitter(void *p);
00929
00930
00931 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TFractionFitter*)
00932 {
00933 ::TFractionFitter *ptr = 0;
00934 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TFractionFitter >(0);
00935 static ::ROOT::TGenericClassInfo
00936 instance("TFractionFitter", ::TFractionFitter::Class_Version(), "include/TFractionFitter.h", 24,
00937 typeid(::TFractionFitter), DefineBehavior(ptr, ptr),
00938 &::TFractionFitter::Dictionary, isa_proxy, 4,
00939 sizeof(::TFractionFitter) );
00940 instance.SetNew(&new_TFractionFitter);
00941 instance.SetNewArray(&newArray_TFractionFitter);
00942 instance.SetDelete(&delete_TFractionFitter);
00943 instance.SetDeleteArray(&deleteArray_TFractionFitter);
00944 instance.SetDestructor(&destruct_TFractionFitter);
00945 return &instance;
00946 }
00947 TGenericClassInfo *GenerateInitInstance(const ::TFractionFitter*)
00948 {
00949 return GenerateInitInstanceLocal((::TFractionFitter*)0);
00950 }
00951
00952 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TFractionFitter*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00953 }
00954
00955 namespace ROOT {
00956 void TVirtualHistPainter_ShowMembers(void *obj, TMemberInspector &R__insp);
00957 static void delete_TVirtualHistPainter(void *p);
00958 static void deleteArray_TVirtualHistPainter(void *p);
00959 static void destruct_TVirtualHistPainter(void *p);
00960
00961
00962 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TVirtualHistPainter*)
00963 {
00964 ::TVirtualHistPainter *ptr = 0;
00965 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TVirtualHistPainter >(0);
00966 static ::ROOT::TGenericClassInfo
00967 instance("TVirtualHistPainter", ::TVirtualHistPainter::Class_Version(), "include/TVirtualHistPainter.h", 32,
00968 typeid(::TVirtualHistPainter), DefineBehavior(ptr, ptr),
00969 &::TVirtualHistPainter::Dictionary, isa_proxy, 4,
00970 sizeof(::TVirtualHistPainter) );
00971 instance.SetDelete(&delete_TVirtualHistPainter);
00972 instance.SetDeleteArray(&deleteArray_TVirtualHistPainter);
00973 instance.SetDestructor(&destruct_TVirtualHistPainter);
00974 return &instance;
00975 }
00976 TGenericClassInfo *GenerateInitInstance(const ::TVirtualHistPainter*)
00977 {
00978 return GenerateInitInstanceLocal((::TVirtualHistPainter*)0);
00979 }
00980
00981 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TVirtualHistPainter*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00982 }
00983
00984 namespace ROOT {
00985 void TH2D_ShowMembers(void *obj, TMemberInspector &R__insp);
00986 static void *new_TH2D(void *p = 0);
00987 static void *newArray_TH2D(Long_t size, void *p);
00988 static void delete_TH2D(void *p);
00989 static void deleteArray_TH2D(void *p);
00990 static void destruct_TH2D(void *p);
00991 static void directoryAutoAdd_TH2D(void *p, TDirectory *dir);
00992 static void streamer_TH2D(TBuffer &buf, void *obj);
00993
00994
00995 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TH2D*)
00996 {
00997 ::TH2D *ptr = 0;
00998 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TH2D >(0);
00999 static ::ROOT::TGenericClassInfo
01000 instance("TH2D", ::TH2D::Class_Version(), "include/TH2.h", 290,
01001 typeid(::TH2D), DefineBehavior(ptr, ptr),
01002 &::TH2D::Dictionary, isa_proxy, 1,
01003 sizeof(::TH2D) );
01004 instance.SetNew(&new_TH2D);
01005 instance.SetNewArray(&newArray_TH2D);
01006 instance.SetDelete(&delete_TH2D);
01007 instance.SetDeleteArray(&deleteArray_TH2D);
01008 instance.SetDestructor(&destruct_TH2D);
01009 instance.SetDirectoryAutoAdd(&directoryAutoAdd_TH2D);
01010 instance.SetStreamerFunc(&streamer_TH2D);
01011 return &instance;
01012 }
01013 TGenericClassInfo *GenerateInitInstance(const ::TH2D*)
01014 {
01015 return GenerateInitInstanceLocal((::TH2D*)0);
01016 }
01017
01018 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TH2D*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01019 }
01020
01021 namespace ROOT {
01022 void TGraph2DErrors_ShowMembers(void *obj, TMemberInspector &R__insp);
01023 static void *new_TGraph2DErrors(void *p = 0);
01024 static void *newArray_TGraph2DErrors(Long_t size, void *p);
01025 static void delete_TGraph2DErrors(void *p);
01026 static void deleteArray_TGraph2DErrors(void *p);
01027 static void destruct_TGraph2DErrors(void *p);
01028 static void directoryAutoAdd_TGraph2DErrors(void *p, TDirectory *dir);
01029 static void streamer_TGraph2DErrors(TBuffer &buf, void *obj);
01030
01031
01032 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGraph2DErrors*)
01033 {
01034 ::TGraph2DErrors *ptr = 0;
01035 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGraph2DErrors >(0);
01036 static ::ROOT::TGenericClassInfo
01037 instance("TGraph2DErrors", ::TGraph2DErrors::Class_Version(), "include/TGraph2DErrors.h", 28,
01038 typeid(::TGraph2DErrors), DefineBehavior(ptr, ptr),
01039 &::TGraph2DErrors::Dictionary, isa_proxy, 1,
01040 sizeof(::TGraph2DErrors) );
01041 instance.SetNew(&new_TGraph2DErrors);
01042 instance.SetNewArray(&newArray_TGraph2DErrors);
01043 instance.SetDelete(&delete_TGraph2DErrors);
01044 instance.SetDeleteArray(&deleteArray_TGraph2DErrors);
01045 instance.SetDestructor(&destruct_TGraph2DErrors);
01046 instance.SetDirectoryAutoAdd(&directoryAutoAdd_TGraph2DErrors);
01047 instance.SetStreamerFunc(&streamer_TGraph2DErrors);
01048 return &instance;
01049 }
01050 TGenericClassInfo *GenerateInitInstance(const ::TGraph2DErrors*)
01051 {
01052 return GenerateInitInstanceLocal((::TGraph2DErrors*)0);
01053 }
01054
01055 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGraph2DErrors*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01056 }
01057
01058 namespace ROOT {
01059 void TH1F_ShowMembers(void *obj, TMemberInspector &R__insp);
01060 static void *new_TH1F(void *p = 0);
01061 static void *newArray_TH1F(Long_t size, void *p);
01062 static void delete_TH1F(void *p);
01063 static void deleteArray_TH1F(void *p);
01064 static void destruct_TH1F(void *p);
01065 static void directoryAutoAdd_TH1F(void *p, TDirectory *dir);
01066
01067
01068 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TH1F*)
01069 {
01070 ::TH1F *ptr = 0;
01071 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TH1F >(0);
01072 static ::ROOT::TGenericClassInfo
01073 instance("TH1F", ::TH1F::Class_Version(), "include/TH1.h", 501,
01074 typeid(::TH1F), DefineBehavior(ptr, ptr),
01075 &::TH1F::Dictionary, isa_proxy, 4,
01076 sizeof(::TH1F) );
01077 instance.SetNew(&new_TH1F);
01078 instance.SetNewArray(&newArray_TH1F);
01079 instance.SetDelete(&delete_TH1F);
01080 instance.SetDeleteArray(&deleteArray_TH1F);
01081 instance.SetDestructor(&destruct_TH1F);
01082 instance.SetDirectoryAutoAdd(&directoryAutoAdd_TH1F);
01083 return &instance;
01084 }
01085 TGenericClassInfo *GenerateInitInstance(const ::TH1F*)
01086 {
01087 return GenerateInitInstanceLocal((::TH1F*)0);
01088 }
01089
01090 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TH1F*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01091 }
01092
01093 namespace ROOT {
01094 void TSpline_ShowMembers(void *obj, TMemberInspector &R__insp);
01095 static void delete_TSpline(void *p);
01096 static void deleteArray_TSpline(void *p);
01097 static void destruct_TSpline(void *p);
01098 static void streamer_TSpline(TBuffer &buf, void *obj);
01099
01100
01101 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TSpline*)
01102 {
01103 ::TSpline *ptr = 0;
01104 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TSpline >(0);
01105 static ::ROOT::TGenericClassInfo
01106 instance("TSpline", ::TSpline::Class_Version(), "include/TSpline.h", 24,
01107 typeid(::TSpline), DefineBehavior(ptr, ptr),
01108 &::TSpline::Dictionary, isa_proxy, 1,
01109 sizeof(::TSpline) );
01110 instance.SetDelete(&delete_TSpline);
01111 instance.SetDeleteArray(&deleteArray_TSpline);
01112 instance.SetDestructor(&destruct_TSpline);
01113 instance.SetStreamerFunc(&streamer_TSpline);
01114 return &instance;
01115 }
01116 TGenericClassInfo *GenerateInitInstance(const ::TSpline*)
01117 {
01118 return GenerateInitInstanceLocal((::TSpline*)0);
01119 }
01120
01121 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TSpline*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01122 }
01123
01124 namespace ROOT {
01125 void TGraphBentErrors_ShowMembers(void *obj, TMemberInspector &R__insp);
01126 static void *new_TGraphBentErrors(void *p = 0);
01127 static void *newArray_TGraphBentErrors(Long_t size, void *p);
01128 static void delete_TGraphBentErrors(void *p);
01129 static void deleteArray_TGraphBentErrors(void *p);
01130 static void destruct_TGraphBentErrors(void *p);
01131
01132
01133 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGraphBentErrors*)
01134 {
01135 ::TGraphBentErrors *ptr = 0;
01136 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGraphBentErrors >(0);
01137 static ::ROOT::TGenericClassInfo
01138 instance("TGraphBentErrors", ::TGraphBentErrors::Class_Version(), "include/TGraphBentErrors.h", 27,
01139 typeid(::TGraphBentErrors), DefineBehavior(ptr, ptr),
01140 &::TGraphBentErrors::Dictionary, isa_proxy, 4,
01141 sizeof(::TGraphBentErrors) );
01142 instance.SetNew(&new_TGraphBentErrors);
01143 instance.SetNewArray(&newArray_TGraphBentErrors);
01144 instance.SetDelete(&delete_TGraphBentErrors);
01145 instance.SetDeleteArray(&deleteArray_TGraphBentErrors);
01146 instance.SetDestructor(&destruct_TGraphBentErrors);
01147 return &instance;
01148 }
01149 TGenericClassInfo *GenerateInitInstance(const ::TGraphBentErrors*)
01150 {
01151 return GenerateInitInstanceLocal((::TGraphBentErrors*)0);
01152 }
01153
01154 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGraphBentErrors*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01155 }
01156
01157 namespace ROOT {
01158 void TGraphDelaunay_ShowMembers(void *obj, TMemberInspector &R__insp);
01159 static void *new_TGraphDelaunay(void *p = 0);
01160 static void *newArray_TGraphDelaunay(Long_t size, void *p);
01161 static void delete_TGraphDelaunay(void *p);
01162 static void deleteArray_TGraphDelaunay(void *p);
01163 static void destruct_TGraphDelaunay(void *p);
01164
01165
01166 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGraphDelaunay*)
01167 {
01168 ::TGraphDelaunay *ptr = 0;
01169 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGraphDelaunay >(0);
01170 static ::ROOT::TGenericClassInfo
01171 instance("TGraphDelaunay", ::TGraphDelaunay::Class_Version(), "include/TGraphDelaunay.h", 32,
01172 typeid(::TGraphDelaunay), DefineBehavior(ptr, ptr),
01173 &::TGraphDelaunay::Dictionary, isa_proxy, 4,
01174 sizeof(::TGraphDelaunay) );
01175 instance.SetNew(&new_TGraphDelaunay);
01176 instance.SetNewArray(&newArray_TGraphDelaunay);
01177 instance.SetDelete(&delete_TGraphDelaunay);
01178 instance.SetDeleteArray(&deleteArray_TGraphDelaunay);
01179 instance.SetDestructor(&destruct_TGraphDelaunay);
01180 return &instance;
01181 }
01182 TGenericClassInfo *GenerateInitInstance(const ::TGraphDelaunay*)
01183 {
01184 return GenerateInitInstanceLocal((::TGraphDelaunay*)0);
01185 }
01186
01187 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGraphDelaunay*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01188 }
01189
01190 namespace ROOT {
01191 void TGraphSmooth_ShowMembers(void *obj, TMemberInspector &R__insp);
01192 static void *new_TGraphSmooth(void *p = 0);
01193 static void *newArray_TGraphSmooth(Long_t size, void *p);
01194 static void delete_TGraphSmooth(void *p);
01195 static void deleteArray_TGraphSmooth(void *p);
01196 static void destruct_TGraphSmooth(void *p);
01197
01198
01199 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGraphSmooth*)
01200 {
01201 ::TGraphSmooth *ptr = 0;
01202 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGraphSmooth >(0);
01203 static ::ROOT::TGenericClassInfo
01204 instance("TGraphSmooth", ::TGraphSmooth::Class_Version(), "include/TGraphSmooth.h", 38,
01205 typeid(::TGraphSmooth), DefineBehavior(ptr, ptr),
01206 &::TGraphSmooth::Dictionary, isa_proxy, 4,
01207 sizeof(::TGraphSmooth) );
01208 instance.SetNew(&new_TGraphSmooth);
01209 instance.SetNewArray(&newArray_TGraphSmooth);
01210 instance.SetDelete(&delete_TGraphSmooth);
01211 instance.SetDeleteArray(&deleteArray_TGraphSmooth);
01212 instance.SetDestructor(&destruct_TGraphSmooth);
01213 return &instance;
01214 }
01215 TGenericClassInfo *GenerateInitInstance(const ::TGraphSmooth*)
01216 {
01217 return GenerateInitInstanceLocal((::TGraphSmooth*)0);
01218 }
01219
01220 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGraphSmooth*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01221 }
01222
01223 namespace ROOT {
01224 void TGraphTime_ShowMembers(void *obj, TMemberInspector &R__insp);
01225 static void *new_TGraphTime(void *p = 0);
01226 static void *newArray_TGraphTime(Long_t size, void *p);
01227 static void delete_TGraphTime(void *p);
01228 static void deleteArray_TGraphTime(void *p);
01229 static void destruct_TGraphTime(void *p);
01230
01231
01232 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGraphTime*)
01233 {
01234 ::TGraphTime *ptr = 0;
01235 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGraphTime >(0);
01236 static ::ROOT::TGenericClassInfo
01237 instance("TGraphTime", ::TGraphTime::Class_Version(), "include/TGraphTime.h", 31,
01238 typeid(::TGraphTime), DefineBehavior(ptr, ptr),
01239 &::TGraphTime::Dictionary, isa_proxy, 4,
01240 sizeof(::TGraphTime) );
01241 instance.SetNew(&new_TGraphTime);
01242 instance.SetNewArray(&newArray_TGraphTime);
01243 instance.SetDelete(&delete_TGraphTime);
01244 instance.SetDeleteArray(&deleteArray_TGraphTime);
01245 instance.SetDestructor(&destruct_TGraphTime);
01246 return &instance;
01247 }
01248 TGenericClassInfo *GenerateInitInstance(const ::TGraphTime*)
01249 {
01250 return GenerateInitInstanceLocal((::TGraphTime*)0);
01251 }
01252
01253 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGraphTime*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01254 }
01255
01256 namespace ROOT {
01257 void TH1D_ShowMembers(void *obj, TMemberInspector &R__insp);
01258 static void *new_TH1D(void *p = 0);
01259 static void *newArray_TH1D(Long_t size, void *p);
01260 static void delete_TH1D(void *p);
01261 static void deleteArray_TH1D(void *p);
01262 static void destruct_TH1D(void *p);
01263 static void directoryAutoAdd_TH1D(void *p, TDirectory *dir);
01264
01265
01266 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TH1D*)
01267 {
01268 ::TH1D *ptr = 0;
01269 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TH1D >(0);
01270 static ::ROOT::TGenericClassInfo
01271 instance("TH1D", ::TH1D::Class_Version(), "include/TH1.h", 546,
01272 typeid(::TH1D), DefineBehavior(ptr, ptr),
01273 &::TH1D::Dictionary, isa_proxy, 4,
01274 sizeof(::TH1D) );
01275 instance.SetNew(&new_TH1D);
01276 instance.SetNewArray(&newArray_TH1D);
01277 instance.SetDelete(&delete_TH1D);
01278 instance.SetDeleteArray(&deleteArray_TH1D);
01279 instance.SetDestructor(&destruct_TH1D);
01280 instance.SetDirectoryAutoAdd(&directoryAutoAdd_TH1D);
01281 return &instance;
01282 }
01283 TGenericClassInfo *GenerateInitInstance(const ::TH1D*)
01284 {
01285 return GenerateInitInstanceLocal((::TH1D*)0);
01286 }
01287
01288 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TH1D*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01289 }
01290
01291 namespace ROOT {
01292 void TH1C_ShowMembers(void *obj, TMemberInspector &R__insp);
01293 static void *new_TH1C(void *p = 0);
01294 static void *newArray_TH1C(Long_t size, void *p);
01295 static void delete_TH1C(void *p);
01296 static void deleteArray_TH1C(void *p);
01297 static void destruct_TH1C(void *p);
01298 static void directoryAutoAdd_TH1C(void *p, TDirectory *dir);
01299
01300
01301 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TH1C*)
01302 {
01303 ::TH1C *ptr = 0;
01304 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TH1C >(0);
01305 static ::ROOT::TGenericClassInfo
01306 instance("TH1C", ::TH1C::Class_Version(), "include/TH1.h", 372,
01307 typeid(::TH1C), DefineBehavior(ptr, ptr),
01308 &::TH1C::Dictionary, isa_proxy, 4,
01309 sizeof(::TH1C) );
01310 instance.SetNew(&new_TH1C);
01311 instance.SetNewArray(&newArray_TH1C);
01312 instance.SetDelete(&delete_TH1C);
01313 instance.SetDeleteArray(&deleteArray_TH1C);
01314 instance.SetDestructor(&destruct_TH1C);
01315 instance.SetDirectoryAutoAdd(&directoryAutoAdd_TH1C);
01316 return &instance;
01317 }
01318 TGenericClassInfo *GenerateInitInstance(const ::TH1C*)
01319 {
01320 return GenerateInitInstanceLocal((::TH1C*)0);
01321 }
01322
01323 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TH1C*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01324 }
01325
01326 namespace ROOT {
01327 void TH1S_ShowMembers(void *obj, TMemberInspector &R__insp);
01328 static void *new_TH1S(void *p = 0);
01329 static void *newArray_TH1S(Long_t size, void *p);
01330 static void delete_TH1S(void *p);
01331 static void deleteArray_TH1S(void *p);
01332 static void destruct_TH1S(void *p);
01333 static void directoryAutoAdd_TH1S(void *p, TDirectory *dir);
01334
01335
01336 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TH1S*)
01337 {
01338 ::TH1S *ptr = 0;
01339 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TH1S >(0);
01340 static ::ROOT::TGenericClassInfo
01341 instance("TH1S", ::TH1S::Class_Version(), "include/TH1.h", 415,
01342 typeid(::TH1S), DefineBehavior(ptr, ptr),
01343 &::TH1S::Dictionary, isa_proxy, 4,
01344 sizeof(::TH1S) );
01345 instance.SetNew(&new_TH1S);
01346 instance.SetNewArray(&newArray_TH1S);
01347 instance.SetDelete(&delete_TH1S);
01348 instance.SetDeleteArray(&deleteArray_TH1S);
01349 instance.SetDestructor(&destruct_TH1S);
01350 instance.SetDirectoryAutoAdd(&directoryAutoAdd_TH1S);
01351 return &instance;
01352 }
01353 TGenericClassInfo *GenerateInitInstance(const ::TH1S*)
01354 {
01355 return GenerateInitInstanceLocal((::TH1S*)0);
01356 }
01357
01358 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TH1S*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01359 }
01360
01361 namespace ROOT {
01362 void TH1I_ShowMembers(void *obj, TMemberInspector &R__insp);
01363 static void *new_TH1I(void *p = 0);
01364 static void *newArray_TH1I(Long_t size, void *p);
01365 static void delete_TH1I(void *p);
01366 static void deleteArray_TH1I(void *p);
01367 static void destruct_TH1I(void *p);
01368 static void directoryAutoAdd_TH1I(void *p, TDirectory *dir);
01369
01370
01371 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TH1I*)
01372 {
01373 ::TH1I *ptr = 0;
01374 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TH1I >(0);
01375 static ::ROOT::TGenericClassInfo
01376 instance("TH1I", ::TH1I::Class_Version(), "include/TH1.h", 458,
01377 typeid(::TH1I), DefineBehavior(ptr, ptr),
01378 &::TH1I::Dictionary, isa_proxy, 4,
01379 sizeof(::TH1I) );
01380 instance.SetNew(&new_TH1I);
01381 instance.SetNewArray(&newArray_TH1I);
01382 instance.SetDelete(&delete_TH1I);
01383 instance.SetDeleteArray(&deleteArray_TH1I);
01384 instance.SetDestructor(&destruct_TH1I);
01385 instance.SetDirectoryAutoAdd(&directoryAutoAdd_TH1I);
01386 return &instance;
01387 }
01388 TGenericClassInfo *GenerateInitInstance(const ::TH1I*)
01389 {
01390 return GenerateInitInstanceLocal((::TH1I*)0);
01391 }
01392
01393 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TH1I*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01394 }
01395
01396 namespace ROOT {
01397 void TH1K_ShowMembers(void *obj, TMemberInspector &R__insp);
01398 static void *new_TH1K(void *p = 0);
01399 static void *newArray_TH1K(Long_t size, void *p);
01400 static void delete_TH1K(void *p);
01401 static void deleteArray_TH1K(void *p);
01402 static void destruct_TH1K(void *p);
01403 static void directoryAutoAdd_TH1K(void *p, TDirectory *dir);
01404
01405
01406 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TH1K*)
01407 {
01408 ::TH1K *ptr = 0;
01409 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TH1K >(0);
01410 static ::ROOT::TGenericClassInfo
01411 instance("TH1K", ::TH1K::Class_Version(), "include/TH1K.h", 27,
01412 typeid(::TH1K), DefineBehavior(ptr, ptr),
01413 &::TH1K::Dictionary, isa_proxy, 4,
01414 sizeof(::TH1K) );
01415 instance.SetNew(&new_TH1K);
01416 instance.SetNewArray(&newArray_TH1K);
01417 instance.SetDelete(&delete_TH1K);
01418 instance.SetDeleteArray(&deleteArray_TH1K);
01419 instance.SetDestructor(&destruct_TH1K);
01420 instance.SetDirectoryAutoAdd(&directoryAutoAdd_TH1K);
01421 return &instance;
01422 }
01423 TGenericClassInfo *GenerateInitInstance(const ::TH1K*)
01424 {
01425 return GenerateInitInstanceLocal((::TH1K*)0);
01426 }
01427
01428 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TH1K*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01429 }
01430
01431 namespace ROOT {
01432 void TProfile_ShowMembers(void *obj, TMemberInspector &R__insp);
01433 static void *new_TProfile(void *p = 0);
01434 static void *newArray_TProfile(Long_t size, void *p);
01435 static void delete_TProfile(void *p);
01436 static void deleteArray_TProfile(void *p);
01437 static void destruct_TProfile(void *p);
01438 static void directoryAutoAdd_TProfile(void *p, TDirectory *dir);
01439 static void streamer_TProfile(TBuffer &buf, void *obj);
01440
01441
01442 static void read_TProfile_0( char* target, TVirtualObject *oldObj )
01443 {
01444
01445 static TClassRef cls("TProfile");
01446 static Long_t offset_fBinSumw2 = cls->GetDataMemberOffset("fBinSumw2");
01447 TArrayD& fBinSumw2 = *(TArrayD*)(target+offset_fBinSumw2);
01448 TProfile* newObj = (TProfile*)target;
01449
01450 if (oldObj) {}
01451
01452 if (newObj) {}
01453
01454
01455 fBinSumw2.Reset();
01456 }
01457
01458
01459 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TProfile*)
01460 {
01461 ::TProfile *ptr = 0;
01462 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TProfile >(0);
01463 static ::ROOT::TGenericClassInfo
01464 instance("TProfile", ::TProfile::Class_Version(), "include/TProfile.h", 34,
01465 typeid(::TProfile), DefineBehavior(ptr, ptr),
01466 &::TProfile::Dictionary, isa_proxy, 1,
01467 sizeof(::TProfile) );
01468 instance.SetNew(&new_TProfile);
01469 instance.SetNewArray(&newArray_TProfile);
01470 instance.SetDelete(&delete_TProfile);
01471 instance.SetDeleteArray(&deleteArray_TProfile);
01472 instance.SetDestructor(&destruct_TProfile);
01473 instance.SetDirectoryAutoAdd(&directoryAutoAdd_TProfile);
01474 instance.SetStreamerFunc(&streamer_TProfile);
01475
01476 ROOT::TSchemaHelper* rule;
01477
01478
01479 std::vector<ROOT::TSchemaHelper> readrules(1);
01480 rule = &readrules[0];
01481 rule->fSourceClass = "TProfile";
01482 rule->fTarget = "fBinSumw2";
01483 rule->fSource = "";
01484 rule->fFunctionPtr = (void *)G__func2void( read_TProfile_0);
01485 rule->fCode = " fBinSumw2.Reset(); ";
01486 rule->fVersion = "[1-5]";
01487 instance.SetReadRules( readrules );
01488 return &instance;
01489 }
01490 TGenericClassInfo *GenerateInitInstance(const ::TProfile*)
01491 {
01492 return GenerateInitInstanceLocal((::TProfile*)0);
01493 }
01494
01495 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TProfile*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01496 }
01497
01498 namespace ROOT {
01499 void TH2C_ShowMembers(void *obj, TMemberInspector &R__insp);
01500 static void *new_TH2C(void *p = 0);
01501 static void *newArray_TH2C(Long_t size, void *p);
01502 static void delete_TH2C(void *p);
01503 static void deleteArray_TH2C(void *p);
01504 static void destruct_TH2C(void *p);
01505 static void directoryAutoAdd_TH2C(void *p, TDirectory *dir);
01506 static void streamer_TH2C(TBuffer &buf, void *obj);
01507
01508
01509 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TH2C*)
01510 {
01511 ::TH2C *ptr = 0;
01512 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TH2C >(0);
01513 static ::ROOT::TGenericClassInfo
01514 instance("TH2C", ::TH2C::Class_Version(), "include/TH2.h", 120,
01515 typeid(::TH2C), DefineBehavior(ptr, ptr),
01516 &::TH2C::Dictionary, isa_proxy, 1,
01517 sizeof(::TH2C) );
01518 instance.SetNew(&new_TH2C);
01519 instance.SetNewArray(&newArray_TH2C);
01520 instance.SetDelete(&delete_TH2C);
01521 instance.SetDeleteArray(&deleteArray_TH2C);
01522 instance.SetDestructor(&destruct_TH2C);
01523 instance.SetDirectoryAutoAdd(&directoryAutoAdd_TH2C);
01524 instance.SetStreamerFunc(&streamer_TH2C);
01525 return &instance;
01526 }
01527 TGenericClassInfo *GenerateInitInstance(const ::TH2C*)
01528 {
01529 return GenerateInitInstanceLocal((::TH2C*)0);
01530 }
01531
01532 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TH2C*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01533 }
01534
01535 namespace ROOT {
01536 void TH2S_ShowMembers(void *obj, TMemberInspector &R__insp);
01537 static void *new_TH2S(void *p = 0);
01538 static void *newArray_TH2S(Long_t size, void *p);
01539 static void delete_TH2S(void *p);
01540 static void deleteArray_TH2S(void *p);
01541 static void destruct_TH2S(void *p);
01542 static void directoryAutoAdd_TH2S(void *p, TDirectory *dir);
01543 static void streamer_TH2S(TBuffer &buf, void *obj);
01544
01545
01546 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TH2S*)
01547 {
01548 ::TH2S *ptr = 0;
01549 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TH2S >(0);
01550 static ::ROOT::TGenericClassInfo
01551 instance("TH2S", ::TH2S::Class_Version(), "include/TH2.h", 162,
01552 typeid(::TH2S), DefineBehavior(ptr, ptr),
01553 &::TH2S::Dictionary, isa_proxy, 1,
01554 sizeof(::TH2S) );
01555 instance.SetNew(&new_TH2S);
01556 instance.SetNewArray(&newArray_TH2S);
01557 instance.SetDelete(&delete_TH2S);
01558 instance.SetDeleteArray(&deleteArray_TH2S);
01559 instance.SetDestructor(&destruct_TH2S);
01560 instance.SetDirectoryAutoAdd(&directoryAutoAdd_TH2S);
01561 instance.SetStreamerFunc(&streamer_TH2S);
01562 return &instance;
01563 }
01564 TGenericClassInfo *GenerateInitInstance(const ::TH2S*)
01565 {
01566 return GenerateInitInstanceLocal((::TH2S*)0);
01567 }
01568
01569 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TH2S*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01570 }
01571
01572 namespace ROOT {
01573 void TH2I_ShowMembers(void *obj, TMemberInspector &R__insp);
01574 static void *new_TH2I(void *p = 0);
01575 static void *newArray_TH2I(Long_t size, void *p);
01576 static void delete_TH2I(void *p);
01577 static void deleteArray_TH2I(void *p);
01578 static void destruct_TH2I(void *p);
01579 static void directoryAutoAdd_TH2I(void *p, TDirectory *dir);
01580
01581
01582 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TH2I*)
01583 {
01584 ::TH2I *ptr = 0;
01585 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TH2I >(0);
01586 static ::ROOT::TGenericClassInfo
01587 instance("TH2I", ::TH2I::Class_Version(), "include/TH2.h", 204,
01588 typeid(::TH2I), DefineBehavior(ptr, ptr),
01589 &::TH2I::Dictionary, isa_proxy, 4,
01590 sizeof(::TH2I) );
01591 instance.SetNew(&new_TH2I);
01592 instance.SetNewArray(&newArray_TH2I);
01593 instance.SetDelete(&delete_TH2I);
01594 instance.SetDeleteArray(&deleteArray_TH2I);
01595 instance.SetDestructor(&destruct_TH2I);
01596 instance.SetDirectoryAutoAdd(&directoryAutoAdd_TH2I);
01597 return &instance;
01598 }
01599 TGenericClassInfo *GenerateInitInstance(const ::TH2I*)
01600 {
01601 return GenerateInitInstanceLocal((::TH2I*)0);
01602 }
01603
01604 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TH2I*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01605 }
01606
01607 namespace ROOT {
01608 void TH2F_ShowMembers(void *obj, TMemberInspector &R__insp);
01609 static void *new_TH2F(void *p = 0);
01610 static void *newArray_TH2F(Long_t size, void *p);
01611 static void delete_TH2F(void *p);
01612 static void deleteArray_TH2F(void *p);
01613 static void destruct_TH2F(void *p);
01614 static void directoryAutoAdd_TH2F(void *p, TDirectory *dir);
01615 static void streamer_TH2F(TBuffer &buf, void *obj);
01616
01617
01618 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TH2F*)
01619 {
01620 ::TH2F *ptr = 0;
01621 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TH2F >(0);
01622 static ::ROOT::TGenericClassInfo
01623 instance("TH2F", ::TH2F::Class_Version(), "include/TH2.h", 246,
01624 typeid(::TH2F), DefineBehavior(ptr, ptr),
01625 &::TH2F::Dictionary, isa_proxy, 1,
01626 sizeof(::TH2F) );
01627 instance.SetNew(&new_TH2F);
01628 instance.SetNewArray(&newArray_TH2F);
01629 instance.SetDelete(&delete_TH2F);
01630 instance.SetDeleteArray(&deleteArray_TH2F);
01631 instance.SetDestructor(&destruct_TH2F);
01632 instance.SetDirectoryAutoAdd(&directoryAutoAdd_TH2F);
01633 instance.SetStreamerFunc(&streamer_TH2F);
01634 return &instance;
01635 }
01636 TGenericClassInfo *GenerateInitInstance(const ::TH2F*)
01637 {
01638 return GenerateInitInstanceLocal((::TH2F*)0);
01639 }
01640
01641 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TH2F*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01642 }
01643
01644 namespace ROOT {
01645 void TH2PolyBin_ShowMembers(void *obj, TMemberInspector &R__insp);
01646 static void *new_TH2PolyBin(void *p = 0);
01647 static void *newArray_TH2PolyBin(Long_t size, void *p);
01648 static void delete_TH2PolyBin(void *p);
01649 static void deleteArray_TH2PolyBin(void *p);
01650 static void destruct_TH2PolyBin(void *p);
01651
01652
01653 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TH2PolyBin*)
01654 {
01655 ::TH2PolyBin *ptr = 0;
01656 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TH2PolyBin >(0);
01657 static ::ROOT::TGenericClassInfo
01658 instance("TH2PolyBin", ::TH2PolyBin::Class_Version(), "include/TH2Poly.h", 29,
01659 typeid(::TH2PolyBin), DefineBehavior(ptr, ptr),
01660 &::TH2PolyBin::Dictionary, isa_proxy, 4,
01661 sizeof(::TH2PolyBin) );
01662 instance.SetNew(&new_TH2PolyBin);
01663 instance.SetNewArray(&newArray_TH2PolyBin);
01664 instance.SetDelete(&delete_TH2PolyBin);
01665 instance.SetDeleteArray(&deleteArray_TH2PolyBin);
01666 instance.SetDestructor(&destruct_TH2PolyBin);
01667 return &instance;
01668 }
01669 TGenericClassInfo *GenerateInitInstance(const ::TH2PolyBin*)
01670 {
01671 return GenerateInitInstanceLocal((::TH2PolyBin*)0);
01672 }
01673
01674 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TH2PolyBin*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01675 }
01676
01677 namespace ROOT {
01678 void TH2Poly_ShowMembers(void *obj, TMemberInspector &R__insp);
01679 static void *new_TH2Poly(void *p = 0);
01680 static void *newArray_TH2Poly(Long_t size, void *p);
01681 static void delete_TH2Poly(void *p);
01682 static void deleteArray_TH2Poly(void *p);
01683 static void destruct_TH2Poly(void *p);
01684 static void directoryAutoAdd_TH2Poly(void *p, TDirectory *dir);
01685
01686
01687 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TH2Poly*)
01688 {
01689 ::TH2Poly *ptr = 0;
01690 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TH2Poly >(0);
01691 static ::ROOT::TGenericClassInfo
01692 instance("TH2Poly", ::TH2Poly::Class_Version(), "include/TH2Poly.h", 70,
01693 typeid(::TH2Poly), DefineBehavior(ptr, ptr),
01694 &::TH2Poly::Dictionary, isa_proxy, 4,
01695 sizeof(::TH2Poly) );
01696 instance.SetNew(&new_TH2Poly);
01697 instance.SetNewArray(&newArray_TH2Poly);
01698 instance.SetDelete(&delete_TH2Poly);
01699 instance.SetDeleteArray(&deleteArray_TH2Poly);
01700 instance.SetDestructor(&destruct_TH2Poly);
01701 instance.SetDirectoryAutoAdd(&directoryAutoAdd_TH2Poly);
01702 return &instance;
01703 }
01704 TGenericClassInfo *GenerateInitInstance(const ::TH2Poly*)
01705 {
01706 return GenerateInitInstanceLocal((::TH2Poly*)0);
01707 }
01708
01709 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TH2Poly*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01710 }
01711
01712 namespace ROOT {
01713 void TProfile2D_ShowMembers(void *obj, TMemberInspector &R__insp);
01714 static void *new_TProfile2D(void *p = 0);
01715 static void *newArray_TProfile2D(Long_t size, void *p);
01716 static void delete_TProfile2D(void *p);
01717 static void deleteArray_TProfile2D(void *p);
01718 static void destruct_TProfile2D(void *p);
01719 static void directoryAutoAdd_TProfile2D(void *p, TDirectory *dir);
01720 static void streamer_TProfile2D(TBuffer &buf, void *obj);
01721
01722
01723 static void read_TProfile2D_0( char* target, TVirtualObject *oldObj )
01724 {
01725
01726 static TClassRef cls("TProfile2D");
01727 static Long_t offset_fBinSumw2 = cls->GetDataMemberOffset("fBinSumw2");
01728 TArrayD& fBinSumw2 = *(TArrayD*)(target+offset_fBinSumw2);
01729 TProfile2D* newObj = (TProfile2D*)target;
01730
01731 if (oldObj) {}
01732
01733 if (newObj) {}
01734
01735
01736 fBinSumw2.Reset();
01737 }
01738
01739
01740 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TProfile2D*)
01741 {
01742 ::TProfile2D *ptr = 0;
01743 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TProfile2D >(0);
01744 static ::ROOT::TGenericClassInfo
01745 instance("TProfile2D", ::TProfile2D::Class_Version(), "include/TProfile2D.h", 31,
01746 typeid(::TProfile2D), DefineBehavior(ptr, ptr),
01747 &::TProfile2D::Dictionary, isa_proxy, 1,
01748 sizeof(::TProfile2D) );
01749 instance.SetNew(&new_TProfile2D);
01750 instance.SetNewArray(&newArray_TProfile2D);
01751 instance.SetDelete(&delete_TProfile2D);
01752 instance.SetDeleteArray(&deleteArray_TProfile2D);
01753 instance.SetDestructor(&destruct_TProfile2D);
01754 instance.SetDirectoryAutoAdd(&directoryAutoAdd_TProfile2D);
01755 instance.SetStreamerFunc(&streamer_TProfile2D);
01756
01757 ROOT::TSchemaHelper* rule;
01758
01759
01760 std::vector<ROOT::TSchemaHelper> readrules(1);
01761 rule = &readrules[0];
01762 rule->fSourceClass = "TProfile2D";
01763 rule->fTarget = "fBinSumw2";
01764 rule->fSource = "";
01765 rule->fFunctionPtr = (void *)G__func2void( read_TProfile2D_0);
01766 rule->fCode = " fBinSumw2.Reset(); ";
01767 rule->fVersion = "[1-6]";
01768 instance.SetReadRules( readrules );
01769 return &instance;
01770 }
01771 TGenericClassInfo *GenerateInitInstance(const ::TProfile2D*)
01772 {
01773 return GenerateInitInstanceLocal((::TProfile2D*)0);
01774 }
01775
01776 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TProfile2D*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01777 }
01778
01779 namespace ROOT {
01780 void TH3_ShowMembers(void *obj, TMemberInspector &R__insp);
01781 static void delete_TH3(void *p);
01782 static void deleteArray_TH3(void *p);
01783 static void destruct_TH3(void *p);
01784 static void directoryAutoAdd_TH3(void *p, TDirectory *dir);
01785 static void streamer_TH3(TBuffer &buf, void *obj);
01786
01787
01788 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TH3*)
01789 {
01790 ::TH3 *ptr = 0;
01791 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TH3 >(0);
01792 static ::ROOT::TGenericClassInfo
01793 instance("TH3", ::TH3::Class_Version(), "include/TH3.h", 35,
01794 typeid(::TH3), DefineBehavior(ptr, ptr),
01795 &::TH3::Dictionary, isa_proxy, 1,
01796 sizeof(::TH3) );
01797 instance.SetDelete(&delete_TH3);
01798 instance.SetDeleteArray(&deleteArray_TH3);
01799 instance.SetDestructor(&destruct_TH3);
01800 instance.SetDirectoryAutoAdd(&directoryAutoAdd_TH3);
01801 instance.SetStreamerFunc(&streamer_TH3);
01802 return &instance;
01803 }
01804 TGenericClassInfo *GenerateInitInstance(const ::TH3*)
01805 {
01806 return GenerateInitInstanceLocal((::TH3*)0);
01807 }
01808
01809 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TH3*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01810 }
01811
01812 namespace ROOT {
01813 void TH3C_ShowMembers(void *obj, TMemberInspector &R__insp);
01814 static void *new_TH3C(void *p = 0);
01815 static void *newArray_TH3C(Long_t size, void *p);
01816 static void delete_TH3C(void *p);
01817 static void deleteArray_TH3C(void *p);
01818 static void destruct_TH3C(void *p);
01819 static void directoryAutoAdd_TH3C(void *p, TDirectory *dir);
01820 static void streamer_TH3C(TBuffer &buf, void *obj);
01821
01822
01823 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TH3C*)
01824 {
01825 ::TH3C *ptr = 0;
01826 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TH3C >(0);
01827 static ::ROOT::TGenericClassInfo
01828 instance("TH3C", ::TH3C::Class_Version(), "include/TH3.h", 131,
01829 typeid(::TH3C), DefineBehavior(ptr, ptr),
01830 &::TH3C::Dictionary, isa_proxy, 1,
01831 sizeof(::TH3C) );
01832 instance.SetNew(&new_TH3C);
01833 instance.SetNewArray(&newArray_TH3C);
01834 instance.SetDelete(&delete_TH3C);
01835 instance.SetDeleteArray(&deleteArray_TH3C);
01836 instance.SetDestructor(&destruct_TH3C);
01837 instance.SetDirectoryAutoAdd(&directoryAutoAdd_TH3C);
01838 instance.SetStreamerFunc(&streamer_TH3C);
01839 return &instance;
01840 }
01841 TGenericClassInfo *GenerateInitInstance(const ::TH3C*)
01842 {
01843 return GenerateInitInstanceLocal((::TH3C*)0);
01844 }
01845
01846 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TH3C*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01847 }
01848
01849 namespace ROOT {
01850 void TH3S_ShowMembers(void *obj, TMemberInspector &R__insp);
01851 static void *new_TH3S(void *p = 0);
01852 static void *newArray_TH3S(Long_t size, void *p);
01853 static void delete_TH3S(void *p);
01854 static void deleteArray_TH3S(void *p);
01855 static void destruct_TH3S(void *p);
01856 static void directoryAutoAdd_TH3S(void *p, TDirectory *dir);
01857 static void streamer_TH3S(TBuffer &buf, void *obj);
01858
01859
01860 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TH3S*)
01861 {
01862 ::TH3S *ptr = 0;
01863 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TH3S >(0);
01864 static ::ROOT::TGenericClassInfo
01865 instance("TH3S", ::TH3S::Class_Version(), "include/TH3.h", 170,
01866 typeid(::TH3S), DefineBehavior(ptr, ptr),
01867 &::TH3S::Dictionary, isa_proxy, 1,
01868 sizeof(::TH3S) );
01869 instance.SetNew(&new_TH3S);
01870 instance.SetNewArray(&newArray_TH3S);
01871 instance.SetDelete(&delete_TH3S);
01872 instance.SetDeleteArray(&deleteArray_TH3S);
01873 instance.SetDestructor(&destruct_TH3S);
01874 instance.SetDirectoryAutoAdd(&directoryAutoAdd_TH3S);
01875 instance.SetStreamerFunc(&streamer_TH3S);
01876 return &instance;
01877 }
01878 TGenericClassInfo *GenerateInitInstance(const ::TH3S*)
01879 {
01880 return GenerateInitInstanceLocal((::TH3S*)0);
01881 }
01882
01883 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TH3S*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01884 }
01885
01886 namespace ROOT {
01887 void TH3I_ShowMembers(void *obj, TMemberInspector &R__insp);
01888 static void *new_TH3I(void *p = 0);
01889 static void *newArray_TH3I(Long_t size, void *p);
01890 static void delete_TH3I(void *p);
01891 static void deleteArray_TH3I(void *p);
01892 static void destruct_TH3I(void *p);
01893 static void directoryAutoAdd_TH3I(void *p, TDirectory *dir);
01894
01895
01896 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TH3I*)
01897 {
01898 ::TH3I *ptr = 0;
01899 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TH3I >(0);
01900 static ::ROOT::TGenericClassInfo
01901 instance("TH3I", ::TH3I::Class_Version(), "include/TH3.h", 209,
01902 typeid(::TH3I), DefineBehavior(ptr, ptr),
01903 &::TH3I::Dictionary, isa_proxy, 4,
01904 sizeof(::TH3I) );
01905 instance.SetNew(&new_TH3I);
01906 instance.SetNewArray(&newArray_TH3I);
01907 instance.SetDelete(&delete_TH3I);
01908 instance.SetDeleteArray(&deleteArray_TH3I);
01909 instance.SetDestructor(&destruct_TH3I);
01910 instance.SetDirectoryAutoAdd(&directoryAutoAdd_TH3I);
01911 return &instance;
01912 }
01913 TGenericClassInfo *GenerateInitInstance(const ::TH3I*)
01914 {
01915 return GenerateInitInstanceLocal((::TH3I*)0);
01916 }
01917
01918 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TH3I*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01919 }
01920
01921 namespace ROOT {
01922 void TH3F_ShowMembers(void *obj, TMemberInspector &R__insp);
01923 static void *new_TH3F(void *p = 0);
01924 static void *newArray_TH3F(Long_t size, void *p);
01925 static void delete_TH3F(void *p);
01926 static void deleteArray_TH3F(void *p);
01927 static void destruct_TH3F(void *p);
01928 static void directoryAutoAdd_TH3F(void *p, TDirectory *dir);
01929 static void streamer_TH3F(TBuffer &buf, void *obj);
01930
01931
01932 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TH3F*)
01933 {
01934 ::TH3F *ptr = 0;
01935 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TH3F >(0);
01936 static ::ROOT::TGenericClassInfo
01937 instance("TH3F", ::TH3F::Class_Version(), "include/TH3.h", 249,
01938 typeid(::TH3F), DefineBehavior(ptr, ptr),
01939 &::TH3F::Dictionary, isa_proxy, 1,
01940 sizeof(::TH3F) );
01941 instance.SetNew(&new_TH3F);
01942 instance.SetNewArray(&newArray_TH3F);
01943 instance.SetDelete(&delete_TH3F);
01944 instance.SetDeleteArray(&deleteArray_TH3F);
01945 instance.SetDestructor(&destruct_TH3F);
01946 instance.SetDirectoryAutoAdd(&directoryAutoAdd_TH3F);
01947 instance.SetStreamerFunc(&streamer_TH3F);
01948 return &instance;
01949 }
01950 TGenericClassInfo *GenerateInitInstance(const ::TH3F*)
01951 {
01952 return GenerateInitInstanceLocal((::TH3F*)0);
01953 }
01954
01955 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TH3F*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01956 }
01957
01958 namespace ROOT {
01959 void TH3D_ShowMembers(void *obj, TMemberInspector &R__insp);
01960 static void *new_TH3D(void *p = 0);
01961 static void *newArray_TH3D(Long_t size, void *p);
01962 static void delete_TH3D(void *p);
01963 static void deleteArray_TH3D(void *p);
01964 static void destruct_TH3D(void *p);
01965 static void directoryAutoAdd_TH3D(void *p, TDirectory *dir);
01966 static void streamer_TH3D(TBuffer &buf, void *obj);
01967
01968
01969 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TH3D*)
01970 {
01971 ::TH3D *ptr = 0;
01972 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TH3D >(0);
01973 static ::ROOT::TGenericClassInfo
01974 instance("TH3D", ::TH3D::Class_Version(), "include/TH3.h", 289,
01975 typeid(::TH3D), DefineBehavior(ptr, ptr),
01976 &::TH3D::Dictionary, isa_proxy, 1,
01977 sizeof(::TH3D) );
01978 instance.SetNew(&new_TH3D);
01979 instance.SetNewArray(&newArray_TH3D);
01980 instance.SetDelete(&delete_TH3D);
01981 instance.SetDeleteArray(&deleteArray_TH3D);
01982 instance.SetDestructor(&destruct_TH3D);
01983 instance.SetDirectoryAutoAdd(&directoryAutoAdd_TH3D);
01984 instance.SetStreamerFunc(&streamer_TH3D);
01985 return &instance;
01986 }
01987 TGenericClassInfo *GenerateInitInstance(const ::TH3D*)
01988 {
01989 return GenerateInitInstanceLocal((::TH3D*)0);
01990 }
01991
01992 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TH3D*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01993 }
01994
01995 namespace ROOT {
01996 void THLimitsFinder_ShowMembers(void *obj, TMemberInspector &R__insp);
01997 static void *new_THLimitsFinder(void *p = 0);
01998 static void *newArray_THLimitsFinder(Long_t size, void *p);
01999 static void delete_THLimitsFinder(void *p);
02000 static void deleteArray_THLimitsFinder(void *p);
02001 static void destruct_THLimitsFinder(void *p);
02002
02003
02004 static TGenericClassInfo *GenerateInitInstanceLocal(const ::THLimitsFinder*)
02005 {
02006 ::THLimitsFinder *ptr = 0;
02007 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::THLimitsFinder >(0);
02008 static ::ROOT::TGenericClassInfo
02009 instance("THLimitsFinder", ::THLimitsFinder::Class_Version(), "include/THLimitsFinder.h", 30,
02010 typeid(::THLimitsFinder), DefineBehavior(ptr, ptr),
02011 &::THLimitsFinder::Dictionary, isa_proxy, 4,
02012 sizeof(::THLimitsFinder) );
02013 instance.SetNew(&new_THLimitsFinder);
02014 instance.SetNewArray(&newArray_THLimitsFinder);
02015 instance.SetDelete(&delete_THLimitsFinder);
02016 instance.SetDeleteArray(&deleteArray_THLimitsFinder);
02017 instance.SetDestructor(&destruct_THLimitsFinder);
02018 return &instance;
02019 }
02020 TGenericClassInfo *GenerateInitInstance(const ::THLimitsFinder*)
02021 {
02022 return GenerateInitInstanceLocal((::THLimitsFinder*)0);
02023 }
02024
02025 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::THLimitsFinder*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02026 }
02027
02028 namespace ROOT {
02029 void THnSparseArrayChunk_ShowMembers(void *obj, TMemberInspector &R__insp);
02030 static void *new_THnSparseArrayChunk(void *p = 0);
02031 static void *newArray_THnSparseArrayChunk(Long_t size, void *p);
02032 static void delete_THnSparseArrayChunk(void *p);
02033 static void deleteArray_THnSparseArrayChunk(void *p);
02034 static void destruct_THnSparseArrayChunk(void *p);
02035
02036
02037 static TGenericClassInfo *GenerateInitInstanceLocal(const ::THnSparseArrayChunk*)
02038 {
02039 ::THnSparseArrayChunk *ptr = 0;
02040 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::THnSparseArrayChunk >(0);
02041 static ::ROOT::TGenericClassInfo
02042 instance("THnSparseArrayChunk", ::THnSparseArrayChunk::Class_Version(), "include/THnSparse.h", 64,
02043 typeid(::THnSparseArrayChunk), DefineBehavior(ptr, ptr),
02044 &::THnSparseArrayChunk::Dictionary, isa_proxy, 4,
02045 sizeof(::THnSparseArrayChunk) );
02046 instance.SetNew(&new_THnSparseArrayChunk);
02047 instance.SetNewArray(&newArray_THnSparseArrayChunk);
02048 instance.SetDelete(&delete_THnSparseArrayChunk);
02049 instance.SetDeleteArray(&deleteArray_THnSparseArrayChunk);
02050 instance.SetDestructor(&destruct_THnSparseArrayChunk);
02051 return &instance;
02052 }
02053 TGenericClassInfo *GenerateInitInstance(const ::THnSparseArrayChunk*)
02054 {
02055 return GenerateInitInstanceLocal((::THnSparseArrayChunk*)0);
02056 }
02057
02058 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::THnSparseArrayChunk*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02059 }
02060
02061 namespace ROOT {
02062 void THnSparseTlETArrayDgR_ShowMembers(void *obj, TMemberInspector &R__insp);
02063 static void THnSparseTlETArrayDgR_Dictionary();
02064 static void *new_THnSparseTlETArrayDgR(void *p = 0);
02065 static void *newArray_THnSparseTlETArrayDgR(Long_t size, void *p);
02066 static void delete_THnSparseTlETArrayDgR(void *p);
02067 static void deleteArray_THnSparseTlETArrayDgR(void *p);
02068 static void destruct_THnSparseTlETArrayDgR(void *p);
02069
02070
02071 static TGenericClassInfo *GenerateInitInstanceLocal(const ::THnSparseT<TArrayD>*)
02072 {
02073
02074 R__ASSERT(sizeof(::THnSparseT<TArrayD>) == sizeof(::ROOT::Shadow::THnSparseTlETArrayDgR));
02075 ::THnSparseT<TArrayD> *ptr = 0;
02076 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::THnSparseT<TArrayD> >(0);
02077 static ::ROOT::TGenericClassInfo
02078 instance("THnSparseT<TArrayD>", ::THnSparseT<TArrayD>::Class_Version(), "include/THnSparse.h", 308,
02079 typeid(::THnSparseT<TArrayD>), DefineBehavior(ptr, ptr),
02080 &THnSparseTlETArrayDgR_Dictionary, isa_proxy, 4,
02081 sizeof(::THnSparseT<TArrayD>) );
02082 instance.SetNew(&new_THnSparseTlETArrayDgR);
02083 instance.SetNewArray(&newArray_THnSparseTlETArrayDgR);
02084 instance.SetDelete(&delete_THnSparseTlETArrayDgR);
02085 instance.SetDeleteArray(&deleteArray_THnSparseTlETArrayDgR);
02086 instance.SetDestructor(&destruct_THnSparseTlETArrayDgR);
02087 return &instance;
02088 }
02089 TGenericClassInfo *GenerateInitInstance(const ::THnSparseT<TArrayD>*)
02090 {
02091 return GenerateInitInstanceLocal((::THnSparseT<TArrayD>*)0);
02092 }
02093
02094 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::THnSparseT<TArrayD>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02095
02096
02097 static void THnSparseTlETArrayDgR_Dictionary() {
02098 ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayD>*)0x0)->GetClass();
02099 }
02100
02101 }
02102
02103 namespace ROOT {
02104 void THnSparseTlETArrayFgR_ShowMembers(void *obj, TMemberInspector &R__insp);
02105 static void THnSparseTlETArrayFgR_Dictionary();
02106 static void *new_THnSparseTlETArrayFgR(void *p = 0);
02107 static void *newArray_THnSparseTlETArrayFgR(Long_t size, void *p);
02108 static void delete_THnSparseTlETArrayFgR(void *p);
02109 static void deleteArray_THnSparseTlETArrayFgR(void *p);
02110 static void destruct_THnSparseTlETArrayFgR(void *p);
02111
02112
02113 static TGenericClassInfo *GenerateInitInstanceLocal(const ::THnSparseT<TArrayF>*)
02114 {
02115
02116 R__ASSERT(sizeof(::THnSparseT<TArrayF>) == sizeof(::ROOT::Shadow::THnSparseTlETArrayFgR));
02117 ::THnSparseT<TArrayF> *ptr = 0;
02118 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::THnSparseT<TArrayF> >(0);
02119 static ::ROOT::TGenericClassInfo
02120 instance("THnSparseT<TArrayF>", ::THnSparseT<TArrayF>::Class_Version(), "include/THnSparse.h", 308,
02121 typeid(::THnSparseT<TArrayF>), DefineBehavior(ptr, ptr),
02122 &THnSparseTlETArrayFgR_Dictionary, isa_proxy, 4,
02123 sizeof(::THnSparseT<TArrayF>) );
02124 instance.SetNew(&new_THnSparseTlETArrayFgR);
02125 instance.SetNewArray(&newArray_THnSparseTlETArrayFgR);
02126 instance.SetDelete(&delete_THnSparseTlETArrayFgR);
02127 instance.SetDeleteArray(&deleteArray_THnSparseTlETArrayFgR);
02128 instance.SetDestructor(&destruct_THnSparseTlETArrayFgR);
02129 return &instance;
02130 }
02131 TGenericClassInfo *GenerateInitInstance(const ::THnSparseT<TArrayF>*)
02132 {
02133 return GenerateInitInstanceLocal((::THnSparseT<TArrayF>*)0);
02134 }
02135
02136 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::THnSparseT<TArrayF>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02137
02138
02139 static void THnSparseTlETArrayFgR_Dictionary() {
02140 ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayF>*)0x0)->GetClass();
02141 }
02142
02143 }
02144
02145 namespace ROOT {
02146 void THnSparseTlETArrayLgR_ShowMembers(void *obj, TMemberInspector &R__insp);
02147 static void THnSparseTlETArrayLgR_Dictionary();
02148 static void *new_THnSparseTlETArrayLgR(void *p = 0);
02149 static void *newArray_THnSparseTlETArrayLgR(Long_t size, void *p);
02150 static void delete_THnSparseTlETArrayLgR(void *p);
02151 static void deleteArray_THnSparseTlETArrayLgR(void *p);
02152 static void destruct_THnSparseTlETArrayLgR(void *p);
02153
02154
02155 static TGenericClassInfo *GenerateInitInstanceLocal(const ::THnSparseT<TArrayL>*)
02156 {
02157
02158 R__ASSERT(sizeof(::THnSparseT<TArrayL>) == sizeof(::ROOT::Shadow::THnSparseTlETArrayLgR));
02159 ::THnSparseT<TArrayL> *ptr = 0;
02160 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::THnSparseT<TArrayL> >(0);
02161 static ::ROOT::TGenericClassInfo
02162 instance("THnSparseT<TArrayL>", ::THnSparseT<TArrayL>::Class_Version(), "include/THnSparse.h", 308,
02163 typeid(::THnSparseT<TArrayL>), DefineBehavior(ptr, ptr),
02164 &THnSparseTlETArrayLgR_Dictionary, isa_proxy, 4,
02165 sizeof(::THnSparseT<TArrayL>) );
02166 instance.SetNew(&new_THnSparseTlETArrayLgR);
02167 instance.SetNewArray(&newArray_THnSparseTlETArrayLgR);
02168 instance.SetDelete(&delete_THnSparseTlETArrayLgR);
02169 instance.SetDeleteArray(&deleteArray_THnSparseTlETArrayLgR);
02170 instance.SetDestructor(&destruct_THnSparseTlETArrayLgR);
02171 return &instance;
02172 }
02173 TGenericClassInfo *GenerateInitInstance(const ::THnSparseT<TArrayL>*)
02174 {
02175 return GenerateInitInstanceLocal((::THnSparseT<TArrayL>*)0);
02176 }
02177
02178 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::THnSparseT<TArrayL>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02179
02180
02181 static void THnSparseTlETArrayLgR_Dictionary() {
02182 ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayL>*)0x0)->GetClass();
02183 }
02184
02185 }
02186
02187 namespace ROOT {
02188 void THnSparseTlETArrayIgR_ShowMembers(void *obj, TMemberInspector &R__insp);
02189 static void THnSparseTlETArrayIgR_Dictionary();
02190 static void *new_THnSparseTlETArrayIgR(void *p = 0);
02191 static void *newArray_THnSparseTlETArrayIgR(Long_t size, void *p);
02192 static void delete_THnSparseTlETArrayIgR(void *p);
02193 static void deleteArray_THnSparseTlETArrayIgR(void *p);
02194 static void destruct_THnSparseTlETArrayIgR(void *p);
02195
02196
02197 static TGenericClassInfo *GenerateInitInstanceLocal(const ::THnSparseT<TArrayI>*)
02198 {
02199
02200 R__ASSERT(sizeof(::THnSparseT<TArrayI>) == sizeof(::ROOT::Shadow::THnSparseTlETArrayIgR));
02201 ::THnSparseT<TArrayI> *ptr = 0;
02202 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::THnSparseT<TArrayI> >(0);
02203 static ::ROOT::TGenericClassInfo
02204 instance("THnSparseT<TArrayI>", ::THnSparseT<TArrayI>::Class_Version(), "include/THnSparse.h", 308,
02205 typeid(::THnSparseT<TArrayI>), DefineBehavior(ptr, ptr),
02206 &THnSparseTlETArrayIgR_Dictionary, isa_proxy, 4,
02207 sizeof(::THnSparseT<TArrayI>) );
02208 instance.SetNew(&new_THnSparseTlETArrayIgR);
02209 instance.SetNewArray(&newArray_THnSparseTlETArrayIgR);
02210 instance.SetDelete(&delete_THnSparseTlETArrayIgR);
02211 instance.SetDeleteArray(&deleteArray_THnSparseTlETArrayIgR);
02212 instance.SetDestructor(&destruct_THnSparseTlETArrayIgR);
02213 return &instance;
02214 }
02215 TGenericClassInfo *GenerateInitInstance(const ::THnSparseT<TArrayI>*)
02216 {
02217 return GenerateInitInstanceLocal((::THnSparseT<TArrayI>*)0);
02218 }
02219
02220 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::THnSparseT<TArrayI>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02221
02222
02223 static void THnSparseTlETArrayIgR_Dictionary() {
02224 ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayI>*)0x0)->GetClass();
02225 }
02226
02227 }
02228
02229 namespace ROOT {
02230 void THnSparseTlETArraySgR_ShowMembers(void *obj, TMemberInspector &R__insp);
02231 static void THnSparseTlETArraySgR_Dictionary();
02232 static void *new_THnSparseTlETArraySgR(void *p = 0);
02233 static void *newArray_THnSparseTlETArraySgR(Long_t size, void *p);
02234 static void delete_THnSparseTlETArraySgR(void *p);
02235 static void deleteArray_THnSparseTlETArraySgR(void *p);
02236 static void destruct_THnSparseTlETArraySgR(void *p);
02237
02238
02239 static TGenericClassInfo *GenerateInitInstanceLocal(const ::THnSparseT<TArrayS>*)
02240 {
02241
02242 R__ASSERT(sizeof(::THnSparseT<TArrayS>) == sizeof(::ROOT::Shadow::THnSparseTlETArraySgR));
02243 ::THnSparseT<TArrayS> *ptr = 0;
02244 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::THnSparseT<TArrayS> >(0);
02245 static ::ROOT::TGenericClassInfo
02246 instance("THnSparseT<TArrayS>", ::THnSparseT<TArrayS>::Class_Version(), "include/THnSparse.h", 308,
02247 typeid(::THnSparseT<TArrayS>), DefineBehavior(ptr, ptr),
02248 &THnSparseTlETArraySgR_Dictionary, isa_proxy, 4,
02249 sizeof(::THnSparseT<TArrayS>) );
02250 instance.SetNew(&new_THnSparseTlETArraySgR);
02251 instance.SetNewArray(&newArray_THnSparseTlETArraySgR);
02252 instance.SetDelete(&delete_THnSparseTlETArraySgR);
02253 instance.SetDeleteArray(&deleteArray_THnSparseTlETArraySgR);
02254 instance.SetDestructor(&destruct_THnSparseTlETArraySgR);
02255 return &instance;
02256 }
02257 TGenericClassInfo *GenerateInitInstance(const ::THnSparseT<TArrayS>*)
02258 {
02259 return GenerateInitInstanceLocal((::THnSparseT<TArrayS>*)0);
02260 }
02261
02262 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::THnSparseT<TArrayS>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02263
02264
02265 static void THnSparseTlETArraySgR_Dictionary() {
02266 ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayS>*)0x0)->GetClass();
02267 }
02268
02269 }
02270
02271 namespace ROOT {
02272 void THnSparseTlETArrayCgR_ShowMembers(void *obj, TMemberInspector &R__insp);
02273 static void THnSparseTlETArrayCgR_Dictionary();
02274 static void *new_THnSparseTlETArrayCgR(void *p = 0);
02275 static void *newArray_THnSparseTlETArrayCgR(Long_t size, void *p);
02276 static void delete_THnSparseTlETArrayCgR(void *p);
02277 static void deleteArray_THnSparseTlETArrayCgR(void *p);
02278 static void destruct_THnSparseTlETArrayCgR(void *p);
02279
02280
02281 static TGenericClassInfo *GenerateInitInstanceLocal(const ::THnSparseT<TArrayC>*)
02282 {
02283
02284 R__ASSERT(sizeof(::THnSparseT<TArrayC>) == sizeof(::ROOT::Shadow::THnSparseTlETArrayCgR));
02285 ::THnSparseT<TArrayC> *ptr = 0;
02286 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::THnSparseT<TArrayC> >(0);
02287 static ::ROOT::TGenericClassInfo
02288 instance("THnSparseT<TArrayC>", ::THnSparseT<TArrayC>::Class_Version(), "include/THnSparse.h", 308,
02289 typeid(::THnSparseT<TArrayC>), DefineBehavior(ptr, ptr),
02290 &THnSparseTlETArrayCgR_Dictionary, isa_proxy, 4,
02291 sizeof(::THnSparseT<TArrayC>) );
02292 instance.SetNew(&new_THnSparseTlETArrayCgR);
02293 instance.SetNewArray(&newArray_THnSparseTlETArrayCgR);
02294 instance.SetDelete(&delete_THnSparseTlETArrayCgR);
02295 instance.SetDeleteArray(&deleteArray_THnSparseTlETArrayCgR);
02296 instance.SetDestructor(&destruct_THnSparseTlETArrayCgR);
02297 return &instance;
02298 }
02299 TGenericClassInfo *GenerateInitInstance(const ::THnSparseT<TArrayC>*)
02300 {
02301 return GenerateInitInstanceLocal((::THnSparseT<TArrayC>*)0);
02302 }
02303
02304 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::THnSparseT<TArrayC>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02305
02306
02307 static void THnSparseTlETArrayCgR_Dictionary() {
02308 ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayC>*)0x0)->GetClass();
02309 }
02310
02311 }
02312
02313 namespace ROOT {
02314 void THStack_ShowMembers(void *obj, TMemberInspector &R__insp);
02315 static void *new_THStack(void *p = 0);
02316 static void *newArray_THStack(Long_t size, void *p);
02317 static void delete_THStack(void *p);
02318 static void deleteArray_THStack(void *p);
02319 static void destruct_THStack(void *p);
02320
02321
02322 static TGenericClassInfo *GenerateInitInstanceLocal(const ::THStack*)
02323 {
02324 ::THStack *ptr = 0;
02325 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::THStack >(0);
02326 static ::ROOT::TGenericClassInfo
02327 instance("THStack", ::THStack::Class_Version(), "include/THStack.h", 34,
02328 typeid(::THStack), DefineBehavior(ptr, ptr),
02329 &::THStack::Dictionary, isa_proxy, 4,
02330 sizeof(::THStack) );
02331 instance.SetNew(&new_THStack);
02332 instance.SetNewArray(&newArray_THStack);
02333 instance.SetDelete(&delete_THStack);
02334 instance.SetDeleteArray(&deleteArray_THStack);
02335 instance.SetDestructor(&destruct_THStack);
02336 return &instance;
02337 }
02338 TGenericClassInfo *GenerateInitInstance(const ::THStack*)
02339 {
02340 return GenerateInitInstanceLocal((::THStack*)0);
02341 }
02342
02343 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::THStack*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02344 }
02345
02346 namespace ROOT {
02347 void TKDE_ShowMembers(void *obj, TMemberInspector &R__insp);
02348 static void *new_TKDE(void *p = 0);
02349 static void *newArray_TKDE(Long_t size, void *p);
02350 static void delete_TKDE(void *p);
02351 static void deleteArray_TKDE(void *p);
02352 static void destruct_TKDE(void *p);
02353
02354
02355 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TKDE*)
02356 {
02357 ::TKDE *ptr = 0;
02358 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TKDE >(0);
02359 static ::ROOT::TGenericClassInfo
02360 instance("TKDE", ::TKDE::Class_Version(), "include/TKDE.h", 37,
02361 typeid(::TKDE), DefineBehavior(ptr, ptr),
02362 &::TKDE::Dictionary, isa_proxy, 4,
02363 sizeof(::TKDE) );
02364 instance.SetNew(&new_TKDE);
02365 instance.SetNewArray(&newArray_TKDE);
02366 instance.SetDelete(&delete_TKDE);
02367 instance.SetDeleteArray(&deleteArray_TKDE);
02368 instance.SetDestructor(&destruct_TKDE);
02369 return &instance;
02370 }
02371 TGenericClassInfo *GenerateInitInstance(const ::TKDE*)
02372 {
02373 return GenerateInitInstanceLocal((::TKDE*)0);
02374 }
02375
02376 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TKDE*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02377 }
02378
02379 namespace ROOT {
02380 void TLimitDataSource_ShowMembers(void *obj, TMemberInspector &R__insp);
02381 static void *new_TLimitDataSource(void *p = 0);
02382 static void *newArray_TLimitDataSource(Long_t size, void *p);
02383 static void delete_TLimitDataSource(void *p);
02384 static void deleteArray_TLimitDataSource(void *p);
02385 static void destruct_TLimitDataSource(void *p);
02386
02387
02388 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TLimitDataSource*)
02389 {
02390 ::TLimitDataSource *ptr = 0;
02391 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TLimitDataSource >(0);
02392 static ::ROOT::TGenericClassInfo
02393 instance("TLimitDataSource", ::TLimitDataSource::Class_Version(), "include/TLimitDataSource.h", 26,
02394 typeid(::TLimitDataSource), DefineBehavior(ptr, ptr),
02395 &::TLimitDataSource::Dictionary, isa_proxy, 4,
02396 sizeof(::TLimitDataSource) );
02397 instance.SetNew(&new_TLimitDataSource);
02398 instance.SetNewArray(&newArray_TLimitDataSource);
02399 instance.SetDelete(&delete_TLimitDataSource);
02400 instance.SetDeleteArray(&deleteArray_TLimitDataSource);
02401 instance.SetDestructor(&destruct_TLimitDataSource);
02402 return &instance;
02403 }
02404 TGenericClassInfo *GenerateInitInstance(const ::TLimitDataSource*)
02405 {
02406 return GenerateInitInstanceLocal((::TLimitDataSource*)0);
02407 }
02408
02409 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TLimitDataSource*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02410 }
02411
02412 namespace ROOT {
02413 void TLimit_ShowMembers(void *obj, TMemberInspector &R__insp);
02414 static void *new_TLimit(void *p = 0);
02415 static void *newArray_TLimit(Long_t size, void *p);
02416 static void delete_TLimit(void *p);
02417 static void deleteArray_TLimit(void *p);
02418 static void destruct_TLimit(void *p);
02419
02420
02421 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TLimit*)
02422 {
02423 ::TLimit *ptr = 0;
02424 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TLimit >(0);
02425 static ::ROOT::TGenericClassInfo
02426 instance("TLimit", ::TLimit::Class_Version(), "include/TLimit.h", 31,
02427 typeid(::TLimit), DefineBehavior(ptr, ptr),
02428 &::TLimit::Dictionary, isa_proxy, 4,
02429 sizeof(::TLimit) );
02430 instance.SetNew(&new_TLimit);
02431 instance.SetNewArray(&newArray_TLimit);
02432 instance.SetDelete(&delete_TLimit);
02433 instance.SetDeleteArray(&deleteArray_TLimit);
02434 instance.SetDestructor(&destruct_TLimit);
02435 return &instance;
02436 }
02437 TGenericClassInfo *GenerateInitInstance(const ::TLimit*)
02438 {
02439 return GenerateInitInstanceLocal((::TLimit*)0);
02440 }
02441
02442 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TLimit*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02443 }
02444
02445 namespace ROOT {
02446 void TMultiDimFit_ShowMembers(void *obj, TMemberInspector &R__insp);
02447 static void *new_TMultiDimFit(void *p = 0);
02448 static void *newArray_TMultiDimFit(Long_t size, void *p);
02449 static void delete_TMultiDimFit(void *p);
02450 static void deleteArray_TMultiDimFit(void *p);
02451 static void destruct_TMultiDimFit(void *p);
02452
02453
02454 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TMultiDimFit*)
02455 {
02456 ::TMultiDimFit *ptr = 0;
02457 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TMultiDimFit >(0);
02458 static ::ROOT::TGenericClassInfo
02459 instance("TMultiDimFit", ::TMultiDimFit::Class_Version(), "include/TMultiDimFit.h", 25,
02460 typeid(::TMultiDimFit), DefineBehavior(ptr, ptr),
02461 &::TMultiDimFit::Dictionary, isa_proxy, 4,
02462 sizeof(::TMultiDimFit) );
02463 instance.SetNew(&new_TMultiDimFit);
02464 instance.SetNewArray(&newArray_TMultiDimFit);
02465 instance.SetDelete(&delete_TMultiDimFit);
02466 instance.SetDeleteArray(&deleteArray_TMultiDimFit);
02467 instance.SetDestructor(&destruct_TMultiDimFit);
02468 return &instance;
02469 }
02470 TGenericClassInfo *GenerateInitInstance(const ::TMultiDimFit*)
02471 {
02472 return GenerateInitInstanceLocal((::TMultiDimFit*)0);
02473 }
02474
02475 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TMultiDimFit*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02476 }
02477
02478 namespace ROOT {
02479 void TPolyMarker_ShowMembers(void *obj, TMemberInspector &R__insp);
02480 static void *new_TPolyMarker(void *p = 0);
02481 static void *newArray_TPolyMarker(Long_t size, void *p);
02482 static void delete_TPolyMarker(void *p);
02483 static void deleteArray_TPolyMarker(void *p);
02484 static void destruct_TPolyMarker(void *p);
02485 static void streamer_TPolyMarker(TBuffer &buf, void *obj);
02486
02487
02488 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TPolyMarker*)
02489 {
02490 ::TPolyMarker *ptr = 0;
02491 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TPolyMarker >(0);
02492 static ::ROOT::TGenericClassInfo
02493 instance("TPolyMarker", ::TPolyMarker::Class_Version(), "include/TPolyMarker.h", 37,
02494 typeid(::TPolyMarker), DefineBehavior(ptr, ptr),
02495 &::TPolyMarker::Dictionary, isa_proxy, 1,
02496 sizeof(::TPolyMarker) );
02497 instance.SetNew(&new_TPolyMarker);
02498 instance.SetNewArray(&newArray_TPolyMarker);
02499 instance.SetDelete(&delete_TPolyMarker);
02500 instance.SetDeleteArray(&deleteArray_TPolyMarker);
02501 instance.SetDestructor(&destruct_TPolyMarker);
02502 instance.SetStreamerFunc(&streamer_TPolyMarker);
02503 return &instance;
02504 }
02505 TGenericClassInfo *GenerateInitInstance(const ::TPolyMarker*)
02506 {
02507 return GenerateInitInstanceLocal((::TPolyMarker*)0);
02508 }
02509
02510 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TPolyMarker*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02511 }
02512
02513 namespace ROOT {
02514 void TPrincipal_ShowMembers(void *obj, TMemberInspector &R__insp);
02515 static void *new_TPrincipal(void *p = 0);
02516 static void *newArray_TPrincipal(Long_t size, void *p);
02517 static void delete_TPrincipal(void *p);
02518 static void deleteArray_TPrincipal(void *p);
02519 static void destruct_TPrincipal(void *p);
02520
02521
02522 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TPrincipal*)
02523 {
02524 ::TPrincipal *ptr = 0;
02525 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TPrincipal >(0);
02526 static ::ROOT::TGenericClassInfo
02527 instance("TPrincipal", ::TPrincipal::Class_Version(), "include/TPrincipal.h", 28,
02528 typeid(::TPrincipal), DefineBehavior(ptr, ptr),
02529 &::TPrincipal::Dictionary, isa_proxy, 4,
02530 sizeof(::TPrincipal) );
02531 instance.SetNew(&new_TPrincipal);
02532 instance.SetNewArray(&newArray_TPrincipal);
02533 instance.SetDelete(&delete_TPrincipal);
02534 instance.SetDeleteArray(&deleteArray_TPrincipal);
02535 instance.SetDestructor(&destruct_TPrincipal);
02536 return &instance;
02537 }
02538 TGenericClassInfo *GenerateInitInstance(const ::TPrincipal*)
02539 {
02540 return GenerateInitInstanceLocal((::TPrincipal*)0);
02541 }
02542
02543 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TPrincipal*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02544 }
02545
02546 namespace ROOT {
02547 void TProfile3D_ShowMembers(void *obj, TMemberInspector &R__insp);
02548 static void *new_TProfile3D(void *p = 0);
02549 static void *newArray_TProfile3D(Long_t size, void *p);
02550 static void delete_TProfile3D(void *p);
02551 static void deleteArray_TProfile3D(void *p);
02552 static void destruct_TProfile3D(void *p);
02553 static void directoryAutoAdd_TProfile3D(void *p, TDirectory *dir);
02554
02555
02556 static void read_TProfile3D_0( char* target, TVirtualObject *oldObj )
02557 {
02558
02559 static TClassRef cls("TProfile3D");
02560 static Long_t offset_fBinSumw2 = cls->GetDataMemberOffset("fBinSumw2");
02561 TArrayD& fBinSumw2 = *(TArrayD*)(target+offset_fBinSumw2);
02562 TProfile3D* newObj = (TProfile3D*)target;
02563
02564 if (oldObj) {}
02565
02566 if (newObj) {}
02567
02568
02569 fBinSumw2.Reset();
02570 }
02571
02572
02573 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TProfile3D*)
02574 {
02575 ::TProfile3D *ptr = 0;
02576 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TProfile3D >(0);
02577 static ::ROOT::TGenericClassInfo
02578 instance("TProfile3D", ::TProfile3D::Class_Version(), "include/TProfile3D.h", 31,
02579 typeid(::TProfile3D), DefineBehavior(ptr, ptr),
02580 &::TProfile3D::Dictionary, isa_proxy, 4,
02581 sizeof(::TProfile3D) );
02582 instance.SetNew(&new_TProfile3D);
02583 instance.SetNewArray(&newArray_TProfile3D);
02584 instance.SetDelete(&delete_TProfile3D);
02585 instance.SetDeleteArray(&deleteArray_TProfile3D);
02586 instance.SetDestructor(&destruct_TProfile3D);
02587 instance.SetDirectoryAutoAdd(&directoryAutoAdd_TProfile3D);
02588
02589 ROOT::TSchemaHelper* rule;
02590
02591
02592 std::vector<ROOT::TSchemaHelper> readrules(1);
02593 rule = &readrules[0];
02594 rule->fSourceClass = "TProfile3D";
02595 rule->fTarget = "fBinSumw2";
02596 rule->fSource = "";
02597 rule->fFunctionPtr = (void *)G__func2void( read_TProfile3D_0);
02598 rule->fCode = " fBinSumw2.Reset(); ";
02599 rule->fVersion = "[1-6]";
02600 instance.SetReadRules( readrules );
02601 return &instance;
02602 }
02603 TGenericClassInfo *GenerateInitInstance(const ::TProfile3D*)
02604 {
02605 return GenerateInitInstanceLocal((::TProfile3D*)0);
02606 }
02607
02608 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TProfile3D*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02609 }
02610
02611 namespace ROOT {
02612 void TSplinePoly_ShowMembers(void *obj, TMemberInspector &R__insp);
02613 static void *new_TSplinePoly(void *p = 0);
02614 static void *newArray_TSplinePoly(Long_t size, void *p);
02615 static void delete_TSplinePoly(void *p);
02616 static void deleteArray_TSplinePoly(void *p);
02617 static void destruct_TSplinePoly(void *p);
02618
02619
02620 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TSplinePoly*)
02621 {
02622 ::TSplinePoly *ptr = 0;
02623 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TSplinePoly >(0);
02624 static ::ROOT::TGenericClassInfo
02625 instance("TSplinePoly", ::TSplinePoly::Class_Version(), "include/TSpline.h", 71,
02626 typeid(::TSplinePoly), DefineBehavior(ptr, ptr),
02627 &::TSplinePoly::Dictionary, isa_proxy, 4,
02628 sizeof(::TSplinePoly) );
02629 instance.SetNew(&new_TSplinePoly);
02630 instance.SetNewArray(&newArray_TSplinePoly);
02631 instance.SetDelete(&delete_TSplinePoly);
02632 instance.SetDeleteArray(&deleteArray_TSplinePoly);
02633 instance.SetDestructor(&destruct_TSplinePoly);
02634 return &instance;
02635 }
02636 TGenericClassInfo *GenerateInitInstance(const ::TSplinePoly*)
02637 {
02638 return GenerateInitInstanceLocal((::TSplinePoly*)0);
02639 }
02640
02641 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TSplinePoly*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02642 }
02643
02644 namespace ROOT {
02645 void TSplinePoly3_ShowMembers(void *obj, TMemberInspector &R__insp);
02646 static void *new_TSplinePoly3(void *p = 0);
02647 static void *newArray_TSplinePoly3(Long_t size, void *p);
02648 static void delete_TSplinePoly3(void *p);
02649 static void deleteArray_TSplinePoly3(void *p);
02650 static void destruct_TSplinePoly3(void *p);
02651
02652
02653 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TSplinePoly3*)
02654 {
02655 ::TSplinePoly3 *ptr = 0;
02656 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TSplinePoly3 >(0);
02657 static ::ROOT::TGenericClassInfo
02658 instance("TSplinePoly3", ::TSplinePoly3::Class_Version(), "include/TSpline.h", 106,
02659 typeid(::TSplinePoly3), DefineBehavior(ptr, ptr),
02660 &::TSplinePoly3::Dictionary, isa_proxy, 4,
02661 sizeof(::TSplinePoly3) );
02662 instance.SetNew(&new_TSplinePoly3);
02663 instance.SetNewArray(&newArray_TSplinePoly3);
02664 instance.SetDelete(&delete_TSplinePoly3);
02665 instance.SetDeleteArray(&deleteArray_TSplinePoly3);
02666 instance.SetDestructor(&destruct_TSplinePoly3);
02667 return &instance;
02668 }
02669 TGenericClassInfo *GenerateInitInstance(const ::TSplinePoly3*)
02670 {
02671 return GenerateInitInstanceLocal((::TSplinePoly3*)0);
02672 }
02673
02674 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TSplinePoly3*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02675 }
02676
02677 namespace ROOT {
02678 void TSplinePoly5_ShowMembers(void *obj, TMemberInspector &R__insp);
02679 static void *new_TSplinePoly5(void *p = 0);
02680 static void *newArray_TSplinePoly5(Long_t size, void *p);
02681 static void delete_TSplinePoly5(void *p);
02682 static void deleteArray_TSplinePoly5(void *p);
02683 static void destruct_TSplinePoly5(void *p);
02684
02685
02686 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TSplinePoly5*)
02687 {
02688 ::TSplinePoly5 *ptr = 0;
02689 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TSplinePoly5 >(0);
02690 static ::ROOT::TGenericClassInfo
02691 instance("TSplinePoly5", ::TSplinePoly5::Class_Version(), "include/TSpline.h", 147,
02692 typeid(::TSplinePoly5), DefineBehavior(ptr, ptr),
02693 &::TSplinePoly5::Dictionary, isa_proxy, 4,
02694 sizeof(::TSplinePoly5) );
02695 instance.SetNew(&new_TSplinePoly5);
02696 instance.SetNewArray(&newArray_TSplinePoly5);
02697 instance.SetDelete(&delete_TSplinePoly5);
02698 instance.SetDeleteArray(&deleteArray_TSplinePoly5);
02699 instance.SetDestructor(&destruct_TSplinePoly5);
02700 return &instance;
02701 }
02702 TGenericClassInfo *GenerateInitInstance(const ::TSplinePoly5*)
02703 {
02704 return GenerateInitInstanceLocal((::TSplinePoly5*)0);
02705 }
02706
02707 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TSplinePoly5*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02708 }
02709
02710 namespace ROOT {
02711 void TSpline3_ShowMembers(void *obj, TMemberInspector &R__insp);
02712 static void *new_TSpline3(void *p = 0);
02713 static void *newArray_TSpline3(Long_t size, void *p);
02714 static void delete_TSpline3(void *p);
02715 static void deleteArray_TSpline3(void *p);
02716 static void destruct_TSpline3(void *p);
02717 static void streamer_TSpline3(TBuffer &buf, void *obj);
02718
02719
02720 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TSpline3*)
02721 {
02722 ::TSpline3 *ptr = 0;
02723 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TSpline3 >(0);
02724 static ::ROOT::TGenericClassInfo
02725 instance("TSpline3", ::TSpline3::Class_Version(), "include/TSpline.h", 194,
02726 typeid(::TSpline3), DefineBehavior(ptr, ptr),
02727 &::TSpline3::Dictionary, isa_proxy, 1,
02728 sizeof(::TSpline3) );
02729 instance.SetNew(&new_TSpline3);
02730 instance.SetNewArray(&newArray_TSpline3);
02731 instance.SetDelete(&delete_TSpline3);
02732 instance.SetDeleteArray(&deleteArray_TSpline3);
02733 instance.SetDestructor(&destruct_TSpline3);
02734 instance.SetStreamerFunc(&streamer_TSpline3);
02735 return &instance;
02736 }
02737 TGenericClassInfo *GenerateInitInstance(const ::TSpline3*)
02738 {
02739 return GenerateInitInstanceLocal((::TSpline3*)0);
02740 }
02741
02742 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TSpline3*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02743 }
02744
02745 namespace ROOT {
02746 void TSpline5_ShowMembers(void *obj, TMemberInspector &R__insp);
02747 static void *new_TSpline5(void *p = 0);
02748 static void *newArray_TSpline5(Long_t size, void *p);
02749 static void delete_TSpline5(void *p);
02750 static void deleteArray_TSpline5(void *p);
02751 static void destruct_TSpline5(void *p);
02752 static void streamer_TSpline5(TBuffer &buf, void *obj);
02753
02754
02755 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TSpline5*)
02756 {
02757 ::TSpline5 *ptr = 0;
02758 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TSpline5 >(0);
02759 static ::ROOT::TGenericClassInfo
02760 instance("TSpline5", ::TSpline5::Class_Version(), "include/TSpline.h", 250,
02761 typeid(::TSpline5), DefineBehavior(ptr, ptr),
02762 &::TSpline5::Dictionary, isa_proxy, 1,
02763 sizeof(::TSpline5) );
02764 instance.SetNew(&new_TSpline5);
02765 instance.SetNewArray(&newArray_TSpline5);
02766 instance.SetDelete(&delete_TSpline5);
02767 instance.SetDeleteArray(&deleteArray_TSpline5);
02768 instance.SetDestructor(&destruct_TSpline5);
02769 instance.SetStreamerFunc(&streamer_TSpline5);
02770 return &instance;
02771 }
02772 TGenericClassInfo *GenerateInitInstance(const ::TSpline5*)
02773 {
02774 return GenerateInitInstanceLocal((::TSpline5*)0);
02775 }
02776
02777 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TSpline5*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02778 }
02779
02780 namespace ROOT {
02781 void TSVDUnfold_ShowMembers(void *obj, TMemberInspector &R__insp);
02782 static void delete_TSVDUnfold(void *p);
02783 static void deleteArray_TSVDUnfold(void *p);
02784 static void destruct_TSVDUnfold(void *p);
02785
02786
02787 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TSVDUnfold*)
02788 {
02789 ::TSVDUnfold *ptr = 0;
02790 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TSVDUnfold >(0);
02791 static ::ROOT::TGenericClassInfo
02792 instance("TSVDUnfold", ::TSVDUnfold::Class_Version(), "include/TSVDUnfold.h", 54,
02793 typeid(::TSVDUnfold), DefineBehavior(ptr, ptr),
02794 &::TSVDUnfold::Dictionary, isa_proxy, 4,
02795 sizeof(::TSVDUnfold) );
02796 instance.SetDelete(&delete_TSVDUnfold);
02797 instance.SetDeleteArray(&deleteArray_TSVDUnfold);
02798 instance.SetDestructor(&destruct_TSVDUnfold);
02799 return &instance;
02800 }
02801 TGenericClassInfo *GenerateInitInstance(const ::TSVDUnfold*)
02802 {
02803 return GenerateInitInstanceLocal((::TSVDUnfold*)0);
02804 }
02805
02806 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TSVDUnfold*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02807 }
02808
02809 namespace ROOT {
02810 void TUnfold_ShowMembers(void *obj, TMemberInspector &R__insp);
02811 static void delete_TUnfold(void *p);
02812 static void deleteArray_TUnfold(void *p);
02813 static void destruct_TUnfold(void *p);
02814
02815
02816 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TUnfold*)
02817 {
02818 ::TUnfold *ptr = 0;
02819 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TUnfold >(0);
02820 static ::ROOT::TGenericClassInfo
02821 instance("TUnfold", ::TUnfold::Class_Version(), "include/TUnfold.h", 71,
02822 typeid(::TUnfold), DefineBehavior(ptr, ptr),
02823 &::TUnfold::Dictionary, isa_proxy, 4,
02824 sizeof(::TUnfold) );
02825 instance.SetDelete(&delete_TUnfold);
02826 instance.SetDeleteArray(&deleteArray_TUnfold);
02827 instance.SetDestructor(&destruct_TUnfold);
02828 return &instance;
02829 }
02830 TGenericClassInfo *GenerateInitInstance(const ::TUnfold*)
02831 {
02832 return GenerateInitInstanceLocal((::TUnfold*)0);
02833 }
02834
02835 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TUnfold*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02836 }
02837
02838 namespace ROOT {
02839 void TUnfoldSys_ShowMembers(void *obj, TMemberInspector &R__insp);
02840 static void delete_TUnfoldSys(void *p);
02841 static void deleteArray_TUnfoldSys(void *p);
02842 static void destruct_TUnfoldSys(void *p);
02843
02844
02845 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TUnfoldSys*)
02846 {
02847 ::TUnfoldSys *ptr = 0;
02848 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TUnfoldSys >(0);
02849 static ::ROOT::TGenericClassInfo
02850 instance("TUnfoldSys", ::TUnfoldSys::Class_Version(), "include/TUnfoldSys.h", 19,
02851 typeid(::TUnfoldSys), DefineBehavior(ptr, ptr),
02852 &::TUnfoldSys::Dictionary, isa_proxy, 4,
02853 sizeof(::TUnfoldSys) );
02854 instance.SetDelete(&delete_TUnfoldSys);
02855 instance.SetDeleteArray(&deleteArray_TUnfoldSys);
02856 instance.SetDestructor(&destruct_TUnfoldSys);
02857 return &instance;
02858 }
02859 TGenericClassInfo *GenerateInitInstance(const ::TUnfoldSys*)
02860 {
02861 return GenerateInitInstanceLocal((::TUnfoldSys*)0);
02862 }
02863
02864 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TUnfoldSys*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02865 }
02866
02867 namespace ROOT {
02868 void TVirtualGraphPainter_ShowMembers(void *obj, TMemberInspector &R__insp);
02869 static void delete_TVirtualGraphPainter(void *p);
02870 static void deleteArray_TVirtualGraphPainter(void *p);
02871 static void destruct_TVirtualGraphPainter(void *p);
02872
02873
02874 static TGenericClassInfo *GenerateInitInstanceLocal(const ::TVirtualGraphPainter*)
02875 {
02876 ::TVirtualGraphPainter *ptr = 0;
02877 static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TVirtualGraphPainter >(0);
02878 static ::ROOT::TGenericClassInfo
02879 instance("TVirtualGraphPainter", ::TVirtualGraphPainter::Class_Version(), "include/TVirtualGraphPainter.h", 29,
02880 typeid(::TVirtualGraphPainter), DefineBehavior(ptr, ptr),
02881 &::TVirtualGraphPainter::Dictionary, isa_proxy, 4,
02882 sizeof(::TVirtualGraphPainter) );
02883 instance.SetDelete(&delete_TVirtualGraphPainter);
02884 instance.SetDeleteArray(&deleteArray_TVirtualGraphPainter);
02885 instance.SetDestructor(&destruct_TVirtualGraphPainter);
02886 return &instance;
02887 }
02888 TGenericClassInfo *GenerateInitInstance(const ::TVirtualGraphPainter*)
02889 {
02890 return GenerateInitInstanceLocal((::TVirtualGraphPainter*)0);
02891 }
02892
02893 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TVirtualGraphPainter*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02894 }
02895
02896 namespace ROOT {
02897 void ROOTcLcLMathcLcLWrappedMultiTF1_ShowMembers(void *obj, TMemberInspector &R__insp);
02898 static void ROOTcLcLMathcLcLWrappedMultiTF1_Dictionary();
02899 static void delete_ROOTcLcLMathcLcLWrappedMultiTF1(void *p);
02900 static void deleteArray_ROOTcLcLMathcLcLWrappedMultiTF1(void *p);
02901 static void destruct_ROOTcLcLMathcLcLWrappedMultiTF1(void *p);
02902
02903
02904 static TGenericClassInfo *GenerateInitInstanceLocal(const ::ROOT::Math::WrappedMultiTF1*)
02905 {
02906 ::ROOT::Math::WrappedMultiTF1 *ptr = 0;
02907 static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(::ROOT::Math::WrappedMultiTF1),0);
02908 static ::ROOT::TGenericClassInfo
02909 instance("ROOT::Math::WrappedMultiTF1", "include/Math/WrappedMultiTF1.h", 39,
02910 typeid(::ROOT::Math::WrappedMultiTF1), DefineBehavior(ptr, ptr),
02911 0, &ROOTcLcLMathcLcLWrappedMultiTF1_Dictionary, isa_proxy, 0,
02912 sizeof(::ROOT::Math::WrappedMultiTF1) );
02913 instance.SetDelete(&delete_ROOTcLcLMathcLcLWrappedMultiTF1);
02914 instance.SetDeleteArray(&deleteArray_ROOTcLcLMathcLcLWrappedMultiTF1);
02915 instance.SetDestructor(&destruct_ROOTcLcLMathcLcLWrappedMultiTF1);
02916 return &instance;
02917 }
02918 TGenericClassInfo *GenerateInitInstance(const ::ROOT::Math::WrappedMultiTF1*)
02919 {
02920 return GenerateInitInstanceLocal((::ROOT::Math::WrappedMultiTF1*)0);
02921 }
02922
02923 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::ROOT::Math::WrappedMultiTF1*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02924
02925
02926 static void ROOTcLcLMathcLcLWrappedMultiTF1_Dictionary() {
02927 ::ROOT::GenerateInitInstanceLocal((const ::ROOT::Math::WrappedMultiTF1*)0x0)->GetClass();
02928 }
02929
02930 }
02931
02932 namespace ROOT {
02933 void ROOTcLcLMathcLcLWrappedTF1_ShowMembers(void *obj, TMemberInspector &R__insp);
02934 static void ROOTcLcLMathcLcLWrappedTF1_Dictionary();
02935 static void delete_ROOTcLcLMathcLcLWrappedTF1(void *p);
02936 static void deleteArray_ROOTcLcLMathcLcLWrappedTF1(void *p);
02937 static void destruct_ROOTcLcLMathcLcLWrappedTF1(void *p);
02938
02939
02940 static TGenericClassInfo *GenerateInitInstanceLocal(const ::ROOT::Math::WrappedTF1*)
02941 {
02942 ::ROOT::Math::WrappedTF1 *ptr = 0;
02943 static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(::ROOT::Math::WrappedTF1),0);
02944 static ::ROOT::TGenericClassInfo
02945 instance("ROOT::Math::WrappedTF1", "include/Math/WrappedTF1.h", 40,
02946 typeid(::ROOT::Math::WrappedTF1), DefineBehavior(ptr, ptr),
02947 0, &ROOTcLcLMathcLcLWrappedTF1_Dictionary, isa_proxy, 0,
02948 sizeof(::ROOT::Math::WrappedTF1) );
02949 instance.SetDelete(&delete_ROOTcLcLMathcLcLWrappedTF1);
02950 instance.SetDeleteArray(&deleteArray_ROOTcLcLMathcLcLWrappedTF1);
02951 instance.SetDestructor(&destruct_ROOTcLcLMathcLcLWrappedTF1);
02952 return &instance;
02953 }
02954 TGenericClassInfo *GenerateInitInstance(const ::ROOT::Math::WrappedTF1*)
02955 {
02956 return GenerateInitInstanceLocal((::ROOT::Math::WrappedTF1*)0);
02957 }
02958
02959 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::ROOT::Math::WrappedTF1*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02960
02961
02962 static void ROOTcLcLMathcLcLWrappedTF1_Dictionary() {
02963 ::ROOT::GenerateInitInstanceLocal((const ::ROOT::Math::WrappedTF1*)0x0)->GetClass();
02964 }
02965
02966 }
02967
02968
02969 TClass *TH1::fgIsA = 0;
02970
02971
02972 const char *TH1::Class_Name()
02973 {
02974 return "TH1";
02975 }
02976
02977
02978 const char *TH1::ImplFileName()
02979 {
02980 return ::ROOT::GenerateInitInstanceLocal((const ::TH1*)0x0)->GetImplFileName();
02981 }
02982
02983
02984 int TH1::ImplFileLine()
02985 {
02986 return ::ROOT::GenerateInitInstanceLocal((const ::TH1*)0x0)->GetImplFileLine();
02987 }
02988
02989
02990 void TH1::Dictionary()
02991 {
02992 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH1*)0x0)->GetClass();
02993 }
02994
02995
02996 TClass *TH1::Class()
02997 {
02998 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH1*)0x0)->GetClass();
02999 return fgIsA;
03000 }
03001
03002
03003 TClass *THnSparse::fgIsA = 0;
03004
03005
03006 const char *THnSparse::Class_Name()
03007 {
03008 return "THnSparse";
03009 }
03010
03011
03012 const char *THnSparse::ImplFileName()
03013 {
03014 return ::ROOT::GenerateInitInstanceLocal((const ::THnSparse*)0x0)->GetImplFileName();
03015 }
03016
03017
03018 int THnSparse::ImplFileLine()
03019 {
03020 return ::ROOT::GenerateInitInstanceLocal((const ::THnSparse*)0x0)->GetImplFileLine();
03021 }
03022
03023
03024 void THnSparse::Dictionary()
03025 {
03026 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::THnSparse*)0x0)->GetClass();
03027 }
03028
03029
03030 TClass *THnSparse::Class()
03031 {
03032 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::THnSparse*)0x0)->GetClass();
03033 return fgIsA;
03034 }
03035
03036
03037 TClass *TF1::fgIsA = 0;
03038
03039
03040 const char *TF1::Class_Name()
03041 {
03042 return "TF1";
03043 }
03044
03045
03046 const char *TF1::ImplFileName()
03047 {
03048 return ::ROOT::GenerateInitInstanceLocal((const ::TF1*)0x0)->GetImplFileName();
03049 }
03050
03051
03052 int TF1::ImplFileLine()
03053 {
03054 return ::ROOT::GenerateInitInstanceLocal((const ::TF1*)0x0)->GetImplFileLine();
03055 }
03056
03057
03058 void TF1::Dictionary()
03059 {
03060 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TF1*)0x0)->GetClass();
03061 }
03062
03063
03064 TClass *TF1::Class()
03065 {
03066 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TF1*)0x0)->GetClass();
03067 return fgIsA;
03068 }
03069
03070
03071 TClass *TF2::fgIsA = 0;
03072
03073
03074 const char *TF2::Class_Name()
03075 {
03076 return "TF2";
03077 }
03078
03079
03080 const char *TF2::ImplFileName()
03081 {
03082 return ::ROOT::GenerateInitInstanceLocal((const ::TF2*)0x0)->GetImplFileName();
03083 }
03084
03085
03086 int TF2::ImplFileLine()
03087 {
03088 return ::ROOT::GenerateInitInstanceLocal((const ::TF2*)0x0)->GetImplFileLine();
03089 }
03090
03091
03092 void TF2::Dictionary()
03093 {
03094 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TF2*)0x0)->GetClass();
03095 }
03096
03097
03098 TClass *TF2::Class()
03099 {
03100 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TF2*)0x0)->GetClass();
03101 return fgIsA;
03102 }
03103
03104
03105 TClass *TGraph::fgIsA = 0;
03106
03107
03108 const char *TGraph::Class_Name()
03109 {
03110 return "TGraph";
03111 }
03112
03113
03114 const char *TGraph::ImplFileName()
03115 {
03116 return ::ROOT::GenerateInitInstanceLocal((const ::TGraph*)0x0)->GetImplFileName();
03117 }
03118
03119
03120 int TGraph::ImplFileLine()
03121 {
03122 return ::ROOT::GenerateInitInstanceLocal((const ::TGraph*)0x0)->GetImplFileLine();
03123 }
03124
03125
03126 void TGraph::Dictionary()
03127 {
03128 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGraph*)0x0)->GetClass();
03129 }
03130
03131
03132 TClass *TGraph::Class()
03133 {
03134 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGraph*)0x0)->GetClass();
03135 return fgIsA;
03136 }
03137
03138
03139 TClass *TGraphErrors::fgIsA = 0;
03140
03141
03142 const char *TGraphErrors::Class_Name()
03143 {
03144 return "TGraphErrors";
03145 }
03146
03147
03148 const char *TGraphErrors::ImplFileName()
03149 {
03150 return ::ROOT::GenerateInitInstanceLocal((const ::TGraphErrors*)0x0)->GetImplFileName();
03151 }
03152
03153
03154 int TGraphErrors::ImplFileLine()
03155 {
03156 return ::ROOT::GenerateInitInstanceLocal((const ::TGraphErrors*)0x0)->GetImplFileLine();
03157 }
03158
03159
03160 void TGraphErrors::Dictionary()
03161 {
03162 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGraphErrors*)0x0)->GetClass();
03163 }
03164
03165
03166 TClass *TGraphErrors::Class()
03167 {
03168 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGraphErrors*)0x0)->GetClass();
03169 return fgIsA;
03170 }
03171
03172
03173 TClass *TGraph2D::fgIsA = 0;
03174
03175
03176 const char *TGraph2D::Class_Name()
03177 {
03178 return "TGraph2D";
03179 }
03180
03181
03182 const char *TGraph2D::ImplFileName()
03183 {
03184 return ::ROOT::GenerateInitInstanceLocal((const ::TGraph2D*)0x0)->GetImplFileName();
03185 }
03186
03187
03188 int TGraph2D::ImplFileLine()
03189 {
03190 return ::ROOT::GenerateInitInstanceLocal((const ::TGraph2D*)0x0)->GetImplFileLine();
03191 }
03192
03193
03194 void TGraph2D::Dictionary()
03195 {
03196 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGraph2D*)0x0)->GetClass();
03197 }
03198
03199
03200 TClass *TGraph2D::Class()
03201 {
03202 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGraph2D*)0x0)->GetClass();
03203 return fgIsA;
03204 }
03205
03206
03207 TClass *TMultiGraph::fgIsA = 0;
03208
03209
03210 const char *TMultiGraph::Class_Name()
03211 {
03212 return "TMultiGraph";
03213 }
03214
03215
03216 const char *TMultiGraph::ImplFileName()
03217 {
03218 return ::ROOT::GenerateInitInstanceLocal((const ::TMultiGraph*)0x0)->GetImplFileName();
03219 }
03220
03221
03222 int TMultiGraph::ImplFileLine()
03223 {
03224 return ::ROOT::GenerateInitInstanceLocal((const ::TMultiGraph*)0x0)->GetImplFileLine();
03225 }
03226
03227
03228 void TMultiGraph::Dictionary()
03229 {
03230 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TMultiGraph*)0x0)->GetClass();
03231 }
03232
03233
03234 TClass *TMultiGraph::Class()
03235 {
03236 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TMultiGraph*)0x0)->GetClass();
03237 return fgIsA;
03238 }
03239
03240
03241 TClass *TFitResult::fgIsA = 0;
03242
03243
03244 const char *TFitResult::Class_Name()
03245 {
03246 return "TFitResult";
03247 }
03248
03249
03250 const char *TFitResult::ImplFileName()
03251 {
03252 return ::ROOT::GenerateInitInstanceLocal((const ::TFitResult*)0x0)->GetImplFileName();
03253 }
03254
03255
03256 int TFitResult::ImplFileLine()
03257 {
03258 return ::ROOT::GenerateInitInstanceLocal((const ::TFitResult*)0x0)->GetImplFileLine();
03259 }
03260
03261
03262 void TFitResult::Dictionary()
03263 {
03264 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TFitResult*)0x0)->GetClass();
03265 }
03266
03267
03268 TClass *TFitResult::Class()
03269 {
03270 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TFitResult*)0x0)->GetClass();
03271 return fgIsA;
03272 }
03273
03274
03275 TClass *TFitResultPtr::fgIsA = 0;
03276
03277
03278 const char *TFitResultPtr::Class_Name()
03279 {
03280 return "TFitResultPtr";
03281 }
03282
03283
03284 const char *TFitResultPtr::ImplFileName()
03285 {
03286 return ::ROOT::GenerateInitInstanceLocal((const ::TFitResultPtr*)0x0)->GetImplFileName();
03287 }
03288
03289
03290 int TFitResultPtr::ImplFileLine()
03291 {
03292 return ::ROOT::GenerateInitInstanceLocal((const ::TFitResultPtr*)0x0)->GetImplFileLine();
03293 }
03294
03295
03296 void TFitResultPtr::Dictionary()
03297 {
03298 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TFitResultPtr*)0x0)->GetClass();
03299 }
03300
03301
03302 TClass *TFitResultPtr::Class()
03303 {
03304 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TFitResultPtr*)0x0)->GetClass();
03305 return fgIsA;
03306 }
03307
03308
03309 TClass *TAxis::fgIsA = 0;
03310
03311
03312 const char *TAxis::Class_Name()
03313 {
03314 return "TAxis";
03315 }
03316
03317
03318 const char *TAxis::ImplFileName()
03319 {
03320 return ::ROOT::GenerateInitInstanceLocal((const ::TAxis*)0x0)->GetImplFileName();
03321 }
03322
03323
03324 int TAxis::ImplFileLine()
03325 {
03326 return ::ROOT::GenerateInitInstanceLocal((const ::TAxis*)0x0)->GetImplFileLine();
03327 }
03328
03329
03330 void TAxis::Dictionary()
03331 {
03332 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TAxis*)0x0)->GetClass();
03333 }
03334
03335
03336 TClass *TAxis::Class()
03337 {
03338 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TAxis*)0x0)->GetClass();
03339 return fgIsA;
03340 }
03341
03342
03343 TClass *TBackCompFitter::fgIsA = 0;
03344
03345
03346 const char *TBackCompFitter::Class_Name()
03347 {
03348 return "TBackCompFitter";
03349 }
03350
03351
03352 const char *TBackCompFitter::ImplFileName()
03353 {
03354 return ::ROOT::GenerateInitInstanceLocal((const ::TBackCompFitter*)0x0)->GetImplFileName();
03355 }
03356
03357
03358 int TBackCompFitter::ImplFileLine()
03359 {
03360 return ::ROOT::GenerateInitInstanceLocal((const ::TBackCompFitter*)0x0)->GetImplFileLine();
03361 }
03362
03363
03364 void TBackCompFitter::Dictionary()
03365 {
03366 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBackCompFitter*)0x0)->GetClass();
03367 }
03368
03369
03370 TClass *TBackCompFitter::Class()
03371 {
03372 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBackCompFitter*)0x0)->GetClass();
03373 return fgIsA;
03374 }
03375
03376
03377 TClass *TBinomialEfficiencyFitter::fgIsA = 0;
03378
03379
03380 const char *TBinomialEfficiencyFitter::Class_Name()
03381 {
03382 return "TBinomialEfficiencyFitter";
03383 }
03384
03385
03386 const char *TBinomialEfficiencyFitter::ImplFileName()
03387 {
03388 return ::ROOT::GenerateInitInstanceLocal((const ::TBinomialEfficiencyFitter*)0x0)->GetImplFileName();
03389 }
03390
03391
03392 int TBinomialEfficiencyFitter::ImplFileLine()
03393 {
03394 return ::ROOT::GenerateInitInstanceLocal((const ::TBinomialEfficiencyFitter*)0x0)->GetImplFileLine();
03395 }
03396
03397
03398 void TBinomialEfficiencyFitter::Dictionary()
03399 {
03400 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBinomialEfficiencyFitter*)0x0)->GetClass();
03401 }
03402
03403
03404 TClass *TBinomialEfficiencyFitter::Class()
03405 {
03406 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBinomialEfficiencyFitter*)0x0)->GetClass();
03407 return fgIsA;
03408 }
03409
03410
03411 TClass *TConfidenceLevel::fgIsA = 0;
03412
03413
03414 const char *TConfidenceLevel::Class_Name()
03415 {
03416 return "TConfidenceLevel";
03417 }
03418
03419
03420 const char *TConfidenceLevel::ImplFileName()
03421 {
03422 return ::ROOT::GenerateInitInstanceLocal((const ::TConfidenceLevel*)0x0)->GetImplFileName();
03423 }
03424
03425
03426 int TConfidenceLevel::ImplFileLine()
03427 {
03428 return ::ROOT::GenerateInitInstanceLocal((const ::TConfidenceLevel*)0x0)->GetImplFileLine();
03429 }
03430
03431
03432 void TConfidenceLevel::Dictionary()
03433 {
03434 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TConfidenceLevel*)0x0)->GetClass();
03435 }
03436
03437
03438 TClass *TConfidenceLevel::Class()
03439 {
03440 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TConfidenceLevel*)0x0)->GetClass();
03441 return fgIsA;
03442 }
03443
03444
03445 TClass *TGraphAsymmErrors::fgIsA = 0;
03446
03447
03448 const char *TGraphAsymmErrors::Class_Name()
03449 {
03450 return "TGraphAsymmErrors";
03451 }
03452
03453
03454 const char *TGraphAsymmErrors::ImplFileName()
03455 {
03456 return ::ROOT::GenerateInitInstanceLocal((const ::TGraphAsymmErrors*)0x0)->GetImplFileName();
03457 }
03458
03459
03460 int TGraphAsymmErrors::ImplFileLine()
03461 {
03462 return ::ROOT::GenerateInitInstanceLocal((const ::TGraphAsymmErrors*)0x0)->GetImplFileLine();
03463 }
03464
03465
03466 void TGraphAsymmErrors::Dictionary()
03467 {
03468 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGraphAsymmErrors*)0x0)->GetClass();
03469 }
03470
03471
03472 TClass *TGraphAsymmErrors::Class()
03473 {
03474 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGraphAsymmErrors*)0x0)->GetClass();
03475 return fgIsA;
03476 }
03477
03478
03479 TClass *TH2::fgIsA = 0;
03480
03481
03482 const char *TH2::Class_Name()
03483 {
03484 return "TH2";
03485 }
03486
03487
03488 const char *TH2::ImplFileName()
03489 {
03490 return ::ROOT::GenerateInitInstanceLocal((const ::TH2*)0x0)->GetImplFileName();
03491 }
03492
03493
03494 int TH2::ImplFileLine()
03495 {
03496 return ::ROOT::GenerateInitInstanceLocal((const ::TH2*)0x0)->GetImplFileLine();
03497 }
03498
03499
03500 void TH2::Dictionary()
03501 {
03502 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH2*)0x0)->GetClass();
03503 }
03504
03505
03506 TClass *TH2::Class()
03507 {
03508 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH2*)0x0)->GetClass();
03509 return fgIsA;
03510 }
03511
03512
03513 TClass *TEfficiency::fgIsA = 0;
03514
03515
03516 const char *TEfficiency::Class_Name()
03517 {
03518 return "TEfficiency";
03519 }
03520
03521
03522 const char *TEfficiency::ImplFileName()
03523 {
03524 return ::ROOT::GenerateInitInstanceLocal((const ::TEfficiency*)0x0)->GetImplFileName();
03525 }
03526
03527
03528 int TEfficiency::ImplFileLine()
03529 {
03530 return ::ROOT::GenerateInitInstanceLocal((const ::TEfficiency*)0x0)->GetImplFileLine();
03531 }
03532
03533
03534 void TEfficiency::Dictionary()
03535 {
03536 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TEfficiency*)0x0)->GetClass();
03537 }
03538
03539
03540 TClass *TEfficiency::Class()
03541 {
03542 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TEfficiency*)0x0)->GetClass();
03543 return fgIsA;
03544 }
03545
03546
03547 TClass *TFormulaPrimitive::fgIsA = 0;
03548
03549
03550 const char *TFormulaPrimitive::Class_Name()
03551 {
03552 return "TFormulaPrimitive";
03553 }
03554
03555
03556 const char *TFormulaPrimitive::ImplFileName()
03557 {
03558 return ::ROOT::GenerateInitInstanceLocal((const ::TFormulaPrimitive*)0x0)->GetImplFileName();
03559 }
03560
03561
03562 int TFormulaPrimitive::ImplFileLine()
03563 {
03564 return ::ROOT::GenerateInitInstanceLocal((const ::TFormulaPrimitive*)0x0)->GetImplFileLine();
03565 }
03566
03567
03568 void TFormulaPrimitive::Dictionary()
03569 {
03570 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TFormulaPrimitive*)0x0)->GetClass();
03571 }
03572
03573
03574 TClass *TFormulaPrimitive::Class()
03575 {
03576 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TFormulaPrimitive*)0x0)->GetClass();
03577 return fgIsA;
03578 }
03579
03580
03581 TClass *TFormula::fgIsA = 0;
03582
03583
03584 const char *TFormula::Class_Name()
03585 {
03586 return "TFormula";
03587 }
03588
03589
03590 const char *TFormula::ImplFileName()
03591 {
03592 return ::ROOT::GenerateInitInstanceLocal((const ::TFormula*)0x0)->GetImplFileName();
03593 }
03594
03595
03596 int TFormula::ImplFileLine()
03597 {
03598 return ::ROOT::GenerateInitInstanceLocal((const ::TFormula*)0x0)->GetImplFileLine();
03599 }
03600
03601
03602 void TFormula::Dictionary()
03603 {
03604 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TFormula*)0x0)->GetClass();
03605 }
03606
03607
03608 TClass *TFormula::Class()
03609 {
03610 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TFormula*)0x0)->GetClass();
03611 return fgIsA;
03612 }
03613
03614
03615 TClass *TF12::fgIsA = 0;
03616
03617
03618 const char *TF12::Class_Name()
03619 {
03620 return "TF12";
03621 }
03622
03623
03624 const char *TF12::ImplFileName()
03625 {
03626 return ::ROOT::GenerateInitInstanceLocal((const ::TF12*)0x0)->GetImplFileName();
03627 }
03628
03629
03630 int TF12::ImplFileLine()
03631 {
03632 return ::ROOT::GenerateInitInstanceLocal((const ::TF12*)0x0)->GetImplFileLine();
03633 }
03634
03635
03636 void TF12::Dictionary()
03637 {
03638 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TF12*)0x0)->GetClass();
03639 }
03640
03641
03642 TClass *TF12::Class()
03643 {
03644 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TF12*)0x0)->GetClass();
03645 return fgIsA;
03646 }
03647
03648
03649 TClass *TF3::fgIsA = 0;
03650
03651
03652 const char *TF3::Class_Name()
03653 {
03654 return "TF3";
03655 }
03656
03657
03658 const char *TF3::ImplFileName()
03659 {
03660 return ::ROOT::GenerateInitInstanceLocal((const ::TF3*)0x0)->GetImplFileName();
03661 }
03662
03663
03664 int TF3::ImplFileLine()
03665 {
03666 return ::ROOT::GenerateInitInstanceLocal((const ::TF3*)0x0)->GetImplFileLine();
03667 }
03668
03669
03670 void TF3::Dictionary()
03671 {
03672 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TF3*)0x0)->GetClass();
03673 }
03674
03675
03676 TClass *TF3::Class()
03677 {
03678 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TF3*)0x0)->GetClass();
03679 return fgIsA;
03680 }
03681
03682
03683 TClass *TFractionFitter::fgIsA = 0;
03684
03685
03686 const char *TFractionFitter::Class_Name()
03687 {
03688 return "TFractionFitter";
03689 }
03690
03691
03692 const char *TFractionFitter::ImplFileName()
03693 {
03694 return ::ROOT::GenerateInitInstanceLocal((const ::TFractionFitter*)0x0)->GetImplFileName();
03695 }
03696
03697
03698 int TFractionFitter::ImplFileLine()
03699 {
03700 return ::ROOT::GenerateInitInstanceLocal((const ::TFractionFitter*)0x0)->GetImplFileLine();
03701 }
03702
03703
03704 void TFractionFitter::Dictionary()
03705 {
03706 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TFractionFitter*)0x0)->GetClass();
03707 }
03708
03709
03710 TClass *TFractionFitter::Class()
03711 {
03712 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TFractionFitter*)0x0)->GetClass();
03713 return fgIsA;
03714 }
03715
03716
03717 TClass *TVirtualHistPainter::fgIsA = 0;
03718
03719
03720 const char *TVirtualHistPainter::Class_Name()
03721 {
03722 return "TVirtualHistPainter";
03723 }
03724
03725
03726 const char *TVirtualHistPainter::ImplFileName()
03727 {
03728 return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualHistPainter*)0x0)->GetImplFileName();
03729 }
03730
03731
03732 int TVirtualHistPainter::ImplFileLine()
03733 {
03734 return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualHistPainter*)0x0)->GetImplFileLine();
03735 }
03736
03737
03738 void TVirtualHistPainter::Dictionary()
03739 {
03740 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualHistPainter*)0x0)->GetClass();
03741 }
03742
03743
03744 TClass *TVirtualHistPainter::Class()
03745 {
03746 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualHistPainter*)0x0)->GetClass();
03747 return fgIsA;
03748 }
03749
03750
03751 TClass *TH2D::fgIsA = 0;
03752
03753
03754 const char *TH2D::Class_Name()
03755 {
03756 return "TH2D";
03757 }
03758
03759
03760 const char *TH2D::ImplFileName()
03761 {
03762 return ::ROOT::GenerateInitInstanceLocal((const ::TH2D*)0x0)->GetImplFileName();
03763 }
03764
03765
03766 int TH2D::ImplFileLine()
03767 {
03768 return ::ROOT::GenerateInitInstanceLocal((const ::TH2D*)0x0)->GetImplFileLine();
03769 }
03770
03771
03772 void TH2D::Dictionary()
03773 {
03774 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH2D*)0x0)->GetClass();
03775 }
03776
03777
03778 TClass *TH2D::Class()
03779 {
03780 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH2D*)0x0)->GetClass();
03781 return fgIsA;
03782 }
03783
03784
03785 TClass *TGraph2DErrors::fgIsA = 0;
03786
03787
03788 const char *TGraph2DErrors::Class_Name()
03789 {
03790 return "TGraph2DErrors";
03791 }
03792
03793
03794 const char *TGraph2DErrors::ImplFileName()
03795 {
03796 return ::ROOT::GenerateInitInstanceLocal((const ::TGraph2DErrors*)0x0)->GetImplFileName();
03797 }
03798
03799
03800 int TGraph2DErrors::ImplFileLine()
03801 {
03802 return ::ROOT::GenerateInitInstanceLocal((const ::TGraph2DErrors*)0x0)->GetImplFileLine();
03803 }
03804
03805
03806 void TGraph2DErrors::Dictionary()
03807 {
03808 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGraph2DErrors*)0x0)->GetClass();
03809 }
03810
03811
03812 TClass *TGraph2DErrors::Class()
03813 {
03814 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGraph2DErrors*)0x0)->GetClass();
03815 return fgIsA;
03816 }
03817
03818
03819 TClass *TH1F::fgIsA = 0;
03820
03821
03822 const char *TH1F::Class_Name()
03823 {
03824 return "TH1F";
03825 }
03826
03827
03828 const char *TH1F::ImplFileName()
03829 {
03830 return ::ROOT::GenerateInitInstanceLocal((const ::TH1F*)0x0)->GetImplFileName();
03831 }
03832
03833
03834 int TH1F::ImplFileLine()
03835 {
03836 return ::ROOT::GenerateInitInstanceLocal((const ::TH1F*)0x0)->GetImplFileLine();
03837 }
03838
03839
03840 void TH1F::Dictionary()
03841 {
03842 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH1F*)0x0)->GetClass();
03843 }
03844
03845
03846 TClass *TH1F::Class()
03847 {
03848 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH1F*)0x0)->GetClass();
03849 return fgIsA;
03850 }
03851
03852
03853 TClass *TSpline::fgIsA = 0;
03854
03855
03856 const char *TSpline::Class_Name()
03857 {
03858 return "TSpline";
03859 }
03860
03861
03862 const char *TSpline::ImplFileName()
03863 {
03864 return ::ROOT::GenerateInitInstanceLocal((const ::TSpline*)0x0)->GetImplFileName();
03865 }
03866
03867
03868 int TSpline::ImplFileLine()
03869 {
03870 return ::ROOT::GenerateInitInstanceLocal((const ::TSpline*)0x0)->GetImplFileLine();
03871 }
03872
03873
03874 void TSpline::Dictionary()
03875 {
03876 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSpline*)0x0)->GetClass();
03877 }
03878
03879
03880 TClass *TSpline::Class()
03881 {
03882 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSpline*)0x0)->GetClass();
03883 return fgIsA;
03884 }
03885
03886
03887 TClass *TGraphBentErrors::fgIsA = 0;
03888
03889
03890 const char *TGraphBentErrors::Class_Name()
03891 {
03892 return "TGraphBentErrors";
03893 }
03894
03895
03896 const char *TGraphBentErrors::ImplFileName()
03897 {
03898 return ::ROOT::GenerateInitInstanceLocal((const ::TGraphBentErrors*)0x0)->GetImplFileName();
03899 }
03900
03901
03902 int TGraphBentErrors::ImplFileLine()
03903 {
03904 return ::ROOT::GenerateInitInstanceLocal((const ::TGraphBentErrors*)0x0)->GetImplFileLine();
03905 }
03906
03907
03908 void TGraphBentErrors::Dictionary()
03909 {
03910 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGraphBentErrors*)0x0)->GetClass();
03911 }
03912
03913
03914 TClass *TGraphBentErrors::Class()
03915 {
03916 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGraphBentErrors*)0x0)->GetClass();
03917 return fgIsA;
03918 }
03919
03920
03921 TClass *TGraphDelaunay::fgIsA = 0;
03922
03923
03924 const char *TGraphDelaunay::Class_Name()
03925 {
03926 return "TGraphDelaunay";
03927 }
03928
03929
03930 const char *TGraphDelaunay::ImplFileName()
03931 {
03932 return ::ROOT::GenerateInitInstanceLocal((const ::TGraphDelaunay*)0x0)->GetImplFileName();
03933 }
03934
03935
03936 int TGraphDelaunay::ImplFileLine()
03937 {
03938 return ::ROOT::GenerateInitInstanceLocal((const ::TGraphDelaunay*)0x0)->GetImplFileLine();
03939 }
03940
03941
03942 void TGraphDelaunay::Dictionary()
03943 {
03944 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGraphDelaunay*)0x0)->GetClass();
03945 }
03946
03947
03948 TClass *TGraphDelaunay::Class()
03949 {
03950 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGraphDelaunay*)0x0)->GetClass();
03951 return fgIsA;
03952 }
03953
03954
03955 TClass *TGraphSmooth::fgIsA = 0;
03956
03957
03958 const char *TGraphSmooth::Class_Name()
03959 {
03960 return "TGraphSmooth";
03961 }
03962
03963
03964 const char *TGraphSmooth::ImplFileName()
03965 {
03966 return ::ROOT::GenerateInitInstanceLocal((const ::TGraphSmooth*)0x0)->GetImplFileName();
03967 }
03968
03969
03970 int TGraphSmooth::ImplFileLine()
03971 {
03972 return ::ROOT::GenerateInitInstanceLocal((const ::TGraphSmooth*)0x0)->GetImplFileLine();
03973 }
03974
03975
03976 void TGraphSmooth::Dictionary()
03977 {
03978 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGraphSmooth*)0x0)->GetClass();
03979 }
03980
03981
03982 TClass *TGraphSmooth::Class()
03983 {
03984 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGraphSmooth*)0x0)->GetClass();
03985 return fgIsA;
03986 }
03987
03988
03989 TClass *TGraphTime::fgIsA = 0;
03990
03991
03992 const char *TGraphTime::Class_Name()
03993 {
03994 return "TGraphTime";
03995 }
03996
03997
03998 const char *TGraphTime::ImplFileName()
03999 {
04000 return ::ROOT::GenerateInitInstanceLocal((const ::TGraphTime*)0x0)->GetImplFileName();
04001 }
04002
04003
04004 int TGraphTime::ImplFileLine()
04005 {
04006 return ::ROOT::GenerateInitInstanceLocal((const ::TGraphTime*)0x0)->GetImplFileLine();
04007 }
04008
04009
04010 void TGraphTime::Dictionary()
04011 {
04012 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGraphTime*)0x0)->GetClass();
04013 }
04014
04015
04016 TClass *TGraphTime::Class()
04017 {
04018 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGraphTime*)0x0)->GetClass();
04019 return fgIsA;
04020 }
04021
04022
04023 TClass *TH1D::fgIsA = 0;
04024
04025
04026 const char *TH1D::Class_Name()
04027 {
04028 return "TH1D";
04029 }
04030
04031
04032 const char *TH1D::ImplFileName()
04033 {
04034 return ::ROOT::GenerateInitInstanceLocal((const ::TH1D*)0x0)->GetImplFileName();
04035 }
04036
04037
04038 int TH1D::ImplFileLine()
04039 {
04040 return ::ROOT::GenerateInitInstanceLocal((const ::TH1D*)0x0)->GetImplFileLine();
04041 }
04042
04043
04044 void TH1D::Dictionary()
04045 {
04046 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH1D*)0x0)->GetClass();
04047 }
04048
04049
04050 TClass *TH1D::Class()
04051 {
04052 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH1D*)0x0)->GetClass();
04053 return fgIsA;
04054 }
04055
04056
04057 TClass *TH1C::fgIsA = 0;
04058
04059
04060 const char *TH1C::Class_Name()
04061 {
04062 return "TH1C";
04063 }
04064
04065
04066 const char *TH1C::ImplFileName()
04067 {
04068 return ::ROOT::GenerateInitInstanceLocal((const ::TH1C*)0x0)->GetImplFileName();
04069 }
04070
04071
04072 int TH1C::ImplFileLine()
04073 {
04074 return ::ROOT::GenerateInitInstanceLocal((const ::TH1C*)0x0)->GetImplFileLine();
04075 }
04076
04077
04078 void TH1C::Dictionary()
04079 {
04080 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH1C*)0x0)->GetClass();
04081 }
04082
04083
04084 TClass *TH1C::Class()
04085 {
04086 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH1C*)0x0)->GetClass();
04087 return fgIsA;
04088 }
04089
04090
04091 TClass *TH1S::fgIsA = 0;
04092
04093
04094 const char *TH1S::Class_Name()
04095 {
04096 return "TH1S";
04097 }
04098
04099
04100 const char *TH1S::ImplFileName()
04101 {
04102 return ::ROOT::GenerateInitInstanceLocal((const ::TH1S*)0x0)->GetImplFileName();
04103 }
04104
04105
04106 int TH1S::ImplFileLine()
04107 {
04108 return ::ROOT::GenerateInitInstanceLocal((const ::TH1S*)0x0)->GetImplFileLine();
04109 }
04110
04111
04112 void TH1S::Dictionary()
04113 {
04114 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH1S*)0x0)->GetClass();
04115 }
04116
04117
04118 TClass *TH1S::Class()
04119 {
04120 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH1S*)0x0)->GetClass();
04121 return fgIsA;
04122 }
04123
04124
04125 TClass *TH1I::fgIsA = 0;
04126
04127
04128 const char *TH1I::Class_Name()
04129 {
04130 return "TH1I";
04131 }
04132
04133
04134 const char *TH1I::ImplFileName()
04135 {
04136 return ::ROOT::GenerateInitInstanceLocal((const ::TH1I*)0x0)->GetImplFileName();
04137 }
04138
04139
04140 int TH1I::ImplFileLine()
04141 {
04142 return ::ROOT::GenerateInitInstanceLocal((const ::TH1I*)0x0)->GetImplFileLine();
04143 }
04144
04145
04146 void TH1I::Dictionary()
04147 {
04148 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH1I*)0x0)->GetClass();
04149 }
04150
04151
04152 TClass *TH1I::Class()
04153 {
04154 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH1I*)0x0)->GetClass();
04155 return fgIsA;
04156 }
04157
04158
04159 TClass *TH1K::fgIsA = 0;
04160
04161
04162 const char *TH1K::Class_Name()
04163 {
04164 return "TH1K";
04165 }
04166
04167
04168 const char *TH1K::ImplFileName()
04169 {
04170 return ::ROOT::GenerateInitInstanceLocal((const ::TH1K*)0x0)->GetImplFileName();
04171 }
04172
04173
04174 int TH1K::ImplFileLine()
04175 {
04176 return ::ROOT::GenerateInitInstanceLocal((const ::TH1K*)0x0)->GetImplFileLine();
04177 }
04178
04179
04180 void TH1K::Dictionary()
04181 {
04182 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH1K*)0x0)->GetClass();
04183 }
04184
04185
04186 TClass *TH1K::Class()
04187 {
04188 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH1K*)0x0)->GetClass();
04189 return fgIsA;
04190 }
04191
04192
04193 TClass *TProfile::fgIsA = 0;
04194
04195
04196 const char *TProfile::Class_Name()
04197 {
04198 return "TProfile";
04199 }
04200
04201
04202 const char *TProfile::ImplFileName()
04203 {
04204 return ::ROOT::GenerateInitInstanceLocal((const ::TProfile*)0x0)->GetImplFileName();
04205 }
04206
04207
04208 int TProfile::ImplFileLine()
04209 {
04210 return ::ROOT::GenerateInitInstanceLocal((const ::TProfile*)0x0)->GetImplFileLine();
04211 }
04212
04213
04214 void TProfile::Dictionary()
04215 {
04216 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TProfile*)0x0)->GetClass();
04217 }
04218
04219
04220 TClass *TProfile::Class()
04221 {
04222 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TProfile*)0x0)->GetClass();
04223 return fgIsA;
04224 }
04225
04226
04227 TClass *TH2C::fgIsA = 0;
04228
04229
04230 const char *TH2C::Class_Name()
04231 {
04232 return "TH2C";
04233 }
04234
04235
04236 const char *TH2C::ImplFileName()
04237 {
04238 return ::ROOT::GenerateInitInstanceLocal((const ::TH2C*)0x0)->GetImplFileName();
04239 }
04240
04241
04242 int TH2C::ImplFileLine()
04243 {
04244 return ::ROOT::GenerateInitInstanceLocal((const ::TH2C*)0x0)->GetImplFileLine();
04245 }
04246
04247
04248 void TH2C::Dictionary()
04249 {
04250 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH2C*)0x0)->GetClass();
04251 }
04252
04253
04254 TClass *TH2C::Class()
04255 {
04256 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH2C*)0x0)->GetClass();
04257 return fgIsA;
04258 }
04259
04260
04261 TClass *TH2S::fgIsA = 0;
04262
04263
04264 const char *TH2S::Class_Name()
04265 {
04266 return "TH2S";
04267 }
04268
04269
04270 const char *TH2S::ImplFileName()
04271 {
04272 return ::ROOT::GenerateInitInstanceLocal((const ::TH2S*)0x0)->GetImplFileName();
04273 }
04274
04275
04276 int TH2S::ImplFileLine()
04277 {
04278 return ::ROOT::GenerateInitInstanceLocal((const ::TH2S*)0x0)->GetImplFileLine();
04279 }
04280
04281
04282 void TH2S::Dictionary()
04283 {
04284 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH2S*)0x0)->GetClass();
04285 }
04286
04287
04288 TClass *TH2S::Class()
04289 {
04290 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH2S*)0x0)->GetClass();
04291 return fgIsA;
04292 }
04293
04294
04295 TClass *TH2I::fgIsA = 0;
04296
04297
04298 const char *TH2I::Class_Name()
04299 {
04300 return "TH2I";
04301 }
04302
04303
04304 const char *TH2I::ImplFileName()
04305 {
04306 return ::ROOT::GenerateInitInstanceLocal((const ::TH2I*)0x0)->GetImplFileName();
04307 }
04308
04309
04310 int TH2I::ImplFileLine()
04311 {
04312 return ::ROOT::GenerateInitInstanceLocal((const ::TH2I*)0x0)->GetImplFileLine();
04313 }
04314
04315
04316 void TH2I::Dictionary()
04317 {
04318 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH2I*)0x0)->GetClass();
04319 }
04320
04321
04322 TClass *TH2I::Class()
04323 {
04324 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH2I*)0x0)->GetClass();
04325 return fgIsA;
04326 }
04327
04328
04329 TClass *TH2F::fgIsA = 0;
04330
04331
04332 const char *TH2F::Class_Name()
04333 {
04334 return "TH2F";
04335 }
04336
04337
04338 const char *TH2F::ImplFileName()
04339 {
04340 return ::ROOT::GenerateInitInstanceLocal((const ::TH2F*)0x0)->GetImplFileName();
04341 }
04342
04343
04344 int TH2F::ImplFileLine()
04345 {
04346 return ::ROOT::GenerateInitInstanceLocal((const ::TH2F*)0x0)->GetImplFileLine();
04347 }
04348
04349
04350 void TH2F::Dictionary()
04351 {
04352 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH2F*)0x0)->GetClass();
04353 }
04354
04355
04356 TClass *TH2F::Class()
04357 {
04358 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH2F*)0x0)->GetClass();
04359 return fgIsA;
04360 }
04361
04362
04363 TClass *TH2PolyBin::fgIsA = 0;
04364
04365
04366 const char *TH2PolyBin::Class_Name()
04367 {
04368 return "TH2PolyBin";
04369 }
04370
04371
04372 const char *TH2PolyBin::ImplFileName()
04373 {
04374 return ::ROOT::GenerateInitInstanceLocal((const ::TH2PolyBin*)0x0)->GetImplFileName();
04375 }
04376
04377
04378 int TH2PolyBin::ImplFileLine()
04379 {
04380 return ::ROOT::GenerateInitInstanceLocal((const ::TH2PolyBin*)0x0)->GetImplFileLine();
04381 }
04382
04383
04384 void TH2PolyBin::Dictionary()
04385 {
04386 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH2PolyBin*)0x0)->GetClass();
04387 }
04388
04389
04390 TClass *TH2PolyBin::Class()
04391 {
04392 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH2PolyBin*)0x0)->GetClass();
04393 return fgIsA;
04394 }
04395
04396
04397 TClass *TH2Poly::fgIsA = 0;
04398
04399
04400 const char *TH2Poly::Class_Name()
04401 {
04402 return "TH2Poly";
04403 }
04404
04405
04406 const char *TH2Poly::ImplFileName()
04407 {
04408 return ::ROOT::GenerateInitInstanceLocal((const ::TH2Poly*)0x0)->GetImplFileName();
04409 }
04410
04411
04412 int TH2Poly::ImplFileLine()
04413 {
04414 return ::ROOT::GenerateInitInstanceLocal((const ::TH2Poly*)0x0)->GetImplFileLine();
04415 }
04416
04417
04418 void TH2Poly::Dictionary()
04419 {
04420 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH2Poly*)0x0)->GetClass();
04421 }
04422
04423
04424 TClass *TH2Poly::Class()
04425 {
04426 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH2Poly*)0x0)->GetClass();
04427 return fgIsA;
04428 }
04429
04430
04431 TClass *TProfile2D::fgIsA = 0;
04432
04433
04434 const char *TProfile2D::Class_Name()
04435 {
04436 return "TProfile2D";
04437 }
04438
04439
04440 const char *TProfile2D::ImplFileName()
04441 {
04442 return ::ROOT::GenerateInitInstanceLocal((const ::TProfile2D*)0x0)->GetImplFileName();
04443 }
04444
04445
04446 int TProfile2D::ImplFileLine()
04447 {
04448 return ::ROOT::GenerateInitInstanceLocal((const ::TProfile2D*)0x0)->GetImplFileLine();
04449 }
04450
04451
04452 void TProfile2D::Dictionary()
04453 {
04454 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TProfile2D*)0x0)->GetClass();
04455 }
04456
04457
04458 TClass *TProfile2D::Class()
04459 {
04460 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TProfile2D*)0x0)->GetClass();
04461 return fgIsA;
04462 }
04463
04464
04465 TClass *TH3::fgIsA = 0;
04466
04467
04468 const char *TH3::Class_Name()
04469 {
04470 return "TH3";
04471 }
04472
04473
04474 const char *TH3::ImplFileName()
04475 {
04476 return ::ROOT::GenerateInitInstanceLocal((const ::TH3*)0x0)->GetImplFileName();
04477 }
04478
04479
04480 int TH3::ImplFileLine()
04481 {
04482 return ::ROOT::GenerateInitInstanceLocal((const ::TH3*)0x0)->GetImplFileLine();
04483 }
04484
04485
04486 void TH3::Dictionary()
04487 {
04488 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH3*)0x0)->GetClass();
04489 }
04490
04491
04492 TClass *TH3::Class()
04493 {
04494 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH3*)0x0)->GetClass();
04495 return fgIsA;
04496 }
04497
04498
04499 TClass *TH3C::fgIsA = 0;
04500
04501
04502 const char *TH3C::Class_Name()
04503 {
04504 return "TH3C";
04505 }
04506
04507
04508 const char *TH3C::ImplFileName()
04509 {
04510 return ::ROOT::GenerateInitInstanceLocal((const ::TH3C*)0x0)->GetImplFileName();
04511 }
04512
04513
04514 int TH3C::ImplFileLine()
04515 {
04516 return ::ROOT::GenerateInitInstanceLocal((const ::TH3C*)0x0)->GetImplFileLine();
04517 }
04518
04519
04520 void TH3C::Dictionary()
04521 {
04522 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH3C*)0x0)->GetClass();
04523 }
04524
04525
04526 TClass *TH3C::Class()
04527 {
04528 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH3C*)0x0)->GetClass();
04529 return fgIsA;
04530 }
04531
04532
04533 TClass *TH3S::fgIsA = 0;
04534
04535
04536 const char *TH3S::Class_Name()
04537 {
04538 return "TH3S";
04539 }
04540
04541
04542 const char *TH3S::ImplFileName()
04543 {
04544 return ::ROOT::GenerateInitInstanceLocal((const ::TH3S*)0x0)->GetImplFileName();
04545 }
04546
04547
04548 int TH3S::ImplFileLine()
04549 {
04550 return ::ROOT::GenerateInitInstanceLocal((const ::TH3S*)0x0)->GetImplFileLine();
04551 }
04552
04553
04554 void TH3S::Dictionary()
04555 {
04556 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH3S*)0x0)->GetClass();
04557 }
04558
04559
04560 TClass *TH3S::Class()
04561 {
04562 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH3S*)0x0)->GetClass();
04563 return fgIsA;
04564 }
04565
04566
04567 TClass *TH3I::fgIsA = 0;
04568
04569
04570 const char *TH3I::Class_Name()
04571 {
04572 return "TH3I";
04573 }
04574
04575
04576 const char *TH3I::ImplFileName()
04577 {
04578 return ::ROOT::GenerateInitInstanceLocal((const ::TH3I*)0x0)->GetImplFileName();
04579 }
04580
04581
04582 int TH3I::ImplFileLine()
04583 {
04584 return ::ROOT::GenerateInitInstanceLocal((const ::TH3I*)0x0)->GetImplFileLine();
04585 }
04586
04587
04588 void TH3I::Dictionary()
04589 {
04590 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH3I*)0x0)->GetClass();
04591 }
04592
04593
04594 TClass *TH3I::Class()
04595 {
04596 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH3I*)0x0)->GetClass();
04597 return fgIsA;
04598 }
04599
04600
04601 TClass *TH3F::fgIsA = 0;
04602
04603
04604 const char *TH3F::Class_Name()
04605 {
04606 return "TH3F";
04607 }
04608
04609
04610 const char *TH3F::ImplFileName()
04611 {
04612 return ::ROOT::GenerateInitInstanceLocal((const ::TH3F*)0x0)->GetImplFileName();
04613 }
04614
04615
04616 int TH3F::ImplFileLine()
04617 {
04618 return ::ROOT::GenerateInitInstanceLocal((const ::TH3F*)0x0)->GetImplFileLine();
04619 }
04620
04621
04622 void TH3F::Dictionary()
04623 {
04624 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH3F*)0x0)->GetClass();
04625 }
04626
04627
04628 TClass *TH3F::Class()
04629 {
04630 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH3F*)0x0)->GetClass();
04631 return fgIsA;
04632 }
04633
04634
04635 TClass *TH3D::fgIsA = 0;
04636
04637
04638 const char *TH3D::Class_Name()
04639 {
04640 return "TH3D";
04641 }
04642
04643
04644 const char *TH3D::ImplFileName()
04645 {
04646 return ::ROOT::GenerateInitInstanceLocal((const ::TH3D*)0x0)->GetImplFileName();
04647 }
04648
04649
04650 int TH3D::ImplFileLine()
04651 {
04652 return ::ROOT::GenerateInitInstanceLocal((const ::TH3D*)0x0)->GetImplFileLine();
04653 }
04654
04655
04656 void TH3D::Dictionary()
04657 {
04658 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH3D*)0x0)->GetClass();
04659 }
04660
04661
04662 TClass *TH3D::Class()
04663 {
04664 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH3D*)0x0)->GetClass();
04665 return fgIsA;
04666 }
04667
04668
04669 TClass *THLimitsFinder::fgIsA = 0;
04670
04671
04672 const char *THLimitsFinder::Class_Name()
04673 {
04674 return "THLimitsFinder";
04675 }
04676
04677
04678 const char *THLimitsFinder::ImplFileName()
04679 {
04680 return ::ROOT::GenerateInitInstanceLocal((const ::THLimitsFinder*)0x0)->GetImplFileName();
04681 }
04682
04683
04684 int THLimitsFinder::ImplFileLine()
04685 {
04686 return ::ROOT::GenerateInitInstanceLocal((const ::THLimitsFinder*)0x0)->GetImplFileLine();
04687 }
04688
04689
04690 void THLimitsFinder::Dictionary()
04691 {
04692 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::THLimitsFinder*)0x0)->GetClass();
04693 }
04694
04695
04696 TClass *THLimitsFinder::Class()
04697 {
04698 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::THLimitsFinder*)0x0)->GetClass();
04699 return fgIsA;
04700 }
04701
04702
04703 TClass *THnSparseArrayChunk::fgIsA = 0;
04704
04705
04706 const char *THnSparseArrayChunk::Class_Name()
04707 {
04708 return "THnSparseArrayChunk";
04709 }
04710
04711
04712 const char *THnSparseArrayChunk::ImplFileName()
04713 {
04714 return ::ROOT::GenerateInitInstanceLocal((const ::THnSparseArrayChunk*)0x0)->GetImplFileName();
04715 }
04716
04717
04718 int THnSparseArrayChunk::ImplFileLine()
04719 {
04720 return ::ROOT::GenerateInitInstanceLocal((const ::THnSparseArrayChunk*)0x0)->GetImplFileLine();
04721 }
04722
04723
04724 void THnSparseArrayChunk::Dictionary()
04725 {
04726 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::THnSparseArrayChunk*)0x0)->GetClass();
04727 }
04728
04729
04730 TClass *THnSparseArrayChunk::Class()
04731 {
04732 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::THnSparseArrayChunk*)0x0)->GetClass();
04733 return fgIsA;
04734 }
04735
04736
04737 template <> TClass *THnSparseT<TArrayD>::fgIsA = 0;
04738
04739
04740 template <> const char *THnSparseT<TArrayD>::Class_Name()
04741 {
04742 return "THnSparseT<TArrayD>";
04743 }
04744
04745
04746 template <> const char *THnSparseT<TArrayD>::ImplFileName()
04747 {
04748 return ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayD>*)0x0)->GetImplFileName();
04749 }
04750
04751
04752 template <> int THnSparseT<TArrayD>::ImplFileLine()
04753 {
04754 return ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayD>*)0x0)->GetImplFileLine();
04755 }
04756
04757
04758 template <> void THnSparseT<TArrayD>::Dictionary()
04759 {
04760 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayD>*)0x0)->GetClass();
04761 }
04762
04763
04764 template <> TClass *THnSparseT<TArrayD>::Class()
04765 {
04766 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayD>*)0x0)->GetClass();
04767 return fgIsA;
04768 }
04769
04770
04771 template <> TClass *THnSparseT<TArrayF>::fgIsA = 0;
04772
04773
04774 template <> const char *THnSparseT<TArrayF>::Class_Name()
04775 {
04776 return "THnSparseT<TArrayF>";
04777 }
04778
04779
04780 template <> const char *THnSparseT<TArrayF>::ImplFileName()
04781 {
04782 return ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayF>*)0x0)->GetImplFileName();
04783 }
04784
04785
04786 template <> int THnSparseT<TArrayF>::ImplFileLine()
04787 {
04788 return ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayF>*)0x0)->GetImplFileLine();
04789 }
04790
04791
04792 template <> void THnSparseT<TArrayF>::Dictionary()
04793 {
04794 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayF>*)0x0)->GetClass();
04795 }
04796
04797
04798 template <> TClass *THnSparseT<TArrayF>::Class()
04799 {
04800 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayF>*)0x0)->GetClass();
04801 return fgIsA;
04802 }
04803
04804
04805 template <> TClass *THnSparseT<TArrayL>::fgIsA = 0;
04806
04807
04808 template <> const char *THnSparseT<TArrayL>::Class_Name()
04809 {
04810 return "THnSparseT<TArrayL>";
04811 }
04812
04813
04814 template <> const char *THnSparseT<TArrayL>::ImplFileName()
04815 {
04816 return ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayL>*)0x0)->GetImplFileName();
04817 }
04818
04819
04820 template <> int THnSparseT<TArrayL>::ImplFileLine()
04821 {
04822 return ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayL>*)0x0)->GetImplFileLine();
04823 }
04824
04825
04826 template <> void THnSparseT<TArrayL>::Dictionary()
04827 {
04828 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayL>*)0x0)->GetClass();
04829 }
04830
04831
04832 template <> TClass *THnSparseT<TArrayL>::Class()
04833 {
04834 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayL>*)0x0)->GetClass();
04835 return fgIsA;
04836 }
04837
04838
04839 template <> TClass *THnSparseT<TArrayI>::fgIsA = 0;
04840
04841
04842 template <> const char *THnSparseT<TArrayI>::Class_Name()
04843 {
04844 return "THnSparseT<TArrayI>";
04845 }
04846
04847
04848 template <> const char *THnSparseT<TArrayI>::ImplFileName()
04849 {
04850 return ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayI>*)0x0)->GetImplFileName();
04851 }
04852
04853
04854 template <> int THnSparseT<TArrayI>::ImplFileLine()
04855 {
04856 return ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayI>*)0x0)->GetImplFileLine();
04857 }
04858
04859
04860 template <> void THnSparseT<TArrayI>::Dictionary()
04861 {
04862 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayI>*)0x0)->GetClass();
04863 }
04864
04865
04866 template <> TClass *THnSparseT<TArrayI>::Class()
04867 {
04868 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayI>*)0x0)->GetClass();
04869 return fgIsA;
04870 }
04871
04872
04873 template <> TClass *THnSparseT<TArrayS>::fgIsA = 0;
04874
04875
04876 template <> const char *THnSparseT<TArrayS>::Class_Name()
04877 {
04878 return "THnSparseT<TArrayS>";
04879 }
04880
04881
04882 template <> const char *THnSparseT<TArrayS>::ImplFileName()
04883 {
04884 return ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayS>*)0x0)->GetImplFileName();
04885 }
04886
04887
04888 template <> int THnSparseT<TArrayS>::ImplFileLine()
04889 {
04890 return ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayS>*)0x0)->GetImplFileLine();
04891 }
04892
04893
04894 template <> void THnSparseT<TArrayS>::Dictionary()
04895 {
04896 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayS>*)0x0)->GetClass();
04897 }
04898
04899
04900 template <> TClass *THnSparseT<TArrayS>::Class()
04901 {
04902 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayS>*)0x0)->GetClass();
04903 return fgIsA;
04904 }
04905
04906
04907 template <> TClass *THnSparseT<TArrayC>::fgIsA = 0;
04908
04909
04910 template <> const char *THnSparseT<TArrayC>::Class_Name()
04911 {
04912 return "THnSparseT<TArrayC>";
04913 }
04914
04915
04916 template <> const char *THnSparseT<TArrayC>::ImplFileName()
04917 {
04918 return ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayC>*)0x0)->GetImplFileName();
04919 }
04920
04921
04922 template <> int THnSparseT<TArrayC>::ImplFileLine()
04923 {
04924 return ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayC>*)0x0)->GetImplFileLine();
04925 }
04926
04927
04928 template <> void THnSparseT<TArrayC>::Dictionary()
04929 {
04930 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayC>*)0x0)->GetClass();
04931 }
04932
04933
04934 template <> TClass *THnSparseT<TArrayC>::Class()
04935 {
04936 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayC>*)0x0)->GetClass();
04937 return fgIsA;
04938 }
04939
04940
04941 TClass *THStack::fgIsA = 0;
04942
04943
04944 const char *THStack::Class_Name()
04945 {
04946 return "THStack";
04947 }
04948
04949
04950 const char *THStack::ImplFileName()
04951 {
04952 return ::ROOT::GenerateInitInstanceLocal((const ::THStack*)0x0)->GetImplFileName();
04953 }
04954
04955
04956 int THStack::ImplFileLine()
04957 {
04958 return ::ROOT::GenerateInitInstanceLocal((const ::THStack*)0x0)->GetImplFileLine();
04959 }
04960
04961
04962 void THStack::Dictionary()
04963 {
04964 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::THStack*)0x0)->GetClass();
04965 }
04966
04967
04968 TClass *THStack::Class()
04969 {
04970 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::THStack*)0x0)->GetClass();
04971 return fgIsA;
04972 }
04973
04974
04975 TClass *TKDE::fgIsA = 0;
04976
04977
04978 const char *TKDE::Class_Name()
04979 {
04980 return "TKDE";
04981 }
04982
04983
04984 const char *TKDE::ImplFileName()
04985 {
04986 return ::ROOT::GenerateInitInstanceLocal((const ::TKDE*)0x0)->GetImplFileName();
04987 }
04988
04989
04990 int TKDE::ImplFileLine()
04991 {
04992 return ::ROOT::GenerateInitInstanceLocal((const ::TKDE*)0x0)->GetImplFileLine();
04993 }
04994
04995
04996 void TKDE::Dictionary()
04997 {
04998 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TKDE*)0x0)->GetClass();
04999 }
05000
05001
05002 TClass *TKDE::Class()
05003 {
05004 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TKDE*)0x0)->GetClass();
05005 return fgIsA;
05006 }
05007
05008
05009 TClass *TLimitDataSource::fgIsA = 0;
05010
05011
05012 const char *TLimitDataSource::Class_Name()
05013 {
05014 return "TLimitDataSource";
05015 }
05016
05017
05018 const char *TLimitDataSource::ImplFileName()
05019 {
05020 return ::ROOT::GenerateInitInstanceLocal((const ::TLimitDataSource*)0x0)->GetImplFileName();
05021 }
05022
05023
05024 int TLimitDataSource::ImplFileLine()
05025 {
05026 return ::ROOT::GenerateInitInstanceLocal((const ::TLimitDataSource*)0x0)->GetImplFileLine();
05027 }
05028
05029
05030 void TLimitDataSource::Dictionary()
05031 {
05032 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLimitDataSource*)0x0)->GetClass();
05033 }
05034
05035
05036 TClass *TLimitDataSource::Class()
05037 {
05038 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLimitDataSource*)0x0)->GetClass();
05039 return fgIsA;
05040 }
05041
05042
05043 TClass *TLimit::fgIsA = 0;
05044
05045
05046 const char *TLimit::Class_Name()
05047 {
05048 return "TLimit";
05049 }
05050
05051
05052 const char *TLimit::ImplFileName()
05053 {
05054 return ::ROOT::GenerateInitInstanceLocal((const ::TLimit*)0x0)->GetImplFileName();
05055 }
05056
05057
05058 int TLimit::ImplFileLine()
05059 {
05060 return ::ROOT::GenerateInitInstanceLocal((const ::TLimit*)0x0)->GetImplFileLine();
05061 }
05062
05063
05064 void TLimit::Dictionary()
05065 {
05066 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLimit*)0x0)->GetClass();
05067 }
05068
05069
05070 TClass *TLimit::Class()
05071 {
05072 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLimit*)0x0)->GetClass();
05073 return fgIsA;
05074 }
05075
05076
05077 TClass *TMultiDimFit::fgIsA = 0;
05078
05079
05080 const char *TMultiDimFit::Class_Name()
05081 {
05082 return "TMultiDimFit";
05083 }
05084
05085
05086 const char *TMultiDimFit::ImplFileName()
05087 {
05088 return ::ROOT::GenerateInitInstanceLocal((const ::TMultiDimFit*)0x0)->GetImplFileName();
05089 }
05090
05091
05092 int TMultiDimFit::ImplFileLine()
05093 {
05094 return ::ROOT::GenerateInitInstanceLocal((const ::TMultiDimFit*)0x0)->GetImplFileLine();
05095 }
05096
05097
05098 void TMultiDimFit::Dictionary()
05099 {
05100 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TMultiDimFit*)0x0)->GetClass();
05101 }
05102
05103
05104 TClass *TMultiDimFit::Class()
05105 {
05106 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TMultiDimFit*)0x0)->GetClass();
05107 return fgIsA;
05108 }
05109
05110
05111 TClass *TPolyMarker::fgIsA = 0;
05112
05113
05114 const char *TPolyMarker::Class_Name()
05115 {
05116 return "TPolyMarker";
05117 }
05118
05119
05120 const char *TPolyMarker::ImplFileName()
05121 {
05122 return ::ROOT::GenerateInitInstanceLocal((const ::TPolyMarker*)0x0)->GetImplFileName();
05123 }
05124
05125
05126 int TPolyMarker::ImplFileLine()
05127 {
05128 return ::ROOT::GenerateInitInstanceLocal((const ::TPolyMarker*)0x0)->GetImplFileLine();
05129 }
05130
05131
05132 void TPolyMarker::Dictionary()
05133 {
05134 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TPolyMarker*)0x0)->GetClass();
05135 }
05136
05137
05138 TClass *TPolyMarker::Class()
05139 {
05140 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TPolyMarker*)0x0)->GetClass();
05141 return fgIsA;
05142 }
05143
05144
05145 TClass *TPrincipal::fgIsA = 0;
05146
05147
05148 const char *TPrincipal::Class_Name()
05149 {
05150 return "TPrincipal";
05151 }
05152
05153
05154 const char *TPrincipal::ImplFileName()
05155 {
05156 return ::ROOT::GenerateInitInstanceLocal((const ::TPrincipal*)0x0)->GetImplFileName();
05157 }
05158
05159
05160 int TPrincipal::ImplFileLine()
05161 {
05162 return ::ROOT::GenerateInitInstanceLocal((const ::TPrincipal*)0x0)->GetImplFileLine();
05163 }
05164
05165
05166 void TPrincipal::Dictionary()
05167 {
05168 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TPrincipal*)0x0)->GetClass();
05169 }
05170
05171
05172 TClass *TPrincipal::Class()
05173 {
05174 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TPrincipal*)0x0)->GetClass();
05175 return fgIsA;
05176 }
05177
05178
05179 TClass *TProfile3D::fgIsA = 0;
05180
05181
05182 const char *TProfile3D::Class_Name()
05183 {
05184 return "TProfile3D";
05185 }
05186
05187
05188 const char *TProfile3D::ImplFileName()
05189 {
05190 return ::ROOT::GenerateInitInstanceLocal((const ::TProfile3D*)0x0)->GetImplFileName();
05191 }
05192
05193
05194 int TProfile3D::ImplFileLine()
05195 {
05196 return ::ROOT::GenerateInitInstanceLocal((const ::TProfile3D*)0x0)->GetImplFileLine();
05197 }
05198
05199
05200 void TProfile3D::Dictionary()
05201 {
05202 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TProfile3D*)0x0)->GetClass();
05203 }
05204
05205
05206 TClass *TProfile3D::Class()
05207 {
05208 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TProfile3D*)0x0)->GetClass();
05209 return fgIsA;
05210 }
05211
05212
05213 TClass *TSplinePoly::fgIsA = 0;
05214
05215
05216 const char *TSplinePoly::Class_Name()
05217 {
05218 return "TSplinePoly";
05219 }
05220
05221
05222 const char *TSplinePoly::ImplFileName()
05223 {
05224 return ::ROOT::GenerateInitInstanceLocal((const ::TSplinePoly*)0x0)->GetImplFileName();
05225 }
05226
05227
05228 int TSplinePoly::ImplFileLine()
05229 {
05230 return ::ROOT::GenerateInitInstanceLocal((const ::TSplinePoly*)0x0)->GetImplFileLine();
05231 }
05232
05233
05234 void TSplinePoly::Dictionary()
05235 {
05236 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSplinePoly*)0x0)->GetClass();
05237 }
05238
05239
05240 TClass *TSplinePoly::Class()
05241 {
05242 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSplinePoly*)0x0)->GetClass();
05243 return fgIsA;
05244 }
05245
05246
05247 TClass *TSplinePoly3::fgIsA = 0;
05248
05249
05250 const char *TSplinePoly3::Class_Name()
05251 {
05252 return "TSplinePoly3";
05253 }
05254
05255
05256 const char *TSplinePoly3::ImplFileName()
05257 {
05258 return ::ROOT::GenerateInitInstanceLocal((const ::TSplinePoly3*)0x0)->GetImplFileName();
05259 }
05260
05261
05262 int TSplinePoly3::ImplFileLine()
05263 {
05264 return ::ROOT::GenerateInitInstanceLocal((const ::TSplinePoly3*)0x0)->GetImplFileLine();
05265 }
05266
05267
05268 void TSplinePoly3::Dictionary()
05269 {
05270 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSplinePoly3*)0x0)->GetClass();
05271 }
05272
05273
05274 TClass *TSplinePoly3::Class()
05275 {
05276 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSplinePoly3*)0x0)->GetClass();
05277 return fgIsA;
05278 }
05279
05280
05281 TClass *TSplinePoly5::fgIsA = 0;
05282
05283
05284 const char *TSplinePoly5::Class_Name()
05285 {
05286 return "TSplinePoly5";
05287 }
05288
05289
05290 const char *TSplinePoly5::ImplFileName()
05291 {
05292 return ::ROOT::GenerateInitInstanceLocal((const ::TSplinePoly5*)0x0)->GetImplFileName();
05293 }
05294
05295
05296 int TSplinePoly5::ImplFileLine()
05297 {
05298 return ::ROOT::GenerateInitInstanceLocal((const ::TSplinePoly5*)0x0)->GetImplFileLine();
05299 }
05300
05301
05302 void TSplinePoly5::Dictionary()
05303 {
05304 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSplinePoly5*)0x0)->GetClass();
05305 }
05306
05307
05308 TClass *TSplinePoly5::Class()
05309 {
05310 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSplinePoly5*)0x0)->GetClass();
05311 return fgIsA;
05312 }
05313
05314
05315 TClass *TSpline3::fgIsA = 0;
05316
05317
05318 const char *TSpline3::Class_Name()
05319 {
05320 return "TSpline3";
05321 }
05322
05323
05324 const char *TSpline3::ImplFileName()
05325 {
05326 return ::ROOT::GenerateInitInstanceLocal((const ::TSpline3*)0x0)->GetImplFileName();
05327 }
05328
05329
05330 int TSpline3::ImplFileLine()
05331 {
05332 return ::ROOT::GenerateInitInstanceLocal((const ::TSpline3*)0x0)->GetImplFileLine();
05333 }
05334
05335
05336 void TSpline3::Dictionary()
05337 {
05338 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSpline3*)0x0)->GetClass();
05339 }
05340
05341
05342 TClass *TSpline3::Class()
05343 {
05344 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSpline3*)0x0)->GetClass();
05345 return fgIsA;
05346 }
05347
05348
05349 TClass *TSpline5::fgIsA = 0;
05350
05351
05352 const char *TSpline5::Class_Name()
05353 {
05354 return "TSpline5";
05355 }
05356
05357
05358 const char *TSpline5::ImplFileName()
05359 {
05360 return ::ROOT::GenerateInitInstanceLocal((const ::TSpline5*)0x0)->GetImplFileName();
05361 }
05362
05363
05364 int TSpline5::ImplFileLine()
05365 {
05366 return ::ROOT::GenerateInitInstanceLocal((const ::TSpline5*)0x0)->GetImplFileLine();
05367 }
05368
05369
05370 void TSpline5::Dictionary()
05371 {
05372 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSpline5*)0x0)->GetClass();
05373 }
05374
05375
05376 TClass *TSpline5::Class()
05377 {
05378 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSpline5*)0x0)->GetClass();
05379 return fgIsA;
05380 }
05381
05382
05383 TClass *TSVDUnfold::fgIsA = 0;
05384
05385
05386 const char *TSVDUnfold::Class_Name()
05387 {
05388 return "TSVDUnfold";
05389 }
05390
05391
05392 const char *TSVDUnfold::ImplFileName()
05393 {
05394 return ::ROOT::GenerateInitInstanceLocal((const ::TSVDUnfold*)0x0)->GetImplFileName();
05395 }
05396
05397
05398 int TSVDUnfold::ImplFileLine()
05399 {
05400 return ::ROOT::GenerateInitInstanceLocal((const ::TSVDUnfold*)0x0)->GetImplFileLine();
05401 }
05402
05403
05404 void TSVDUnfold::Dictionary()
05405 {
05406 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSVDUnfold*)0x0)->GetClass();
05407 }
05408
05409
05410 TClass *TSVDUnfold::Class()
05411 {
05412 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSVDUnfold*)0x0)->GetClass();
05413 return fgIsA;
05414 }
05415
05416
05417 TClass *TUnfold::fgIsA = 0;
05418
05419
05420 const char *TUnfold::Class_Name()
05421 {
05422 return "TUnfold";
05423 }
05424
05425
05426 const char *TUnfold::ImplFileName()
05427 {
05428 return ::ROOT::GenerateInitInstanceLocal((const ::TUnfold*)0x0)->GetImplFileName();
05429 }
05430
05431
05432 int TUnfold::ImplFileLine()
05433 {
05434 return ::ROOT::GenerateInitInstanceLocal((const ::TUnfold*)0x0)->GetImplFileLine();
05435 }
05436
05437
05438 void TUnfold::Dictionary()
05439 {
05440 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TUnfold*)0x0)->GetClass();
05441 }
05442
05443
05444 TClass *TUnfold::Class()
05445 {
05446 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TUnfold*)0x0)->GetClass();
05447 return fgIsA;
05448 }
05449
05450
05451 TClass *TUnfoldSys::fgIsA = 0;
05452
05453
05454 const char *TUnfoldSys::Class_Name()
05455 {
05456 return "TUnfoldSys";
05457 }
05458
05459
05460 const char *TUnfoldSys::ImplFileName()
05461 {
05462 return ::ROOT::GenerateInitInstanceLocal((const ::TUnfoldSys*)0x0)->GetImplFileName();
05463 }
05464
05465
05466 int TUnfoldSys::ImplFileLine()
05467 {
05468 return ::ROOT::GenerateInitInstanceLocal((const ::TUnfoldSys*)0x0)->GetImplFileLine();
05469 }
05470
05471
05472 void TUnfoldSys::Dictionary()
05473 {
05474 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TUnfoldSys*)0x0)->GetClass();
05475 }
05476
05477
05478 TClass *TUnfoldSys::Class()
05479 {
05480 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TUnfoldSys*)0x0)->GetClass();
05481 return fgIsA;
05482 }
05483
05484
05485 TClass *TVirtualGraphPainter::fgIsA = 0;
05486
05487
05488 const char *TVirtualGraphPainter::Class_Name()
05489 {
05490 return "TVirtualGraphPainter";
05491 }
05492
05493
05494 const char *TVirtualGraphPainter::ImplFileName()
05495 {
05496 return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualGraphPainter*)0x0)->GetImplFileName();
05497 }
05498
05499
05500 int TVirtualGraphPainter::ImplFileLine()
05501 {
05502 return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualGraphPainter*)0x0)->GetImplFileLine();
05503 }
05504
05505
05506 void TVirtualGraphPainter::Dictionary()
05507 {
05508 fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualGraphPainter*)0x0)->GetClass();
05509 }
05510
05511
05512 TClass *TVirtualGraphPainter::Class()
05513 {
05514 if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualGraphPainter*)0x0)->GetClass();
05515 return fgIsA;
05516 }
05517
05518
05519 void TAxis::ShowMembers(TMemberInspector &R__insp)
05520 {
05521
05522 TClass *R__cl = ::TAxis::IsA();
05523 if (R__cl || R__insp.IsA()) { }
05524 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNbins", &fNbins);
05525 R__insp.Inspect(R__cl, R__insp.GetParent(), "fXmin", &fXmin);
05526 R__insp.Inspect(R__cl, R__insp.GetParent(), "fXmax", &fXmax);
05527 R__insp.Inspect(R__cl, R__insp.GetParent(), "fXbins", &fXbins);
05528 R__insp.InspectMember(fXbins, "fXbins.");
05529 R__insp.Inspect(R__cl, R__insp.GetParent(), "fFirst", &fFirst);
05530 R__insp.Inspect(R__cl, R__insp.GetParent(), "fLast", &fLast);
05531 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBits2", &fBits2);
05532 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTimeDisplay", &fTimeDisplay);
05533 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTimeFormat", &fTimeFormat);
05534 R__insp.InspectMember(fTimeFormat, "fTimeFormat.");
05535 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fParent", &fParent);
05536 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLabels", &fLabels);
05537 TNamed::ShowMembers(R__insp);
05538 TAttAxis::ShowMembers(R__insp);
05539 }
05540
05541 namespace ROOT {
05542
05543 static void *new_TAxis(void *p) {
05544 return p ? new(p) ::TAxis : new ::TAxis;
05545 }
05546 static void *newArray_TAxis(Long_t nElements, void *p) {
05547 return p ? new(p) ::TAxis[nElements] : new ::TAxis[nElements];
05548 }
05549
05550 static void delete_TAxis(void *p) {
05551 delete ((::TAxis*)p);
05552 }
05553 static void deleteArray_TAxis(void *p) {
05554 delete [] ((::TAxis*)p);
05555 }
05556 static void destruct_TAxis(void *p) {
05557 typedef ::TAxis current_t;
05558 ((current_t*)p)->~current_t();
05559 }
05560
05561 static void streamer_TAxis(TBuffer &buf, void *obj) {
05562 ((::TAxis*)obj)->::TAxis::Streamer(buf);
05563 }
05564 }
05565
05566
05567 void TBinomialEfficiencyFitter::Streamer(TBuffer &R__b)
05568 {
05569
05570
05571 if (R__b.IsReading()) {
05572 R__b.ReadClassBuffer(TBinomialEfficiencyFitter::Class(),this);
05573 } else {
05574 R__b.WriteClassBuffer(TBinomialEfficiencyFitter::Class(),this);
05575 }
05576 }
05577
05578
05579 void TBinomialEfficiencyFitter::ShowMembers(TMemberInspector &R__insp)
05580 {
05581
05582 TClass *R__cl = ::TBinomialEfficiencyFitter::IsA();
05583 if (R__cl || R__insp.IsA()) { }
05584 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDenominator", &fDenominator);
05585 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNumerator", &fNumerator);
05586 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFunction", &fFunction);
05587 R__insp.Inspect(R__cl, R__insp.GetParent(), "fEpsilon", &fEpsilon);
05588 R__insp.Inspect(R__cl, R__insp.GetParent(), "fFitDone", &fFitDone);
05589 R__insp.Inspect(R__cl, R__insp.GetParent(), "fAverage", &fAverage);
05590 R__insp.Inspect(R__cl, R__insp.GetParent(), "fRange", &fRange);
05591 TObject::ShowMembers(R__insp);
05592 }
05593
05594 namespace ROOT {
05595
05596 static void *new_TBinomialEfficiencyFitter(void *p) {
05597 return p ? new(p) ::TBinomialEfficiencyFitter : new ::TBinomialEfficiencyFitter;
05598 }
05599 static void *newArray_TBinomialEfficiencyFitter(Long_t nElements, void *p) {
05600 return p ? new(p) ::TBinomialEfficiencyFitter[nElements] : new ::TBinomialEfficiencyFitter[nElements];
05601 }
05602
05603 static void delete_TBinomialEfficiencyFitter(void *p) {
05604 delete ((::TBinomialEfficiencyFitter*)p);
05605 }
05606 static void deleteArray_TBinomialEfficiencyFitter(void *p) {
05607 delete [] ((::TBinomialEfficiencyFitter*)p);
05608 }
05609 static void destruct_TBinomialEfficiencyFitter(void *p) {
05610 typedef ::TBinomialEfficiencyFitter current_t;
05611 ((current_t*)p)->~current_t();
05612 }
05613 }
05614
05615
05616 void TFormula::ShowMembers(TMemberInspector &R__insp)
05617 {
05618
05619 TClass *R__cl = ::TFormula::IsA();
05620 if (R__cl || R__insp.IsA()) { }
05621 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNdim", &fNdim);
05622 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNpar", &fNpar);
05623 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNoper", &fNoper);
05624 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNconst", &fNconst);
05625 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNumber", &fNumber);
05626 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNval", &fNval);
05627 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNstring", &fNstring);
05628 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fExpr", &fExpr);
05629 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fOper", &fOper);
05630 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fConst", &fConst);
05631 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fParams", &fParams);
05632 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNames", &fNames);
05633 R__insp.Inspect(R__cl, R__insp.GetParent(), "fFunctions", &fFunctions);
05634 R__insp.InspectMember(fFunctions, "fFunctions.");
05635 R__insp.Inspect(R__cl, R__insp.GetParent(), "fLinearParts", &fLinearParts);
05636 R__insp.InspectMember(fLinearParts, "fLinearParts.");
05637 R__insp.Inspect(R__cl, R__insp.GetParent(), "fAlreadyFound", &fAlreadyFound);
05638 R__insp.InspectMember(fAlreadyFound, "fAlreadyFound.");
05639 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNOperOptimized", &fNOperOptimized);
05640 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fExprOptimized", &fExprOptimized);
05641 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fOperOptimized", &fOperOptimized);
05642 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fOperOffset", &fOperOffset);
05643 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPredefined", &fPredefined);
05644 R__insp.Inspect(R__cl, R__insp.GetParent(), "fOptimal", &fOptimal);
05645 TNamed::ShowMembers(R__insp);
05646 }
05647
05648 namespace ROOT {
05649
05650 static void *new_TFormula(void *p) {
05651 return p ? new(p) ::TFormula : new ::TFormula;
05652 }
05653 static void *newArray_TFormula(Long_t nElements, void *p) {
05654 return p ? new(p) ::TFormula[nElements] : new ::TFormula[nElements];
05655 }
05656
05657 static void delete_TFormula(void *p) {
05658 delete ((::TFormula*)p);
05659 }
05660 static void deleteArray_TFormula(void *p) {
05661 delete [] ((::TFormula*)p);
05662 }
05663 static void destruct_TFormula(void *p) {
05664 typedef ::TFormula current_t;
05665 ((current_t*)p)->~current_t();
05666 }
05667
05668 static void streamer_TFormula(TBuffer &buf, void *obj) {
05669 ((::TFormula*)obj)->::TFormula::Streamer(buf);
05670 }
05671 }
05672
05673
05674 void TFormulaPrimitive::Streamer(TBuffer &R__b)
05675 {
05676
05677
05678 if (R__b.IsReading()) {
05679 R__b.ReadClassBuffer(TFormulaPrimitive::Class(),this);
05680 } else {
05681 R__b.WriteClassBuffer(TFormulaPrimitive::Class(),this);
05682 }
05683 }
05684
05685
05686 void TFormulaPrimitive::ShowMembers(TMemberInspector &R__insp)
05687 {
05688
05689 TClass *R__cl = ::TFormulaPrimitive::IsA();
05690 if (R__cl || R__insp.IsA()) { }
05691 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFuncG", &fFuncG);
05692 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFunc0", &fFunc0);
05693 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFunc10", &fFunc10);
05694 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFunc110", &fFunc110);
05695 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFunc1110", &fFunc1110);
05696 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTFuncG", &fTFuncG);
05697 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTFunc0", &fTFunc0);
05698 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTFunc10", &fTFunc10);
05699 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTFunc110", &fTFunc110);
05700 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTFunc1110", &fTFunc1110);
05701 R__insp.Inspect(R__cl, R__insp.GetParent(), "fType", &fType);
05702 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNArguments", &fNArguments);
05703 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNParameters", &fNParameters);
05704 R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsStatic", &fIsStatic);
05705 TNamed::ShowMembers(R__insp);
05706 }
05707
05708 namespace ROOT {
05709
05710 static void *new_TFormulaPrimitive(void *p) {
05711 return p ? new(p) ::TFormulaPrimitive : new ::TFormulaPrimitive;
05712 }
05713 static void *newArray_TFormulaPrimitive(Long_t nElements, void *p) {
05714 return p ? new(p) ::TFormulaPrimitive[nElements] : new ::TFormulaPrimitive[nElements];
05715 }
05716
05717 static void delete_TFormulaPrimitive(void *p) {
05718 delete ((::TFormulaPrimitive*)p);
05719 }
05720 static void deleteArray_TFormulaPrimitive(void *p) {
05721 delete [] ((::TFormulaPrimitive*)p);
05722 }
05723 static void destruct_TFormulaPrimitive(void *p) {
05724 typedef ::TFormulaPrimitive current_t;
05725 ((current_t*)p)->~current_t();
05726 }
05727 }
05728
05729
05730 void TFractionFitter::Streamer(TBuffer &R__b)
05731 {
05732
05733
05734 if (R__b.IsReading()) {
05735 R__b.ReadClassBuffer(TFractionFitter::Class(),this);
05736 } else {
05737 R__b.WriteClassBuffer(TFractionFitter::Class(),this);
05738 }
05739 }
05740
05741
05742 void TFractionFitter::ShowMembers(TMemberInspector &R__insp)
05743 {
05744
05745 TClass *R__cl = ::TFractionFitter::IsA();
05746 if (R__cl || R__insp.IsA()) { }
05747 R__insp.Inspect(R__cl, R__insp.GetParent(), "fFitDone", &fFitDone);
05748 R__insp.Inspect(R__cl, R__insp.GetParent(), "fLowLimitX", &fLowLimitX);
05749 R__insp.Inspect(R__cl, R__insp.GetParent(), "fHighLimitX", &fHighLimitX);
05750 R__insp.Inspect(R__cl, R__insp.GetParent(), "fLowLimitY", &fLowLimitY);
05751 R__insp.Inspect(R__cl, R__insp.GetParent(), "fHighLimitY", &fHighLimitY);
05752 R__insp.Inspect(R__cl, R__insp.GetParent(), "fLowLimitZ", &fLowLimitZ);
05753 R__insp.Inspect(R__cl, R__insp.GetParent(), "fHighLimitZ", &fHighLimitZ);
05754 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNpfits", &fNpfits);
05755 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNDF", &fNDF);
05756 R__insp.Inspect(R__cl, R__insp.GetParent(), "fChisquare", &fChisquare);
05757 R__insp.Inspect(R__cl, R__insp.GetParent(), "fAji", &fAji);
05758 R__insp.InspectMember(fAji, "fAji.");
05759 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fData", &fData);
05760 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMCs", &fMCs);
05761 R__insp.InspectMember(fMCs, "fMCs.");
05762 R__insp.Inspect(R__cl, R__insp.GetParent(), "fWeights", &fWeights);
05763 R__insp.InspectMember(fWeights, "fWeights.");
05764 R__insp.Inspect(R__cl, R__insp.GetParent(), "fIntegralData", &fIntegralData);
05765 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fIntegralMCs", &fIntegralMCs);
05766 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFractions", &fFractions);
05767 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPlot", &fPlot);
05768 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNpar", &fNpar);
05769 TObject::ShowMembers(R__insp);
05770 }
05771
05772 namespace ROOT {
05773
05774 static void *new_TFractionFitter(void *p) {
05775 return p ? new(p) ::TFractionFitter : new ::TFractionFitter;
05776 }
05777 static void *newArray_TFractionFitter(Long_t nElements, void *p) {
05778 return p ? new(p) ::TFractionFitter[nElements] : new ::TFractionFitter[nElements];
05779 }
05780
05781 static void delete_TFractionFitter(void *p) {
05782 delete ((::TFractionFitter*)p);
05783 }
05784 static void deleteArray_TFractionFitter(void *p) {
05785 delete [] ((::TFractionFitter*)p);
05786 }
05787 static void destruct_TFractionFitter(void *p) {
05788 typedef ::TFractionFitter current_t;
05789 ((current_t*)p)->~current_t();
05790 }
05791 }
05792
05793
05794 void TFitResult::Streamer(TBuffer &R__b)
05795 {
05796
05797
05798 if (R__b.IsReading()) {
05799 R__b.ReadClassBuffer(TFitResult::Class(),this);
05800 } else {
05801 R__b.WriteClassBuffer(TFitResult::Class(),this);
05802 }
05803 }
05804
05805
05806 void TFitResult::ShowMembers(TMemberInspector &R__insp)
05807 {
05808
05809 TClass *R__cl = ::TFitResult::IsA();
05810 if (R__cl || R__insp.IsA()) { }
05811 TNamed::ShowMembers(R__insp);
05812 R__insp.GenericShowMembers("ROOT::Fit::FitResult", ( ::ROOT::Fit::FitResult *) (this ), false);
05813 }
05814
05815 namespace ROOT {
05816
05817 static void *new_TFitResult(void *p) {
05818 return p ? new(p) ::TFitResult : new ::TFitResult;
05819 }
05820 static void *newArray_TFitResult(Long_t nElements, void *p) {
05821 return p ? new(p) ::TFitResult[nElements] : new ::TFitResult[nElements];
05822 }
05823
05824 static void delete_TFitResult(void *p) {
05825 delete ((::TFitResult*)p);
05826 }
05827 static void deleteArray_TFitResult(void *p) {
05828 delete [] ((::TFitResult*)p);
05829 }
05830 static void destruct_TFitResult(void *p) {
05831 typedef ::TFitResult current_t;
05832 ((current_t*)p)->~current_t();
05833 }
05834 }
05835
05836
05837 void TFitResultPtr::Streamer(TBuffer &R__b)
05838 {
05839
05840
05841 if (R__b.IsReading()) {
05842 R__b.ReadClassBuffer(TFitResultPtr::Class(),this);
05843 } else {
05844 R__b.WriteClassBuffer(TFitResultPtr::Class(),this);
05845 }
05846 }
05847
05848
05849 void TFitResultPtr::ShowMembers(TMemberInspector &R__insp)
05850 {
05851
05852 TClass *R__cl = ::TFitResultPtr::IsA();
05853 if (R__cl || R__insp.IsA()) { }
05854 R__insp.Inspect(R__cl, R__insp.GetParent(), "fStatus", &fStatus);
05855 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPointer", &fPointer);
05856 }
05857
05858 namespace ROOT {
05859
05860 static void *new_TFitResultPtr(void *p) {
05861 return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TFitResultPtr : new ::TFitResultPtr;
05862 }
05863 static void *newArray_TFitResultPtr(Long_t nElements, void *p) {
05864 return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TFitResultPtr[nElements] : new ::TFitResultPtr[nElements];
05865 }
05866
05867 static void delete_TFitResultPtr(void *p) {
05868 delete ((::TFitResultPtr*)p);
05869 }
05870 static void deleteArray_TFitResultPtr(void *p) {
05871 delete [] ((::TFitResultPtr*)p);
05872 }
05873 static void destruct_TFitResultPtr(void *p) {
05874 typedef ::TFitResultPtr current_t;
05875 ((current_t*)p)->~current_t();
05876 }
05877 }
05878
05879
05880 void TF1::ShowMembers(TMemberInspector &R__insp)
05881 {
05882
05883 TClass *R__cl = ::TF1::IsA();
05884 if (R__cl || R__insp.IsA()) { }
05885 R__insp.Inspect(R__cl, R__insp.GetParent(), "fXmin", &fXmin);
05886 R__insp.Inspect(R__cl, R__insp.GetParent(), "fXmax", &fXmax);
05887 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNpx", &fNpx);
05888 R__insp.Inspect(R__cl, R__insp.GetParent(), "fType", &fType);
05889 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNpfits", &fNpfits);
05890 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNDF", &fNDF);
05891 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNsave", &fNsave);
05892 R__insp.Inspect(R__cl, R__insp.GetParent(), "fChisquare", &fChisquare);
05893 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fIntegral", &fIntegral);
05894 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fParErrors", &fParErrors);
05895 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fParMin", &fParMin);
05896 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fParMax", &fParMax);
05897 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSave", &fSave);
05898 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAlpha", &fAlpha);
05899 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBeta", &fBeta);
05900 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGamma", &fGamma);
05901 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fParent", &fParent);
05902 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHistogram", &fHistogram);
05903 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaximum", &fMaximum);
05904 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinimum", &fMinimum);
05905 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMethodCall", &fMethodCall);
05906 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCintFunc", &fCintFunc);
05907 R__insp.Inspect(R__cl, R__insp.GetParent(), "fFunctor", (void*)&fFunctor);
05908 R__insp.InspectMember("ROOT::Math::ParamFunctor", (void*)&fFunctor, "fFunctor.", true);
05909 TFormula::ShowMembers(R__insp);
05910 TAttLine::ShowMembers(R__insp);
05911 TAttFill::ShowMembers(R__insp);
05912 TAttMarker::ShowMembers(R__insp);
05913 }
05914
05915 namespace ROOT {
05916
05917 static void *new_TF1(void *p) {
05918 return p ? new(p) ::TF1 : new ::TF1;
05919 }
05920 static void *newArray_TF1(Long_t nElements, void *p) {
05921 return p ? new(p) ::TF1[nElements] : new ::TF1[nElements];
05922 }
05923
05924 static void delete_TF1(void *p) {
05925 delete ((::TF1*)p);
05926 }
05927 static void deleteArray_TF1(void *p) {
05928 delete [] ((::TF1*)p);
05929 }
05930 static void destruct_TF1(void *p) {
05931 typedef ::TF1 current_t;
05932 ((current_t*)p)->~current_t();
05933 }
05934
05935 static void streamer_TF1(TBuffer &buf, void *obj) {
05936 ((::TF1*)obj)->::TF1::Streamer(buf);
05937 }
05938 }
05939
05940
05941 void TF12::Streamer(TBuffer &R__b)
05942 {
05943
05944
05945 if (R__b.IsReading()) {
05946 R__b.ReadClassBuffer(TF12::Class(),this);
05947 } else {
05948 R__b.WriteClassBuffer(TF12::Class(),this);
05949 }
05950 }
05951
05952
05953 void TF12::ShowMembers(TMemberInspector &R__insp)
05954 {
05955
05956 TClass *R__cl = ::TF12::IsA();
05957 if (R__cl || R__insp.IsA()) { }
05958 R__insp.Inspect(R__cl, R__insp.GetParent(), "fXY", &fXY);
05959 R__insp.Inspect(R__cl, R__insp.GetParent(), "fCase", &fCase);
05960 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fF2", &fF2);
05961 TF1::ShowMembers(R__insp);
05962 }
05963
05964 namespace ROOT {
05965
05966 static void *new_TF12(void *p) {
05967 return p ? new(p) ::TF12 : new ::TF12;
05968 }
05969 static void *newArray_TF12(Long_t nElements, void *p) {
05970 return p ? new(p) ::TF12[nElements] : new ::TF12[nElements];
05971 }
05972
05973 static void delete_TF12(void *p) {
05974 delete ((::TF12*)p);
05975 }
05976 static void deleteArray_TF12(void *p) {
05977 delete [] ((::TF12*)p);
05978 }
05979 static void destruct_TF12(void *p) {
05980 typedef ::TF12 current_t;
05981 ((current_t*)p)->~current_t();
05982 }
05983 }
05984
05985
05986 void TF2::ShowMembers(TMemberInspector &R__insp)
05987 {
05988
05989 TClass *R__cl = ::TF2::IsA();
05990 if (R__cl || R__insp.IsA()) { }
05991 R__insp.Inspect(R__cl, R__insp.GetParent(), "fYmin", &fYmin);
05992 R__insp.Inspect(R__cl, R__insp.GetParent(), "fYmax", &fYmax);
05993 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNpy", &fNpy);
05994 R__insp.Inspect(R__cl, R__insp.GetParent(), "fContour", &fContour);
05995 R__insp.InspectMember(fContour, "fContour.");
05996 TF1::ShowMembers(R__insp);
05997 }
05998
05999 namespace ROOT {
06000
06001 static void *new_TF2(void *p) {
06002 return p ? new(p) ::TF2 : new ::TF2;
06003 }
06004 static void *newArray_TF2(Long_t nElements, void *p) {
06005 return p ? new(p) ::TF2[nElements] : new ::TF2[nElements];
06006 }
06007
06008 static void delete_TF2(void *p) {
06009 delete ((::TF2*)p);
06010 }
06011 static void deleteArray_TF2(void *p) {
06012 delete [] ((::TF2*)p);
06013 }
06014 static void destruct_TF2(void *p) {
06015 typedef ::TF2 current_t;
06016 ((current_t*)p)->~current_t();
06017 }
06018
06019 static void streamer_TF2(TBuffer &buf, void *obj) {
06020 ((::TF2*)obj)->::TF2::Streamer(buf);
06021 }
06022 }
06023
06024
06025 void TF3::ShowMembers(TMemberInspector &R__insp)
06026 {
06027
06028 TClass *R__cl = ::TF3::IsA();
06029 if (R__cl || R__insp.IsA()) { }
06030 R__insp.Inspect(R__cl, R__insp.GetParent(), "fZmin", &fZmin);
06031 R__insp.Inspect(R__cl, R__insp.GetParent(), "fZmax", &fZmax);
06032 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNpz", &fNpz);
06033 TF2::ShowMembers(R__insp);
06034 }
06035
06036 namespace ROOT {
06037
06038 static void *new_TF3(void *p) {
06039 return p ? new(p) ::TF3 : new ::TF3;
06040 }
06041 static void *newArray_TF3(Long_t nElements, void *p) {
06042 return p ? new(p) ::TF3[nElements] : new ::TF3[nElements];
06043 }
06044
06045 static void delete_TF3(void *p) {
06046 delete ((::TF3*)p);
06047 }
06048 static void deleteArray_TF3(void *p) {
06049 delete [] ((::TF3*)p);
06050 }
06051 static void destruct_TF3(void *p) {
06052 typedef ::TF3 current_t;
06053 ((current_t*)p)->~current_t();
06054 }
06055
06056 static void streamer_TF3(TBuffer &buf, void *obj) {
06057 ((::TF3*)obj)->::TF3::Streamer(buf);
06058 }
06059 }
06060
06061
06062 namespace ROOT {
06063 void Foption_t_ShowMembers(void *obj, TMemberInspector &R__insp)
06064 {
06065
06066 typedef ::ROOT::Shadow::Foption_t ShadowClass;
06067 ShadowClass *sobj = (ShadowClass*)obj;
06068 if (sobj) { }
06069
06070 TClass *R__cl = ::ROOT::GenerateInitInstanceLocal((const ::Foption_t*)0x0)->GetClass();
06071 if (R__cl || R__insp.IsA()) { }
06072 R__insp.Inspect(R__cl, R__insp.GetParent(), "Quiet", &sobj->Quiet);
06073 R__insp.Inspect(R__cl, R__insp.GetParent(), "Verbose", &sobj->Verbose);
06074 R__insp.Inspect(R__cl, R__insp.GetParent(), "Bound", &sobj->Bound);
06075 R__insp.Inspect(R__cl, R__insp.GetParent(), "Chi2", &sobj->Chi2);
06076 R__insp.Inspect(R__cl, R__insp.GetParent(), "Like", &sobj->Like);
06077 R__insp.Inspect(R__cl, R__insp.GetParent(), "User", &sobj->User);
06078 R__insp.Inspect(R__cl, R__insp.GetParent(), "W1", &sobj->W1);
06079 R__insp.Inspect(R__cl, R__insp.GetParent(), "Errors", &sobj->Errors);
06080 R__insp.Inspect(R__cl, R__insp.GetParent(), "More", &sobj->More);
06081 R__insp.Inspect(R__cl, R__insp.GetParent(), "Range", &sobj->Range);
06082 R__insp.Inspect(R__cl, R__insp.GetParent(), "Gradient", &sobj->Gradient);
06083 R__insp.Inspect(R__cl, R__insp.GetParent(), "Nostore", &sobj->Nostore);
06084 R__insp.Inspect(R__cl, R__insp.GetParent(), "Nograph", &sobj->Nograph);
06085 R__insp.Inspect(R__cl, R__insp.GetParent(), "Plus", &sobj->Plus);
06086 R__insp.Inspect(R__cl, R__insp.GetParent(), "Integral", &sobj->Integral);
06087 R__insp.Inspect(R__cl, R__insp.GetParent(), "Nochisq", &sobj->Nochisq);
06088 R__insp.Inspect(R__cl, R__insp.GetParent(), "Minuit", &sobj->Minuit);
06089 R__insp.Inspect(R__cl, R__insp.GetParent(), "NoErrX", &sobj->NoErrX);
06090 R__insp.Inspect(R__cl, R__insp.GetParent(), "Robust", &sobj->Robust);
06091 R__insp.Inspect(R__cl, R__insp.GetParent(), "StoreResult", &sobj->StoreResult);
06092 R__insp.Inspect(R__cl, R__insp.GetParent(), "hRobust", &sobj->hRobust);
06093 }
06094
06095 }
06096
06097 namespace ROOT {
06098
06099 static void *new_Foption_t(void *p) {
06100 return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::Foption_t : new ::Foption_t;
06101 }
06102 static void *newArray_Foption_t(Long_t nElements, void *p) {
06103 return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::Foption_t[nElements] : new ::Foption_t[nElements];
06104 }
06105
06106 static void delete_Foption_t(void *p) {
06107 delete ((::Foption_t*)p);
06108 }
06109 static void deleteArray_Foption_t(void *p) {
06110 delete [] ((::Foption_t*)p);
06111 }
06112 static void destruct_Foption_t(void *p) {
06113 typedef ::Foption_t current_t;
06114 ((current_t*)p)->~current_t();
06115 }
06116 }
06117
06118
06119 void TGraph::ShowMembers(TMemberInspector &R__insp)
06120 {
06121
06122 TClass *R__cl = ::TGraph::IsA();
06123 if (R__cl || R__insp.IsA()) { }
06124 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxSize", &fMaxSize);
06125 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNpoints", &fNpoints);
06126 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fX", &fX);
06127 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fY", &fY);
06128 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFunctions", &fFunctions);
06129 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHistogram", &fHistogram);
06130 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinimum", &fMinimum);
06131 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaximum", &fMaximum);
06132 TNamed::ShowMembers(R__insp);
06133 TAttLine::ShowMembers(R__insp);
06134 TAttFill::ShowMembers(R__insp);
06135 TAttMarker::ShowMembers(R__insp);
06136 }
06137
06138 namespace ROOT {
06139
06140 static void *new_TGraph(void *p) {
06141 return p ? new(p) ::TGraph : new ::TGraph;
06142 }
06143 static void *newArray_TGraph(Long_t nElements, void *p) {
06144 return p ? new(p) ::TGraph[nElements] : new ::TGraph[nElements];
06145 }
06146
06147 static void delete_TGraph(void *p) {
06148 delete ((::TGraph*)p);
06149 }
06150 static void deleteArray_TGraph(void *p) {
06151 delete [] ((::TGraph*)p);
06152 }
06153 static void destruct_TGraph(void *p) {
06154 typedef ::TGraph current_t;
06155 ((current_t*)p)->~current_t();
06156 }
06157
06158 static void streamer_TGraph(TBuffer &buf, void *obj) {
06159 ((::TGraph*)obj)->::TGraph::Streamer(buf);
06160 }
06161 }
06162
06163
06164 void TGraphErrors::ShowMembers(TMemberInspector &R__insp)
06165 {
06166
06167 TClass *R__cl = ::TGraphErrors::IsA();
06168 if (R__cl || R__insp.IsA()) { }
06169 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEX", &fEX);
06170 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEY", &fEY);
06171 TGraph::ShowMembers(R__insp);
06172 }
06173
06174 namespace ROOT {
06175
06176 static void *new_TGraphErrors(void *p) {
06177 return p ? new(p) ::TGraphErrors : new ::TGraphErrors;
06178 }
06179 static void *newArray_TGraphErrors(Long_t nElements, void *p) {
06180 return p ? new(p) ::TGraphErrors[nElements] : new ::TGraphErrors[nElements];
06181 }
06182
06183 static void delete_TGraphErrors(void *p) {
06184 delete ((::TGraphErrors*)p);
06185 }
06186 static void deleteArray_TGraphErrors(void *p) {
06187 delete [] ((::TGraphErrors*)p);
06188 }
06189 static void destruct_TGraphErrors(void *p) {
06190 typedef ::TGraphErrors current_t;
06191 ((current_t*)p)->~current_t();
06192 }
06193
06194 static void streamer_TGraphErrors(TBuffer &buf, void *obj) {
06195 ((::TGraphErrors*)obj)->::TGraphErrors::Streamer(buf);
06196 }
06197 }
06198
06199
06200 void TGraphAsymmErrors::ShowMembers(TMemberInspector &R__insp)
06201 {
06202
06203 TClass *R__cl = ::TGraphAsymmErrors::IsA();
06204 if (R__cl || R__insp.IsA()) { }
06205 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEXlow", &fEXlow);
06206 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEXhigh", &fEXhigh);
06207 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEYlow", &fEYlow);
06208 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEYhigh", &fEYhigh);
06209 TGraph::ShowMembers(R__insp);
06210 }
06211
06212 namespace ROOT {
06213
06214 static void *new_TGraphAsymmErrors(void *p) {
06215 return p ? new(p) ::TGraphAsymmErrors : new ::TGraphAsymmErrors;
06216 }
06217 static void *newArray_TGraphAsymmErrors(Long_t nElements, void *p) {
06218 return p ? new(p) ::TGraphAsymmErrors[nElements] : new ::TGraphAsymmErrors[nElements];
06219 }
06220
06221 static void delete_TGraphAsymmErrors(void *p) {
06222 delete ((::TGraphAsymmErrors*)p);
06223 }
06224 static void deleteArray_TGraphAsymmErrors(void *p) {
06225 delete [] ((::TGraphAsymmErrors*)p);
06226 }
06227 static void destruct_TGraphAsymmErrors(void *p) {
06228 typedef ::TGraphAsymmErrors current_t;
06229 ((current_t*)p)->~current_t();
06230 }
06231
06232 static void streamer_TGraphAsymmErrors(TBuffer &buf, void *obj) {
06233 ((::TGraphAsymmErrors*)obj)->::TGraphAsymmErrors::Streamer(buf);
06234 }
06235 }
06236
06237
06238 void TGraphBentErrors::Streamer(TBuffer &R__b)
06239 {
06240
06241
06242 if (R__b.IsReading()) {
06243 R__b.ReadClassBuffer(TGraphBentErrors::Class(),this);
06244 } else {
06245 R__b.WriteClassBuffer(TGraphBentErrors::Class(),this);
06246 }
06247 }
06248
06249
06250 void TGraphBentErrors::ShowMembers(TMemberInspector &R__insp)
06251 {
06252
06253 TClass *R__cl = ::TGraphBentErrors::IsA();
06254 if (R__cl || R__insp.IsA()) { }
06255 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEXlow", &fEXlow);
06256 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEXhigh", &fEXhigh);
06257 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEYlow", &fEYlow);
06258 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEYhigh", &fEYhigh);
06259 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEXlowd", &fEXlowd);
06260 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEXhighd", &fEXhighd);
06261 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEYlowd", &fEYlowd);
06262 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEYhighd", &fEYhighd);
06263 TGraph::ShowMembers(R__insp);
06264 }
06265
06266 namespace ROOT {
06267
06268 static void *new_TGraphBentErrors(void *p) {
06269 return p ? new(p) ::TGraphBentErrors : new ::TGraphBentErrors;
06270 }
06271 static void *newArray_TGraphBentErrors(Long_t nElements, void *p) {
06272 return p ? new(p) ::TGraphBentErrors[nElements] : new ::TGraphBentErrors[nElements];
06273 }
06274
06275 static void delete_TGraphBentErrors(void *p) {
06276 delete ((::TGraphBentErrors*)p);
06277 }
06278 static void deleteArray_TGraphBentErrors(void *p) {
06279 delete [] ((::TGraphBentErrors*)p);
06280 }
06281 static void destruct_TGraphBentErrors(void *p) {
06282 typedef ::TGraphBentErrors current_t;
06283 ((current_t*)p)->~current_t();
06284 }
06285 }
06286
06287
06288 void TGraph2D::ShowMembers(TMemberInspector &R__insp)
06289 {
06290
06291 TClass *R__cl = ::TGraph2D::IsA();
06292 if (R__cl || R__insp.IsA()) { }
06293 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNpoints", &fNpoints);
06294 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNpx", &fNpx);
06295 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNpy", &fNpy);
06296 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxIter", &fMaxIter);
06297 R__insp.Inspect(R__cl, R__insp.GetParent(), "fSize", &fSize);
06298 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fX", &fX);
06299 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fY", &fY);
06300 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fZ", &fZ);
06301 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinimum", &fMinimum);
06302 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaximum", &fMaximum);
06303 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMargin", &fMargin);
06304 R__insp.Inspect(R__cl, R__insp.GetParent(), "fZout", &fZout);
06305 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFunctions", &fFunctions);
06306 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHistogram", &fHistogram);
06307 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDirectory", &fDirectory);
06308 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPainter", &fPainter);
06309 R__insp.Inspect(R__cl, R__insp.GetParent(), "fUserHisto", &fUserHisto);
06310 TNamed::ShowMembers(R__insp);
06311 TAttLine::ShowMembers(R__insp);
06312 TAttFill::ShowMembers(R__insp);
06313 TAttMarker::ShowMembers(R__insp);
06314 }
06315
06316 namespace ROOT {
06317
06318 static void *new_TGraph2D(void *p) {
06319 return p ? new(p) ::TGraph2D : new ::TGraph2D;
06320 }
06321 static void *newArray_TGraph2D(Long_t nElements, void *p) {
06322 return p ? new(p) ::TGraph2D[nElements] : new ::TGraph2D[nElements];
06323 }
06324
06325 static void delete_TGraph2D(void *p) {
06326 delete ((::TGraph2D*)p);
06327 }
06328 static void deleteArray_TGraph2D(void *p) {
06329 delete [] ((::TGraph2D*)p);
06330 }
06331 static void destruct_TGraph2D(void *p) {
06332 typedef ::TGraph2D current_t;
06333 ((current_t*)p)->~current_t();
06334 }
06335
06336 static void directoryAutoAdd_TGraph2D(void *p, TDirectory *dir) {
06337 ((::TGraph2D*)p)->DirectoryAutoAdd(dir);
06338 }
06339
06340 static void streamer_TGraph2D(TBuffer &buf, void *obj) {
06341 ((::TGraph2D*)obj)->::TGraph2D::Streamer(buf);
06342 }
06343 }
06344
06345
06346 void TGraph2DErrors::ShowMembers(TMemberInspector &R__insp)
06347 {
06348
06349 TClass *R__cl = ::TGraph2DErrors::IsA();
06350 if (R__cl || R__insp.IsA()) { }
06351 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEX", &fEX);
06352 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEY", &fEY);
06353 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEZ", &fEZ);
06354 TGraph2D::ShowMembers(R__insp);
06355 }
06356
06357 namespace ROOT {
06358
06359 static void *new_TGraph2DErrors(void *p) {
06360 return p ? new(p) ::TGraph2DErrors : new ::TGraph2DErrors;
06361 }
06362 static void *newArray_TGraph2DErrors(Long_t nElements, void *p) {
06363 return p ? new(p) ::TGraph2DErrors[nElements] : new ::TGraph2DErrors[nElements];
06364 }
06365
06366 static void delete_TGraph2DErrors(void *p) {
06367 delete ((::TGraph2DErrors*)p);
06368 }
06369 static void deleteArray_TGraph2DErrors(void *p) {
06370 delete [] ((::TGraph2DErrors*)p);
06371 }
06372 static void destruct_TGraph2DErrors(void *p) {
06373 typedef ::TGraph2DErrors current_t;
06374 ((current_t*)p)->~current_t();
06375 }
06376
06377 static void directoryAutoAdd_TGraph2DErrors(void *p, TDirectory *dir) {
06378 ((::TGraph2DErrors*)p)->DirectoryAutoAdd(dir);
06379 }
06380
06381 static void streamer_TGraph2DErrors(TBuffer &buf, void *obj) {
06382 ((::TGraph2DErrors*)obj)->::TGraph2DErrors::Streamer(buf);
06383 }
06384 }
06385
06386
06387 void TGraphDelaunay::Streamer(TBuffer &R__b)
06388 {
06389
06390
06391 if (R__b.IsReading()) {
06392 R__b.ReadClassBuffer(TGraphDelaunay::Class(),this);
06393 } else {
06394 R__b.WriteClassBuffer(TGraphDelaunay::Class(),this);
06395 }
06396 }
06397
06398
06399 void TGraphDelaunay::ShowMembers(TMemberInspector &R__insp)
06400 {
06401
06402 TClass *R__cl = ::TGraphDelaunay::IsA();
06403 if (R__cl || R__insp.IsA()) { }
06404 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNdt", &fNdt);
06405 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNpoints", &fNpoints);
06406 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNhull", &fNhull);
06407 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fX", &fX);
06408 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fY", &fY);
06409 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fZ", &fZ);
06410 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fXN", &fXN);
06411 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fYN", &fYN);
06412 R__insp.Inspect(R__cl, R__insp.GetParent(), "fXNmin", &fXNmin);
06413 R__insp.Inspect(R__cl, R__insp.GetParent(), "fXNmax", &fXNmax);
06414 R__insp.Inspect(R__cl, R__insp.GetParent(), "fYNmin", &fYNmin);
06415 R__insp.Inspect(R__cl, R__insp.GetParent(), "fYNmax", &fYNmax);
06416 R__insp.Inspect(R__cl, R__insp.GetParent(), "fXoffset", &fXoffset);
06417 R__insp.Inspect(R__cl, R__insp.GetParent(), "fYoffset", &fYoffset);
06418 R__insp.Inspect(R__cl, R__insp.GetParent(), "fXScaleFactor", &fXScaleFactor);
06419 R__insp.Inspect(R__cl, R__insp.GetParent(), "fYScaleFactor", &fYScaleFactor);
06420 R__insp.Inspect(R__cl, R__insp.GetParent(), "fZout", &fZout);
06421 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDist", &fDist);
06422 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxIter", &fMaxIter);
06423 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTriedSize", &fTriedSize);
06424 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPTried", &fPTried);
06425 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNTried", &fNTried);
06426 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMTried", &fMTried);
06427 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHullPoints", &fHullPoints);
06428 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fOrder", &fOrder);
06429 R__insp.Inspect(R__cl, R__insp.GetParent(), "fAllTri", &fAllTri);
06430 R__insp.Inspect(R__cl, R__insp.GetParent(), "fInit", &fInit);
06431 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGraph2D", &fGraph2D);
06432 TNamed::ShowMembers(R__insp);
06433 }
06434
06435 namespace ROOT {
06436
06437 static void *new_TGraphDelaunay(void *p) {
06438 return p ? new(p) ::TGraphDelaunay : new ::TGraphDelaunay;
06439 }
06440 static void *newArray_TGraphDelaunay(Long_t nElements, void *p) {
06441 return p ? new(p) ::TGraphDelaunay[nElements] : new ::TGraphDelaunay[nElements];
06442 }
06443
06444 static void delete_TGraphDelaunay(void *p) {
06445 delete ((::TGraphDelaunay*)p);
06446 }
06447 static void deleteArray_TGraphDelaunay(void *p) {
06448 delete [] ((::TGraphDelaunay*)p);
06449 }
06450 static void destruct_TGraphDelaunay(void *p) {
06451 typedef ::TGraphDelaunay current_t;
06452 ((current_t*)p)->~current_t();
06453 }
06454 }
06455
06456
06457 void TGraphSmooth::Streamer(TBuffer &R__b)
06458 {
06459
06460
06461 if (R__b.IsReading()) {
06462 R__b.ReadClassBuffer(TGraphSmooth::Class(),this);
06463 } else {
06464 R__b.WriteClassBuffer(TGraphSmooth::Class(),this);
06465 }
06466 }
06467
06468
06469 void TGraphSmooth::ShowMembers(TMemberInspector &R__insp)
06470 {
06471
06472 TClass *R__cl = ::TGraphSmooth::IsA();
06473 if (R__cl || R__insp.IsA()) { }
06474 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNin", &fNin);
06475 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNout", &fNout);
06476 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGin", &fGin);
06477 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGout", &fGout);
06478 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinX", &fMinX);
06479 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxX", &fMaxX);
06480 TNamed::ShowMembers(R__insp);
06481 }
06482
06483 namespace ROOT {
06484
06485 static void *new_TGraphSmooth(void *p) {
06486 return p ? new(p) ::TGraphSmooth : new ::TGraphSmooth;
06487 }
06488 static void *newArray_TGraphSmooth(Long_t nElements, void *p) {
06489 return p ? new(p) ::TGraphSmooth[nElements] : new ::TGraphSmooth[nElements];
06490 }
06491
06492 static void delete_TGraphSmooth(void *p) {
06493 delete ((::TGraphSmooth*)p);
06494 }
06495 static void deleteArray_TGraphSmooth(void *p) {
06496 delete [] ((::TGraphSmooth*)p);
06497 }
06498 static void destruct_TGraphSmooth(void *p) {
06499 typedef ::TGraphSmooth current_t;
06500 ((current_t*)p)->~current_t();
06501 }
06502 }
06503
06504
06505 void TGraphTime::Streamer(TBuffer &R__b)
06506 {
06507
06508
06509 if (R__b.IsReading()) {
06510 R__b.ReadClassBuffer(TGraphTime::Class(),this);
06511 } else {
06512 R__b.WriteClassBuffer(TGraphTime::Class(),this);
06513 }
06514 }
06515
06516
06517 void TGraphTime::ShowMembers(TMemberInspector &R__insp)
06518 {
06519
06520 TClass *R__cl = ::TGraphTime::IsA();
06521 if (R__cl || R__insp.IsA()) { }
06522 R__insp.Inspect(R__cl, R__insp.GetParent(), "fSleepTime", &fSleepTime);
06523 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNsteps", &fNsteps);
06524 R__insp.Inspect(R__cl, R__insp.GetParent(), "fXmin", &fXmin);
06525 R__insp.Inspect(R__cl, R__insp.GetParent(), "fXmax", &fXmax);
06526 R__insp.Inspect(R__cl, R__insp.GetParent(), "fYmin", &fYmin);
06527 R__insp.Inspect(R__cl, R__insp.GetParent(), "fYmax", &fYmax);
06528 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSteps", &fSteps);
06529 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFrame", &fFrame);
06530 TNamed::ShowMembers(R__insp);
06531 }
06532
06533 namespace ROOT {
06534
06535 static void *new_TGraphTime(void *p) {
06536 return p ? new(p) ::TGraphTime : new ::TGraphTime;
06537 }
06538 static void *newArray_TGraphTime(Long_t nElements, void *p) {
06539 return p ? new(p) ::TGraphTime[nElements] : new ::TGraphTime[nElements];
06540 }
06541
06542 static void delete_TGraphTime(void *p) {
06543 delete ((::TGraphTime*)p);
06544 }
06545 static void deleteArray_TGraphTime(void *p) {
06546 delete [] ((::TGraphTime*)p);
06547 }
06548 static void destruct_TGraphTime(void *p) {
06549 typedef ::TGraphTime current_t;
06550 ((current_t*)p)->~current_t();
06551 }
06552 }
06553
06554
06555 void TH1::ShowMembers(TMemberInspector &R__insp)
06556 {
06557
06558 TClass *R__cl = ::TH1::IsA();
06559 if (R__cl || R__insp.IsA()) { }
06560 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNcells", &fNcells);
06561 R__insp.Inspect(R__cl, R__insp.GetParent(), "fXaxis", &fXaxis);
06562 R__insp.InspectMember(fXaxis, "fXaxis.");
06563 R__insp.Inspect(R__cl, R__insp.GetParent(), "fYaxis", &fYaxis);
06564 R__insp.InspectMember(fYaxis, "fYaxis.");
06565 R__insp.Inspect(R__cl, R__insp.GetParent(), "fZaxis", &fZaxis);
06566 R__insp.InspectMember(fZaxis, "fZaxis.");
06567 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBarOffset", &fBarOffset);
06568 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBarWidth", &fBarWidth);
06569 R__insp.Inspect(R__cl, R__insp.GetParent(), "fEntries", &fEntries);
06570 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTsumw", &fTsumw);
06571 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTsumw2", &fTsumw2);
06572 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTsumwx", &fTsumwx);
06573 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTsumwx2", &fTsumwx2);
06574 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaximum", &fMaximum);
06575 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinimum", &fMinimum);
06576 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNormFactor", &fNormFactor);
06577 R__insp.Inspect(R__cl, R__insp.GetParent(), "fContour", &fContour);
06578 R__insp.InspectMember(fContour, "fContour.");
06579 R__insp.Inspect(R__cl, R__insp.GetParent(), "fSumw2", &fSumw2);
06580 R__insp.InspectMember(fSumw2, "fSumw2.");
06581 R__insp.Inspect(R__cl, R__insp.GetParent(), "fOption", &fOption);
06582 R__insp.InspectMember(fOption, "fOption.");
06583 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFunctions", &fFunctions);
06584 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBufferSize", &fBufferSize);
06585 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBuffer", &fBuffer);
06586 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDirectory", &fDirectory);
06587 R__insp.Inspect(R__cl, R__insp.GetParent(), "fDimension", &fDimension);
06588 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fIntegral", &fIntegral);
06589 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPainter", &fPainter);
06590 TNamed::ShowMembers(R__insp);
06591 TAttLine::ShowMembers(R__insp);
06592 TAttFill::ShowMembers(R__insp);
06593 TAttMarker::ShowMembers(R__insp);
06594 }
06595
06596 namespace ROOT {
06597
06598 static void delete_TH1(void *p) {
06599 delete ((::TH1*)p);
06600 }
06601 static void deleteArray_TH1(void *p) {
06602 delete [] ((::TH1*)p);
06603 }
06604 static void destruct_TH1(void *p) {
06605 typedef ::TH1 current_t;
06606 ((current_t*)p)->~current_t();
06607 }
06608
06609 static void directoryAutoAdd_TH1(void *p, TDirectory *dir) {
06610 ((::TH1*)p)->DirectoryAutoAdd(dir);
06611 }
06612
06613 static void streamer_TH1(TBuffer &buf, void *obj) {
06614 ((::TH1*)obj)->::TH1::Streamer(buf);
06615 }
06616 }
06617
06618
06619 void TH1C::Streamer(TBuffer &R__b)
06620 {
06621
06622
06623 if (R__b.IsReading()) {
06624 R__b.ReadClassBuffer(TH1C::Class(),this);
06625 } else {
06626 R__b.WriteClassBuffer(TH1C::Class(),this);
06627 }
06628 }
06629
06630
06631 void TH1C::ShowMembers(TMemberInspector &R__insp)
06632 {
06633
06634 TClass *R__cl = ::TH1C::IsA();
06635 if (R__cl || R__insp.IsA()) { }
06636 TH1::ShowMembers(R__insp);
06637 TArrayC::ShowMembers(R__insp);
06638 }
06639
06640 namespace ROOT {
06641
06642 static void *new_TH1C(void *p) {
06643 return p ? new(p) ::TH1C : new ::TH1C;
06644 }
06645 static void *newArray_TH1C(Long_t nElements, void *p) {
06646 return p ? new(p) ::TH1C[nElements] : new ::TH1C[nElements];
06647 }
06648
06649 static void delete_TH1C(void *p) {
06650 delete ((::TH1C*)p);
06651 }
06652 static void deleteArray_TH1C(void *p) {
06653 delete [] ((::TH1C*)p);
06654 }
06655 static void destruct_TH1C(void *p) {
06656 typedef ::TH1C current_t;
06657 ((current_t*)p)->~current_t();
06658 }
06659
06660 static void directoryAutoAdd_TH1C(void *p, TDirectory *dir) {
06661 ((::TH1C*)p)->DirectoryAutoAdd(dir);
06662 }
06663 }
06664
06665
06666 void TH1D::Streamer(TBuffer &R__b)
06667 {
06668
06669
06670 if (R__b.IsReading()) {
06671 R__b.ReadClassBuffer(TH1D::Class(),this);
06672 } else {
06673 R__b.WriteClassBuffer(TH1D::Class(),this);
06674 }
06675 }
06676
06677
06678 void TH1D::ShowMembers(TMemberInspector &R__insp)
06679 {
06680
06681 TClass *R__cl = ::TH1D::IsA();
06682 if (R__cl || R__insp.IsA()) { }
06683 TH1::ShowMembers(R__insp);
06684 TArrayD::ShowMembers(R__insp);
06685 }
06686
06687 namespace ROOT {
06688
06689 static void *new_TH1D(void *p) {
06690 return p ? new(p) ::TH1D : new ::TH1D;
06691 }
06692 static void *newArray_TH1D(Long_t nElements, void *p) {
06693 return p ? new(p) ::TH1D[nElements] : new ::TH1D[nElements];
06694 }
06695
06696 static void delete_TH1D(void *p) {
06697 delete ((::TH1D*)p);
06698 }
06699 static void deleteArray_TH1D(void *p) {
06700 delete [] ((::TH1D*)p);
06701 }
06702 static void destruct_TH1D(void *p) {
06703 typedef ::TH1D current_t;
06704 ((current_t*)p)->~current_t();
06705 }
06706
06707 static void directoryAutoAdd_TH1D(void *p, TDirectory *dir) {
06708 ((::TH1D*)p)->DirectoryAutoAdd(dir);
06709 }
06710 }
06711
06712
06713 void TH1F::Streamer(TBuffer &R__b)
06714 {
06715
06716
06717 if (R__b.IsReading()) {
06718 R__b.ReadClassBuffer(TH1F::Class(),this);
06719 } else {
06720 R__b.WriteClassBuffer(TH1F::Class(),this);
06721 }
06722 }
06723
06724
06725 void TH1F::ShowMembers(TMemberInspector &R__insp)
06726 {
06727
06728 TClass *R__cl = ::TH1F::IsA();
06729 if (R__cl || R__insp.IsA()) { }
06730 TH1::ShowMembers(R__insp);
06731 TArrayF::ShowMembers(R__insp);
06732 }
06733
06734 namespace ROOT {
06735
06736 static void *new_TH1F(void *p) {
06737 return p ? new(p) ::TH1F : new ::TH1F;
06738 }
06739 static void *newArray_TH1F(Long_t nElements, void *p) {
06740 return p ? new(p) ::TH1F[nElements] : new ::TH1F[nElements];
06741 }
06742
06743 static void delete_TH1F(void *p) {
06744 delete ((::TH1F*)p);
06745 }
06746 static void deleteArray_TH1F(void *p) {
06747 delete [] ((::TH1F*)p);
06748 }
06749 static void destruct_TH1F(void *p) {
06750 typedef ::TH1F current_t;
06751 ((current_t*)p)->~current_t();
06752 }
06753
06754 static void directoryAutoAdd_TH1F(void *p, TDirectory *dir) {
06755 ((::TH1F*)p)->DirectoryAutoAdd(dir);
06756 }
06757 }
06758
06759
06760 void TH1S::Streamer(TBuffer &R__b)
06761 {
06762
06763
06764 if (R__b.IsReading()) {
06765 R__b.ReadClassBuffer(TH1S::Class(),this);
06766 } else {
06767 R__b.WriteClassBuffer(TH1S::Class(),this);
06768 }
06769 }
06770
06771
06772 void TH1S::ShowMembers(TMemberInspector &R__insp)
06773 {
06774
06775 TClass *R__cl = ::TH1S::IsA();
06776 if (R__cl || R__insp.IsA()) { }
06777 TH1::ShowMembers(R__insp);
06778 TArrayS::ShowMembers(R__insp);
06779 }
06780
06781 namespace ROOT {
06782
06783 static void *new_TH1S(void *p) {
06784 return p ? new(p) ::TH1S : new ::TH1S;
06785 }
06786 static void *newArray_TH1S(Long_t nElements, void *p) {
06787 return p ? new(p) ::TH1S[nElements] : new ::TH1S[nElements];
06788 }
06789
06790 static void delete_TH1S(void *p) {
06791 delete ((::TH1S*)p);
06792 }
06793 static void deleteArray_TH1S(void *p) {
06794 delete [] ((::TH1S*)p);
06795 }
06796 static void destruct_TH1S(void *p) {
06797 typedef ::TH1S current_t;
06798 ((current_t*)p)->~current_t();
06799 }
06800
06801 static void directoryAutoAdd_TH1S(void *p, TDirectory *dir) {
06802 ((::TH1S*)p)->DirectoryAutoAdd(dir);
06803 }
06804 }
06805
06806
06807 void TH1I::Streamer(TBuffer &R__b)
06808 {
06809
06810
06811 if (R__b.IsReading()) {
06812 R__b.ReadClassBuffer(TH1I::Class(),this);
06813 } else {
06814 R__b.WriteClassBuffer(TH1I::Class(),this);
06815 }
06816 }
06817
06818
06819 void TH1I::ShowMembers(TMemberInspector &R__insp)
06820 {
06821
06822 TClass *R__cl = ::TH1I::IsA();
06823 if (R__cl || R__insp.IsA()) { }
06824 TH1::ShowMembers(R__insp);
06825 TArrayI::ShowMembers(R__insp);
06826 }
06827
06828 namespace ROOT {
06829
06830 static void *new_TH1I(void *p) {
06831 return p ? new(p) ::TH1I : new ::TH1I;
06832 }
06833 static void *newArray_TH1I(Long_t nElements, void *p) {
06834 return p ? new(p) ::TH1I[nElements] : new ::TH1I[nElements];
06835 }
06836
06837 static void delete_TH1I(void *p) {
06838 delete ((::TH1I*)p);
06839 }
06840 static void deleteArray_TH1I(void *p) {
06841 delete [] ((::TH1I*)p);
06842 }
06843 static void destruct_TH1I(void *p) {
06844 typedef ::TH1I current_t;
06845 ((current_t*)p)->~current_t();
06846 }
06847
06848 static void directoryAutoAdd_TH1I(void *p, TDirectory *dir) {
06849 ((::TH1I*)p)->DirectoryAutoAdd(dir);
06850 }
06851 }
06852
06853
06854 void TH1K::Streamer(TBuffer &R__b)
06855 {
06856
06857
06858 if (R__b.IsReading()) {
06859 R__b.ReadClassBuffer(TH1K::Class(),this);
06860 } else {
06861 R__b.WriteClassBuffer(TH1K::Class(),this);
06862 }
06863 }
06864
06865
06866 void TH1K::ShowMembers(TMemberInspector &R__insp)
06867 {
06868
06869 TClass *R__cl = ::TH1K::IsA();
06870 if (R__cl || R__insp.IsA()) { }
06871 R__insp.Inspect(R__cl, R__insp.GetParent(), "fReady", &fReady);
06872 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNIn", &fNIn);
06873 R__insp.Inspect(R__cl, R__insp.GetParent(), "fKOrd", &fKOrd);
06874 R__insp.Inspect(R__cl, R__insp.GetParent(), "fKCur", &fKCur);
06875 TH1::ShowMembers(R__insp);
06876 TArrayF::ShowMembers(R__insp);
06877 }
06878
06879 namespace ROOT {
06880
06881 static void *new_TH1K(void *p) {
06882 return p ? new(p) ::TH1K : new ::TH1K;
06883 }
06884 static void *newArray_TH1K(Long_t nElements, void *p) {
06885 return p ? new(p) ::TH1K[nElements] : new ::TH1K[nElements];
06886 }
06887
06888 static void delete_TH1K(void *p) {
06889 delete ((::TH1K*)p);
06890 }
06891 static void deleteArray_TH1K(void *p) {
06892 delete [] ((::TH1K*)p);
06893 }
06894 static void destruct_TH1K(void *p) {
06895 typedef ::TH1K current_t;
06896 ((current_t*)p)->~current_t();
06897 }
06898
06899 static void directoryAutoAdd_TH1K(void *p, TDirectory *dir) {
06900 ((::TH1K*)p)->DirectoryAutoAdd(dir);
06901 }
06902 }
06903
06904
06905 void TH2::ShowMembers(TMemberInspector &R__insp)
06906 {
06907
06908 TClass *R__cl = ::TH2::IsA();
06909 if (R__cl || R__insp.IsA()) { }
06910 R__insp.Inspect(R__cl, R__insp.GetParent(), "fScalefactor", &fScalefactor);
06911 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTsumwy", &fTsumwy);
06912 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTsumwy2", &fTsumwy2);
06913 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTsumwxy", &fTsumwxy);
06914 TH1::ShowMembers(R__insp);
06915 }
06916
06917 namespace ROOT {
06918
06919 static void delete_TH2(void *p) {
06920 delete ((::TH2*)p);
06921 }
06922 static void deleteArray_TH2(void *p) {
06923 delete [] ((::TH2*)p);
06924 }
06925 static void destruct_TH2(void *p) {
06926 typedef ::TH2 current_t;
06927 ((current_t*)p)->~current_t();
06928 }
06929
06930 static void directoryAutoAdd_TH2(void *p, TDirectory *dir) {
06931 ((::TH2*)p)->DirectoryAutoAdd(dir);
06932 }
06933
06934 static void streamer_TH2(TBuffer &buf, void *obj) {
06935 ((::TH2*)obj)->::TH2::Streamer(buf);
06936 }
06937 }
06938
06939
06940 void TH2C::ShowMembers(TMemberInspector &R__insp)
06941 {
06942
06943 TClass *R__cl = ::TH2C::IsA();
06944 if (R__cl || R__insp.IsA()) { }
06945 TH2::ShowMembers(R__insp);
06946 TArrayC::ShowMembers(R__insp);
06947 }
06948
06949 namespace ROOT {
06950
06951 static void *new_TH2C(void *p) {
06952 return p ? new(p) ::TH2C : new ::TH2C;
06953 }
06954 static void *newArray_TH2C(Long_t nElements, void *p) {
06955 return p ? new(p) ::TH2C[nElements] : new ::TH2C[nElements];
06956 }
06957
06958 static void delete_TH2C(void *p) {
06959 delete ((::TH2C*)p);
06960 }
06961 static void deleteArray_TH2C(void *p) {
06962 delete [] ((::TH2C*)p);
06963 }
06964 static void destruct_TH2C(void *p) {
06965 typedef ::TH2C current_t;
06966 ((current_t*)p)->~current_t();
06967 }
06968
06969 static void directoryAutoAdd_TH2C(void *p, TDirectory *dir) {
06970 ((::TH2C*)p)->DirectoryAutoAdd(dir);
06971 }
06972
06973 static void streamer_TH2C(TBuffer &buf, void *obj) {
06974 ((::TH2C*)obj)->::TH2C::Streamer(buf);
06975 }
06976 }
06977
06978
06979 void TH2D::ShowMembers(TMemberInspector &R__insp)
06980 {
06981
06982 TClass *R__cl = ::TH2D::IsA();
06983 if (R__cl || R__insp.IsA()) { }
06984 TH2::ShowMembers(R__insp);
06985 TArrayD::ShowMembers(R__insp);
06986 }
06987
06988 namespace ROOT {
06989
06990 static void *new_TH2D(void *p) {
06991 return p ? new(p) ::TH2D : new ::TH2D;
06992 }
06993 static void *newArray_TH2D(Long_t nElements, void *p) {
06994 return p ? new(p) ::TH2D[nElements] : new ::TH2D[nElements];
06995 }
06996
06997 static void delete_TH2D(void *p) {
06998 delete ((::TH2D*)p);
06999 }
07000 static void deleteArray_TH2D(void *p) {
07001 delete [] ((::TH2D*)p);
07002 }
07003 static void destruct_TH2D(void *p) {
07004 typedef ::TH2D current_t;
07005 ((current_t*)p)->~current_t();
07006 }
07007
07008 static void directoryAutoAdd_TH2D(void *p, TDirectory *dir) {
07009 ((::TH2D*)p)->DirectoryAutoAdd(dir);
07010 }
07011
07012 static void streamer_TH2D(TBuffer &buf, void *obj) {
07013 ((::TH2D*)obj)->::TH2D::Streamer(buf);
07014 }
07015 }
07016
07017
07018 void TH2F::ShowMembers(TMemberInspector &R__insp)
07019 {
07020
07021 TClass *R__cl = ::TH2F::IsA();
07022 if (R__cl || R__insp.IsA()) { }
07023 TH2::ShowMembers(R__insp);
07024 TArrayF::ShowMembers(R__insp);
07025 }
07026
07027 namespace ROOT {
07028
07029 static void *new_TH2F(void *p) {
07030 return p ? new(p) ::TH2F : new ::TH2F;
07031 }
07032 static void *newArray_TH2F(Long_t nElements, void *p) {
07033 return p ? new(p) ::TH2F[nElements] : new ::TH2F[nElements];
07034 }
07035
07036 static void delete_TH2F(void *p) {
07037 delete ((::TH2F*)p);
07038 }
07039 static void deleteArray_TH2F(void *p) {
07040 delete [] ((::TH2F*)p);
07041 }
07042 static void destruct_TH2F(void *p) {
07043 typedef ::TH2F current_t;
07044 ((current_t*)p)->~current_t();
07045 }
07046
07047 static void directoryAutoAdd_TH2F(void *p, TDirectory *dir) {
07048 ((::TH2F*)p)->DirectoryAutoAdd(dir);
07049 }
07050
07051 static void streamer_TH2F(TBuffer &buf, void *obj) {
07052 ((::TH2F*)obj)->::TH2F::Streamer(buf);
07053 }
07054 }
07055
07056
07057 void TH2Poly::Streamer(TBuffer &R__b)
07058 {
07059
07060
07061 if (R__b.IsReading()) {
07062 R__b.ReadClassBuffer(TH2Poly::Class(),this);
07063 } else {
07064 R__b.WriteClassBuffer(TH2Poly::Class(),this);
07065 }
07066 }
07067
07068
07069 void TH2Poly::ShowMembers(TMemberInspector &R__insp)
07070 {
07071
07072 TClass *R__cl = ::TH2Poly::IsA();
07073 if (R__cl || R__insp.IsA()) { }
07074 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBins", &fBins);
07075 R__insp.Inspect(R__cl, R__insp.GetParent(), "fOverflow[9]", fOverflow);
07076 R__insp.Inspect(R__cl, R__insp.GetParent(), "fCellX", &fCellX);
07077 R__insp.Inspect(R__cl, R__insp.GetParent(), "fCellY", &fCellY);
07078 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNCells", &fNCells);
07079 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCells", &fCells);
07080 R__insp.Inspect(R__cl, R__insp.GetParent(), "fStepX", &fStepX);
07081 R__insp.Inspect(R__cl, R__insp.GetParent(), "fStepY", &fStepY);
07082 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fIsEmpty", &fIsEmpty);
07083 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCompletelyInside", &fCompletelyInside);
07084 R__insp.Inspect(R__cl, R__insp.GetParent(), "fFloat", &fFloat);
07085 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNewBinAdded", &fNewBinAdded);
07086 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBinContentChanged", &fBinContentChanged);
07087 TH2::ShowMembers(R__insp);
07088 }
07089
07090 namespace ROOT {
07091
07092 static void *new_TH2Poly(void *p) {
07093 return p ? new(p) ::TH2Poly : new ::TH2Poly;
07094 }
07095 static void *newArray_TH2Poly(Long_t nElements, void *p) {
07096 return p ? new(p) ::TH2Poly[nElements] : new ::TH2Poly[nElements];
07097 }
07098
07099 static void delete_TH2Poly(void *p) {
07100 delete ((::TH2Poly*)p);
07101 }
07102 static void deleteArray_TH2Poly(void *p) {
07103 delete [] ((::TH2Poly*)p);
07104 }
07105 static void destruct_TH2Poly(void *p) {
07106 typedef ::TH2Poly current_t;
07107 ((current_t*)p)->~current_t();
07108 }
07109
07110 static void directoryAutoAdd_TH2Poly(void *p, TDirectory *dir) {
07111 ((::TH2Poly*)p)->DirectoryAutoAdd(dir);
07112 }
07113 }
07114
07115
07116 void TH2PolyBin::Streamer(TBuffer &R__b)
07117 {
07118
07119
07120 if (R__b.IsReading()) {
07121 R__b.ReadClassBuffer(TH2PolyBin::Class(),this);
07122 } else {
07123 R__b.WriteClassBuffer(TH2PolyBin::Class(),this);
07124 }
07125 }
07126
07127
07128 void TH2PolyBin::ShowMembers(TMemberInspector &R__insp)
07129 {
07130
07131 TClass *R__cl = ::TH2PolyBin::IsA();
07132 if (R__cl || R__insp.IsA()) { }
07133 R__insp.Inspect(R__cl, R__insp.GetParent(), "fChanged", &fChanged);
07134 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNumber", &fNumber);
07135 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPoly", &fPoly);
07136 R__insp.Inspect(R__cl, R__insp.GetParent(), "fArea", &fArea);
07137 R__insp.Inspect(R__cl, R__insp.GetParent(), "fContent", &fContent);
07138 R__insp.Inspect(R__cl, R__insp.GetParent(), "fXmin", &fXmin);
07139 R__insp.Inspect(R__cl, R__insp.GetParent(), "fYmin", &fYmin);
07140 R__insp.Inspect(R__cl, R__insp.GetParent(), "fXmax", &fXmax);
07141 R__insp.Inspect(R__cl, R__insp.GetParent(), "fYmax", &fYmax);
07142 TObject::ShowMembers(R__insp);
07143 }
07144
07145 namespace ROOT {
07146
07147 static void *new_TH2PolyBin(void *p) {
07148 return p ? new(p) ::TH2PolyBin : new ::TH2PolyBin;
07149 }
07150 static void *newArray_TH2PolyBin(Long_t nElements, void *p) {
07151 return p ? new(p) ::TH2PolyBin[nElements] : new ::TH2PolyBin[nElements];
07152 }
07153
07154 static void delete_TH2PolyBin(void *p) {
07155 delete ((::TH2PolyBin*)p);
07156 }
07157 static void deleteArray_TH2PolyBin(void *p) {
07158 delete [] ((::TH2PolyBin*)p);
07159 }
07160 static void destruct_TH2PolyBin(void *p) {
07161 typedef ::TH2PolyBin current_t;
07162 ((current_t*)p)->~current_t();
07163 }
07164 }
07165
07166
07167 void TH2S::ShowMembers(TMemberInspector &R__insp)
07168 {
07169
07170 TClass *R__cl = ::TH2S::IsA();
07171 if (R__cl || R__insp.IsA()) { }
07172 TH2::ShowMembers(R__insp);
07173 TArrayS::ShowMembers(R__insp);
07174 }
07175
07176 namespace ROOT {
07177
07178 static void *new_TH2S(void *p) {
07179 return p ? new(p) ::TH2S : new ::TH2S;
07180 }
07181 static void *newArray_TH2S(Long_t nElements, void *p) {
07182 return p ? new(p) ::TH2S[nElements] : new ::TH2S[nElements];
07183 }
07184
07185 static void delete_TH2S(void *p) {
07186 delete ((::TH2S*)p);
07187 }
07188 static void deleteArray_TH2S(void *p) {
07189 delete [] ((::TH2S*)p);
07190 }
07191 static void destruct_TH2S(void *p) {
07192 typedef ::TH2S current_t;
07193 ((current_t*)p)->~current_t();
07194 }
07195
07196 static void directoryAutoAdd_TH2S(void *p, TDirectory *dir) {
07197 ((::TH2S*)p)->DirectoryAutoAdd(dir);
07198 }
07199
07200 static void streamer_TH2S(TBuffer &buf, void *obj) {
07201 ((::TH2S*)obj)->::TH2S::Streamer(buf);
07202 }
07203 }
07204
07205
07206 void TH2I::Streamer(TBuffer &R__b)
07207 {
07208
07209
07210 if (R__b.IsReading()) {
07211 R__b.ReadClassBuffer(TH2I::Class(),this);
07212 } else {
07213 R__b.WriteClassBuffer(TH2I::Class(),this);
07214 }
07215 }
07216
07217
07218 void TH2I::ShowMembers(TMemberInspector &R__insp)
07219 {
07220
07221 TClass *R__cl = ::TH2I::IsA();
07222 if (R__cl || R__insp.IsA()) { }
07223 TH2::ShowMembers(R__insp);
07224 TArrayI::ShowMembers(R__insp);
07225 }
07226
07227 namespace ROOT {
07228
07229 static void *new_TH2I(void *p) {
07230 return p ? new(p) ::TH2I : new ::TH2I;
07231 }
07232 static void *newArray_TH2I(Long_t nElements, void *p) {
07233 return p ? new(p) ::TH2I[nElements] : new ::TH2I[nElements];
07234 }
07235
07236 static void delete_TH2I(void *p) {
07237 delete ((::TH2I*)p);
07238 }
07239 static void deleteArray_TH2I(void *p) {
07240 delete [] ((::TH2I*)p);
07241 }
07242 static void destruct_TH2I(void *p) {
07243 typedef ::TH2I current_t;
07244 ((current_t*)p)->~current_t();
07245 }
07246
07247 static void directoryAutoAdd_TH2I(void *p, TDirectory *dir) {
07248 ((::TH2I*)p)->DirectoryAutoAdd(dir);
07249 }
07250 }
07251
07252
07253 void TH3::ShowMembers(TMemberInspector &R__insp)
07254 {
07255
07256 TClass *R__cl = ::TH3::IsA();
07257 if (R__cl || R__insp.IsA()) { }
07258 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTsumwy", &fTsumwy);
07259 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTsumwy2", &fTsumwy2);
07260 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTsumwxy", &fTsumwxy);
07261 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTsumwz", &fTsumwz);
07262 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTsumwz2", &fTsumwz2);
07263 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTsumwxz", &fTsumwxz);
07264 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTsumwyz", &fTsumwyz);
07265 TH1::ShowMembers(R__insp);
07266 TAtt3D::ShowMembers(R__insp);
07267 }
07268
07269 namespace ROOT {
07270
07271 static void delete_TH3(void *p) {
07272 delete ((::TH3*)p);
07273 }
07274 static void deleteArray_TH3(void *p) {
07275 delete [] ((::TH3*)p);
07276 }
07277 static void destruct_TH3(void *p) {
07278 typedef ::TH3 current_t;
07279 ((current_t*)p)->~current_t();
07280 }
07281
07282 static void directoryAutoAdd_TH3(void *p, TDirectory *dir) {
07283 ((::TH3*)p)->DirectoryAutoAdd(dir);
07284 }
07285
07286 static void streamer_TH3(TBuffer &buf, void *obj) {
07287 ((::TH3*)obj)->::TH3::Streamer(buf);
07288 }
07289 }
07290
07291
07292 void TH3C::ShowMembers(TMemberInspector &R__insp)
07293 {
07294
07295 TClass *R__cl = ::TH3C::IsA();
07296 if (R__cl || R__insp.IsA()) { }
07297 TH3::ShowMembers(R__insp);
07298 TArrayC::ShowMembers(R__insp);
07299 }
07300
07301 namespace ROOT {
07302
07303 static void *new_TH3C(void *p) {
07304 return p ? new(p) ::TH3C : new ::TH3C;
07305 }
07306 static void *newArray_TH3C(Long_t nElements, void *p) {
07307 return p ? new(p) ::TH3C[nElements] : new ::TH3C[nElements];
07308 }
07309
07310 static void delete_TH3C(void *p) {
07311 delete ((::TH3C*)p);
07312 }
07313 static void deleteArray_TH3C(void *p) {
07314 delete [] ((::TH3C*)p);
07315 }
07316 static void destruct_TH3C(void *p) {
07317 typedef ::TH3C current_t;
07318 ((current_t*)p)->~current_t();
07319 }
07320
07321 static void directoryAutoAdd_TH3C(void *p, TDirectory *dir) {
07322 ((::TH3C*)p)->DirectoryAutoAdd(dir);
07323 }
07324
07325 static void streamer_TH3C(TBuffer &buf, void *obj) {
07326 ((::TH3C*)obj)->::TH3C::Streamer(buf);
07327 }
07328 }
07329
07330
07331 void TH3D::ShowMembers(TMemberInspector &R__insp)
07332 {
07333
07334 TClass *R__cl = ::TH3D::IsA();
07335 if (R__cl || R__insp.IsA()) { }
07336 TH3::ShowMembers(R__insp);
07337 TArrayD::ShowMembers(R__insp);
07338 }
07339
07340 namespace ROOT {
07341
07342 static void *new_TH3D(void *p) {
07343 return p ? new(p) ::TH3D : new ::TH3D;
07344 }
07345 static void *newArray_TH3D(Long_t nElements, void *p) {
07346 return p ? new(p) ::TH3D[nElements] : new ::TH3D[nElements];
07347 }
07348
07349 static void delete_TH3D(void *p) {
07350 delete ((::TH3D*)p);
07351 }
07352 static void deleteArray_TH3D(void *p) {
07353 delete [] ((::TH3D*)p);
07354 }
07355 static void destruct_TH3D(void *p) {
07356 typedef ::TH3D current_t;
07357 ((current_t*)p)->~current_t();
07358 }
07359
07360 static void directoryAutoAdd_TH3D(void *p, TDirectory *dir) {
07361 ((::TH3D*)p)->DirectoryAutoAdd(dir);
07362 }
07363
07364 static void streamer_TH3D(TBuffer &buf, void *obj) {
07365 ((::TH3D*)obj)->::TH3D::Streamer(buf);
07366 }
07367 }
07368
07369
07370 void TH3F::ShowMembers(TMemberInspector &R__insp)
07371 {
07372
07373 TClass *R__cl = ::TH3F::IsA();
07374 if (R__cl || R__insp.IsA()) { }
07375 TH3::ShowMembers(R__insp);
07376 TArrayF::ShowMembers(R__insp);
07377 }
07378
07379 namespace ROOT {
07380
07381 static void *new_TH3F(void *p) {
07382 return p ? new(p) ::TH3F : new ::TH3F;
07383 }
07384 static void *newArray_TH3F(Long_t nElements, void *p) {
07385 return p ? new(p) ::TH3F[nElements] : new ::TH3F[nElements];
07386 }
07387
07388 static void delete_TH3F(void *p) {
07389 delete ((::TH3F*)p);
07390 }
07391 static void deleteArray_TH3F(void *p) {
07392 delete [] ((::TH3F*)p);
07393 }
07394 static void destruct_TH3F(void *p) {
07395 typedef ::TH3F current_t;
07396 ((current_t*)p)->~current_t();
07397 }
07398
07399 static void directoryAutoAdd_TH3F(void *p, TDirectory *dir) {
07400 ((::TH3F*)p)->DirectoryAutoAdd(dir);
07401 }
07402
07403 static void streamer_TH3F(TBuffer &buf, void *obj) {
07404 ((::TH3F*)obj)->::TH3F::Streamer(buf);
07405 }
07406 }
07407
07408
07409 void TH3S::ShowMembers(TMemberInspector &R__insp)
07410 {
07411
07412 TClass *R__cl = ::TH3S::IsA();
07413 if (R__cl || R__insp.IsA()) { }
07414 TH3::ShowMembers(R__insp);
07415 TArrayS::ShowMembers(R__insp);
07416 }
07417
07418 namespace ROOT {
07419
07420 static void *new_TH3S(void *p) {
07421 return p ? new(p) ::TH3S : new ::TH3S;
07422 }
07423 static void *newArray_TH3S(Long_t nElements, void *p) {
07424 return p ? new(p) ::TH3S[nElements] : new ::TH3S[nElements];
07425 }
07426
07427 static void delete_TH3S(void *p) {
07428 delete ((::TH3S*)p);
07429 }
07430 static void deleteArray_TH3S(void *p) {
07431 delete [] ((::TH3S*)p);
07432 }
07433 static void destruct_TH3S(void *p) {
07434 typedef ::TH3S current_t;
07435 ((current_t*)p)->~current_t();
07436 }
07437
07438 static void directoryAutoAdd_TH3S(void *p, TDirectory *dir) {
07439 ((::TH3S*)p)->DirectoryAutoAdd(dir);
07440 }
07441
07442 static void streamer_TH3S(TBuffer &buf, void *obj) {
07443 ((::TH3S*)obj)->::TH3S::Streamer(buf);
07444 }
07445 }
07446
07447
07448 void TH3I::Streamer(TBuffer &R__b)
07449 {
07450
07451
07452 if (R__b.IsReading()) {
07453 R__b.ReadClassBuffer(TH3I::Class(),this);
07454 } else {
07455 R__b.WriteClassBuffer(TH3I::Class(),this);
07456 }
07457 }
07458
07459
07460 void TH3I::ShowMembers(TMemberInspector &R__insp)
07461 {
07462
07463 TClass *R__cl = ::TH3I::IsA();
07464 if (R__cl || R__insp.IsA()) { }
07465 TH3::ShowMembers(R__insp);
07466 TArrayI::ShowMembers(R__insp);
07467 }
07468
07469 namespace ROOT {
07470
07471 static void *new_TH3I(void *p) {
07472 return p ? new(p) ::TH3I : new ::TH3I;
07473 }
07474 static void *newArray_TH3I(Long_t nElements, void *p) {
07475 return p ? new(p) ::TH3I[nElements] : new ::TH3I[nElements];
07476 }
07477
07478 static void delete_TH3I(void *p) {
07479 delete ((::TH3I*)p);
07480 }
07481 static void deleteArray_TH3I(void *p) {
07482 delete [] ((::TH3I*)p);
07483 }
07484 static void destruct_TH3I(void *p) {
07485 typedef ::TH3I current_t;
07486 ((current_t*)p)->~current_t();
07487 }
07488
07489 static void directoryAutoAdd_TH3I(void *p, TDirectory *dir) {
07490 ((::TH3I*)p)->DirectoryAutoAdd(dir);
07491 }
07492 }
07493
07494
07495 void THLimitsFinder::Streamer(TBuffer &R__b)
07496 {
07497
07498
07499 if (R__b.IsReading()) {
07500 R__b.ReadClassBuffer(THLimitsFinder::Class(),this);
07501 } else {
07502 R__b.WriteClassBuffer(THLimitsFinder::Class(),this);
07503 }
07504 }
07505
07506
07507 void THLimitsFinder::ShowMembers(TMemberInspector &R__insp)
07508 {
07509
07510 TClass *R__cl = ::THLimitsFinder::IsA();
07511 if (R__cl || R__insp.IsA()) { }
07512 TObject::ShowMembers(R__insp);
07513 }
07514
07515 namespace ROOT {
07516
07517 static void *new_THLimitsFinder(void *p) {
07518 return p ? new(p) ::THLimitsFinder : new ::THLimitsFinder;
07519 }
07520 static void *newArray_THLimitsFinder(Long_t nElements, void *p) {
07521 return p ? new(p) ::THLimitsFinder[nElements] : new ::THLimitsFinder[nElements];
07522 }
07523
07524 static void delete_THLimitsFinder(void *p) {
07525 delete ((::THLimitsFinder*)p);
07526 }
07527 static void deleteArray_THLimitsFinder(void *p) {
07528 delete [] ((::THLimitsFinder*)p);
07529 }
07530 static void destruct_THLimitsFinder(void *p) {
07531 typedef ::THLimitsFinder current_t;
07532 ((current_t*)p)->~current_t();
07533 }
07534 }
07535
07536
07537 void THnSparse::Streamer(TBuffer &R__b)
07538 {
07539
07540
07541 if (R__b.IsReading()) {
07542 R__b.ReadClassBuffer(THnSparse::Class(),this);
07543 } else {
07544 R__b.WriteClassBuffer(THnSparse::Class(),this);
07545 }
07546 }
07547
07548
07549 void THnSparse::ShowMembers(TMemberInspector &R__insp)
07550 {
07551
07552 TClass *R__cl = ::THnSparse::IsA();
07553 if (R__cl || R__insp.IsA()) { }
07554 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNdimensions", &fNdimensions);
07555 R__insp.Inspect(R__cl, R__insp.GetParent(), "fChunkSize", &fChunkSize);
07556 R__insp.Inspect(R__cl, R__insp.GetParent(), "fFilledBins", &fFilledBins);
07557 R__insp.Inspect(R__cl, R__insp.GetParent(), "fAxes", &fAxes);
07558 R__insp.InspectMember(fAxes, "fAxes.");
07559 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBinContent", &fBinContent);
07560 R__insp.InspectMember(fBinContent, "fBinContent.");
07561 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBins", &fBins);
07562 R__insp.InspectMember(fBins, "fBins.");
07563 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBinsContinued", &fBinsContinued);
07564 R__insp.InspectMember(fBinsContinued, "fBinsContinued.");
07565 R__insp.Inspect(R__cl, R__insp.GetParent(), "fEntries", &fEntries);
07566 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTsumw", &fTsumw);
07567 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTsumw2", &fTsumw2);
07568 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTsumwx", &fTsumwx);
07569 R__insp.InspectMember(fTsumwx, "fTsumwx.");
07570 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTsumwx2", &fTsumwx2);
07571 R__insp.InspectMember(fTsumwx2, "fTsumwx2.");
07572 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCompactCoord", &fCompactCoord);
07573 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fIntegral", &fIntegral);
07574 R__insp.Inspect(R__cl, R__insp.GetParent(), "fIntegralStatus", &fIntegralStatus);
07575 TNamed::ShowMembers(R__insp);
07576 }
07577
07578 namespace ROOT {
07579
07580 static void delete_THnSparse(void *p) {
07581 delete ((::THnSparse*)p);
07582 }
07583 static void deleteArray_THnSparse(void *p) {
07584 delete [] ((::THnSparse*)p);
07585 }
07586 static void destruct_THnSparse(void *p) {
07587 typedef ::THnSparse current_t;
07588 ((current_t*)p)->~current_t();
07589 }
07590 }
07591
07592
07593 template <> void THnSparseT<TArrayD>::Streamer(TBuffer &R__b)
07594 {
07595
07596
07597 if (R__b.IsReading()) {
07598 R__b.ReadClassBuffer(THnSparseT<TArrayD>::Class(),this);
07599 } else {
07600 R__b.WriteClassBuffer(THnSparseT<TArrayD>::Class(),this);
07601 }
07602 }
07603
07604
07605 namespace ROOT {
07606 void THnSparseTlETArrayDgR_ShowMembers(void *obj, TMemberInspector &R__insp)
07607 {
07608
07609 typedef ::ROOT::Shadow::THnSparseTlETArrayDgR ShadowClass;
07610 ShadowClass *sobj = (ShadowClass*)obj;
07611 if (sobj) { }
07612
07613 TClass *R__cl = ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayD>*)0x0)->GetClass();
07614 if (R__cl || R__insp.IsA()) { }
07615 sobj->THnSparse::ShowMembers(R__insp);
07616 }
07617
07618 }
07619
07620 template <> void THnSparseT<TArrayD>::ShowMembers(TMemberInspector &R__insp)
07621 {
07622 ::ROOT::THnSparseTlETArrayDgR_ShowMembers(this, R__insp);
07623 }
07624
07625 namespace ROOT {
07626
07627 static void *new_THnSparseTlETArrayDgR(void *p) {
07628 return p ? new(p) ::THnSparseT<TArrayD> : new ::THnSparseT<TArrayD>;
07629 }
07630 static void *newArray_THnSparseTlETArrayDgR(Long_t nElements, void *p) {
07631 return p ? new(p) ::THnSparseT<TArrayD>[nElements] : new ::THnSparseT<TArrayD>[nElements];
07632 }
07633
07634 static void delete_THnSparseTlETArrayDgR(void *p) {
07635 delete ((::THnSparseT<TArrayD>*)p);
07636 }
07637 static void deleteArray_THnSparseTlETArrayDgR(void *p) {
07638 delete [] ((::THnSparseT<TArrayD>*)p);
07639 }
07640 static void destruct_THnSparseTlETArrayDgR(void *p) {
07641 typedef ::THnSparseT<TArrayD> current_t;
07642 ((current_t*)p)->~current_t();
07643 }
07644 }
07645
07646
07647 template <> void THnSparseT<TArrayF>::Streamer(TBuffer &R__b)
07648 {
07649
07650
07651 if (R__b.IsReading()) {
07652 R__b.ReadClassBuffer(THnSparseT<TArrayF>::Class(),this);
07653 } else {
07654 R__b.WriteClassBuffer(THnSparseT<TArrayF>::Class(),this);
07655 }
07656 }
07657
07658
07659 namespace ROOT {
07660 void THnSparseTlETArrayFgR_ShowMembers(void *obj, TMemberInspector &R__insp)
07661 {
07662
07663 typedef ::ROOT::Shadow::THnSparseTlETArrayFgR ShadowClass;
07664 ShadowClass *sobj = (ShadowClass*)obj;
07665 if (sobj) { }
07666
07667 TClass *R__cl = ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayF>*)0x0)->GetClass();
07668 if (R__cl || R__insp.IsA()) { }
07669 sobj->THnSparse::ShowMembers(R__insp);
07670 }
07671
07672 }
07673
07674 template <> void THnSparseT<TArrayF>::ShowMembers(TMemberInspector &R__insp)
07675 {
07676 ::ROOT::THnSparseTlETArrayFgR_ShowMembers(this, R__insp);
07677 }
07678
07679 namespace ROOT {
07680
07681 static void *new_THnSparseTlETArrayFgR(void *p) {
07682 return p ? new(p) ::THnSparseT<TArrayF> : new ::THnSparseT<TArrayF>;
07683 }
07684 static void *newArray_THnSparseTlETArrayFgR(Long_t nElements, void *p) {
07685 return p ? new(p) ::THnSparseT<TArrayF>[nElements] : new ::THnSparseT<TArrayF>[nElements];
07686 }
07687
07688 static void delete_THnSparseTlETArrayFgR(void *p) {
07689 delete ((::THnSparseT<TArrayF>*)p);
07690 }
07691 static void deleteArray_THnSparseTlETArrayFgR(void *p) {
07692 delete [] ((::THnSparseT<TArrayF>*)p);
07693 }
07694 static void destruct_THnSparseTlETArrayFgR(void *p) {
07695 typedef ::THnSparseT<TArrayF> current_t;
07696 ((current_t*)p)->~current_t();
07697 }
07698 }
07699
07700
07701 template <> void THnSparseT<TArrayL>::Streamer(TBuffer &R__b)
07702 {
07703
07704
07705 if (R__b.IsReading()) {
07706 R__b.ReadClassBuffer(THnSparseT<TArrayL>::Class(),this);
07707 } else {
07708 R__b.WriteClassBuffer(THnSparseT<TArrayL>::Class(),this);
07709 }
07710 }
07711
07712
07713 namespace ROOT {
07714 void THnSparseTlETArrayLgR_ShowMembers(void *obj, TMemberInspector &R__insp)
07715 {
07716
07717 typedef ::ROOT::Shadow::THnSparseTlETArrayLgR ShadowClass;
07718 ShadowClass *sobj = (ShadowClass*)obj;
07719 if (sobj) { }
07720
07721 TClass *R__cl = ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayL>*)0x0)->GetClass();
07722 if (R__cl || R__insp.IsA()) { }
07723 sobj->THnSparse::ShowMembers(R__insp);
07724 }
07725
07726 }
07727
07728 template <> void THnSparseT<TArrayL>::ShowMembers(TMemberInspector &R__insp)
07729 {
07730 ::ROOT::THnSparseTlETArrayLgR_ShowMembers(this, R__insp);
07731 }
07732
07733 namespace ROOT {
07734
07735 static void *new_THnSparseTlETArrayLgR(void *p) {
07736 return p ? new(p) ::THnSparseT<TArrayL> : new ::THnSparseT<TArrayL>;
07737 }
07738 static void *newArray_THnSparseTlETArrayLgR(Long_t nElements, void *p) {
07739 return p ? new(p) ::THnSparseT<TArrayL>[nElements] : new ::THnSparseT<TArrayL>[nElements];
07740 }
07741
07742 static void delete_THnSparseTlETArrayLgR(void *p) {
07743 delete ((::THnSparseT<TArrayL>*)p);
07744 }
07745 static void deleteArray_THnSparseTlETArrayLgR(void *p) {
07746 delete [] ((::THnSparseT<TArrayL>*)p);
07747 }
07748 static void destruct_THnSparseTlETArrayLgR(void *p) {
07749 typedef ::THnSparseT<TArrayL> current_t;
07750 ((current_t*)p)->~current_t();
07751 }
07752 }
07753
07754
07755 template <> void THnSparseT<TArrayI>::Streamer(TBuffer &R__b)
07756 {
07757
07758
07759 if (R__b.IsReading()) {
07760 R__b.ReadClassBuffer(THnSparseT<TArrayI>::Class(),this);
07761 } else {
07762 R__b.WriteClassBuffer(THnSparseT<TArrayI>::Class(),this);
07763 }
07764 }
07765
07766
07767 namespace ROOT {
07768 void THnSparseTlETArrayIgR_ShowMembers(void *obj, TMemberInspector &R__insp)
07769 {
07770
07771 typedef ::ROOT::Shadow::THnSparseTlETArrayIgR ShadowClass;
07772 ShadowClass *sobj = (ShadowClass*)obj;
07773 if (sobj) { }
07774
07775 TClass *R__cl = ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayI>*)0x0)->GetClass();
07776 if (R__cl || R__insp.IsA()) { }
07777 sobj->THnSparse::ShowMembers(R__insp);
07778 }
07779
07780 }
07781
07782 template <> void THnSparseT<TArrayI>::ShowMembers(TMemberInspector &R__insp)
07783 {
07784 ::ROOT::THnSparseTlETArrayIgR_ShowMembers(this, R__insp);
07785 }
07786
07787 namespace ROOT {
07788
07789 static void *new_THnSparseTlETArrayIgR(void *p) {
07790 return p ? new(p) ::THnSparseT<TArrayI> : new ::THnSparseT<TArrayI>;
07791 }
07792 static void *newArray_THnSparseTlETArrayIgR(Long_t nElements, void *p) {
07793 return p ? new(p) ::THnSparseT<TArrayI>[nElements] : new ::THnSparseT<TArrayI>[nElements];
07794 }
07795
07796 static void delete_THnSparseTlETArrayIgR(void *p) {
07797 delete ((::THnSparseT<TArrayI>*)p);
07798 }
07799 static void deleteArray_THnSparseTlETArrayIgR(void *p) {
07800 delete [] ((::THnSparseT<TArrayI>*)p);
07801 }
07802 static void destruct_THnSparseTlETArrayIgR(void *p) {
07803 typedef ::THnSparseT<TArrayI> current_t;
07804 ((current_t*)p)->~current_t();
07805 }
07806 }
07807
07808
07809 template <> void THnSparseT<TArrayS>::Streamer(TBuffer &R__b)
07810 {
07811
07812
07813 if (R__b.IsReading()) {
07814 R__b.ReadClassBuffer(THnSparseT<TArrayS>::Class(),this);
07815 } else {
07816 R__b.WriteClassBuffer(THnSparseT<TArrayS>::Class(),this);
07817 }
07818 }
07819
07820
07821 namespace ROOT {
07822 void THnSparseTlETArraySgR_ShowMembers(void *obj, TMemberInspector &R__insp)
07823 {
07824
07825 typedef ::ROOT::Shadow::THnSparseTlETArraySgR ShadowClass;
07826 ShadowClass *sobj = (ShadowClass*)obj;
07827 if (sobj) { }
07828
07829 TClass *R__cl = ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayS>*)0x0)->GetClass();
07830 if (R__cl || R__insp.IsA()) { }
07831 sobj->THnSparse::ShowMembers(R__insp);
07832 }
07833
07834 }
07835
07836 template <> void THnSparseT<TArrayS>::ShowMembers(TMemberInspector &R__insp)
07837 {
07838 ::ROOT::THnSparseTlETArraySgR_ShowMembers(this, R__insp);
07839 }
07840
07841 namespace ROOT {
07842
07843 static void *new_THnSparseTlETArraySgR(void *p) {
07844 return p ? new(p) ::THnSparseT<TArrayS> : new ::THnSparseT<TArrayS>;
07845 }
07846 static void *newArray_THnSparseTlETArraySgR(Long_t nElements, void *p) {
07847 return p ? new(p) ::THnSparseT<TArrayS>[nElements] : new ::THnSparseT<TArrayS>[nElements];
07848 }
07849
07850 static void delete_THnSparseTlETArraySgR(void *p) {
07851 delete ((::THnSparseT<TArrayS>*)p);
07852 }
07853 static void deleteArray_THnSparseTlETArraySgR(void *p) {
07854 delete [] ((::THnSparseT<TArrayS>*)p);
07855 }
07856 static void destruct_THnSparseTlETArraySgR(void *p) {
07857 typedef ::THnSparseT<TArrayS> current_t;
07858 ((current_t*)p)->~current_t();
07859 }
07860 }
07861
07862
07863 template <> void THnSparseT<TArrayC>::Streamer(TBuffer &R__b)
07864 {
07865
07866
07867 if (R__b.IsReading()) {
07868 R__b.ReadClassBuffer(THnSparseT<TArrayC>::Class(),this);
07869 } else {
07870 R__b.WriteClassBuffer(THnSparseT<TArrayC>::Class(),this);
07871 }
07872 }
07873
07874
07875 namespace ROOT {
07876 void THnSparseTlETArrayCgR_ShowMembers(void *obj, TMemberInspector &R__insp)
07877 {
07878
07879 typedef ::ROOT::Shadow::THnSparseTlETArrayCgR ShadowClass;
07880 ShadowClass *sobj = (ShadowClass*)obj;
07881 if (sobj) { }
07882
07883 TClass *R__cl = ::ROOT::GenerateInitInstanceLocal((const ::THnSparseT<TArrayC>*)0x0)->GetClass();
07884 if (R__cl || R__insp.IsA()) { }
07885 sobj->THnSparse::ShowMembers(R__insp);
07886 }
07887
07888 }
07889
07890 template <> void THnSparseT<TArrayC>::ShowMembers(TMemberInspector &R__insp)
07891 {
07892 ::ROOT::THnSparseTlETArrayCgR_ShowMembers(this, R__insp);
07893 }
07894
07895 namespace ROOT {
07896
07897 static void *new_THnSparseTlETArrayCgR(void *p) {
07898 return p ? new(p) ::THnSparseT<TArrayC> : new ::THnSparseT<TArrayC>;
07899 }
07900 static void *newArray_THnSparseTlETArrayCgR(Long_t nElements, void *p) {
07901 return p ? new(p) ::THnSparseT<TArrayC>[nElements] : new ::THnSparseT<TArrayC>[nElements];
07902 }
07903
07904 static void delete_THnSparseTlETArrayCgR(void *p) {
07905 delete ((::THnSparseT<TArrayC>*)p);
07906 }
07907 static void deleteArray_THnSparseTlETArrayCgR(void *p) {
07908 delete [] ((::THnSparseT<TArrayC>*)p);
07909 }
07910 static void destruct_THnSparseTlETArrayCgR(void *p) {
07911 typedef ::THnSparseT<TArrayC> current_t;
07912 ((current_t*)p)->~current_t();
07913 }
07914 }
07915
07916
07917 void THnSparseArrayChunk::Streamer(TBuffer &R__b)
07918 {
07919
07920
07921 if (R__b.IsReading()) {
07922 R__b.ReadClassBuffer(THnSparseArrayChunk::Class(),this);
07923 } else {
07924 R__b.WriteClassBuffer(THnSparseArrayChunk::Class(),this);
07925 }
07926 }
07927
07928
07929 void THnSparseArrayChunk::ShowMembers(TMemberInspector &R__insp)
07930 {
07931
07932 TClass *R__cl = ::THnSparseArrayChunk::IsA();
07933 if (R__cl || R__insp.IsA()) { }
07934 R__insp.Inspect(R__cl, R__insp.GetParent(), "fCoordinateAllocationSize", &fCoordinateAllocationSize);
07935 R__insp.Inspect(R__cl, R__insp.GetParent(), "fSingleCoordinateSize", &fSingleCoordinateSize);
07936 R__insp.Inspect(R__cl, R__insp.GetParent(), "fCoordinatesSize", &fCoordinatesSize);
07937 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCoordinates", &fCoordinates);
07938 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fContent", &fContent);
07939 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSumw2", &fSumw2);
07940 TObject::ShowMembers(R__insp);
07941 }
07942
07943 namespace ROOT {
07944
07945 static void *new_THnSparseArrayChunk(void *p) {
07946 return p ? new(p) ::THnSparseArrayChunk : new ::THnSparseArrayChunk;
07947 }
07948 static void *newArray_THnSparseArrayChunk(Long_t nElements, void *p) {
07949 return p ? new(p) ::THnSparseArrayChunk[nElements] : new ::THnSparseArrayChunk[nElements];
07950 }
07951
07952 static void delete_THnSparseArrayChunk(void *p) {
07953 delete ((::THnSparseArrayChunk*)p);
07954 }
07955 static void deleteArray_THnSparseArrayChunk(void *p) {
07956 delete [] ((::THnSparseArrayChunk*)p);
07957 }
07958 static void destruct_THnSparseArrayChunk(void *p) {
07959 typedef ::THnSparseArrayChunk current_t;
07960 ((current_t*)p)->~current_t();
07961 }
07962 }
07963
07964
07965 void THStack::Streamer(TBuffer &R__b)
07966 {
07967
07968
07969 if (R__b.IsReading()) {
07970 R__b.ReadClassBuffer(THStack::Class(),this);
07971 } else {
07972 R__b.WriteClassBuffer(THStack::Class(),this);
07973 }
07974 }
07975
07976
07977 void THStack::ShowMembers(TMemberInspector &R__insp)
07978 {
07979
07980 TClass *R__cl = ::THStack::IsA();
07981 if (R__cl || R__insp.IsA()) { }
07982 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHists", &fHists);
07983 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fStack", &fStack);
07984 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHistogram", &fHistogram);
07985 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaximum", &fMaximum);
07986 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinimum", &fMinimum);
07987 TNamed::ShowMembers(R__insp);
07988 }
07989
07990 namespace ROOT {
07991
07992 static void *new_THStack(void *p) {
07993 return p ? new(p) ::THStack : new ::THStack;
07994 }
07995 static void *newArray_THStack(Long_t nElements, void *p) {
07996 return p ? new(p) ::THStack[nElements] : new ::THStack[nElements];
07997 }
07998
07999 static void delete_THStack(void *p) {
08000 delete ((::THStack*)p);
08001 }
08002 static void deleteArray_THStack(void *p) {
08003 delete [] ((::THStack*)p);
08004 }
08005 static void destruct_THStack(void *p) {
08006 typedef ::THStack current_t;
08007 ((current_t*)p)->~current_t();
08008 }
08009 }
08010
08011
08012 void TLimit::Streamer(TBuffer &R__b)
08013 {
08014
08015
08016 if (R__b.IsReading()) {
08017 R__b.ReadClassBuffer(TLimit::Class(),this);
08018 } else {
08019 R__b.WriteClassBuffer(TLimit::Class(),this);
08020 }
08021 }
08022
08023
08024 void TLimit::ShowMembers(TMemberInspector &R__insp)
08025 {
08026
08027 TClass *R__cl = ::TLimit::IsA();
08028 if (R__cl || R__insp.IsA()) { }
08029 }
08030
08031 namespace ROOT {
08032
08033 static void *new_TLimit(void *p) {
08034 return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TLimit : new ::TLimit;
08035 }
08036 static void *newArray_TLimit(Long_t nElements, void *p) {
08037 return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TLimit[nElements] : new ::TLimit[nElements];
08038 }
08039
08040 static void delete_TLimit(void *p) {
08041 delete ((::TLimit*)p);
08042 }
08043 static void deleteArray_TLimit(void *p) {
08044 delete [] ((::TLimit*)p);
08045 }
08046 static void destruct_TLimit(void *p) {
08047 typedef ::TLimit current_t;
08048 ((current_t*)p)->~current_t();
08049 }
08050 }
08051
08052
08053 void TLimitDataSource::Streamer(TBuffer &R__b)
08054 {
08055
08056
08057 if (R__b.IsReading()) {
08058 R__b.ReadClassBuffer(TLimitDataSource::Class(),this);
08059 } else {
08060 R__b.WriteClassBuffer(TLimitDataSource::Class(),this);
08061 }
08062 }
08063
08064
08065 void TLimitDataSource::ShowMembers(TMemberInspector &R__insp)
08066 {
08067
08068 TClass *R__cl = ::TLimitDataSource::IsA();
08069 if (R__cl || R__insp.IsA()) { }
08070 R__insp.Inspect(R__cl, R__insp.GetParent(), "fSignal", &fSignal);
08071 R__insp.InspectMember(fSignal, "fSignal.");
08072 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBackground", &fBackground);
08073 R__insp.InspectMember(fBackground, "fBackground.");
08074 R__insp.Inspect(R__cl, R__insp.GetParent(), "fCandidates", &fCandidates);
08075 R__insp.InspectMember(fCandidates, "fCandidates.");
08076 R__insp.Inspect(R__cl, R__insp.GetParent(), "fErrorOnSignal", &fErrorOnSignal);
08077 R__insp.InspectMember(fErrorOnSignal, "fErrorOnSignal.");
08078 R__insp.Inspect(R__cl, R__insp.GetParent(), "fErrorOnBackground", &fErrorOnBackground);
08079 R__insp.InspectMember(fErrorOnBackground, "fErrorOnBackground.");
08080 R__insp.Inspect(R__cl, R__insp.GetParent(), "fIds", &fIds);
08081 R__insp.InspectMember(fIds, "fIds.");
08082 R__insp.Inspect(R__cl, R__insp.GetParent(), "fDummyTA", &fDummyTA);
08083 R__insp.InspectMember(fDummyTA, "fDummyTA.");
08084 R__insp.Inspect(R__cl, R__insp.GetParent(), "fDummyIds", &fDummyIds);
08085 R__insp.InspectMember(fDummyIds, "fDummyIds.");
08086 TObject::ShowMembers(R__insp);
08087 }
08088
08089 namespace ROOT {
08090
08091 static void *new_TLimitDataSource(void *p) {
08092 return p ? new(p) ::TLimitDataSource : new ::TLimitDataSource;
08093 }
08094 static void *newArray_TLimitDataSource(Long_t nElements, void *p) {
08095 return p ? new(p) ::TLimitDataSource[nElements] : new ::TLimitDataSource[nElements];
08096 }
08097
08098 static void delete_TLimitDataSource(void *p) {
08099 delete ((::TLimitDataSource*)p);
08100 }
08101 static void deleteArray_TLimitDataSource(void *p) {
08102 delete [] ((::TLimitDataSource*)p);
08103 }
08104 static void destruct_TLimitDataSource(void *p) {
08105 typedef ::TLimitDataSource current_t;
08106 ((current_t*)p)->~current_t();
08107 }
08108 }
08109
08110
08111 void TConfidenceLevel::Streamer(TBuffer &R__b)
08112 {
08113
08114
08115 if (R__b.IsReading()) {
08116 R__b.ReadClassBuffer(TConfidenceLevel::Class(),this);
08117 } else {
08118 R__b.WriteClassBuffer(TConfidenceLevel::Class(),this);
08119 }
08120 }
08121
08122
08123 void TConfidenceLevel::ShowMembers(TMemberInspector &R__insp)
08124 {
08125
08126 TClass *R__cl = ::TConfidenceLevel::IsA();
08127 if (R__cl || R__insp.IsA()) { }
08128 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNNMC", &fNNMC);
08129 R__insp.Inspect(R__cl, R__insp.GetParent(), "fDtot", &fDtot);
08130 R__insp.Inspect(R__cl, R__insp.GetParent(), "fStot", &fStot);
08131 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBtot", &fBtot);
08132 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTSD", &fTSD);
08133 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNMC", &fNMC);
08134 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMCL3S", &fMCL3S);
08135 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMCL5S", &fMCL5S);
08136 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTSB", &fTSB);
08137 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTSS", &fTSS);
08138 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLRS", &fLRS);
08139 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLRB", &fLRB);
08140 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fISS", &fISS);
08141 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fISB", &fISB);
08142 TObject::ShowMembers(R__insp);
08143 }
08144
08145 namespace ROOT {
08146
08147 static void *new_TConfidenceLevel(void *p) {
08148 return p ? new(p) ::TConfidenceLevel : new ::TConfidenceLevel;
08149 }
08150 static void *newArray_TConfidenceLevel(Long_t nElements, void *p) {
08151 return p ? new(p) ::TConfidenceLevel[nElements] : new ::TConfidenceLevel[nElements];
08152 }
08153
08154 static void delete_TConfidenceLevel(void *p) {
08155 delete ((::TConfidenceLevel*)p);
08156 }
08157 static void deleteArray_TConfidenceLevel(void *p) {
08158 delete [] ((::TConfidenceLevel*)p);
08159 }
08160 static void destruct_TConfidenceLevel(void *p) {
08161 typedef ::TConfidenceLevel current_t;
08162 ((current_t*)p)->~current_t();
08163 }
08164 }
08165
08166
08167 void TMultiGraph::Streamer(TBuffer &R__b)
08168 {
08169
08170
08171 if (R__b.IsReading()) {
08172 R__b.ReadClassBuffer(TMultiGraph::Class(),this);
08173 } else {
08174 R__b.WriteClassBuffer(TMultiGraph::Class(),this);
08175 }
08176 }
08177
08178
08179 void TMultiGraph::ShowMembers(TMemberInspector &R__insp)
08180 {
08181
08182 TClass *R__cl = ::TMultiGraph::IsA();
08183 if (R__cl || R__insp.IsA()) { }
08184 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGraphs", &fGraphs);
08185 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFunctions", &fFunctions);
08186 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHistogram", &fHistogram);
08187 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaximum", &fMaximum);
08188 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinimum", &fMinimum);
08189 TNamed::ShowMembers(R__insp);
08190 }
08191
08192 namespace ROOT {
08193
08194 static void *new_TMultiGraph(void *p) {
08195 return p ? new(p) ::TMultiGraph : new ::TMultiGraph;
08196 }
08197 static void *newArray_TMultiGraph(Long_t nElements, void *p) {
08198 return p ? new(p) ::TMultiGraph[nElements] : new ::TMultiGraph[nElements];
08199 }
08200
08201 static void delete_TMultiGraph(void *p) {
08202 delete ((::TMultiGraph*)p);
08203 }
08204 static void deleteArray_TMultiGraph(void *p) {
08205 delete [] ((::TMultiGraph*)p);
08206 }
08207 static void destruct_TMultiGraph(void *p) {
08208 typedef ::TMultiGraph current_t;
08209 ((current_t*)p)->~current_t();
08210 }
08211 }
08212
08213
08214 void TMultiDimFit::Streamer(TBuffer &R__b)
08215 {
08216
08217
08218 if (R__b.IsReading()) {
08219 R__b.ReadClassBuffer(TMultiDimFit::Class(),this);
08220 } else {
08221 R__b.WriteClassBuffer(TMultiDimFit::Class(),this);
08222 }
08223 }
08224
08225
08226 void TMultiDimFit::ShowMembers(TMemberInspector &R__insp)
08227 {
08228
08229 TClass *R__cl = ::TMultiDimFit::IsA();
08230 if (R__cl || R__insp.IsA()) { }
08231 R__insp.Inspect(R__cl, R__insp.GetParent(), "fQuantity", &fQuantity);
08232 R__insp.InspectMember(fQuantity, "fQuantity.");
08233 R__insp.Inspect(R__cl, R__insp.GetParent(), "fSqError", &fSqError);
08234 R__insp.InspectMember(fSqError, "fSqError.");
08235 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMeanQuantity", &fMeanQuantity);
08236 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxQuantity", &fMaxQuantity);
08237 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinQuantity", &fMinQuantity);
08238 R__insp.Inspect(R__cl, R__insp.GetParent(), "fSumSqQuantity", &fSumSqQuantity);
08239 R__insp.Inspect(R__cl, R__insp.GetParent(), "fSumSqAvgQuantity", &fSumSqAvgQuantity);
08240 R__insp.Inspect(R__cl, R__insp.GetParent(), "fVariables", &fVariables);
08241 R__insp.InspectMember(fVariables, "fVariables.");
08242 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNVariables", &fNVariables);
08243 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMeanVariables", &fMeanVariables);
08244 R__insp.InspectMember(fMeanVariables, "fMeanVariables.");
08245 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxVariables", &fMaxVariables);
08246 R__insp.InspectMember(fMaxVariables, "fMaxVariables.");
08247 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinVariables", &fMinVariables);
08248 R__insp.InspectMember(fMinVariables, "fMinVariables.");
08249 R__insp.Inspect(R__cl, R__insp.GetParent(), "fSampleSize", &fSampleSize);
08250 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTestQuantity", &fTestQuantity);
08251 R__insp.InspectMember(fTestQuantity, "fTestQuantity.");
08252 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTestSqError", &fTestSqError);
08253 R__insp.InspectMember(fTestSqError, "fTestSqError.");
08254 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTestVariables", &fTestVariables);
08255 R__insp.InspectMember(fTestVariables, "fTestVariables.");
08256 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTestSampleSize", &fTestSampleSize);
08257 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinAngle", &fMinAngle);
08258 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxAngle", &fMaxAngle);
08259 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxTerms", &fMaxTerms);
08260 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinRelativeError", &fMinRelativeError);
08261 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMaxPowers", &fMaxPowers);
08262 R__insp.Inspect(R__cl, R__insp.GetParent(), "fPowerLimit", &fPowerLimit);
08263 R__insp.Inspect(R__cl, R__insp.GetParent(), "fFunctions", &fFunctions);
08264 R__insp.InspectMember(fFunctions, "fFunctions.");
08265 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxFunctions", &fMaxFunctions);
08266 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFunctionCodes", &fFunctionCodes);
08267 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxStudy", &fMaxStudy);
08268 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxFuncNV", &fMaxFuncNV);
08269 R__insp.Inspect(R__cl, R__insp.GetParent(), "fOrthFunctions", &fOrthFunctions);
08270 R__insp.InspectMember(fOrthFunctions, "fOrthFunctions.");
08271 R__insp.Inspect(R__cl, R__insp.GetParent(), "fOrthFunctionNorms", &fOrthFunctionNorms);
08272 R__insp.InspectMember(fOrthFunctionNorms, "fOrthFunctionNorms.");
08273 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMaxPowersFinal", &fMaxPowersFinal);
08274 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPowers", &fPowers);
08275 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPowerIndex", &fPowerIndex);
08276 R__insp.Inspect(R__cl, R__insp.GetParent(), "fResiduals", &fResiduals);
08277 R__insp.InspectMember(fResiduals, "fResiduals.");
08278 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxResidual", &fMaxResidual);
08279 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinResidual", &fMinResidual);
08280 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxResidualRow", &fMaxResidualRow);
08281 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinResidualRow", &fMinResidualRow);
08282 R__insp.Inspect(R__cl, R__insp.GetParent(), "fSumSqResidual", &fSumSqResidual);
08283 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNCoefficients", &fNCoefficients);
08284 R__insp.Inspect(R__cl, R__insp.GetParent(), "fOrthCoefficients", &fOrthCoefficients);
08285 R__insp.InspectMember(fOrthCoefficients, "fOrthCoefficients.");
08286 R__insp.Inspect(R__cl, R__insp.GetParent(), "fOrthCurvatureMatrix", &fOrthCurvatureMatrix);
08287 R__insp.InspectMember(fOrthCurvatureMatrix, "fOrthCurvatureMatrix.");
08288 R__insp.Inspect(R__cl, R__insp.GetParent(), "fCoefficients", &fCoefficients);
08289 R__insp.InspectMember(fCoefficients, "fCoefficients.");
08290 R__insp.Inspect(R__cl, R__insp.GetParent(), "fCoefficientsRMS", &fCoefficientsRMS);
08291 R__insp.InspectMember(fCoefficientsRMS, "fCoefficientsRMS.");
08292 R__insp.Inspect(R__cl, R__insp.GetParent(), "fRMS", &fRMS);
08293 R__insp.Inspect(R__cl, R__insp.GetParent(), "fChi2", &fChi2);
08294 R__insp.Inspect(R__cl, R__insp.GetParent(), "fParameterisationCode", &fParameterisationCode);
08295 R__insp.Inspect(R__cl, R__insp.GetParent(), "fError", &fError);
08296 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTestError", &fTestError);
08297 R__insp.Inspect(R__cl, R__insp.GetParent(), "fPrecision", &fPrecision);
08298 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTestPrecision", &fTestPrecision);
08299 R__insp.Inspect(R__cl, R__insp.GetParent(), "fCorrelationCoeff", &fCorrelationCoeff);
08300 R__insp.Inspect(R__cl, R__insp.GetParent(), "fCorrelationMatrix", &fCorrelationMatrix);
08301 R__insp.InspectMember(fCorrelationMatrix, "fCorrelationMatrix.");
08302 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTestCorrelationCoeff", &fTestCorrelationCoeff);
08303 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHistograms", &fHistograms);
08304 R__insp.Inspect(R__cl, R__insp.GetParent(), "fHistogramMask", &fHistogramMask);
08305 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBinVarX", &fBinVarX);
08306 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBinVarY", &fBinVarY);
08307 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFitter", &fFitter);
08308 R__insp.Inspect(R__cl, R__insp.GetParent(), "fPolyType", &fPolyType);
08309 R__insp.Inspect(R__cl, R__insp.GetParent(), "fShowCorrelation", &fShowCorrelation);
08310 R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsUserFunction", &fIsUserFunction);
08311 R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsVerbose", &fIsVerbose);
08312 TNamed::ShowMembers(R__insp);
08313 }
08314
08315 namespace ROOT {
08316
08317 static void *new_TMultiDimFit(void *p) {
08318 return p ? new(p) ::TMultiDimFit : new ::TMultiDimFit;
08319 }
08320 static void *newArray_TMultiDimFit(Long_t nElements, void *p) {
08321 return p ? new(p) ::TMultiDimFit[nElements] : new ::TMultiDimFit[nElements];
08322 }
08323
08324 static void delete_TMultiDimFit(void *p) {
08325 delete ((::TMultiDimFit*)p);
08326 }
08327 static void deleteArray_TMultiDimFit(void *p) {
08328 delete [] ((::TMultiDimFit*)p);
08329 }
08330 static void destruct_TMultiDimFit(void *p) {
08331 typedef ::TMultiDimFit current_t;
08332 ((current_t*)p)->~current_t();
08333 }
08334 }
08335
08336
08337 void TPolyMarker::ShowMembers(TMemberInspector &R__insp)
08338 {
08339
08340 TClass *R__cl = ::TPolyMarker::IsA();
08341 if (R__cl || R__insp.IsA()) { }
08342 R__insp.Inspect(R__cl, R__insp.GetParent(), "fN", &fN);
08343 R__insp.Inspect(R__cl, R__insp.GetParent(), "fLastPoint", &fLastPoint);
08344 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fX", &fX);
08345 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fY", &fY);
08346 R__insp.Inspect(R__cl, R__insp.GetParent(), "fOption", &fOption);
08347 R__insp.InspectMember(fOption, "fOption.");
08348 TObject::ShowMembers(R__insp);
08349 TAttMarker::ShowMembers(R__insp);
08350 }
08351
08352 namespace ROOT {
08353
08354 static void *new_TPolyMarker(void *p) {
08355 return p ? new(p) ::TPolyMarker : new ::TPolyMarker;
08356 }
08357 static void *newArray_TPolyMarker(Long_t nElements, void *p) {
08358 return p ? new(p) ::TPolyMarker[nElements] : new ::TPolyMarker[nElements];
08359 }
08360
08361 static void delete_TPolyMarker(void *p) {
08362 delete ((::TPolyMarker*)p);
08363 }
08364 static void deleteArray_TPolyMarker(void *p) {
08365 delete [] ((::TPolyMarker*)p);
08366 }
08367 static void destruct_TPolyMarker(void *p) {
08368 typedef ::TPolyMarker current_t;
08369 ((current_t*)p)->~current_t();
08370 }
08371
08372 static void streamer_TPolyMarker(TBuffer &buf, void *obj) {
08373 ((::TPolyMarker*)obj)->::TPolyMarker::Streamer(buf);
08374 }
08375 }
08376
08377
08378 void TPrincipal::Streamer(TBuffer &R__b)
08379 {
08380
08381
08382 if (R__b.IsReading()) {
08383 R__b.ReadClassBuffer(TPrincipal::Class(),this);
08384 } else {
08385 R__b.WriteClassBuffer(TPrincipal::Class(),this);
08386 }
08387 }
08388
08389
08390 void TPrincipal::ShowMembers(TMemberInspector &R__insp)
08391 {
08392
08393 TClass *R__cl = ::TPrincipal::IsA();
08394 if (R__cl || R__insp.IsA()) { }
08395 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNumberOfDataPoints", &fNumberOfDataPoints);
08396 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNumberOfVariables", &fNumberOfVariables);
08397 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMeanValues", &fMeanValues);
08398 R__insp.InspectMember(fMeanValues, "fMeanValues.");
08399 R__insp.Inspect(R__cl, R__insp.GetParent(), "fSigmas", &fSigmas);
08400 R__insp.InspectMember(fSigmas, "fSigmas.");
08401 R__insp.Inspect(R__cl, R__insp.GetParent(), "fCovarianceMatrix", &fCovarianceMatrix);
08402 R__insp.InspectMember(fCovarianceMatrix, "fCovarianceMatrix.");
08403 R__insp.Inspect(R__cl, R__insp.GetParent(), "fEigenVectors", &fEigenVectors);
08404 R__insp.InspectMember(fEigenVectors, "fEigenVectors.");
08405 R__insp.Inspect(R__cl, R__insp.GetParent(), "fEigenValues", &fEigenValues);
08406 R__insp.InspectMember(fEigenValues, "fEigenValues.");
08407 R__insp.Inspect(R__cl, R__insp.GetParent(), "fOffDiagonal", &fOffDiagonal);
08408 R__insp.InspectMember(fOffDiagonal, "fOffDiagonal.");
08409 R__insp.Inspect(R__cl, R__insp.GetParent(), "fUserData", &fUserData);
08410 R__insp.InspectMember(fUserData, "fUserData.");
08411 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTrace", &fTrace);
08412 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHistograms", &fHistograms);
08413 R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsNormalised", &fIsNormalised);
08414 R__insp.Inspect(R__cl, R__insp.GetParent(), "fStoreData", &fStoreData);
08415 TNamed::ShowMembers(R__insp);
08416 }
08417
08418 namespace ROOT {
08419
08420 static void *new_TPrincipal(void *p) {
08421 return p ? new(p) ::TPrincipal : new ::TPrincipal;
08422 }
08423 static void *newArray_TPrincipal(Long_t nElements, void *p) {
08424 return p ? new(p) ::TPrincipal[nElements] : new ::TPrincipal[nElements];
08425 }
08426
08427 static void delete_TPrincipal(void *p) {
08428 delete ((::TPrincipal*)p);
08429 }
08430 static void deleteArray_TPrincipal(void *p) {
08431 delete [] ((::TPrincipal*)p);
08432 }
08433 static void destruct_TPrincipal(void *p) {
08434 typedef ::TPrincipal current_t;
08435 ((current_t*)p)->~current_t();
08436 }
08437 }
08438
08439
08440 void TProfile::ShowMembers(TMemberInspector &R__insp)
08441 {
08442
08443 TClass *R__cl = ::TProfile::IsA();
08444 if (R__cl || R__insp.IsA()) { }
08445 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBinEntries", &fBinEntries);
08446 R__insp.InspectMember(fBinEntries, "fBinEntries.");
08447 R__insp.Inspect(R__cl, R__insp.GetParent(), "fErrorMode", &fErrorMode);
08448 R__insp.Inspect(R__cl, R__insp.GetParent(), "fYmin", &fYmin);
08449 R__insp.Inspect(R__cl, R__insp.GetParent(), "fYmax", &fYmax);
08450 R__insp.Inspect(R__cl, R__insp.GetParent(), "fScaling", &fScaling);
08451 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTsumwy", &fTsumwy);
08452 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTsumwy2", &fTsumwy2);
08453 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBinSumw2", &fBinSumw2);
08454 R__insp.InspectMember(fBinSumw2, "fBinSumw2.");
08455 TH1D::ShowMembers(R__insp);
08456 }
08457
08458 namespace ROOT {
08459
08460 static void *new_TProfile(void *p) {
08461 return p ? new(p) ::TProfile : new ::TProfile;
08462 }
08463 static void *newArray_TProfile(Long_t nElements, void *p) {
08464 return p ? new(p) ::TProfile[nElements] : new ::TProfile[nElements];
08465 }
08466
08467 static void delete_TProfile(void *p) {
08468 delete ((::TProfile*)p);
08469 }
08470 static void deleteArray_TProfile(void *p) {
08471 delete [] ((::TProfile*)p);
08472 }
08473 static void destruct_TProfile(void *p) {
08474 typedef ::TProfile current_t;
08475 ((current_t*)p)->~current_t();
08476 }
08477
08478 static void directoryAutoAdd_TProfile(void *p, TDirectory *dir) {
08479 ((::TProfile*)p)->DirectoryAutoAdd(dir);
08480 }
08481
08482 static void streamer_TProfile(TBuffer &buf, void *obj) {
08483 ((::TProfile*)obj)->::TProfile::Streamer(buf);
08484 }
08485 }
08486
08487
08488 void TProfile2D::ShowMembers(TMemberInspector &R__insp)
08489 {
08490
08491 TClass *R__cl = ::TProfile2D::IsA();
08492 if (R__cl || R__insp.IsA()) { }
08493 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBinEntries", &fBinEntries);
08494 R__insp.InspectMember(fBinEntries, "fBinEntries.");
08495 R__insp.Inspect(R__cl, R__insp.GetParent(), "fErrorMode", &fErrorMode);
08496 R__insp.Inspect(R__cl, R__insp.GetParent(), "fZmin", &fZmin);
08497 R__insp.Inspect(R__cl, R__insp.GetParent(), "fZmax", &fZmax);
08498 R__insp.Inspect(R__cl, R__insp.GetParent(), "fScaling", &fScaling);
08499 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTsumwz", &fTsumwz);
08500 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTsumwz2", &fTsumwz2);
08501 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBinSumw2", &fBinSumw2);
08502 R__insp.InspectMember(fBinSumw2, "fBinSumw2.");
08503 TH2D::ShowMembers(R__insp);
08504 }
08505
08506 namespace ROOT {
08507
08508 static void *new_TProfile2D(void *p) {
08509 return p ? new(p) ::TProfile2D : new ::TProfile2D;
08510 }
08511 static void *newArray_TProfile2D(Long_t nElements, void *p) {
08512 return p ? new(p) ::TProfile2D[nElements] : new ::TProfile2D[nElements];
08513 }
08514
08515 static void delete_TProfile2D(void *p) {
08516 delete ((::TProfile2D*)p);
08517 }
08518 static void deleteArray_TProfile2D(void *p) {
08519 delete [] ((::TProfile2D*)p);
08520 }
08521 static void destruct_TProfile2D(void *p) {
08522 typedef ::TProfile2D current_t;
08523 ((current_t*)p)->~current_t();
08524 }
08525
08526 static void directoryAutoAdd_TProfile2D(void *p, TDirectory *dir) {
08527 ((::TProfile2D*)p)->DirectoryAutoAdd(dir);
08528 }
08529
08530 static void streamer_TProfile2D(TBuffer &buf, void *obj) {
08531 ((::TProfile2D*)obj)->::TProfile2D::Streamer(buf);
08532 }
08533 }
08534
08535
08536 void TProfile3D::Streamer(TBuffer &R__b)
08537 {
08538
08539
08540 if (R__b.IsReading()) {
08541 R__b.ReadClassBuffer(TProfile3D::Class(),this);
08542 } else {
08543 R__b.WriteClassBuffer(TProfile3D::Class(),this);
08544 }
08545 }
08546
08547
08548 void TProfile3D::ShowMembers(TMemberInspector &R__insp)
08549 {
08550
08551 TClass *R__cl = ::TProfile3D::IsA();
08552 if (R__cl || R__insp.IsA()) { }
08553 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBinEntries", &fBinEntries);
08554 R__insp.InspectMember(fBinEntries, "fBinEntries.");
08555 R__insp.Inspect(R__cl, R__insp.GetParent(), "fErrorMode", &fErrorMode);
08556 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTmin", &fTmin);
08557 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTmax", &fTmax);
08558 R__insp.Inspect(R__cl, R__insp.GetParent(), "fScaling", &fScaling);
08559 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTsumwt", &fTsumwt);
08560 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTsumwt2", &fTsumwt2);
08561 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBinSumw2", &fBinSumw2);
08562 R__insp.InspectMember(fBinSumw2, "fBinSumw2.");
08563 TH3D::ShowMembers(R__insp);
08564 }
08565
08566 namespace ROOT {
08567
08568 static void *new_TProfile3D(void *p) {
08569 return p ? new(p) ::TProfile3D : new ::TProfile3D;
08570 }
08571 static void *newArray_TProfile3D(Long_t nElements, void *p) {
08572 return p ? new(p) ::TProfile3D[nElements] : new ::TProfile3D[nElements];
08573 }
08574
08575 static void delete_TProfile3D(void *p) {
08576 delete ((::TProfile3D*)p);
08577 }
08578 static void deleteArray_TProfile3D(void *p) {
08579 delete [] ((::TProfile3D*)p);
08580 }
08581 static void destruct_TProfile3D(void *p) {
08582 typedef ::TProfile3D current_t;
08583 ((current_t*)p)->~current_t();
08584 }
08585
08586 static void directoryAutoAdd_TProfile3D(void *p, TDirectory *dir) {
08587 ((::TProfile3D*)p)->DirectoryAutoAdd(dir);
08588 }
08589 }
08590
08591
08592 void TSpline::ShowMembers(TMemberInspector &R__insp)
08593 {
08594
08595 TClass *R__cl = ::TSpline::IsA();
08596 if (R__cl || R__insp.IsA()) { }
08597 R__insp.Inspect(R__cl, R__insp.GetParent(), "fDelta", &fDelta);
08598 R__insp.Inspect(R__cl, R__insp.GetParent(), "fXmin", &fXmin);
08599 R__insp.Inspect(R__cl, R__insp.GetParent(), "fXmax", &fXmax);
08600 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNp", &fNp);
08601 R__insp.Inspect(R__cl, R__insp.GetParent(), "fKstep", &fKstep);
08602 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHistogram", &fHistogram);
08603 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGraph", &fGraph);
08604 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNpx", &fNpx);
08605 TNamed::ShowMembers(R__insp);
08606 TAttLine::ShowMembers(R__insp);
08607 TAttFill::ShowMembers(R__insp);
08608 TAttMarker::ShowMembers(R__insp);
08609 }
08610
08611 namespace ROOT {
08612
08613 static void delete_TSpline(void *p) {
08614 delete ((::TSpline*)p);
08615 }
08616 static void deleteArray_TSpline(void *p) {
08617 delete [] ((::TSpline*)p);
08618 }
08619 static void destruct_TSpline(void *p) {
08620 typedef ::TSpline current_t;
08621 ((current_t*)p)->~current_t();
08622 }
08623
08624 static void streamer_TSpline(TBuffer &buf, void *obj) {
08625 ((::TSpline*)obj)->::TSpline::Streamer(buf);
08626 }
08627 }
08628
08629
08630 void TSpline5::ShowMembers(TMemberInspector &R__insp)
08631 {
08632
08633 TClass *R__cl = ::TSpline5::IsA();
08634 if (R__cl || R__insp.IsA()) { }
08635 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPoly", &fPoly);
08636 TSpline::ShowMembers(R__insp);
08637 }
08638
08639 namespace ROOT {
08640
08641 static void *new_TSpline5(void *p) {
08642 return p ? new(p) ::TSpline5 : new ::TSpline5;
08643 }
08644 static void *newArray_TSpline5(Long_t nElements, void *p) {
08645 return p ? new(p) ::TSpline5[nElements] : new ::TSpline5[nElements];
08646 }
08647
08648 static void delete_TSpline5(void *p) {
08649 delete ((::TSpline5*)p);
08650 }
08651 static void deleteArray_TSpline5(void *p) {
08652 delete [] ((::TSpline5*)p);
08653 }
08654 static void destruct_TSpline5(void *p) {
08655 typedef ::TSpline5 current_t;
08656 ((current_t*)p)->~current_t();
08657 }
08658
08659 static void streamer_TSpline5(TBuffer &buf, void *obj) {
08660 ((::TSpline5*)obj)->::TSpline5::Streamer(buf);
08661 }
08662 }
08663
08664
08665 void TSpline3::ShowMembers(TMemberInspector &R__insp)
08666 {
08667
08668 TClass *R__cl = ::TSpline3::IsA();
08669 if (R__cl || R__insp.IsA()) { }
08670 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPoly", &fPoly);
08671 R__insp.Inspect(R__cl, R__insp.GetParent(), "fValBeg", &fValBeg);
08672 R__insp.Inspect(R__cl, R__insp.GetParent(), "fValEnd", &fValEnd);
08673 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBegCond", &fBegCond);
08674 R__insp.Inspect(R__cl, R__insp.GetParent(), "fEndCond", &fEndCond);
08675 TSpline::ShowMembers(R__insp);
08676 }
08677
08678 namespace ROOT {
08679
08680 static void *new_TSpline3(void *p) {
08681 return p ? new(p) ::TSpline3 : new ::TSpline3;
08682 }
08683 static void *newArray_TSpline3(Long_t nElements, void *p) {
08684 return p ? new(p) ::TSpline3[nElements] : new ::TSpline3[nElements];
08685 }
08686
08687 static void delete_TSpline3(void *p) {
08688 delete ((::TSpline3*)p);
08689 }
08690 static void deleteArray_TSpline3(void *p) {
08691 delete [] ((::TSpline3*)p);
08692 }
08693 static void destruct_TSpline3(void *p) {
08694 typedef ::TSpline3 current_t;
08695 ((current_t*)p)->~current_t();
08696 }
08697
08698 static void streamer_TSpline3(TBuffer &buf, void *obj) {
08699 ((::TSpline3*)obj)->::TSpline3::Streamer(buf);
08700 }
08701 }
08702
08703
08704 void TSplinePoly::Streamer(TBuffer &R__b)
08705 {
08706
08707
08708 if (R__b.IsReading()) {
08709 R__b.ReadClassBuffer(TSplinePoly::Class(),this);
08710 } else {
08711 R__b.WriteClassBuffer(TSplinePoly::Class(),this);
08712 }
08713 }
08714
08715
08716 void TSplinePoly::ShowMembers(TMemberInspector &R__insp)
08717 {
08718
08719 TClass *R__cl = ::TSplinePoly::IsA();
08720 if (R__cl || R__insp.IsA()) { }
08721 R__insp.Inspect(R__cl, R__insp.GetParent(), "fX", &fX);
08722 R__insp.Inspect(R__cl, R__insp.GetParent(), "fY", &fY);
08723 TObject::ShowMembers(R__insp);
08724 }
08725
08726 namespace ROOT {
08727
08728 static void *new_TSplinePoly(void *p) {
08729 return p ? new(p) ::TSplinePoly : new ::TSplinePoly;
08730 }
08731 static void *newArray_TSplinePoly(Long_t nElements, void *p) {
08732 return p ? new(p) ::TSplinePoly[nElements] : new ::TSplinePoly[nElements];
08733 }
08734
08735 static void delete_TSplinePoly(void *p) {
08736 delete ((::TSplinePoly*)p);
08737 }
08738 static void deleteArray_TSplinePoly(void *p) {
08739 delete [] ((::TSplinePoly*)p);
08740 }
08741 static void destruct_TSplinePoly(void *p) {
08742 typedef ::TSplinePoly current_t;
08743 ((current_t*)p)->~current_t();
08744 }
08745 }
08746
08747
08748 void TSplinePoly5::Streamer(TBuffer &R__b)
08749 {
08750
08751
08752 if (R__b.IsReading()) {
08753 R__b.ReadClassBuffer(TSplinePoly5::Class(),this);
08754 } else {
08755 R__b.WriteClassBuffer(TSplinePoly5::Class(),this);
08756 }
08757 }
08758
08759
08760 void TSplinePoly5::ShowMembers(TMemberInspector &R__insp)
08761 {
08762
08763 TClass *R__cl = ::TSplinePoly5::IsA();
08764 if (R__cl || R__insp.IsA()) { }
08765 R__insp.Inspect(R__cl, R__insp.GetParent(), "fB", &fB);
08766 R__insp.Inspect(R__cl, R__insp.GetParent(), "fC", &fC);
08767 R__insp.Inspect(R__cl, R__insp.GetParent(), "fD", &fD);
08768 R__insp.Inspect(R__cl, R__insp.GetParent(), "fE", &fE);
08769 R__insp.Inspect(R__cl, R__insp.GetParent(), "fF", &fF);
08770 TSplinePoly::ShowMembers(R__insp);
08771 }
08772
08773 namespace ROOT {
08774
08775 static void *new_TSplinePoly5(void *p) {
08776 return p ? new(p) ::TSplinePoly5 : new ::TSplinePoly5;
08777 }
08778 static void *newArray_TSplinePoly5(Long_t nElements, void *p) {
08779 return p ? new(p) ::TSplinePoly5[nElements] : new ::TSplinePoly5[nElements];
08780 }
08781
08782 static void delete_TSplinePoly5(void *p) {
08783 delete ((::TSplinePoly5*)p);
08784 }
08785 static void deleteArray_TSplinePoly5(void *p) {
08786 delete [] ((::TSplinePoly5*)p);
08787 }
08788 static void destruct_TSplinePoly5(void *p) {
08789 typedef ::TSplinePoly5 current_t;
08790 ((current_t*)p)->~current_t();
08791 }
08792 }
08793
08794
08795 void TSplinePoly3::Streamer(TBuffer &R__b)
08796 {
08797
08798
08799 if (R__b.IsReading()) {
08800 R__b.ReadClassBuffer(TSplinePoly3::Class(),this);
08801 } else {
08802 R__b.WriteClassBuffer(TSplinePoly3::Class(),this);
08803 }
08804 }
08805
08806
08807 void TSplinePoly3::ShowMembers(TMemberInspector &R__insp)
08808 {
08809
08810 TClass *R__cl = ::TSplinePoly3::IsA();
08811 if (R__cl || R__insp.IsA()) { }
08812 R__insp.Inspect(R__cl, R__insp.GetParent(), "fB", &fB);
08813 R__insp.Inspect(R__cl, R__insp.GetParent(), "fC", &fC);
08814 R__insp.Inspect(R__cl, R__insp.GetParent(), "fD", &fD);
08815 TSplinePoly::ShowMembers(R__insp);
08816 }
08817
08818 namespace ROOT {
08819
08820 static void *new_TSplinePoly3(void *p) {
08821 return p ? new(p) ::TSplinePoly3 : new ::TSplinePoly3;
08822 }
08823 static void *newArray_TSplinePoly3(Long_t nElements, void *p) {
08824 return p ? new(p) ::TSplinePoly3[nElements] : new ::TSplinePoly3[nElements];
08825 }
08826
08827 static void delete_TSplinePoly3(void *p) {
08828 delete ((::TSplinePoly3*)p);
08829 }
08830 static void deleteArray_TSplinePoly3(void *p) {
08831 delete [] ((::TSplinePoly3*)p);
08832 }
08833 static void destruct_TSplinePoly3(void *p) {
08834 typedef ::TSplinePoly3 current_t;
08835 ((current_t*)p)->~current_t();
08836 }
08837 }
08838
08839
08840 void TVirtualHistPainter::Streamer(TBuffer &R__b)
08841 {
08842
08843
08844 if (R__b.IsReading()) {
08845 R__b.ReadClassBuffer(TVirtualHistPainter::Class(),this);
08846 } else {
08847 R__b.WriteClassBuffer(TVirtualHistPainter::Class(),this);
08848 }
08849 }
08850
08851
08852 void TVirtualHistPainter::ShowMembers(TMemberInspector &R__insp)
08853 {
08854
08855 TClass *R__cl = ::TVirtualHistPainter::IsA();
08856 if (R__cl || R__insp.IsA()) { }
08857 TObject::ShowMembers(R__insp);
08858 }
08859
08860 namespace ROOT {
08861
08862 static void delete_TVirtualHistPainter(void *p) {
08863 delete ((::TVirtualHistPainter*)p);
08864 }
08865 static void deleteArray_TVirtualHistPainter(void *p) {
08866 delete [] ((::TVirtualHistPainter*)p);
08867 }
08868 static void destruct_TVirtualHistPainter(void *p) {
08869 typedef ::TVirtualHistPainter current_t;
08870 ((current_t*)p)->~current_t();
08871 }
08872 }
08873
08874
08875 void TVirtualGraphPainter::Streamer(TBuffer &R__b)
08876 {
08877
08878
08879 if (R__b.IsReading()) {
08880 R__b.ReadClassBuffer(TVirtualGraphPainter::Class(),this);
08881 } else {
08882 R__b.WriteClassBuffer(TVirtualGraphPainter::Class(),this);
08883 }
08884 }
08885
08886
08887 void TVirtualGraphPainter::ShowMembers(TMemberInspector &R__insp)
08888 {
08889
08890 TClass *R__cl = ::TVirtualGraphPainter::IsA();
08891 if (R__cl || R__insp.IsA()) { }
08892 TObject::ShowMembers(R__insp);
08893 }
08894
08895 namespace ROOT {
08896
08897 static void delete_TVirtualGraphPainter(void *p) {
08898 delete ((::TVirtualGraphPainter*)p);
08899 }
08900 static void deleteArray_TVirtualGraphPainter(void *p) {
08901 delete [] ((::TVirtualGraphPainter*)p);
08902 }
08903 static void destruct_TVirtualGraphPainter(void *p) {
08904 typedef ::TVirtualGraphPainter current_t;
08905 ((current_t*)p)->~current_t();
08906 }
08907 }
08908
08909
08910 void TBackCompFitter::Streamer(TBuffer &R__b)
08911 {
08912
08913
08914 if (R__b.IsReading()) {
08915 R__b.ReadClassBuffer(TBackCompFitter::Class(),this);
08916 } else {
08917 R__b.WriteClassBuffer(TBackCompFitter::Class(),this);
08918 }
08919 }
08920
08921
08922 void TBackCompFitter::ShowMembers(TMemberInspector &R__insp)
08923 {
08924
08925 TClass *R__cl = ::TBackCompFitter::IsA();
08926 if (R__cl || R__insp.IsA()) { }
08927 R__insp.Inspect(R__cl, R__insp.GetParent(), "fFitData", (void*)&fFitData);
08928 R__insp.InspectMember("auto_ptr<ROOT::Fit::FitData>", (void*)&fFitData, "fFitData.", true);
08929 R__insp.Inspect(R__cl, R__insp.GetParent(), "fFitter", (void*)&fFitter);
08930 R__insp.InspectMember("auto_ptr<ROOT::Fit::Fitter>", (void*)&fFitter, "fFitter.", true);
08931 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMinimizer", &fMinimizer);
08932 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fObjFunc", &fObjFunc);
08933 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fModelFunc", &fModelFunc);
08934 R__insp.Inspect(R__cl, R__insp.GetParent(), "fCovar", (void*)&fCovar);
08935 R__insp.InspectMember("vector<double>", (void*)&fCovar, "fCovar.", false);
08936 TVirtualFitter::ShowMembers(R__insp);
08937 }
08938
08939 namespace ROOT {
08940
08941 static void *new_TBackCompFitter(void *p) {
08942 return p ? new(p) ::TBackCompFitter : new ::TBackCompFitter;
08943 }
08944 static void *newArray_TBackCompFitter(Long_t nElements, void *p) {
08945 return p ? new(p) ::TBackCompFitter[nElements] : new ::TBackCompFitter[nElements];
08946 }
08947
08948 static void delete_TBackCompFitter(void *p) {
08949 delete ((::TBackCompFitter*)p);
08950 }
08951 static void deleteArray_TBackCompFitter(void *p) {
08952 delete [] ((::TBackCompFitter*)p);
08953 }
08954 static void destruct_TBackCompFitter(void *p) {
08955 typedef ::TBackCompFitter current_t;
08956 ((current_t*)p)->~current_t();
08957 }
08958 }
08959
08960
08961 void TUnfold::Streamer(TBuffer &R__b)
08962 {
08963
08964
08965 if (R__b.IsReading()) {
08966 R__b.ReadClassBuffer(TUnfold::Class(),this);
08967 } else {
08968 R__b.WriteClassBuffer(TUnfold::Class(),this);
08969 }
08970 }
08971
08972
08973 void TUnfold::ShowMembers(TMemberInspector &R__insp)
08974 {
08975
08976 TClass *R__cl = ::TUnfold::IsA();
08977 if (R__cl || R__insp.IsA()) { }
08978 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fA", &fA);
08979 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLsquared", &fLsquared);
08980 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fVyy", &fVyy);
08981 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fY", &fY);
08982 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fX0", &fX0);
08983 R__insp.Inspect(R__cl, R__insp.GetParent(), "fTauSquared", &fTauSquared);
08984 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBiasScale", &fBiasScale);
08985 R__insp.Inspect(R__cl, R__insp.GetParent(), "fXToHist", &fXToHist);
08986 R__insp.InspectMember(fXToHist, "fXToHist.");
08987 R__insp.Inspect(R__cl, R__insp.GetParent(), "fHistToX", &fHistToX);
08988 R__insp.InspectMember(fHistToX, "fHistToX.");
08989 R__insp.Inspect(R__cl, R__insp.GetParent(), "fSumOverY", &fSumOverY);
08990 R__insp.InspectMember(fSumOverY, "fSumOverY.");
08991 R__insp.Inspect(R__cl, R__insp.GetParent(), "fConstraint", &fConstraint);
08992 R__insp.Inspect(R__cl, R__insp.GetParent(), "fRegMode", &fRegMode);
08993 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fX", &fX);
08994 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fVxx", &fVxx);
08995 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fVxxInv", &fVxxInv);
08996 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAx", &fAx);
08997 R__insp.Inspect(R__cl, R__insp.GetParent(), "fChi2A", &fChi2A);
08998 R__insp.Inspect(R__cl, R__insp.GetParent(), "fLXsquared", &fLXsquared);
08999 R__insp.Inspect(R__cl, R__insp.GetParent(), "fRhoMax", &fRhoMax);
09000 R__insp.Inspect(R__cl, R__insp.GetParent(), "fRhoAvg", &fRhoAvg);
09001 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNdf", &fNdf);
09002 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDXDAM[2]", &fDXDAM);
09003 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDXDAZ[2]", &fDXDAZ);
09004 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDXDtauSquared", &fDXDtauSquared);
09005 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDXDY", &fDXDY);
09006 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEinv", &fEinv);
09007 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fE", &fE);
09008 TObject::ShowMembers(R__insp);
09009 }
09010
09011 namespace ROOT {
09012
09013 static void delete_TUnfold(void *p) {
09014 delete ((::TUnfold*)p);
09015 }
09016 static void deleteArray_TUnfold(void *p) {
09017 delete [] ((::TUnfold*)p);
09018 }
09019 static void destruct_TUnfold(void *p) {
09020 typedef ::TUnfold current_t;
09021 ((current_t*)p)->~current_t();
09022 }
09023 }
09024
09025
09026 void TUnfoldSys::Streamer(TBuffer &R__b)
09027 {
09028
09029
09030 if (R__b.IsReading()) {
09031 R__b.ReadClassBuffer(TUnfoldSys::Class(),this);
09032 } else {
09033 R__b.WriteClassBuffer(TUnfoldSys::Class(),this);
09034 }
09035 }
09036
09037
09038 void TUnfoldSys::ShowMembers(TMemberInspector &R__insp)
09039 {
09040
09041 TClass *R__cl = ::TUnfoldSys::IsA();
09042 if (R__cl || R__insp.IsA()) { }
09043 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDAinRelSq", &fDAinRelSq);
09044 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDAinColRelSq", &fDAinColRelSq);
09045 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAoutside", &fAoutside);
09046 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSysIn", &fSysIn);
09047 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBgrIn", &fBgrIn);
09048 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBgrErrUncorrIn", &fBgrErrUncorrIn);
09049 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBgrErrCorrIn", &fBgrErrCorrIn);
09050 R__insp.Inspect(R__cl, R__insp.GetParent(), "fDtau", &fDtau);
09051 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fYData", &fYData);
09052 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fVyyData", &fVyyData);
09053 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEmatUncorrX", &fEmatUncorrX);
09054 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEmatUncorrAx", &fEmatUncorrAx);
09055 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDeltaCorrX", &fDeltaCorrX);
09056 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDeltaCorrAx", &fDeltaCorrAx);
09057 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDeltaSysTau", &fDeltaSysTau);
09058 TUnfold::ShowMembers(R__insp);
09059 }
09060
09061 namespace ROOT {
09062
09063 static void delete_TUnfoldSys(void *p) {
09064 delete ((::TUnfoldSys*)p);
09065 }
09066 static void deleteArray_TUnfoldSys(void *p) {
09067 delete [] ((::TUnfoldSys*)p);
09068 }
09069 static void destruct_TUnfoldSys(void *p) {
09070 typedef ::TUnfoldSys current_t;
09071 ((current_t*)p)->~current_t();
09072 }
09073 }
09074
09075
09076 void TSVDUnfold::Streamer(TBuffer &R__b)
09077 {
09078
09079
09080 if (R__b.IsReading()) {
09081 R__b.ReadClassBuffer(TSVDUnfold::Class(),this);
09082 } else {
09083 R__b.WriteClassBuffer(TSVDUnfold::Class(),this);
09084 }
09085 }
09086
09087
09088 void TSVDUnfold::ShowMembers(TMemberInspector &R__insp)
09089 {
09090
09091 TClass *R__cl = ::TSVDUnfold::IsA();
09092 if (R__cl || R__insp.IsA()) { }
09093 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNdim", &fNdim);
09094 R__insp.Inspect(R__cl, R__insp.GetParent(), "fDdim", &fDdim);
09095 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNormalize", &fNormalize);
09096 R__insp.Inspect(R__cl, R__insp.GetParent(), "fKReg", &fKReg);
09097 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDHist", &fDHist);
09098 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSVHist", &fSVHist);
09099 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBdat", &fBdat);
09100 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBini", &fBini);
09101 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fXini", &fXini);
09102 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAdet", &fAdet);
09103 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fToyhisto", &fToyhisto);
09104 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fToymat", &fToymat);
09105 R__insp.Inspect(R__cl, R__insp.GetParent(), "fToyMode", &fToyMode);
09106 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMatToyMode", &fMatToyMode);
09107 TObject::ShowMembers(R__insp);
09108 }
09109
09110 namespace ROOT {
09111
09112 static void delete_TSVDUnfold(void *p) {
09113 delete ((::TSVDUnfold*)p);
09114 }
09115 static void deleteArray_TSVDUnfold(void *p) {
09116 delete [] ((::TSVDUnfold*)p);
09117 }
09118 static void destruct_TSVDUnfold(void *p) {
09119 typedef ::TSVDUnfold current_t;
09120 ((current_t*)p)->~current_t();
09121 }
09122 }
09123
09124
09125 void TEfficiency::Streamer(TBuffer &R__b)
09126 {
09127
09128
09129 if (R__b.IsReading()) {
09130 R__b.ReadClassBuffer(TEfficiency::Class(),this);
09131 } else {
09132 R__b.WriteClassBuffer(TEfficiency::Class(),this);
09133 }
09134 }
09135
09136
09137 void TEfficiency::ShowMembers(TMemberInspector &R__insp)
09138 {
09139
09140 TClass *R__cl = ::TEfficiency::IsA();
09141 if (R__cl || R__insp.IsA()) { }
09142 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBeta_alpha", &fBeta_alpha);
09143 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBeta_beta", &fBeta_beta);
09144 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBeta_bin_params", (void*)&fBeta_bin_params);
09145 R__insp.InspectMember("vector<std::pair<Double_t,Double_t> >", (void*)&fBeta_bin_params, "fBeta_bin_params.", false);
09146 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBoundary", &fBoundary);
09147 R__insp.Inspect(R__cl, R__insp.GetParent(), "fConfLevel", &fConfLevel);
09148 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDirectory", &fDirectory);
09149 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFunctions", &fFunctions);
09150 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPaintGraph", &fPaintGraph);
09151 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPaintHisto", &fPaintHisto);
09152 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPassedHistogram", &fPassedHistogram);
09153 R__insp.Inspect(R__cl, R__insp.GetParent(), "fStatisticOption", &fStatisticOption);
09154 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTotalHistogram", &fTotalHistogram);
09155 R__insp.Inspect(R__cl, R__insp.GetParent(), "fWeight", &fWeight);
09156 TNamed::ShowMembers(R__insp);
09157 TAttLine::ShowMembers(R__insp);
09158 TAttFill::ShowMembers(R__insp);
09159 TAttMarker::ShowMembers(R__insp);
09160 }
09161
09162 namespace ROOT {
09163
09164 static void *new_TEfficiency(void *p) {
09165 return p ? new(p) ::TEfficiency : new ::TEfficiency;
09166 }
09167 static void *newArray_TEfficiency(Long_t nElements, void *p) {
09168 return p ? new(p) ::TEfficiency[nElements] : new ::TEfficiency[nElements];
09169 }
09170
09171 static void delete_TEfficiency(void *p) {
09172 delete ((::TEfficiency*)p);
09173 }
09174 static void deleteArray_TEfficiency(void *p) {
09175 delete [] ((::TEfficiency*)p);
09176 }
09177 static void destruct_TEfficiency(void *p) {
09178 typedef ::TEfficiency current_t;
09179 ((current_t*)p)->~current_t();
09180 }
09181 }
09182
09183
09184 void TKDE::Streamer(TBuffer &R__b)
09185 {
09186
09187
09188 if (R__b.IsReading()) {
09189 R__b.ReadClassBuffer(TKDE::Class(),this);
09190 } else {
09191 R__b.WriteClassBuffer(TKDE::Class(),this);
09192 }
09193 }
09194
09195
09196 void TKDE::ShowMembers(TMemberInspector &R__insp)
09197 {
09198
09199 TClass *R__cl = ::TKDE::IsA();
09200 if (R__cl || R__insp.IsA()) { }
09201 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fKernelFunction", &fKernelFunction);
09202 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fKernel", &fKernel);
09203 R__insp.Inspect(R__cl, R__insp.GetParent(), "fData", (void*)&fData);
09204 R__insp.InspectMember("vector<Double_t>", (void*)&fData, "fData.", false);
09205 R__insp.Inspect(R__cl, R__insp.GetParent(), "fEvents", (void*)&fEvents);
09206 R__insp.InspectMember("vector<Double_t>", (void*)&fEvents, "fEvents.", false);
09207 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPDF", &fPDF);
09208 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUpperPDF", &fUpperPDF);
09209 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLowerPDF", &fLowerPDF);
09210 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fApproximateBias", &fApproximateBias);
09211 R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGraph", &fGraph);
09212 R__insp.Inspect(R__cl, R__insp.GetParent(), "fKernelType", &fKernelType);
09213 R__insp.Inspect(R__cl, R__insp.GetParent(), "fIteration", &fIteration);
09214 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMirror", &fMirror);
09215 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBinning", &fBinning);
09216 R__insp.Inspect(R__cl, R__insp.GetParent(), "fUseMirroring", &fUseMirroring);
09217 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMirrorLeft", &fMirrorLeft);
09218 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMirrorRight", &fMirrorRight);
09219 R__insp.Inspect(R__cl, R__insp.GetParent(), "fAsymLeft", &fAsymLeft);
09220 R__insp.Inspect(R__cl, R__insp.GetParent(), "fAsymRight", &fAsymRight);
09221 R__insp.Inspect(R__cl, R__insp.GetParent(), "fUseBins", &fUseBins);
09222 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNewData", &fNewData);
09223 R__insp.Inspect(R__cl, R__insp.GetParent(), "fUseMinMaxFromData", &fUseMinMaxFromData);
09224 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNBins", &fNBins);
09225 R__insp.Inspect(R__cl, R__insp.GetParent(), "fNEvents", &fNEvents);
09226 R__insp.Inspect(R__cl, R__insp.GetParent(), "fUseBinsNEvents", &fUseBinsNEvents);
09227 R__insp.Inspect(R__cl, R__insp.GetParent(), "fMean", &fMean);
09228 R__insp.Inspect(R__cl, R__insp.GetParent(), "fSigma", &fSigma);
09229 R__insp.Inspect(R__cl, R__insp.GetParent(), "fSigmaRob", &fSigmaRob);
09230 R__insp.Inspect(R__cl, R__insp.GetParent(), "fXMin", &fXMin);
09231 R__insp.Inspect(R__cl, R__insp.GetParent(), "fXMax", &fXMax);
09232 R__insp.Inspect(R__cl, R__insp.GetParent(), "fRho", &fRho);
09233 R__insp.Inspect(R__cl, R__insp.GetParent(), "fAdaptiveBandwidthFactor", &fAdaptiveBandwidthFactor);
09234 R__insp.Inspect(R__cl, R__insp.GetParent(), "fWeightSize", &fWeightSize);
09235 R__insp.Inspect(R__cl, R__insp.GetParent(), "fCanonicalBandwidths", (void*)&fCanonicalBandwidths);
09236 R__insp.InspectMember("vector<Double_t>", (void*)&fCanonicalBandwidths, "fCanonicalBandwidths.", false);
09237 R__insp.Inspect(R__cl, R__insp.GetParent(), "fKernelSigmas2", (void*)&fKernelSigmas2);
09238 R__insp.InspectMember("vector<Double_t>", (void*)&fKernelSigmas2, "fKernelSigmas2.", false);
09239 R__insp.Inspect(R__cl, R__insp.GetParent(), "fBinCount", (void*)&fBinCount);
09240 R__insp.InspectMember("vector<UInt_t>", (void*)&fBinCount, "fBinCount.", false);
09241 R__insp.Inspect(R__cl, R__insp.GetParent(), "fSettedOptions", (void*)&fSettedOptions);
09242 R__insp.InspectMember("vector<Bool_t>", (void*)&fSettedOptions, "fSettedOptions.", false);
09243 TNamed::ShowMembers(R__insp);
09244 }
09245
09246 namespace ROOT {
09247
09248 static void *new_TKDE(void *p) {
09249 return p ? new(p) ::TKDE : new ::TKDE;
09250 }
09251 static void *newArray_TKDE(Long_t nElements, void *p) {
09252 return p ? new(p) ::TKDE[nElements] : new ::TKDE[nElements];
09253 }
09254
09255 static void delete_TKDE(void *p) {
09256 delete ((::TKDE*)p);
09257 }
09258 static void deleteArray_TKDE(void *p) {
09259 delete [] ((::TKDE*)p);
09260 }
09261 static void destruct_TKDE(void *p) {
09262 typedef ::TKDE current_t;
09263 ((current_t*)p)->~current_t();
09264 }
09265 }
09266
09267 namespace ROOT {
09268
09269 static void delete_ROOTcLcLMathcLcLWrappedTF1(void *p) {
09270 delete ((::ROOT::Math::WrappedTF1*)p);
09271 }
09272 static void deleteArray_ROOTcLcLMathcLcLWrappedTF1(void *p) {
09273 delete [] ((::ROOT::Math::WrappedTF1*)p);
09274 }
09275 static void destruct_ROOTcLcLMathcLcLWrappedTF1(void *p) {
09276 typedef ::ROOT::Math::WrappedTF1 current_t;
09277 ((current_t*)p)->~current_t();
09278 }
09279 }
09280
09281 namespace ROOT {
09282
09283 static void delete_ROOTcLcLMathcLcLWrappedMultiTF1(void *p) {
09284 delete ((::ROOT::Math::WrappedMultiTF1*)p);
09285 }
09286 static void deleteArray_ROOTcLcLMathcLcLWrappedMultiTF1(void *p) {
09287 delete [] ((::ROOT::Math::WrappedMultiTF1*)p);
09288 }
09289 static void destruct_ROOTcLcLMathcLcLWrappedMultiTF1(void *p) {
09290 typedef ::ROOT::Math::WrappedMultiTF1 current_t;
09291 ((current_t*)p)->~current_t();
09292 }
09293 }
09294
09295 namespace ROOT {
09296 void vectorlEboolgR_ShowMembers(void *obj, TMemberInspector &R__insp);
09297 static void vectorlEboolgR_Dictionary();
09298 static void *new_vectorlEboolgR(void *p = 0);
09299 static void *newArray_vectorlEboolgR(Long_t size, void *p);
09300 static void delete_vectorlEboolgR(void *p);
09301 static void deleteArray_vectorlEboolgR(void *p);
09302 static void destruct_vectorlEboolgR(void *p);
09303
09304
09305 static TGenericClassInfo *GenerateInitInstanceLocal(const vector<bool>*)
09306 {
09307 vector<bool> *ptr = 0;
09308 static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<bool>),0);
09309 static ::ROOT::TGenericClassInfo
09310 instance("vector<bool>", -2, "prec_stl/vector", 49,
09311 typeid(vector<bool>), DefineBehavior(ptr, ptr),
09312 0, &vectorlEboolgR_Dictionary, isa_proxy, 0,
09313 sizeof(vector<bool>) );
09314 instance.SetNew(&new_vectorlEboolgR);
09315 instance.SetNewArray(&newArray_vectorlEboolgR);
09316 instance.SetDelete(&delete_vectorlEboolgR);
09317 instance.SetDeleteArray(&deleteArray_vectorlEboolgR);
09318 instance.SetDestructor(&destruct_vectorlEboolgR);
09319 instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<bool> >()));
09320 return &instance;
09321 }
09322
09323 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<bool>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
09324
09325
09326 static void vectorlEboolgR_Dictionary() {
09327 ::ROOT::GenerateInitInstanceLocal((const vector<bool>*)0x0)->GetClass();
09328 }
09329
09330 }
09331
09332 namespace ROOT {
09333
09334 static void *new_vectorlEboolgR(void *p) {
09335 return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<bool> : new vector<bool>;
09336 }
09337 static void *newArray_vectorlEboolgR(Long_t nElements, void *p) {
09338 return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<bool>[nElements] : new vector<bool>[nElements];
09339 }
09340
09341 static void delete_vectorlEboolgR(void *p) {
09342 delete ((vector<bool>*)p);
09343 }
09344 static void deleteArray_vectorlEboolgR(void *p) {
09345 delete [] ((vector<bool>*)p);
09346 }
09347 static void destruct_vectorlEboolgR(void *p) {
09348 typedef vector<bool> current_t;
09349 ((current_t*)p)->~current_t();
09350 }
09351 }
09352
09353 namespace ROOT {
09354 void vectorlEdoublegR_ShowMembers(void *obj, TMemberInspector &R__insp);
09355 static void vectorlEdoublegR_Dictionary();
09356 static void *new_vectorlEdoublegR(void *p = 0);
09357 static void *newArray_vectorlEdoublegR(Long_t size, void *p);
09358 static void delete_vectorlEdoublegR(void *p);
09359 static void deleteArray_vectorlEdoublegR(void *p);
09360 static void destruct_vectorlEdoublegR(void *p);
09361
09362
09363 static TGenericClassInfo *GenerateInitInstanceLocal(const vector<double>*)
09364 {
09365 vector<double> *ptr = 0;
09366 static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<double>),0);
09367 static ::ROOT::TGenericClassInfo
09368 instance("vector<double>", -2, "prec_stl/vector", 49,
09369 typeid(vector<double>), DefineBehavior(ptr, ptr),
09370 0, &vectorlEdoublegR_Dictionary, isa_proxy, 0,
09371 sizeof(vector<double>) );
09372 instance.SetNew(&new_vectorlEdoublegR);
09373 instance.SetNewArray(&newArray_vectorlEdoublegR);
09374 instance.SetDelete(&delete_vectorlEdoublegR);
09375 instance.SetDeleteArray(&deleteArray_vectorlEdoublegR);
09376 instance.SetDestructor(&destruct_vectorlEdoublegR);
09377 instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<double> >()));
09378 return &instance;
09379 }
09380
09381 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<double>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
09382
09383
09384 static void vectorlEdoublegR_Dictionary() {
09385 ::ROOT::GenerateInitInstanceLocal((const vector<double>*)0x0)->GetClass();
09386 }
09387
09388 }
09389
09390 namespace ROOT {
09391
09392 static void *new_vectorlEdoublegR(void *p) {
09393 return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<double> : new vector<double>;
09394 }
09395 static void *newArray_vectorlEdoublegR(Long_t nElements, void *p) {
09396 return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<double>[nElements] : new vector<double>[nElements];
09397 }
09398
09399 static void delete_vectorlEdoublegR(void *p) {
09400 delete ((vector<double>*)p);
09401 }
09402 static void deleteArray_vectorlEdoublegR(void *p) {
09403 delete [] ((vector<double>*)p);
09404 }
09405 static void destruct_vectorlEdoublegR(void *p) {
09406 typedef vector<double> current_t;
09407 ((current_t*)p)->~current_t();
09408 }
09409 }
09410
09411 namespace ROOT {
09412 void vectorlEpairlEdoublecOdoublegRsPgR_ShowMembers(void *obj, TMemberInspector &R__insp);
09413 static void vectorlEpairlEdoublecOdoublegRsPgR_Dictionary();
09414 static void *new_vectorlEpairlEdoublecOdoublegRsPgR(void *p = 0);
09415 static void *newArray_vectorlEpairlEdoublecOdoublegRsPgR(Long_t size, void *p);
09416 static void delete_vectorlEpairlEdoublecOdoublegRsPgR(void *p);
09417 static void deleteArray_vectorlEpairlEdoublecOdoublegRsPgR(void *p);
09418 static void destruct_vectorlEpairlEdoublecOdoublegRsPgR(void *p);
09419
09420
09421 static TGenericClassInfo *GenerateInitInstanceLocal(const vector<pair<double,double> >*)
09422 {
09423 vector<pair<double,double> > *ptr = 0;
09424 static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<pair<double,double> >),0);
09425 static ::ROOT::TGenericClassInfo
09426 instance("vector<pair<double,double> >", -2, "prec_stl/vector", 49,
09427 typeid(vector<pair<double,double> >), DefineBehavior(ptr, ptr),
09428 0, &vectorlEpairlEdoublecOdoublegRsPgR_Dictionary, isa_proxy, 0,
09429 sizeof(vector<pair<double,double> >) );
09430 instance.SetNew(&new_vectorlEpairlEdoublecOdoublegRsPgR);
09431 instance.SetNewArray(&newArray_vectorlEpairlEdoublecOdoublegRsPgR);
09432 instance.SetDelete(&delete_vectorlEpairlEdoublecOdoublegRsPgR);
09433 instance.SetDeleteArray(&deleteArray_vectorlEpairlEdoublecOdoublegRsPgR);
09434 instance.SetDestructor(&destruct_vectorlEpairlEdoublecOdoublegRsPgR);
09435 instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<pair<double,double> > >()));
09436 return &instance;
09437 }
09438
09439 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<pair<double,double> >*)0x0); R__UseDummy(_R__UNIQUE_(Init));
09440
09441
09442 static void vectorlEpairlEdoublecOdoublegRsPgR_Dictionary() {
09443 ::ROOT::GenerateInitInstanceLocal((const vector<pair<double,double> >*)0x0)->GetClass();
09444 }
09445
09446 }
09447
09448 namespace ROOT {
09449
09450 static void *new_vectorlEpairlEdoublecOdoublegRsPgR(void *p) {
09451 return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<pair<double,double> > : new vector<pair<double,double> >;
09452 }
09453 static void *newArray_vectorlEpairlEdoublecOdoublegRsPgR(Long_t nElements, void *p) {
09454 return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<pair<double,double> >[nElements] : new vector<pair<double,double> >[nElements];
09455 }
09456
09457 static void delete_vectorlEpairlEdoublecOdoublegRsPgR(void *p) {
09458 delete ((vector<pair<double,double> >*)p);
09459 }
09460 static void deleteArray_vectorlEpairlEdoublecOdoublegRsPgR(void *p) {
09461 delete [] ((vector<pair<double,double> >*)p);
09462 }
09463 static void destruct_vectorlEpairlEdoublecOdoublegRsPgR(void *p) {
09464 typedef vector<pair<double,double> > current_t;
09465 ((current_t*)p)->~current_t();
09466 }
09467 }
09468
09469 namespace ROOT {
09470 void vectorlEunsignedsPintgR_ShowMembers(void *obj, TMemberInspector &R__insp);
09471 static void vectorlEunsignedsPintgR_Dictionary();
09472 static void *new_vectorlEunsignedsPintgR(void *p = 0);
09473 static void *newArray_vectorlEunsignedsPintgR(Long_t size, void *p);
09474 static void delete_vectorlEunsignedsPintgR(void *p);
09475 static void deleteArray_vectorlEunsignedsPintgR(void *p);
09476 static void destruct_vectorlEunsignedsPintgR(void *p);
09477
09478
09479 static TGenericClassInfo *GenerateInitInstanceLocal(const vector<unsigned int>*)
09480 {
09481 vector<unsigned int> *ptr = 0;
09482 static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<unsigned int>),0);
09483 static ::ROOT::TGenericClassInfo
09484 instance("vector<unsigned int>", -2, "prec_stl/vector", 49,
09485 typeid(vector<unsigned int>), DefineBehavior(ptr, ptr),
09486 0, &vectorlEunsignedsPintgR_Dictionary, isa_proxy, 0,
09487 sizeof(vector<unsigned int>) );
09488 instance.SetNew(&new_vectorlEunsignedsPintgR);
09489 instance.SetNewArray(&newArray_vectorlEunsignedsPintgR);
09490 instance.SetDelete(&delete_vectorlEunsignedsPintgR);
09491 instance.SetDeleteArray(&deleteArray_vectorlEunsignedsPintgR);
09492 instance.SetDestructor(&destruct_vectorlEunsignedsPintgR);
09493 instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<unsigned int> >()));
09494 return &instance;
09495 }
09496
09497 static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<unsigned int>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
09498
09499
09500 static void vectorlEunsignedsPintgR_Dictionary() {
09501 ::ROOT::GenerateInitInstanceLocal((const vector<unsigned int>*)0x0)->GetClass();
09502 }
09503
09504 }
09505
09506 namespace ROOT {
09507
09508 static void *new_vectorlEunsignedsPintgR(void *p) {
09509 return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<unsigned int> : new vector<unsigned int>;
09510 }
09511 static void *newArray_vectorlEunsignedsPintgR(Long_t nElements, void *p) {
09512 return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<unsigned int>[nElements] : new vector<unsigned int>[nElements];
09513 }
09514
09515 static void delete_vectorlEunsignedsPintgR(void *p) {
09516 delete ((vector<unsigned int>*)p);
09517 }
09518 static void deleteArray_vectorlEunsignedsPintgR(void *p) {
09519 delete [] ((vector<unsigned int>*)p);
09520 }
09521 static void destruct_vectorlEunsignedsPintgR(void *p) {
09522 typedef vector<unsigned int> current_t;
09523 ((current_t*)p)->~current_t();
09524 }
09525 }
09526
09527
09528
09529
09530
09531
09532
09533
09534 #ifdef G__MEMTEST
09535 #undef malloc
09536 #undef free
09537 #endif
09538
09539 #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3))
09540 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
09541 #endif
09542
09543 extern "C" void G__cpp_reset_tagtableG__Hist();
09544
09545 extern "C" void G__set_cpp_environmentG__Hist() {
09546 G__add_compiledheader("TObject.h");
09547 G__add_compiledheader("TMemberInspector.h");
09548 G__add_compiledheader("Foption.h");
09549 G__add_compiledheader("HFitInterface.h");
09550 G__add_compiledheader("TAxis.h");
09551 G__add_compiledheader("TBackCompFitter.h");
09552 G__add_compiledheader("TBinomialEfficiencyFitter.h");
09553 G__add_compiledheader("TConfidenceLevel.h");
09554 G__add_compiledheader("TEfficiency.h");
09555 G__add_compiledheader("TF12.h");
09556 G__add_compiledheader("TF1.h");
09557 G__add_compiledheader("TF2.h");
09558 G__add_compiledheader("TF3.h");
09559 G__add_compiledheader("TFitResult.h");
09560 G__add_compiledheader("TFitResultPtr.h");
09561 G__add_compiledheader("TFormula.h");
09562 G__add_compiledheader("TFormulaPrimitive.h");
09563 G__add_compiledheader("TFractionFitter.h");
09564 G__add_compiledheader("TGraph2DErrors.h");
09565 G__add_compiledheader("TGraph2D.h");
09566 G__add_compiledheader("TGraphAsymmErrors.h");
09567 G__add_compiledheader("TGraphBentErrors.h");
09568 G__add_compiledheader("TGraphDelaunay.h");
09569 G__add_compiledheader("TGraphErrors.h");
09570 G__add_compiledheader("TGraph.h");
09571 G__add_compiledheader("TGraphSmooth.h");
09572 G__add_compiledheader("TGraphTime.h");
09573 G__add_compiledheader("TH1C.h");
09574 G__add_compiledheader("TH1D.h");
09575 G__add_compiledheader("TH1F.h");
09576 G__add_compiledheader("TH1.h");
09577 G__add_compiledheader("TH1I.h");
09578 G__add_compiledheader("TH1K.h");
09579 G__add_compiledheader("TH1S.h");
09580 G__add_compiledheader("TH2C.h");
09581 G__add_compiledheader("TH2D.h");
09582 G__add_compiledheader("TH2F.h");
09583 G__add_compiledheader("TH2.h");
09584 G__add_compiledheader("TH2I.h");
09585 G__add_compiledheader("TH2Poly.h");
09586 G__add_compiledheader("TH2S.h");
09587 G__add_compiledheader("TH3C.h");
09588 G__add_compiledheader("TH3D.h");
09589 G__add_compiledheader("TH3F.h");
09590 G__add_compiledheader("TH3.h");
09591 G__add_compiledheader("TH3I.h");
09592 G__add_compiledheader("TH3S.h");
09593 G__add_compiledheader("THLimitsFinder.h");
09594 G__add_compiledheader("THnSparse.h");
09595 G__add_compiledheader("THStack.h");
09596 G__add_compiledheader("TKDE.h");
09597 G__add_compiledheader("TLimitDataSource.h");
09598 G__add_compiledheader("TLimit.h");
09599 G__add_compiledheader("TMultiDimFit.h");
09600 G__add_compiledheader("TMultiGraph.h");
09601 G__add_compiledheader("TPolyMarker.h");
09602 G__add_compiledheader("TPrincipal.h");
09603 G__add_compiledheader("TProfile2D.h");
09604 G__add_compiledheader("TProfile3D.h");
09605 G__add_compiledheader("TProfile.h");
09606 G__add_compiledheader("TSpline.h");
09607 G__add_compiledheader("TSVDUnfold.h");
09608 G__add_compiledheader("TUnfold.h");
09609 G__add_compiledheader("TUnfoldSys.h");
09610 G__add_compiledheader("TVirtualGraphPainter.h");
09611 G__add_compiledheader("TVirtualHistPainter.h");
09612 G__add_compiledheader("Math/WrappedMultiTF1.h");
09613 G__add_compiledheader("Math/WrappedTF1.h");
09614 G__cpp_reset_tagtableG__Hist();
09615 }
09616 #include <new>
09617 extern "C" int G__cpp_dllrevG__Hist() { return(30051515); }
09618
09619
09620
09621
09622
09623
09624 static int G__G__Hist_99_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09625 {
09626 Foption_t* p = NULL;
09627 char* gvp = (char*) G__getgvp();
09628 int n = G__getaryconstruct();
09629 if (n) {
09630 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09631 p = new Foption_t[n];
09632 } else {
09633 p = new((void*) gvp) Foption_t[n];
09634 }
09635 } else {
09636 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09637 p = new Foption_t;
09638 } else {
09639 p = new((void*) gvp) Foption_t;
09640 }
09641 }
09642 result7->obj.i = (long) p;
09643 result7->ref = (long) p;
09644 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_Foption_t));
09645 return(1 || funcname || hash || result7 || libp) ;
09646 }
09647
09648
09649 static int G__G__Hist_99_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09650
09651 {
09652 Foption_t* p;
09653 void* tmp = (void*) G__int(libp->para[0]);
09654 p = new Foption_t(*(Foption_t*) tmp);
09655 result7->obj.i = (long) p;
09656 result7->ref = (long) p;
09657 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_Foption_t));
09658 return(1 || funcname || hash || result7 || libp) ;
09659 }
09660
09661
09662 typedef Foption_t G__TFoption_t;
09663 static int G__G__Hist_99_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09664 {
09665 char* gvp = (char*) G__getgvp();
09666 long soff = G__getstructoffset();
09667 int n = G__getaryconstruct();
09668
09669
09670
09671
09672
09673 if (!soff) {
09674 return(1);
09675 }
09676 if (n) {
09677 if (gvp == (char*)G__PVOID) {
09678 delete[] (Foption_t*) soff;
09679 } else {
09680 G__setgvp((long) G__PVOID);
09681 for (int i = n - 1; i >= 0; --i) {
09682 ((Foption_t*) (soff+(sizeof(Foption_t)*i)))->~G__TFoption_t();
09683 }
09684 G__setgvp((long)gvp);
09685 }
09686 } else {
09687 if (gvp == (char*)G__PVOID) {
09688 delete (Foption_t*) soff;
09689 } else {
09690 G__setgvp((long) G__PVOID);
09691 ((Foption_t*) (soff))->~G__TFoption_t();
09692 G__setgvp((long)gvp);
09693 }
09694 }
09695 G__setnull(result7);
09696 return(1 || funcname || hash || result7 || libp) ;
09697 }
09698
09699
09700 static int G__G__Hist_99_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09701 {
09702 Foption_t* dest = (Foption_t*) G__getstructoffset();
09703 *dest = *(Foption_t*) libp->para[0].ref;
09704 const Foption_t& obj = *dest;
09705 result7->ref = (long) (&obj);
09706 result7->obj.i = (long) (&obj);
09707 return(1 || funcname || hash || result7 || libp) ;
09708 }
09709
09710
09711
09712 static int G__G__Hist_100_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09713 {
09714 G__letint(result7, 105, (long) TH1::FitOptionsMake((Option_t*) G__int(libp->para[0]), *(Foption_t*) libp->para[1].ref));
09715 return(1 || funcname || hash || result7 || libp) ;
09716 }
09717
09718 static int G__G__Hist_100_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09719 {
09720 TH1* p = NULL;
09721 char* gvp = (char*) G__getgvp();
09722
09723 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09724 p = new TH1(*(TH1*) libp->para[0].ref);
09725 } else {
09726 p = new((void*) gvp) TH1(*(TH1*) libp->para[0].ref);
09727 }
09728 result7->obj.i = (long) p;
09729 result7->ref = (long) p;
09730 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1));
09731 return(1 || funcname || hash || result7 || libp) ;
09732 }
09733
09734 static int G__G__Hist_100_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09735 {
09736 switch (libp->paran) {
09737 case 3:
09738 ((TH1*) G__getstructoffset())->Add((TF1*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
09739 , (Option_t*) G__int(libp->para[2]));
09740 G__setnull(result7);
09741 break;
09742 case 2:
09743 ((TH1*) G__getstructoffset())->Add((TF1*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
09744 G__setnull(result7);
09745 break;
09746 case 1:
09747 ((TH1*) G__getstructoffset())->Add((TF1*) G__int(libp->para[0]));
09748 G__setnull(result7);
09749 break;
09750 }
09751 return(1 || funcname || hash || result7 || libp) ;
09752 }
09753
09754 static int G__G__Hist_100_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09755 {
09756 switch (libp->paran) {
09757 case 2:
09758 ((TH1*) G__getstructoffset())->Add((TH1*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
09759 G__setnull(result7);
09760 break;
09761 case 1:
09762 ((TH1*) G__getstructoffset())->Add((TH1*) G__int(libp->para[0]));
09763 G__setnull(result7);
09764 break;
09765 }
09766 return(1 || funcname || hash || result7 || libp) ;
09767 }
09768
09769 static int G__G__Hist_100_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09770 {
09771 switch (libp->paran) {
09772 case 4:
09773 ((TH1*) G__getstructoffset())->Add((TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1])
09774 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
09775 G__setnull(result7);
09776 break;
09777 case 3:
09778 ((TH1*) G__getstructoffset())->Add((TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1])
09779 , (Double_t) G__double(libp->para[2]));
09780 G__setnull(result7);
09781 break;
09782 case 2:
09783 ((TH1*) G__getstructoffset())->Add((TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1]));
09784 G__setnull(result7);
09785 break;
09786 }
09787 return(1 || funcname || hash || result7 || libp) ;
09788 }
09789
09790 static int G__G__Hist_100_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09791 {
09792 ((TH1*) G__getstructoffset())->AddBinContent((Int_t) G__int(libp->para[0]));
09793 G__setnull(result7);
09794 return(1 || funcname || hash || result7 || libp) ;
09795 }
09796
09797 static int G__G__Hist_100_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09798 {
09799 ((TH1*) G__getstructoffset())->AddBinContent((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
09800 G__setnull(result7);
09801 return(1 || funcname || hash || result7 || libp) ;
09802 }
09803
09804 static int G__G__Hist_100_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09805 {
09806 switch (libp->paran) {
09807 case 1:
09808 TH1::AddDirectory((Bool_t) G__int(libp->para[0]));
09809 G__setnull(result7);
09810 break;
09811 case 0:
09812 TH1::AddDirectory();
09813 G__setnull(result7);
09814 break;
09815 }
09816 return(1 || funcname || hash || result7 || libp) ;
09817 }
09818
09819 static int G__G__Hist_100_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09820 {
09821 G__letint(result7, 103, (long) TH1::AddDirectoryStatus());
09822 return(1 || funcname || hash || result7 || libp) ;
09823 }
09824
09825 static int G__G__Hist_100_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09826 {
09827 switch (libp->paran) {
09828 case 3:
09829 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->Chi2Test((TH1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
09830 , (Double_t*) G__int(libp->para[2])));
09831 break;
09832 case 2:
09833 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->Chi2Test((TH1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
09834 break;
09835 case 1:
09836 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->Chi2Test((TH1*) G__int(libp->para[0])));
09837 break;
09838 }
09839 return(1 || funcname || hash || result7 || libp) ;
09840 }
09841
09842 static int G__G__Hist_100_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09843 {
09844 switch (libp->paran) {
09845 case 6:
09846 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->Chi2TestX((TH1*) G__int(libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
09847 , *(Int_t*) G__Intref(&libp->para[2]), *(Int_t*) G__Intref(&libp->para[3])
09848 , (Option_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])));
09849 break;
09850 case 5:
09851 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->Chi2TestX((TH1*) G__int(libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
09852 , *(Int_t*) G__Intref(&libp->para[2]), *(Int_t*) G__Intref(&libp->para[3])
09853 , (Option_t*) G__int(libp->para[4])));
09854 break;
09855 case 4:
09856 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->Chi2TestX((TH1*) G__int(libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
09857 , *(Int_t*) G__Intref(&libp->para[2]), *(Int_t*) G__Intref(&libp->para[3])));
09858 break;
09859 }
09860 return(1 || funcname || hash || result7 || libp) ;
09861 }
09862
09863 static int G__G__Hist_100_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09864 {
09865 G__letdouble(result7, 100, (double) ((TH1*) G__getstructoffset())->ComputeIntegral());
09866 return(1 || funcname || hash || result7 || libp) ;
09867 }
09868
09869 static int G__G__Hist_100_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09870 {
09871 ((TH1*) G__getstructoffset())->DirectoryAutoAdd((TDirectory*) G__int(libp->para[0]));
09872 G__setnull(result7);
09873 return(1 || funcname || hash || result7 || libp) ;
09874 }
09875
09876 static int G__G__Hist_100_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09877 {
09878 switch (libp->paran) {
09879 case 2:
09880 ((TH1*) G__getstructoffset())->Divide((TF1*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
09881 G__setnull(result7);
09882 break;
09883 case 1:
09884 ((TH1*) G__getstructoffset())->Divide((TF1*) G__int(libp->para[0]));
09885 G__setnull(result7);
09886 break;
09887 }
09888 return(1 || funcname || hash || result7 || libp) ;
09889 }
09890
09891 static int G__G__Hist_100_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09892 {
09893 ((TH1*) G__getstructoffset())->Divide((TH1*) G__int(libp->para[0]));
09894 G__setnull(result7);
09895 return(1 || funcname || hash || result7 || libp) ;
09896 }
09897
09898 static int G__G__Hist_100_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09899 {
09900 switch (libp->paran) {
09901 case 5:
09902 ((TH1*) G__getstructoffset())->Divide((TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1])
09903 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
09904 , (Option_t*) G__int(libp->para[4]));
09905 G__setnull(result7);
09906 break;
09907 case 4:
09908 ((TH1*) G__getstructoffset())->Divide((TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1])
09909 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
09910 G__setnull(result7);
09911 break;
09912 case 3:
09913 ((TH1*) G__getstructoffset())->Divide((TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1])
09914 , (Double_t) G__double(libp->para[2]));
09915 G__setnull(result7);
09916 break;
09917 case 2:
09918 ((TH1*) G__getstructoffset())->Divide((TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1]));
09919 G__setnull(result7);
09920 break;
09921 }
09922 return(1 || funcname || hash || result7 || libp) ;
09923 }
09924
09925 static int G__G__Hist_100_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09926 {
09927 switch (libp->paran) {
09928 case 1:
09929 G__letint(result7, 85, (long) ((const TH1*) G__getstructoffset())->DrawCopy((Option_t*) G__int(libp->para[0])));
09930 break;
09931 case 0:
09932 G__letint(result7, 85, (long) ((const TH1*) G__getstructoffset())->DrawCopy());
09933 break;
09934 }
09935 return(1 || funcname || hash || result7 || libp) ;
09936 }
09937
09938 static int G__G__Hist_100_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09939 {
09940 switch (libp->paran) {
09941 case 2:
09942 G__letint(result7, 85, (long) ((const TH1*) G__getstructoffset())->DrawNormalized((Option_t*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])));
09943 break;
09944 case 1:
09945 G__letint(result7, 85, (long) ((const TH1*) G__getstructoffset())->DrawNormalized((Option_t*) G__int(libp->para[0])));
09946 break;
09947 case 0:
09948 G__letint(result7, 85, (long) ((const TH1*) G__getstructoffset())->DrawNormalized());
09949 break;
09950 }
09951 return(1 || funcname || hash || result7 || libp) ;
09952 }
09953
09954 static int G__G__Hist_100_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09955 {
09956 ((TH1*) G__getstructoffset())->DrawPanel();
09957 G__setnull(result7);
09958 return(1 || funcname || hash || result7 || libp) ;
09959 }
09960
09961 static int G__G__Hist_100_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09962 {
09963 switch (libp->paran) {
09964 case 1:
09965 G__letint(result7, 105, (long) ((TH1*) G__getstructoffset())->BufferEmpty((Int_t) G__int(libp->para[0])));
09966 break;
09967 case 0:
09968 G__letint(result7, 105, (long) ((TH1*) G__getstructoffset())->BufferEmpty());
09969 break;
09970 }
09971 return(1 || funcname || hash || result7 || libp) ;
09972 }
09973
09974 static int G__G__Hist_100_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09975 {
09976 switch (libp->paran) {
09977 case 2:
09978 ((TH1*) G__getstructoffset())->Eval((TF1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
09979 G__setnull(result7);
09980 break;
09981 case 1:
09982 ((TH1*) G__getstructoffset())->Eval((TF1*) G__int(libp->para[0]));
09983 G__setnull(result7);
09984 break;
09985 }
09986 return(1 || funcname || hash || result7 || libp) ;
09987 }
09988
09989 static int G__G__Hist_100_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09990 {
09991 G__letint(result7, 85, (long) ((TH1*) G__getstructoffset())->FFT((TH1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
09992 return(1 || funcname || hash || result7 || libp) ;
09993 }
09994
09995 static int G__G__Hist_100_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09996 {
09997 G__letint(result7, 105, (long) ((TH1*) G__getstructoffset())->Fill((Double_t) G__double(libp->para[0])));
09998 return(1 || funcname || hash || result7 || libp) ;
09999 }
10000
10001 static int G__G__Hist_100_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10002 {
10003 G__letint(result7, 105, (long) ((TH1*) G__getstructoffset())->Fill((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
10004 return(1 || funcname || hash || result7 || libp) ;
10005 }
10006
10007 static int G__G__Hist_100_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10008 {
10009 G__letint(result7, 105, (long) ((TH1*) G__getstructoffset())->Fill((const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])));
10010 return(1 || funcname || hash || result7 || libp) ;
10011 }
10012
10013 static int G__G__Hist_100_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10014 {
10015 switch (libp->paran) {
10016 case 4:
10017 ((TH1*) G__getstructoffset())->FillN((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
10018 , (Double_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
10019 G__setnull(result7);
10020 break;
10021 case 3:
10022 ((TH1*) G__getstructoffset())->FillN((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
10023 , (Double_t*) G__int(libp->para[2]));
10024 G__setnull(result7);
10025 break;
10026 }
10027 return(1 || funcname || hash || result7 || libp) ;
10028 }
10029
10030 static int G__G__Hist_100_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10031 {
10032 ((TH1*) G__getstructoffset())->FillN((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
10033 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
10034 , (Int_t) G__int(libp->para[4]));
10035 G__setnull(result7);
10036 return(1 || funcname || hash || result7 || libp) ;
10037 }
10038
10039 static int G__G__Hist_100_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10040 {
10041 switch (libp->paran) {
10042 case 2:
10043 ((TH1*) G__getstructoffset())->FillRandom((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
10044 G__setnull(result7);
10045 break;
10046 case 1:
10047 ((TH1*) G__getstructoffset())->FillRandom((const char*) G__int(libp->para[0]));
10048 G__setnull(result7);
10049 break;
10050 }
10051 return(1 || funcname || hash || result7 || libp) ;
10052 }
10053
10054 static int G__G__Hist_100_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10055 {
10056 switch (libp->paran) {
10057 case 2:
10058 ((TH1*) G__getstructoffset())->FillRandom((TH1*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
10059 G__setnull(result7);
10060 break;
10061 case 1:
10062 ((TH1*) G__getstructoffset())->FillRandom((TH1*) G__int(libp->para[0]));
10063 G__setnull(result7);
10064 break;
10065 }
10066 return(1 || funcname || hash || result7 || libp) ;
10067 }
10068
10069 static int G__G__Hist_100_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10070 {
10071 switch (libp->paran) {
10072 case 3:
10073 G__letint(result7, 105, (long) ((TH1*) G__getstructoffset())->FindBin((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
10074 , (Double_t) G__double(libp->para[2])));
10075 break;
10076 case 2:
10077 G__letint(result7, 105, (long) ((TH1*) G__getstructoffset())->FindBin((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
10078 break;
10079 case 1:
10080 G__letint(result7, 105, (long) ((TH1*) G__getstructoffset())->FindBin((Double_t) G__double(libp->para[0])));
10081 break;
10082 }
10083 return(1 || funcname || hash || result7 || libp) ;
10084 }
10085
10086 static int G__G__Hist_100_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10087 {
10088 switch (libp->paran) {
10089 case 3:
10090 G__letint(result7, 105, (long) ((const TH1*) G__getstructoffset())->FindFixBin((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
10091 , (Double_t) G__double(libp->para[2])));
10092 break;
10093 case 2:
10094 G__letint(result7, 105, (long) ((const TH1*) G__getstructoffset())->FindFixBin((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
10095 break;
10096 case 1:
10097 G__letint(result7, 105, (long) ((const TH1*) G__getstructoffset())->FindFixBin((Double_t) G__double(libp->para[0])));
10098 break;
10099 }
10100 return(1 || funcname || hash || result7 || libp) ;
10101 }
10102
10103 static int G__G__Hist_100_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10104 {
10105 switch (libp->paran) {
10106 case 2:
10107 G__letint(result7, 105, (long) ((const TH1*) G__getstructoffset())->FindFirstBinAbove((Double_t) G__double(libp->para[0]), (Int_t) G__int(libp->para[1])));
10108 break;
10109 case 1:
10110 G__letint(result7, 105, (long) ((const TH1*) G__getstructoffset())->FindFirstBinAbove((Double_t) G__double(libp->para[0])));
10111 break;
10112 case 0:
10113 G__letint(result7, 105, (long) ((const TH1*) G__getstructoffset())->FindFirstBinAbove());
10114 break;
10115 }
10116 return(1 || funcname || hash || result7 || libp) ;
10117 }
10118
10119 static int G__G__Hist_100_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10120 {
10121 switch (libp->paran) {
10122 case 2:
10123 G__letint(result7, 105, (long) ((const TH1*) G__getstructoffset())->FindLastBinAbove((Double_t) G__double(libp->para[0]), (Int_t) G__int(libp->para[1])));
10124 break;
10125 case 1:
10126 G__letint(result7, 105, (long) ((const TH1*) G__getstructoffset())->FindLastBinAbove((Double_t) G__double(libp->para[0])));
10127 break;
10128 case 0:
10129 G__letint(result7, 105, (long) ((const TH1*) G__getstructoffset())->FindLastBinAbove());
10130 break;
10131 }
10132 return(1 || funcname || hash || result7 || libp) ;
10133 }
10134
10135 static int G__G__Hist_100_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10136 {
10137 switch (libp->paran) {
10138 case 5:
10139 {
10140 TFitResultPtr* pobj;
10141 TFitResultPtr xobj = ((TH1*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
10142 , (Option_t*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
10143 , (Double_t) G__double(libp->para[4]));
10144 pobj = new TFitResultPtr(xobj);
10145 result7->obj.i = (long) ((void*) pobj);
10146 result7->ref = result7->obj.i;
10147 G__store_tempobject(*result7);
10148 }
10149 break;
10150 case 4:
10151 {
10152 TFitResultPtr* pobj;
10153 TFitResultPtr xobj = ((TH1*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
10154 , (Option_t*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3]));
10155 pobj = new TFitResultPtr(xobj);
10156 result7->obj.i = (long) ((void*) pobj);
10157 result7->ref = result7->obj.i;
10158 G__store_tempobject(*result7);
10159 }
10160 break;
10161 case 3:
10162 {
10163 TFitResultPtr* pobj;
10164 TFitResultPtr xobj = ((TH1*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
10165 , (Option_t*) G__int(libp->para[2]));
10166 pobj = new TFitResultPtr(xobj);
10167 result7->obj.i = (long) ((void*) pobj);
10168 result7->ref = result7->obj.i;
10169 G__store_tempobject(*result7);
10170 }
10171 break;
10172 case 2:
10173 {
10174 TFitResultPtr* pobj;
10175 TFitResultPtr xobj = ((TH1*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
10176 pobj = new TFitResultPtr(xobj);
10177 result7->obj.i = (long) ((void*) pobj);
10178 result7->ref = result7->obj.i;
10179 G__store_tempobject(*result7);
10180 }
10181 break;
10182 case 1:
10183 {
10184 TFitResultPtr* pobj;
10185 TFitResultPtr xobj = ((TH1*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]));
10186 pobj = new TFitResultPtr(xobj);
10187 result7->obj.i = (long) ((void*) pobj);
10188 result7->ref = result7->obj.i;
10189 G__store_tempobject(*result7);
10190 }
10191 break;
10192 }
10193 return(1 || funcname || hash || result7 || libp) ;
10194 }
10195
10196 static int G__G__Hist_100_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10197 {
10198 switch (libp->paran) {
10199 case 5:
10200 {
10201 TFitResultPtr* pobj;
10202 TFitResultPtr xobj = ((TH1*) G__getstructoffset())->Fit((TF1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
10203 , (Option_t*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
10204 , (Double_t) G__double(libp->para[4]));
10205 pobj = new TFitResultPtr(xobj);
10206 result7->obj.i = (long) ((void*) pobj);
10207 result7->ref = result7->obj.i;
10208 G__store_tempobject(*result7);
10209 }
10210 break;
10211 case 4:
10212 {
10213 TFitResultPtr* pobj;
10214 TFitResultPtr xobj = ((TH1*) G__getstructoffset())->Fit((TF1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
10215 , (Option_t*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3]));
10216 pobj = new TFitResultPtr(xobj);
10217 result7->obj.i = (long) ((void*) pobj);
10218 result7->ref = result7->obj.i;
10219 G__store_tempobject(*result7);
10220 }
10221 break;
10222 case 3:
10223 {
10224 TFitResultPtr* pobj;
10225 TFitResultPtr xobj = ((TH1*) G__getstructoffset())->Fit((TF1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
10226 , (Option_t*) G__int(libp->para[2]));
10227 pobj = new TFitResultPtr(xobj);
10228 result7->obj.i = (long) ((void*) pobj);
10229 result7->ref = result7->obj.i;
10230 G__store_tempobject(*result7);
10231 }
10232 break;
10233 case 2:
10234 {
10235 TFitResultPtr* pobj;
10236 TFitResultPtr xobj = ((TH1*) G__getstructoffset())->Fit((TF1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
10237 pobj = new TFitResultPtr(xobj);
10238 result7->obj.i = (long) ((void*) pobj);
10239 result7->ref = result7->obj.i;
10240 G__store_tempobject(*result7);
10241 }
10242 break;
10243 case 1:
10244 {
10245 TFitResultPtr* pobj;
10246 TFitResultPtr xobj = ((TH1*) G__getstructoffset())->Fit((TF1*) G__int(libp->para[0]));
10247 pobj = new TFitResultPtr(xobj);
10248 result7->obj.i = (long) ((void*) pobj);
10249 result7->ref = result7->obj.i;
10250 G__store_tempobject(*result7);
10251 }
10252 break;
10253 }
10254 return(1 || funcname || hash || result7 || libp) ;
10255 }
10256
10257 static int G__G__Hist_100_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10258 {
10259 ((TH1*) G__getstructoffset())->FitPanel();
10260 G__setnull(result7);
10261 return(1 || funcname || hash || result7 || libp) ;
10262 }
10263
10264 static int G__G__Hist_100_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10265 {
10266 switch (libp->paran) {
10267 case 3:
10268 G__letint(result7, 85, (long) ((TH1*) G__getstructoffset())->GetAsymmetry((TH1*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
10269 , (Double_t) G__double(libp->para[2])));
10270 break;
10271 case 2:
10272 G__letint(result7, 85, (long) ((TH1*) G__getstructoffset())->GetAsymmetry((TH1*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])));
10273 break;
10274 case 1:
10275 G__letint(result7, 85, (long) ((TH1*) G__getstructoffset())->GetAsymmetry((TH1*) G__int(libp->para[0])));
10276 break;
10277 }
10278 return(1 || funcname || hash || result7 || libp) ;
10279 }
10280
10281 static int G__G__Hist_100_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10282 {
10283 G__letint(result7, 105, (long) ((const TH1*) G__getstructoffset())->GetBufferLength());
10284 return(1 || funcname || hash || result7 || libp) ;
10285 }
10286
10287 static int G__G__Hist_100_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10288 {
10289 G__letint(result7, 105, (long) ((const TH1*) G__getstructoffset())->GetBufferSize());
10290 return(1 || funcname || hash || result7 || libp) ;
10291 }
10292
10293 static int G__G__Hist_100_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10294 {
10295 G__letint(result7, 68, (long) ((const TH1*) G__getstructoffset())->GetBuffer());
10296 return(1 || funcname || hash || result7 || libp) ;
10297 }
10298
10299 static int G__G__Hist_100_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10300 {
10301 G__letint(result7, 105, (long) TH1::GetDefaultBufferSize());
10302 return(1 || funcname || hash || result7 || libp) ;
10303 }
10304
10305 static int G__G__Hist_100_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10306 {
10307 G__letint(result7, 68, (long) ((TH1*) G__getstructoffset())->GetIntegral());
10308 return(1 || funcname || hash || result7 || libp) ;
10309 }
10310
10311 static int G__G__Hist_100_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10312 {
10313 G__letint(result7, 85, (long) ((const TH1*) G__getstructoffset())->GetListOfFunctions());
10314 return(1 || funcname || hash || result7 || libp) ;
10315 }
10316
10317 static int G__G__Hist_100_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10318 {
10319 switch (libp->paran) {
10320 case 1:
10321 G__letint(result7, 105, (long) ((const TH1*) G__getstructoffset())->GetNdivisions((Option_t*) G__int(libp->para[0])));
10322 break;
10323 case 0:
10324 G__letint(result7, 105, (long) ((const TH1*) G__getstructoffset())->GetNdivisions());
10325 break;
10326 }
10327 return(1 || funcname || hash || result7 || libp) ;
10328 }
10329
10330 static int G__G__Hist_100_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10331 {
10332 switch (libp->paran) {
10333 case 1:
10334 G__letint(result7, 115, (long) ((const TH1*) G__getstructoffset())->GetAxisColor((Option_t*) G__int(libp->para[0])));
10335 break;
10336 case 0:
10337 G__letint(result7, 115, (long) ((const TH1*) G__getstructoffset())->GetAxisColor());
10338 break;
10339 }
10340 return(1 || funcname || hash || result7 || libp) ;
10341 }
10342
10343 static int G__G__Hist_100_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10344 {
10345 switch (libp->paran) {
10346 case 1:
10347 G__letint(result7, 115, (long) ((const TH1*) G__getstructoffset())->GetLabelColor((Option_t*) G__int(libp->para[0])));
10348 break;
10349 case 0:
10350 G__letint(result7, 115, (long) ((const TH1*) G__getstructoffset())->GetLabelColor());
10351 break;
10352 }
10353 return(1 || funcname || hash || result7 || libp) ;
10354 }
10355
10356 static int G__G__Hist_100_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10357 {
10358 switch (libp->paran) {
10359 case 1:
10360 G__letint(result7, 115, (long) ((const TH1*) G__getstructoffset())->GetLabelFont((Option_t*) G__int(libp->para[0])));
10361 break;
10362 case 0:
10363 G__letint(result7, 115, (long) ((const TH1*) G__getstructoffset())->GetLabelFont());
10364 break;
10365 }
10366 return(1 || funcname || hash || result7 || libp) ;
10367 }
10368
10369 static int G__G__Hist_100_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10370 {
10371 switch (libp->paran) {
10372 case 1:
10373 G__letdouble(result7, 102, (double) ((const TH1*) G__getstructoffset())->GetLabelOffset((Option_t*) G__int(libp->para[0])));
10374 break;
10375 case 0:
10376 G__letdouble(result7, 102, (double) ((const TH1*) G__getstructoffset())->GetLabelOffset());
10377 break;
10378 }
10379 return(1 || funcname || hash || result7 || libp) ;
10380 }
10381
10382 static int G__G__Hist_100_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10383 {
10384 switch (libp->paran) {
10385 case 1:
10386 G__letdouble(result7, 102, (double) ((const TH1*) G__getstructoffset())->GetLabelSize((Option_t*) G__int(libp->para[0])));
10387 break;
10388 case 0:
10389 G__letdouble(result7, 102, (double) ((const TH1*) G__getstructoffset())->GetLabelSize());
10390 break;
10391 }
10392 return(1 || funcname || hash || result7 || libp) ;
10393 }
10394
10395 static int G__G__Hist_100_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10396 {
10397 switch (libp->paran) {
10398 case 1:
10399 G__letint(result7, 115, (long) ((const TH1*) G__getstructoffset())->GetTitleFont((Option_t*) G__int(libp->para[0])));
10400 break;
10401 case 0:
10402 G__letint(result7, 115, (long) ((const TH1*) G__getstructoffset())->GetTitleFont());
10403 break;
10404 }
10405 return(1 || funcname || hash || result7 || libp) ;
10406 }
10407
10408 static int G__G__Hist_100_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10409 {
10410 switch (libp->paran) {
10411 case 1:
10412 G__letdouble(result7, 102, (double) ((const TH1*) G__getstructoffset())->GetTitleOffset((Option_t*) G__int(libp->para[0])));
10413 break;
10414 case 0:
10415 G__letdouble(result7, 102, (double) ((const TH1*) G__getstructoffset())->GetTitleOffset());
10416 break;
10417 }
10418 return(1 || funcname || hash || result7 || libp) ;
10419 }
10420
10421 static int G__G__Hist_100_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10422 {
10423 switch (libp->paran) {
10424 case 1:
10425 G__letdouble(result7, 102, (double) ((const TH1*) G__getstructoffset())->GetTitleSize((Option_t*) G__int(libp->para[0])));
10426 break;
10427 case 0:
10428 G__letdouble(result7, 102, (double) ((const TH1*) G__getstructoffset())->GetTitleSize());
10429 break;
10430 }
10431 return(1 || funcname || hash || result7 || libp) ;
10432 }
10433
10434 static int G__G__Hist_100_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10435 {
10436 switch (libp->paran) {
10437 case 1:
10438 G__letdouble(result7, 102, (double) ((const TH1*) G__getstructoffset())->GetTickLength((Option_t*) G__int(libp->para[0])));
10439 break;
10440 case 0:
10441 G__letdouble(result7, 102, (double) ((const TH1*) G__getstructoffset())->GetTickLength());
10442 break;
10443 }
10444 return(1 || funcname || hash || result7 || libp) ;
10445 }
10446
10447 static int G__G__Hist_100_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10448 {
10449 G__letdouble(result7, 102, (double) ((const TH1*) G__getstructoffset())->GetBarOffset());
10450 return(1 || funcname || hash || result7 || libp) ;
10451 }
10452
10453 static int G__G__Hist_100_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10454 {
10455 G__letdouble(result7, 102, (double) ((const TH1*) G__getstructoffset())->GetBarWidth());
10456 return(1 || funcname || hash || result7 || libp) ;
10457 }
10458
10459 static int G__G__Hist_100_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10460 {
10461 switch (libp->paran) {
10462 case 1:
10463 G__letint(result7, 105, (long) ((TH1*) G__getstructoffset())->GetContour((Double_t*) G__int(libp->para[0])));
10464 break;
10465 case 0:
10466 G__letint(result7, 105, (long) ((TH1*) G__getstructoffset())->GetContour());
10467 break;
10468 }
10469 return(1 || funcname || hash || result7 || libp) ;
10470 }
10471
10472 static int G__G__Hist_100_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10473 {
10474 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetContourLevel((Int_t) G__int(libp->para[0])));
10475 return(1 || funcname || hash || result7 || libp) ;
10476 }
10477
10478 static int G__G__Hist_100_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10479 {
10480 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetContourLevelPad((Int_t) G__int(libp->para[0])));
10481 return(1 || funcname || hash || result7 || libp) ;
10482 }
10483
10484 static int G__G__Hist_100_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10485 {
10486 switch (libp->paran) {
10487 case 3:
10488 G__letint(result7, 105, (long) ((const TH1*) G__getstructoffset())->GetBin((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
10489 , (Int_t) G__int(libp->para[2])));
10490 break;
10491 case 2:
10492 G__letint(result7, 105, (long) ((const TH1*) G__getstructoffset())->GetBin((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
10493 break;
10494 case 1:
10495 G__letint(result7, 105, (long) ((const TH1*) G__getstructoffset())->GetBin((Int_t) G__int(libp->para[0])));
10496 break;
10497 }
10498 return(1 || funcname || hash || result7 || libp) ;
10499 }
10500
10501 static int G__G__Hist_100_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10502 {
10503 ((const TH1*) G__getstructoffset())->GetBinXYZ((Int_t) G__int(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])
10504 , *(Int_t*) G__Intref(&libp->para[2]), *(Int_t*) G__Intref(&libp->para[3]));
10505 G__setnull(result7);
10506 return(1 || funcname || hash || result7 || libp) ;
10507 }
10508
10509 static int G__G__Hist_100_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10510 {
10511 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetBinCenter((Int_t) G__int(libp->para[0])));
10512 return(1 || funcname || hash || result7 || libp) ;
10513 }
10514
10515 static int G__G__Hist_100_0_83(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10516 {
10517 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetBinContent((Int_t) G__int(libp->para[0])));
10518 return(1 || funcname || hash || result7 || libp) ;
10519 }
10520
10521 static int G__G__Hist_100_0_84(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10522 {
10523 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetBinContent((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
10524 return(1 || funcname || hash || result7 || libp) ;
10525 }
10526
10527 static int G__G__Hist_100_0_85(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10528 {
10529 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetBinContent((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
10530 , (Int_t) G__int(libp->para[2])));
10531 return(1 || funcname || hash || result7 || libp) ;
10532 }
10533
10534 static int G__G__Hist_100_0_86(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10535 {
10536 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetBinError((Int_t) G__int(libp->para[0])));
10537 return(1 || funcname || hash || result7 || libp) ;
10538 }
10539
10540 static int G__G__Hist_100_0_87(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10541 {
10542 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetBinError((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
10543 return(1 || funcname || hash || result7 || libp) ;
10544 }
10545
10546 static int G__G__Hist_100_0_88(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10547 {
10548 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetBinError((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
10549 , (Int_t) G__int(libp->para[2])));
10550 return(1 || funcname || hash || result7 || libp) ;
10551 }
10552
10553 static int G__G__Hist_100_0_89(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10554 {
10555 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetBinLowEdge((Int_t) G__int(libp->para[0])));
10556 return(1 || funcname || hash || result7 || libp) ;
10557 }
10558
10559 static int G__G__Hist_100_0_90(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10560 {
10561 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetBinWidth((Int_t) G__int(libp->para[0])));
10562 return(1 || funcname || hash || result7 || libp) ;
10563 }
10564
10565 static int G__G__Hist_100_0_91(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10566 {
10567 switch (libp->paran) {
10568 case 5:
10569 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetBinWithContent((Double_t) G__double(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])
10570 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
10571 , (Double_t) G__double(libp->para[4])));
10572 break;
10573 case 4:
10574 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetBinWithContent((Double_t) G__double(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])
10575 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])));
10576 break;
10577 case 3:
10578 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetBinWithContent((Double_t) G__double(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])
10579 , (Int_t) G__int(libp->para[2])));
10580 break;
10581 case 2:
10582 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetBinWithContent((Double_t) G__double(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])));
10583 break;
10584 }
10585 return(1 || funcname || hash || result7 || libp) ;
10586 }
10587
10588 static int G__G__Hist_100_0_92(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10589 {
10590 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetCellContent((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
10591 return(1 || funcname || hash || result7 || libp) ;
10592 }
10593
10594 static int G__G__Hist_100_0_93(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10595 {
10596 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetCellError((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
10597 return(1 || funcname || hash || result7 || libp) ;
10598 }
10599
10600 static int G__G__Hist_100_0_94(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10601 {
10602 ((const TH1*) G__getstructoffset())->GetCenter((Double_t*) G__int(libp->para[0]));
10603 G__setnull(result7);
10604 return(1 || funcname || hash || result7 || libp) ;
10605 }
10606
10607 static int G__G__Hist_100_0_95(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10608 {
10609 G__letint(result7, 103, (long) TH1::GetDefaultSumw2());
10610 return(1 || funcname || hash || result7 || libp) ;
10611 }
10612
10613 static int G__G__Hist_100_0_96(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10614 {
10615 G__letint(result7, 85, (long) ((const TH1*) G__getstructoffset())->GetDirectory());
10616 return(1 || funcname || hash || result7 || libp) ;
10617 }
10618
10619 static int G__G__Hist_100_0_97(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10620 {
10621 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetEntries());
10622 return(1 || funcname || hash || result7 || libp) ;
10623 }
10624
10625 static int G__G__Hist_100_0_98(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10626 {
10627 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetEffectiveEntries());
10628 return(1 || funcname || hash || result7 || libp) ;
10629 }
10630
10631 static int G__G__Hist_100_0_99(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10632 {
10633 G__letint(result7, 85, (long) ((const TH1*) G__getstructoffset())->GetFunction((const char*) G__int(libp->para[0])));
10634 return(1 || funcname || hash || result7 || libp) ;
10635 }
10636
10637 static int G__G__Hist_100_0_100(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10638 {
10639 G__letint(result7, 105, (long) ((const TH1*) G__getstructoffset())->GetDimension());
10640 return(1 || funcname || hash || result7 || libp) ;
10641 }
10642
10643 static int G__G__Hist_100_0_101(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10644 {
10645 switch (libp->paran) {
10646 case 1:
10647 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetKurtosis((Int_t) G__int(libp->para[0])));
10648 break;
10649 case 0:
10650 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetKurtosis());
10651 break;
10652 }
10653 return(1 || funcname || hash || result7 || libp) ;
10654 }
10655
10656 static int G__G__Hist_100_0_102(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10657 {
10658 ((const TH1*) G__getstructoffset())->GetLowEdge((Double_t*) G__int(libp->para[0]));
10659 G__setnull(result7);
10660 return(1 || funcname || hash || result7 || libp) ;
10661 }
10662
10663 static int G__G__Hist_100_0_103(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10664 {
10665 switch (libp->paran) {
10666 case 1:
10667 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetMaximum((Double_t) G__double(libp->para[0])));
10668 break;
10669 case 0:
10670 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetMaximum());
10671 break;
10672 }
10673 return(1 || funcname || hash || result7 || libp) ;
10674 }
10675
10676 static int G__G__Hist_100_0_104(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10677 {
10678 G__letint(result7, 105, (long) ((const TH1*) G__getstructoffset())->GetMaximumBin());
10679 return(1 || funcname || hash || result7 || libp) ;
10680 }
10681
10682 static int G__G__Hist_100_0_105(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10683 {
10684 G__letint(result7, 105, (long) ((const TH1*) G__getstructoffset())->GetMaximumBin(*(Int_t*) G__Intref(&libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])
10685 , *(Int_t*) G__Intref(&libp->para[2])));
10686 return(1 || funcname || hash || result7 || libp) ;
10687 }
10688
10689 static int G__G__Hist_100_0_106(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10690 {
10691 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetMaximumStored());
10692 return(1 || funcname || hash || result7 || libp) ;
10693 }
10694
10695 static int G__G__Hist_100_0_107(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10696 {
10697 switch (libp->paran) {
10698 case 1:
10699 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetMinimum((Double_t) G__double(libp->para[0])));
10700 break;
10701 case 0:
10702 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetMinimum());
10703 break;
10704 }
10705 return(1 || funcname || hash || result7 || libp) ;
10706 }
10707
10708 static int G__G__Hist_100_0_108(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10709 {
10710 G__letint(result7, 105, (long) ((const TH1*) G__getstructoffset())->GetMinimumBin());
10711 return(1 || funcname || hash || result7 || libp) ;
10712 }
10713
10714 static int G__G__Hist_100_0_109(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10715 {
10716 G__letint(result7, 105, (long) ((const TH1*) G__getstructoffset())->GetMinimumBin(*(Int_t*) G__Intref(&libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])
10717 , *(Int_t*) G__Intref(&libp->para[2])));
10718 return(1 || funcname || hash || result7 || libp) ;
10719 }
10720
10721 static int G__G__Hist_100_0_110(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10722 {
10723 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetMinimumStored());
10724 return(1 || funcname || hash || result7 || libp) ;
10725 }
10726
10727 static int G__G__Hist_100_0_111(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10728 {
10729 switch (libp->paran) {
10730 case 1:
10731 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetMean((Int_t) G__int(libp->para[0])));
10732 break;
10733 case 0:
10734 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetMean());
10735 break;
10736 }
10737 return(1 || funcname || hash || result7 || libp) ;
10738 }
10739
10740 static int G__G__Hist_100_0_112(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10741 {
10742 switch (libp->paran) {
10743 case 1:
10744 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetMeanError((Int_t) G__int(libp->para[0])));
10745 break;
10746 case 0:
10747 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetMeanError());
10748 break;
10749 }
10750 return(1 || funcname || hash || result7 || libp) ;
10751 }
10752
10753 static int G__G__Hist_100_0_113(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10754 {
10755 G__letint(result7, 105, (long) ((const TH1*) G__getstructoffset())->GetNbinsX());
10756 return(1 || funcname || hash || result7 || libp) ;
10757 }
10758
10759 static int G__G__Hist_100_0_114(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10760 {
10761 G__letint(result7, 105, (long) ((const TH1*) G__getstructoffset())->GetNbinsY());
10762 return(1 || funcname || hash || result7 || libp) ;
10763 }
10764
10765 static int G__G__Hist_100_0_115(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10766 {
10767 G__letint(result7, 105, (long) ((const TH1*) G__getstructoffset())->GetNbinsZ());
10768 return(1 || funcname || hash || result7 || libp) ;
10769 }
10770
10771 static int G__G__Hist_100_0_116(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10772 {
10773 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetNormFactor());
10774 return(1 || funcname || hash || result7 || libp) ;
10775 }
10776
10777 static int G__G__Hist_100_0_119(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10778 {
10779 switch (libp->paran) {
10780 case 1:
10781 G__letint(result7, 85, (long) ((TH1*) G__getstructoffset())->GetPainter((Option_t*) G__int(libp->para[0])));
10782 break;
10783 case 0:
10784 G__letint(result7, 85, (long) ((TH1*) G__getstructoffset())->GetPainter());
10785 break;
10786 }
10787 return(1 || funcname || hash || result7 || libp) ;
10788 }
10789
10790 static int G__G__Hist_100_0_120(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10791 {
10792 switch (libp->paran) {
10793 case 3:
10794 G__letint(result7, 105, (long) ((TH1*) G__getstructoffset())->GetQuantiles((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
10795 , (Double_t*) G__int(libp->para[2])));
10796 break;
10797 case 2:
10798 G__letint(result7, 105, (long) ((TH1*) G__getstructoffset())->GetQuantiles((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])));
10799 break;
10800 }
10801 return(1 || funcname || hash || result7 || libp) ;
10802 }
10803
10804 static int G__G__Hist_100_0_121(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10805 {
10806 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetRandom());
10807 return(1 || funcname || hash || result7 || libp) ;
10808 }
10809
10810 static int G__G__Hist_100_0_122(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10811 {
10812 ((const TH1*) G__getstructoffset())->GetStats((Double_t*) G__int(libp->para[0]));
10813 G__setnull(result7);
10814 return(1 || funcname || hash || result7 || libp) ;
10815 }
10816
10817 static int G__G__Hist_100_0_123(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10818 {
10819 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetSumOfWeights());
10820 return(1 || funcname || hash || result7 || libp) ;
10821 }
10822
10823 static int G__G__Hist_100_0_124(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10824 {
10825 G__letint(result7, 85, (long) ((TH1*) G__getstructoffset())->GetSumw2());
10826 return(1 || funcname || hash || result7 || libp) ;
10827 }
10828
10829 static int G__G__Hist_100_0_125(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10830 {
10831 G__letint(result7, 85, (long) ((const TH1*) G__getstructoffset())->GetSumw2());
10832 return(1 || funcname || hash || result7 || libp) ;
10833 }
10834
10835 static int G__G__Hist_100_0_126(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10836 {
10837 G__letint(result7, 105, (long) ((const TH1*) G__getstructoffset())->GetSumw2N());
10838 return(1 || funcname || hash || result7 || libp) ;
10839 }
10840
10841 static int G__G__Hist_100_0_127(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10842 {
10843 switch (libp->paran) {
10844 case 1:
10845 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetRMS((Int_t) G__int(libp->para[0])));
10846 break;
10847 case 0:
10848 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetRMS());
10849 break;
10850 }
10851 return(1 || funcname || hash || result7 || libp) ;
10852 }
10853
10854 static int G__G__Hist_100_0_128(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10855 {
10856 switch (libp->paran) {
10857 case 1:
10858 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetRMSError((Int_t) G__int(libp->para[0])));
10859 break;
10860 case 0:
10861 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetRMSError());
10862 break;
10863 }
10864 return(1 || funcname || hash || result7 || libp) ;
10865 }
10866
10867 static int G__G__Hist_100_0_129(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10868 {
10869 switch (libp->paran) {
10870 case 1:
10871 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetSkewness((Int_t) G__int(libp->para[0])));
10872 break;
10873 case 0:
10874 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->GetSkewness());
10875 break;
10876 }
10877 return(1 || funcname || hash || result7 || libp) ;
10878 }
10879
10880 static int G__G__Hist_100_0_130(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10881 {
10882 G__letint(result7, 85, (long) ((const TH1*) G__getstructoffset())->GetXaxis());
10883 return(1 || funcname || hash || result7 || libp) ;
10884 }
10885
10886 static int G__G__Hist_100_0_131(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10887 {
10888 G__letint(result7, 85, (long) ((const TH1*) G__getstructoffset())->GetYaxis());
10889 return(1 || funcname || hash || result7 || libp) ;
10890 }
10891
10892 static int G__G__Hist_100_0_132(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10893 {
10894 G__letint(result7, 85, (long) ((const TH1*) G__getstructoffset())->GetZaxis());
10895 return(1 || funcname || hash || result7 || libp) ;
10896 }
10897
10898 static int G__G__Hist_100_0_133(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10899 {
10900 switch (libp->paran) {
10901 case 1:
10902 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->Integral((Option_t*) G__int(libp->para[0])));
10903 break;
10904 case 0:
10905 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->Integral());
10906 break;
10907 }
10908 return(1 || funcname || hash || result7 || libp) ;
10909 }
10910
10911 static int G__G__Hist_100_0_134(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10912 {
10913 switch (libp->paran) {
10914 case 3:
10915 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->Integral((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
10916 , (Option_t*) G__int(libp->para[2])));
10917 break;
10918 case 2:
10919 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->Integral((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
10920 break;
10921 }
10922 return(1 || funcname || hash || result7 || libp) ;
10923 }
10924
10925 static int G__G__Hist_100_0_135(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10926 {
10927 switch (libp->paran) {
10928 case 4:
10929 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->IntegralAndError((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
10930 , *(Double_t*) G__Doubleref(&libp->para[2]), (Option_t*) G__int(libp->para[3])));
10931 break;
10932 case 3:
10933 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->IntegralAndError((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
10934 , *(Double_t*) G__Doubleref(&libp->para[2])));
10935 break;
10936 }
10937 return(1 || funcname || hash || result7 || libp) ;
10938 }
10939
10940 static int G__G__Hist_100_0_136(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10941 {
10942 G__letdouble(result7, 100, (double) ((TH1*) G__getstructoffset())->Interpolate((Double_t) G__double(libp->para[0])));
10943 return(1 || funcname || hash || result7 || libp) ;
10944 }
10945
10946 static int G__G__Hist_100_0_137(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10947 {
10948 G__letdouble(result7, 100, (double) ((TH1*) G__getstructoffset())->Interpolate((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
10949 return(1 || funcname || hash || result7 || libp) ;
10950 }
10951
10952 static int G__G__Hist_100_0_138(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10953 {
10954 G__letdouble(result7, 100, (double) ((TH1*) G__getstructoffset())->Interpolate((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
10955 , (Double_t) G__double(libp->para[2])));
10956 return(1 || funcname || hash || result7 || libp) ;
10957 }
10958
10959 static int G__G__Hist_100_0_139(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10960 {
10961 G__letint(result7, 103, (long) ((const TH1*) G__getstructoffset())->IsBinOverflow((Int_t) G__int(libp->para[0])));
10962 return(1 || funcname || hash || result7 || libp) ;
10963 }
10964
10965 static int G__G__Hist_100_0_140(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10966 {
10967 G__letint(result7, 103, (long) ((const TH1*) G__getstructoffset())->IsBinUnderflow((Int_t) G__int(libp->para[0])));
10968 return(1 || funcname || hash || result7 || libp) ;
10969 }
10970
10971 static int G__G__Hist_100_0_141(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10972 {
10973 switch (libp->paran) {
10974 case 2:
10975 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->KolmogorovTest((TH1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
10976 break;
10977 case 1:
10978 G__letdouble(result7, 100, (double) ((const TH1*) G__getstructoffset())->KolmogorovTest((TH1*) G__int(libp->para[0])));
10979 break;
10980 }
10981 return(1 || funcname || hash || result7 || libp) ;
10982 }
10983
10984 static int G__G__Hist_100_0_142(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10985 {
10986 switch (libp->paran) {
10987 case 1:
10988 ((TH1*) G__getstructoffset())->LabelsDeflate((Option_t*) G__int(libp->para[0]));
10989 G__setnull(result7);
10990 break;
10991 case 0:
10992 ((TH1*) G__getstructoffset())->LabelsDeflate();
10993 G__setnull(result7);
10994 break;
10995 }
10996 return(1 || funcname || hash || result7 || libp) ;
10997 }
10998
10999 static int G__G__Hist_100_0_143(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11000 {
11001 switch (libp->paran) {
11002 case 1:
11003 ((TH1*) G__getstructoffset())->LabelsInflate((Option_t*) G__int(libp->para[0]));
11004 G__setnull(result7);
11005 break;
11006 case 0:
11007 ((TH1*) G__getstructoffset())->LabelsInflate();
11008 G__setnull(result7);
11009 break;
11010 }
11011 return(1 || funcname || hash || result7 || libp) ;
11012 }
11013
11014 static int G__G__Hist_100_0_144(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11015 {
11016 switch (libp->paran) {
11017 case 2:
11018 ((TH1*) G__getstructoffset())->LabelsOption((Option_t*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
11019 G__setnull(result7);
11020 break;
11021 case 1:
11022 ((TH1*) G__getstructoffset())->LabelsOption((Option_t*) G__int(libp->para[0]));
11023 G__setnull(result7);
11024 break;
11025 case 0:
11026 ((TH1*) G__getstructoffset())->LabelsOption();
11027 G__setnull(result7);
11028 break;
11029 }
11030 return(1 || funcname || hash || result7 || libp) ;
11031 }
11032
11033 static int G__G__Hist_100_0_145(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11034 {
11035 G__letLonglong(result7, 110, (G__int64) ((TH1*) G__getstructoffset())->Merge((TCollection*) G__int(libp->para[0])));
11036 return(1 || funcname || hash || result7 || libp) ;
11037 }
11038
11039 static int G__G__Hist_100_0_146(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11040 {
11041 switch (libp->paran) {
11042 case 2:
11043 ((TH1*) G__getstructoffset())->Multiply((TF1*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
11044 G__setnull(result7);
11045 break;
11046 case 1:
11047 ((TH1*) G__getstructoffset())->Multiply((TF1*) G__int(libp->para[0]));
11048 G__setnull(result7);
11049 break;
11050 }
11051 return(1 || funcname || hash || result7 || libp) ;
11052 }
11053
11054 static int G__G__Hist_100_0_147(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11055 {
11056 ((TH1*) G__getstructoffset())->Multiply((TH1*) G__int(libp->para[0]));
11057 G__setnull(result7);
11058 return(1 || funcname || hash || result7 || libp) ;
11059 }
11060
11061 static int G__G__Hist_100_0_148(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11062 {
11063 switch (libp->paran) {
11064 case 5:
11065 ((TH1*) G__getstructoffset())->Multiply((TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1])
11066 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
11067 , (Option_t*) G__int(libp->para[4]));
11068 G__setnull(result7);
11069 break;
11070 case 4:
11071 ((TH1*) G__getstructoffset())->Multiply((TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1])
11072 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
11073 G__setnull(result7);
11074 break;
11075 case 3:
11076 ((TH1*) G__getstructoffset())->Multiply((TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1])
11077 , (Double_t) G__double(libp->para[2]));
11078 G__setnull(result7);
11079 break;
11080 case 2:
11081 ((TH1*) G__getstructoffset())->Multiply((TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1]));
11082 G__setnull(result7);
11083 break;
11084 }
11085 return(1 || funcname || hash || result7 || libp) ;
11086 }
11087
11088 static int G__G__Hist_100_0_151(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11089 {
11090 ((TH1*) G__getstructoffset())->PutStats((Double_t*) G__int(libp->para[0]));
11091 G__setnull(result7);
11092 return(1 || funcname || hash || result7 || libp) ;
11093 }
11094
11095 static int G__G__Hist_100_0_152(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11096 {
11097 switch (libp->paran) {
11098 case 3:
11099 G__letint(result7, 85, (long) ((TH1*) G__getstructoffset())->Rebin((Int_t) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11100 , (Double_t*) G__int(libp->para[2])));
11101 break;
11102 case 2:
11103 G__letint(result7, 85, (long) ((TH1*) G__getstructoffset())->Rebin((Int_t) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
11104 break;
11105 case 1:
11106 G__letint(result7, 85, (long) ((TH1*) G__getstructoffset())->Rebin((Int_t) G__int(libp->para[0])));
11107 break;
11108 case 0:
11109 G__letint(result7, 85, (long) ((TH1*) G__getstructoffset())->Rebin());
11110 break;
11111 }
11112 return(1 || funcname || hash || result7 || libp) ;
11113 }
11114
11115 static int G__G__Hist_100_0_153(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11116 {
11117 ((TH1*) G__getstructoffset())->RebinAxis((Double_t) G__double(libp->para[0]), (TAxis*) G__int(libp->para[1]));
11118 G__setnull(result7);
11119 return(1 || funcname || hash || result7 || libp) ;
11120 }
11121
11122 static int G__G__Hist_100_0_154(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11123 {
11124 switch (libp->paran) {
11125 case 1:
11126 ((TH1*) G__getstructoffset())->Rebuild((Option_t*) G__int(libp->para[0]));
11127 G__setnull(result7);
11128 break;
11129 case 0:
11130 ((TH1*) G__getstructoffset())->Rebuild();
11131 G__setnull(result7);
11132 break;
11133 }
11134 return(1 || funcname || hash || result7 || libp) ;
11135 }
11136
11137 static int G__G__Hist_100_0_156(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11138 {
11139 switch (libp->paran) {
11140 case 1:
11141 ((TH1*) G__getstructoffset())->Reset((Option_t*) G__int(libp->para[0]));
11142 G__setnull(result7);
11143 break;
11144 case 0:
11145 ((TH1*) G__getstructoffset())->Reset();
11146 G__setnull(result7);
11147 break;
11148 }
11149 return(1 || funcname || hash || result7 || libp) ;
11150 }
11151
11152 static int G__G__Hist_100_0_157(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11153 {
11154 ((TH1*) G__getstructoffset())->ResetStats();
11155 G__setnull(result7);
11156 return(1 || funcname || hash || result7 || libp) ;
11157 }
11158
11159 static int G__G__Hist_100_0_159(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11160 {
11161 switch (libp->paran) {
11162 case 2:
11163 ((TH1*) G__getstructoffset())->Scale((Double_t) G__double(libp->para[0]), (Option_t*) G__int(libp->para[1]));
11164 G__setnull(result7);
11165 break;
11166 case 1:
11167 ((TH1*) G__getstructoffset())->Scale((Double_t) G__double(libp->para[0]));
11168 G__setnull(result7);
11169 break;
11170 case 0:
11171 ((TH1*) G__getstructoffset())->Scale();
11172 G__setnull(result7);
11173 break;
11174 }
11175 return(1 || funcname || hash || result7 || libp) ;
11176 }
11177
11178 static int G__G__Hist_100_0_160(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11179 {
11180 switch (libp->paran) {
11181 case 2:
11182 ((TH1*) G__getstructoffset())->SetAxisColor((Color_t) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
11183 G__setnull(result7);
11184 break;
11185 case 1:
11186 ((TH1*) G__getstructoffset())->SetAxisColor((Color_t) G__int(libp->para[0]));
11187 G__setnull(result7);
11188 break;
11189 case 0:
11190 ((TH1*) G__getstructoffset())->SetAxisColor();
11191 G__setnull(result7);
11192 break;
11193 }
11194 return(1 || funcname || hash || result7 || libp) ;
11195 }
11196
11197 static int G__G__Hist_100_0_161(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11198 {
11199 switch (libp->paran) {
11200 case 3:
11201 ((TH1*) G__getstructoffset())->SetAxisRange((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
11202 , (Option_t*) G__int(libp->para[2]));
11203 G__setnull(result7);
11204 break;
11205 case 2:
11206 ((TH1*) G__getstructoffset())->SetAxisRange((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
11207 G__setnull(result7);
11208 break;
11209 }
11210 return(1 || funcname || hash || result7 || libp) ;
11211 }
11212
11213 static int G__G__Hist_100_0_162(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11214 {
11215 switch (libp->paran) {
11216 case 1:
11217 ((TH1*) G__getstructoffset())->SetBarOffset((Float_t) G__double(libp->para[0]));
11218 G__setnull(result7);
11219 break;
11220 case 0:
11221 ((TH1*) G__getstructoffset())->SetBarOffset();
11222 G__setnull(result7);
11223 break;
11224 }
11225 return(1 || funcname || hash || result7 || libp) ;
11226 }
11227
11228 static int G__G__Hist_100_0_163(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11229 {
11230 switch (libp->paran) {
11231 case 1:
11232 ((TH1*) G__getstructoffset())->SetBarWidth((Float_t) G__double(libp->para[0]));
11233 G__setnull(result7);
11234 break;
11235 case 0:
11236 ((TH1*) G__getstructoffset())->SetBarWidth();
11237 G__setnull(result7);
11238 break;
11239 }
11240 return(1 || funcname || hash || result7 || libp) ;
11241 }
11242
11243 static int G__G__Hist_100_0_164(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11244 {
11245 ((TH1*) G__getstructoffset())->SetBinContent((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
11246 G__setnull(result7);
11247 return(1 || funcname || hash || result7 || libp) ;
11248 }
11249
11250 static int G__G__Hist_100_0_165(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11251 {
11252 ((TH1*) G__getstructoffset())->SetBinContent((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
11253 , (Double_t) G__double(libp->para[2]));
11254 G__setnull(result7);
11255 return(1 || funcname || hash || result7 || libp) ;
11256 }
11257
11258 static int G__G__Hist_100_0_166(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11259 {
11260 ((TH1*) G__getstructoffset())->SetBinContent((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
11261 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3]));
11262 G__setnull(result7);
11263 return(1 || funcname || hash || result7 || libp) ;
11264 }
11265
11266 static int G__G__Hist_100_0_167(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11267 {
11268 ((TH1*) G__getstructoffset())->SetBinError((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
11269 G__setnull(result7);
11270 return(1 || funcname || hash || result7 || libp) ;
11271 }
11272
11273 static int G__G__Hist_100_0_168(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11274 {
11275 ((TH1*) G__getstructoffset())->SetBinError((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
11276 , (Double_t) G__double(libp->para[2]));
11277 G__setnull(result7);
11278 return(1 || funcname || hash || result7 || libp) ;
11279 }
11280
11281 static int G__G__Hist_100_0_169(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11282 {
11283 ((TH1*) G__getstructoffset())->SetBinError((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
11284 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3]));
11285 G__setnull(result7);
11286 return(1 || funcname || hash || result7 || libp) ;
11287 }
11288
11289 static int G__G__Hist_100_0_170(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11290 {
11291 ((TH1*) G__getstructoffset())->SetBins((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
11292 , (Double_t) G__double(libp->para[2]));
11293 G__setnull(result7);
11294 return(1 || funcname || hash || result7 || libp) ;
11295 }
11296
11297 static int G__G__Hist_100_0_171(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11298 {
11299 ((TH1*) G__getstructoffset())->SetBins((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
11300 G__setnull(result7);
11301 return(1 || funcname || hash || result7 || libp) ;
11302 }
11303
11304 static int G__G__Hist_100_0_172(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11305 {
11306 ((TH1*) G__getstructoffset())->SetBins((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
11307 , (Double_t) G__double(libp->para[2]), (Int_t) G__int(libp->para[3])
11308 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
11309 G__setnull(result7);
11310 return(1 || funcname || hash || result7 || libp) ;
11311 }
11312
11313 static int G__G__Hist_100_0_173(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11314 {
11315 ((TH1*) G__getstructoffset())->SetBins((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
11316 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3]));
11317 G__setnull(result7);
11318 return(1 || funcname || hash || result7 || libp) ;
11319 }
11320
11321 static int G__G__Hist_100_0_174(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11322 {
11323 ((TH1*) G__getstructoffset())->SetBins(
11324 (Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
11325 , (Double_t) G__double(libp->para[2]), (Int_t) G__int(libp->para[3])
11326 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
11327 , (Int_t) G__int(libp->para[6]), (Double_t) G__double(libp->para[7])
11328 , (Double_t) G__double(libp->para[8]));
11329 G__setnull(result7);
11330 return(1 || funcname || hash || result7 || libp) ;
11331 }
11332
11333 static int G__G__Hist_100_0_175(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11334 {
11335 ((TH1*) G__getstructoffset())->SetBins((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
11336 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
11337 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
11338 G__setnull(result7);
11339 return(1 || funcname || hash || result7 || libp) ;
11340 }
11341
11342 static int G__G__Hist_100_0_176(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11343 {
11344 switch (libp->paran) {
11345 case 1:
11346 ((TH1*) G__getstructoffset())->SetBinsLength((Int_t) G__int(libp->para[0]));
11347 G__setnull(result7);
11348 break;
11349 case 0:
11350 ((TH1*) G__getstructoffset())->SetBinsLength();
11351 G__setnull(result7);
11352 break;
11353 }
11354 return(1 || funcname || hash || result7 || libp) ;
11355 }
11356
11357 static int G__G__Hist_100_0_177(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11358 {
11359 switch (libp->paran) {
11360 case 2:
11361 ((TH1*) G__getstructoffset())->SetBuffer((Int_t) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
11362 G__setnull(result7);
11363 break;
11364 case 1:
11365 ((TH1*) G__getstructoffset())->SetBuffer((Int_t) G__int(libp->para[0]));
11366 G__setnull(result7);
11367 break;
11368 }
11369 return(1 || funcname || hash || result7 || libp) ;
11370 }
11371
11372 static int G__G__Hist_100_0_178(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11373 {
11374 ((TH1*) G__getstructoffset())->SetCellContent((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
11375 , (Double_t) G__double(libp->para[2]));
11376 G__setnull(result7);
11377 return(1 || funcname || hash || result7 || libp) ;
11378 }
11379
11380 static int G__G__Hist_100_0_179(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11381 {
11382 ((TH1*) G__getstructoffset())->SetCellError((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
11383 , (Double_t) G__double(libp->para[2]));
11384 G__setnull(result7);
11385 return(1 || funcname || hash || result7 || libp) ;
11386 }
11387
11388 static int G__G__Hist_100_0_180(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11389 {
11390 ((TH1*) G__getstructoffset())->SetContent((Double_t*) G__int(libp->para[0]));
11391 G__setnull(result7);
11392 return(1 || funcname || hash || result7 || libp) ;
11393 }
11394
11395 static int G__G__Hist_100_0_181(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11396 {
11397 switch (libp->paran) {
11398 case 2:
11399 ((TH1*) G__getstructoffset())->SetContour((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
11400 G__setnull(result7);
11401 break;
11402 case 1:
11403 ((TH1*) G__getstructoffset())->SetContour((Int_t) G__int(libp->para[0]));
11404 G__setnull(result7);
11405 break;
11406 }
11407 return(1 || funcname || hash || result7 || libp) ;
11408 }
11409
11410 static int G__G__Hist_100_0_182(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11411 {
11412 ((TH1*) G__getstructoffset())->SetContourLevel((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
11413 G__setnull(result7);
11414 return(1 || funcname || hash || result7 || libp) ;
11415 }
11416
11417 static int G__G__Hist_100_0_183(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11418 {
11419 switch (libp->paran) {
11420 case 1:
11421 TH1::SetDefaultBufferSize((Int_t) G__int(libp->para[0]));
11422 G__setnull(result7);
11423 break;
11424 case 0:
11425 TH1::SetDefaultBufferSize();
11426 G__setnull(result7);
11427 break;
11428 }
11429 return(1 || funcname || hash || result7 || libp) ;
11430 }
11431
11432 static int G__G__Hist_100_0_184(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11433 {
11434 switch (libp->paran) {
11435 case 1:
11436 TH1::SetDefaultSumw2((Bool_t) G__int(libp->para[0]));
11437 G__setnull(result7);
11438 break;
11439 case 0:
11440 TH1::SetDefaultSumw2();
11441 G__setnull(result7);
11442 break;
11443 }
11444 return(1 || funcname || hash || result7 || libp) ;
11445 }
11446
11447 static int G__G__Hist_100_0_185(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11448 {
11449 ((TH1*) G__getstructoffset())->SetDirectory((TDirectory*) G__int(libp->para[0]));
11450 G__setnull(result7);
11451 return(1 || funcname || hash || result7 || libp) ;
11452 }
11453
11454 static int G__G__Hist_100_0_186(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11455 {
11456 ((TH1*) G__getstructoffset())->SetEntries((Double_t) G__double(libp->para[0]));
11457 G__setnull(result7);
11458 return(1 || funcname || hash || result7 || libp) ;
11459 }
11460
11461 static int G__G__Hist_100_0_187(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11462 {
11463 ((TH1*) G__getstructoffset())->SetError((Double_t*) G__int(libp->para[0]));
11464 G__setnull(result7);
11465 return(1 || funcname || hash || result7 || libp) ;
11466 }
11467
11468 static int G__G__Hist_100_0_188(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11469 {
11470 switch (libp->paran) {
11471 case 2:
11472 ((TH1*) G__getstructoffset())->SetLabelColor((Color_t) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
11473 G__setnull(result7);
11474 break;
11475 case 1:
11476 ((TH1*) G__getstructoffset())->SetLabelColor((Color_t) G__int(libp->para[0]));
11477 G__setnull(result7);
11478 break;
11479 case 0:
11480 ((TH1*) G__getstructoffset())->SetLabelColor();
11481 G__setnull(result7);
11482 break;
11483 }
11484 return(1 || funcname || hash || result7 || libp) ;
11485 }
11486
11487 static int G__G__Hist_100_0_189(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11488 {
11489 switch (libp->paran) {
11490 case 2:
11491 ((TH1*) G__getstructoffset())->SetLabelFont((Style_t) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
11492 G__setnull(result7);
11493 break;
11494 case 1:
11495 ((TH1*) G__getstructoffset())->SetLabelFont((Style_t) G__int(libp->para[0]));
11496 G__setnull(result7);
11497 break;
11498 case 0:
11499 ((TH1*) G__getstructoffset())->SetLabelFont();
11500 G__setnull(result7);
11501 break;
11502 }
11503 return(1 || funcname || hash || result7 || libp) ;
11504 }
11505
11506 static int G__G__Hist_100_0_190(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11507 {
11508 switch (libp->paran) {
11509 case 2:
11510 ((TH1*) G__getstructoffset())->SetLabelOffset((Float_t) G__double(libp->para[0]), (Option_t*) G__int(libp->para[1]));
11511 G__setnull(result7);
11512 break;
11513 case 1:
11514 ((TH1*) G__getstructoffset())->SetLabelOffset((Float_t) G__double(libp->para[0]));
11515 G__setnull(result7);
11516 break;
11517 case 0:
11518 ((TH1*) G__getstructoffset())->SetLabelOffset();
11519 G__setnull(result7);
11520 break;
11521 }
11522 return(1 || funcname || hash || result7 || libp) ;
11523 }
11524
11525 static int G__G__Hist_100_0_191(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11526 {
11527 switch (libp->paran) {
11528 case 2:
11529 ((TH1*) G__getstructoffset())->SetLabelSize((Float_t) G__double(libp->para[0]), (Option_t*) G__int(libp->para[1]));
11530 G__setnull(result7);
11531 break;
11532 case 1:
11533 ((TH1*) G__getstructoffset())->SetLabelSize((Float_t) G__double(libp->para[0]));
11534 G__setnull(result7);
11535 break;
11536 case 0:
11537 ((TH1*) G__getstructoffset())->SetLabelSize();
11538 G__setnull(result7);
11539 break;
11540 }
11541 return(1 || funcname || hash || result7 || libp) ;
11542 }
11543
11544 static int G__G__Hist_100_0_192(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11545 {
11546 switch (libp->paran) {
11547 case 1:
11548 ((TH1*) G__getstructoffset())->SetMaximum((Double_t) G__double(libp->para[0]));
11549 G__setnull(result7);
11550 break;
11551 case 0:
11552 ((TH1*) G__getstructoffset())->SetMaximum();
11553 G__setnull(result7);
11554 break;
11555 }
11556 return(1 || funcname || hash || result7 || libp) ;
11557 }
11558
11559 static int G__G__Hist_100_0_193(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11560 {
11561 switch (libp->paran) {
11562 case 1:
11563 ((TH1*) G__getstructoffset())->SetMinimum((Double_t) G__double(libp->para[0]));
11564 G__setnull(result7);
11565 break;
11566 case 0:
11567 ((TH1*) G__getstructoffset())->SetMinimum();
11568 G__setnull(result7);
11569 break;
11570 }
11571 return(1 || funcname || hash || result7 || libp) ;
11572 }
11573
11574 static int G__G__Hist_100_0_196(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11575 {
11576 switch (libp->paran) {
11577 case 2:
11578 ((TH1*) G__getstructoffset())->SetNdivisions((Int_t) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
11579 G__setnull(result7);
11580 break;
11581 case 1:
11582 ((TH1*) G__getstructoffset())->SetNdivisions((Int_t) G__int(libp->para[0]));
11583 G__setnull(result7);
11584 break;
11585 case 0:
11586 ((TH1*) G__getstructoffset())->SetNdivisions();
11587 G__setnull(result7);
11588 break;
11589 }
11590 return(1 || funcname || hash || result7 || libp) ;
11591 }
11592
11593 static int G__G__Hist_100_0_197(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11594 {
11595 switch (libp->paran) {
11596 case 1:
11597 ((TH1*) G__getstructoffset())->SetNormFactor((Double_t) G__double(libp->para[0]));
11598 G__setnull(result7);
11599 break;
11600 case 0:
11601 ((TH1*) G__getstructoffset())->SetNormFactor();
11602 G__setnull(result7);
11603 break;
11604 }
11605 return(1 || funcname || hash || result7 || libp) ;
11606 }
11607
11608 static int G__G__Hist_100_0_198(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11609 {
11610 switch (libp->paran) {
11611 case 1:
11612 ((TH1*) G__getstructoffset())->SetStats((Bool_t) G__int(libp->para[0]));
11613 G__setnull(result7);
11614 break;
11615 case 0:
11616 ((TH1*) G__getstructoffset())->SetStats();
11617 G__setnull(result7);
11618 break;
11619 }
11620 return(1 || funcname || hash || result7 || libp) ;
11621 }
11622
11623 static int G__G__Hist_100_0_199(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11624 {
11625 switch (libp->paran) {
11626 case 1:
11627 ((TH1*) G__getstructoffset())->SetOption((Option_t*) G__int(libp->para[0]));
11628 G__setnull(result7);
11629 break;
11630 case 0:
11631 ((TH1*) G__getstructoffset())->SetOption();
11632 G__setnull(result7);
11633 break;
11634 }
11635 return(1 || funcname || hash || result7 || libp) ;
11636 }
11637
11638 static int G__G__Hist_100_0_200(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11639 {
11640 switch (libp->paran) {
11641 case 2:
11642 ((TH1*) G__getstructoffset())->SetTickLength((Float_t) G__double(libp->para[0]), (Option_t*) G__int(libp->para[1]));
11643 G__setnull(result7);
11644 break;
11645 case 1:
11646 ((TH1*) G__getstructoffset())->SetTickLength((Float_t) G__double(libp->para[0]));
11647 G__setnull(result7);
11648 break;
11649 case 0:
11650 ((TH1*) G__getstructoffset())->SetTickLength();
11651 G__setnull(result7);
11652 break;
11653 }
11654 return(1 || funcname || hash || result7 || libp) ;
11655 }
11656
11657 static int G__G__Hist_100_0_201(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11658 {
11659 switch (libp->paran) {
11660 case 2:
11661 ((TH1*) G__getstructoffset())->SetTitleFont((Style_t) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
11662 G__setnull(result7);
11663 break;
11664 case 1:
11665 ((TH1*) G__getstructoffset())->SetTitleFont((Style_t) G__int(libp->para[0]));
11666 G__setnull(result7);
11667 break;
11668 case 0:
11669 ((TH1*) G__getstructoffset())->SetTitleFont();
11670 G__setnull(result7);
11671 break;
11672 }
11673 return(1 || funcname || hash || result7 || libp) ;
11674 }
11675
11676 static int G__G__Hist_100_0_202(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11677 {
11678 switch (libp->paran) {
11679 case 2:
11680 ((TH1*) G__getstructoffset())->SetTitleOffset((Float_t) G__double(libp->para[0]), (Option_t*) G__int(libp->para[1]));
11681 G__setnull(result7);
11682 break;
11683 case 1:
11684 ((TH1*) G__getstructoffset())->SetTitleOffset((Float_t) G__double(libp->para[0]));
11685 G__setnull(result7);
11686 break;
11687 case 0:
11688 ((TH1*) G__getstructoffset())->SetTitleOffset();
11689 G__setnull(result7);
11690 break;
11691 }
11692 return(1 || funcname || hash || result7 || libp) ;
11693 }
11694
11695 static int G__G__Hist_100_0_203(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11696 {
11697 switch (libp->paran) {
11698 case 2:
11699 ((TH1*) G__getstructoffset())->SetTitleSize((Float_t) G__double(libp->para[0]), (Option_t*) G__int(libp->para[1]));
11700 G__setnull(result7);
11701 break;
11702 case 1:
11703 ((TH1*) G__getstructoffset())->SetTitleSize((Float_t) G__double(libp->para[0]));
11704 G__setnull(result7);
11705 break;
11706 case 0:
11707 ((TH1*) G__getstructoffset())->SetTitleSize();
11708 G__setnull(result7);
11709 break;
11710 }
11711 return(1 || funcname || hash || result7 || libp) ;
11712 }
11713
11714 static int G__G__Hist_100_0_205(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11715 {
11716 ((TH1*) G__getstructoffset())->SetXTitle((const char*) G__int(libp->para[0]));
11717 G__setnull(result7);
11718 return(1 || funcname || hash || result7 || libp) ;
11719 }
11720
11721 static int G__G__Hist_100_0_206(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11722 {
11723 ((TH1*) G__getstructoffset())->SetYTitle((const char*) G__int(libp->para[0]));
11724 G__setnull(result7);
11725 return(1 || funcname || hash || result7 || libp) ;
11726 }
11727
11728 static int G__G__Hist_100_0_207(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11729 {
11730 ((TH1*) G__getstructoffset())->SetZTitle((const char*) G__int(libp->para[0]));
11731 G__setnull(result7);
11732 return(1 || funcname || hash || result7 || libp) ;
11733 }
11734
11735 static int G__G__Hist_100_0_208(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11736 {
11737 switch (libp->paran) {
11738 case 2:
11739 G__letint(result7, 85, (long) ((TH1*) G__getstructoffset())->ShowBackground((Int_t) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
11740 break;
11741 case 1:
11742 G__letint(result7, 85, (long) ((TH1*) G__getstructoffset())->ShowBackground((Int_t) G__int(libp->para[0])));
11743 break;
11744 case 0:
11745 G__letint(result7, 85, (long) ((TH1*) G__getstructoffset())->ShowBackground());
11746 break;
11747 }
11748 return(1 || funcname || hash || result7 || libp) ;
11749 }
11750
11751 static int G__G__Hist_100_0_209(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11752 {
11753 switch (libp->paran) {
11754 case 3:
11755 G__letint(result7, 105, (long) ((TH1*) G__getstructoffset())->ShowPeaks((Double_t) G__double(libp->para[0]), (Option_t*) G__int(libp->para[1])
11756 , (Double_t) G__double(libp->para[2])));
11757 break;
11758 case 2:
11759 G__letint(result7, 105, (long) ((TH1*) G__getstructoffset())->ShowPeaks((Double_t) G__double(libp->para[0]), (Option_t*) G__int(libp->para[1])));
11760 break;
11761 case 1:
11762 G__letint(result7, 105, (long) ((TH1*) G__getstructoffset())->ShowPeaks((Double_t) G__double(libp->para[0])));
11763 break;
11764 case 0:
11765 G__letint(result7, 105, (long) ((TH1*) G__getstructoffset())->ShowPeaks());
11766 break;
11767 }
11768 return(1 || funcname || hash || result7 || libp) ;
11769 }
11770
11771 static int G__G__Hist_100_0_210(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11772 {
11773 switch (libp->paran) {
11774 case 2:
11775 ((TH1*) G__getstructoffset())->Smooth((Int_t) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
11776 G__setnull(result7);
11777 break;
11778 case 1:
11779 ((TH1*) G__getstructoffset())->Smooth((Int_t) G__int(libp->para[0]));
11780 G__setnull(result7);
11781 break;
11782 case 0:
11783 ((TH1*) G__getstructoffset())->Smooth();
11784 G__setnull(result7);
11785 break;
11786 }
11787 return(1 || funcname || hash || result7 || libp) ;
11788 }
11789
11790 static int G__G__Hist_100_0_211(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11791 {
11792 switch (libp->paran) {
11793 case 3:
11794 TH1::SmoothArray((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
11795 , (Int_t) G__int(libp->para[2]));
11796 G__setnull(result7);
11797 break;
11798 case 2:
11799 TH1::SmoothArray((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
11800 G__setnull(result7);
11801 break;
11802 }
11803 return(1 || funcname || hash || result7 || libp) ;
11804 }
11805
11806 static int G__G__Hist_100_0_212(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11807 {
11808 switch (libp->paran) {
11809 case 1:
11810 TH1::StatOverflows((Bool_t) G__int(libp->para[0]));
11811 G__setnull(result7);
11812 break;
11813 case 0:
11814 TH1::StatOverflows();
11815 G__setnull(result7);
11816 break;
11817 }
11818 return(1 || funcname || hash || result7 || libp) ;
11819 }
11820
11821 static int G__G__Hist_100_0_213(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11822 {
11823 ((TH1*) G__getstructoffset())->Sumw2();
11824 G__setnull(result7);
11825 return(1 || funcname || hash || result7 || libp) ;
11826 }
11827
11828 static int G__G__Hist_100_0_215(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11829 {
11830 G__letint(result7, 85, (long) TH1::TransformHisto((TVirtualFFT*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1])
11831 , (Option_t*) G__int(libp->para[2])));
11832 return(1 || funcname || hash || result7 || libp) ;
11833 }
11834
11835 static int G__G__Hist_100_0_216(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11836 {
11837 G__letint(result7, 85, (long) TH1::Class());
11838 return(1 || funcname || hash || result7 || libp) ;
11839 }
11840
11841 static int G__G__Hist_100_0_217(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11842 {
11843 G__letint(result7, 67, (long) TH1::Class_Name());
11844 return(1 || funcname || hash || result7 || libp) ;
11845 }
11846
11847 static int G__G__Hist_100_0_218(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11848 {
11849 G__letint(result7, 115, (long) TH1::Class_Version());
11850 return(1 || funcname || hash || result7 || libp) ;
11851 }
11852
11853 static int G__G__Hist_100_0_219(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11854 {
11855 TH1::Dictionary();
11856 G__setnull(result7);
11857 return(1 || funcname || hash || result7 || libp) ;
11858 }
11859
11860 static int G__G__Hist_100_0_223(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11861 {
11862 ((TH1*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
11863 G__setnull(result7);
11864 return(1 || funcname || hash || result7 || libp) ;
11865 }
11866
11867 static int G__G__Hist_100_0_224(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11868 {
11869 G__letint(result7, 67, (long) TH1::DeclFileName());
11870 return(1 || funcname || hash || result7 || libp) ;
11871 }
11872
11873 static int G__G__Hist_100_0_225(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11874 {
11875 G__letint(result7, 105, (long) TH1::ImplFileLine());
11876 return(1 || funcname || hash || result7 || libp) ;
11877 }
11878
11879 static int G__G__Hist_100_0_226(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11880 {
11881 G__letint(result7, 67, (long) TH1::ImplFileName());
11882 return(1 || funcname || hash || result7 || libp) ;
11883 }
11884
11885 static int G__G__Hist_100_0_227(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11886 {
11887 G__letint(result7, 105, (long) TH1::DeclFileLine());
11888 return(1 || funcname || hash || result7 || libp) ;
11889 }
11890
11891
11892 typedef TH1 G__TTH1;
11893 static int G__G__Hist_100_0_228(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11894 {
11895 char* gvp = (char*) G__getgvp();
11896 long soff = G__getstructoffset();
11897 int n = G__getaryconstruct();
11898
11899
11900
11901
11902
11903 if (!soff) {
11904 return(1);
11905 }
11906 if (n) {
11907 if (gvp == (char*)G__PVOID) {
11908 delete[] (TH1*) soff;
11909 } else {
11910 G__setgvp((long) G__PVOID);
11911 for (int i = n - 1; i >= 0; --i) {
11912 ((TH1*) (soff+(sizeof(TH1)*i)))->~G__TTH1();
11913 }
11914 G__setgvp((long)gvp);
11915 }
11916 } else {
11917 if (gvp == (char*)G__PVOID) {
11918 delete (TH1*) soff;
11919 } else {
11920 G__setgvp((long) G__PVOID);
11921 ((TH1*) (soff))->~G__TTH1();
11922 G__setgvp((long)gvp);
11923 }
11924 }
11925 G__setnull(result7);
11926 return(1 || funcname || hash || result7 || libp) ;
11927 }
11928
11929
11930
11931 static int G__G__Hist_101_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11932 {
11933 switch (libp->paran) {
11934 case 4:
11935 G__letint(result7, 85, (long) THnSparse::CreateSparse((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11936 , (TH1*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])));
11937 break;
11938 case 3:
11939 G__letint(result7, 85, (long) THnSparse::CreateSparse((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11940 , (TH1*) G__int(libp->para[2])));
11941 break;
11942 }
11943 return(1 || funcname || hash || result7 || libp) ;
11944 }
11945
11946 static int G__G__Hist_101_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11947 {
11948 G__letint(result7, 105, (long) ((const THnSparse*) G__getstructoffset())->GetNChunks());
11949 return(1 || funcname || hash || result7 || libp) ;
11950 }
11951
11952 static int G__G__Hist_101_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11953 {
11954 G__letint(result7, 85, (long) ((THnSparse*) G__getstructoffset())->GetListOfAxes());
11955 return(1 || funcname || hash || result7 || libp) ;
11956 }
11957
11958 static int G__G__Hist_101_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11959 {
11960 G__letint(result7, 85, (long) ((const THnSparse*) G__getstructoffset())->GetAxis((Int_t) G__int(libp->para[0])));
11961 return(1 || funcname || hash || result7 || libp) ;
11962 }
11963
11964 static int G__G__Hist_101_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11965 {
11966 switch (libp->paran) {
11967 case 2:
11968 G__letLonglong(result7, 110, (G__int64) ((THnSparse*) G__getstructoffset())->Fill((Double_t*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])));
11969 break;
11970 case 1:
11971 G__letLonglong(result7, 110, (G__int64) ((THnSparse*) G__getstructoffset())->Fill((Double_t*) G__int(libp->para[0])));
11972 break;
11973 }
11974 return(1 || funcname || hash || result7 || libp) ;
11975 }
11976
11977 static int G__G__Hist_101_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11978 {
11979 switch (libp->paran) {
11980 case 2:
11981 G__letLonglong(result7, 110, (G__int64) ((THnSparse*) G__getstructoffset())->Fill((const char**) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])));
11982 break;
11983 case 1:
11984 G__letLonglong(result7, 110, (G__int64) ((THnSparse*) G__getstructoffset())->Fill((const char**) G__int(libp->para[0])));
11985 break;
11986 }
11987 return(1 || funcname || hash || result7 || libp) ;
11988 }
11989
11990 static int G__G__Hist_101_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11991 {
11992 switch (libp->paran) {
11993 case 3:
11994 {
11995 TFitResultPtr* pobj;
11996 TFitResultPtr xobj = ((THnSparse*) G__getstructoffset())->Fit((TF1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
11997 , (Option_t*) G__int(libp->para[2]));
11998 pobj = new TFitResultPtr(xobj);
11999 result7->obj.i = (long) ((void*) pobj);
12000 result7->ref = result7->obj.i;
12001 G__store_tempobject(*result7);
12002 }
12003 break;
12004 case 2:
12005 {
12006 TFitResultPtr* pobj;
12007 TFitResultPtr xobj = ((THnSparse*) G__getstructoffset())->Fit((TF1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
12008 pobj = new TFitResultPtr(xobj);
12009 result7->obj.i = (long) ((void*) pobj);
12010 result7->ref = result7->obj.i;
12011 G__store_tempobject(*result7);
12012 }
12013 break;
12014 case 1:
12015 {
12016 TFitResultPtr* pobj;
12017 TFitResultPtr xobj = ((THnSparse*) G__getstructoffset())->Fit((TF1*) G__int(libp->para[0]));
12018 pobj = new TFitResultPtr(xobj);
12019 result7->obj.i = (long) ((void*) pobj);
12020 result7->ref = result7->obj.i;
12021 G__store_tempobject(*result7);
12022 }
12023 break;
12024 }
12025 return(1 || funcname || hash || result7 || libp) ;
12026 }
12027
12028 static int G__G__Hist_101_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12029 {
12030 G__letint(result7, 85, (long) ((THnSparse*) G__getstructoffset())->GetListOfFunctions());
12031 return(1 || funcname || hash || result7 || libp) ;
12032 }
12033
12034 static int G__G__Hist_101_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12035 {
12036 G__letdouble(result7, 100, (double) ((const THnSparse*) G__getstructoffset())->GetEntries());
12037 return(1 || funcname || hash || result7 || libp) ;
12038 }
12039
12040 static int G__G__Hist_101_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12041 {
12042 G__letdouble(result7, 100, (double) ((const THnSparse*) G__getstructoffset())->GetWeightSum());
12043 return(1 || funcname || hash || result7 || libp) ;
12044 }
12045
12046 static int G__G__Hist_101_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12047 {
12048 G__letLonglong(result7, 110, (G__int64) ((const THnSparse*) G__getstructoffset())->GetNbins());
12049 return(1 || funcname || hash || result7 || libp) ;
12050 }
12051
12052 static int G__G__Hist_101_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12053 {
12054 G__letint(result7, 105, (long) ((const THnSparse*) G__getstructoffset())->GetNdimensions());
12055 return(1 || funcname || hash || result7 || libp) ;
12056 }
12057
12058 static int G__G__Hist_101_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12059 {
12060 G__letint(result7, 103, (long) ((const THnSparse*) G__getstructoffset())->GetCalculateErrors());
12061 return(1 || funcname || hash || result7 || libp) ;
12062 }
12063
12064 static int G__G__Hist_101_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12065 {
12066 switch (libp->paran) {
12067 case 1:
12068 ((THnSparse*) G__getstructoffset())->CalculateErrors((Bool_t) G__int(libp->para[0]));
12069 G__setnull(result7);
12070 break;
12071 case 0:
12072 ((THnSparse*) G__getstructoffset())->CalculateErrors();
12073 G__setnull(result7);
12074 break;
12075 }
12076 return(1 || funcname || hash || result7 || libp) ;
12077 }
12078
12079 static int G__G__Hist_101_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12080 {
12081 switch (libp->paran) {
12082 case 2:
12083 G__letLonglong(result7, 110, (G__int64) ((THnSparse*) G__getstructoffset())->GetBin((const Int_t*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])));
12084 break;
12085 case 1:
12086 G__letLonglong(result7, 110, (G__int64) ((THnSparse*) G__getstructoffset())->GetBin((const Int_t*) G__int(libp->para[0])));
12087 break;
12088 }
12089 return(1 || funcname || hash || result7 || libp) ;
12090 }
12091
12092 static int G__G__Hist_101_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12093 {
12094 switch (libp->paran) {
12095 case 2:
12096 G__letLonglong(result7, 110, (G__int64) ((THnSparse*) G__getstructoffset())->GetBin((Double_t*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])));
12097 break;
12098 case 1:
12099 G__letLonglong(result7, 110, (G__int64) ((THnSparse*) G__getstructoffset())->GetBin((Double_t*) G__int(libp->para[0])));
12100 break;
12101 }
12102 return(1 || funcname || hash || result7 || libp) ;
12103 }
12104
12105 static int G__G__Hist_101_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12106 {
12107 switch (libp->paran) {
12108 case 2:
12109 G__letLonglong(result7, 110, (G__int64) ((THnSparse*) G__getstructoffset())->GetBin((const char**) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])));
12110 break;
12111 case 1:
12112 G__letLonglong(result7, 110, (G__int64) ((THnSparse*) G__getstructoffset())->GetBin((const char**) G__int(libp->para[0])));
12113 break;
12114 }
12115 return(1 || funcname || hash || result7 || libp) ;
12116 }
12117
12118 static int G__G__Hist_101_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12119 {
12120 ((THnSparse*) G__getstructoffset())->SetBinEdges((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
12121 G__setnull(result7);
12122 return(1 || funcname || hash || result7 || libp) ;
12123 }
12124
12125 static int G__G__Hist_101_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12126 {
12127 ((THnSparse*) G__getstructoffset())->SetBinContent((const Int_t*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
12128 G__setnull(result7);
12129 return(1 || funcname || hash || result7 || libp) ;
12130 }
12131
12132 static int G__G__Hist_101_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12133 {
12134 ((THnSparse*) G__getstructoffset())->SetBinContent((Long64_t) G__Longlong(libp->para[0]), (Double_t) G__double(libp->para[1]));
12135 G__setnull(result7);
12136 return(1 || funcname || hash || result7 || libp) ;
12137 }
12138
12139 static int G__G__Hist_101_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12140 {
12141 ((THnSparse*) G__getstructoffset())->SetBinError((const Int_t*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
12142 G__setnull(result7);
12143 return(1 || funcname || hash || result7 || libp) ;
12144 }
12145
12146 static int G__G__Hist_101_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12147 {
12148 ((THnSparse*) G__getstructoffset())->SetBinError((Long64_t) G__Longlong(libp->para[0]), (Double_t) G__double(libp->para[1]));
12149 G__setnull(result7);
12150 return(1 || funcname || hash || result7 || libp) ;
12151 }
12152
12153 static int G__G__Hist_101_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12154 {
12155 switch (libp->paran) {
12156 case 2:
12157 ((THnSparse*) G__getstructoffset())->AddBinContent((const Int_t*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
12158 G__setnull(result7);
12159 break;
12160 case 1:
12161 ((THnSparse*) G__getstructoffset())->AddBinContent((const Int_t*) G__int(libp->para[0]));
12162 G__setnull(result7);
12163 break;
12164 }
12165 return(1 || funcname || hash || result7 || libp) ;
12166 }
12167
12168 static int G__G__Hist_101_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12169 {
12170 switch (libp->paran) {
12171 case 2:
12172 ((THnSparse*) G__getstructoffset())->AddBinContent((Long64_t) G__Longlong(libp->para[0]), (Double_t) G__double(libp->para[1]));
12173 G__setnull(result7);
12174 break;
12175 case 1:
12176 ((THnSparse*) G__getstructoffset())->AddBinContent((Long64_t) G__Longlong(libp->para[0]));
12177 G__setnull(result7);
12178 break;
12179 }
12180 return(1 || funcname || hash || result7 || libp) ;
12181 }
12182
12183 static int G__G__Hist_101_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12184 {
12185 ((THnSparse*) G__getstructoffset())->SetEntries((Double_t) G__double(libp->para[0]));
12186 G__setnull(result7);
12187 return(1 || funcname || hash || result7 || libp) ;
12188 }
12189
12190 static int G__G__Hist_101_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12191 {
12192 G__letdouble(result7, 100, (double) ((const THnSparse*) G__getstructoffset())->GetBinContent((const Int_t*) G__int(libp->para[0])));
12193 return(1 || funcname || hash || result7 || libp) ;
12194 }
12195
12196 static int G__G__Hist_101_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12197 {
12198 switch (libp->paran) {
12199 case 2:
12200 G__letdouble(result7, 100, (double) ((const THnSparse*) G__getstructoffset())->GetBinContent((Long64_t) G__Longlong(libp->para[0]), (Int_t*) G__int(libp->para[1])));
12201 break;
12202 case 1:
12203 G__letdouble(result7, 100, (double) ((const THnSparse*) G__getstructoffset())->GetBinContent((Long64_t) G__Longlong(libp->para[0])));
12204 break;
12205 }
12206 return(1 || funcname || hash || result7 || libp) ;
12207 }
12208
12209 static int G__G__Hist_101_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12210 {
12211 G__letdouble(result7, 100, (double) ((const THnSparse*) G__getstructoffset())->GetBinError((const Int_t*) G__int(libp->para[0])));
12212 return(1 || funcname || hash || result7 || libp) ;
12213 }
12214
12215 static int G__G__Hist_101_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12216 {
12217 G__letdouble(result7, 100, (double) ((const THnSparse*) G__getstructoffset())->GetBinError((Long64_t) G__Longlong(libp->para[0])));
12218 return(1 || funcname || hash || result7 || libp) ;
12219 }
12220
12221 static int G__G__Hist_101_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12222 {
12223 G__letdouble(result7, 100, (double) ((const THnSparse*) G__getstructoffset())->GetSparseFractionBins());
12224 return(1 || funcname || hash || result7 || libp) ;
12225 }
12226
12227 static int G__G__Hist_101_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12228 {
12229 G__letdouble(result7, 100, (double) ((const THnSparse*) G__getstructoffset())->GetSparseFractionMem());
12230 return(1 || funcname || hash || result7 || libp) ;
12231 }
12232
12233 static int G__G__Hist_101_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12234 {
12235 G__letdouble(result7, 100, (double) ((const THnSparse*) G__getstructoffset())->GetSumw());
12236 return(1 || funcname || hash || result7 || libp) ;
12237 }
12238
12239 static int G__G__Hist_101_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12240 {
12241 G__letdouble(result7, 100, (double) ((const THnSparse*) G__getstructoffset())->GetSumw2());
12242 return(1 || funcname || hash || result7 || libp) ;
12243 }
12244
12245 static int G__G__Hist_101_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12246 {
12247 G__letdouble(result7, 100, (double) ((const THnSparse*) G__getstructoffset())->GetSumwx((Int_t) G__int(libp->para[0])));
12248 return(1 || funcname || hash || result7 || libp) ;
12249 }
12250
12251 static int G__G__Hist_101_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12252 {
12253 G__letdouble(result7, 100, (double) ((const THnSparse*) G__getstructoffset())->GetSumwx2((Int_t) G__int(libp->para[0])));
12254 return(1 || funcname || hash || result7 || libp) ;
12255 }
12256
12257 static int G__G__Hist_101_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12258 {
12259 switch (libp->paran) {
12260 case 2:
12261 G__letint(result7, 85, (long) ((const THnSparse*) G__getstructoffset())->Projection((Int_t) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
12262 break;
12263 case 1:
12264 G__letint(result7, 85, (long) ((const THnSparse*) G__getstructoffset())->Projection((Int_t) G__int(libp->para[0])));
12265 break;
12266 }
12267 return(1 || funcname || hash || result7 || libp) ;
12268 }
12269
12270 static int G__G__Hist_101_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12271 {
12272 switch (libp->paran) {
12273 case 3:
12274 G__letint(result7, 85, (long) ((const THnSparse*) G__getstructoffset())->Projection((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
12275 , (Option_t*) G__int(libp->para[2])));
12276 break;
12277 case 2:
12278 G__letint(result7, 85, (long) ((const THnSparse*) G__getstructoffset())->Projection((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
12279 break;
12280 }
12281 return(1 || funcname || hash || result7 || libp) ;
12282 }
12283
12284 static int G__G__Hist_101_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12285 {
12286 switch (libp->paran) {
12287 case 4:
12288 G__letint(result7, 85, (long) ((const THnSparse*) G__getstructoffset())->Projection((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
12289 , (Int_t) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])));
12290 break;
12291 case 3:
12292 G__letint(result7, 85, (long) ((const THnSparse*) G__getstructoffset())->Projection((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
12293 , (Int_t) G__int(libp->para[2])));
12294 break;
12295 }
12296 return(1 || funcname || hash || result7 || libp) ;
12297 }
12298
12299 static int G__G__Hist_101_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12300 {
12301 switch (libp->paran) {
12302 case 3:
12303 G__letint(result7, 85, (long) ((const THnSparse*) G__getstructoffset())->Projection((Int_t) G__int(libp->para[0]), (const Int_t*) G__int(libp->para[1])
12304 , (Option_t*) G__int(libp->para[2])));
12305 break;
12306 case 2:
12307 G__letint(result7, 85, (long) ((const THnSparse*) G__getstructoffset())->Projection((Int_t) G__int(libp->para[0]), (const Int_t*) G__int(libp->para[1])));
12308 break;
12309 }
12310 return(1 || funcname || hash || result7 || libp) ;
12311 }
12312
12313 static int G__G__Hist_101_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12314 {
12315 G__letint(result7, 85, (long) ((const THnSparse*) G__getstructoffset())->Rebin((Int_t) G__int(libp->para[0])));
12316 return(1 || funcname || hash || result7 || libp) ;
12317 }
12318
12319 static int G__G__Hist_101_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12320 {
12321 G__letint(result7, 85, (long) ((const THnSparse*) G__getstructoffset())->Rebin((const Int_t*) G__int(libp->para[0])));
12322 return(1 || funcname || hash || result7 || libp) ;
12323 }
12324
12325 static int G__G__Hist_101_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12326 {
12327 G__letLonglong(result7, 110, (G__int64) ((THnSparse*) G__getstructoffset())->Merge((TCollection*) G__int(libp->para[0])));
12328 return(1 || funcname || hash || result7 || libp) ;
12329 }
12330
12331 static int G__G__Hist_101_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12332 {
12333 ((THnSparse*) G__getstructoffset())->Scale((Double_t) G__double(libp->para[0]));
12334 G__setnull(result7);
12335 return(1 || funcname || hash || result7 || libp) ;
12336 }
12337
12338 static int G__G__Hist_101_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12339 {
12340 switch (libp->paran) {
12341 case 2:
12342 ((THnSparse*) G__getstructoffset())->Add((THnSparse*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
12343 G__setnull(result7);
12344 break;
12345 case 1:
12346 ((THnSparse*) G__getstructoffset())->Add((THnSparse*) G__int(libp->para[0]));
12347 G__setnull(result7);
12348 break;
12349 }
12350 return(1 || funcname || hash || result7 || libp) ;
12351 }
12352
12353 static int G__G__Hist_101_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12354 {
12355 ((THnSparse*) G__getstructoffset())->Multiply((THnSparse*) G__int(libp->para[0]));
12356 G__setnull(result7);
12357 return(1 || funcname || hash || result7 || libp) ;
12358 }
12359
12360 static int G__G__Hist_101_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12361 {
12362 switch (libp->paran) {
12363 case 2:
12364 ((THnSparse*) G__getstructoffset())->Multiply((TF1*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
12365 G__setnull(result7);
12366 break;
12367 case 1:
12368 ((THnSparse*) G__getstructoffset())->Multiply((TF1*) G__int(libp->para[0]));
12369 G__setnull(result7);
12370 break;
12371 }
12372 return(1 || funcname || hash || result7 || libp) ;
12373 }
12374
12375 static int G__G__Hist_101_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12376 {
12377 ((THnSparse*) G__getstructoffset())->Divide((THnSparse*) G__int(libp->para[0]));
12378 G__setnull(result7);
12379 return(1 || funcname || hash || result7 || libp) ;
12380 }
12381
12382 static int G__G__Hist_101_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12383 {
12384 switch (libp->paran) {
12385 case 5:
12386 ((THnSparse*) G__getstructoffset())->Divide((THnSparse*) G__int(libp->para[0]), (THnSparse*) G__int(libp->para[1])
12387 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
12388 , (Option_t*) G__int(libp->para[4]));
12389 G__setnull(result7);
12390 break;
12391 case 4:
12392 ((THnSparse*) G__getstructoffset())->Divide((THnSparse*) G__int(libp->para[0]), (THnSparse*) G__int(libp->para[1])
12393 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
12394 G__setnull(result7);
12395 break;
12396 case 3:
12397 ((THnSparse*) G__getstructoffset())->Divide((THnSparse*) G__int(libp->para[0]), (THnSparse*) G__int(libp->para[1])
12398 , (Double_t) G__double(libp->para[2]));
12399 G__setnull(result7);
12400 break;
12401 case 2:
12402 ((THnSparse*) G__getstructoffset())->Divide((THnSparse*) G__int(libp->para[0]), (THnSparse*) G__int(libp->para[1]));
12403 G__setnull(result7);
12404 break;
12405 }
12406 return(1 || funcname || hash || result7 || libp) ;
12407 }
12408
12409 static int G__G__Hist_101_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12410 {
12411 switch (libp->paran) {
12412 case 2:
12413 ((THnSparse*) G__getstructoffset())->RebinnedAdd((THnSparse*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
12414 G__setnull(result7);
12415 break;
12416 case 1:
12417 ((THnSparse*) G__getstructoffset())->RebinnedAdd((THnSparse*) G__int(libp->para[0]));
12418 G__setnull(result7);
12419 break;
12420 }
12421 return(1 || funcname || hash || result7 || libp) ;
12422 }
12423
12424 static int G__G__Hist_101_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12425 {
12426 switch (libp->paran) {
12427 case 1:
12428 ((THnSparse*) G__getstructoffset())->Reset((Option_t*) G__int(libp->para[0]));
12429 G__setnull(result7);
12430 break;
12431 case 0:
12432 ((THnSparse*) G__getstructoffset())->Reset();
12433 G__setnull(result7);
12434 break;
12435 }
12436 return(1 || funcname || hash || result7 || libp) ;
12437 }
12438
12439 static int G__G__Hist_101_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12440 {
12441 ((THnSparse*) G__getstructoffset())->Sumw2();
12442 G__setnull(result7);
12443 return(1 || funcname || hash || result7 || libp) ;
12444 }
12445
12446 static int G__G__Hist_101_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12447 {
12448 G__letdouble(result7, 100, (double) ((THnSparse*) G__getstructoffset())->ComputeIntegral());
12449 return(1 || funcname || hash || result7 || libp) ;
12450 }
12451
12452 static int G__G__Hist_101_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12453 {
12454 switch (libp->paran) {
12455 case 2:
12456 ((THnSparse*) G__getstructoffset())->GetRandom((Double_t*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
12457 G__setnull(result7);
12458 break;
12459 case 1:
12460 ((THnSparse*) G__getstructoffset())->GetRandom((Double_t*) G__int(libp->para[0]));
12461 G__setnull(result7);
12462 break;
12463 }
12464 return(1 || funcname || hash || result7 || libp) ;
12465 }
12466
12467 static int G__G__Hist_101_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12468 {
12469 switch (libp->paran) {
12470 case 3:
12471 ((const THnSparse*) G__getstructoffset())->PrintEntries((Long64_t) G__Longlong(libp->para[0]), (Long64_t) G__Longlong(libp->para[1])
12472 , (Option_t*) G__int(libp->para[2]));
12473 G__setnull(result7);
12474 break;
12475 case 2:
12476 ((const THnSparse*) G__getstructoffset())->PrintEntries((Long64_t) G__Longlong(libp->para[0]), (Long64_t) G__Longlong(libp->para[1]));
12477 G__setnull(result7);
12478 break;
12479 case 1:
12480 ((const THnSparse*) G__getstructoffset())->PrintEntries((Long64_t) G__Longlong(libp->para[0]));
12481 G__setnull(result7);
12482 break;
12483 case 0:
12484 ((const THnSparse*) G__getstructoffset())->PrintEntries();
12485 G__setnull(result7);
12486 break;
12487 }
12488 return(1 || funcname || hash || result7 || libp) ;
12489 }
12490
12491 static int G__G__Hist_101_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12492 {
12493 ((const THnSparse*) G__getstructoffset())->PrintBin((Int_t*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
12494 G__setnull(result7);
12495 return(1 || funcname || hash || result7 || libp) ;
12496 }
12497
12498 static int G__G__Hist_101_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12499 {
12500 ((const THnSparse*) G__getstructoffset())->PrintBin((Long64_t) G__Longlong(libp->para[0]), (Option_t*) G__int(libp->para[1]));
12501 G__setnull(result7);
12502 return(1 || funcname || hash || result7 || libp) ;
12503 }
12504
12505 static int G__G__Hist_101_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12506 {
12507 G__letint(result7, 85, (long) THnSparse::Class());
12508 return(1 || funcname || hash || result7 || libp) ;
12509 }
12510
12511 static int G__G__Hist_101_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12512 {
12513 G__letint(result7, 67, (long) THnSparse::Class_Name());
12514 return(1 || funcname || hash || result7 || libp) ;
12515 }
12516
12517 static int G__G__Hist_101_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12518 {
12519 G__letint(result7, 115, (long) THnSparse::Class_Version());
12520 return(1 || funcname || hash || result7 || libp) ;
12521 }
12522
12523 static int G__G__Hist_101_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12524 {
12525 THnSparse::Dictionary();
12526 G__setnull(result7);
12527 return(1 || funcname || hash || result7 || libp) ;
12528 }
12529
12530 static int G__G__Hist_101_0_85(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12531 {
12532 ((THnSparse*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
12533 G__setnull(result7);
12534 return(1 || funcname || hash || result7 || libp) ;
12535 }
12536
12537 static int G__G__Hist_101_0_86(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12538 {
12539 G__letint(result7, 67, (long) THnSparse::DeclFileName());
12540 return(1 || funcname || hash || result7 || libp) ;
12541 }
12542
12543 static int G__G__Hist_101_0_87(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12544 {
12545 G__letint(result7, 105, (long) THnSparse::ImplFileLine());
12546 return(1 || funcname || hash || result7 || libp) ;
12547 }
12548
12549 static int G__G__Hist_101_0_88(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12550 {
12551 G__letint(result7, 67, (long) THnSparse::ImplFileName());
12552 return(1 || funcname || hash || result7 || libp) ;
12553 }
12554
12555 static int G__G__Hist_101_0_89(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12556 {
12557 G__letint(result7, 105, (long) THnSparse::DeclFileLine());
12558 return(1 || funcname || hash || result7 || libp) ;
12559 }
12560
12561
12562 typedef THnSparse G__TTHnSparse;
12563 static int G__G__Hist_101_0_90(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12564 {
12565 char* gvp = (char*) G__getgvp();
12566 long soff = G__getstructoffset();
12567 int n = G__getaryconstruct();
12568
12569
12570
12571
12572
12573 if (!soff) {
12574 return(1);
12575 }
12576 if (n) {
12577 if (gvp == (char*)G__PVOID) {
12578 delete[] (THnSparse*) soff;
12579 } else {
12580 G__setgvp((long) G__PVOID);
12581 for (int i = n - 1; i >= 0; --i) {
12582 ((THnSparse*) (soff+(sizeof(THnSparse)*i)))->~G__TTHnSparse();
12583 }
12584 G__setgvp((long)gvp);
12585 }
12586 } else {
12587 if (gvp == (char*)G__PVOID) {
12588 delete (THnSparse*) soff;
12589 } else {
12590 G__setgvp((long) G__PVOID);
12591 ((THnSparse*) (soff))->~G__TTHnSparse();
12592 G__setgvp((long)gvp);
12593 }
12594 }
12595 G__setnull(result7);
12596 return(1 || funcname || hash || result7 || libp) ;
12597 }
12598
12599
12600
12601 static int G__G__Hist_102_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12602 {
12603 TF1* p = NULL;
12604 char* gvp = (char*) G__getgvp();
12605 int n = G__getaryconstruct();
12606 if (n) {
12607 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12608 p = new TF1[n];
12609 } else {
12610 p = new((void*) gvp) TF1[n];
12611 }
12612 } else {
12613 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12614 p = new TF1;
12615 } else {
12616 p = new((void*) gvp) TF1;
12617 }
12618 }
12619 result7->obj.i = (long) p;
12620 result7->ref = (long) p;
12621 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TF1));
12622 return(1 || funcname || hash || result7 || libp) ;
12623 }
12624
12625 static int G__G__Hist_102_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12626 {
12627 TF1* p = NULL;
12628 char* gvp = (char*) G__getgvp();
12629 switch (libp->paran) {
12630 case 4:
12631
12632 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12633 p = new TF1(
12634 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
12635 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
12636 } else {
12637 p = new((void*) gvp) TF1(
12638 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
12639 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
12640 }
12641 break;
12642 case 3:
12643
12644 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12645 p = new TF1(
12646 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
12647 , (Double_t) G__double(libp->para[2]));
12648 } else {
12649 p = new((void*) gvp) TF1(
12650 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
12651 , (Double_t) G__double(libp->para[2]));
12652 }
12653 break;
12654 case 2:
12655
12656 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12657 p = new TF1((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
12658 } else {
12659 p = new((void*) gvp) TF1((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
12660 }
12661 break;
12662 }
12663 result7->obj.i = (long) p;
12664 result7->ref = (long) p;
12665 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TF1));
12666 return(1 || funcname || hash || result7 || libp) ;
12667 }
12668
12669 static int G__G__Hist_102_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12670 {
12671 TF1* p = NULL;
12672 char* gvp = (char*) G__getgvp();
12673
12674 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12675 p = new TF1(
12676 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
12677 , (Double_t) G__double(libp->para[2]), (Int_t) G__int(libp->para[3]));
12678 } else {
12679 p = new((void*) gvp) TF1(
12680 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
12681 , (Double_t) G__double(libp->para[2]), (Int_t) G__int(libp->para[3]));
12682 }
12683 result7->obj.i = (long) p;
12684 result7->ref = (long) p;
12685 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TF1));
12686 return(1 || funcname || hash || result7 || libp) ;
12687 }
12688
12689 static int G__G__Hist_102_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12690 {
12691 TF1* p = NULL;
12692 char* gvp = (char*) G__getgvp();
12693
12694 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12695 p = new TF1(
12696 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
12697 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
12698 , (Int_t) G__int(libp->para[4]));
12699 } else {
12700 p = new((void*) gvp) TF1(
12701 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
12702 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
12703 , (Int_t) G__int(libp->para[4]));
12704 }
12705 result7->obj.i = (long) p;
12706 result7->ref = (long) p;
12707 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TF1));
12708 return(1 || funcname || hash || result7 || libp) ;
12709 }
12710
12711 static int G__G__Hist_102_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12712 {
12713 TF1* p = NULL;
12714 char* gvp = (char*) G__getgvp();
12715 switch (libp->paran) {
12716 case 5:
12717
12718 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12719 p = new TF1(
12720 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
12721 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
12722 , (Int_t) G__int(libp->para[4]));
12723 } else {
12724 p = new((void*) gvp) TF1(
12725 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
12726 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
12727 , (Int_t) G__int(libp->para[4]));
12728 }
12729 break;
12730 case 4:
12731
12732 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12733 p = new TF1(
12734 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
12735 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
12736 } else {
12737 p = new((void*) gvp) TF1(
12738 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
12739 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
12740 }
12741 break;
12742 case 3:
12743
12744 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12745 p = new TF1(
12746 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
12747 , (Double_t) G__double(libp->para[2]));
12748 } else {
12749 p = new((void*) gvp) TF1(
12750 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
12751 , (Double_t) G__double(libp->para[2]));
12752 }
12753 break;
12754 case 2:
12755
12756 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12757 p = new TF1((const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1])));
12758 } else {
12759 p = new((void*) gvp) TF1((const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1])));
12760 }
12761 break;
12762 }
12763 result7->obj.i = (long) p;
12764 result7->ref = (long) p;
12765 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TF1));
12766 return(1 || funcname || hash || result7 || libp) ;
12767 }
12768
12769 static int G__G__Hist_102_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12770 {
12771 TF1* p = NULL;
12772 char* gvp = (char*) G__getgvp();
12773
12774 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12775 p = new TF1(
12776 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
12777 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
12778 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5]));
12779 } else {
12780 p = new((void*) gvp) TF1(
12781 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
12782 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
12783 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5]));
12784 }
12785 result7->obj.i = (long) p;
12786 result7->ref = (long) p;
12787 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TF1));
12788 return(1 || funcname || hash || result7 || libp) ;
12789 }
12790
12791 static int G__G__Hist_102_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12792 {
12793 TF1* p = NULL;
12794 char* gvp = (char*) G__getgvp();
12795 switch (libp->paran) {
12796 case 8:
12797
12798 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12799 p = new TF1(
12800 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
12801 , (void*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
12802 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
12803 , (const char*) G__int(libp->para[6]), (const char*) G__int(libp->para[7]));
12804 } else {
12805 p = new((void*) gvp) TF1(
12806 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
12807 , (void*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
12808 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
12809 , (const char*) G__int(libp->para[6]), (const char*) G__int(libp->para[7]));
12810 }
12811 break;
12812 case 7:
12813
12814 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12815 p = new TF1(
12816 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
12817 , (void*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
12818 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
12819 , (const char*) G__int(libp->para[6]));
12820 } else {
12821 p = new((void*) gvp) TF1(
12822 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
12823 , (void*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
12824 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
12825 , (const char*) G__int(libp->para[6]));
12826 }
12827 break;
12828 }
12829 result7->obj.i = (long) p;
12830 result7->ref = (long) p;
12831 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TF1));
12832 return(1 || funcname || hash || result7 || libp) ;
12833 }
12834
12835 static int G__G__Hist_102_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12836 {
12837 TF1* p = NULL;
12838 char* gvp = (char*) G__getgvp();
12839
12840 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12841 p = new TF1(*(TF1*) libp->para[0].ref);
12842 } else {
12843 p = new((void*) gvp) TF1(*(TF1*) libp->para[0].ref);
12844 }
12845 result7->obj.i = (long) p;
12846 result7->ref = (long) p;
12847 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TF1));
12848 return(1 || funcname || hash || result7 || libp) ;
12849 }
12850
12851 static int G__G__Hist_102_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12852 {
12853 {
12854 const TF1& obj = ((TF1*) G__getstructoffset())->operator=(*(TF1*) libp->para[0].ref);
12855 result7->ref = (long) (&obj);
12856 result7->obj.i = (long) (&obj);
12857 }
12858 return(1 || funcname || hash || result7 || libp) ;
12859 }
12860
12861 static int G__G__Hist_102_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12862 {
12863 switch (libp->paran) {
12864 case 3:
12865 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->Derivative((Double_t) G__double(libp->para[0]), (Double_t*) G__int(libp->para[1])
12866 , (Double_t) G__double(libp->para[2])));
12867 break;
12868 case 2:
12869 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->Derivative((Double_t) G__double(libp->para[0]), (Double_t*) G__int(libp->para[1])));
12870 break;
12871 case 1:
12872 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->Derivative((Double_t) G__double(libp->para[0])));
12873 break;
12874 }
12875 return(1 || funcname || hash || result7 || libp) ;
12876 }
12877
12878 static int G__G__Hist_102_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12879 {
12880 switch (libp->paran) {
12881 case 3:
12882 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->Derivative2((Double_t) G__double(libp->para[0]), (Double_t*) G__int(libp->para[1])
12883 , (Double_t) G__double(libp->para[2])));
12884 break;
12885 case 2:
12886 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->Derivative2((Double_t) G__double(libp->para[0]), (Double_t*) G__int(libp->para[1])));
12887 break;
12888 case 1:
12889 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->Derivative2((Double_t) G__double(libp->para[0])));
12890 break;
12891 }
12892 return(1 || funcname || hash || result7 || libp) ;
12893 }
12894
12895 static int G__G__Hist_102_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12896 {
12897 switch (libp->paran) {
12898 case 3:
12899 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->Derivative3((Double_t) G__double(libp->para[0]), (Double_t*) G__int(libp->para[1])
12900 , (Double_t) G__double(libp->para[2])));
12901 break;
12902 case 2:
12903 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->Derivative3((Double_t) G__double(libp->para[0]), (Double_t*) G__int(libp->para[1])));
12904 break;
12905 case 1:
12906 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->Derivative3((Double_t) G__double(libp->para[0])));
12907 break;
12908 }
12909 return(1 || funcname || hash || result7 || libp) ;
12910 }
12911
12912 static int G__G__Hist_102_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12913 {
12914 G__letdouble(result7, 100, (double) TF1::DerivativeError());
12915 return(1 || funcname || hash || result7 || libp) ;
12916 }
12917
12918 static int G__G__Hist_102_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12919 {
12920 switch (libp->paran) {
12921 case 1:
12922 G__letint(result7, 85, (long) ((const TF1*) G__getstructoffset())->DrawCopy((Option_t*) G__int(libp->para[0])));
12923 break;
12924 case 0:
12925 G__letint(result7, 85, (long) ((const TF1*) G__getstructoffset())->DrawCopy());
12926 break;
12927 }
12928 return(1 || funcname || hash || result7 || libp) ;
12929 }
12930
12931 static int G__G__Hist_102_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12932 {
12933 switch (libp->paran) {
12934 case 1:
12935 G__letint(result7, 85, (long) ((TF1*) G__getstructoffset())->DrawDerivative((Option_t*) G__int(libp->para[0])));
12936 break;
12937 case 0:
12938 G__letint(result7, 85, (long) ((TF1*) G__getstructoffset())->DrawDerivative());
12939 break;
12940 }
12941 return(1 || funcname || hash || result7 || libp) ;
12942 }
12943
12944 static int G__G__Hist_102_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12945 {
12946 switch (libp->paran) {
12947 case 1:
12948 G__letint(result7, 85, (long) ((TF1*) G__getstructoffset())->DrawIntegral((Option_t*) G__int(libp->para[0])));
12949 break;
12950 case 0:
12951 G__letint(result7, 85, (long) ((TF1*) G__getstructoffset())->DrawIntegral());
12952 break;
12953 }
12954 return(1 || funcname || hash || result7 || libp) ;
12955 }
12956
12957 static int G__G__Hist_102_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12958 {
12959 switch (libp->paran) {
12960 case 4:
12961 ((TF1*) G__getstructoffset())->DrawF1((const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
12962 , (Double_t) G__double(libp->para[2]), (Option_t*) G__int(libp->para[3]));
12963 G__setnull(result7);
12964 break;
12965 case 3:
12966 ((TF1*) G__getstructoffset())->DrawF1((const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
12967 , (Double_t) G__double(libp->para[2]));
12968 G__setnull(result7);
12969 break;
12970 }
12971 return(1 || funcname || hash || result7 || libp) ;
12972 }
12973
12974 static int G__G__Hist_102_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12975 {
12976 switch (libp->paran) {
12977 case 4:
12978 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->operator()((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
12979 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
12980 break;
12981 case 3:
12982 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->operator()((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
12983 , (Double_t) G__double(libp->para[2])));
12984 break;
12985 case 2:
12986 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->operator()((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
12987 break;
12988 case 1:
12989 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->operator()((Double_t) G__double(libp->para[0])));
12990 break;
12991 }
12992 return(1 || funcname || hash || result7 || libp) ;
12993 }
12994
12995 static int G__G__Hist_102_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12996 {
12997 switch (libp->paran) {
12998 case 2:
12999 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->operator()((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])));
13000 break;
13001 case 1:
13002 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->operator()((Double_t*) G__int(libp->para[0])));
13003 break;
13004 }
13005 return(1 || funcname || hash || result7 || libp) ;
13006 }
13007
13008 static int G__G__Hist_102_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13009 {
13010 ((TF1*) G__getstructoffset())->FixParameter((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
13011 G__setnull(result7);
13012 return(1 || funcname || hash || result7 || libp) ;
13013 }
13014
13015 static int G__G__Hist_102_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13016 {
13017 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetChisquare());
13018 return(1 || funcname || hash || result7 || libp) ;
13019 }
13020
13021 static int G__G__Hist_102_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13022 {
13023 G__letint(result7, 85, (long) ((const TF1*) G__getstructoffset())->GetHistogram());
13024 return(1 || funcname || hash || result7 || libp) ;
13025 }
13026
13027 static int G__G__Hist_102_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13028 {
13029 switch (libp->paran) {
13030 case 5:
13031 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetMaximum((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13032 , (Double_t) G__double(libp->para[2]), (Int_t) G__int(libp->para[3])
13033 , (Bool_t) G__int(libp->para[4])));
13034 break;
13035 case 4:
13036 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetMaximum((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13037 , (Double_t) G__double(libp->para[2]), (Int_t) G__int(libp->para[3])));
13038 break;
13039 case 3:
13040 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetMaximum((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13041 , (Double_t) G__double(libp->para[2])));
13042 break;
13043 case 2:
13044 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetMaximum((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
13045 break;
13046 case 1:
13047 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetMaximum((Double_t) G__double(libp->para[0])));
13048 break;
13049 case 0:
13050 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetMaximum());
13051 break;
13052 }
13053 return(1 || funcname || hash || result7 || libp) ;
13054 }
13055
13056 static int G__G__Hist_102_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13057 {
13058 switch (libp->paran) {
13059 case 5:
13060 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetMinimum((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13061 , (Double_t) G__double(libp->para[2]), (Int_t) G__int(libp->para[3])
13062 , (Bool_t) G__int(libp->para[4])));
13063 break;
13064 case 4:
13065 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetMinimum((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13066 , (Double_t) G__double(libp->para[2]), (Int_t) G__int(libp->para[3])));
13067 break;
13068 case 3:
13069 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetMinimum((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13070 , (Double_t) G__double(libp->para[2])));
13071 break;
13072 case 2:
13073 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetMinimum((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
13074 break;
13075 case 1:
13076 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetMinimum((Double_t) G__double(libp->para[0])));
13077 break;
13078 case 0:
13079 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetMinimum());
13080 break;
13081 }
13082 return(1 || funcname || hash || result7 || libp) ;
13083 }
13084
13085 static int G__G__Hist_102_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13086 {
13087 switch (libp->paran) {
13088 case 5:
13089 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetMaximumX((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13090 , (Double_t) G__double(libp->para[2]), (Int_t) G__int(libp->para[3])
13091 , (Bool_t) G__int(libp->para[4])));
13092 break;
13093 case 4:
13094 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetMaximumX((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13095 , (Double_t) G__double(libp->para[2]), (Int_t) G__int(libp->para[3])));
13096 break;
13097 case 3:
13098 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetMaximumX((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13099 , (Double_t) G__double(libp->para[2])));
13100 break;
13101 case 2:
13102 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetMaximumX((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
13103 break;
13104 case 1:
13105 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetMaximumX((Double_t) G__double(libp->para[0])));
13106 break;
13107 case 0:
13108 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetMaximumX());
13109 break;
13110 }
13111 return(1 || funcname || hash || result7 || libp) ;
13112 }
13113
13114 static int G__G__Hist_102_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13115 {
13116 switch (libp->paran) {
13117 case 5:
13118 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetMinimumX((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13119 , (Double_t) G__double(libp->para[2]), (Int_t) G__int(libp->para[3])
13120 , (Bool_t) G__int(libp->para[4])));
13121 break;
13122 case 4:
13123 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetMinimumX((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13124 , (Double_t) G__double(libp->para[2]), (Int_t) G__int(libp->para[3])));
13125 break;
13126 case 3:
13127 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetMinimumX((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13128 , (Double_t) G__double(libp->para[2])));
13129 break;
13130 case 2:
13131 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetMinimumX((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
13132 break;
13133 case 1:
13134 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetMinimumX((Double_t) G__double(libp->para[0])));
13135 break;
13136 case 0:
13137 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetMinimumX());
13138 break;
13139 }
13140 return(1 || funcname || hash || result7 || libp) ;
13141 }
13142
13143 static int G__G__Hist_102_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13144 {
13145 G__letint(result7, 105, (long) ((const TF1*) G__getstructoffset())->GetNDF());
13146 return(1 || funcname || hash || result7 || libp) ;
13147 }
13148
13149 static int G__G__Hist_102_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13150 {
13151 G__letint(result7, 105, (long) ((const TF1*) G__getstructoffset())->GetNpx());
13152 return(1 || funcname || hash || result7 || libp) ;
13153 }
13154
13155 static int G__G__Hist_102_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13156 {
13157 G__letint(result7, 85, (long) ((const TF1*) G__getstructoffset())->GetMethodCall());
13158 return(1 || funcname || hash || result7 || libp) ;
13159 }
13160
13161 static int G__G__Hist_102_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13162 {
13163 G__letint(result7, 105, (long) ((const TF1*) G__getstructoffset())->GetNumberFreeParameters());
13164 return(1 || funcname || hash || result7 || libp) ;
13165 }
13166
13167 static int G__G__Hist_102_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13168 {
13169 G__letint(result7, 105, (long) ((const TF1*) G__getstructoffset())->GetNumberFitPoints());
13170 return(1 || funcname || hash || result7 || libp) ;
13171 }
13172
13173 static int G__G__Hist_102_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13174 {
13175 G__letint(result7, 85, (long) ((const TF1*) G__getstructoffset())->GetParent());
13176 return(1 || funcname || hash || result7 || libp) ;
13177 }
13178
13179 static int G__G__Hist_102_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13180 {
13181 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetParError((Int_t) G__int(libp->para[0])));
13182 return(1 || funcname || hash || result7 || libp) ;
13183 }
13184
13185 static int G__G__Hist_102_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13186 {
13187 G__letint(result7, 68, (long) ((const TF1*) G__getstructoffset())->GetParErrors());
13188 return(1 || funcname || hash || result7 || libp) ;
13189 }
13190
13191 static int G__G__Hist_102_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13192 {
13193 ((const TF1*) G__getstructoffset())->GetParLimits((Int_t) G__int(libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
13194 , *(Double_t*) G__Doubleref(&libp->para[2]));
13195 G__setnull(result7);
13196 return(1 || funcname || hash || result7 || libp) ;
13197 }
13198
13199 static int G__G__Hist_102_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13200 {
13201 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetProb());
13202 return(1 || funcname || hash || result7 || libp) ;
13203 }
13204
13205 static int G__G__Hist_102_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13206 {
13207 G__letint(result7, 105, (long) ((TF1*) G__getstructoffset())->GetQuantiles((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
13208 , (Double_t*) G__int(libp->para[2])));
13209 return(1 || funcname || hash || result7 || libp) ;
13210 }
13211
13212 static int G__G__Hist_102_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13213 {
13214 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->GetRandom());
13215 return(1 || funcname || hash || result7 || libp) ;
13216 }
13217
13218 static int G__G__Hist_102_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13219 {
13220 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->GetRandom((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
13221 return(1 || funcname || hash || result7 || libp) ;
13222 }
13223
13224 static int G__G__Hist_102_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13225 {
13226 ((const TF1*) G__getstructoffset())->GetRange(*(Double_t*) G__Doubleref(&libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1]));
13227 G__setnull(result7);
13228 return(1 || funcname || hash || result7 || libp) ;
13229 }
13230
13231 static int G__G__Hist_102_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13232 {
13233 ((const TF1*) G__getstructoffset())->GetRange(*(Double_t*) G__Doubleref(&libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
13234 , *(Double_t*) G__Doubleref(&libp->para[2]), *(Double_t*) G__Doubleref(&libp->para[3]));
13235 G__setnull(result7);
13236 return(1 || funcname || hash || result7 || libp) ;
13237 }
13238
13239 static int G__G__Hist_102_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13240 {
13241 ((const TF1*) G__getstructoffset())->GetRange(*(Double_t*) G__Doubleref(&libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
13242 , *(Double_t*) G__Doubleref(&libp->para[2]), *(Double_t*) G__Doubleref(&libp->para[3])
13243 , *(Double_t*) G__Doubleref(&libp->para[4]), *(Double_t*) G__Doubleref(&libp->para[5]));
13244 G__setnull(result7);
13245 return(1 || funcname || hash || result7 || libp) ;
13246 }
13247
13248 static int G__G__Hist_102_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13249 {
13250 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->GetSave((Double_t*) G__int(libp->para[0])));
13251 return(1 || funcname || hash || result7 || libp) ;
13252 }
13253
13254 static int G__G__Hist_102_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13255 {
13256 switch (libp->paran) {
13257 case 6:
13258 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetX((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13259 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
13260 , (Int_t) G__int(libp->para[4]), (Bool_t) G__int(libp->para[5])));
13261 break;
13262 case 5:
13263 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetX((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13264 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
13265 , (Int_t) G__int(libp->para[4])));
13266 break;
13267 case 4:
13268 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetX((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13269 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
13270 break;
13271 case 3:
13272 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetX((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13273 , (Double_t) G__double(libp->para[2])));
13274 break;
13275 case 2:
13276 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetX((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
13277 break;
13278 case 1:
13279 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetX((Double_t) G__double(libp->para[0])));
13280 break;
13281 }
13282 return(1 || funcname || hash || result7 || libp) ;
13283 }
13284
13285 static int G__G__Hist_102_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13286 {
13287 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetXmin());
13288 return(1 || funcname || hash || result7 || libp) ;
13289 }
13290
13291 static int G__G__Hist_102_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13292 {
13293 G__letdouble(result7, 100, (double) ((const TF1*) G__getstructoffset())->GetXmax());
13294 return(1 || funcname || hash || result7 || libp) ;
13295 }
13296
13297 static int G__G__Hist_102_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13298 {
13299 G__letint(result7, 85, (long) ((const TF1*) G__getstructoffset())->GetXaxis());
13300 return(1 || funcname || hash || result7 || libp) ;
13301 }
13302
13303 static int G__G__Hist_102_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13304 {
13305 G__letint(result7, 85, (long) ((const TF1*) G__getstructoffset())->GetYaxis());
13306 return(1 || funcname || hash || result7 || libp) ;
13307 }
13308
13309 static int G__G__Hist_102_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13310 {
13311 G__letint(result7, 85, (long) ((const TF1*) G__getstructoffset())->GetZaxis());
13312 return(1 || funcname || hash || result7 || libp) ;
13313 }
13314
13315 static int G__G__Hist_102_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13316 {
13317 switch (libp->paran) {
13318 case 3:
13319 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->GradientPar((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
13320 , (Double_t) G__double(libp->para[2])));
13321 break;
13322 case 2:
13323 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->GradientPar((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])));
13324 break;
13325 }
13326 return(1 || funcname || hash || result7 || libp) ;
13327 }
13328
13329 static int G__G__Hist_102_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13330 {
13331 switch (libp->paran) {
13332 case 3:
13333 ((TF1*) G__getstructoffset())->GradientPar((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
13334 , (Double_t) G__double(libp->para[2]));
13335 G__setnull(result7);
13336 break;
13337 case 2:
13338 ((TF1*) G__getstructoffset())->GradientPar((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
13339 G__setnull(result7);
13340 break;
13341 }
13342 return(1 || funcname || hash || result7 || libp) ;
13343 }
13344
13345 static int G__G__Hist_102_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13346 {
13347 ((TF1*) G__getstructoffset())->InitArgs((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
13348 G__setnull(result7);
13349 return(1 || funcname || hash || result7 || libp) ;
13350 }
13351
13352 static int G__G__Hist_102_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13353 {
13354 TF1::InitStandardFunctions();
13355 G__setnull(result7);
13356 return(1 || funcname || hash || result7 || libp) ;
13357 }
13358
13359 static int G__G__Hist_102_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13360 {
13361 switch (libp->paran) {
13362 case 4:
13363 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->Integral((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13364 , (Double_t*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])));
13365 break;
13366 case 3:
13367 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->Integral((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13368 , (Double_t*) G__int(libp->para[2])));
13369 break;
13370 case 2:
13371 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->Integral((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
13372 break;
13373 }
13374 return(1 || funcname || hash || result7 || libp) ;
13375 }
13376
13377 static int G__G__Hist_102_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13378 {
13379 switch (libp->paran) {
13380 case 5:
13381 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->Integral((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13382 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
13383 , (Double_t) G__double(libp->para[4])));
13384 break;
13385 case 4:
13386 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->Integral((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13387 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
13388 break;
13389 }
13390 return(1 || funcname || hash || result7 || libp) ;
13391 }
13392
13393 static int G__G__Hist_102_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13394 {
13395 switch (libp->paran) {
13396 case 7:
13397 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->Integral(
13398 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13399 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
13400 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
13401 , (Double_t) G__double(libp->para[6])));
13402 break;
13403 case 6:
13404 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->Integral((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13405 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
13406 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])));
13407 break;
13408 }
13409 return(1 || funcname || hash || result7 || libp) ;
13410 }
13411
13412 static int G__G__Hist_102_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13413 {
13414 switch (libp->paran) {
13415 case 5:
13416 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->IntegralError((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13417 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
13418 , (Double_t) G__double(libp->para[4])));
13419 break;
13420 case 4:
13421 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->IntegralError((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13422 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])));
13423 break;
13424 case 3:
13425 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->IntegralError((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13426 , (Double_t*) G__int(libp->para[2])));
13427 break;
13428 case 2:
13429 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->IntegralError((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
13430 break;
13431 }
13432 return(1 || funcname || hash || result7 || libp) ;
13433 }
13434
13435 static int G__G__Hist_102_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13436 {
13437 switch (libp->paran) {
13438 case 6:
13439 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->IntegralError((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
13440 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
13441 , (Double_t*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])));
13442 break;
13443 case 5:
13444 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->IntegralError((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
13445 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
13446 , (Double_t*) G__int(libp->para[4])));
13447 break;
13448 case 4:
13449 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->IntegralError((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
13450 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])));
13451 break;
13452 case 3:
13453 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->IntegralError((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
13454 , (Double_t*) G__int(libp->para[2])));
13455 break;
13456 }
13457 return(1 || funcname || hash || result7 || libp) ;
13458 }
13459
13460 static int G__G__Hist_102_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13461 {
13462 switch (libp->paran) {
13463 case 7:
13464 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->IntegralFast(
13465 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
13466 , (Double_t*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
13467 , (Double_t) G__double(libp->para[4]), (Double_t*) G__int(libp->para[5])
13468 , (Double_t) G__double(libp->para[6])));
13469 break;
13470 case 6:
13471 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->IntegralFast((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
13472 , (Double_t*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
13473 , (Double_t) G__double(libp->para[4]), (Double_t*) G__int(libp->para[5])));
13474 break;
13475 case 5:
13476 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->IntegralFast((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
13477 , (Double_t*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
13478 , (Double_t) G__double(libp->para[4])));
13479 break;
13480 }
13481 return(1 || funcname || hash || result7 || libp) ;
13482 }
13483
13484 static int G__G__Hist_102_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13485 {
13486 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->IntegralMultiple(
13487 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
13488 , (Double_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
13489 , (Int_t) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
13490 , *(Double_t*) G__Doubleref(&libp->para[6]), *(Int_t*) G__Intref(&libp->para[7])
13491 , *(Int_t*) G__Intref(&libp->para[8])));
13492 return(1 || funcname || hash || result7 || libp) ;
13493 }
13494
13495 static int G__G__Hist_102_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13496 {
13497 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->IntegralMultiple((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
13498 , (Double_t*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
13499 , *(Double_t*) G__Doubleref(&libp->para[4])));
13500 return(1 || funcname || hash || result7 || libp) ;
13501 }
13502
13503 static int G__G__Hist_102_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13504 {
13505 G__letint(result7, 103, (long) ((const TF1*) G__getstructoffset())->IsInside((Double_t*) G__int(libp->para[0])));
13506 return(1 || funcname || hash || result7 || libp) ;
13507 }
13508
13509 static int G__G__Hist_102_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13510 {
13511 ((TF1*) G__getstructoffset())->ReleaseParameter((Int_t) G__int(libp->para[0]));
13512 G__setnull(result7);
13513 return(1 || funcname || hash || result7 || libp) ;
13514 }
13515
13516 static int G__G__Hist_102_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13517 {
13518 ((TF1*) G__getstructoffset())->Save((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13519 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
13520 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
13521 G__setnull(result7);
13522 return(1 || funcname || hash || result7 || libp) ;
13523 }
13524
13525 static int G__G__Hist_102_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13526 {
13527 ((TF1*) G__getstructoffset())->SetChisquare((Double_t) G__double(libp->para[0]));
13528 G__setnull(result7);
13529 return(1 || funcname || hash || result7 || libp) ;
13530 }
13531
13532 static int G__G__Hist_102_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13533 {
13534 switch (libp->paran) {
13535 case 2:
13536 ((TF1*) G__getstructoffset())->SetFitResult(*(ROOT::Fit::FitResult*) libp->para[0].ref, (const Int_t*) G__int(libp->para[1]));
13537 G__setnull(result7);
13538 break;
13539 case 1:
13540 ((TF1*) G__getstructoffset())->SetFitResult(*(ROOT::Fit::FitResult*) libp->para[0].ref);
13541 G__setnull(result7);
13542 break;
13543 }
13544 return(1 || funcname || hash || result7 || libp) ;
13545 }
13546
13547 static int G__G__Hist_102_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13548 {
13549 switch (libp->paran) {
13550 case 1:
13551 ((TF1*) G__getstructoffset())->SetMaximum((Double_t) G__double(libp->para[0]));
13552 G__setnull(result7);
13553 break;
13554 case 0:
13555 ((TF1*) G__getstructoffset())->SetMaximum();
13556 G__setnull(result7);
13557 break;
13558 }
13559 return(1 || funcname || hash || result7 || libp) ;
13560 }
13561
13562 static int G__G__Hist_102_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13563 {
13564 switch (libp->paran) {
13565 case 1:
13566 ((TF1*) G__getstructoffset())->SetMinimum((Double_t) G__double(libp->para[0]));
13567 G__setnull(result7);
13568 break;
13569 case 0:
13570 ((TF1*) G__getstructoffset())->SetMinimum();
13571 G__setnull(result7);
13572 break;
13573 }
13574 return(1 || funcname || hash || result7 || libp) ;
13575 }
13576
13577 static int G__G__Hist_102_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13578 {
13579 ((TF1*) G__getstructoffset())->SetNDF((Int_t) G__int(libp->para[0]));
13580 G__setnull(result7);
13581 return(1 || funcname || hash || result7 || libp) ;
13582 }
13583
13584 static int G__G__Hist_102_0_83(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13585 {
13586 ((TF1*) G__getstructoffset())->SetNumberFitPoints((Int_t) G__int(libp->para[0]));
13587 G__setnull(result7);
13588 return(1 || funcname || hash || result7 || libp) ;
13589 }
13590
13591 static int G__G__Hist_102_0_84(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13592 {
13593 switch (libp->paran) {
13594 case 1:
13595 ((TF1*) G__getstructoffset())->SetNpx((Int_t) G__int(libp->para[0]));
13596 G__setnull(result7);
13597 break;
13598 case 0:
13599 ((TF1*) G__getstructoffset())->SetNpx();
13600 G__setnull(result7);
13601 break;
13602 }
13603 return(1 || funcname || hash || result7 || libp) ;
13604 }
13605
13606 static int G__G__Hist_102_0_85(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13607 {
13608 ((TF1*) G__getstructoffset())->SetParError((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
13609 G__setnull(result7);
13610 return(1 || funcname || hash || result7 || libp) ;
13611 }
13612
13613 static int G__G__Hist_102_0_86(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13614 {
13615 ((TF1*) G__getstructoffset())->SetParErrors((Double_t*) G__int(libp->para[0]));
13616 G__setnull(result7);
13617 return(1 || funcname || hash || result7 || libp) ;
13618 }
13619
13620 static int G__G__Hist_102_0_87(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13621 {
13622 ((TF1*) G__getstructoffset())->SetParLimits((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
13623 , (Double_t) G__double(libp->para[2]));
13624 G__setnull(result7);
13625 return(1 || funcname || hash || result7 || libp) ;
13626 }
13627
13628 static int G__G__Hist_102_0_88(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13629 {
13630 switch (libp->paran) {
13631 case 1:
13632 ((TF1*) G__getstructoffset())->SetParent((TObject*) G__int(libp->para[0]));
13633 G__setnull(result7);
13634 break;
13635 case 0:
13636 ((TF1*) G__getstructoffset())->SetParent();
13637 G__setnull(result7);
13638 break;
13639 }
13640 return(1 || funcname || hash || result7 || libp) ;
13641 }
13642
13643 static int G__G__Hist_102_0_89(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13644 {
13645 ((TF1*) G__getstructoffset())->SetRange((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
13646 G__setnull(result7);
13647 return(1 || funcname || hash || result7 || libp) ;
13648 }
13649
13650 static int G__G__Hist_102_0_90(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13651 {
13652 ((TF1*) G__getstructoffset())->SetRange((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13653 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
13654 G__setnull(result7);
13655 return(1 || funcname || hash || result7 || libp) ;
13656 }
13657
13658 static int G__G__Hist_102_0_91(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13659 {
13660 ((TF1*) G__getstructoffset())->SetRange((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13661 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
13662 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
13663 G__setnull(result7);
13664 return(1 || funcname || hash || result7 || libp) ;
13665 }
13666
13667 static int G__G__Hist_102_0_92(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13668 {
13669 ((TF1*) G__getstructoffset())->SetSavedPoint((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
13670 G__setnull(result7);
13671 return(1 || funcname || hash || result7 || libp) ;
13672 }
13673
13674 static int G__G__Hist_102_0_95(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13675 {
13676 G__letint(result7, 85, (long) TF1::GetCurrent());
13677 return(1 || funcname || hash || result7 || libp) ;
13678 }
13679
13680 static int G__G__Hist_102_0_96(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13681 {
13682 switch (libp->paran) {
13683 case 1:
13684 TF1::AbsValue((Bool_t) G__int(libp->para[0]));
13685 G__setnull(result7);
13686 break;
13687 case 0:
13688 TF1::AbsValue();
13689 G__setnull(result7);
13690 break;
13691 }
13692 return(1 || funcname || hash || result7 || libp) ;
13693 }
13694
13695 static int G__G__Hist_102_0_97(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13696 {
13697 switch (libp->paran) {
13698 case 1:
13699 TF1::RejectPoint((Bool_t) G__int(libp->para[0]));
13700 G__setnull(result7);
13701 break;
13702 case 0:
13703 TF1::RejectPoint();
13704 G__setnull(result7);
13705 break;
13706 }
13707 return(1 || funcname || hash || result7 || libp) ;
13708 }
13709
13710 static int G__G__Hist_102_0_98(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13711 {
13712 G__letint(result7, 103, (long) TF1::RejectedPoint());
13713 return(1 || funcname || hash || result7 || libp) ;
13714 }
13715
13716 static int G__G__Hist_102_0_99(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13717 {
13718 TF1::SetCurrent((TF1*) G__int(libp->para[0]));
13719 G__setnull(result7);
13720 return(1 || funcname || hash || result7 || libp) ;
13721 }
13722
13723 static int G__G__Hist_102_0_100(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13724 {
13725 switch (libp->paran) {
13726 case 5:
13727 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->Moment((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13728 , (Double_t) G__double(libp->para[2]), (Double_t*) G__int(libp->para[3])
13729 , (Double_t) G__double(libp->para[4])));
13730 break;
13731 case 4:
13732 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->Moment((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13733 , (Double_t) G__double(libp->para[2]), (Double_t*) G__int(libp->para[3])));
13734 break;
13735 case 3:
13736 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->Moment((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13737 , (Double_t) G__double(libp->para[2])));
13738 break;
13739 }
13740 return(1 || funcname || hash || result7 || libp) ;
13741 }
13742
13743 static int G__G__Hist_102_0_101(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13744 {
13745 switch (libp->paran) {
13746 case 5:
13747 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->CentralMoment((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13748 , (Double_t) G__double(libp->para[2]), (Double_t*) G__int(libp->para[3])
13749 , (Double_t) G__double(libp->para[4])));
13750 break;
13751 case 4:
13752 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->CentralMoment((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13753 , (Double_t) G__double(libp->para[2]), (Double_t*) G__int(libp->para[3])));
13754 break;
13755 case 3:
13756 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->CentralMoment((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13757 , (Double_t) G__double(libp->para[2])));
13758 break;
13759 }
13760 return(1 || funcname || hash || result7 || libp) ;
13761 }
13762
13763 static int G__G__Hist_102_0_102(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13764 {
13765 switch (libp->paran) {
13766 case 4:
13767 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->Mean((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13768 , (Double_t*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])));
13769 break;
13770 case 3:
13771 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->Mean((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13772 , (Double_t*) G__int(libp->para[2])));
13773 break;
13774 case 2:
13775 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->Mean((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
13776 break;
13777 }
13778 return(1 || funcname || hash || result7 || libp) ;
13779 }
13780
13781 static int G__G__Hist_102_0_103(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13782 {
13783 switch (libp->paran) {
13784 case 4:
13785 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->Variance((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13786 , (Double_t*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])));
13787 break;
13788 case 3:
13789 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->Variance((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13790 , (Double_t*) G__int(libp->para[2])));
13791 break;
13792 case 2:
13793 G__letdouble(result7, 100, (double) ((TF1*) G__getstructoffset())->Variance((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
13794 break;
13795 }
13796 return(1 || funcname || hash || result7 || libp) ;
13797 }
13798
13799 static int G__G__Hist_102_0_104(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13800 {
13801 switch (libp->paran) {
13802 case 4:
13803 TF1::CalcGaussLegendreSamplingPoints((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
13804 , (Double_t*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3]));
13805 G__setnull(result7);
13806 break;
13807 case 3:
13808 TF1::CalcGaussLegendreSamplingPoints((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
13809 , (Double_t*) G__int(libp->para[2]));
13810 G__setnull(result7);
13811 break;
13812 }
13813 return(1 || funcname || hash || result7 || libp) ;
13814 }
13815
13816 static int G__G__Hist_102_0_105(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13817 {
13818 G__letint(result7, 85, (long) TF1::Class());
13819 return(1 || funcname || hash || result7 || libp) ;
13820 }
13821
13822 static int G__G__Hist_102_0_106(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13823 {
13824 G__letint(result7, 67, (long) TF1::Class_Name());
13825 return(1 || funcname || hash || result7 || libp) ;
13826 }
13827
13828 static int G__G__Hist_102_0_107(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13829 {
13830 G__letint(result7, 115, (long) TF1::Class_Version());
13831 return(1 || funcname || hash || result7 || libp) ;
13832 }
13833
13834 static int G__G__Hist_102_0_108(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13835 {
13836 TF1::Dictionary();
13837 G__setnull(result7);
13838 return(1 || funcname || hash || result7 || libp) ;
13839 }
13840
13841 static int G__G__Hist_102_0_112(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13842 {
13843 ((TF1*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
13844 G__setnull(result7);
13845 return(1 || funcname || hash || result7 || libp) ;
13846 }
13847
13848 static int G__G__Hist_102_0_113(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13849 {
13850 G__letint(result7, 67, (long) TF1::DeclFileName());
13851 return(1 || funcname || hash || result7 || libp) ;
13852 }
13853
13854 static int G__G__Hist_102_0_114(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13855 {
13856 G__letint(result7, 105, (long) TF1::ImplFileLine());
13857 return(1 || funcname || hash || result7 || libp) ;
13858 }
13859
13860 static int G__G__Hist_102_0_115(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13861 {
13862 G__letint(result7, 67, (long) TF1::ImplFileName());
13863 return(1 || funcname || hash || result7 || libp) ;
13864 }
13865
13866 static int G__G__Hist_102_0_116(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13867 {
13868 G__letint(result7, 105, (long) TF1::DeclFileLine());
13869 return(1 || funcname || hash || result7 || libp) ;
13870 }
13871
13872
13873 typedef TF1 G__TTF1;
13874 static int G__G__Hist_102_0_117(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13875 {
13876 char* gvp = (char*) G__getgvp();
13877 long soff = G__getstructoffset();
13878 int n = G__getaryconstruct();
13879
13880
13881
13882
13883
13884 if (!soff) {
13885 return(1);
13886 }
13887 if (n) {
13888 if (gvp == (char*)G__PVOID) {
13889 delete[] (TF1*) soff;
13890 } else {
13891 G__setgvp((long) G__PVOID);
13892 for (int i = n - 1; i >= 0; --i) {
13893 ((TF1*) (soff+(sizeof(TF1)*i)))->~G__TTF1();
13894 }
13895 G__setgvp((long)gvp);
13896 }
13897 } else {
13898 if (gvp == (char*)G__PVOID) {
13899 delete (TF1*) soff;
13900 } else {
13901 G__setgvp((long) G__PVOID);
13902 ((TF1*) (soff))->~G__TTF1();
13903 G__setgvp((long)gvp);
13904 }
13905 }
13906 G__setnull(result7);
13907 return(1 || funcname || hash || result7 || libp) ;
13908 }
13909
13910
13911
13912 static int G__G__Hist_103_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13913 {
13914 TF2* p = NULL;
13915 char* gvp = (char*) G__getgvp();
13916 int n = G__getaryconstruct();
13917 if (n) {
13918 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13919 p = new TF2[n];
13920 } else {
13921 p = new((void*) gvp) TF2[n];
13922 }
13923 } else {
13924 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13925 p = new TF2;
13926 } else {
13927 p = new((void*) gvp) TF2;
13928 }
13929 }
13930 result7->obj.i = (long) p;
13931 result7->ref = (long) p;
13932 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TF2));
13933 return(1 || funcname || hash || result7 || libp) ;
13934 }
13935
13936 static int G__G__Hist_103_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13937 {
13938 TF2* p = NULL;
13939 char* gvp = (char*) G__getgvp();
13940 switch (libp->paran) {
13941 case 6:
13942
13943 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13944 p = new TF2(
13945 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
13946 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
13947 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
13948 } else {
13949 p = new((void*) gvp) TF2(
13950 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
13951 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
13952 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
13953 }
13954 break;
13955 case 5:
13956
13957 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13958 p = new TF2(
13959 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
13960 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
13961 , (Double_t) G__double(libp->para[4]));
13962 } else {
13963 p = new((void*) gvp) TF2(
13964 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
13965 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
13966 , (Double_t) G__double(libp->para[4]));
13967 }
13968 break;
13969 case 4:
13970
13971 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13972 p = new TF2(
13973 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
13974 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
13975 } else {
13976 p = new((void*) gvp) TF2(
13977 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
13978 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
13979 }
13980 break;
13981 case 3:
13982
13983 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13984 p = new TF2(
13985 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
13986 , (Double_t) G__double(libp->para[2]));
13987 } else {
13988 p = new((void*) gvp) TF2(
13989 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
13990 , (Double_t) G__double(libp->para[2]));
13991 }
13992 break;
13993 case 2:
13994
13995 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13996 p = new TF2((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
13997 } else {
13998 p = new((void*) gvp) TF2((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
13999 }
14000 break;
14001 }
14002 result7->obj.i = (long) p;
14003 result7->ref = (long) p;
14004 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TF2));
14005 return(1 || funcname || hash || result7 || libp) ;
14006 }
14007
14008 static int G__G__Hist_103_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14009 {
14010 TF2* p = NULL;
14011 char* gvp = (char*) G__getgvp();
14012 switch (libp->paran) {
14013 case 7:
14014
14015 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14016 p = new TF2(
14017 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
14018 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14019 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
14020 , (Int_t) G__int(libp->para[6]));
14021 } else {
14022 p = new((void*) gvp) TF2(
14023 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
14024 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14025 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
14026 , (Int_t) G__int(libp->para[6]));
14027 }
14028 break;
14029 case 6:
14030
14031 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14032 p = new TF2(
14033 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
14034 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14035 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
14036 } else {
14037 p = new((void*) gvp) TF2(
14038 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
14039 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14040 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
14041 }
14042 break;
14043 case 5:
14044
14045 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14046 p = new TF2(
14047 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
14048 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14049 , (Double_t) G__double(libp->para[4]));
14050 } else {
14051 p = new((void*) gvp) TF2(
14052 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
14053 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14054 , (Double_t) G__double(libp->para[4]));
14055 }
14056 break;
14057 case 4:
14058
14059 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14060 p = new TF2(
14061 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
14062 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
14063 } else {
14064 p = new((void*) gvp) TF2(
14065 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
14066 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
14067 }
14068 break;
14069 case 3:
14070
14071 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14072 p = new TF2(
14073 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
14074 , (Double_t) G__double(libp->para[2]));
14075 } else {
14076 p = new((void*) gvp) TF2(
14077 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
14078 , (Double_t) G__double(libp->para[2]));
14079 }
14080 break;
14081 case 2:
14082
14083 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14084 p = new TF2((const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1]));
14085 } else {
14086 p = new((void*) gvp) TF2((const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1]));
14087 }
14088 break;
14089 }
14090 result7->obj.i = (long) p;
14091 result7->ref = (long) p;
14092 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TF2));
14093 return(1 || funcname || hash || result7 || libp) ;
14094 }
14095
14096 static int G__G__Hist_103_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14097 {
14098 TF2* p = NULL;
14099 char* gvp = (char*) G__getgvp();
14100 switch (libp->paran) {
14101 case 7:
14102
14103 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14104 p = new TF2(
14105 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
14106 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14107 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
14108 , (Int_t) G__int(libp->para[6]));
14109 } else {
14110 p = new((void*) gvp) TF2(
14111 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
14112 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14113 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
14114 , (Int_t) G__int(libp->para[6]));
14115 }
14116 break;
14117 case 6:
14118
14119 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14120 p = new TF2(
14121 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
14122 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14123 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
14124 } else {
14125 p = new((void*) gvp) TF2(
14126 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
14127 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14128 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
14129 }
14130 break;
14131 case 5:
14132
14133 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14134 p = new TF2(
14135 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
14136 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14137 , (Double_t) G__double(libp->para[4]));
14138 } else {
14139 p = new((void*) gvp) TF2(
14140 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
14141 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14142 , (Double_t) G__double(libp->para[4]));
14143 }
14144 break;
14145 case 4:
14146
14147 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14148 p = new TF2(
14149 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
14150 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
14151 } else {
14152 p = new((void*) gvp) TF2(
14153 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
14154 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
14155 }
14156 break;
14157 case 3:
14158
14159 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14160 p = new TF2(
14161 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
14162 , (Double_t) G__double(libp->para[2]));
14163 } else {
14164 p = new((void*) gvp) TF2(
14165 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
14166 , (Double_t) G__double(libp->para[2]));
14167 }
14168 break;
14169 case 2:
14170
14171 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14172 p = new TF2((const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1])));
14173 } else {
14174 p = new((void*) gvp) TF2((const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1])));
14175 }
14176 break;
14177 }
14178 result7->obj.i = (long) p;
14179 result7->ref = (long) p;
14180 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TF2));
14181 return(1 || funcname || hash || result7 || libp) ;
14182 }
14183
14184 static int G__G__Hist_103_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14185 {
14186 TF2* p = NULL;
14187 char* gvp = (char*) G__getgvp();
14188
14189 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14190 p = new TF2(
14191 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
14192 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14193 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
14194 , (Int_t) G__int(libp->para[6]), (const char*) G__int(libp->para[7]));
14195 } else {
14196 p = new((void*) gvp) TF2(
14197 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
14198 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14199 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
14200 , (Int_t) G__int(libp->para[6]), (const char*) G__int(libp->para[7]));
14201 }
14202 result7->obj.i = (long) p;
14203 result7->ref = (long) p;
14204 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TF2));
14205 return(1 || funcname || hash || result7 || libp) ;
14206 }
14207
14208 static int G__G__Hist_103_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14209 {
14210 TF2* p = NULL;
14211 char* gvp = (char*) G__getgvp();
14212 switch (libp->paran) {
14213 case 10:
14214
14215 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14216 p = new TF2(
14217 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
14218 , (void*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
14219 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
14220 , (Double_t) G__double(libp->para[6]), (Int_t) G__int(libp->para[7])
14221 , (const char*) G__int(libp->para[8]), (const char*) G__int(libp->para[9]));
14222 } else {
14223 p = new((void*) gvp) TF2(
14224 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
14225 , (void*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
14226 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
14227 , (Double_t) G__double(libp->para[6]), (Int_t) G__int(libp->para[7])
14228 , (const char*) G__int(libp->para[8]), (const char*) G__int(libp->para[9]));
14229 }
14230 break;
14231 case 9:
14232
14233 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14234 p = new TF2(
14235 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
14236 , (void*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
14237 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
14238 , (Double_t) G__double(libp->para[6]), (Int_t) G__int(libp->para[7])
14239 , (const char*) G__int(libp->para[8]));
14240 } else {
14241 p = new((void*) gvp) TF2(
14242 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
14243 , (void*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
14244 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
14245 , (Double_t) G__double(libp->para[6]), (Int_t) G__int(libp->para[7])
14246 , (const char*) G__int(libp->para[8]));
14247 }
14248 break;
14249 }
14250 result7->obj.i = (long) p;
14251 result7->ref = (long) p;
14252 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TF2));
14253 return(1 || funcname || hash || result7 || libp) ;
14254 }
14255
14256 static int G__G__Hist_103_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14257 {
14258 TF2* p = NULL;
14259 char* gvp = (char*) G__getgvp();
14260
14261 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14262 p = new TF2(*(TF2*) libp->para[0].ref);
14263 } else {
14264 p = new((void*) gvp) TF2(*(TF2*) libp->para[0].ref);
14265 }
14266 result7->obj.i = (long) p;
14267 result7->ref = (long) p;
14268 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TF2));
14269 return(1 || funcname || hash || result7 || libp) ;
14270 }
14271
14272 static int G__G__Hist_103_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14273 {
14274 {
14275 const TF2& obj = ((TF2*) G__getstructoffset())->operator=(*(TF2*) libp->para[0].ref);
14276 result7->ref = (long) (&obj);
14277 result7->obj.i = (long) (&obj);
14278 }
14279 return(1 || funcname || hash || result7 || libp) ;
14280 }
14281
14282 static int G__G__Hist_103_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14283 {
14284 switch (libp->paran) {
14285 case 6:
14286 ((TF2*) G__getstructoffset())->DrawF2((const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
14287 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14288 , (Double_t) G__double(libp->para[4]), (Option_t*) G__int(libp->para[5]));
14289 G__setnull(result7);
14290 break;
14291 case 5:
14292 ((TF2*) G__getstructoffset())->DrawF2((const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
14293 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14294 , (Double_t) G__double(libp->para[4]));
14295 G__setnull(result7);
14296 break;
14297 }
14298 return(1 || funcname || hash || result7 || libp) ;
14299 }
14300
14301 static int G__G__Hist_103_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14302 {
14303 switch (libp->paran) {
14304 case 1:
14305 G__letint(result7, 105, (long) ((TF2*) G__getstructoffset())->GetContour((Double_t*) G__int(libp->para[0])));
14306 break;
14307 case 0:
14308 G__letint(result7, 105, (long) ((TF2*) G__getstructoffset())->GetContour());
14309 break;
14310 }
14311 return(1 || funcname || hash || result7 || libp) ;
14312 }
14313
14314 static int G__G__Hist_103_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14315 {
14316 G__letdouble(result7, 100, (double) ((const TF2*) G__getstructoffset())->GetContourLevel((Int_t) G__int(libp->para[0])));
14317 return(1 || funcname || hash || result7 || libp) ;
14318 }
14319
14320 static int G__G__Hist_103_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14321 {
14322 G__letint(result7, 105, (long) ((const TF2*) G__getstructoffset())->GetNpy());
14323 return(1 || funcname || hash || result7 || libp) ;
14324 }
14325
14326 static int G__G__Hist_103_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14327 {
14328 ((TF2*) G__getstructoffset())->GetRandom2(*(Double_t*) G__Doubleref(&libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1]));
14329 G__setnull(result7);
14330 return(1 || funcname || hash || result7 || libp) ;
14331 }
14332
14333 static int G__G__Hist_103_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14334 {
14335 ((TF2*) G__getstructoffset())->GetMinimumXY(*(Double_t*) G__Doubleref(&libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1]));
14336 G__setnull(result7);
14337 return(1 || funcname || hash || result7 || libp) ;
14338 }
14339
14340 static int G__G__Hist_103_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14341 {
14342 G__letdouble(result7, 100, (double) ((const TF2*) G__getstructoffset())->GetYmin());
14343 return(1 || funcname || hash || result7 || libp) ;
14344 }
14345
14346 static int G__G__Hist_103_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14347 {
14348 G__letdouble(result7, 100, (double) ((const TF2*) G__getstructoffset())->GetYmax());
14349 return(1 || funcname || hash || result7 || libp) ;
14350 }
14351
14352 static int G__G__Hist_103_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14353 {
14354 G__letint(result7, 85, (long) ((TF2*) G__getstructoffset())->CreateHistogram());
14355 return(1 || funcname || hash || result7 || libp) ;
14356 }
14357
14358 static int G__G__Hist_103_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14359 {
14360 switch (libp->paran) {
14361 case 1:
14362 ((TF2*) G__getstructoffset())->SetNpy((Int_t) G__int(libp->para[0]));
14363 G__setnull(result7);
14364 break;
14365 case 0:
14366 ((TF2*) G__getstructoffset())->SetNpy();
14367 G__setnull(result7);
14368 break;
14369 }
14370 return(1 || funcname || hash || result7 || libp) ;
14371 }
14372
14373 static int G__G__Hist_103_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14374 {
14375 switch (libp->paran) {
14376 case 2:
14377 ((TF2*) G__getstructoffset())->SetContour((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
14378 G__setnull(result7);
14379 break;
14380 case 1:
14381 ((TF2*) G__getstructoffset())->SetContour((Int_t) G__int(libp->para[0]));
14382 G__setnull(result7);
14383 break;
14384 case 0:
14385 ((TF2*) G__getstructoffset())->SetContour();
14386 G__setnull(result7);
14387 break;
14388 }
14389 return(1 || funcname || hash || result7 || libp) ;
14390 }
14391
14392 static int G__G__Hist_103_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14393 {
14394 ((TF2*) G__getstructoffset())->SetContourLevel((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
14395 G__setnull(result7);
14396 return(1 || funcname || hash || result7 || libp) ;
14397 }
14398
14399 static int G__G__Hist_103_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14400 {
14401 switch (libp->paran) {
14402 case 7:
14403 G__letdouble(result7, 100, (double) ((TF2*) G__getstructoffset())->Moment2(
14404 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14405 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14406 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
14407 , (Double_t) G__double(libp->para[6])));
14408 break;
14409 case 6:
14410 G__letdouble(result7, 100, (double) ((TF2*) G__getstructoffset())->Moment2((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14411 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14412 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])));
14413 break;
14414 }
14415 return(1 || funcname || hash || result7 || libp) ;
14416 }
14417
14418 static int G__G__Hist_103_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14419 {
14420 switch (libp->paran) {
14421 case 7:
14422 G__letdouble(result7, 100, (double) ((TF2*) G__getstructoffset())->CentralMoment2(
14423 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14424 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14425 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
14426 , (Double_t) G__double(libp->para[6])));
14427 break;
14428 case 6:
14429 G__letdouble(result7, 100, (double) ((TF2*) G__getstructoffset())->CentralMoment2((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14430 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14431 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])));
14432 break;
14433 }
14434 return(1 || funcname || hash || result7 || libp) ;
14435 }
14436
14437 static int G__G__Hist_103_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14438 {
14439 switch (libp->paran) {
14440 case 5:
14441 G__letdouble(result7, 100, (double) ((TF2*) G__getstructoffset())->Mean2X((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14442 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14443 , (Double_t) G__double(libp->para[4])));
14444 break;
14445 case 4:
14446 G__letdouble(result7, 100, (double) ((TF2*) G__getstructoffset())->Mean2X((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14447 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
14448 break;
14449 }
14450 return(1 || funcname || hash || result7 || libp) ;
14451 }
14452
14453 static int G__G__Hist_103_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14454 {
14455 switch (libp->paran) {
14456 case 5:
14457 G__letdouble(result7, 100, (double) ((TF2*) G__getstructoffset())->Mean2Y((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14458 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14459 , (Double_t) G__double(libp->para[4])));
14460 break;
14461 case 4:
14462 G__letdouble(result7, 100, (double) ((TF2*) G__getstructoffset())->Mean2Y((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14463 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
14464 break;
14465 }
14466 return(1 || funcname || hash || result7 || libp) ;
14467 }
14468
14469 static int G__G__Hist_103_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14470 {
14471 switch (libp->paran) {
14472 case 5:
14473 G__letdouble(result7, 100, (double) ((TF2*) G__getstructoffset())->Variance2X((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14474 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14475 , (Double_t) G__double(libp->para[4])));
14476 break;
14477 case 4:
14478 G__letdouble(result7, 100, (double) ((TF2*) G__getstructoffset())->Variance2X((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14479 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
14480 break;
14481 }
14482 return(1 || funcname || hash || result7 || libp) ;
14483 }
14484
14485 static int G__G__Hist_103_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14486 {
14487 switch (libp->paran) {
14488 case 5:
14489 G__letdouble(result7, 100, (double) ((TF2*) G__getstructoffset())->Variance2Y((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14490 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14491 , (Double_t) G__double(libp->para[4])));
14492 break;
14493 case 4:
14494 G__letdouble(result7, 100, (double) ((TF2*) G__getstructoffset())->Variance2Y((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14495 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
14496 break;
14497 }
14498 return(1 || funcname || hash || result7 || libp) ;
14499 }
14500
14501 static int G__G__Hist_103_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14502 {
14503 switch (libp->paran) {
14504 case 5:
14505 G__letdouble(result7, 100, (double) ((TF2*) G__getstructoffset())->Covariance2XY((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14506 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14507 , (Double_t) G__double(libp->para[4])));
14508 break;
14509 case 4:
14510 G__letdouble(result7, 100, (double) ((TF2*) G__getstructoffset())->Covariance2XY((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14511 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
14512 break;
14513 }
14514 return(1 || funcname || hash || result7 || libp) ;
14515 }
14516
14517 static int G__G__Hist_103_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14518 {
14519 G__letint(result7, 85, (long) TF2::Class());
14520 return(1 || funcname || hash || result7 || libp) ;
14521 }
14522
14523 static int G__G__Hist_103_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14524 {
14525 G__letint(result7, 67, (long) TF2::Class_Name());
14526 return(1 || funcname || hash || result7 || libp) ;
14527 }
14528
14529 static int G__G__Hist_103_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14530 {
14531 G__letint(result7, 115, (long) TF2::Class_Version());
14532 return(1 || funcname || hash || result7 || libp) ;
14533 }
14534
14535 static int G__G__Hist_103_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14536 {
14537 TF2::Dictionary();
14538 G__setnull(result7);
14539 return(1 || funcname || hash || result7 || libp) ;
14540 }
14541
14542 static int G__G__Hist_103_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14543 {
14544 ((TF2*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
14545 G__setnull(result7);
14546 return(1 || funcname || hash || result7 || libp) ;
14547 }
14548
14549 static int G__G__Hist_103_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14550 {
14551 G__letint(result7, 67, (long) TF2::DeclFileName());
14552 return(1 || funcname || hash || result7 || libp) ;
14553 }
14554
14555 static int G__G__Hist_103_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14556 {
14557 G__letint(result7, 105, (long) TF2::ImplFileLine());
14558 return(1 || funcname || hash || result7 || libp) ;
14559 }
14560
14561 static int G__G__Hist_103_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14562 {
14563 G__letint(result7, 67, (long) TF2::ImplFileName());
14564 return(1 || funcname || hash || result7 || libp) ;
14565 }
14566
14567 static int G__G__Hist_103_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14568 {
14569 G__letint(result7, 105, (long) TF2::DeclFileLine());
14570 return(1 || funcname || hash || result7 || libp) ;
14571 }
14572
14573
14574 typedef TF2 G__TTF2;
14575 static int G__G__Hist_103_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14576 {
14577 char* gvp = (char*) G__getgvp();
14578 long soff = G__getstructoffset();
14579 int n = G__getaryconstruct();
14580
14581
14582
14583
14584
14585 if (!soff) {
14586 return(1);
14587 }
14588 if (n) {
14589 if (gvp == (char*)G__PVOID) {
14590 delete[] (TF2*) soff;
14591 } else {
14592 G__setgvp((long) G__PVOID);
14593 for (int i = n - 1; i >= 0; --i) {
14594 ((TF2*) (soff+(sizeof(TF2)*i)))->~G__TTF2();
14595 }
14596 G__setgvp((long)gvp);
14597 }
14598 } else {
14599 if (gvp == (char*)G__PVOID) {
14600 delete (TF2*) soff;
14601 } else {
14602 G__setgvp((long) G__PVOID);
14603 ((TF2*) (soff))->~G__TTF2();
14604 G__setgvp((long)gvp);
14605 }
14606 }
14607 G__setnull(result7);
14608 return(1 || funcname || hash || result7 || libp) ;
14609 }
14610
14611
14612
14613 static int G__G__Hist_104_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14614 {
14615 TGraph* p = NULL;
14616 char* gvp = (char*) G__getgvp();
14617 int n = G__getaryconstruct();
14618 if (n) {
14619 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14620 p = new TGraph[n];
14621 } else {
14622 p = new((void*) gvp) TGraph[n];
14623 }
14624 } else {
14625 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14626 p = new TGraph;
14627 } else {
14628 p = new((void*) gvp) TGraph;
14629 }
14630 }
14631 result7->obj.i = (long) p;
14632 result7->ref = (long) p;
14633 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraph));
14634 return(1 || funcname || hash || result7 || libp) ;
14635 }
14636
14637 static int G__G__Hist_104_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14638 {
14639 TGraph* p = NULL;
14640 char* gvp = (char*) G__getgvp();
14641
14642 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14643 p = new TGraph((Int_t) G__int(libp->para[0]));
14644 } else {
14645 p = new((void*) gvp) TGraph((Int_t) G__int(libp->para[0]));
14646 }
14647 result7->obj.i = (long) p;
14648 result7->ref = (long) p;
14649 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraph));
14650 return(1 || funcname || hash || result7 || libp) ;
14651 }
14652
14653 static int G__G__Hist_104_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14654 {
14655 TGraph* p = NULL;
14656 char* gvp = (char*) G__getgvp();
14657
14658 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14659 p = new TGraph(
14660 (Int_t) G__int(libp->para[0]), (const Int_t*) G__int(libp->para[1])
14661 , (const Int_t*) G__int(libp->para[2]));
14662 } else {
14663 p = new((void*) gvp) TGraph(
14664 (Int_t) G__int(libp->para[0]), (const Int_t*) G__int(libp->para[1])
14665 , (const Int_t*) G__int(libp->para[2]));
14666 }
14667 result7->obj.i = (long) p;
14668 result7->ref = (long) p;
14669 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraph));
14670 return(1 || funcname || hash || result7 || libp) ;
14671 }
14672
14673 static int G__G__Hist_104_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14674 {
14675 TGraph* p = NULL;
14676 char* gvp = (char*) G__getgvp();
14677
14678 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14679 p = new TGraph(
14680 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
14681 , (Float_t*) G__int(libp->para[2]));
14682 } else {
14683 p = new((void*) gvp) TGraph(
14684 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
14685 , (Float_t*) G__int(libp->para[2]));
14686 }
14687 result7->obj.i = (long) p;
14688 result7->ref = (long) p;
14689 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraph));
14690 return(1 || funcname || hash || result7 || libp) ;
14691 }
14692
14693 static int G__G__Hist_104_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14694 {
14695 TGraph* p = NULL;
14696 char* gvp = (char*) G__getgvp();
14697
14698 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14699 p = new TGraph(
14700 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
14701 , (Double_t*) G__int(libp->para[2]));
14702 } else {
14703 p = new((void*) gvp) TGraph(
14704 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
14705 , (Double_t*) G__int(libp->para[2]));
14706 }
14707 result7->obj.i = (long) p;
14708 result7->ref = (long) p;
14709 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraph));
14710 return(1 || funcname || hash || result7 || libp) ;
14711 }
14712
14713 static int G__G__Hist_104_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14714 {
14715 TGraph* p = NULL;
14716 char* gvp = (char*) G__getgvp();
14717
14718 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14719 p = new TGraph(*(TGraph*) libp->para[0].ref);
14720 } else {
14721 p = new((void*) gvp) TGraph(*(TGraph*) libp->para[0].ref);
14722 }
14723 result7->obj.i = (long) p;
14724 result7->ref = (long) p;
14725 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraph));
14726 return(1 || funcname || hash || result7 || libp) ;
14727 }
14728
14729 static int G__G__Hist_104_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14730 {
14731 {
14732 const TGraph& obj = ((TGraph*) G__getstructoffset())->operator=(*(TGraph*) libp->para[0].ref);
14733 result7->ref = (long) (&obj);
14734 result7->obj.i = (long) (&obj);
14735 }
14736 return(1 || funcname || hash || result7 || libp) ;
14737 }
14738
14739 static int G__G__Hist_104_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14740 {
14741 TGraph* p = NULL;
14742 char* gvp = (char*) G__getgvp();
14743
14744 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14745 p = new TGraph(*(TVectorF*) libp->para[0].ref, *(TVectorF*) libp->para[1].ref);
14746 } else {
14747 p = new((void*) gvp) TGraph(*(TVectorF*) libp->para[0].ref, *(TVectorF*) libp->para[1].ref);
14748 }
14749 result7->obj.i = (long) p;
14750 result7->ref = (long) p;
14751 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraph));
14752 return(1 || funcname || hash || result7 || libp) ;
14753 }
14754
14755 static int G__G__Hist_104_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14756 {
14757 TGraph* p = NULL;
14758 char* gvp = (char*) G__getgvp();
14759
14760 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14761 p = new TGraph(*(TVectorD*) libp->para[0].ref, *(TVectorD*) libp->para[1].ref);
14762 } else {
14763 p = new((void*) gvp) TGraph(*(TVectorD*) libp->para[0].ref, *(TVectorD*) libp->para[1].ref);
14764 }
14765 result7->obj.i = (long) p;
14766 result7->ref = (long) p;
14767 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraph));
14768 return(1 || funcname || hash || result7 || libp) ;
14769 }
14770
14771 static int G__G__Hist_104_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14772 {
14773 TGraph* p = NULL;
14774 char* gvp = (char*) G__getgvp();
14775
14776 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14777 p = new TGraph((TH1*) G__int(libp->para[0]));
14778 } else {
14779 p = new((void*) gvp) TGraph((TH1*) G__int(libp->para[0]));
14780 }
14781 result7->obj.i = (long) p;
14782 result7->ref = (long) p;
14783 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraph));
14784 return(1 || funcname || hash || result7 || libp) ;
14785 }
14786
14787 static int G__G__Hist_104_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14788 {
14789 TGraph* p = NULL;
14790 char* gvp = (char*) G__getgvp();
14791 switch (libp->paran) {
14792 case 2:
14793
14794 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14795 p = new TGraph((TF1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
14796 } else {
14797 p = new((void*) gvp) TGraph((TF1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
14798 }
14799 break;
14800 case 1:
14801
14802 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14803 p = new TGraph((TF1*) G__int(libp->para[0]));
14804 } else {
14805 p = new((void*) gvp) TGraph((TF1*) G__int(libp->para[0]));
14806 }
14807 break;
14808 }
14809 result7->obj.i = (long) p;
14810 result7->ref = (long) p;
14811 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraph));
14812 return(1 || funcname || hash || result7 || libp) ;
14813 }
14814
14815 static int G__G__Hist_104_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14816 {
14817 TGraph* p = NULL;
14818 char* gvp = (char*) G__getgvp();
14819 switch (libp->paran) {
14820 case 3:
14821
14822 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14823 p = new TGraph(
14824 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14825 , (Option_t*) G__int(libp->para[2]));
14826 } else {
14827 p = new((void*) gvp) TGraph(
14828 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14829 , (Option_t*) G__int(libp->para[2]));
14830 }
14831 break;
14832 case 2:
14833
14834 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14835 p = new TGraph((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
14836 } else {
14837 p = new((void*) gvp) TGraph((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
14838 }
14839 break;
14840 case 1:
14841
14842 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14843 p = new TGraph((const char*) G__int(libp->para[0]));
14844 } else {
14845 p = new((void*) gvp) TGraph((const char*) G__int(libp->para[0]));
14846 }
14847 break;
14848 }
14849 result7->obj.i = (long) p;
14850 result7->ref = (long) p;
14851 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraph));
14852 return(1 || funcname || hash || result7 || libp) ;
14853 }
14854
14855 static int G__G__Hist_104_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14856 {
14857 ((TGraph*) G__getstructoffset())->Apply((TF1*) G__int(libp->para[0]));
14858 G__setnull(result7);
14859 return(1 || funcname || hash || result7 || libp) ;
14860 }
14861
14862 static int G__G__Hist_104_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14863 {
14864 G__letdouble(result7, 100, (double) ((const TGraph*) G__getstructoffset())->Chisquare((TF1*) G__int(libp->para[0])));
14865 return(1 || funcname || hash || result7 || libp) ;
14866 }
14867
14868 static int G__G__Hist_104_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14869 {
14870 G__letint(result7, 103, (long) TGraph::CompareArg((TGraph*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
14871 , (Int_t) G__int(libp->para[2])));
14872 return(1 || funcname || hash || result7 || libp) ;
14873 }
14874
14875 static int G__G__Hist_104_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14876 {
14877 G__letint(result7, 103, (long) TGraph::CompareX((TGraph*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
14878 , (Int_t) G__int(libp->para[2])));
14879 return(1 || funcname || hash || result7 || libp) ;
14880 }
14881
14882 static int G__G__Hist_104_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14883 {
14884 G__letint(result7, 103, (long) TGraph::CompareY((TGraph*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
14885 , (Int_t) G__int(libp->para[2])));
14886 return(1 || funcname || hash || result7 || libp) ;
14887 }
14888
14889 static int G__G__Hist_104_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14890 {
14891 G__letint(result7, 103, (long) TGraph::CompareRadius((TGraph*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
14892 , (Int_t) G__int(libp->para[2])));
14893 return(1 || funcname || hash || result7 || libp) ;
14894 }
14895
14896 static int G__G__Hist_104_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14897 {
14898 ((const TGraph*) G__getstructoffset())->ComputeRange(*(Double_t*) G__Doubleref(&libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
14899 , *(Double_t*) G__Doubleref(&libp->para[2]), *(Double_t*) G__Doubleref(&libp->para[3]));
14900 G__setnull(result7);
14901 return(1 || funcname || hash || result7 || libp) ;
14902 }
14903
14904 static int G__G__Hist_104_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14905 {
14906 switch (libp->paran) {
14907 case 4:
14908 ((TGraph*) G__getstructoffset())->DrawGraph((Int_t) G__int(libp->para[0]), (const Int_t*) G__int(libp->para[1])
14909 , (const Int_t*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
14910 G__setnull(result7);
14911 break;
14912 case 3:
14913 ((TGraph*) G__getstructoffset())->DrawGraph((Int_t) G__int(libp->para[0]), (const Int_t*) G__int(libp->para[1])
14914 , (const Int_t*) G__int(libp->para[2]));
14915 G__setnull(result7);
14916 break;
14917 }
14918 return(1 || funcname || hash || result7 || libp) ;
14919 }
14920
14921 static int G__G__Hist_104_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14922 {
14923 switch (libp->paran) {
14924 case 4:
14925 ((TGraph*) G__getstructoffset())->DrawGraph((Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
14926 , (Float_t*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
14927 G__setnull(result7);
14928 break;
14929 case 3:
14930 ((TGraph*) G__getstructoffset())->DrawGraph((Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
14931 , (Float_t*) G__int(libp->para[2]));
14932 G__setnull(result7);
14933 break;
14934 }
14935 return(1 || funcname || hash || result7 || libp) ;
14936 }
14937
14938 static int G__G__Hist_104_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14939 {
14940 switch (libp->paran) {
14941 case 4:
14942 ((TGraph*) G__getstructoffset())->DrawGraph((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
14943 , (Double_t*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
14944 G__setnull(result7);
14945 break;
14946 case 3:
14947 ((TGraph*) G__getstructoffset())->DrawGraph((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
14948 , (Double_t*) G__int(libp->para[2]));
14949 G__setnull(result7);
14950 break;
14951 case 2:
14952 ((TGraph*) G__getstructoffset())->DrawGraph((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
14953 G__setnull(result7);
14954 break;
14955 case 1:
14956 ((TGraph*) G__getstructoffset())->DrawGraph((Int_t) G__int(libp->para[0]));
14957 G__setnull(result7);
14958 break;
14959 }
14960 return(1 || funcname || hash || result7 || libp) ;
14961 }
14962
14963 static int G__G__Hist_104_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14964 {
14965 ((TGraph*) G__getstructoffset())->DrawPanel();
14966 G__setnull(result7);
14967 return(1 || funcname || hash || result7 || libp) ;
14968 }
14969
14970 static int G__G__Hist_104_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14971 {
14972 switch (libp->paran) {
14973 case 3:
14974 G__letdouble(result7, 100, (double) ((const TGraph*) G__getstructoffset())->Eval((Double_t) G__double(libp->para[0]), (TSpline*) G__int(libp->para[1])
14975 , (Option_t*) G__int(libp->para[2])));
14976 break;
14977 case 2:
14978 G__letdouble(result7, 100, (double) ((const TGraph*) G__getstructoffset())->Eval((Double_t) G__double(libp->para[0]), (TSpline*) G__int(libp->para[1])));
14979 break;
14980 case 1:
14981 G__letdouble(result7, 100, (double) ((const TGraph*) G__getstructoffset())->Eval((Double_t) G__double(libp->para[0])));
14982 break;
14983 }
14984 return(1 || funcname || hash || result7 || libp) ;
14985 }
14986
14987 static int G__G__Hist_104_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14988 {
14989 ((TGraph*) G__getstructoffset())->Expand((Int_t) G__int(libp->para[0]));
14990 G__setnull(result7);
14991 return(1 || funcname || hash || result7 || libp) ;
14992 }
14993
14994 static int G__G__Hist_104_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14995 {
14996 ((TGraph*) G__getstructoffset())->Expand((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
14997 G__setnull(result7);
14998 return(1 || funcname || hash || result7 || libp) ;
14999 }
15000
15001 static int G__G__Hist_104_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15002 {
15003 switch (libp->paran) {
15004 case 5:
15005 {
15006 TFitResultPtr* pobj;
15007 TFitResultPtr xobj = ((TGraph*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
15008 , (Option_t*) G__int(libp->para[2]), (Axis_t) G__double(libp->para[3])
15009 , (Axis_t) G__double(libp->para[4]));
15010 pobj = new TFitResultPtr(xobj);
15011 result7->obj.i = (long) ((void*) pobj);
15012 result7->ref = result7->obj.i;
15013 G__store_tempobject(*result7);
15014 }
15015 break;
15016 case 4:
15017 {
15018 TFitResultPtr* pobj;
15019 TFitResultPtr xobj = ((TGraph*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
15020 , (Option_t*) G__int(libp->para[2]), (Axis_t) G__double(libp->para[3]));
15021 pobj = new TFitResultPtr(xobj);
15022 result7->obj.i = (long) ((void*) pobj);
15023 result7->ref = result7->obj.i;
15024 G__store_tempobject(*result7);
15025 }
15026 break;
15027 case 3:
15028 {
15029 TFitResultPtr* pobj;
15030 TFitResultPtr xobj = ((TGraph*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
15031 , (Option_t*) G__int(libp->para[2]));
15032 pobj = new TFitResultPtr(xobj);
15033 result7->obj.i = (long) ((void*) pobj);
15034 result7->ref = result7->obj.i;
15035 G__store_tempobject(*result7);
15036 }
15037 break;
15038 case 2:
15039 {
15040 TFitResultPtr* pobj;
15041 TFitResultPtr xobj = ((TGraph*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
15042 pobj = new TFitResultPtr(xobj);
15043 result7->obj.i = (long) ((void*) pobj);
15044 result7->ref = result7->obj.i;
15045 G__store_tempobject(*result7);
15046 }
15047 break;
15048 case 1:
15049 {
15050 TFitResultPtr* pobj;
15051 TFitResultPtr xobj = ((TGraph*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]));
15052 pobj = new TFitResultPtr(xobj);
15053 result7->obj.i = (long) ((void*) pobj);
15054 result7->ref = result7->obj.i;
15055 G__store_tempobject(*result7);
15056 }
15057 break;
15058 }
15059 return(1 || funcname || hash || result7 || libp) ;
15060 }
15061
15062 static int G__G__Hist_104_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15063 {
15064 switch (libp->paran) {
15065 case 5:
15066 {
15067 TFitResultPtr* pobj;
15068 TFitResultPtr xobj = ((TGraph*) G__getstructoffset())->Fit((TF1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
15069 , (Option_t*) G__int(libp->para[2]), (Axis_t) G__double(libp->para[3])
15070 , (Axis_t) G__double(libp->para[4]));
15071 pobj = new TFitResultPtr(xobj);
15072 result7->obj.i = (long) ((void*) pobj);
15073 result7->ref = result7->obj.i;
15074 G__store_tempobject(*result7);
15075 }
15076 break;
15077 case 4:
15078 {
15079 TFitResultPtr* pobj;
15080 TFitResultPtr xobj = ((TGraph*) G__getstructoffset())->Fit((TF1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
15081 , (Option_t*) G__int(libp->para[2]), (Axis_t) G__double(libp->para[3]));
15082 pobj = new TFitResultPtr(xobj);
15083 result7->obj.i = (long) ((void*) pobj);
15084 result7->ref = result7->obj.i;
15085 G__store_tempobject(*result7);
15086 }
15087 break;
15088 case 3:
15089 {
15090 TFitResultPtr* pobj;
15091 TFitResultPtr xobj = ((TGraph*) G__getstructoffset())->Fit((TF1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
15092 , (Option_t*) G__int(libp->para[2]));
15093 pobj = new TFitResultPtr(xobj);
15094 result7->obj.i = (long) ((void*) pobj);
15095 result7->ref = result7->obj.i;
15096 G__store_tempobject(*result7);
15097 }
15098 break;
15099 case 2:
15100 {
15101 TFitResultPtr* pobj;
15102 TFitResultPtr xobj = ((TGraph*) G__getstructoffset())->Fit((TF1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
15103 pobj = new TFitResultPtr(xobj);
15104 result7->obj.i = (long) ((void*) pobj);
15105 result7->ref = result7->obj.i;
15106 G__store_tempobject(*result7);
15107 }
15108 break;
15109 case 1:
15110 {
15111 TFitResultPtr* pobj;
15112 TFitResultPtr xobj = ((TGraph*) G__getstructoffset())->Fit((TF1*) G__int(libp->para[0]));
15113 pobj = new TFitResultPtr(xobj);
15114 result7->obj.i = (long) ((void*) pobj);
15115 result7->ref = result7->obj.i;
15116 G__store_tempobject(*result7);
15117 }
15118 break;
15119 }
15120 return(1 || funcname || hash || result7 || libp) ;
15121 }
15122
15123 static int G__G__Hist_104_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15124 {
15125 ((TGraph*) G__getstructoffset())->FitPanel();
15126 G__setnull(result7);
15127 return(1 || funcname || hash || result7 || libp) ;
15128 }
15129
15130 static int G__G__Hist_104_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15131 {
15132 G__letint(result7, 103, (long) ((const TGraph*) G__getstructoffset())->GetEditable());
15133 return(1 || funcname || hash || result7 || libp) ;
15134 }
15135
15136 static int G__G__Hist_104_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15137 {
15138 G__letint(result7, 85, (long) ((const TGraph*) G__getstructoffset())->GetFunction((const char*) G__int(libp->para[0])));
15139 return(1 || funcname || hash || result7 || libp) ;
15140 }
15141
15142 static int G__G__Hist_104_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15143 {
15144 G__letint(result7, 85, (long) ((const TGraph*) G__getstructoffset())->GetHistogram());
15145 return(1 || funcname || hash || result7 || libp) ;
15146 }
15147
15148 static int G__G__Hist_104_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15149 {
15150 G__letint(result7, 85, (long) ((const TGraph*) G__getstructoffset())->GetListOfFunctions());
15151 return(1 || funcname || hash || result7 || libp) ;
15152 }
15153
15154 static int G__G__Hist_104_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15155 {
15156 G__letdouble(result7, 100, (double) ((const TGraph*) G__getstructoffset())->GetCorrelationFactor());
15157 return(1 || funcname || hash || result7 || libp) ;
15158 }
15159
15160 static int G__G__Hist_104_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15161 {
15162 G__letdouble(result7, 100, (double) ((const TGraph*) G__getstructoffset())->GetCovariance());
15163 return(1 || funcname || hash || result7 || libp) ;
15164 }
15165
15166 static int G__G__Hist_104_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15167 {
15168 switch (libp->paran) {
15169 case 1:
15170 G__letdouble(result7, 100, (double) ((const TGraph*) G__getstructoffset())->GetMean((Int_t) G__int(libp->para[0])));
15171 break;
15172 case 0:
15173 G__letdouble(result7, 100, (double) ((const TGraph*) G__getstructoffset())->GetMean());
15174 break;
15175 }
15176 return(1 || funcname || hash || result7 || libp) ;
15177 }
15178
15179 static int G__G__Hist_104_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15180 {
15181 switch (libp->paran) {
15182 case 1:
15183 G__letdouble(result7, 100, (double) ((const TGraph*) G__getstructoffset())->GetRMS((Int_t) G__int(libp->para[0])));
15184 break;
15185 case 0:
15186 G__letdouble(result7, 100, (double) ((const TGraph*) G__getstructoffset())->GetRMS());
15187 break;
15188 }
15189 return(1 || funcname || hash || result7 || libp) ;
15190 }
15191
15192 static int G__G__Hist_104_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15193 {
15194 G__letint(result7, 105, (long) ((const TGraph*) G__getstructoffset())->GetMaxSize());
15195 return(1 || funcname || hash || result7 || libp) ;
15196 }
15197
15198 static int G__G__Hist_104_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15199 {
15200 G__letint(result7, 105, (long) ((const TGraph*) G__getstructoffset())->GetN());
15201 return(1 || funcname || hash || result7 || libp) ;
15202 }
15203
15204 static int G__G__Hist_104_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15205 {
15206 G__letdouble(result7, 100, (double) ((const TGraph*) G__getstructoffset())->GetErrorX((Int_t) G__int(libp->para[0])));
15207 return(1 || funcname || hash || result7 || libp) ;
15208 }
15209
15210 static int G__G__Hist_104_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15211 {
15212 G__letdouble(result7, 100, (double) ((const TGraph*) G__getstructoffset())->GetErrorY((Int_t) G__int(libp->para[0])));
15213 return(1 || funcname || hash || result7 || libp) ;
15214 }
15215
15216 static int G__G__Hist_104_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15217 {
15218 G__letdouble(result7, 100, (double) ((const TGraph*) G__getstructoffset())->GetErrorXhigh((Int_t) G__int(libp->para[0])));
15219 return(1 || funcname || hash || result7 || libp) ;
15220 }
15221
15222 static int G__G__Hist_104_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15223 {
15224 G__letdouble(result7, 100, (double) ((const TGraph*) G__getstructoffset())->GetErrorXlow((Int_t) G__int(libp->para[0])));
15225 return(1 || funcname || hash || result7 || libp) ;
15226 }
15227
15228 static int G__G__Hist_104_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15229 {
15230 G__letdouble(result7, 100, (double) ((const TGraph*) G__getstructoffset())->GetErrorYhigh((Int_t) G__int(libp->para[0])));
15231 return(1 || funcname || hash || result7 || libp) ;
15232 }
15233
15234 static int G__G__Hist_104_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15235 {
15236 G__letdouble(result7, 100, (double) ((const TGraph*) G__getstructoffset())->GetErrorYlow((Int_t) G__int(libp->para[0])));
15237 return(1 || funcname || hash || result7 || libp) ;
15238 }
15239
15240 static int G__G__Hist_104_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15241 {
15242 G__letint(result7, 68, (long) ((const TGraph*) G__getstructoffset())->GetX());
15243 return(1 || funcname || hash || result7 || libp) ;
15244 }
15245
15246 static int G__G__Hist_104_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15247 {
15248 G__letint(result7, 68, (long) ((const TGraph*) G__getstructoffset())->GetY());
15249 return(1 || funcname || hash || result7 || libp) ;
15250 }
15251
15252 static int G__G__Hist_104_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15253 {
15254 G__letint(result7, 68, (long) ((const TGraph*) G__getstructoffset())->GetEX());
15255 return(1 || funcname || hash || result7 || libp) ;
15256 }
15257
15258 static int G__G__Hist_104_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15259 {
15260 G__letint(result7, 68, (long) ((const TGraph*) G__getstructoffset())->GetEY());
15261 return(1 || funcname || hash || result7 || libp) ;
15262 }
15263
15264 static int G__G__Hist_104_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15265 {
15266 G__letint(result7, 68, (long) ((const TGraph*) G__getstructoffset())->GetEXhigh());
15267 return(1 || funcname || hash || result7 || libp) ;
15268 }
15269
15270 static int G__G__Hist_104_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15271 {
15272 G__letint(result7, 68, (long) ((const TGraph*) G__getstructoffset())->GetEXlow());
15273 return(1 || funcname || hash || result7 || libp) ;
15274 }
15275
15276 static int G__G__Hist_104_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15277 {
15278 G__letint(result7, 68, (long) ((const TGraph*) G__getstructoffset())->GetEYhigh());
15279 return(1 || funcname || hash || result7 || libp) ;
15280 }
15281
15282 static int G__G__Hist_104_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15283 {
15284 G__letint(result7, 68, (long) ((const TGraph*) G__getstructoffset())->GetEYlow());
15285 return(1 || funcname || hash || result7 || libp) ;
15286 }
15287
15288 static int G__G__Hist_104_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15289 {
15290 G__letint(result7, 68, (long) ((const TGraph*) G__getstructoffset())->GetEXlowd());
15291 return(1 || funcname || hash || result7 || libp) ;
15292 }
15293
15294 static int G__G__Hist_104_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15295 {
15296 G__letint(result7, 68, (long) ((const TGraph*) G__getstructoffset())->GetEXhighd());
15297 return(1 || funcname || hash || result7 || libp) ;
15298 }
15299
15300 static int G__G__Hist_104_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15301 {
15302 G__letint(result7, 68, (long) ((const TGraph*) G__getstructoffset())->GetEYlowd());
15303 return(1 || funcname || hash || result7 || libp) ;
15304 }
15305
15306 static int G__G__Hist_104_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15307 {
15308 G__letint(result7, 68, (long) ((const TGraph*) G__getstructoffset())->GetEYhighd());
15309 return(1 || funcname || hash || result7 || libp) ;
15310 }
15311
15312 static int G__G__Hist_104_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15313 {
15314 G__letdouble(result7, 100, (double) ((const TGraph*) G__getstructoffset())->GetMaximum());
15315 return(1 || funcname || hash || result7 || libp) ;
15316 }
15317
15318 static int G__G__Hist_104_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15319 {
15320 G__letdouble(result7, 100, (double) ((const TGraph*) G__getstructoffset())->GetMinimum());
15321 return(1 || funcname || hash || result7 || libp) ;
15322 }
15323
15324 static int G__G__Hist_104_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15325 {
15326 G__letint(result7, 85, (long) ((const TGraph*) G__getstructoffset())->GetXaxis());
15327 return(1 || funcname || hash || result7 || libp) ;
15328 }
15329
15330 static int G__G__Hist_104_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15331 {
15332 G__letint(result7, 85, (long) ((const TGraph*) G__getstructoffset())->GetYaxis());
15333 return(1 || funcname || hash || result7 || libp) ;
15334 }
15335
15336 static int G__G__Hist_104_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15337 {
15338 G__letint(result7, 105, (long) ((const TGraph*) G__getstructoffset())->GetPoint((Int_t) G__int(libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
15339 , *(Double_t*) G__Doubleref(&libp->para[2])));
15340 return(1 || funcname || hash || result7 || libp) ;
15341 }
15342
15343 static int G__G__Hist_104_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15344 {
15345 switch (libp->paran) {
15346 case 2:
15347 ((TGraph*) G__getstructoffset())->InitExpo((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
15348 G__setnull(result7);
15349 break;
15350 case 1:
15351 ((TGraph*) G__getstructoffset())->InitExpo((Double_t) G__double(libp->para[0]));
15352 G__setnull(result7);
15353 break;
15354 case 0:
15355 ((TGraph*) G__getstructoffset())->InitExpo();
15356 G__setnull(result7);
15357 break;
15358 }
15359 return(1 || funcname || hash || result7 || libp) ;
15360 }
15361
15362 static int G__G__Hist_104_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15363 {
15364 switch (libp->paran) {
15365 case 2:
15366 ((TGraph*) G__getstructoffset())->InitGaus((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
15367 G__setnull(result7);
15368 break;
15369 case 1:
15370 ((TGraph*) G__getstructoffset())->InitGaus((Double_t) G__double(libp->para[0]));
15371 G__setnull(result7);
15372 break;
15373 case 0:
15374 ((TGraph*) G__getstructoffset())->InitGaus();
15375 G__setnull(result7);
15376 break;
15377 }
15378 return(1 || funcname || hash || result7 || libp) ;
15379 }
15380
15381 static int G__G__Hist_104_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15382 {
15383 switch (libp->paran) {
15384 case 2:
15385 ((TGraph*) G__getstructoffset())->InitPolynom((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
15386 G__setnull(result7);
15387 break;
15388 case 1:
15389 ((TGraph*) G__getstructoffset())->InitPolynom((Double_t) G__double(libp->para[0]));
15390 G__setnull(result7);
15391 break;
15392 case 0:
15393 ((TGraph*) G__getstructoffset())->InitPolynom();
15394 G__setnull(result7);
15395 break;
15396 }
15397 return(1 || funcname || hash || result7 || libp) ;
15398 }
15399
15400 static int G__G__Hist_104_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15401 {
15402 G__letint(result7, 105, (long) ((TGraph*) G__getstructoffset())->InsertPoint());
15403 return(1 || funcname || hash || result7 || libp) ;
15404 }
15405
15406 static int G__G__Hist_104_0_83(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15407 {
15408 switch (libp->paran) {
15409 case 2:
15410 G__letdouble(result7, 100, (double) ((const TGraph*) G__getstructoffset())->Integral((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
15411 break;
15412 case 1:
15413 G__letdouble(result7, 100, (double) ((const TGraph*) G__getstructoffset())->Integral((Int_t) G__int(libp->para[0])));
15414 break;
15415 case 0:
15416 G__letdouble(result7, 100, (double) ((const TGraph*) G__getstructoffset())->Integral());
15417 break;
15418 }
15419 return(1 || funcname || hash || result7 || libp) ;
15420 }
15421
15422 static int G__G__Hist_104_0_84(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15423 {
15424 G__letint(result7, 103, (long) ((const TGraph*) G__getstructoffset())->IsEditable());
15425 return(1 || funcname || hash || result7 || libp) ;
15426 }
15427
15428 static int G__G__Hist_104_0_85(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15429 {
15430 G__letint(result7, 105, (long) ((const TGraph*) G__getstructoffset())->IsInside((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
15431 return(1 || funcname || hash || result7 || libp) ;
15432 }
15433
15434 static int G__G__Hist_104_0_86(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15435 {
15436 switch (libp->paran) {
15437 case 4:
15438 ((TGraph*) G__getstructoffset())->LeastSquareFit((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
15439 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
15440 G__setnull(result7);
15441 break;
15442 case 3:
15443 ((TGraph*) G__getstructoffset())->LeastSquareFit((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
15444 , (Double_t) G__double(libp->para[2]));
15445 G__setnull(result7);
15446 break;
15447 case 2:
15448 ((TGraph*) G__getstructoffset())->LeastSquareFit((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
15449 G__setnull(result7);
15450 break;
15451 }
15452 return(1 || funcname || hash || result7 || libp) ;
15453 }
15454
15455 static int G__G__Hist_104_0_87(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15456 {
15457 switch (libp->paran) {
15458 case 6:
15459 ((TGraph*) G__getstructoffset())->LeastSquareLinearFit((Int_t) G__int(libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
15460 , *(Double_t*) G__Doubleref(&libp->para[2]), *(Int_t*) G__Intref(&libp->para[3])
15461 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
15462 G__setnull(result7);
15463 break;
15464 case 5:
15465 ((TGraph*) G__getstructoffset())->LeastSquareLinearFit((Int_t) G__int(libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
15466 , *(Double_t*) G__Doubleref(&libp->para[2]), *(Int_t*) G__Intref(&libp->para[3])
15467 , (Double_t) G__double(libp->para[4]));
15468 G__setnull(result7);
15469 break;
15470 case 4:
15471 ((TGraph*) G__getstructoffset())->LeastSquareLinearFit((Int_t) G__int(libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
15472 , *(Double_t*) G__Doubleref(&libp->para[2]), *(Int_t*) G__Intref(&libp->para[3]));
15473 G__setnull(result7);
15474 break;
15475 }
15476 return(1 || funcname || hash || result7 || libp) ;
15477 }
15478
15479 static int G__G__Hist_104_0_88(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15480 {
15481 G__letint(result7, 105, (long) ((TGraph*) G__getstructoffset())->Merge((TCollection*) G__int(libp->para[0])));
15482 return(1 || funcname || hash || result7 || libp) ;
15483 }
15484
15485 static int G__G__Hist_104_0_90(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15486 {
15487 ((TGraph*) G__getstructoffset())->PaintGraph((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
15488 , (Double_t*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
15489 G__setnull(result7);
15490 return(1 || funcname || hash || result7 || libp) ;
15491 }
15492
15493 static int G__G__Hist_104_0_91(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15494 {
15495 ((TGraph*) G__getstructoffset())->PaintGrapHist((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
15496 , (Double_t*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
15497 G__setnull(result7);
15498 return(1 || funcname || hash || result7 || libp) ;
15499 }
15500
15501 static int G__G__Hist_104_0_92(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15502 {
15503 ((TGraph*) G__getstructoffset())->PaintStats((TF1*) G__int(libp->para[0]));
15504 G__setnull(result7);
15505 return(1 || funcname || hash || result7 || libp) ;
15506 }
15507
15508 static int G__G__Hist_104_0_95(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15509 {
15510 G__letint(result7, 105, (long) ((TGraph*) G__getstructoffset())->RemovePoint());
15511 return(1 || funcname || hash || result7 || libp) ;
15512 }
15513
15514 static int G__G__Hist_104_0_96(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15515 {
15516 G__letint(result7, 105, (long) ((TGraph*) G__getstructoffset())->RemovePoint((Int_t) G__int(libp->para[0])));
15517 return(1 || funcname || hash || result7 || libp) ;
15518 }
15519
15520 static int G__G__Hist_104_0_98(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15521 {
15522 switch (libp->paran) {
15523 case 1:
15524 ((TGraph*) G__getstructoffset())->SetEditable((Bool_t) G__int(libp->para[0]));
15525 G__setnull(result7);
15526 break;
15527 case 0:
15528 ((TGraph*) G__getstructoffset())->SetEditable();
15529 G__setnull(result7);
15530 break;
15531 }
15532 return(1 || funcname || hash || result7 || libp) ;
15533 }
15534
15535 static int G__G__Hist_104_0_99(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15536 {
15537 ((TGraph*) G__getstructoffset())->SetHistogram((TH1*) G__int(libp->para[0]));
15538 G__setnull(result7);
15539 return(1 || funcname || hash || result7 || libp) ;
15540 }
15541
15542 static int G__G__Hist_104_0_100(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15543 {
15544 switch (libp->paran) {
15545 case 1:
15546 ((TGraph*) G__getstructoffset())->SetMaximum((Double_t) G__double(libp->para[0]));
15547 G__setnull(result7);
15548 break;
15549 case 0:
15550 ((TGraph*) G__getstructoffset())->SetMaximum();
15551 G__setnull(result7);
15552 break;
15553 }
15554 return(1 || funcname || hash || result7 || libp) ;
15555 }
15556
15557 static int G__G__Hist_104_0_101(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15558 {
15559 switch (libp->paran) {
15560 case 1:
15561 ((TGraph*) G__getstructoffset())->SetMinimum((Double_t) G__double(libp->para[0]));
15562 G__setnull(result7);
15563 break;
15564 case 0:
15565 ((TGraph*) G__getstructoffset())->SetMinimum();
15566 G__setnull(result7);
15567 break;
15568 }
15569 return(1 || funcname || hash || result7 || libp) ;
15570 }
15571
15572 static int G__G__Hist_104_0_102(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15573 {
15574 ((TGraph*) G__getstructoffset())->Set((Int_t) G__int(libp->para[0]));
15575 G__setnull(result7);
15576 return(1 || funcname || hash || result7 || libp) ;
15577 }
15578
15579 static int G__G__Hist_104_0_103(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15580 {
15581 ((TGraph*) G__getstructoffset())->SetPoint((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
15582 , (Double_t) G__double(libp->para[2]));
15583 G__setnull(result7);
15584 return(1 || funcname || hash || result7 || libp) ;
15585 }
15586
15587 static int G__G__Hist_104_0_105(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15588 {
15589 switch (libp->paran) {
15590 case 4:
15591 ((TGraph*) G__getstructoffset())->Sort((Bool_t (*)(const TGraph*, Int_t, Int_t)) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])
15592 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
15593 G__setnull(result7);
15594 break;
15595 case 3:
15596 ((TGraph*) G__getstructoffset())->Sort((Bool_t (*)(const TGraph*, Int_t, Int_t)) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])
15597 , (Int_t) G__int(libp->para[2]));
15598 G__setnull(result7);
15599 break;
15600 case 2:
15601 ((TGraph*) G__getstructoffset())->Sort((Bool_t (*)(const TGraph*, Int_t, Int_t)) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
15602 G__setnull(result7);
15603 break;
15604 case 1:
15605 ((TGraph*) G__getstructoffset())->Sort((Bool_t (*)(const TGraph*, Int_t, Int_t)) G__int(libp->para[0]));
15606 G__setnull(result7);
15607 break;
15608 case 0:
15609 ((TGraph*) G__getstructoffset())->Sort();
15610 G__setnull(result7);
15611 break;
15612 }
15613 return(1 || funcname || hash || result7 || libp) ;
15614 }
15615
15616 static int G__G__Hist_104_0_107(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15617 {
15618 ((TGraph*) G__getstructoffset())->Zero(
15619 *(Int_t*) G__Intref(&libp->para[0]), (Double_t) G__double(libp->para[1])
15620 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
15621 , *(Double_t*) G__Doubleref(&libp->para[4]), *(Double_t*) G__Doubleref(&libp->para[5])
15622 , (Int_t) G__int(libp->para[6]));
15623 G__setnull(result7);
15624 return(1 || funcname || hash || result7 || libp) ;
15625 }
15626
15627 static int G__G__Hist_104_0_108(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15628 {
15629 G__letint(result7, 85, (long) TGraph::Class());
15630 return(1 || funcname || hash || result7 || libp) ;
15631 }
15632
15633 static int G__G__Hist_104_0_109(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15634 {
15635 G__letint(result7, 67, (long) TGraph::Class_Name());
15636 return(1 || funcname || hash || result7 || libp) ;
15637 }
15638
15639 static int G__G__Hist_104_0_110(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15640 {
15641 G__letint(result7, 115, (long) TGraph::Class_Version());
15642 return(1 || funcname || hash || result7 || libp) ;
15643 }
15644
15645 static int G__G__Hist_104_0_111(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15646 {
15647 TGraph::Dictionary();
15648 G__setnull(result7);
15649 return(1 || funcname || hash || result7 || libp) ;
15650 }
15651
15652 static int G__G__Hist_104_0_115(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15653 {
15654 ((TGraph*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
15655 G__setnull(result7);
15656 return(1 || funcname || hash || result7 || libp) ;
15657 }
15658
15659 static int G__G__Hist_104_0_116(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15660 {
15661 G__letint(result7, 67, (long) TGraph::DeclFileName());
15662 return(1 || funcname || hash || result7 || libp) ;
15663 }
15664
15665 static int G__G__Hist_104_0_117(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15666 {
15667 G__letint(result7, 105, (long) TGraph::ImplFileLine());
15668 return(1 || funcname || hash || result7 || libp) ;
15669 }
15670
15671 static int G__G__Hist_104_0_118(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15672 {
15673 G__letint(result7, 67, (long) TGraph::ImplFileName());
15674 return(1 || funcname || hash || result7 || libp) ;
15675 }
15676
15677 static int G__G__Hist_104_0_119(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15678 {
15679 G__letint(result7, 105, (long) TGraph::DeclFileLine());
15680 return(1 || funcname || hash || result7 || libp) ;
15681 }
15682
15683
15684 typedef TGraph G__TTGraph;
15685 static int G__G__Hist_104_0_120(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15686 {
15687 char* gvp = (char*) G__getgvp();
15688 long soff = G__getstructoffset();
15689 int n = G__getaryconstruct();
15690
15691
15692
15693
15694
15695 if (!soff) {
15696 return(1);
15697 }
15698 if (n) {
15699 if (gvp == (char*)G__PVOID) {
15700 delete[] (TGraph*) soff;
15701 } else {
15702 G__setgvp((long) G__PVOID);
15703 for (int i = n - 1; i >= 0; --i) {
15704 ((TGraph*) (soff+(sizeof(TGraph)*i)))->~G__TTGraph();
15705 }
15706 G__setgvp((long)gvp);
15707 }
15708 } else {
15709 if (gvp == (char*)G__PVOID) {
15710 delete (TGraph*) soff;
15711 } else {
15712 G__setgvp((long) G__PVOID);
15713 ((TGraph*) (soff))->~G__TTGraph();
15714 G__setgvp((long)gvp);
15715 }
15716 }
15717 G__setnull(result7);
15718 return(1 || funcname || hash || result7 || libp) ;
15719 }
15720
15721
15722
15723 static int G__G__Hist_105_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15724 {
15725 TGraphErrors* p = NULL;
15726 char* gvp = (char*) G__getgvp();
15727 int n = G__getaryconstruct();
15728 if (n) {
15729 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15730 p = new TGraphErrors[n];
15731 } else {
15732 p = new((void*) gvp) TGraphErrors[n];
15733 }
15734 } else {
15735 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15736 p = new TGraphErrors;
15737 } else {
15738 p = new((void*) gvp) TGraphErrors;
15739 }
15740 }
15741 result7->obj.i = (long) p;
15742 result7->ref = (long) p;
15743 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphErrors));
15744 return(1 || funcname || hash || result7 || libp) ;
15745 }
15746
15747 static int G__G__Hist_105_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15748 {
15749 TGraphErrors* p = NULL;
15750 char* gvp = (char*) G__getgvp();
15751
15752 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15753 p = new TGraphErrors((Int_t) G__int(libp->para[0]));
15754 } else {
15755 p = new((void*) gvp) TGraphErrors((Int_t) G__int(libp->para[0]));
15756 }
15757 result7->obj.i = (long) p;
15758 result7->ref = (long) p;
15759 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphErrors));
15760 return(1 || funcname || hash || result7 || libp) ;
15761 }
15762
15763 static int G__G__Hist_105_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15764 {
15765 TGraphErrors* p = NULL;
15766 char* gvp = (char*) G__getgvp();
15767 switch (libp->paran) {
15768 case 5:
15769
15770 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15771 p = new TGraphErrors(
15772 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
15773 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
15774 , (Float_t*) G__int(libp->para[4]));
15775 } else {
15776 p = new((void*) gvp) TGraphErrors(
15777 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
15778 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
15779 , (Float_t*) G__int(libp->para[4]));
15780 }
15781 break;
15782 case 4:
15783
15784 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15785 p = new TGraphErrors(
15786 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
15787 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3]));
15788 } else {
15789 p = new((void*) gvp) TGraphErrors(
15790 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
15791 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3]));
15792 }
15793 break;
15794 case 3:
15795
15796 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15797 p = new TGraphErrors(
15798 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
15799 , (Float_t*) G__int(libp->para[2]));
15800 } else {
15801 p = new((void*) gvp) TGraphErrors(
15802 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
15803 , (Float_t*) G__int(libp->para[2]));
15804 }
15805 break;
15806 }
15807 result7->obj.i = (long) p;
15808 result7->ref = (long) p;
15809 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphErrors));
15810 return(1 || funcname || hash || result7 || libp) ;
15811 }
15812
15813 static int G__G__Hist_105_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15814 {
15815 TGraphErrors* p = NULL;
15816 char* gvp = (char*) G__getgvp();
15817 switch (libp->paran) {
15818 case 5:
15819
15820 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15821 p = new TGraphErrors(
15822 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
15823 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
15824 , (Double_t*) G__int(libp->para[4]));
15825 } else {
15826 p = new((void*) gvp) TGraphErrors(
15827 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
15828 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
15829 , (Double_t*) G__int(libp->para[4]));
15830 }
15831 break;
15832 case 4:
15833
15834 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15835 p = new TGraphErrors(
15836 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
15837 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3]));
15838 } else {
15839 p = new((void*) gvp) TGraphErrors(
15840 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
15841 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3]));
15842 }
15843 break;
15844 case 3:
15845
15846 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15847 p = new TGraphErrors(
15848 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
15849 , (Double_t*) G__int(libp->para[2]));
15850 } else {
15851 p = new((void*) gvp) TGraphErrors(
15852 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
15853 , (Double_t*) G__int(libp->para[2]));
15854 }
15855 break;
15856 }
15857 result7->obj.i = (long) p;
15858 result7->ref = (long) p;
15859 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphErrors));
15860 return(1 || funcname || hash || result7 || libp) ;
15861 }
15862
15863 static int G__G__Hist_105_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15864 {
15865 TGraphErrors* p = NULL;
15866 char* gvp = (char*) G__getgvp();
15867
15868 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15869 p = new TGraphErrors(
15870 *(TVectorF*) libp->para[0].ref, *(TVectorF*) libp->para[1].ref
15871 , *(TVectorF*) libp->para[2].ref, *(TVectorF*) libp->para[3].ref);
15872 } else {
15873 p = new((void*) gvp) TGraphErrors(
15874 *(TVectorF*) libp->para[0].ref, *(TVectorF*) libp->para[1].ref
15875 , *(TVectorF*) libp->para[2].ref, *(TVectorF*) libp->para[3].ref);
15876 }
15877 result7->obj.i = (long) p;
15878 result7->ref = (long) p;
15879 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphErrors));
15880 return(1 || funcname || hash || result7 || libp) ;
15881 }
15882
15883 static int G__G__Hist_105_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15884 {
15885 TGraphErrors* p = NULL;
15886 char* gvp = (char*) G__getgvp();
15887
15888 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15889 p = new TGraphErrors(
15890 *(TVectorD*) libp->para[0].ref, *(TVectorD*) libp->para[1].ref
15891 , *(TVectorD*) libp->para[2].ref, *(TVectorD*) libp->para[3].ref);
15892 } else {
15893 p = new((void*) gvp) TGraphErrors(
15894 *(TVectorD*) libp->para[0].ref, *(TVectorD*) libp->para[1].ref
15895 , *(TVectorD*) libp->para[2].ref, *(TVectorD*) libp->para[3].ref);
15896 }
15897 result7->obj.i = (long) p;
15898 result7->ref = (long) p;
15899 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphErrors));
15900 return(1 || funcname || hash || result7 || libp) ;
15901 }
15902
15903 static int G__G__Hist_105_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15904 {
15905 TGraphErrors* p = NULL;
15906 char* gvp = (char*) G__getgvp();
15907
15908 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15909 p = new TGraphErrors(*(TGraphErrors*) libp->para[0].ref);
15910 } else {
15911 p = new((void*) gvp) TGraphErrors(*(TGraphErrors*) libp->para[0].ref);
15912 }
15913 result7->obj.i = (long) p;
15914 result7->ref = (long) p;
15915 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphErrors));
15916 return(1 || funcname || hash || result7 || libp) ;
15917 }
15918
15919 static int G__G__Hist_105_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15920 {
15921 {
15922 const TGraphErrors& obj = ((TGraphErrors*) G__getstructoffset())->operator=(*(TGraphErrors*) libp->para[0].ref);
15923 result7->ref = (long) (&obj);
15924 result7->obj.i = (long) (&obj);
15925 }
15926 return(1 || funcname || hash || result7 || libp) ;
15927 }
15928
15929 static int G__G__Hist_105_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15930 {
15931 TGraphErrors* p = NULL;
15932 char* gvp = (char*) G__getgvp();
15933
15934 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15935 p = new TGraphErrors((TH1*) G__int(libp->para[0]));
15936 } else {
15937 p = new((void*) gvp) TGraphErrors((TH1*) G__int(libp->para[0]));
15938 }
15939 result7->obj.i = (long) p;
15940 result7->ref = (long) p;
15941 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphErrors));
15942 return(1 || funcname || hash || result7 || libp) ;
15943 }
15944
15945 static int G__G__Hist_105_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15946 {
15947 TGraphErrors* p = NULL;
15948 char* gvp = (char*) G__getgvp();
15949 switch (libp->paran) {
15950 case 3:
15951
15952 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15953 p = new TGraphErrors(
15954 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
15955 , (Option_t*) G__int(libp->para[2]));
15956 } else {
15957 p = new((void*) gvp) TGraphErrors(
15958 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
15959 , (Option_t*) G__int(libp->para[2]));
15960 }
15961 break;
15962 case 2:
15963
15964 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15965 p = new TGraphErrors((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
15966 } else {
15967 p = new((void*) gvp) TGraphErrors((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
15968 }
15969 break;
15970 case 1:
15971
15972 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15973 p = new TGraphErrors((const char*) G__int(libp->para[0]));
15974 } else {
15975 p = new((void*) gvp) TGraphErrors((const char*) G__int(libp->para[0]));
15976 }
15977 break;
15978 }
15979 result7->obj.i = (long) p;
15980 result7->ref = (long) p;
15981 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphErrors));
15982 return(1 || funcname || hash || result7 || libp) ;
15983 }
15984
15985 static int G__G__Hist_105_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15986 {
15987 G__letint(result7, 105, (long) TGraphErrors::CalculateScanfFields((const char*) G__int(libp->para[0])));
15988 return(1 || funcname || hash || result7 || libp) ;
15989 }
15990
15991 static int G__G__Hist_105_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15992 {
15993 ((TGraphErrors*) G__getstructoffset())->SetPointError((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
15994 G__setnull(result7);
15995 return(1 || funcname || hash || result7 || libp) ;
15996 }
15997
15998 static int G__G__Hist_105_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15999 {
16000 ((TGraphErrors*) G__getstructoffset())->SetPointError((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
16001 , (Double_t) G__double(libp->para[2]));
16002 G__setnull(result7);
16003 return(1 || funcname || hash || result7 || libp) ;
16004 }
16005
16006 static int G__G__Hist_105_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16007 {
16008 G__letint(result7, 85, (long) TGraphErrors::Class());
16009 return(1 || funcname || hash || result7 || libp) ;
16010 }
16011
16012 static int G__G__Hist_105_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16013 {
16014 G__letint(result7, 67, (long) TGraphErrors::Class_Name());
16015 return(1 || funcname || hash || result7 || libp) ;
16016 }
16017
16018 static int G__G__Hist_105_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16019 {
16020 G__letint(result7, 115, (long) TGraphErrors::Class_Version());
16021 return(1 || funcname || hash || result7 || libp) ;
16022 }
16023
16024 static int G__G__Hist_105_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16025 {
16026 TGraphErrors::Dictionary();
16027 G__setnull(result7);
16028 return(1 || funcname || hash || result7 || libp) ;
16029 }
16030
16031 static int G__G__Hist_105_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16032 {
16033 ((TGraphErrors*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
16034 G__setnull(result7);
16035 return(1 || funcname || hash || result7 || libp) ;
16036 }
16037
16038 static int G__G__Hist_105_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16039 {
16040 G__letint(result7, 67, (long) TGraphErrors::DeclFileName());
16041 return(1 || funcname || hash || result7 || libp) ;
16042 }
16043
16044 static int G__G__Hist_105_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16045 {
16046 G__letint(result7, 105, (long) TGraphErrors::ImplFileLine());
16047 return(1 || funcname || hash || result7 || libp) ;
16048 }
16049
16050 static int G__G__Hist_105_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16051 {
16052 G__letint(result7, 67, (long) TGraphErrors::ImplFileName());
16053 return(1 || funcname || hash || result7 || libp) ;
16054 }
16055
16056 static int G__G__Hist_105_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16057 {
16058 G__letint(result7, 105, (long) TGraphErrors::DeclFileLine());
16059 return(1 || funcname || hash || result7 || libp) ;
16060 }
16061
16062
16063 typedef TGraphErrors G__TTGraphErrors;
16064 static int G__G__Hist_105_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16065 {
16066 char* gvp = (char*) G__getgvp();
16067 long soff = G__getstructoffset();
16068 int n = G__getaryconstruct();
16069
16070
16071
16072
16073
16074 if (!soff) {
16075 return(1);
16076 }
16077 if (n) {
16078 if (gvp == (char*)G__PVOID) {
16079 delete[] (TGraphErrors*) soff;
16080 } else {
16081 G__setgvp((long) G__PVOID);
16082 for (int i = n - 1; i >= 0; --i) {
16083 ((TGraphErrors*) (soff+(sizeof(TGraphErrors)*i)))->~G__TTGraphErrors();
16084 }
16085 G__setgvp((long)gvp);
16086 }
16087 } else {
16088 if (gvp == (char*)G__PVOID) {
16089 delete (TGraphErrors*) soff;
16090 } else {
16091 G__setgvp((long) G__PVOID);
16092 ((TGraphErrors*) (soff))->~G__TTGraphErrors();
16093 G__setgvp((long)gvp);
16094 }
16095 }
16096 G__setnull(result7);
16097 return(1 || funcname || hash || result7 || libp) ;
16098 }
16099
16100
16101
16102 static int G__G__Hist_106_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16103 {
16104 TGraph2D* p = NULL;
16105 char* gvp = (char*) G__getgvp();
16106 int n = G__getaryconstruct();
16107 if (n) {
16108 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16109 p = new TGraph2D[n];
16110 } else {
16111 p = new((void*) gvp) TGraph2D[n];
16112 }
16113 } else {
16114 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16115 p = new TGraph2D;
16116 } else {
16117 p = new((void*) gvp) TGraph2D;
16118 }
16119 }
16120 result7->obj.i = (long) p;
16121 result7->ref = (long) p;
16122 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraph2D));
16123 return(1 || funcname || hash || result7 || libp) ;
16124 }
16125
16126 static int G__G__Hist_106_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16127 {
16128 TGraph2D* p = NULL;
16129 char* gvp = (char*) G__getgvp();
16130
16131 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16132 p = new TGraph2D((Int_t) G__int(libp->para[0]));
16133 } else {
16134 p = new((void*) gvp) TGraph2D((Int_t) G__int(libp->para[0]));
16135 }
16136 result7->obj.i = (long) p;
16137 result7->ref = (long) p;
16138 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraph2D));
16139 return(1 || funcname || hash || result7 || libp) ;
16140 }
16141
16142 static int G__G__Hist_106_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16143 {
16144 TGraph2D* p = NULL;
16145 char* gvp = (char*) G__getgvp();
16146
16147 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16148 p = new TGraph2D(
16149 (Int_t) G__int(libp->para[0]), (Int_t*) G__int(libp->para[1])
16150 , (Int_t*) G__int(libp->para[2]), (Int_t*) G__int(libp->para[3]));
16151 } else {
16152 p = new((void*) gvp) TGraph2D(
16153 (Int_t) G__int(libp->para[0]), (Int_t*) G__int(libp->para[1])
16154 , (Int_t*) G__int(libp->para[2]), (Int_t*) G__int(libp->para[3]));
16155 }
16156 result7->obj.i = (long) p;
16157 result7->ref = (long) p;
16158 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraph2D));
16159 return(1 || funcname || hash || result7 || libp) ;
16160 }
16161
16162 static int G__G__Hist_106_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16163 {
16164 TGraph2D* p = NULL;
16165 char* gvp = (char*) G__getgvp();
16166
16167 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16168 p = new TGraph2D(
16169 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
16170 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3]));
16171 } else {
16172 p = new((void*) gvp) TGraph2D(
16173 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
16174 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3]));
16175 }
16176 result7->obj.i = (long) p;
16177 result7->ref = (long) p;
16178 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraph2D));
16179 return(1 || funcname || hash || result7 || libp) ;
16180 }
16181
16182 static int G__G__Hist_106_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16183 {
16184 TGraph2D* p = NULL;
16185 char* gvp = (char*) G__getgvp();
16186
16187 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16188 p = new TGraph2D(
16189 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
16190 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3]));
16191 } else {
16192 p = new((void*) gvp) TGraph2D(
16193 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
16194 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3]));
16195 }
16196 result7->obj.i = (long) p;
16197 result7->ref = (long) p;
16198 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraph2D));
16199 return(1 || funcname || hash || result7 || libp) ;
16200 }
16201
16202 static int G__G__Hist_106_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16203 {
16204 TGraph2D* p = NULL;
16205 char* gvp = (char*) G__getgvp();
16206
16207 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16208 p = new TGraph2D((TH2*) G__int(libp->para[0]));
16209 } else {
16210 p = new((void*) gvp) TGraph2D((TH2*) G__int(libp->para[0]));
16211 }
16212 result7->obj.i = (long) p;
16213 result7->ref = (long) p;
16214 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraph2D));
16215 return(1 || funcname || hash || result7 || libp) ;
16216 }
16217
16218 static int G__G__Hist_106_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16219 {
16220 TGraph2D* p = NULL;
16221 char* gvp = (char*) G__getgvp();
16222
16223 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16224 p = new TGraph2D(
16225 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
16226 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
16227 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
16228 } else {
16229 p = new((void*) gvp) TGraph2D(
16230 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
16231 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
16232 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
16233 }
16234 result7->obj.i = (long) p;
16235 result7->ref = (long) p;
16236 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraph2D));
16237 return(1 || funcname || hash || result7 || libp) ;
16238 }
16239
16240 static int G__G__Hist_106_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16241 {
16242 TGraph2D* p = NULL;
16243 char* gvp = (char*) G__getgvp();
16244 switch (libp->paran) {
16245 case 3:
16246
16247 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16248 p = new TGraph2D(
16249 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
16250 , (Option_t*) G__int(libp->para[2]));
16251 } else {
16252 p = new((void*) gvp) TGraph2D(
16253 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
16254 , (Option_t*) G__int(libp->para[2]));
16255 }
16256 break;
16257 case 2:
16258
16259 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16260 p = new TGraph2D((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
16261 } else {
16262 p = new((void*) gvp) TGraph2D((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
16263 }
16264 break;
16265 case 1:
16266
16267 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16268 p = new TGraph2D((const char*) G__int(libp->para[0]));
16269 } else {
16270 p = new((void*) gvp) TGraph2D((const char*) G__int(libp->para[0]));
16271 }
16272 break;
16273 }
16274 result7->obj.i = (long) p;
16275 result7->ref = (long) p;
16276 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraph2D));
16277 return(1 || funcname || hash || result7 || libp) ;
16278 }
16279
16280 static int G__G__Hist_106_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16281 {
16282 TGraph2D* p = NULL;
16283 char* gvp = (char*) G__getgvp();
16284
16285 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16286 p = new TGraph2D(*(TGraph2D*) libp->para[0].ref);
16287 } else {
16288 p = new((void*) gvp) TGraph2D(*(TGraph2D*) libp->para[0].ref);
16289 }
16290 result7->obj.i = (long) p;
16291 result7->ref = (long) p;
16292 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraph2D));
16293 return(1 || funcname || hash || result7 || libp) ;
16294 }
16295
16296 static int G__G__Hist_106_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16297 {
16298 {
16299 const TGraph2D& obj = ((TGraph2D*) G__getstructoffset())->operator=(*(TGraph2D*) libp->para[0].ref);
16300 result7->ref = (long) (&obj);
16301 result7->obj.i = (long) (&obj);
16302 }
16303 return(1 || funcname || hash || result7 || libp) ;
16304 }
16305
16306 static int G__G__Hist_106_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16307 {
16308 ((TGraph2D*) G__getstructoffset())->DirectoryAutoAdd((TDirectory*) G__int(libp->para[0]));
16309 G__setnull(result7);
16310 return(1 || funcname || hash || result7 || libp) ;
16311 }
16312
16313 static int G__G__Hist_106_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16314 {
16315 switch (libp->paran) {
16316 case 3:
16317 {
16318 TFitResultPtr* pobj;
16319 TFitResultPtr xobj = ((TGraph2D*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
16320 , (Option_t*) G__int(libp->para[2]));
16321 pobj = new TFitResultPtr(xobj);
16322 result7->obj.i = (long) ((void*) pobj);
16323 result7->ref = result7->obj.i;
16324 G__store_tempobject(*result7);
16325 }
16326 break;
16327 case 2:
16328 {
16329 TFitResultPtr* pobj;
16330 TFitResultPtr xobj = ((TGraph2D*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
16331 pobj = new TFitResultPtr(xobj);
16332 result7->obj.i = (long) ((void*) pobj);
16333 result7->ref = result7->obj.i;
16334 G__store_tempobject(*result7);
16335 }
16336 break;
16337 case 1:
16338 {
16339 TFitResultPtr* pobj;
16340 TFitResultPtr xobj = ((TGraph2D*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]));
16341 pobj = new TFitResultPtr(xobj);
16342 result7->obj.i = (long) ((void*) pobj);
16343 result7->ref = result7->obj.i;
16344 G__store_tempobject(*result7);
16345 }
16346 break;
16347 }
16348 return(1 || funcname || hash || result7 || libp) ;
16349 }
16350
16351 static int G__G__Hist_106_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16352 {
16353 switch (libp->paran) {
16354 case 3:
16355 {
16356 TFitResultPtr* pobj;
16357 TFitResultPtr xobj = ((TGraph2D*) G__getstructoffset())->Fit((TF2*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
16358 , (Option_t*) G__int(libp->para[2]));
16359 pobj = new TFitResultPtr(xobj);
16360 result7->obj.i = (long) ((void*) pobj);
16361 result7->ref = result7->obj.i;
16362 G__store_tempobject(*result7);
16363 }
16364 break;
16365 case 2:
16366 {
16367 TFitResultPtr* pobj;
16368 TFitResultPtr xobj = ((TGraph2D*) G__getstructoffset())->Fit((TF2*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
16369 pobj = new TFitResultPtr(xobj);
16370 result7->obj.i = (long) ((void*) pobj);
16371 result7->ref = result7->obj.i;
16372 G__store_tempobject(*result7);
16373 }
16374 break;
16375 case 1:
16376 {
16377 TFitResultPtr* pobj;
16378 TFitResultPtr xobj = ((TGraph2D*) G__getstructoffset())->Fit((TF2*) G__int(libp->para[0]));
16379 pobj = new TFitResultPtr(xobj);
16380 result7->obj.i = (long) ((void*) pobj);
16381 result7->ref = result7->obj.i;
16382 G__store_tempobject(*result7);
16383 }
16384 break;
16385 }
16386 return(1 || funcname || hash || result7 || libp) ;
16387 }
16388
16389 static int G__G__Hist_106_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16390 {
16391 ((TGraph2D*) G__getstructoffset())->FitPanel();
16392 G__setnull(result7);
16393 return(1 || funcname || hash || result7 || libp) ;
16394 }
16395
16396 static int G__G__Hist_106_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16397 {
16398 G__letint(result7, 85, (long) ((TGraph2D*) G__getstructoffset())->GetContourList((Double_t) G__double(libp->para[0])));
16399 return(1 || funcname || hash || result7 || libp) ;
16400 }
16401
16402 static int G__G__Hist_106_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16403 {
16404 G__letint(result7, 85, (long) ((const TGraph2D*) G__getstructoffset())->GetDirectory());
16405 return(1 || funcname || hash || result7 || libp) ;
16406 }
16407
16408 static int G__G__Hist_106_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16409 {
16410 G__letint(result7, 105, (long) ((const TGraph2D*) G__getstructoffset())->GetNpx());
16411 return(1 || funcname || hash || result7 || libp) ;
16412 }
16413
16414 static int G__G__Hist_106_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16415 {
16416 G__letint(result7, 105, (long) ((const TGraph2D*) G__getstructoffset())->GetNpy());
16417 return(1 || funcname || hash || result7 || libp) ;
16418 }
16419
16420 static int G__G__Hist_106_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16421 {
16422 switch (libp->paran) {
16423 case 1:
16424 G__letint(result7, 85, (long) ((TGraph2D*) G__getstructoffset())->GetHistogram((Option_t*) G__int(libp->para[0])));
16425 break;
16426 case 0:
16427 G__letint(result7, 85, (long) ((TGraph2D*) G__getstructoffset())->GetHistogram());
16428 break;
16429 }
16430 return(1 || funcname || hash || result7 || libp) ;
16431 }
16432
16433 static int G__G__Hist_106_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16434 {
16435 G__letint(result7, 85, (long) ((const TGraph2D*) G__getstructoffset())->GetListOfFunctions());
16436 return(1 || funcname || hash || result7 || libp) ;
16437 }
16438
16439 static int G__G__Hist_106_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16440 {
16441 G__letdouble(result7, 100, (double) ((const TGraph2D*) G__getstructoffset())->GetErrorX((Int_t) G__int(libp->para[0])));
16442 return(1 || funcname || hash || result7 || libp) ;
16443 }
16444
16445 static int G__G__Hist_106_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16446 {
16447 G__letdouble(result7, 100, (double) ((const TGraph2D*) G__getstructoffset())->GetErrorY((Int_t) G__int(libp->para[0])));
16448 return(1 || funcname || hash || result7 || libp) ;
16449 }
16450
16451 static int G__G__Hist_106_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16452 {
16453 G__letdouble(result7, 100, (double) ((const TGraph2D*) G__getstructoffset())->GetErrorZ((Int_t) G__int(libp->para[0])));
16454 return(1 || funcname || hash || result7 || libp) ;
16455 }
16456
16457 static int G__G__Hist_106_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16458 {
16459 G__letdouble(result7, 100, (double) ((const TGraph2D*) G__getstructoffset())->GetMargin());
16460 return(1 || funcname || hash || result7 || libp) ;
16461 }
16462
16463 static int G__G__Hist_106_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16464 {
16465 G__letint(result7, 85, (long) ((const TGraph2D*) G__getstructoffset())->GetXaxis());
16466 return(1 || funcname || hash || result7 || libp) ;
16467 }
16468
16469 static int G__G__Hist_106_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16470 {
16471 G__letint(result7, 85, (long) ((const TGraph2D*) G__getstructoffset())->GetYaxis());
16472 return(1 || funcname || hash || result7 || libp) ;
16473 }
16474
16475 static int G__G__Hist_106_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16476 {
16477 G__letint(result7, 85, (long) ((const TGraph2D*) G__getstructoffset())->GetZaxis());
16478 return(1 || funcname || hash || result7 || libp) ;
16479 }
16480
16481 static int G__G__Hist_106_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16482 {
16483 G__letint(result7, 105, (long) ((const TGraph2D*) G__getstructoffset())->GetN());
16484 return(1 || funcname || hash || result7 || libp) ;
16485 }
16486
16487 static int G__G__Hist_106_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16488 {
16489 G__letint(result7, 68, (long) ((const TGraph2D*) G__getstructoffset())->GetX());
16490 return(1 || funcname || hash || result7 || libp) ;
16491 }
16492
16493 static int G__G__Hist_106_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16494 {
16495 G__letint(result7, 68, (long) ((const TGraph2D*) G__getstructoffset())->GetY());
16496 return(1 || funcname || hash || result7 || libp) ;
16497 }
16498
16499 static int G__G__Hist_106_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16500 {
16501 G__letint(result7, 68, (long) ((const TGraph2D*) G__getstructoffset())->GetZ());
16502 return(1 || funcname || hash || result7 || libp) ;
16503 }
16504
16505 static int G__G__Hist_106_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16506 {
16507 G__letint(result7, 68, (long) ((const TGraph2D*) G__getstructoffset())->GetEX());
16508 return(1 || funcname || hash || result7 || libp) ;
16509 }
16510
16511 static int G__G__Hist_106_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16512 {
16513 G__letint(result7, 68, (long) ((const TGraph2D*) G__getstructoffset())->GetEY());
16514 return(1 || funcname || hash || result7 || libp) ;
16515 }
16516
16517 static int G__G__Hist_106_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16518 {
16519 G__letint(result7, 68, (long) ((const TGraph2D*) G__getstructoffset())->GetEZ());
16520 return(1 || funcname || hash || result7 || libp) ;
16521 }
16522
16523 static int G__G__Hist_106_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16524 {
16525 G__letdouble(result7, 100, (double) ((const TGraph2D*) G__getstructoffset())->GetXmax());
16526 return(1 || funcname || hash || result7 || libp) ;
16527 }
16528
16529 static int G__G__Hist_106_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16530 {
16531 G__letdouble(result7, 100, (double) ((const TGraph2D*) G__getstructoffset())->GetXmin());
16532 return(1 || funcname || hash || result7 || libp) ;
16533 }
16534
16535 static int G__G__Hist_106_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16536 {
16537 G__letdouble(result7, 100, (double) ((const TGraph2D*) G__getstructoffset())->GetYmax());
16538 return(1 || funcname || hash || result7 || libp) ;
16539 }
16540
16541 static int G__G__Hist_106_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16542 {
16543 G__letdouble(result7, 100, (double) ((const TGraph2D*) G__getstructoffset())->GetYmin());
16544 return(1 || funcname || hash || result7 || libp) ;
16545 }
16546
16547 static int G__G__Hist_106_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16548 {
16549 G__letdouble(result7, 100, (double) ((const TGraph2D*) G__getstructoffset())->GetZmax());
16550 return(1 || funcname || hash || result7 || libp) ;
16551 }
16552
16553 static int G__G__Hist_106_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16554 {
16555 G__letdouble(result7, 100, (double) ((const TGraph2D*) G__getstructoffset())->GetZmin());
16556 return(1 || funcname || hash || result7 || libp) ;
16557 }
16558
16559 static int G__G__Hist_106_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16560 {
16561 G__letdouble(result7, 100, (double) ((const TGraph2D*) G__getstructoffset())->GetXmaxE());
16562 return(1 || funcname || hash || result7 || libp) ;
16563 }
16564
16565 static int G__G__Hist_106_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16566 {
16567 G__letdouble(result7, 100, (double) ((const TGraph2D*) G__getstructoffset())->GetXminE());
16568 return(1 || funcname || hash || result7 || libp) ;
16569 }
16570
16571 static int G__G__Hist_106_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16572 {
16573 G__letdouble(result7, 100, (double) ((const TGraph2D*) G__getstructoffset())->GetYmaxE());
16574 return(1 || funcname || hash || result7 || libp) ;
16575 }
16576
16577 static int G__G__Hist_106_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16578 {
16579 G__letdouble(result7, 100, (double) ((const TGraph2D*) G__getstructoffset())->GetYminE());
16580 return(1 || funcname || hash || result7 || libp) ;
16581 }
16582
16583 static int G__G__Hist_106_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16584 {
16585 G__letdouble(result7, 100, (double) ((const TGraph2D*) G__getstructoffset())->GetZmaxE());
16586 return(1 || funcname || hash || result7 || libp) ;
16587 }
16588
16589 static int G__G__Hist_106_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16590 {
16591 G__letdouble(result7, 100, (double) ((const TGraph2D*) G__getstructoffset())->GetZminE());
16592 return(1 || funcname || hash || result7 || libp) ;
16593 }
16594
16595 static int G__G__Hist_106_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16596 {
16597 G__letdouble(result7, 100, (double) ((TGraph2D*) G__getstructoffset())->Interpolate((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
16598 return(1 || funcname || hash || result7 || libp) ;
16599 }
16600
16601 static int G__G__Hist_106_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16602 {
16603 switch (libp->paran) {
16604 case 1:
16605 G__letint(result7, 85, (long) ((const TGraph2D*) G__getstructoffset())->Project((Option_t*) G__int(libp->para[0])));
16606 break;
16607 case 0:
16608 G__letint(result7, 85, (long) ((const TGraph2D*) G__getstructoffset())->Project());
16609 break;
16610 }
16611 return(1 || funcname || hash || result7 || libp) ;
16612 }
16613
16614 static int G__G__Hist_106_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16615 {
16616 G__letint(result7, 105, (long) ((TGraph2D*) G__getstructoffset())->RemovePoint((Int_t) G__int(libp->para[0])));
16617 return(1 || funcname || hash || result7 || libp) ;
16618 }
16619
16620 static int G__G__Hist_106_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16621 {
16622 ((TGraph2D*) G__getstructoffset())->Set((Int_t) G__int(libp->para[0]));
16623 G__setnull(result7);
16624 return(1 || funcname || hash || result7 || libp) ;
16625 }
16626
16627 static int G__G__Hist_106_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16628 {
16629 ((TGraph2D*) G__getstructoffset())->SetDirectory((TDirectory*) G__int(libp->para[0]));
16630 G__setnull(result7);
16631 return(1 || funcname || hash || result7 || libp) ;
16632 }
16633
16634 static int G__G__Hist_106_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16635 {
16636 ((TGraph2D*) G__getstructoffset())->SetHistogram((TH2*) G__int(libp->para[0]));
16637 G__setnull(result7);
16638 return(1 || funcname || hash || result7 || libp) ;
16639 }
16640
16641 static int G__G__Hist_106_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16642 {
16643 switch (libp->paran) {
16644 case 1:
16645 ((TGraph2D*) G__getstructoffset())->SetMargin((Double_t) G__double(libp->para[0]));
16646 G__setnull(result7);
16647 break;
16648 case 0:
16649 ((TGraph2D*) G__getstructoffset())->SetMargin();
16650 G__setnull(result7);
16651 break;
16652 }
16653 return(1 || funcname || hash || result7 || libp) ;
16654 }
16655
16656 static int G__G__Hist_106_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16657 {
16658 switch (libp->paran) {
16659 case 1:
16660 ((TGraph2D*) G__getstructoffset())->SetMarginBinsContent((Double_t) G__double(libp->para[0]));
16661 G__setnull(result7);
16662 break;
16663 case 0:
16664 ((TGraph2D*) G__getstructoffset())->SetMarginBinsContent();
16665 G__setnull(result7);
16666 break;
16667 }
16668 return(1 || funcname || hash || result7 || libp) ;
16669 }
16670
16671 static int G__G__Hist_106_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16672 {
16673 switch (libp->paran) {
16674 case 1:
16675 ((TGraph2D*) G__getstructoffset())->SetMaximum((Double_t) G__double(libp->para[0]));
16676 G__setnull(result7);
16677 break;
16678 case 0:
16679 ((TGraph2D*) G__getstructoffset())->SetMaximum();
16680 G__setnull(result7);
16681 break;
16682 }
16683 return(1 || funcname || hash || result7 || libp) ;
16684 }
16685
16686 static int G__G__Hist_106_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16687 {
16688 switch (libp->paran) {
16689 case 1:
16690 ((TGraph2D*) G__getstructoffset())->SetMinimum((Double_t) G__double(libp->para[0]));
16691 G__setnull(result7);
16692 break;
16693 case 0:
16694 ((TGraph2D*) G__getstructoffset())->SetMinimum();
16695 G__setnull(result7);
16696 break;
16697 }
16698 return(1 || funcname || hash || result7 || libp) ;
16699 }
16700
16701 static int G__G__Hist_106_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16702 {
16703 switch (libp->paran) {
16704 case 1:
16705 ((TGraph2D*) G__getstructoffset())->SetMaxIter((Int_t) G__int(libp->para[0]));
16706 G__setnull(result7);
16707 break;
16708 case 0:
16709 ((TGraph2D*) G__getstructoffset())->SetMaxIter();
16710 G__setnull(result7);
16711 break;
16712 }
16713 return(1 || funcname || hash || result7 || libp) ;
16714 }
16715
16716 static int G__G__Hist_106_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16717 {
16718 switch (libp->paran) {
16719 case 1:
16720 ((TGraph2D*) G__getstructoffset())->SetNpx((Int_t) G__int(libp->para[0]));
16721 G__setnull(result7);
16722 break;
16723 case 0:
16724 ((TGraph2D*) G__getstructoffset())->SetNpx();
16725 G__setnull(result7);
16726 break;
16727 }
16728 return(1 || funcname || hash || result7 || libp) ;
16729 }
16730
16731 static int G__G__Hist_106_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16732 {
16733 switch (libp->paran) {
16734 case 1:
16735 ((TGraph2D*) G__getstructoffset())->SetNpy((Int_t) G__int(libp->para[0]));
16736 G__setnull(result7);
16737 break;
16738 case 0:
16739 ((TGraph2D*) G__getstructoffset())->SetNpy();
16740 G__setnull(result7);
16741 break;
16742 }
16743 return(1 || funcname || hash || result7 || libp) ;
16744 }
16745
16746 static int G__G__Hist_106_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16747 {
16748 ((TGraph2D*) G__getstructoffset())->SetPoint((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
16749 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
16750 G__setnull(result7);
16751 return(1 || funcname || hash || result7 || libp) ;
16752 }
16753
16754 static int G__G__Hist_106_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16755 {
16756 G__letint(result7, 85, (long) TGraph2D::Class());
16757 return(1 || funcname || hash || result7 || libp) ;
16758 }
16759
16760 static int G__G__Hist_106_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16761 {
16762 G__letint(result7, 67, (long) TGraph2D::Class_Name());
16763 return(1 || funcname || hash || result7 || libp) ;
16764 }
16765
16766 static int G__G__Hist_106_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16767 {
16768 G__letint(result7, 115, (long) TGraph2D::Class_Version());
16769 return(1 || funcname || hash || result7 || libp) ;
16770 }
16771
16772 static int G__G__Hist_106_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16773 {
16774 TGraph2D::Dictionary();
16775 G__setnull(result7);
16776 return(1 || funcname || hash || result7 || libp) ;
16777 }
16778
16779 static int G__G__Hist_106_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16780 {
16781 ((TGraph2D*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
16782 G__setnull(result7);
16783 return(1 || funcname || hash || result7 || libp) ;
16784 }
16785
16786 static int G__G__Hist_106_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16787 {
16788 G__letint(result7, 67, (long) TGraph2D::DeclFileName());
16789 return(1 || funcname || hash || result7 || libp) ;
16790 }
16791
16792 static int G__G__Hist_106_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16793 {
16794 G__letint(result7, 105, (long) TGraph2D::ImplFileLine());
16795 return(1 || funcname || hash || result7 || libp) ;
16796 }
16797
16798 static int G__G__Hist_106_0_83(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16799 {
16800 G__letint(result7, 67, (long) TGraph2D::ImplFileName());
16801 return(1 || funcname || hash || result7 || libp) ;
16802 }
16803
16804 static int G__G__Hist_106_0_84(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16805 {
16806 G__letint(result7, 105, (long) TGraph2D::DeclFileLine());
16807 return(1 || funcname || hash || result7 || libp) ;
16808 }
16809
16810
16811 typedef TGraph2D G__TTGraph2D;
16812 static int G__G__Hist_106_0_85(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16813 {
16814 char* gvp = (char*) G__getgvp();
16815 long soff = G__getstructoffset();
16816 int n = G__getaryconstruct();
16817
16818
16819
16820
16821
16822 if (!soff) {
16823 return(1);
16824 }
16825 if (n) {
16826 if (gvp == (char*)G__PVOID) {
16827 delete[] (TGraph2D*) soff;
16828 } else {
16829 G__setgvp((long) G__PVOID);
16830 for (int i = n - 1; i >= 0; --i) {
16831 ((TGraph2D*) (soff+(sizeof(TGraph2D)*i)))->~G__TTGraph2D();
16832 }
16833 G__setgvp((long)gvp);
16834 }
16835 } else {
16836 if (gvp == (char*)G__PVOID) {
16837 delete (TGraph2D*) soff;
16838 } else {
16839 G__setgvp((long) G__PVOID);
16840 ((TGraph2D*) (soff))->~G__TTGraph2D();
16841 G__setgvp((long)gvp);
16842 }
16843 }
16844 G__setnull(result7);
16845 return(1 || funcname || hash || result7 || libp) ;
16846 }
16847
16848
16849
16850 static int G__G__Hist_107_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16851 {
16852 TMultiGraph* p = NULL;
16853 char* gvp = (char*) G__getgvp();
16854 int n = G__getaryconstruct();
16855 if (n) {
16856 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16857 p = new TMultiGraph[n];
16858 } else {
16859 p = new((void*) gvp) TMultiGraph[n];
16860 }
16861 } else {
16862 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16863 p = new TMultiGraph;
16864 } else {
16865 p = new((void*) gvp) TMultiGraph;
16866 }
16867 }
16868 result7->obj.i = (long) p;
16869 result7->ref = (long) p;
16870 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TMultiGraph));
16871 return(1 || funcname || hash || result7 || libp) ;
16872 }
16873
16874 static int G__G__Hist_107_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16875 {
16876 TMultiGraph* p = NULL;
16877 char* gvp = (char*) G__getgvp();
16878
16879 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16880 p = new TMultiGraph((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
16881 } else {
16882 p = new((void*) gvp) TMultiGraph((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
16883 }
16884 result7->obj.i = (long) p;
16885 result7->ref = (long) p;
16886 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TMultiGraph));
16887 return(1 || funcname || hash || result7 || libp) ;
16888 }
16889
16890 static int G__G__Hist_107_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16891 {
16892 switch (libp->paran) {
16893 case 2:
16894 ((TMultiGraph*) G__getstructoffset())->Add((TGraph*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
16895 G__setnull(result7);
16896 break;
16897 case 1:
16898 ((TMultiGraph*) G__getstructoffset())->Add((TGraph*) G__int(libp->para[0]));
16899 G__setnull(result7);
16900 break;
16901 }
16902 return(1 || funcname || hash || result7 || libp) ;
16903 }
16904
16905 static int G__G__Hist_107_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16906 {
16907 switch (libp->paran) {
16908 case 2:
16909 ((TMultiGraph*) G__getstructoffset())->Add((TMultiGraph*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
16910 G__setnull(result7);
16911 break;
16912 case 1:
16913 ((TMultiGraph*) G__getstructoffset())->Add((TMultiGraph*) G__int(libp->para[0]));
16914 G__setnull(result7);
16915 break;
16916 }
16917 return(1 || funcname || hash || result7 || libp) ;
16918 }
16919
16920 static int G__G__Hist_107_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16921 {
16922 switch (libp->paran) {
16923 case 5:
16924 {
16925 TFitResultPtr* pobj;
16926 TFitResultPtr xobj = ((TMultiGraph*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
16927 , (Option_t*) G__int(libp->para[2]), (Axis_t) G__double(libp->para[3])
16928 , (Axis_t) G__double(libp->para[4]));
16929 pobj = new TFitResultPtr(xobj);
16930 result7->obj.i = (long) ((void*) pobj);
16931 result7->ref = result7->obj.i;
16932 G__store_tempobject(*result7);
16933 }
16934 break;
16935 case 4:
16936 {
16937 TFitResultPtr* pobj;
16938 TFitResultPtr xobj = ((TMultiGraph*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
16939 , (Option_t*) G__int(libp->para[2]), (Axis_t) G__double(libp->para[3]));
16940 pobj = new TFitResultPtr(xobj);
16941 result7->obj.i = (long) ((void*) pobj);
16942 result7->ref = result7->obj.i;
16943 G__store_tempobject(*result7);
16944 }
16945 break;
16946 case 3:
16947 {
16948 TFitResultPtr* pobj;
16949 TFitResultPtr xobj = ((TMultiGraph*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
16950 , (Option_t*) G__int(libp->para[2]));
16951 pobj = new TFitResultPtr(xobj);
16952 result7->obj.i = (long) ((void*) pobj);
16953 result7->ref = result7->obj.i;
16954 G__store_tempobject(*result7);
16955 }
16956 break;
16957 case 2:
16958 {
16959 TFitResultPtr* pobj;
16960 TFitResultPtr xobj = ((TMultiGraph*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
16961 pobj = new TFitResultPtr(xobj);
16962 result7->obj.i = (long) ((void*) pobj);
16963 result7->ref = result7->obj.i;
16964 G__store_tempobject(*result7);
16965 }
16966 break;
16967 case 1:
16968 {
16969 TFitResultPtr* pobj;
16970 TFitResultPtr xobj = ((TMultiGraph*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]));
16971 pobj = new TFitResultPtr(xobj);
16972 result7->obj.i = (long) ((void*) pobj);
16973 result7->ref = result7->obj.i;
16974 G__store_tempobject(*result7);
16975 }
16976 break;
16977 }
16978 return(1 || funcname || hash || result7 || libp) ;
16979 }
16980
16981 static int G__G__Hist_107_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16982 {
16983 switch (libp->paran) {
16984 case 5:
16985 {
16986 TFitResultPtr* pobj;
16987 TFitResultPtr xobj = ((TMultiGraph*) G__getstructoffset())->Fit((TF1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
16988 , (Option_t*) G__int(libp->para[2]), (Axis_t) G__double(libp->para[3])
16989 , (Axis_t) G__double(libp->para[4]));
16990 pobj = new TFitResultPtr(xobj);
16991 result7->obj.i = (long) ((void*) pobj);
16992 result7->ref = result7->obj.i;
16993 G__store_tempobject(*result7);
16994 }
16995 break;
16996 case 4:
16997 {
16998 TFitResultPtr* pobj;
16999 TFitResultPtr xobj = ((TMultiGraph*) G__getstructoffset())->Fit((TF1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
17000 , (Option_t*) G__int(libp->para[2]), (Axis_t) G__double(libp->para[3]));
17001 pobj = new TFitResultPtr(xobj);
17002 result7->obj.i = (long) ((void*) pobj);
17003 result7->ref = result7->obj.i;
17004 G__store_tempobject(*result7);
17005 }
17006 break;
17007 case 3:
17008 {
17009 TFitResultPtr* pobj;
17010 TFitResultPtr xobj = ((TMultiGraph*) G__getstructoffset())->Fit((TF1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
17011 , (Option_t*) G__int(libp->para[2]));
17012 pobj = new TFitResultPtr(xobj);
17013 result7->obj.i = (long) ((void*) pobj);
17014 result7->ref = result7->obj.i;
17015 G__store_tempobject(*result7);
17016 }
17017 break;
17018 case 2:
17019 {
17020 TFitResultPtr* pobj;
17021 TFitResultPtr xobj = ((TMultiGraph*) G__getstructoffset())->Fit((TF1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
17022 pobj = new TFitResultPtr(xobj);
17023 result7->obj.i = (long) ((void*) pobj);
17024 result7->ref = result7->obj.i;
17025 G__store_tempobject(*result7);
17026 }
17027 break;
17028 case 1:
17029 {
17030 TFitResultPtr* pobj;
17031 TFitResultPtr xobj = ((TMultiGraph*) G__getstructoffset())->Fit((TF1*) G__int(libp->para[0]));
17032 pobj = new TFitResultPtr(xobj);
17033 result7->obj.i = (long) ((void*) pobj);
17034 result7->ref = result7->obj.i;
17035 G__store_tempobject(*result7);
17036 }
17037 break;
17038 }
17039 return(1 || funcname || hash || result7 || libp) ;
17040 }
17041
17042 static int G__G__Hist_107_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17043 {
17044 ((TMultiGraph*) G__getstructoffset())->FitPanel();
17045 G__setnull(result7);
17046 return(1 || funcname || hash || result7 || libp) ;
17047 }
17048
17049 static int G__G__Hist_107_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17050 {
17051 G__letint(result7, 67, (long) ((const TMultiGraph*) G__getstructoffset())->GetGraphDrawOption((TGraph*) G__int(libp->para[0])));
17052 return(1 || funcname || hash || result7 || libp) ;
17053 }
17054
17055 static int G__G__Hist_107_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17056 {
17057 ((TMultiGraph*) G__getstructoffset())->LeastSquareLinearFit((Int_t) G__int(libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
17058 , *(Double_t*) G__Doubleref(&libp->para[2]), *(Int_t*) G__Intref(&libp->para[3])
17059 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
17060 G__setnull(result7);
17061 return(1 || funcname || hash || result7 || libp) ;
17062 }
17063
17064 static int G__G__Hist_107_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17065 {
17066 ((TMultiGraph*) G__getstructoffset())->LeastSquareFit((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
17067 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
17068 G__setnull(result7);
17069 return(1 || funcname || hash || result7 || libp) ;
17070 }
17071
17072 static int G__G__Hist_107_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17073 {
17074 ((TMultiGraph*) G__getstructoffset())->InitPolynom((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
17075 G__setnull(result7);
17076 return(1 || funcname || hash || result7 || libp) ;
17077 }
17078
17079 static int G__G__Hist_107_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17080 {
17081 ((TMultiGraph*) G__getstructoffset())->InitExpo((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
17082 G__setnull(result7);
17083 return(1 || funcname || hash || result7 || libp) ;
17084 }
17085
17086 static int G__G__Hist_107_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17087 {
17088 ((TMultiGraph*) G__getstructoffset())->InitGaus((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
17089 G__setnull(result7);
17090 return(1 || funcname || hash || result7 || libp) ;
17091 }
17092
17093 static int G__G__Hist_107_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17094 {
17095 G__letint(result7, 105, (long) ((const TMultiGraph*) G__getstructoffset())->IsInside((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
17096 return(1 || funcname || hash || result7 || libp) ;
17097 }
17098
17099 static int G__G__Hist_107_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17100 {
17101 G__letint(result7, 85, (long) ((const TMultiGraph*) G__getstructoffset())->GetHistogram());
17102 return(1 || funcname || hash || result7 || libp) ;
17103 }
17104
17105 static int G__G__Hist_107_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17106 {
17107 G__letint(result7, 85, (long) ((const TMultiGraph*) G__getstructoffset())->GetFunction((const char*) G__int(libp->para[0])));
17108 return(1 || funcname || hash || result7 || libp) ;
17109 }
17110
17111 static int G__G__Hist_107_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17112 {
17113 G__letint(result7, 85, (long) ((const TMultiGraph*) G__getstructoffset())->GetListOfGraphs());
17114 return(1 || funcname || hash || result7 || libp) ;
17115 }
17116
17117 static int G__G__Hist_107_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17118 {
17119 G__letint(result7, 85, (long) ((TMultiGraph*) G__getstructoffset())->GetListOfFunctions());
17120 return(1 || funcname || hash || result7 || libp) ;
17121 }
17122
17123 static int G__G__Hist_107_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17124 {
17125 G__letint(result7, 85, (long) ((const TMultiGraph*) G__getstructoffset())->GetListOfFunctions());
17126 return(1 || funcname || hash || result7 || libp) ;
17127 }
17128
17129 static int G__G__Hist_107_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17130 {
17131 G__letint(result7, 85, (long) ((const TMultiGraph*) G__getstructoffset())->GetXaxis());
17132 return(1 || funcname || hash || result7 || libp) ;
17133 }
17134
17135 static int G__G__Hist_107_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17136 {
17137 G__letint(result7, 85, (long) ((const TMultiGraph*) G__getstructoffset())->GetYaxis());
17138 return(1 || funcname || hash || result7 || libp) ;
17139 }
17140
17141 static int G__G__Hist_107_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17142 {
17143 switch (libp->paran) {
17144 case 1:
17145 ((TMultiGraph*) G__getstructoffset())->SetMaximum((Double_t) G__double(libp->para[0]));
17146 G__setnull(result7);
17147 break;
17148 case 0:
17149 ((TMultiGraph*) G__getstructoffset())->SetMaximum();
17150 G__setnull(result7);
17151 break;
17152 }
17153 return(1 || funcname || hash || result7 || libp) ;
17154 }
17155
17156 static int G__G__Hist_107_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17157 {
17158 switch (libp->paran) {
17159 case 1:
17160 ((TMultiGraph*) G__getstructoffset())->SetMinimum((Double_t) G__double(libp->para[0]));
17161 G__setnull(result7);
17162 break;
17163 case 0:
17164 ((TMultiGraph*) G__getstructoffset())->SetMinimum();
17165 G__setnull(result7);
17166 break;
17167 }
17168 return(1 || funcname || hash || result7 || libp) ;
17169 }
17170
17171 static int G__G__Hist_107_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17172 {
17173 G__letint(result7, 85, (long) TMultiGraph::Class());
17174 return(1 || funcname || hash || result7 || libp) ;
17175 }
17176
17177 static int G__G__Hist_107_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17178 {
17179 G__letint(result7, 67, (long) TMultiGraph::Class_Name());
17180 return(1 || funcname || hash || result7 || libp) ;
17181 }
17182
17183 static int G__G__Hist_107_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17184 {
17185 G__letint(result7, 115, (long) TMultiGraph::Class_Version());
17186 return(1 || funcname || hash || result7 || libp) ;
17187 }
17188
17189 static int G__G__Hist_107_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17190 {
17191 TMultiGraph::Dictionary();
17192 G__setnull(result7);
17193 return(1 || funcname || hash || result7 || libp) ;
17194 }
17195
17196 static int G__G__Hist_107_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17197 {
17198 ((TMultiGraph*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
17199 G__setnull(result7);
17200 return(1 || funcname || hash || result7 || libp) ;
17201 }
17202
17203 static int G__G__Hist_107_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17204 {
17205 G__letint(result7, 67, (long) TMultiGraph::DeclFileName());
17206 return(1 || funcname || hash || result7 || libp) ;
17207 }
17208
17209 static int G__G__Hist_107_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17210 {
17211 G__letint(result7, 105, (long) TMultiGraph::ImplFileLine());
17212 return(1 || funcname || hash || result7 || libp) ;
17213 }
17214
17215 static int G__G__Hist_107_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17216 {
17217 G__letint(result7, 67, (long) TMultiGraph::ImplFileName());
17218 return(1 || funcname || hash || result7 || libp) ;
17219 }
17220
17221 static int G__G__Hist_107_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17222 {
17223 G__letint(result7, 105, (long) TMultiGraph::DeclFileLine());
17224 return(1 || funcname || hash || result7 || libp) ;
17225 }
17226
17227
17228 typedef TMultiGraph G__TTMultiGraph;
17229 static int G__G__Hist_107_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17230 {
17231 char* gvp = (char*) G__getgvp();
17232 long soff = G__getstructoffset();
17233 int n = G__getaryconstruct();
17234
17235
17236
17237
17238
17239 if (!soff) {
17240 return(1);
17241 }
17242 if (n) {
17243 if (gvp == (char*)G__PVOID) {
17244 delete[] (TMultiGraph*) soff;
17245 } else {
17246 G__setgvp((long) G__PVOID);
17247 for (int i = n - 1; i >= 0; --i) {
17248 ((TMultiGraph*) (soff+(sizeof(TMultiGraph)*i)))->~G__TTMultiGraph();
17249 }
17250 G__setgvp((long)gvp);
17251 }
17252 } else {
17253 if (gvp == (char*)G__PVOID) {
17254 delete (TMultiGraph*) soff;
17255 } else {
17256 G__setgvp((long) G__PVOID);
17257 ((TMultiGraph*) (soff))->~G__TTMultiGraph();
17258 G__setgvp((long)gvp);
17259 }
17260 }
17261 G__setnull(result7);
17262 return(1 || funcname || hash || result7 || libp) ;
17263 }
17264
17265
17266
17267 static int G__G__Hist_108_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17268 {
17269 TFitResult* p = NULL;
17270 char* gvp = (char*) G__getgvp();
17271 switch (libp->paran) {
17272 case 1:
17273
17274 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17275 p = new TFitResult((int) G__int(libp->para[0]));
17276 } else {
17277 p = new((void*) gvp) TFitResult((int) G__int(libp->para[0]));
17278 }
17279 break;
17280 case 0:
17281 int n = G__getaryconstruct();
17282 if (n) {
17283 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17284 p = new TFitResult[n];
17285 } else {
17286 p = new((void*) gvp) TFitResult[n];
17287 }
17288 } else {
17289 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17290 p = new TFitResult;
17291 } else {
17292 p = new((void*) gvp) TFitResult;
17293 }
17294 }
17295 break;
17296 }
17297 result7->obj.i = (long) p;
17298 result7->ref = (long) p;
17299 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TFitResult));
17300 return(1 || funcname || hash || result7 || libp) ;
17301 }
17302
17303 static int G__G__Hist_108_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17304 {
17305 TFitResult* p = NULL;
17306 char* gvp = (char*) G__getgvp();
17307
17308 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17309 p = new TFitResult(*(ROOT::Fit::FitResult*) libp->para[0].ref);
17310 } else {
17311 p = new((void*) gvp) TFitResult(*(ROOT::Fit::FitResult*) libp->para[0].ref);
17312 }
17313 result7->obj.i = (long) p;
17314 result7->ref = (long) p;
17315 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TFitResult));
17316 return(1 || funcname || hash || result7 || libp) ;
17317 }
17318
17319 static int G__G__Hist_108_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17320 {
17321 {
17322 const TMatrixDSym* pobj;
17323 const TMatrixDSym xobj = ((const TFitResult*) G__getstructoffset())->GetCovarianceMatrix();
17324 pobj = new TMatrixDSym(xobj);
17325 result7->obj.i = (long) ((void*) pobj);
17326 result7->ref = result7->obj.i;
17327 G__store_tempobject(*result7);
17328 }
17329 return(1 || funcname || hash || result7 || libp) ;
17330 }
17331
17332 static int G__G__Hist_108_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17333 {
17334 {
17335 const TMatrixDSym* pobj;
17336 const TMatrixDSym xobj = ((const TFitResult*) G__getstructoffset())->GetCorrelationMatrix();
17337 pobj = new TMatrixDSym(xobj);
17338 result7->obj.i = (long) ((void*) pobj);
17339 result7->ref = result7->obj.i;
17340 G__store_tempobject(*result7);
17341 }
17342 return(1 || funcname || hash || result7 || libp) ;
17343 }
17344
17345 static int G__G__Hist_108_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17346 {
17347 G__letint(result7, 85, (long) TFitResult::Class());
17348 return(1 || funcname || hash || result7 || libp) ;
17349 }
17350
17351 static int G__G__Hist_108_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17352 {
17353 G__letint(result7, 67, (long) TFitResult::Class_Name());
17354 return(1 || funcname || hash || result7 || libp) ;
17355 }
17356
17357 static int G__G__Hist_108_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17358 {
17359 G__letint(result7, 115, (long) TFitResult::Class_Version());
17360 return(1 || funcname || hash || result7 || libp) ;
17361 }
17362
17363 static int G__G__Hist_108_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17364 {
17365 TFitResult::Dictionary();
17366 G__setnull(result7);
17367 return(1 || funcname || hash || result7 || libp) ;
17368 }
17369
17370 static int G__G__Hist_108_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17371 {
17372 ((TFitResult*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
17373 G__setnull(result7);
17374 return(1 || funcname || hash || result7 || libp) ;
17375 }
17376
17377 static int G__G__Hist_108_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17378 {
17379 G__letint(result7, 67, (long) TFitResult::DeclFileName());
17380 return(1 || funcname || hash || result7 || libp) ;
17381 }
17382
17383 static int G__G__Hist_108_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17384 {
17385 G__letint(result7, 105, (long) TFitResult::ImplFileLine());
17386 return(1 || funcname || hash || result7 || libp) ;
17387 }
17388
17389 static int G__G__Hist_108_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17390 {
17391 G__letint(result7, 67, (long) TFitResult::ImplFileName());
17392 return(1 || funcname || hash || result7 || libp) ;
17393 }
17394
17395 static int G__G__Hist_108_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17396 {
17397 G__letint(result7, 105, (long) TFitResult::DeclFileLine());
17398 return(1 || funcname || hash || result7 || libp) ;
17399 }
17400
17401
17402 static int G__G__Hist_108_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17403
17404 {
17405 TFitResult* p;
17406 void* tmp = (void*) G__int(libp->para[0]);
17407 p = new TFitResult(*(TFitResult*) tmp);
17408 result7->obj.i = (long) p;
17409 result7->ref = (long) p;
17410 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TFitResult));
17411 return(1 || funcname || hash || result7 || libp) ;
17412 }
17413
17414
17415 typedef TFitResult G__TTFitResult;
17416 static int G__G__Hist_108_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17417 {
17418 char* gvp = (char*) G__getgvp();
17419 long soff = G__getstructoffset();
17420 int n = G__getaryconstruct();
17421
17422
17423
17424
17425
17426 if (!soff) {
17427 return(1);
17428 }
17429 if (n) {
17430 if (gvp == (char*)G__PVOID) {
17431 delete[] (TFitResult*) soff;
17432 } else {
17433 G__setgvp((long) G__PVOID);
17434 for (int i = n - 1; i >= 0; --i) {
17435 ((TFitResult*) (soff+(sizeof(TFitResult)*i)))->~G__TTFitResult();
17436 }
17437 G__setgvp((long)gvp);
17438 }
17439 } else {
17440 if (gvp == (char*)G__PVOID) {
17441 delete (TFitResult*) soff;
17442 } else {
17443 G__setgvp((long) G__PVOID);
17444 ((TFitResult*) (soff))->~G__TTFitResult();
17445 G__setgvp((long)gvp);
17446 }
17447 }
17448 G__setnull(result7);
17449 return(1 || funcname || hash || result7 || libp) ;
17450 }
17451
17452
17453 static int G__G__Hist_108_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17454 {
17455 TFitResult* dest = (TFitResult*) G__getstructoffset();
17456 *dest = *(TFitResult*) libp->para[0].ref;
17457 const TFitResult& obj = *dest;
17458 result7->ref = (long) (&obj);
17459 result7->obj.i = (long) (&obj);
17460 return(1 || funcname || hash || result7 || libp) ;
17461 }
17462
17463
17464
17465 static int G__G__Hist_109_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17466 {
17467 TFitResultPtr* p = NULL;
17468 char* gvp = (char*) G__getgvp();
17469 switch (libp->paran) {
17470 case 1:
17471
17472 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17473 p = new TFitResultPtr((int) G__int(libp->para[0]));
17474 } else {
17475 p = new((void*) gvp) TFitResultPtr((int) G__int(libp->para[0]));
17476 }
17477 break;
17478 case 0:
17479 int n = G__getaryconstruct();
17480 if (n) {
17481 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17482 p = new TFitResultPtr[n];
17483 } else {
17484 p = new((void*) gvp) TFitResultPtr[n];
17485 }
17486 } else {
17487 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17488 p = new TFitResultPtr;
17489 } else {
17490 p = new((void*) gvp) TFitResultPtr;
17491 }
17492 }
17493 break;
17494 }
17495 result7->obj.i = (long) p;
17496 result7->ref = (long) p;
17497 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TFitResultPtr));
17498 return(1 || funcname || hash || result7 || libp) ;
17499 }
17500
17501 static int G__G__Hist_109_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17502 {
17503 TFitResultPtr* p = NULL;
17504 char* gvp = (char*) G__getgvp();
17505
17506 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17507 p = new TFitResultPtr((TFitResult*) G__int(libp->para[0]));
17508 } else {
17509 p = new((void*) gvp) TFitResultPtr((TFitResult*) G__int(libp->para[0]));
17510 }
17511 result7->obj.i = (long) p;
17512 result7->ref = (long) p;
17513 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TFitResultPtr));
17514 return(1 || funcname || hash || result7 || libp) ;
17515 }
17516
17517 static int G__G__Hist_109_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17518 {
17519 TFitResultPtr* p = NULL;
17520 char* gvp = (char*) G__getgvp();
17521
17522 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17523 p = new TFitResultPtr(*(TFitResultPtr*) libp->para[0].ref);
17524 } else {
17525 p = new((void*) gvp) TFitResultPtr(*(TFitResultPtr*) libp->para[0].ref);
17526 }
17527 result7->obj.i = (long) p;
17528 result7->ref = (long) p;
17529 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TFitResultPtr));
17530 return(1 || funcname || hash || result7 || libp) ;
17531 }
17532
17533 static int G__G__Hist_109_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17534 {
17535 G__letint(result7, 105, (long) ((const TFitResultPtr*) G__getstructoffset())->operator int());
17536 return(1 || funcname || hash || result7 || libp) ;
17537 }
17538
17539 static int G__G__Hist_109_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17540 {
17541 {
17542 const TFitResult& obj = ((const TFitResultPtr*) G__getstructoffset())->operator*();
17543 result7->ref = (long) (&obj);
17544 result7->obj.i = (long) (&obj);
17545 }
17546 return(1 || funcname || hash || result7 || libp) ;
17547 }
17548
17549 static int G__G__Hist_109_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17550 {
17551 G__letint(result7, 85, (long) ((const TFitResultPtr*) G__getstructoffset())->operator->());
17552 return(1 || funcname || hash || result7 || libp) ;
17553 }
17554
17555 static int G__G__Hist_109_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17556 {
17557 G__letint(result7, 85, (long) ((const TFitResultPtr*) G__getstructoffset())->Get());
17558 return(1 || funcname || hash || result7 || libp) ;
17559 }
17560
17561 static int G__G__Hist_109_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17562 {
17563 {
17564 const TFitResultPtr& obj = ((TFitResultPtr*) G__getstructoffset())->operator=(*(TFitResultPtr*) libp->para[0].ref);
17565 result7->ref = (long) (&obj);
17566 result7->obj.i = (long) (&obj);
17567 }
17568 return(1 || funcname || hash || result7 || libp) ;
17569 }
17570
17571 static int G__G__Hist_109_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17572 {
17573 G__letint(result7, 85, (long) TFitResultPtr::Class());
17574 return(1 || funcname || hash || result7 || libp) ;
17575 }
17576
17577 static int G__G__Hist_109_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17578 {
17579 G__letint(result7, 67, (long) TFitResultPtr::Class_Name());
17580 return(1 || funcname || hash || result7 || libp) ;
17581 }
17582
17583 static int G__G__Hist_109_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17584 {
17585 G__letint(result7, 115, (long) TFitResultPtr::Class_Version());
17586 return(1 || funcname || hash || result7 || libp) ;
17587 }
17588
17589 static int G__G__Hist_109_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17590 {
17591 TFitResultPtr::Dictionary();
17592 G__setnull(result7);
17593 return(1 || funcname || hash || result7 || libp) ;
17594 }
17595
17596 static int G__G__Hist_109_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17597 {
17598 G__letint(result7, 85, (long) ((const TFitResultPtr*) G__getstructoffset())->IsA());
17599 return(1 || funcname || hash || result7 || libp) ;
17600 }
17601
17602 static int G__G__Hist_109_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17603 {
17604 ((TFitResultPtr*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
17605 G__setnull(result7);
17606 return(1 || funcname || hash || result7 || libp) ;
17607 }
17608
17609 static int G__G__Hist_109_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17610 {
17611 ((TFitResultPtr*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
17612 G__setnull(result7);
17613 return(1 || funcname || hash || result7 || libp) ;
17614 }
17615
17616 static int G__G__Hist_109_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17617 {
17618 ((TFitResultPtr*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
17619 G__setnull(result7);
17620 return(1 || funcname || hash || result7 || libp) ;
17621 }
17622
17623 static int G__G__Hist_109_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17624 {
17625 G__letint(result7, 67, (long) TFitResultPtr::DeclFileName());
17626 return(1 || funcname || hash || result7 || libp) ;
17627 }
17628
17629 static int G__G__Hist_109_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17630 {
17631 G__letint(result7, 105, (long) TFitResultPtr::ImplFileLine());
17632 return(1 || funcname || hash || result7 || libp) ;
17633 }
17634
17635 static int G__G__Hist_109_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17636 {
17637 G__letint(result7, 67, (long) TFitResultPtr::ImplFileName());
17638 return(1 || funcname || hash || result7 || libp) ;
17639 }
17640
17641 static int G__G__Hist_109_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17642 {
17643 G__letint(result7, 105, (long) TFitResultPtr::DeclFileLine());
17644 return(1 || funcname || hash || result7 || libp) ;
17645 }
17646
17647
17648 typedef TFitResultPtr G__TTFitResultPtr;
17649 static int G__G__Hist_109_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17650 {
17651 char* gvp = (char*) G__getgvp();
17652 long soff = G__getstructoffset();
17653 int n = G__getaryconstruct();
17654
17655
17656
17657
17658
17659 if (!soff) {
17660 return(1);
17661 }
17662 if (n) {
17663 if (gvp == (char*)G__PVOID) {
17664 delete[] (TFitResultPtr*) soff;
17665 } else {
17666 G__setgvp((long) G__PVOID);
17667 for (int i = n - 1; i >= 0; --i) {
17668 ((TFitResultPtr*) (soff+(sizeof(TFitResultPtr)*i)))->~G__TTFitResultPtr();
17669 }
17670 G__setgvp((long)gvp);
17671 }
17672 } else {
17673 if (gvp == (char*)G__PVOID) {
17674 delete (TFitResultPtr*) soff;
17675 } else {
17676 G__setgvp((long) G__PVOID);
17677 ((TFitResultPtr*) (soff))->~G__TTFitResultPtr();
17678 G__setgvp((long)gvp);
17679 }
17680 }
17681 G__setnull(result7);
17682 return(1 || funcname || hash || result7 || libp) ;
17683 }
17684
17685
17686
17687 static int G__G__Hist_112_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17688 {
17689 {
17690 TFitResultPtr* pobj;
17691 TFitResultPtr xobj = ROOT::Fit::UnBinFit((ROOT::Fit::UnBinData*) G__int(libp->para[0]), (TF1*) G__int(libp->para[1])
17692 , *(Foption_t*) libp->para[2].ref, *(ROOT::Math::MinimizerOptions*) libp->para[3].ref);
17693 pobj = new TFitResultPtr(xobj);
17694 result7->obj.i = (long) ((void*) pobj);
17695 result7->ref = result7->obj.i;
17696 G__store_tempobject(*result7);
17697 }
17698 return(1 || funcname || hash || result7 || libp) ;
17699 }
17700
17701 static int G__G__Hist_112_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17702 {
17703 switch (libp->paran) {
17704 case 3:
17705 ROOT::Fit::FillData(*(ROOT::Fit::BinData*) libp->para[0].ref, (TH1*) G__int(libp->para[1])
17706 , (TF1*) G__int(libp->para[2]));
17707 G__setnull(result7);
17708 break;
17709 case 2:
17710 ROOT::Fit::FillData(*(ROOT::Fit::BinData*) libp->para[0].ref, (TH1*) G__int(libp->para[1]));
17711 G__setnull(result7);
17712 break;
17713 }
17714 return(1 || funcname || hash || result7 || libp) ;
17715 }
17716
17717 static int G__G__Hist_112_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17718 {
17719 switch (libp->paran) {
17720 case 3:
17721 ROOT::Fit::FillData(*(ROOT::Fit::SparseData*) libp->para[0].ref, (TH1*) G__int(libp->para[1])
17722 , (TF1*) G__int(libp->para[2]));
17723 G__setnull(result7);
17724 break;
17725 case 2:
17726 ROOT::Fit::FillData(*(ROOT::Fit::SparseData*) libp->para[0].ref, (TH1*) G__int(libp->para[1]));
17727 G__setnull(result7);
17728 break;
17729 }
17730 return(1 || funcname || hash || result7 || libp) ;
17731 }
17732
17733 static int G__G__Hist_112_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17734 {
17735 switch (libp->paran) {
17736 case 3:
17737 ROOT::Fit::FillData(*(ROOT::Fit::SparseData*) libp->para[0].ref, (THnSparse*) G__int(libp->para[1])
17738 , (TF1*) G__int(libp->para[2]));
17739 G__setnull(result7);
17740 break;
17741 case 2:
17742 ROOT::Fit::FillData(*(ROOT::Fit::SparseData*) libp->para[0].ref, (THnSparse*) G__int(libp->para[1]));
17743 G__setnull(result7);
17744 break;
17745 }
17746 return(1 || funcname || hash || result7 || libp) ;
17747 }
17748
17749 static int G__G__Hist_112_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17750 {
17751 switch (libp->paran) {
17752 case 3:
17753 ROOT::Fit::FillData(*(ROOT::Fit::BinData*) libp->para[0].ref, (THnSparse*) G__int(libp->para[1])
17754 , (TF1*) G__int(libp->para[2]));
17755 G__setnull(result7);
17756 break;
17757 case 2:
17758 ROOT::Fit::FillData(*(ROOT::Fit::BinData*) libp->para[0].ref, (THnSparse*) G__int(libp->para[1]));
17759 G__setnull(result7);
17760 break;
17761 }
17762 return(1 || funcname || hash || result7 || libp) ;
17763 }
17764
17765 static int G__G__Hist_112_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17766 {
17767 switch (libp->paran) {
17768 case 3:
17769 ROOT::Fit::FillData(*(ROOT::Fit::BinData*) libp->para[0].ref, (TGraph2D*) G__int(libp->para[1])
17770 , (TF1*) G__int(libp->para[2]));
17771 G__setnull(result7);
17772 break;
17773 case 2:
17774 ROOT::Fit::FillData(*(ROOT::Fit::BinData*) libp->para[0].ref, (TGraph2D*) G__int(libp->para[1]));
17775 G__setnull(result7);
17776 break;
17777 }
17778 return(1 || funcname || hash || result7 || libp) ;
17779 }
17780
17781 static int G__G__Hist_112_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17782 {
17783 switch (libp->paran) {
17784 case 3:
17785 ROOT::Fit::FillData(*(ROOT::Fit::BinData*) libp->para[0].ref, (TGraph*) G__int(libp->para[1])
17786 , (TF1*) G__int(libp->para[2]));
17787 G__setnull(result7);
17788 break;
17789 case 2:
17790 ROOT::Fit::FillData(*(ROOT::Fit::BinData*) libp->para[0].ref, (TGraph*) G__int(libp->para[1]));
17791 G__setnull(result7);
17792 break;
17793 }
17794 return(1 || funcname || hash || result7 || libp) ;
17795 }
17796
17797 static int G__G__Hist_112_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17798 {
17799 switch (libp->paran) {
17800 case 3:
17801 ROOT::Fit::FillData(*(ROOT::Fit::BinData*) libp->para[0].ref, (TMultiGraph*) G__int(libp->para[1])
17802 , (TF1*) G__int(libp->para[2]));
17803 G__setnull(result7);
17804 break;
17805 case 2:
17806 ROOT::Fit::FillData(*(ROOT::Fit::BinData*) libp->para[0].ref, (TMultiGraph*) G__int(libp->para[1]));
17807 G__setnull(result7);
17808 break;
17809 }
17810 return(1 || funcname || hash || result7 || libp) ;
17811 }
17812
17813 static int G__G__Hist_112_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17814 {
17815 ROOT::Fit::InitExpo(*(ROOT::Fit::BinData*) libp->para[0].ref, (TF1*) G__int(libp->para[1]));
17816 G__setnull(result7);
17817 return(1 || funcname || hash || result7 || libp) ;
17818 }
17819
17820 static int G__G__Hist_112_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17821 {
17822 ROOT::Fit::InitGaus(*(ROOT::Fit::BinData*) libp->para[0].ref, (TF1*) G__int(libp->para[1]));
17823 G__setnull(result7);
17824 return(1 || funcname || hash || result7 || libp) ;
17825 }
17826
17827 static int G__G__Hist_112_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17828 {
17829 ROOT::Fit::Init2DGaus(*(ROOT::Fit::BinData*) libp->para[0].ref, (TF1*) G__int(libp->para[1]));
17830 G__setnull(result7);
17831 return(1 || funcname || hash || result7 || libp) ;
17832 }
17833
17834 static int G__G__Hist_112_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17835 {
17836 switch (libp->paran) {
17837 case 4:
17838 G__letint(result7, 103, (long) ROOT::Fit::GetConfidenceIntervals((TH1*) G__int(libp->para[0]), *(ROOT::Fit::FitResult*) libp->para[1].ref
17839 , (TGraphErrors*) G__int(libp->para[2]), (double) G__double(libp->para[3])));
17840 break;
17841 case 3:
17842 G__letint(result7, 103, (long) ROOT::Fit::GetConfidenceIntervals((TH1*) G__int(libp->para[0]), *(ROOT::Fit::FitResult*) libp->para[1].ref
17843 , (TGraphErrors*) G__int(libp->para[2])));
17844 break;
17845 }
17846 return(1 || funcname || hash || result7 || libp) ;
17847 }
17848
17849
17850
17851 static int G__G__Hist_113_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17852 {
17853 ((const ROOT::Fit::FitResult*) G__getstructoffset())->GetCovarianceMatrix<TMatrixDSym>(*(TMatrixTSym<double>*) libp->para[0].ref);
17854 G__setnull(result7);
17855 return(1 || funcname || hash || result7 || libp) ;
17856 }
17857
17858 static int G__G__Hist_113_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17859 {
17860 ((const ROOT::Fit::FitResult*) G__getstructoffset())->GetCorrelationMatrix<TMatrixDSym>(*(TMatrixTSym<double>*) libp->para[0].ref);
17861 G__setnull(result7);
17862 return(1 || funcname || hash || result7 || libp) ;
17863 }
17864
17865
17866
17867 static int G__G__Hist_133_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17868 {
17869 TAxis* p = NULL;
17870 char* gvp = (char*) G__getgvp();
17871 int n = G__getaryconstruct();
17872 if (n) {
17873 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17874 p = new TAxis[n];
17875 } else {
17876 p = new((void*) gvp) TAxis[n];
17877 }
17878 } else {
17879 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17880 p = new TAxis;
17881 } else {
17882 p = new((void*) gvp) TAxis;
17883 }
17884 }
17885 result7->obj.i = (long) p;
17886 result7->ref = (long) p;
17887 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TAxis));
17888 return(1 || funcname || hash || result7 || libp) ;
17889 }
17890
17891 static int G__G__Hist_133_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17892 {
17893 TAxis* p = NULL;
17894 char* gvp = (char*) G__getgvp();
17895
17896 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17897 p = new TAxis(
17898 (Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
17899 , (Double_t) G__double(libp->para[2]));
17900 } else {
17901 p = new((void*) gvp) TAxis(
17902 (Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
17903 , (Double_t) G__double(libp->para[2]));
17904 }
17905 result7->obj.i = (long) p;
17906 result7->ref = (long) p;
17907 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TAxis));
17908 return(1 || funcname || hash || result7 || libp) ;
17909 }
17910
17911 static int G__G__Hist_133_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17912 {
17913 TAxis* p = NULL;
17914 char* gvp = (char*) G__getgvp();
17915
17916 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17917 p = new TAxis((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
17918 } else {
17919 p = new((void*) gvp) TAxis((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
17920 }
17921 result7->obj.i = (long) p;
17922 result7->ref = (long) p;
17923 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TAxis));
17924 return(1 || funcname || hash || result7 || libp) ;
17925 }
17926
17927 static int G__G__Hist_133_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17928 {
17929 TAxis* p = NULL;
17930 char* gvp = (char*) G__getgvp();
17931
17932 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17933 p = new TAxis(*(TAxis*) libp->para[0].ref);
17934 } else {
17935 p = new((void*) gvp) TAxis(*(TAxis*) libp->para[0].ref);
17936 }
17937 result7->obj.i = (long) p;
17938 result7->ref = (long) p;
17939 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TAxis));
17940 return(1 || funcname || hash || result7 || libp) ;
17941 }
17942
17943 static int G__G__Hist_133_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17944 {
17945 switch (libp->paran) {
17946 case 1:
17947 ((TAxis*) G__getstructoffset())->CenterLabels((Bool_t) G__int(libp->para[0]));
17948 G__setnull(result7);
17949 break;
17950 case 0:
17951 ((TAxis*) G__getstructoffset())->CenterLabels();
17952 G__setnull(result7);
17953 break;
17954 }
17955 return(1 || funcname || hash || result7 || libp) ;
17956 }
17957
17958 static int G__G__Hist_133_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17959 {
17960 switch (libp->paran) {
17961 case 1:
17962 ((TAxis*) G__getstructoffset())->CenterTitle((Bool_t) G__int(libp->para[0]));
17963 G__setnull(result7);
17964 break;
17965 case 0:
17966 ((TAxis*) G__getstructoffset())->CenterTitle();
17967 G__setnull(result7);
17968 break;
17969 }
17970 return(1 || funcname || hash || result7 || libp) ;
17971 }
17972
17973 static int G__G__Hist_133_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17974 {
17975 switch (libp->paran) {
17976 case 1:
17977 G__letint(result7, 67, (long) ((TAxis*) G__getstructoffset())->ChooseTimeFormat((Double_t) G__double(libp->para[0])));
17978 break;
17979 case 0:
17980 G__letint(result7, 67, (long) ((TAxis*) G__getstructoffset())->ChooseTimeFormat());
17981 break;
17982 }
17983 return(1 || funcname || hash || result7 || libp) ;
17984 }
17985
17986 static int G__G__Hist_133_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17987 {
17988 G__letint(result7, 105, (long) ((TAxis*) G__getstructoffset())->FindBin((Double_t) G__double(libp->para[0])));
17989 return(1 || funcname || hash || result7 || libp) ;
17990 }
17991
17992 static int G__G__Hist_133_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17993 {
17994 G__letint(result7, 105, (long) ((TAxis*) G__getstructoffset())->FindBin((const char*) G__int(libp->para[0])));
17995 return(1 || funcname || hash || result7 || libp) ;
17996 }
17997
17998 static int G__G__Hist_133_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17999 {
18000 G__letint(result7, 105, (long) ((const TAxis*) G__getstructoffset())->FindFixBin((Double_t) G__double(libp->para[0])));
18001 return(1 || funcname || hash || result7 || libp) ;
18002 }
18003
18004 static int G__G__Hist_133_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18005 {
18006 G__letdouble(result7, 100, (double) ((const TAxis*) G__getstructoffset())->GetBinCenter((Int_t) G__int(libp->para[0])));
18007 return(1 || funcname || hash || result7 || libp) ;
18008 }
18009
18010 static int G__G__Hist_133_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18011 {
18012 G__letdouble(result7, 100, (double) ((const TAxis*) G__getstructoffset())->GetBinCenterLog((Int_t) G__int(libp->para[0])));
18013 return(1 || funcname || hash || result7 || libp) ;
18014 }
18015
18016 static int G__G__Hist_133_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18017 {
18018 G__letint(result7, 67, (long) ((const TAxis*) G__getstructoffset())->GetBinLabel((Int_t) G__int(libp->para[0])));
18019 return(1 || funcname || hash || result7 || libp) ;
18020 }
18021
18022 static int G__G__Hist_133_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18023 {
18024 G__letdouble(result7, 100, (double) ((const TAxis*) G__getstructoffset())->GetBinLowEdge((Int_t) G__int(libp->para[0])));
18025 return(1 || funcname || hash || result7 || libp) ;
18026 }
18027
18028 static int G__G__Hist_133_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18029 {
18030 G__letdouble(result7, 100, (double) ((const TAxis*) G__getstructoffset())->GetBinUpEdge((Int_t) G__int(libp->para[0])));
18031 return(1 || funcname || hash || result7 || libp) ;
18032 }
18033
18034 static int G__G__Hist_133_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18035 {
18036 G__letdouble(result7, 100, (double) ((const TAxis*) G__getstructoffset())->GetBinWidth((Int_t) G__int(libp->para[0])));
18037 return(1 || funcname || hash || result7 || libp) ;
18038 }
18039
18040 static int G__G__Hist_133_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18041 {
18042 ((const TAxis*) G__getstructoffset())->GetCenter((Double_t*) G__int(libp->para[0]));
18043 G__setnull(result7);
18044 return(1 || funcname || hash || result7 || libp) ;
18045 }
18046
18047 static int G__G__Hist_133_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18048 {
18049 G__letint(result7, 103, (long) ((const TAxis*) G__getstructoffset())->GetCenterLabels());
18050 return(1 || funcname || hash || result7 || libp) ;
18051 }
18052
18053 static int G__G__Hist_133_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18054 {
18055 G__letint(result7, 103, (long) ((const TAxis*) G__getstructoffset())->GetCenterTitle());
18056 return(1 || funcname || hash || result7 || libp) ;
18057 }
18058
18059 static int G__G__Hist_133_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18060 {
18061 G__letint(result7, 85, (long) ((TAxis*) G__getstructoffset())->GetLabels());
18062 return(1 || funcname || hash || result7 || libp) ;
18063 }
18064
18065 static int G__G__Hist_133_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18066 {
18067 ((const TAxis*) G__getstructoffset())->GetLowEdge((Double_t*) G__int(libp->para[0]));
18068 G__setnull(result7);
18069 return(1 || funcname || hash || result7 || libp) ;
18070 }
18071
18072 static int G__G__Hist_133_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18073 {
18074 G__letint(result7, 103, (long) ((const TAxis*) G__getstructoffset())->GetMoreLogLabels());
18075 return(1 || funcname || hash || result7 || libp) ;
18076 }
18077
18078 static int G__G__Hist_133_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18079 {
18080 G__letint(result7, 105, (long) ((const TAxis*) G__getstructoffset())->GetNbins());
18081 return(1 || funcname || hash || result7 || libp) ;
18082 }
18083
18084 static int G__G__Hist_133_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18085 {
18086 G__letint(result7, 103, (long) ((const TAxis*) G__getstructoffset())->GetNoExponent());
18087 return(1 || funcname || hash || result7 || libp) ;
18088 }
18089
18090 static int G__G__Hist_133_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18091 {
18092 G__letint(result7, 103, (long) ((const TAxis*) G__getstructoffset())->GetDecimals());
18093 return(1 || funcname || hash || result7 || libp) ;
18094 }
18095
18096 static int G__G__Hist_133_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18097 {
18098 G__letint(result7, 85, (long) ((const TAxis*) G__getstructoffset())->GetParent());
18099 return(1 || funcname || hash || result7 || libp) ;
18100 }
18101
18102 static int G__G__Hist_133_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18103 {
18104 G__letint(result7, 103, (long) ((const TAxis*) G__getstructoffset())->GetRotateTitle());
18105 return(1 || funcname || hash || result7 || libp) ;
18106 }
18107
18108 static int G__G__Hist_133_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18109 {
18110 G__letint(result7, 67, (long) ((const TAxis*) G__getstructoffset())->GetTicks());
18111 return(1 || funcname || hash || result7 || libp) ;
18112 }
18113
18114 static int G__G__Hist_133_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18115 {
18116 G__letint(result7, 103, (long) ((const TAxis*) G__getstructoffset())->GetTimeDisplay());
18117 return(1 || funcname || hash || result7 || libp) ;
18118 }
18119
18120 static int G__G__Hist_133_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18121 {
18122 G__letint(result7, 67, (long) ((const TAxis*) G__getstructoffset())->GetTimeFormat());
18123 return(1 || funcname || hash || result7 || libp) ;
18124 }
18125
18126 static int G__G__Hist_133_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18127 {
18128 G__letint(result7, 67, (long) ((const TAxis*) G__getstructoffset())->GetTimeFormatOnly());
18129 return(1 || funcname || hash || result7 || libp) ;
18130 }
18131
18132 static int G__G__Hist_133_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18133 {
18134 G__letint(result7, 85, (long) ((const TAxis*) G__getstructoffset())->GetXbins());
18135 return(1 || funcname || hash || result7 || libp) ;
18136 }
18137
18138 static int G__G__Hist_133_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18139 {
18140 G__letint(result7, 105, (long) ((const TAxis*) G__getstructoffset())->GetFirst());
18141 return(1 || funcname || hash || result7 || libp) ;
18142 }
18143
18144 static int G__G__Hist_133_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18145 {
18146 G__letint(result7, 105, (long) ((const TAxis*) G__getstructoffset())->GetLast());
18147 return(1 || funcname || hash || result7 || libp) ;
18148 }
18149
18150 static int G__G__Hist_133_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18151 {
18152 G__letdouble(result7, 100, (double) ((const TAxis*) G__getstructoffset())->GetXmin());
18153 return(1 || funcname || hash || result7 || libp) ;
18154 }
18155
18156 static int G__G__Hist_133_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18157 {
18158 G__letdouble(result7, 100, (double) ((const TAxis*) G__getstructoffset())->GetXmax());
18159 return(1 || funcname || hash || result7 || libp) ;
18160 }
18161
18162 static int G__G__Hist_133_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18163 {
18164 ((TAxis*) G__getstructoffset())->ImportAttributes((TAxis*) G__int(libp->para[0]));
18165 G__setnull(result7);
18166 return(1 || funcname || hash || result7 || libp) ;
18167 }
18168
18169 static int G__G__Hist_133_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18170 {
18171 G__letint(result7, 103, (long) ((const TAxis*) G__getstructoffset())->IsVariableBinSize());
18172 return(1 || funcname || hash || result7 || libp) ;
18173 }
18174
18175 static int G__G__Hist_133_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18176 {
18177 switch (libp->paran) {
18178 case 1:
18179 ((TAxis*) G__getstructoffset())->LabelsOption((Option_t*) G__int(libp->para[0]));
18180 G__setnull(result7);
18181 break;
18182 case 0:
18183 ((TAxis*) G__getstructoffset())->LabelsOption();
18184 G__setnull(result7);
18185 break;
18186 }
18187 return(1 || funcname || hash || result7 || libp) ;
18188 }
18189
18190 static int G__G__Hist_133_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18191 {
18192 switch (libp->paran) {
18193 case 1:
18194 ((TAxis*) G__getstructoffset())->RotateTitle((Bool_t) G__int(libp->para[0]));
18195 G__setnull(result7);
18196 break;
18197 case 0:
18198 ((TAxis*) G__getstructoffset())->RotateTitle();
18199 G__setnull(result7);
18200 break;
18201 }
18202 return(1 || funcname || hash || result7 || libp) ;
18203 }
18204
18205 static int G__G__Hist_133_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18206 {
18207 ((TAxis*) G__getstructoffset())->Set((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
18208 , (Double_t) G__double(libp->para[2]));
18209 G__setnull(result7);
18210 return(1 || funcname || hash || result7 || libp) ;
18211 }
18212
18213 static int G__G__Hist_133_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18214 {
18215 ((TAxis*) G__getstructoffset())->Set((Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1]));
18216 G__setnull(result7);
18217 return(1 || funcname || hash || result7 || libp) ;
18218 }
18219
18220 static int G__G__Hist_133_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18221 {
18222 ((TAxis*) G__getstructoffset())->Set((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
18223 G__setnull(result7);
18224 return(1 || funcname || hash || result7 || libp) ;
18225 }
18226
18227 static int G__G__Hist_133_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18228 {
18229 ((TAxis*) G__getstructoffset())->SetBinLabel((Int_t) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
18230 G__setnull(result7);
18231 return(1 || funcname || hash || result7 || libp) ;
18232 }
18233
18234 static int G__G__Hist_133_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18235 {
18236 ((TAxis*) G__getstructoffset())->SetDefaults();
18237 G__setnull(result7);
18238 return(1 || funcname || hash || result7 || libp) ;
18239 }
18240
18241 static int G__G__Hist_133_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18242 {
18243 ((TAxis*) G__getstructoffset())->SetLimits((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
18244 G__setnull(result7);
18245 return(1 || funcname || hash || result7 || libp) ;
18246 }
18247
18248 static int G__G__Hist_133_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18249 {
18250 switch (libp->paran) {
18251 case 1:
18252 ((TAxis*) G__getstructoffset())->SetMoreLogLabels((Bool_t) G__int(libp->para[0]));
18253 G__setnull(result7);
18254 break;
18255 case 0:
18256 ((TAxis*) G__getstructoffset())->SetMoreLogLabels();
18257 G__setnull(result7);
18258 break;
18259 }
18260 return(1 || funcname || hash || result7 || libp) ;
18261 }
18262
18263 static int G__G__Hist_133_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18264 {
18265 switch (libp->paran) {
18266 case 1:
18267 ((TAxis*) G__getstructoffset())->SetNoExponent((Bool_t) G__int(libp->para[0]));
18268 G__setnull(result7);
18269 break;
18270 case 0:
18271 ((TAxis*) G__getstructoffset())->SetNoExponent();
18272 G__setnull(result7);
18273 break;
18274 }
18275 return(1 || funcname || hash || result7 || libp) ;
18276 }
18277
18278 static int G__G__Hist_133_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18279 {
18280 switch (libp->paran) {
18281 case 1:
18282 ((TAxis*) G__getstructoffset())->SetDecimals((Bool_t) G__int(libp->para[0]));
18283 G__setnull(result7);
18284 break;
18285 case 0:
18286 ((TAxis*) G__getstructoffset())->SetDecimals();
18287 G__setnull(result7);
18288 break;
18289 }
18290 return(1 || funcname || hash || result7 || libp) ;
18291 }
18292
18293 static int G__G__Hist_133_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18294 {
18295 ((TAxis*) G__getstructoffset())->SetParent((TObject*) G__int(libp->para[0]));
18296 G__setnull(result7);
18297 return(1 || funcname || hash || result7 || libp) ;
18298 }
18299
18300 static int G__G__Hist_133_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18301 {
18302 switch (libp->paran) {
18303 case 2:
18304 ((TAxis*) G__getstructoffset())->SetRange((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
18305 G__setnull(result7);
18306 break;
18307 case 1:
18308 ((TAxis*) G__getstructoffset())->SetRange((Int_t) G__int(libp->para[0]));
18309 G__setnull(result7);
18310 break;
18311 case 0:
18312 ((TAxis*) G__getstructoffset())->SetRange();
18313 G__setnull(result7);
18314 break;
18315 }
18316 return(1 || funcname || hash || result7 || libp) ;
18317 }
18318
18319 static int G__G__Hist_133_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18320 {
18321 ((TAxis*) G__getstructoffset())->SetRangeUser((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
18322 G__setnull(result7);
18323 return(1 || funcname || hash || result7 || libp) ;
18324 }
18325
18326 static int G__G__Hist_133_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18327 {
18328 switch (libp->paran) {
18329 case 1:
18330 ((TAxis*) G__getstructoffset())->SetTicks((Option_t*) G__int(libp->para[0]));
18331 G__setnull(result7);
18332 break;
18333 case 0:
18334 ((TAxis*) G__getstructoffset())->SetTicks();
18335 G__setnull(result7);
18336 break;
18337 }
18338 return(1 || funcname || hash || result7 || libp) ;
18339 }
18340
18341 static int G__G__Hist_133_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18342 {
18343 ((TAxis*) G__getstructoffset())->SetTimeDisplay((Int_t) G__int(libp->para[0]));
18344 G__setnull(result7);
18345 return(1 || funcname || hash || result7 || libp) ;
18346 }
18347
18348 static int G__G__Hist_133_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18349 {
18350 switch (libp->paran) {
18351 case 1:
18352 ((TAxis*) G__getstructoffset())->SetTimeFormat((const char*) G__int(libp->para[0]));
18353 G__setnull(result7);
18354 break;
18355 case 0:
18356 ((TAxis*) G__getstructoffset())->SetTimeFormat();
18357 G__setnull(result7);
18358 break;
18359 }
18360 return(1 || funcname || hash || result7 || libp) ;
18361 }
18362
18363 static int G__G__Hist_133_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18364 {
18365 switch (libp->paran) {
18366 case 2:
18367 ((TAxis*) G__getstructoffset())->SetTimeOffset((Double_t) G__double(libp->para[0]), (Option_t*) G__int(libp->para[1]));
18368 G__setnull(result7);
18369 break;
18370 case 1:
18371 ((TAxis*) G__getstructoffset())->SetTimeOffset((Double_t) G__double(libp->para[0]));
18372 G__setnull(result7);
18373 break;
18374 }
18375 return(1 || funcname || hash || result7 || libp) ;
18376 }
18377
18378 static int G__G__Hist_133_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18379 {
18380 ((TAxis*) G__getstructoffset())->UnZoom();
18381 G__setnull(result7);
18382 return(1 || funcname || hash || result7 || libp) ;
18383 }
18384
18385 static int G__G__Hist_133_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18386 {
18387 switch (libp->paran) {
18388 case 2:
18389 ((TAxis*) G__getstructoffset())->ZoomOut((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
18390 G__setnull(result7);
18391 break;
18392 case 1:
18393 ((TAxis*) G__getstructoffset())->ZoomOut((Double_t) G__double(libp->para[0]));
18394 G__setnull(result7);
18395 break;
18396 case 0:
18397 ((TAxis*) G__getstructoffset())->ZoomOut();
18398 G__setnull(result7);
18399 break;
18400 }
18401 return(1 || funcname || hash || result7 || libp) ;
18402 }
18403
18404 static int G__G__Hist_133_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18405 {
18406 G__letint(result7, 85, (long) TAxis::Class());
18407 return(1 || funcname || hash || result7 || libp) ;
18408 }
18409
18410 static int G__G__Hist_133_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18411 {
18412 G__letint(result7, 67, (long) TAxis::Class_Name());
18413 return(1 || funcname || hash || result7 || libp) ;
18414 }
18415
18416 static int G__G__Hist_133_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18417 {
18418 G__letint(result7, 115, (long) TAxis::Class_Version());
18419 return(1 || funcname || hash || result7 || libp) ;
18420 }
18421
18422 static int G__G__Hist_133_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18423 {
18424 TAxis::Dictionary();
18425 G__setnull(result7);
18426 return(1 || funcname || hash || result7 || libp) ;
18427 }
18428
18429 static int G__G__Hist_133_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18430 {
18431 ((TAxis*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
18432 G__setnull(result7);
18433 return(1 || funcname || hash || result7 || libp) ;
18434 }
18435
18436 static int G__G__Hist_133_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18437 {
18438 G__letint(result7, 67, (long) TAxis::DeclFileName());
18439 return(1 || funcname || hash || result7 || libp) ;
18440 }
18441
18442 static int G__G__Hist_133_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18443 {
18444 G__letint(result7, 105, (long) TAxis::ImplFileLine());
18445 return(1 || funcname || hash || result7 || libp) ;
18446 }
18447
18448 static int G__G__Hist_133_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18449 {
18450 G__letint(result7, 67, (long) TAxis::ImplFileName());
18451 return(1 || funcname || hash || result7 || libp) ;
18452 }
18453
18454 static int G__G__Hist_133_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18455 {
18456 G__letint(result7, 105, (long) TAxis::DeclFileLine());
18457 return(1 || funcname || hash || result7 || libp) ;
18458 }
18459
18460
18461 typedef TAxis G__TTAxis;
18462 static int G__G__Hist_133_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18463 {
18464 char* gvp = (char*) G__getgvp();
18465 long soff = G__getstructoffset();
18466 int n = G__getaryconstruct();
18467
18468
18469
18470
18471
18472 if (!soff) {
18473 return(1);
18474 }
18475 if (n) {
18476 if (gvp == (char*)G__PVOID) {
18477 delete[] (TAxis*) soff;
18478 } else {
18479 G__setgvp((long) G__PVOID);
18480 for (int i = n - 1; i >= 0; --i) {
18481 ((TAxis*) (soff+(sizeof(TAxis)*i)))->~G__TTAxis();
18482 }
18483 G__setgvp((long)gvp);
18484 }
18485 } else {
18486 if (gvp == (char*)G__PVOID) {
18487 delete (TAxis*) soff;
18488 } else {
18489 G__setgvp((long) G__PVOID);
18490 ((TAxis*) (soff))->~G__TTAxis();
18491 G__setgvp((long)gvp);
18492 }
18493 }
18494 G__setnull(result7);
18495 return(1 || funcname || hash || result7 || libp) ;
18496 }
18497
18498
18499
18500 static int G__G__Hist_201_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18501 {
18502 TBackCompFitter* p = NULL;
18503 char* gvp = (char*) G__getgvp();
18504 int n = G__getaryconstruct();
18505 if (n) {
18506 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18507 p = new TBackCompFitter[n];
18508 } else {
18509 p = new((void*) gvp) TBackCompFitter[n];
18510 }
18511 } else {
18512 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18513 p = new TBackCompFitter;
18514 } else {
18515 p = new((void*) gvp) TBackCompFitter;
18516 }
18517 }
18518 result7->obj.i = (long) p;
18519 result7->ref = (long) p;
18520 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TBackCompFitter));
18521 return(1 || funcname || hash || result7 || libp) ;
18522 }
18523
18524 static int G__G__Hist_201_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18525 {
18526 TBackCompFitter* p = NULL;
18527 char* gvp = (char*) G__getgvp();
18528
18529 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18530 p = new TBackCompFitter(*((auto_ptr<ROOT::Fit::Fitter>*) G__int(libp->para[0])), *((auto_ptr<ROOT::Fit::FitData>*) G__int(libp->para[1])));
18531 } else {
18532 p = new((void*) gvp) TBackCompFitter(*((auto_ptr<ROOT::Fit::Fitter>*) G__int(libp->para[0])), *((auto_ptr<ROOT::Fit::FitData>*) G__int(libp->para[1])));
18533 }
18534 result7->obj.i = (long) p;
18535 result7->ref = (long) p;
18536 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TBackCompFitter));
18537 return(1 || funcname || hash || result7 || libp) ;
18538 }
18539
18540 static int G__G__Hist_201_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18541 {
18542 ((TBackCompFitter*) G__getstructoffset())->SetMethodCall((TMethodCall*) G__int(libp->para[0]));
18543 G__setnull(result7);
18544 return(1 || funcname || hash || result7 || libp) ;
18545 }
18546
18547 static int G__G__Hist_201_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18548 {
18549 {
18550 const ROOT::Fit::FitConfig& obj = ((TBackCompFitter*) G__getstructoffset())->GetFitConfig();
18551 result7->ref = (long) (&obj);
18552 result7->obj.i = (long) (&obj);
18553 }
18554 return(1 || funcname || hash || result7 || libp) ;
18555 }
18556
18557 static int G__G__Hist_201_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18558 {
18559 {
18560 const ROOT::Fit::FitResult& obj = ((const TBackCompFitter*) G__getstructoffset())->GetFitResult();
18561 result7->ref = (long) (&obj);
18562 result7->obj.i = (long) (&obj);
18563 }
18564 return(1 || funcname || hash || result7 || libp) ;
18565 }
18566
18567 static int G__G__Hist_201_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18568 {
18569 G__letint(result7, 85, (long) ((const TBackCompFitter*) G__getstructoffset())->GetTFitResult());
18570 return(1 || funcname || hash || result7 || libp) ;
18571 }
18572
18573 static int G__G__Hist_201_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18574 {
18575 {
18576 const ROOT::Fit::FitData& obj = ((const TBackCompFitter*) G__getstructoffset())->GetFitData();
18577 result7->ref = (long) (&obj);
18578 result7->obj.i = (long) (&obj);
18579 }
18580 return(1 || funcname || hash || result7 || libp) ;
18581 }
18582
18583 static int G__G__Hist_201_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18584 {
18585 G__letint(result7, 85, (long) ((const TBackCompFitter*) G__getstructoffset())->GetMinimizer());
18586 return(1 || funcname || hash || result7 || libp) ;
18587 }
18588
18589 static int G__G__Hist_201_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18590 {
18591 G__letint(result7, 85, (long) ((const TBackCompFitter*) G__getstructoffset())->GetObjFunction());
18592 return(1 || funcname || hash || result7 || libp) ;
18593 }
18594
18595 static int G__G__Hist_201_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18596 {
18597 switch (libp->paran) {
18598 case 4:
18599 G__letint(result7, 103, (long) ((TBackCompFitter*) G__getstructoffset())->Scan((unsigned int) G__int(libp->para[0]), (TGraph*) G__int(libp->para[1])
18600 , (double) G__double(libp->para[2]), (double) G__double(libp->para[3])));
18601 break;
18602 case 3:
18603 G__letint(result7, 103, (long) ((TBackCompFitter*) G__getstructoffset())->Scan((unsigned int) G__int(libp->para[0]), (TGraph*) G__int(libp->para[1])
18604 , (double) G__double(libp->para[2])));
18605 break;
18606 case 2:
18607 G__letint(result7, 103, (long) ((TBackCompFitter*) G__getstructoffset())->Scan((unsigned int) G__int(libp->para[0]), (TGraph*) G__int(libp->para[1])));
18608 break;
18609 }
18610 return(1 || funcname || hash || result7 || libp) ;
18611 }
18612
18613 static int G__G__Hist_201_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18614 {
18615 switch (libp->paran) {
18616 case 4:
18617 G__letint(result7, 103, (long) ((TBackCompFitter*) G__getstructoffset())->Contour((unsigned int) G__int(libp->para[0]), (unsigned int) G__int(libp->para[1])
18618 , (TGraph*) G__int(libp->para[2]), (double) G__double(libp->para[3])));
18619 break;
18620 case 3:
18621 G__letint(result7, 103, (long) ((TBackCompFitter*) G__getstructoffset())->Contour((unsigned int) G__int(libp->para[0]), (unsigned int) G__int(libp->para[1])
18622 , (TGraph*) G__int(libp->para[2])));
18623 break;
18624 }
18625 return(1 || funcname || hash || result7 || libp) ;
18626 }
18627
18628 static int G__G__Hist_201_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18629 {
18630 ((TBackCompFitter*) G__getstructoffset())->SetObjFunction((ROOT::Math::IMultiGenFunction*) G__int(libp->para[0]));
18631 G__setnull(result7);
18632 return(1 || funcname || hash || result7 || libp) ;
18633 }
18634
18635 static int G__G__Hist_201_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18636 {
18637 ((TBackCompFitter*) G__getstructoffset())->ReCreateMinimizer();
18638 G__setnull(result7);
18639 return(1 || funcname || hash || result7 || libp) ;
18640 }
18641
18642 static int G__G__Hist_201_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18643 {
18644 G__letint(result7, 85, (long) TBackCompFitter::Class());
18645 return(1 || funcname || hash || result7 || libp) ;
18646 }
18647
18648 static int G__G__Hist_201_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18649 {
18650 G__letint(result7, 67, (long) TBackCompFitter::Class_Name());
18651 return(1 || funcname || hash || result7 || libp) ;
18652 }
18653
18654 static int G__G__Hist_201_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18655 {
18656 G__letint(result7, 115, (long) TBackCompFitter::Class_Version());
18657 return(1 || funcname || hash || result7 || libp) ;
18658 }
18659
18660 static int G__G__Hist_201_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18661 {
18662 TBackCompFitter::Dictionary();
18663 G__setnull(result7);
18664 return(1 || funcname || hash || result7 || libp) ;
18665 }
18666
18667 static int G__G__Hist_201_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18668 {
18669 ((TBackCompFitter*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
18670 G__setnull(result7);
18671 return(1 || funcname || hash || result7 || libp) ;
18672 }
18673
18674 static int G__G__Hist_201_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18675 {
18676 G__letint(result7, 67, (long) TBackCompFitter::DeclFileName());
18677 return(1 || funcname || hash || result7 || libp) ;
18678 }
18679
18680 static int G__G__Hist_201_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18681 {
18682 G__letint(result7, 105, (long) TBackCompFitter::ImplFileLine());
18683 return(1 || funcname || hash || result7 || libp) ;
18684 }
18685
18686 static int G__G__Hist_201_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18687 {
18688 G__letint(result7, 67, (long) TBackCompFitter::ImplFileName());
18689 return(1 || funcname || hash || result7 || libp) ;
18690 }
18691
18692 static int G__G__Hist_201_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18693 {
18694 G__letint(result7, 105, (long) TBackCompFitter::DeclFileLine());
18695 return(1 || funcname || hash || result7 || libp) ;
18696 }
18697
18698
18699 static int G__G__Hist_201_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18700
18701 {
18702 TBackCompFitter* p;
18703 void* tmp = (void*) G__int(libp->para[0]);
18704 p = new TBackCompFitter(*(TBackCompFitter*) tmp);
18705 result7->obj.i = (long) p;
18706 result7->ref = (long) p;
18707 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TBackCompFitter));
18708 return(1 || funcname || hash || result7 || libp) ;
18709 }
18710
18711
18712 typedef TBackCompFitter G__TTBackCompFitter;
18713 static int G__G__Hist_201_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18714 {
18715 char* gvp = (char*) G__getgvp();
18716 long soff = G__getstructoffset();
18717 int n = G__getaryconstruct();
18718
18719
18720
18721
18722
18723 if (!soff) {
18724 return(1);
18725 }
18726 if (n) {
18727 if (gvp == (char*)G__PVOID) {
18728 delete[] (TBackCompFitter*) soff;
18729 } else {
18730 G__setgvp((long) G__PVOID);
18731 for (int i = n - 1; i >= 0; --i) {
18732 ((TBackCompFitter*) (soff+(sizeof(TBackCompFitter)*i)))->~G__TTBackCompFitter();
18733 }
18734 G__setgvp((long)gvp);
18735 }
18736 } else {
18737 if (gvp == (char*)G__PVOID) {
18738 delete (TBackCompFitter*) soff;
18739 } else {
18740 G__setgvp((long) G__PVOID);
18741 ((TBackCompFitter*) (soff))->~G__TTBackCompFitter();
18742 G__setgvp((long)gvp);
18743 }
18744 }
18745 G__setnull(result7);
18746 return(1 || funcname || hash || result7 || libp) ;
18747 }
18748
18749
18750
18751 static int G__G__Hist_205_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18752 {
18753 TBinomialEfficiencyFitter* p = NULL;
18754 char* gvp = (char*) G__getgvp();
18755 int n = G__getaryconstruct();
18756 if (n) {
18757 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18758 p = new TBinomialEfficiencyFitter[n];
18759 } else {
18760 p = new((void*) gvp) TBinomialEfficiencyFitter[n];
18761 }
18762 } else {
18763 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18764 p = new TBinomialEfficiencyFitter;
18765 } else {
18766 p = new((void*) gvp) TBinomialEfficiencyFitter;
18767 }
18768 }
18769 result7->obj.i = (long) p;
18770 result7->ref = (long) p;
18771 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TBinomialEfficiencyFitter));
18772 return(1 || funcname || hash || result7 || libp) ;
18773 }
18774
18775 static int G__G__Hist_205_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18776 {
18777 TBinomialEfficiencyFitter* p = NULL;
18778 char* gvp = (char*) G__getgvp();
18779
18780 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18781 p = new TBinomialEfficiencyFitter((TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1]));
18782 } else {
18783 p = new((void*) gvp) TBinomialEfficiencyFitter((TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1]));
18784 }
18785 result7->obj.i = (long) p;
18786 result7->ref = (long) p;
18787 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TBinomialEfficiencyFitter));
18788 return(1 || funcname || hash || result7 || libp) ;
18789 }
18790
18791 static int G__G__Hist_205_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18792 {
18793 ((TBinomialEfficiencyFitter*) G__getstructoffset())->Set((TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1]));
18794 G__setnull(result7);
18795 return(1 || funcname || hash || result7 || libp) ;
18796 }
18797
18798 static int G__G__Hist_205_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18799 {
18800 ((TBinomialEfficiencyFitter*) G__getstructoffset())->SetPrecision((Double_t) G__double(libp->para[0]));
18801 G__setnull(result7);
18802 return(1 || funcname || hash || result7 || libp) ;
18803 }
18804
18805 static int G__G__Hist_205_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18806 {
18807 switch (libp->paran) {
18808 case 2:
18809 G__letint(result7, 105, (long) ((TBinomialEfficiencyFitter*) G__getstructoffset())->Fit((TF1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
18810 break;
18811 case 1:
18812 G__letint(result7, 105, (long) ((TBinomialEfficiencyFitter*) G__getstructoffset())->Fit((TF1*) G__int(libp->para[0])));
18813 break;
18814 }
18815 return(1 || funcname || hash || result7 || libp) ;
18816 }
18817
18818 static int G__G__Hist_205_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18819 {
18820 G__letint(result7, 85, (long) TBinomialEfficiencyFitter::GetFitter());
18821 return(1 || funcname || hash || result7 || libp) ;
18822 }
18823
18824 static int G__G__Hist_205_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18825 {
18826 ((TBinomialEfficiencyFitter*) G__getstructoffset())->ComputeFCN(*(Int_t*) G__Intref(&libp->para[0]), (Double_t*) G__int(libp->para[1])
18827 , *(Double_t*) G__Doubleref(&libp->para[2]), (Double_t*) G__int(libp->para[3])
18828 , (Int_t) G__int(libp->para[4]));
18829 G__setnull(result7);
18830 return(1 || funcname || hash || result7 || libp) ;
18831 }
18832
18833 static int G__G__Hist_205_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18834 {
18835 G__letint(result7, 85, (long) TBinomialEfficiencyFitter::Class());
18836 return(1 || funcname || hash || result7 || libp) ;
18837 }
18838
18839 static int G__G__Hist_205_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18840 {
18841 G__letint(result7, 67, (long) TBinomialEfficiencyFitter::Class_Name());
18842 return(1 || funcname || hash || result7 || libp) ;
18843 }
18844
18845 static int G__G__Hist_205_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18846 {
18847 G__letint(result7, 115, (long) TBinomialEfficiencyFitter::Class_Version());
18848 return(1 || funcname || hash || result7 || libp) ;
18849 }
18850
18851 static int G__G__Hist_205_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18852 {
18853 TBinomialEfficiencyFitter::Dictionary();
18854 G__setnull(result7);
18855 return(1 || funcname || hash || result7 || libp) ;
18856 }
18857
18858 static int G__G__Hist_205_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18859 {
18860 ((TBinomialEfficiencyFitter*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
18861 G__setnull(result7);
18862 return(1 || funcname || hash || result7 || libp) ;
18863 }
18864
18865 static int G__G__Hist_205_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18866 {
18867 G__letint(result7, 67, (long) TBinomialEfficiencyFitter::DeclFileName());
18868 return(1 || funcname || hash || result7 || libp) ;
18869 }
18870
18871 static int G__G__Hist_205_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18872 {
18873 G__letint(result7, 105, (long) TBinomialEfficiencyFitter::ImplFileLine());
18874 return(1 || funcname || hash || result7 || libp) ;
18875 }
18876
18877 static int G__G__Hist_205_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18878 {
18879 G__letint(result7, 67, (long) TBinomialEfficiencyFitter::ImplFileName());
18880 return(1 || funcname || hash || result7 || libp) ;
18881 }
18882
18883 static int G__G__Hist_205_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18884 {
18885 G__letint(result7, 105, (long) TBinomialEfficiencyFitter::DeclFileLine());
18886 return(1 || funcname || hash || result7 || libp) ;
18887 }
18888
18889
18890 static int G__G__Hist_205_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18891
18892 {
18893 TBinomialEfficiencyFitter* p;
18894 void* tmp = (void*) G__int(libp->para[0]);
18895 p = new TBinomialEfficiencyFitter(*(TBinomialEfficiencyFitter*) tmp);
18896 result7->obj.i = (long) p;
18897 result7->ref = (long) p;
18898 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TBinomialEfficiencyFitter));
18899 return(1 || funcname || hash || result7 || libp) ;
18900 }
18901
18902
18903 typedef TBinomialEfficiencyFitter G__TTBinomialEfficiencyFitter;
18904 static int G__G__Hist_205_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18905 {
18906 char* gvp = (char*) G__getgvp();
18907 long soff = G__getstructoffset();
18908 int n = G__getaryconstruct();
18909
18910
18911
18912
18913
18914 if (!soff) {
18915 return(1);
18916 }
18917 if (n) {
18918 if (gvp == (char*)G__PVOID) {
18919 delete[] (TBinomialEfficiencyFitter*) soff;
18920 } else {
18921 G__setgvp((long) G__PVOID);
18922 for (int i = n - 1; i >= 0; --i) {
18923 ((TBinomialEfficiencyFitter*) (soff+(sizeof(TBinomialEfficiencyFitter)*i)))->~G__TTBinomialEfficiencyFitter();
18924 }
18925 G__setgvp((long)gvp);
18926 }
18927 } else {
18928 if (gvp == (char*)G__PVOID) {
18929 delete (TBinomialEfficiencyFitter*) soff;
18930 } else {
18931 G__setgvp((long) G__PVOID);
18932 ((TBinomialEfficiencyFitter*) (soff))->~G__TTBinomialEfficiencyFitter();
18933 G__setgvp((long)gvp);
18934 }
18935 }
18936 G__setnull(result7);
18937 return(1 || funcname || hash || result7 || libp) ;
18938 }
18939
18940
18941 static int G__G__Hist_205_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18942 {
18943 TBinomialEfficiencyFitter* dest = (TBinomialEfficiencyFitter*) G__getstructoffset();
18944 *dest = *(TBinomialEfficiencyFitter*) libp->para[0].ref;
18945 const TBinomialEfficiencyFitter& obj = *dest;
18946 result7->ref = (long) (&obj);
18947 result7->obj.i = (long) (&obj);
18948 return(1 || funcname || hash || result7 || libp) ;
18949 }
18950
18951
18952
18953 static int G__G__Hist_206_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18954 {
18955 TConfidenceLevel* p = NULL;
18956 char* gvp = (char*) G__getgvp();
18957 int n = G__getaryconstruct();
18958 if (n) {
18959 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18960 p = new TConfidenceLevel[n];
18961 } else {
18962 p = new((void*) gvp) TConfidenceLevel[n];
18963 }
18964 } else {
18965 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18966 p = new TConfidenceLevel;
18967 } else {
18968 p = new((void*) gvp) TConfidenceLevel;
18969 }
18970 }
18971 result7->obj.i = (long) p;
18972 result7->ref = (long) p;
18973 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TConfidenceLevel));
18974 return(1 || funcname || hash || result7 || libp) ;
18975 }
18976
18977 static int G__G__Hist_206_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18978 {
18979 TConfidenceLevel* p = NULL;
18980 char* gvp = (char*) G__getgvp();
18981 switch (libp->paran) {
18982 case 2:
18983
18984 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18985 p = new TConfidenceLevel((Int_t) G__int(libp->para[0]), (bool) G__int(libp->para[1]));
18986 } else {
18987 p = new((void*) gvp) TConfidenceLevel((Int_t) G__int(libp->para[0]), (bool) G__int(libp->para[1]));
18988 }
18989 break;
18990 case 1:
18991
18992 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18993 p = new TConfidenceLevel((Int_t) G__int(libp->para[0]));
18994 } else {
18995 p = new((void*) gvp) TConfidenceLevel((Int_t) G__int(libp->para[0]));
18996 }
18997 break;
18998 }
18999 result7->obj.i = (long) p;
19000 result7->ref = (long) p;
19001 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TConfidenceLevel));
19002 return(1 || funcname || hash || result7 || libp) ;
19003 }
19004
19005 static int G__G__Hist_206_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19006 {
19007 ((TConfidenceLevel*) G__getstructoffset())->SetTSD((Double_t) G__double(libp->para[0]));
19008 G__setnull(result7);
19009 return(1 || funcname || hash || result7 || libp) ;
19010 }
19011
19012 static int G__G__Hist_206_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19013 {
19014 ((TConfidenceLevel*) G__getstructoffset())->SetTSB((Double_t*) G__int(libp->para[0]));
19015 G__setnull(result7);
19016 return(1 || funcname || hash || result7 || libp) ;
19017 }
19018
19019 static int G__G__Hist_206_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19020 {
19021 ((TConfidenceLevel*) G__getstructoffset())->SetTSS((Double_t*) G__int(libp->para[0]));
19022 G__setnull(result7);
19023 return(1 || funcname || hash || result7 || libp) ;
19024 }
19025
19026 static int G__G__Hist_206_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19027 {
19028 ((TConfidenceLevel*) G__getstructoffset())->SetLRS((Double_t*) G__int(libp->para[0]));
19029 G__setnull(result7);
19030 return(1 || funcname || hash || result7 || libp) ;
19031 }
19032
19033 static int G__G__Hist_206_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19034 {
19035 ((TConfidenceLevel*) G__getstructoffset())->SetLRB((Double_t*) G__int(libp->para[0]));
19036 G__setnull(result7);
19037 return(1 || funcname || hash || result7 || libp) ;
19038 }
19039
19040 static int G__G__Hist_206_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19041 {
19042 ((TConfidenceLevel*) G__getstructoffset())->SetBtot((Double_t) G__double(libp->para[0]));
19043 G__setnull(result7);
19044 return(1 || funcname || hash || result7 || libp) ;
19045 }
19046
19047 static int G__G__Hist_206_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19048 {
19049 ((TConfidenceLevel*) G__getstructoffset())->SetStot((Double_t) G__double(libp->para[0]));
19050 G__setnull(result7);
19051 return(1 || funcname || hash || result7 || libp) ;
19052 }
19053
19054 static int G__G__Hist_206_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19055 {
19056 ((TConfidenceLevel*) G__getstructoffset())->SetDtot((Int_t) G__int(libp->para[0]));
19057 G__setnull(result7);
19058 return(1 || funcname || hash || result7 || libp) ;
19059 }
19060
19061 static int G__G__Hist_206_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19062 {
19063 G__letdouble(result7, 100, (double) ((const TConfidenceLevel*) G__getstructoffset())->GetStatistic());
19064 return(1 || funcname || hash || result7 || libp) ;
19065 }
19066
19067 static int G__G__Hist_206_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19068 {
19069 switch (libp->paran) {
19070 case 1:
19071 G__letdouble(result7, 100, (double) ((const TConfidenceLevel*) G__getstructoffset())->GetExpectedStatistic_b((Int_t) G__int(libp->para[0])));
19072 break;
19073 case 0:
19074 G__letdouble(result7, 100, (double) ((const TConfidenceLevel*) G__getstructoffset())->GetExpectedStatistic_b());
19075 break;
19076 }
19077 return(1 || funcname || hash || result7 || libp) ;
19078 }
19079
19080 static int G__G__Hist_206_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19081 {
19082 switch (libp->paran) {
19083 case 1:
19084 G__letdouble(result7, 100, (double) ((const TConfidenceLevel*) G__getstructoffset())->GetExpectedStatistic_sb((Int_t) G__int(libp->para[0])));
19085 break;
19086 case 0:
19087 G__letdouble(result7, 100, (double) ((const TConfidenceLevel*) G__getstructoffset())->GetExpectedStatistic_sb());
19088 break;
19089 }
19090 return(1 || funcname || hash || result7 || libp) ;
19091 }
19092
19093 static int G__G__Hist_206_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19094 {
19095 switch (libp->paran) {
19096 case 1:
19097 G__letdouble(result7, 100, (double) ((const TConfidenceLevel*) G__getstructoffset())->CLb((bool) G__int(libp->para[0])));
19098 break;
19099 case 0:
19100 G__letdouble(result7, 100, (double) ((const TConfidenceLevel*) G__getstructoffset())->CLb());
19101 break;
19102 }
19103 return(1 || funcname || hash || result7 || libp) ;
19104 }
19105
19106 static int G__G__Hist_206_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19107 {
19108 switch (libp->paran) {
19109 case 1:
19110 G__letdouble(result7, 100, (double) ((const TConfidenceLevel*) G__getstructoffset())->CLsb((bool) G__int(libp->para[0])));
19111 break;
19112 case 0:
19113 G__letdouble(result7, 100, (double) ((const TConfidenceLevel*) G__getstructoffset())->CLsb());
19114 break;
19115 }
19116 return(1 || funcname || hash || result7 || libp) ;
19117 }
19118
19119 static int G__G__Hist_206_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19120 {
19121 switch (libp->paran) {
19122 case 1:
19123 G__letdouble(result7, 100, (double) ((const TConfidenceLevel*) G__getstructoffset())->CLs((bool) G__int(libp->para[0])));
19124 break;
19125 case 0:
19126 G__letdouble(result7, 100, (double) ((const TConfidenceLevel*) G__getstructoffset())->CLs());
19127 break;
19128 }
19129 return(1 || funcname || hash || result7 || libp) ;
19130 }
19131
19132 static int G__G__Hist_206_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19133 {
19134 switch (libp->paran) {
19135 case 1:
19136 G__letdouble(result7, 100, (double) ((const TConfidenceLevel*) G__getstructoffset())->GetExpectedCLb_sb((Int_t) G__int(libp->para[0])));
19137 break;
19138 case 0:
19139 G__letdouble(result7, 100, (double) ((const TConfidenceLevel*) G__getstructoffset())->GetExpectedCLb_sb());
19140 break;
19141 }
19142 return(1 || funcname || hash || result7 || libp) ;
19143 }
19144
19145 static int G__G__Hist_206_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19146 {
19147 switch (libp->paran) {
19148 case 1:
19149 G__letdouble(result7, 100, (double) ((const TConfidenceLevel*) G__getstructoffset())->GetExpectedCLb_b((Int_t) G__int(libp->para[0])));
19150 break;
19151 case 0:
19152 G__letdouble(result7, 100, (double) ((const TConfidenceLevel*) G__getstructoffset())->GetExpectedCLb_b());
19153 break;
19154 }
19155 return(1 || funcname || hash || result7 || libp) ;
19156 }
19157
19158 static int G__G__Hist_206_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19159 {
19160 switch (libp->paran) {
19161 case 1:
19162 G__letdouble(result7, 100, (double) ((const TConfidenceLevel*) G__getstructoffset())->GetExpectedCLsb_b((Int_t) G__int(libp->para[0])));
19163 break;
19164 case 0:
19165 G__letdouble(result7, 100, (double) ((const TConfidenceLevel*) G__getstructoffset())->GetExpectedCLsb_b());
19166 break;
19167 }
19168 return(1 || funcname || hash || result7 || libp) ;
19169 }
19170
19171 static int G__G__Hist_206_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19172 {
19173 switch (libp->paran) {
19174 case 1:
19175 G__letdouble(result7, 100, (double) ((const TConfidenceLevel*) G__getstructoffset())->GetExpectedCLs_b((Int_t) G__int(libp->para[0])));
19176 break;
19177 case 0:
19178 G__letdouble(result7, 100, (double) ((const TConfidenceLevel*) G__getstructoffset())->GetExpectedCLs_b());
19179 break;
19180 }
19181 return(1 || funcname || hash || result7 || libp) ;
19182 }
19183
19184 static int G__G__Hist_206_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19185 {
19186 G__letdouble(result7, 100, (double) ((const TConfidenceLevel*) G__getstructoffset())->GetAverageCLs());
19187 return(1 || funcname || hash || result7 || libp) ;
19188 }
19189
19190 static int G__G__Hist_206_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19191 {
19192 G__letdouble(result7, 100, (double) ((const TConfidenceLevel*) G__getstructoffset())->GetAverageCLsb());
19193 return(1 || funcname || hash || result7 || libp) ;
19194 }
19195
19196 static int G__G__Hist_206_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19197 {
19198 G__letdouble(result7, 100, (double) ((const TConfidenceLevel*) G__getstructoffset())->Get3sProbability());
19199 return(1 || funcname || hash || result7 || libp) ;
19200 }
19201
19202 static int G__G__Hist_206_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19203 {
19204 G__letdouble(result7, 100, (double) ((const TConfidenceLevel*) G__getstructoffset())->Get5sProbability());
19205 return(1 || funcname || hash || result7 || libp) ;
19206 }
19207
19208 static int G__G__Hist_206_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19209 {
19210 G__letint(result7, 105, (long) ((const TConfidenceLevel*) G__getstructoffset())->GetDtot());
19211 return(1 || funcname || hash || result7 || libp) ;
19212 }
19213
19214 static int G__G__Hist_206_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19215 {
19216 G__letdouble(result7, 100, (double) ((const TConfidenceLevel*) G__getstructoffset())->GetStot());
19217 return(1 || funcname || hash || result7 || libp) ;
19218 }
19219
19220 static int G__G__Hist_206_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19221 {
19222 G__letdouble(result7, 100, (double) ((const TConfidenceLevel*) G__getstructoffset())->GetBtot());
19223 return(1 || funcname || hash || result7 || libp) ;
19224 }
19225
19226 static int G__G__Hist_206_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19227 {
19228 G__letint(result7, 85, (long) TConfidenceLevel::Class());
19229 return(1 || funcname || hash || result7 || libp) ;
19230 }
19231
19232 static int G__G__Hist_206_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19233 {
19234 G__letint(result7, 67, (long) TConfidenceLevel::Class_Name());
19235 return(1 || funcname || hash || result7 || libp) ;
19236 }
19237
19238 static int G__G__Hist_206_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19239 {
19240 G__letint(result7, 115, (long) TConfidenceLevel::Class_Version());
19241 return(1 || funcname || hash || result7 || libp) ;
19242 }
19243
19244 static int G__G__Hist_206_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19245 {
19246 TConfidenceLevel::Dictionary();
19247 G__setnull(result7);
19248 return(1 || funcname || hash || result7 || libp) ;
19249 }
19250
19251 static int G__G__Hist_206_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19252 {
19253 ((TConfidenceLevel*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
19254 G__setnull(result7);
19255 return(1 || funcname || hash || result7 || libp) ;
19256 }
19257
19258 static int G__G__Hist_206_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19259 {
19260 G__letint(result7, 67, (long) TConfidenceLevel::DeclFileName());
19261 return(1 || funcname || hash || result7 || libp) ;
19262 }
19263
19264 static int G__G__Hist_206_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19265 {
19266 G__letint(result7, 105, (long) TConfidenceLevel::ImplFileLine());
19267 return(1 || funcname || hash || result7 || libp) ;
19268 }
19269
19270 static int G__G__Hist_206_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19271 {
19272 G__letint(result7, 67, (long) TConfidenceLevel::ImplFileName());
19273 return(1 || funcname || hash || result7 || libp) ;
19274 }
19275
19276 static int G__G__Hist_206_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19277 {
19278 G__letint(result7, 105, (long) TConfidenceLevel::DeclFileLine());
19279 return(1 || funcname || hash || result7 || libp) ;
19280 }
19281
19282
19283 static int G__G__Hist_206_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19284
19285 {
19286 TConfidenceLevel* p;
19287 void* tmp = (void*) G__int(libp->para[0]);
19288 p = new TConfidenceLevel(*(TConfidenceLevel*) tmp);
19289 result7->obj.i = (long) p;
19290 result7->ref = (long) p;
19291 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TConfidenceLevel));
19292 return(1 || funcname || hash || result7 || libp) ;
19293 }
19294
19295
19296 typedef TConfidenceLevel G__TTConfidenceLevel;
19297 static int G__G__Hist_206_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19298 {
19299 char* gvp = (char*) G__getgvp();
19300 long soff = G__getstructoffset();
19301 int n = G__getaryconstruct();
19302
19303
19304
19305
19306
19307 if (!soff) {
19308 return(1);
19309 }
19310 if (n) {
19311 if (gvp == (char*)G__PVOID) {
19312 delete[] (TConfidenceLevel*) soff;
19313 } else {
19314 G__setgvp((long) G__PVOID);
19315 for (int i = n - 1; i >= 0; --i) {
19316 ((TConfidenceLevel*) (soff+(sizeof(TConfidenceLevel)*i)))->~G__TTConfidenceLevel();
19317 }
19318 G__setgvp((long)gvp);
19319 }
19320 } else {
19321 if (gvp == (char*)G__PVOID) {
19322 delete (TConfidenceLevel*) soff;
19323 } else {
19324 G__setgvp((long) G__PVOID);
19325 ((TConfidenceLevel*) (soff))->~G__TTConfidenceLevel();
19326 G__setgvp((long)gvp);
19327 }
19328 }
19329 G__setnull(result7);
19330 return(1 || funcname || hash || result7 || libp) ;
19331 }
19332
19333
19334 static int G__G__Hist_206_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19335 {
19336 TConfidenceLevel* dest = (TConfidenceLevel*) G__getstructoffset();
19337 *dest = *(TConfidenceLevel*) libp->para[0].ref;
19338 const TConfidenceLevel& obj = *dest;
19339 result7->ref = (long) (&obj);
19340 result7->obj.i = (long) (&obj);
19341 return(1 || funcname || hash || result7 || libp) ;
19342 }
19343
19344
19345
19346 static int G__G__Hist_213_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19347 {
19348 TGraphAsymmErrors* p = NULL;
19349 char* gvp = (char*) G__getgvp();
19350 int n = G__getaryconstruct();
19351 if (n) {
19352 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19353 p = new TGraphAsymmErrors[n];
19354 } else {
19355 p = new((void*) gvp) TGraphAsymmErrors[n];
19356 }
19357 } else {
19358 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19359 p = new TGraphAsymmErrors;
19360 } else {
19361 p = new((void*) gvp) TGraphAsymmErrors;
19362 }
19363 }
19364 result7->obj.i = (long) p;
19365 result7->ref = (long) p;
19366 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors));
19367 return(1 || funcname || hash || result7 || libp) ;
19368 }
19369
19370 static int G__G__Hist_213_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19371 {
19372 TGraphAsymmErrors* p = NULL;
19373 char* gvp = (char*) G__getgvp();
19374
19375 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19376 p = new TGraphAsymmErrors((Int_t) G__int(libp->para[0]));
19377 } else {
19378 p = new((void*) gvp) TGraphAsymmErrors((Int_t) G__int(libp->para[0]));
19379 }
19380 result7->obj.i = (long) p;
19381 result7->ref = (long) p;
19382 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors));
19383 return(1 || funcname || hash || result7 || libp) ;
19384 }
19385
19386 static int G__G__Hist_213_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19387 {
19388 TGraphAsymmErrors* p = NULL;
19389 char* gvp = (char*) G__getgvp();
19390 switch (libp->paran) {
19391 case 7:
19392
19393 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19394 p = new TGraphAsymmErrors(
19395 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
19396 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
19397 , (Float_t*) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5])
19398 , (Float_t*) G__int(libp->para[6]));
19399 } else {
19400 p = new((void*) gvp) TGraphAsymmErrors(
19401 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
19402 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
19403 , (Float_t*) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5])
19404 , (Float_t*) G__int(libp->para[6]));
19405 }
19406 break;
19407 case 6:
19408
19409 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19410 p = new TGraphAsymmErrors(
19411 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
19412 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
19413 , (Float_t*) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5]));
19414 } else {
19415 p = new((void*) gvp) TGraphAsymmErrors(
19416 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
19417 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
19418 , (Float_t*) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5]));
19419 }
19420 break;
19421 case 5:
19422
19423 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19424 p = new TGraphAsymmErrors(
19425 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
19426 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
19427 , (Float_t*) G__int(libp->para[4]));
19428 } else {
19429 p = new((void*) gvp) TGraphAsymmErrors(
19430 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
19431 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
19432 , (Float_t*) G__int(libp->para[4]));
19433 }
19434 break;
19435 case 4:
19436
19437 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19438 p = new TGraphAsymmErrors(
19439 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
19440 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3]));
19441 } else {
19442 p = new((void*) gvp) TGraphAsymmErrors(
19443 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
19444 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3]));
19445 }
19446 break;
19447 case 3:
19448
19449 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19450 p = new TGraphAsymmErrors(
19451 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
19452 , (Float_t*) G__int(libp->para[2]));
19453 } else {
19454 p = new((void*) gvp) TGraphAsymmErrors(
19455 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
19456 , (Float_t*) G__int(libp->para[2]));
19457 }
19458 break;
19459 }
19460 result7->obj.i = (long) p;
19461 result7->ref = (long) p;
19462 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors));
19463 return(1 || funcname || hash || result7 || libp) ;
19464 }
19465
19466 static int G__G__Hist_213_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19467 {
19468 TGraphAsymmErrors* p = NULL;
19469 char* gvp = (char*) G__getgvp();
19470 switch (libp->paran) {
19471 case 7:
19472
19473 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19474 p = new TGraphAsymmErrors(
19475 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
19476 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
19477 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
19478 , (Double_t*) G__int(libp->para[6]));
19479 } else {
19480 p = new((void*) gvp) TGraphAsymmErrors(
19481 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
19482 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
19483 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
19484 , (Double_t*) G__int(libp->para[6]));
19485 }
19486 break;
19487 case 6:
19488
19489 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19490 p = new TGraphAsymmErrors(
19491 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
19492 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
19493 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
19494 } else {
19495 p = new((void*) gvp) TGraphAsymmErrors(
19496 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
19497 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
19498 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
19499 }
19500 break;
19501 case 5:
19502
19503 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19504 p = new TGraphAsymmErrors(
19505 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
19506 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
19507 , (Double_t*) G__int(libp->para[4]));
19508 } else {
19509 p = new((void*) gvp) TGraphAsymmErrors(
19510 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
19511 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
19512 , (Double_t*) G__int(libp->para[4]));
19513 }
19514 break;
19515 case 4:
19516
19517 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19518 p = new TGraphAsymmErrors(
19519 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
19520 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3]));
19521 } else {
19522 p = new((void*) gvp) TGraphAsymmErrors(
19523 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
19524 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3]));
19525 }
19526 break;
19527 case 3:
19528
19529 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19530 p = new TGraphAsymmErrors(
19531 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
19532 , (Double_t*) G__int(libp->para[2]));
19533 } else {
19534 p = new((void*) gvp) TGraphAsymmErrors(
19535 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
19536 , (Double_t*) G__int(libp->para[2]));
19537 }
19538 break;
19539 }
19540 result7->obj.i = (long) p;
19541 result7->ref = (long) p;
19542 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors));
19543 return(1 || funcname || hash || result7 || libp) ;
19544 }
19545
19546 static int G__G__Hist_213_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19547 {
19548 TGraphAsymmErrors* p = NULL;
19549 char* gvp = (char*) G__getgvp();
19550
19551 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19552 p = new TGraphAsymmErrors(
19553 *(TVectorF*) libp->para[0].ref, *(TVectorF*) libp->para[1].ref
19554 , *(TVectorF*) libp->para[2].ref, *(TVectorF*) libp->para[3].ref
19555 , *(TVectorF*) libp->para[4].ref, *(TVectorF*) libp->para[5].ref);
19556 } else {
19557 p = new((void*) gvp) TGraphAsymmErrors(
19558 *(TVectorF*) libp->para[0].ref, *(TVectorF*) libp->para[1].ref
19559 , *(TVectorF*) libp->para[2].ref, *(TVectorF*) libp->para[3].ref
19560 , *(TVectorF*) libp->para[4].ref, *(TVectorF*) libp->para[5].ref);
19561 }
19562 result7->obj.i = (long) p;
19563 result7->ref = (long) p;
19564 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors));
19565 return(1 || funcname || hash || result7 || libp) ;
19566 }
19567
19568 static int G__G__Hist_213_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19569 {
19570 TGraphAsymmErrors* p = NULL;
19571 char* gvp = (char*) G__getgvp();
19572
19573 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19574 p = new TGraphAsymmErrors(
19575 *(TVectorD*) libp->para[0].ref, *(TVectorD*) libp->para[1].ref
19576 , *(TVectorD*) libp->para[2].ref, *(TVectorD*) libp->para[3].ref
19577 , *(TVectorD*) libp->para[4].ref, *(TVectorD*) libp->para[5].ref);
19578 } else {
19579 p = new((void*) gvp) TGraphAsymmErrors(
19580 *(TVectorD*) libp->para[0].ref, *(TVectorD*) libp->para[1].ref
19581 , *(TVectorD*) libp->para[2].ref, *(TVectorD*) libp->para[3].ref
19582 , *(TVectorD*) libp->para[4].ref, *(TVectorD*) libp->para[5].ref);
19583 }
19584 result7->obj.i = (long) p;
19585 result7->ref = (long) p;
19586 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors));
19587 return(1 || funcname || hash || result7 || libp) ;
19588 }
19589
19590 static int G__G__Hist_213_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19591 {
19592 TGraphAsymmErrors* p = NULL;
19593 char* gvp = (char*) G__getgvp();
19594
19595 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19596 p = new TGraphAsymmErrors(*(TGraphAsymmErrors*) libp->para[0].ref);
19597 } else {
19598 p = new((void*) gvp) TGraphAsymmErrors(*(TGraphAsymmErrors*) libp->para[0].ref);
19599 }
19600 result7->obj.i = (long) p;
19601 result7->ref = (long) p;
19602 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors));
19603 return(1 || funcname || hash || result7 || libp) ;
19604 }
19605
19606 static int G__G__Hist_213_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19607 {
19608 {
19609 const TGraphAsymmErrors& obj = ((TGraphAsymmErrors*) G__getstructoffset())->operator=(*(TGraphAsymmErrors*) libp->para[0].ref);
19610 result7->ref = (long) (&obj);
19611 result7->obj.i = (long) (&obj);
19612 }
19613 return(1 || funcname || hash || result7 || libp) ;
19614 }
19615
19616 static int G__G__Hist_213_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19617 {
19618 TGraphAsymmErrors* p = NULL;
19619 char* gvp = (char*) G__getgvp();
19620
19621 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19622 p = new TGraphAsymmErrors((TH1*) G__int(libp->para[0]));
19623 } else {
19624 p = new((void*) gvp) TGraphAsymmErrors((TH1*) G__int(libp->para[0]));
19625 }
19626 result7->obj.i = (long) p;
19627 result7->ref = (long) p;
19628 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors));
19629 return(1 || funcname || hash || result7 || libp) ;
19630 }
19631
19632 static int G__G__Hist_213_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19633 {
19634 TGraphAsymmErrors* p = NULL;
19635 char* gvp = (char*) G__getgvp();
19636 switch (libp->paran) {
19637 case 3:
19638
19639 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19640 p = new TGraphAsymmErrors(
19641 (TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1])
19642 , (Option_t*) G__int(libp->para[2]));
19643 } else {
19644 p = new((void*) gvp) TGraphAsymmErrors(
19645 (TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1])
19646 , (Option_t*) G__int(libp->para[2]));
19647 }
19648 break;
19649 case 2:
19650
19651 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19652 p = new TGraphAsymmErrors((TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1]));
19653 } else {
19654 p = new((void*) gvp) TGraphAsymmErrors((TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1]));
19655 }
19656 break;
19657 }
19658 result7->obj.i = (long) p;
19659 result7->ref = (long) p;
19660 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors));
19661 return(1 || funcname || hash || result7 || libp) ;
19662 }
19663
19664 static int G__G__Hist_213_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19665 {
19666 switch (libp->paran) {
19667 case 3:
19668 ((TGraphAsymmErrors*) G__getstructoffset())->BayesDivide((TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1])
19669 , (Option_t*) G__int(libp->para[2]));
19670 G__setnull(result7);
19671 break;
19672 case 2:
19673 ((TGraphAsymmErrors*) G__getstructoffset())->BayesDivide((TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1]));
19674 G__setnull(result7);
19675 break;
19676 }
19677 return(1 || funcname || hash || result7 || libp) ;
19678 }
19679
19680 static int G__G__Hist_213_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19681 {
19682 switch (libp->paran) {
19683 case 3:
19684 ((TGraphAsymmErrors*) G__getstructoffset())->Divide((TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1])
19685 , (Option_t*) G__int(libp->para[2]));
19686 G__setnull(result7);
19687 break;
19688 case 2:
19689 ((TGraphAsymmErrors*) G__getstructoffset())->Divide((TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1]));
19690 G__setnull(result7);
19691 break;
19692 }
19693 return(1 || funcname || hash || result7 || libp) ;
19694 }
19695
19696 static int G__G__Hist_213_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19697 {
19698 ((TGraphAsymmErrors*) G__getstructoffset())->SetPointError((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
19699 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
19700 G__setnull(result7);
19701 return(1 || funcname || hash || result7 || libp) ;
19702 }
19703
19704 static int G__G__Hist_213_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19705 {
19706 ((TGraphAsymmErrors*) G__getstructoffset())->SetPointError((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
19707 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
19708 , (Double_t) G__double(libp->para[4]));
19709 G__setnull(result7);
19710 return(1 || funcname || hash || result7 || libp) ;
19711 }
19712
19713 static int G__G__Hist_213_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19714 {
19715 ((TGraphAsymmErrors*) G__getstructoffset())->SetPointEXlow((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
19716 G__setnull(result7);
19717 return(1 || funcname || hash || result7 || libp) ;
19718 }
19719
19720 static int G__G__Hist_213_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19721 {
19722 ((TGraphAsymmErrors*) G__getstructoffset())->SetPointEXhigh((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
19723 G__setnull(result7);
19724 return(1 || funcname || hash || result7 || libp) ;
19725 }
19726
19727 static int G__G__Hist_213_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19728 {
19729 ((TGraphAsymmErrors*) G__getstructoffset())->SetPointEYlow((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
19730 G__setnull(result7);
19731 return(1 || funcname || hash || result7 || libp) ;
19732 }
19733
19734 static int G__G__Hist_213_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19735 {
19736 ((TGraphAsymmErrors*) G__getstructoffset())->SetPointEYhigh((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
19737 G__setnull(result7);
19738 return(1 || funcname || hash || result7 || libp) ;
19739 }
19740
19741 static int G__G__Hist_213_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19742 {
19743 G__letint(result7, 85, (long) TGraphAsymmErrors::Class());
19744 return(1 || funcname || hash || result7 || libp) ;
19745 }
19746
19747 static int G__G__Hist_213_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19748 {
19749 G__letint(result7, 67, (long) TGraphAsymmErrors::Class_Name());
19750 return(1 || funcname || hash || result7 || libp) ;
19751 }
19752
19753 static int G__G__Hist_213_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19754 {
19755 G__letint(result7, 115, (long) TGraphAsymmErrors::Class_Version());
19756 return(1 || funcname || hash || result7 || libp) ;
19757 }
19758
19759 static int G__G__Hist_213_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19760 {
19761 TGraphAsymmErrors::Dictionary();
19762 G__setnull(result7);
19763 return(1 || funcname || hash || result7 || libp) ;
19764 }
19765
19766 static int G__G__Hist_213_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19767 {
19768 ((TGraphAsymmErrors*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
19769 G__setnull(result7);
19770 return(1 || funcname || hash || result7 || libp) ;
19771 }
19772
19773 static int G__G__Hist_213_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19774 {
19775 G__letint(result7, 67, (long) TGraphAsymmErrors::DeclFileName());
19776 return(1 || funcname || hash || result7 || libp) ;
19777 }
19778
19779 static int G__G__Hist_213_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19780 {
19781 G__letint(result7, 105, (long) TGraphAsymmErrors::ImplFileLine());
19782 return(1 || funcname || hash || result7 || libp) ;
19783 }
19784
19785 static int G__G__Hist_213_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19786 {
19787 G__letint(result7, 67, (long) TGraphAsymmErrors::ImplFileName());
19788 return(1 || funcname || hash || result7 || libp) ;
19789 }
19790
19791 static int G__G__Hist_213_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19792 {
19793 G__letint(result7, 105, (long) TGraphAsymmErrors::DeclFileLine());
19794 return(1 || funcname || hash || result7 || libp) ;
19795 }
19796
19797
19798 typedef TGraphAsymmErrors G__TTGraphAsymmErrors;
19799 static int G__G__Hist_213_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19800 {
19801 char* gvp = (char*) G__getgvp();
19802 long soff = G__getstructoffset();
19803 int n = G__getaryconstruct();
19804
19805
19806
19807
19808
19809 if (!soff) {
19810 return(1);
19811 }
19812 if (n) {
19813 if (gvp == (char*)G__PVOID) {
19814 delete[] (TGraphAsymmErrors*) soff;
19815 } else {
19816 G__setgvp((long) G__PVOID);
19817 for (int i = n - 1; i >= 0; --i) {
19818 ((TGraphAsymmErrors*) (soff+(sizeof(TGraphAsymmErrors)*i)))->~G__TTGraphAsymmErrors();
19819 }
19820 G__setgvp((long)gvp);
19821 }
19822 } else {
19823 if (gvp == (char*)G__PVOID) {
19824 delete (TGraphAsymmErrors*) soff;
19825 } else {
19826 G__setgvp((long) G__PVOID);
19827 ((TGraphAsymmErrors*) (soff))->~G__TTGraphAsymmErrors();
19828 G__setgvp((long)gvp);
19829 }
19830 }
19831 G__setnull(result7);
19832 return(1 || funcname || hash || result7 || libp) ;
19833 }
19834
19835
19836
19837 static int G__G__Hist_214_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19838 {
19839 TH2* p = NULL;
19840 char* gvp = (char*) G__getgvp();
19841
19842 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19843 p = new TH2(*(TH2*) libp->para[0].ref);
19844 } else {
19845 p = new((void*) gvp) TH2(*(TH2*) libp->para[0].ref);
19846 }
19847 result7->obj.i = (long) p;
19848 result7->ref = (long) p;
19849 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2));
19850 return(1 || funcname || hash || result7 || libp) ;
19851 }
19852
19853 static int G__G__Hist_214_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19854 {
19855 G__letint(result7, 105, (long) ((TH2*) G__getstructoffset())->Fill((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
19856 , (Double_t) G__double(libp->para[2])));
19857 return(1 || funcname || hash || result7 || libp) ;
19858 }
19859
19860 static int G__G__Hist_214_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19861 {
19862 G__letint(result7, 105, (long) ((TH2*) G__getstructoffset())->Fill((Double_t) G__double(libp->para[0]), (const char*) G__int(libp->para[1])
19863 , (Double_t) G__double(libp->para[2])));
19864 return(1 || funcname || hash || result7 || libp) ;
19865 }
19866
19867 static int G__G__Hist_214_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19868 {
19869 G__letint(result7, 105, (long) ((TH2*) G__getstructoffset())->Fill((const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
19870 , (Double_t) G__double(libp->para[2])));
19871 return(1 || funcname || hash || result7 || libp) ;
19872 }
19873
19874 static int G__G__Hist_214_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19875 {
19876 G__letint(result7, 105, (long) ((TH2*) G__getstructoffset())->Fill((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
19877 , (Double_t) G__double(libp->para[2])));
19878 return(1 || funcname || hash || result7 || libp) ;
19879 }
19880
19881 static int G__G__Hist_214_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19882 {
19883 switch (libp->paran) {
19884 case 5:
19885 ((TH2*) G__getstructoffset())->FillN((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
19886 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
19887 , (Int_t) G__int(libp->para[4]));
19888 G__setnull(result7);
19889 break;
19890 case 4:
19891 ((TH2*) G__getstructoffset())->FillN((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
19892 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3]));
19893 G__setnull(result7);
19894 break;
19895 }
19896 return(1 || funcname || hash || result7 || libp) ;
19897 }
19898
19899 static int G__G__Hist_214_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19900 {
19901 switch (libp->paran) {
19902 case 6:
19903 ((TH2*) G__getstructoffset())->FitSlicesX((TF1*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
19904 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
19905 , (Option_t*) G__int(libp->para[4]), (TObjArray*) G__int(libp->para[5]));
19906 G__setnull(result7);
19907 break;
19908 case 5:
19909 ((TH2*) G__getstructoffset())->FitSlicesX((TF1*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
19910 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
19911 , (Option_t*) G__int(libp->para[4]));
19912 G__setnull(result7);
19913 break;
19914 case 4:
19915 ((TH2*) G__getstructoffset())->FitSlicesX((TF1*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
19916 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
19917 G__setnull(result7);
19918 break;
19919 case 3:
19920 ((TH2*) G__getstructoffset())->FitSlicesX((TF1*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
19921 , (Int_t) G__int(libp->para[2]));
19922 G__setnull(result7);
19923 break;
19924 case 2:
19925 ((TH2*) G__getstructoffset())->FitSlicesX((TF1*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
19926 G__setnull(result7);
19927 break;
19928 case 1:
19929 ((TH2*) G__getstructoffset())->FitSlicesX((TF1*) G__int(libp->para[0]));
19930 G__setnull(result7);
19931 break;
19932 case 0:
19933 ((TH2*) G__getstructoffset())->FitSlicesX();
19934 G__setnull(result7);
19935 break;
19936 }
19937 return(1 || funcname || hash || result7 || libp) ;
19938 }
19939
19940 static int G__G__Hist_214_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19941 {
19942 switch (libp->paran) {
19943 case 6:
19944 ((TH2*) G__getstructoffset())->FitSlicesY((TF1*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
19945 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
19946 , (Option_t*) G__int(libp->para[4]), (TObjArray*) G__int(libp->para[5]));
19947 G__setnull(result7);
19948 break;
19949 case 5:
19950 ((TH2*) G__getstructoffset())->FitSlicesY((TF1*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
19951 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
19952 , (Option_t*) G__int(libp->para[4]));
19953 G__setnull(result7);
19954 break;
19955 case 4:
19956 ((TH2*) G__getstructoffset())->FitSlicesY((TF1*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
19957 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
19958 G__setnull(result7);
19959 break;
19960 case 3:
19961 ((TH2*) G__getstructoffset())->FitSlicesY((TF1*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
19962 , (Int_t) G__int(libp->para[2]));
19963 G__setnull(result7);
19964 break;
19965 case 2:
19966 ((TH2*) G__getstructoffset())->FitSlicesY((TF1*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
19967 G__setnull(result7);
19968 break;
19969 case 1:
19970 ((TH2*) G__getstructoffset())->FitSlicesY((TF1*) G__int(libp->para[0]));
19971 G__setnull(result7);
19972 break;
19973 case 0:
19974 ((TH2*) G__getstructoffset())->FitSlicesY();
19975 G__setnull(result7);
19976 break;
19977 }
19978 return(1 || funcname || hash || result7 || libp) ;
19979 }
19980
19981 static int G__G__Hist_214_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19982 {
19983 switch (libp->paran) {
19984 case 8:
19985 G__letdouble(result7, 100, (double) ((const TH2*) G__getstructoffset())->GetBinWithContent2(
19986 (Double_t) G__double(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])
19987 , *(Int_t*) G__Intref(&libp->para[2]), (Int_t) G__int(libp->para[3])
19988 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
19989 , (Int_t) G__int(libp->para[6]), (Double_t) G__double(libp->para[7])));
19990 break;
19991 case 7:
19992 G__letdouble(result7, 100, (double) ((const TH2*) G__getstructoffset())->GetBinWithContent2(
19993 (Double_t) G__double(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])
19994 , *(Int_t*) G__Intref(&libp->para[2]), (Int_t) G__int(libp->para[3])
19995 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
19996 , (Int_t) G__int(libp->para[6])));
19997 break;
19998 case 6:
19999 G__letdouble(result7, 100, (double) ((const TH2*) G__getstructoffset())->GetBinWithContent2((Double_t) G__double(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])
20000 , *(Int_t*) G__Intref(&libp->para[2]), (Int_t) G__int(libp->para[3])
20001 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])));
20002 break;
20003 case 5:
20004 G__letdouble(result7, 100, (double) ((const TH2*) G__getstructoffset())->GetBinWithContent2((Double_t) G__double(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])
20005 , *(Int_t*) G__Intref(&libp->para[2]), (Int_t) G__int(libp->para[3])
20006 , (Int_t) G__int(libp->para[4])));
20007 break;
20008 case 4:
20009 G__letdouble(result7, 100, (double) ((const TH2*) G__getstructoffset())->GetBinWithContent2((Double_t) G__double(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])
20010 , *(Int_t*) G__Intref(&libp->para[2]), (Int_t) G__int(libp->para[3])));
20011 break;
20012 case 3:
20013 G__letdouble(result7, 100, (double) ((const TH2*) G__getstructoffset())->GetBinWithContent2((Double_t) G__double(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])
20014 , *(Int_t*) G__Intref(&libp->para[2])));
20015 break;
20016 }
20017 return(1 || funcname || hash || result7 || libp) ;
20018 }
20019
20020 static int G__G__Hist_214_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20021 {
20022 switch (libp->paran) {
20023 case 2:
20024 G__letdouble(result7, 100, (double) ((const TH2*) G__getstructoffset())->GetCorrelationFactor((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
20025 break;
20026 case 1:
20027 G__letdouble(result7, 100, (double) ((const TH2*) G__getstructoffset())->GetCorrelationFactor((Int_t) G__int(libp->para[0])));
20028 break;
20029 case 0:
20030 G__letdouble(result7, 100, (double) ((const TH2*) G__getstructoffset())->GetCorrelationFactor());
20031 break;
20032 }
20033 return(1 || funcname || hash || result7 || libp) ;
20034 }
20035
20036 static int G__G__Hist_214_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20037 {
20038 switch (libp->paran) {
20039 case 2:
20040 G__letdouble(result7, 100, (double) ((const TH2*) G__getstructoffset())->GetCovariance((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
20041 break;
20042 case 1:
20043 G__letdouble(result7, 100, (double) ((const TH2*) G__getstructoffset())->GetCovariance((Int_t) G__int(libp->para[0])));
20044 break;
20045 case 0:
20046 G__letdouble(result7, 100, (double) ((const TH2*) G__getstructoffset())->GetCovariance());
20047 break;
20048 }
20049 return(1 || funcname || hash || result7 || libp) ;
20050 }
20051
20052 static int G__G__Hist_214_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20053 {
20054 ((TH2*) G__getstructoffset())->GetRandom2(*(Double_t*) G__Doubleref(&libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1]));
20055 G__setnull(result7);
20056 return(1 || funcname || hash || result7 || libp) ;
20057 }
20058
20059 static int G__G__Hist_214_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20060 {
20061 switch (libp->paran) {
20062 case 5:
20063 G__letdouble(result7, 100, (double) ((const TH2*) G__getstructoffset())->Integral((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
20064 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
20065 , (Option_t*) G__int(libp->para[4])));
20066 break;
20067 case 4:
20068 G__letdouble(result7, 100, (double) ((const TH2*) G__getstructoffset())->Integral((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
20069 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])));
20070 break;
20071 }
20072 return(1 || funcname || hash || result7 || libp) ;
20073 }
20074
20075 static int G__G__Hist_214_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20076 {
20077 switch (libp->paran) {
20078 case 7:
20079 G__letdouble(result7, 100, (double) ((const TH2*) G__getstructoffset())->Integral(
20080 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
20081 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
20082 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
20083 , (Option_t*) G__int(libp->para[6])));
20084 break;
20085 case 6:
20086 G__letdouble(result7, 100, (double) ((const TH2*) G__getstructoffset())->Integral((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
20087 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
20088 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])));
20089 break;
20090 }
20091 return(1 || funcname || hash || result7 || libp) ;
20092 }
20093
20094 static int G__G__Hist_214_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20095 {
20096 switch (libp->paran) {
20097 case 6:
20098 G__letdouble(result7, 100, (double) ((const TH2*) G__getstructoffset())->IntegralAndError((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
20099 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
20100 , *(Double_t*) G__Doubleref(&libp->para[4]), (Option_t*) G__int(libp->para[5])));
20101 break;
20102 case 5:
20103 G__letdouble(result7, 100, (double) ((const TH2*) G__getstructoffset())->IntegralAndError((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
20104 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
20105 , *(Double_t*) G__Doubleref(&libp->para[4])));
20106 break;
20107 }
20108 return(1 || funcname || hash || result7 || libp) ;
20109 }
20110
20111 static int G__G__Hist_214_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20112 {
20113 switch (libp->paran) {
20114 case 2:
20115 G__letint(result7, 85, (long) ((TH2*) G__getstructoffset())->RebinX((Int_t) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
20116 break;
20117 case 1:
20118 G__letint(result7, 85, (long) ((TH2*) G__getstructoffset())->RebinX((Int_t) G__int(libp->para[0])));
20119 break;
20120 case 0:
20121 G__letint(result7, 85, (long) ((TH2*) G__getstructoffset())->RebinX());
20122 break;
20123 }
20124 return(1 || funcname || hash || result7 || libp) ;
20125 }
20126
20127 static int G__G__Hist_214_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20128 {
20129 switch (libp->paran) {
20130 case 2:
20131 G__letint(result7, 85, (long) ((TH2*) G__getstructoffset())->RebinY((Int_t) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
20132 break;
20133 case 1:
20134 G__letint(result7, 85, (long) ((TH2*) G__getstructoffset())->RebinY((Int_t) G__int(libp->para[0])));
20135 break;
20136 case 0:
20137 G__letint(result7, 85, (long) ((TH2*) G__getstructoffset())->RebinY());
20138 break;
20139 }
20140 return(1 || funcname || hash || result7 || libp) ;
20141 }
20142
20143 static int G__G__Hist_214_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20144 {
20145 switch (libp->paran) {
20146 case 3:
20147 G__letint(result7, 85, (long) ((TH2*) G__getstructoffset())->Rebin2D((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
20148 , (const char*) G__int(libp->para[2])));
20149 break;
20150 case 2:
20151 G__letint(result7, 85, (long) ((TH2*) G__getstructoffset())->Rebin2D((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
20152 break;
20153 case 1:
20154 G__letint(result7, 85, (long) ((TH2*) G__getstructoffset())->Rebin2D((Int_t) G__int(libp->para[0])));
20155 break;
20156 case 0:
20157 G__letint(result7, 85, (long) ((TH2*) G__getstructoffset())->Rebin2D());
20158 break;
20159 }
20160 return(1 || funcname || hash || result7 || libp) ;
20161 }
20162
20163 static int G__G__Hist_214_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20164 {
20165 switch (libp->paran) {
20166 case 4:
20167 G__letint(result7, 85, (long) ((const TH2*) G__getstructoffset())->ProfileX((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
20168 , (Int_t) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])));
20169 break;
20170 case 3:
20171 G__letint(result7, 85, (long) ((const TH2*) G__getstructoffset())->ProfileX((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
20172 , (Int_t) G__int(libp->para[2])));
20173 break;
20174 case 2:
20175 G__letint(result7, 85, (long) ((const TH2*) G__getstructoffset())->ProfileX((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
20176 break;
20177 case 1:
20178 G__letint(result7, 85, (long) ((const TH2*) G__getstructoffset())->ProfileX((const char*) G__int(libp->para[0])));
20179 break;
20180 case 0:
20181 G__letint(result7, 85, (long) ((const TH2*) G__getstructoffset())->ProfileX());
20182 break;
20183 }
20184 return(1 || funcname || hash || result7 || libp) ;
20185 }
20186
20187 static int G__G__Hist_214_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20188 {
20189 switch (libp->paran) {
20190 case 4:
20191 G__letint(result7, 85, (long) ((const TH2*) G__getstructoffset())->ProfileY((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
20192 , (Int_t) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])));
20193 break;
20194 case 3:
20195 G__letint(result7, 85, (long) ((const TH2*) G__getstructoffset())->ProfileY((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
20196 , (Int_t) G__int(libp->para[2])));
20197 break;
20198 case 2:
20199 G__letint(result7, 85, (long) ((const TH2*) G__getstructoffset())->ProfileY((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
20200 break;
20201 case 1:
20202 G__letint(result7, 85, (long) ((const TH2*) G__getstructoffset())->ProfileY((const char*) G__int(libp->para[0])));
20203 break;
20204 case 0:
20205 G__letint(result7, 85, (long) ((const TH2*) G__getstructoffset())->ProfileY());
20206 break;
20207 }
20208 return(1 || funcname || hash || result7 || libp) ;
20209 }
20210
20211 static int G__G__Hist_214_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20212 {
20213 switch (libp->paran) {
20214 case 4:
20215 G__letint(result7, 85, (long) ((const TH2*) G__getstructoffset())->ProjectionX((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
20216 , (Int_t) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])));
20217 break;
20218 case 3:
20219 G__letint(result7, 85, (long) ((const TH2*) G__getstructoffset())->ProjectionX((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
20220 , (Int_t) G__int(libp->para[2])));
20221 break;
20222 case 2:
20223 G__letint(result7, 85, (long) ((const TH2*) G__getstructoffset())->ProjectionX((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
20224 break;
20225 case 1:
20226 G__letint(result7, 85, (long) ((const TH2*) G__getstructoffset())->ProjectionX((const char*) G__int(libp->para[0])));
20227 break;
20228 case 0:
20229 G__letint(result7, 85, (long) ((const TH2*) G__getstructoffset())->ProjectionX());
20230 break;
20231 }
20232 return(1 || funcname || hash || result7 || libp) ;
20233 }
20234
20235 static int G__G__Hist_214_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20236 {
20237 switch (libp->paran) {
20238 case 4:
20239 G__letint(result7, 85, (long) ((const TH2*) G__getstructoffset())->ProjectionY((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
20240 , (Int_t) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])));
20241 break;
20242 case 3:
20243 G__letint(result7, 85, (long) ((const TH2*) G__getstructoffset())->ProjectionY((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
20244 , (Int_t) G__int(libp->para[2])));
20245 break;
20246 case 2:
20247 G__letint(result7, 85, (long) ((const TH2*) G__getstructoffset())->ProjectionY((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
20248 break;
20249 case 1:
20250 G__letint(result7, 85, (long) ((const TH2*) G__getstructoffset())->ProjectionY((const char*) G__int(libp->para[0])));
20251 break;
20252 case 0:
20253 G__letint(result7, 85, (long) ((const TH2*) G__getstructoffset())->ProjectionY());
20254 break;
20255 }
20256 return(1 || funcname || hash || result7 || libp) ;
20257 }
20258
20259 static int G__G__Hist_214_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20260 {
20261 ((TH2*) G__getstructoffset())->SetShowProjectionX((Int_t) G__int(libp->para[0]));
20262 G__setnull(result7);
20263 return(1 || funcname || hash || result7 || libp) ;
20264 }
20265
20266 static int G__G__Hist_214_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20267 {
20268 ((TH2*) G__getstructoffset())->SetShowProjectionY((Int_t) G__int(libp->para[0]));
20269 G__setnull(result7);
20270 return(1 || funcname || hash || result7 || libp) ;
20271 }
20272
20273 static int G__G__Hist_214_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20274 {
20275 G__letint(result7, 85, (long) TH2::Class());
20276 return(1 || funcname || hash || result7 || libp) ;
20277 }
20278
20279 static int G__G__Hist_214_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20280 {
20281 G__letint(result7, 67, (long) TH2::Class_Name());
20282 return(1 || funcname || hash || result7 || libp) ;
20283 }
20284
20285 static int G__G__Hist_214_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20286 {
20287 G__letint(result7, 115, (long) TH2::Class_Version());
20288 return(1 || funcname || hash || result7 || libp) ;
20289 }
20290
20291 static int G__G__Hist_214_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20292 {
20293 TH2::Dictionary();
20294 G__setnull(result7);
20295 return(1 || funcname || hash || result7 || libp) ;
20296 }
20297
20298 static int G__G__Hist_214_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20299 {
20300 ((TH2*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
20301 G__setnull(result7);
20302 return(1 || funcname || hash || result7 || libp) ;
20303 }
20304
20305 static int G__G__Hist_214_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20306 {
20307 G__letint(result7, 67, (long) TH2::DeclFileName());
20308 return(1 || funcname || hash || result7 || libp) ;
20309 }
20310
20311 static int G__G__Hist_214_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20312 {
20313 G__letint(result7, 105, (long) TH2::ImplFileLine());
20314 return(1 || funcname || hash || result7 || libp) ;
20315 }
20316
20317 static int G__G__Hist_214_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20318 {
20319 G__letint(result7, 67, (long) TH2::ImplFileName());
20320 return(1 || funcname || hash || result7 || libp) ;
20321 }
20322
20323 static int G__G__Hist_214_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20324 {
20325 G__letint(result7, 105, (long) TH2::DeclFileLine());
20326 return(1 || funcname || hash || result7 || libp) ;
20327 }
20328
20329
20330 typedef TH2 G__TTH2;
20331 static int G__G__Hist_214_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20332 {
20333 char* gvp = (char*) G__getgvp();
20334 long soff = G__getstructoffset();
20335 int n = G__getaryconstruct();
20336
20337
20338
20339
20340
20341 if (!soff) {
20342 return(1);
20343 }
20344 if (n) {
20345 if (gvp == (char*)G__PVOID) {
20346 delete[] (TH2*) soff;
20347 } else {
20348 G__setgvp((long) G__PVOID);
20349 for (int i = n - 1; i >= 0; --i) {
20350 ((TH2*) (soff+(sizeof(TH2)*i)))->~G__TTH2();
20351 }
20352 G__setgvp((long)gvp);
20353 }
20354 } else {
20355 if (gvp == (char*)G__PVOID) {
20356 delete (TH2*) soff;
20357 } else {
20358 G__setgvp((long) G__PVOID);
20359 ((TH2*) (soff))->~G__TTH2();
20360 G__setgvp((long)gvp);
20361 }
20362 }
20363 G__setnull(result7);
20364 return(1 || funcname || hash || result7 || libp) ;
20365 }
20366
20367
20368
20369 static int G__G__Hist_215_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20370 {
20371 TEfficiency* p = NULL;
20372 char* gvp = (char*) G__getgvp();
20373 int n = G__getaryconstruct();
20374 if (n) {
20375 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
20376 p = new TEfficiency[n];
20377 } else {
20378 p = new((void*) gvp) TEfficiency[n];
20379 }
20380 } else {
20381 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
20382 p = new TEfficiency;
20383 } else {
20384 p = new((void*) gvp) TEfficiency;
20385 }
20386 }
20387 result7->obj.i = (long) p;
20388 result7->ref = (long) p;
20389 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TEfficiency));
20390 return(1 || funcname || hash || result7 || libp) ;
20391 }
20392
20393 static int G__G__Hist_215_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20394 {
20395 TEfficiency* p = NULL;
20396 char* gvp = (char*) G__getgvp();
20397
20398 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
20399 p = new TEfficiency(*(TH1*) libp->para[0].ref, *(TH1*) libp->para[1].ref);
20400 } else {
20401 p = new((void*) gvp) TEfficiency(*(TH1*) libp->para[0].ref, *(TH1*) libp->para[1].ref);
20402 }
20403 result7->obj.i = (long) p;
20404 result7->ref = (long) p;
20405 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TEfficiency));
20406 return(1 || funcname || hash || result7 || libp) ;
20407 }
20408
20409 static int G__G__Hist_215_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20410 {
20411 TEfficiency* p = NULL;
20412 char* gvp = (char*) G__getgvp();
20413
20414 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
20415 p = new TEfficiency(
20416 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
20417 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3]));
20418 } else {
20419 p = new((void*) gvp) TEfficiency(
20420 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
20421 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3]));
20422 }
20423 result7->obj.i = (long) p;
20424 result7->ref = (long) p;
20425 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TEfficiency));
20426 return(1 || funcname || hash || result7 || libp) ;
20427 }
20428
20429 static int G__G__Hist_215_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20430 {
20431 TEfficiency* p = NULL;
20432 char* gvp = (char*) G__getgvp();
20433
20434 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
20435 p = new TEfficiency(
20436 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
20437 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
20438 , (Double_t) G__double(libp->para[4]));
20439 } else {
20440 p = new((void*) gvp) TEfficiency(
20441 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
20442 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
20443 , (Double_t) G__double(libp->para[4]));
20444 }
20445 result7->obj.i = (long) p;
20446 result7->ref = (long) p;
20447 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TEfficiency));
20448 return(1 || funcname || hash || result7 || libp) ;
20449 }
20450
20451 static int G__G__Hist_215_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20452 {
20453 TEfficiency* p = NULL;
20454 char* gvp = (char*) G__getgvp();
20455
20456 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
20457 p = new TEfficiency(
20458 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
20459 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
20460 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
20461 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
20462 } else {
20463 p = new((void*) gvp) TEfficiency(
20464 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
20465 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
20466 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
20467 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
20468 }
20469 result7->obj.i = (long) p;
20470 result7->ref = (long) p;
20471 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TEfficiency));
20472 return(1 || funcname || hash || result7 || libp) ;
20473 }
20474
20475 static int G__G__Hist_215_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20476 {
20477 TEfficiency* p = NULL;
20478 char* gvp = (char*) G__getgvp();
20479
20480 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
20481 p = new TEfficiency(
20482 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
20483 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
20484 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
20485 } else {
20486 p = new((void*) gvp) TEfficiency(
20487 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
20488 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
20489 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
20490 }
20491 result7->obj.i = (long) p;
20492 result7->ref = (long) p;
20493 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TEfficiency));
20494 return(1 || funcname || hash || result7 || libp) ;
20495 }
20496
20497 static int G__G__Hist_215_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20498 {
20499 TEfficiency* p = NULL;
20500 char* gvp = (char*) G__getgvp();
20501
20502 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
20503 p = new TEfficiency(
20504 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
20505 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
20506 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
20507 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
20508 , (Int_t) G__int(libp->para[8]), (Double_t) G__double(libp->para[9])
20509 , (Double_t) G__double(libp->para[10]));
20510 } else {
20511 p = new((void*) gvp) TEfficiency(
20512 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
20513 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
20514 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
20515 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
20516 , (Int_t) G__int(libp->para[8]), (Double_t) G__double(libp->para[9])
20517 , (Double_t) G__double(libp->para[10]));
20518 }
20519 result7->obj.i = (long) p;
20520 result7->ref = (long) p;
20521 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TEfficiency));
20522 return(1 || funcname || hash || result7 || libp) ;
20523 }
20524
20525 static int G__G__Hist_215_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20526 {
20527 TEfficiency* p = NULL;
20528 char* gvp = (char*) G__getgvp();
20529
20530 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
20531 p = new TEfficiency(
20532 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
20533 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
20534 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
20535 , (Int_t) G__int(libp->para[6]), (Double_t*) G__int(libp->para[7]));
20536 } else {
20537 p = new((void*) gvp) TEfficiency(
20538 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
20539 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
20540 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
20541 , (Int_t) G__int(libp->para[6]), (Double_t*) G__int(libp->para[7]));
20542 }
20543 result7->obj.i = (long) p;
20544 result7->ref = (long) p;
20545 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TEfficiency));
20546 return(1 || funcname || hash || result7 || libp) ;
20547 }
20548
20549 static int G__G__Hist_215_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20550 {
20551 TEfficiency* p = NULL;
20552 char* gvp = (char*) G__getgvp();
20553
20554 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
20555 p = new TEfficiency(*(TEfficiency*) libp->para[0].ref);
20556 } else {
20557 p = new((void*) gvp) TEfficiency(*(TEfficiency*) libp->para[0].ref);
20558 }
20559 result7->obj.i = (long) p;
20560 result7->ref = (long) p;
20561 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TEfficiency));
20562 return(1 || funcname || hash || result7 || libp) ;
20563 }
20564
20565 static int G__G__Hist_215_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20566 {
20567 ((TEfficiency*) G__getstructoffset())->Add(*(TEfficiency*) libp->para[0].ref);
20568 G__setnull(result7);
20569 return(1 || funcname || hash || result7 || libp) ;
20570 }
20571
20572 static int G__G__Hist_215_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20573 {
20574 switch (libp->paran) {
20575 case 4:
20576 ((TEfficiency*) G__getstructoffset())->Fill((Bool_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
20577 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
20578 G__setnull(result7);
20579 break;
20580 case 3:
20581 ((TEfficiency*) G__getstructoffset())->Fill((Bool_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
20582 , (Double_t) G__double(libp->para[2]));
20583 G__setnull(result7);
20584 break;
20585 case 2:
20586 ((TEfficiency*) G__getstructoffset())->Fill((Bool_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
20587 G__setnull(result7);
20588 break;
20589 }
20590 return(1 || funcname || hash || result7 || libp) ;
20591 }
20592
20593 static int G__G__Hist_215_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20594 {
20595 switch (libp->paran) {
20596 case 3:
20597 G__letint(result7, 105, (long) ((const TEfficiency*) G__getstructoffset())->FindFixBin((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
20598 , (Double_t) G__double(libp->para[2])));
20599 break;
20600 case 2:
20601 G__letint(result7, 105, (long) ((const TEfficiency*) G__getstructoffset())->FindFixBin((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
20602 break;
20603 case 1:
20604 G__letint(result7, 105, (long) ((const TEfficiency*) G__getstructoffset())->FindFixBin((Double_t) G__double(libp->para[0])));
20605 break;
20606 }
20607 return(1 || funcname || hash || result7 || libp) ;
20608 }
20609
20610 static int G__G__Hist_215_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20611 {
20612 switch (libp->paran) {
20613 case 2:
20614 G__letint(result7, 105, (long) ((TEfficiency*) G__getstructoffset())->Fit((TF1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
20615 break;
20616 case 1:
20617 G__letint(result7, 105, (long) ((TEfficiency*) G__getstructoffset())->Fit((TF1*) G__int(libp->para[0])));
20618 break;
20619 }
20620 return(1 || funcname || hash || result7 || libp) ;
20621 }
20622
20623 static int G__G__Hist_215_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20624 {
20625 switch (libp->paran) {
20626 case 1:
20627 G__letdouble(result7, 100, (double) ((const TEfficiency*) G__getstructoffset())->GetBetaAlpha((Int_t) G__int(libp->para[0])));
20628 break;
20629 case 0:
20630 G__letdouble(result7, 100, (double) ((const TEfficiency*) G__getstructoffset())->GetBetaAlpha());
20631 break;
20632 }
20633 return(1 || funcname || hash || result7 || libp) ;
20634 }
20635
20636 static int G__G__Hist_215_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20637 {
20638 switch (libp->paran) {
20639 case 1:
20640 G__letdouble(result7, 100, (double) ((const TEfficiency*) G__getstructoffset())->GetBetaBeta((Int_t) G__int(libp->para[0])));
20641 break;
20642 case 0:
20643 G__letdouble(result7, 100, (double) ((const TEfficiency*) G__getstructoffset())->GetBetaBeta());
20644 break;
20645 }
20646 return(1 || funcname || hash || result7 || libp) ;
20647 }
20648
20649 static int G__G__Hist_215_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20650 {
20651 G__letdouble(result7, 100, (double) ((const TEfficiency*) G__getstructoffset())->GetConfidenceLevel());
20652 return(1 || funcname || hash || result7 || libp) ;
20653 }
20654
20655 static int G__G__Hist_215_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20656 {
20657 G__letint(result7, 85, (long) ((const TEfficiency*) G__getstructoffset())->GetCopyPassedHisto());
20658 return(1 || funcname || hash || result7 || libp) ;
20659 }
20660
20661 static int G__G__Hist_215_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20662 {
20663 G__letint(result7, 85, (long) ((const TEfficiency*) G__getstructoffset())->GetCopyTotalHisto());
20664 return(1 || funcname || hash || result7 || libp) ;
20665 }
20666
20667 static int G__G__Hist_215_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20668 {
20669 G__letint(result7, 105, (long) ((const TEfficiency*) G__getstructoffset())->GetDimension());
20670 return(1 || funcname || hash || result7 || libp) ;
20671 }
20672
20673 static int G__G__Hist_215_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20674 {
20675 G__letint(result7, 85, (long) ((const TEfficiency*) G__getstructoffset())->GetDirectory());
20676 return(1 || funcname || hash || result7 || libp) ;
20677 }
20678
20679 static int G__G__Hist_215_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20680 {
20681 G__letdouble(result7, 100, (double) ((const TEfficiency*) G__getstructoffset())->GetEfficiency((Int_t) G__int(libp->para[0])));
20682 return(1 || funcname || hash || result7 || libp) ;
20683 }
20684
20685 static int G__G__Hist_215_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20686 {
20687 G__letdouble(result7, 100, (double) ((const TEfficiency*) G__getstructoffset())->GetEfficiencyErrorLow((Int_t) G__int(libp->para[0])));
20688 return(1 || funcname || hash || result7 || libp) ;
20689 }
20690
20691 static int G__G__Hist_215_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20692 {
20693 G__letdouble(result7, 100, (double) ((const TEfficiency*) G__getstructoffset())->GetEfficiencyErrorUp((Int_t) G__int(libp->para[0])));
20694 return(1 || funcname || hash || result7 || libp) ;
20695 }
20696
20697 static int G__G__Hist_215_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20698 {
20699 switch (libp->paran) {
20700 case 3:
20701 G__letint(result7, 105, (long) ((const TEfficiency*) G__getstructoffset())->GetGlobalBin((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
20702 , (Int_t) G__int(libp->para[2])));
20703 break;
20704 case 2:
20705 G__letint(result7, 105, (long) ((const TEfficiency*) G__getstructoffset())->GetGlobalBin((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
20706 break;
20707 case 1:
20708 G__letint(result7, 105, (long) ((const TEfficiency*) G__getstructoffset())->GetGlobalBin((Int_t) G__int(libp->para[0])));
20709 break;
20710 }
20711 return(1 || funcname || hash || result7 || libp) ;
20712 }
20713
20714 static int G__G__Hist_215_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20715 {
20716 G__letint(result7, 85, (long) ((const TEfficiency*) G__getstructoffset())->GetPaintedGraph());
20717 return(1 || funcname || hash || result7 || libp) ;
20718 }
20719
20720 static int G__G__Hist_215_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20721 {
20722 G__letint(result7, 85, (long) ((const TEfficiency*) G__getstructoffset())->GetPaintedHistogram());
20723 return(1 || funcname || hash || result7 || libp) ;
20724 }
20725
20726 static int G__G__Hist_215_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20727 {
20728 G__letint(result7, 85, (long) ((const TEfficiency*) G__getstructoffset())->GetListOfFunctions());
20729 return(1 || funcname || hash || result7 || libp) ;
20730 }
20731
20732 static int G__G__Hist_215_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20733 {
20734 G__letint(result7, 85, (long) ((const TEfficiency*) G__getstructoffset())->GetPassedHistogram());
20735 return(1 || funcname || hash || result7 || libp) ;
20736 }
20737
20738 static int G__G__Hist_215_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20739 {
20740 G__letint(result7, 105, (long) ((const TEfficiency*) G__getstructoffset())->GetStatisticOption());
20741 return(1 || funcname || hash || result7 || libp) ;
20742 }
20743
20744 static int G__G__Hist_215_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20745 {
20746 G__letint(result7, 85, (long) ((const TEfficiency*) G__getstructoffset())->GetTotalHistogram());
20747 return(1 || funcname || hash || result7 || libp) ;
20748 }
20749
20750 static int G__G__Hist_215_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20751 {
20752 G__letdouble(result7, 100, (double) ((const TEfficiency*) G__getstructoffset())->GetWeight());
20753 return(1 || funcname || hash || result7 || libp) ;
20754 }
20755
20756 static int G__G__Hist_215_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20757 {
20758 ((TEfficiency*) G__getstructoffset())->Merge((TCollection*) G__int(libp->para[0]));
20759 G__setnull(result7);
20760 return(1 || funcname || hash || result7 || libp) ;
20761 }
20762
20763 static int G__G__Hist_215_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20764 {
20765 {
20766 const TEfficiency& obj = ((TEfficiency*) G__getstructoffset())->operator+=(*(TEfficiency*) libp->para[0].ref);
20767 result7->ref = (long) (&obj);
20768 result7->obj.i = (long) (&obj);
20769 }
20770 return(1 || funcname || hash || result7 || libp) ;
20771 }
20772
20773 static int G__G__Hist_215_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20774 {
20775 {
20776 const TEfficiency& obj = ((TEfficiency*) G__getstructoffset())->operator=(*(TEfficiency*) libp->para[0].ref);
20777 result7->ref = (long) (&obj);
20778 result7->obj.i = (long) (&obj);
20779 }
20780 return(1 || funcname || hash || result7 || libp) ;
20781 }
20782
20783 static int G__G__Hist_215_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20784 {
20785 ((TEfficiency*) G__getstructoffset())->SetBetaAlpha((Double_t) G__double(libp->para[0]));
20786 G__setnull(result7);
20787 return(1 || funcname || hash || result7 || libp) ;
20788 }
20789
20790 static int G__G__Hist_215_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20791 {
20792 ((TEfficiency*) G__getstructoffset())->SetBetaBeta((Double_t) G__double(libp->para[0]));
20793 G__setnull(result7);
20794 return(1 || funcname || hash || result7 || libp) ;
20795 }
20796
20797 static int G__G__Hist_215_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20798 {
20799 ((TEfficiency*) G__getstructoffset())->SetBetaBinParameters((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
20800 , (Double_t) G__double(libp->para[2]));
20801 G__setnull(result7);
20802 return(1 || funcname || hash || result7 || libp) ;
20803 }
20804
20805 static int G__G__Hist_215_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20806 {
20807 ((TEfficiency*) G__getstructoffset())->SetConfidenceLevel((Double_t) G__double(libp->para[0]));
20808 G__setnull(result7);
20809 return(1 || funcname || hash || result7 || libp) ;
20810 }
20811
20812 static int G__G__Hist_215_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20813 {
20814 ((TEfficiency*) G__getstructoffset())->SetDirectory((TDirectory*) G__int(libp->para[0]));
20815 G__setnull(result7);
20816 return(1 || funcname || hash || result7 || libp) ;
20817 }
20818
20819 static int G__G__Hist_215_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20820 {
20821 G__letint(result7, 103, (long) ((TEfficiency*) G__getstructoffset())->SetPassedEvents((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
20822 return(1 || funcname || hash || result7 || libp) ;
20823 }
20824
20825 static int G__G__Hist_215_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20826 {
20827 G__letint(result7, 103, (long) ((TEfficiency*) G__getstructoffset())->SetPassedHistogram(*(TH1*) libp->para[0].ref, (Option_t*) G__int(libp->para[1])));
20828 return(1 || funcname || hash || result7 || libp) ;
20829 }
20830
20831 static int G__G__Hist_215_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20832 {
20833 switch (libp->paran) {
20834 case 1:
20835 ((TEfficiency*) G__getstructoffset())->SetPosteriorMode((Bool_t) G__int(libp->para[0]));
20836 G__setnull(result7);
20837 break;
20838 case 0:
20839 ((TEfficiency*) G__getstructoffset())->SetPosteriorMode();
20840 G__setnull(result7);
20841 break;
20842 }
20843 return(1 || funcname || hash || result7 || libp) ;
20844 }
20845
20846 static int G__G__Hist_215_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20847 {
20848 switch (libp->paran) {
20849 case 1:
20850 ((TEfficiency*) G__getstructoffset())->SetPosteriorAverage((Bool_t) G__int(libp->para[0]));
20851 G__setnull(result7);
20852 break;
20853 case 0:
20854 ((TEfficiency*) G__getstructoffset())->SetPosteriorAverage();
20855 G__setnull(result7);
20856 break;
20857 }
20858 return(1 || funcname || hash || result7 || libp) ;
20859 }
20860
20861 static int G__G__Hist_215_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20862 {
20863 switch (libp->paran) {
20864 case 1:
20865 ((TEfficiency*) G__getstructoffset())->SetShortestInterval((Bool_t) G__int(libp->para[0]));
20866 G__setnull(result7);
20867 break;
20868 case 0:
20869 ((TEfficiency*) G__getstructoffset())->SetShortestInterval();
20870 G__setnull(result7);
20871 break;
20872 }
20873 return(1 || funcname || hash || result7 || libp) ;
20874 }
20875
20876 static int G__G__Hist_215_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20877 {
20878 switch (libp->paran) {
20879 case 1:
20880 ((TEfficiency*) G__getstructoffset())->SetCentralInterval((Bool_t) G__int(libp->para[0]));
20881 G__setnull(result7);
20882 break;
20883 case 0:
20884 ((TEfficiency*) G__getstructoffset())->SetCentralInterval();
20885 G__setnull(result7);
20886 break;
20887 }
20888 return(1 || funcname || hash || result7 || libp) ;
20889 }
20890
20891 static int G__G__Hist_215_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20892 {
20893 ((TEfficiency*) G__getstructoffset())->SetStatisticOption((TEfficiency::EStatOption) G__int(libp->para[0]));
20894 G__setnull(result7);
20895 return(1 || funcname || hash || result7 || libp) ;
20896 }
20897
20898 static int G__G__Hist_215_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20899 {
20900 G__letint(result7, 103, (long) ((TEfficiency*) G__getstructoffset())->SetTotalEvents((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
20901 return(1 || funcname || hash || result7 || libp) ;
20902 }
20903
20904 static int G__G__Hist_215_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20905 {
20906 G__letint(result7, 103, (long) ((TEfficiency*) G__getstructoffset())->SetTotalHistogram(*(TH1*) libp->para[0].ref, (Option_t*) G__int(libp->para[1])));
20907 return(1 || funcname || hash || result7 || libp) ;
20908 }
20909
20910 static int G__G__Hist_215_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20911 {
20912 ((TEfficiency*) G__getstructoffset())->SetWeight((Double_t) G__double(libp->para[0]));
20913 G__setnull(result7);
20914 return(1 || funcname || hash || result7 || libp) ;
20915 }
20916
20917 static int G__G__Hist_215_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20918 {
20919 G__letint(result7, 103, (long) ((const TEfficiency*) G__getstructoffset())->UsesBayesianStat());
20920 return(1 || funcname || hash || result7 || libp) ;
20921 }
20922
20923 static int G__G__Hist_215_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20924 {
20925 G__letint(result7, 103, (long) ((const TEfficiency*) G__getstructoffset())->UsesPosteriorMode());
20926 return(1 || funcname || hash || result7 || libp) ;
20927 }
20928
20929 static int G__G__Hist_215_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20930 {
20931 G__letint(result7, 103, (long) ((const TEfficiency*) G__getstructoffset())->UsesShortestInterval());
20932 return(1 || funcname || hash || result7 || libp) ;
20933 }
20934
20935 static int G__G__Hist_215_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20936 {
20937 G__letint(result7, 103, (long) ((const TEfficiency*) G__getstructoffset())->UsesPosteriorAverage());
20938 return(1 || funcname || hash || result7 || libp) ;
20939 }
20940
20941 static int G__G__Hist_215_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20942 {
20943 G__letint(result7, 103, (long) ((const TEfficiency*) G__getstructoffset())->UsesCentralInterval());
20944 return(1 || funcname || hash || result7 || libp) ;
20945 }
20946
20947 static int G__G__Hist_215_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20948 {
20949 G__letint(result7, 103, (long) TEfficiency::CheckBinning(*(TH1*) libp->para[0].ref, *(TH1*) libp->para[1].ref));
20950 return(1 || funcname || hash || result7 || libp) ;
20951 }
20952
20953 static int G__G__Hist_215_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20954 {
20955 switch (libp->paran) {
20956 case 3:
20957 G__letint(result7, 103, (long) TEfficiency::CheckConsistency(*(TH1*) libp->para[0].ref, *(TH1*) libp->para[1].ref
20958 , (Option_t*) G__int(libp->para[2])));
20959 break;
20960 case 2:
20961 G__letint(result7, 103, (long) TEfficiency::CheckConsistency(*(TH1*) libp->para[0].ref, *(TH1*) libp->para[1].ref));
20962 break;
20963 }
20964 return(1 || funcname || hash || result7 || libp) ;
20965 }
20966
20967 static int G__G__Hist_215_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20968 {
20969 switch (libp->paran) {
20970 case 3:
20971 G__letint(result7, 103, (long) TEfficiency::CheckEntries(*(TH1*) libp->para[0].ref, *(TH1*) libp->para[1].ref
20972 , (Option_t*) G__int(libp->para[2])));
20973 break;
20974 case 2:
20975 G__letint(result7, 103, (long) TEfficiency::CheckEntries(*(TH1*) libp->para[0].ref, *(TH1*) libp->para[1].ref));
20976 break;
20977 }
20978 return(1 || funcname || hash || result7 || libp) ;
20979 }
20980
20981 static int G__G__Hist_215_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20982 {
20983 switch (libp->paran) {
20984 case 10:
20985 G__letdouble(result7, 100, (double) TEfficiency::Combine(
20986 *(Double_t*) G__Doubleref(&libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
20987 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
20988 , (const Int_t*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
20989 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
20990 , (Double_t*) G__int(libp->para[8]), (Option_t*) G__int(libp->para[9])));
20991 break;
20992 case 9:
20993 G__letdouble(result7, 100, (double) TEfficiency::Combine(
20994 *(Double_t*) G__Doubleref(&libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
20995 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
20996 , (const Int_t*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
20997 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
20998 , (Double_t*) G__int(libp->para[8])));
20999 break;
21000 case 8:
21001 G__letdouble(result7, 100, (double) TEfficiency::Combine(
21002 *(Double_t*) G__Doubleref(&libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
21003 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
21004 , (const Int_t*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
21005 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])));
21006 break;
21007 case 7:
21008 G__letdouble(result7, 100, (double) TEfficiency::Combine(
21009 *(Double_t*) G__Doubleref(&libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
21010 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
21011 , (const Int_t*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
21012 , (Double_t) G__double(libp->para[6])));
21013 break;
21014 }
21015 return(1 || funcname || hash || result7 || libp) ;
21016 }
21017
21018 static int G__G__Hist_215_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21019 {
21020 switch (libp->paran) {
21021 case 4:
21022 G__letint(result7, 85, (long) TEfficiency::Combine((TCollection*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
21023 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])));
21024 break;
21025 case 3:
21026 G__letint(result7, 85, (long) TEfficiency::Combine((TCollection*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
21027 , (Int_t) G__int(libp->para[2])));
21028 break;
21029 case 2:
21030 G__letint(result7, 85, (long) TEfficiency::Combine((TCollection*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
21031 break;
21032 case 1:
21033 G__letint(result7, 85, (long) TEfficiency::Combine((TCollection*) G__int(libp->para[0])));
21034 break;
21035 }
21036 return(1 || funcname || hash || result7 || libp) ;
21037 }
21038
21039 static int G__G__Hist_215_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21040 {
21041 G__letdouble(result7, 100, (double) TEfficiency::AgrestiCoull((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
21042 , (Double_t) G__double(libp->para[2]), (Bool_t) G__int(libp->para[3])));
21043 return(1 || funcname || hash || result7 || libp) ;
21044 }
21045
21046 static int G__G__Hist_215_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21047 {
21048 G__letdouble(result7, 100, (double) TEfficiency::ClopperPearson((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
21049 , (Double_t) G__double(libp->para[2]), (Bool_t) G__int(libp->para[3])));
21050 return(1 || funcname || hash || result7 || libp) ;
21051 }
21052
21053 static int G__G__Hist_215_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21054 {
21055 G__letdouble(result7, 100, (double) TEfficiency::Normal((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
21056 , (Double_t) G__double(libp->para[2]), (Bool_t) G__int(libp->para[3])));
21057 return(1 || funcname || hash || result7 || libp) ;
21058 }
21059
21060 static int G__G__Hist_215_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21061 {
21062 G__letdouble(result7, 100, (double) TEfficiency::Wilson((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
21063 , (Double_t) G__double(libp->para[2]), (Bool_t) G__int(libp->para[3])));
21064 return(1 || funcname || hash || result7 || libp) ;
21065 }
21066
21067 static int G__G__Hist_215_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21068 {
21069 G__letdouble(result7, 100, (double) TEfficiency::FeldmanCousins((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
21070 , (Double_t) G__double(libp->para[2]), (Bool_t) G__int(libp->para[3])));
21071 return(1 || funcname || hash || result7 || libp) ;
21072 }
21073
21074 static int G__G__Hist_215_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21075 {
21076 G__letint(result7, 103, (long) TEfficiency::FeldmanCousinsInterval((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
21077 , (Double_t) G__double(libp->para[2]), *(Double_t*) G__Doubleref(&libp->para[3])
21078 , *(Double_t*) G__Doubleref(&libp->para[4])));
21079 return(1 || funcname || hash || result7 || libp) ;
21080 }
21081
21082 static int G__G__Hist_215_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21083 {
21084 switch (libp->paran) {
21085 case 7:
21086 G__letdouble(result7, 100, (double) TEfficiency::Bayesian(
21087 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
21088 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
21089 , (Double_t) G__double(libp->para[4]), (Bool_t) G__int(libp->para[5])
21090 , (Bool_t) G__int(libp->para[6])));
21091 break;
21092 case 6:
21093 G__letdouble(result7, 100, (double) TEfficiency::Bayesian((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
21094 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
21095 , (Double_t) G__double(libp->para[4]), (Bool_t) G__int(libp->para[5])));
21096 break;
21097 }
21098 return(1 || funcname || hash || result7 || libp) ;
21099 }
21100
21101 static int G__G__Hist_215_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21102 {
21103 G__letdouble(result7, 100, (double) TEfficiency::BetaCentralInterval((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
21104 , (Double_t) G__double(libp->para[2]), (Bool_t) G__int(libp->para[3])));
21105 return(1 || funcname || hash || result7 || libp) ;
21106 }
21107
21108 static int G__G__Hist_215_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21109 {
21110 G__letint(result7, 103, (long) TEfficiency::BetaShortestInterval((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
21111 , (Double_t) G__double(libp->para[2]), *(Double_t*) G__Doubleref(&libp->para[3])
21112 , *(Double_t*) G__Doubleref(&libp->para[4])));
21113 return(1 || funcname || hash || result7 || libp) ;
21114 }
21115
21116 static int G__G__Hist_215_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21117 {
21118 G__letdouble(result7, 100, (double) TEfficiency::BetaMean((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
21119 return(1 || funcname || hash || result7 || libp) ;
21120 }
21121
21122 static int G__G__Hist_215_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21123 {
21124 G__letdouble(result7, 100, (double) TEfficiency::BetaMode((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
21125 return(1 || funcname || hash || result7 || libp) ;
21126 }
21127
21128 static int G__G__Hist_215_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21129 {
21130 G__letint(result7, 85, (long) TEfficiency::Class());
21131 return(1 || funcname || hash || result7 || libp) ;
21132 }
21133
21134 static int G__G__Hist_215_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21135 {
21136 G__letint(result7, 67, (long) TEfficiency::Class_Name());
21137 return(1 || funcname || hash || result7 || libp) ;
21138 }
21139
21140 static int G__G__Hist_215_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21141 {
21142 G__letint(result7, 115, (long) TEfficiency::Class_Version());
21143 return(1 || funcname || hash || result7 || libp) ;
21144 }
21145
21146 static int G__G__Hist_215_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21147 {
21148 TEfficiency::Dictionary();
21149 G__setnull(result7);
21150 return(1 || funcname || hash || result7 || libp) ;
21151 }
21152
21153 static int G__G__Hist_215_0_86(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21154 {
21155 ((TEfficiency*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
21156 G__setnull(result7);
21157 return(1 || funcname || hash || result7 || libp) ;
21158 }
21159
21160 static int G__G__Hist_215_0_87(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21161 {
21162 G__letint(result7, 67, (long) TEfficiency::DeclFileName());
21163 return(1 || funcname || hash || result7 || libp) ;
21164 }
21165
21166 static int G__G__Hist_215_0_88(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21167 {
21168 G__letint(result7, 105, (long) TEfficiency::ImplFileLine());
21169 return(1 || funcname || hash || result7 || libp) ;
21170 }
21171
21172 static int G__G__Hist_215_0_89(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21173 {
21174 G__letint(result7, 67, (long) TEfficiency::ImplFileName());
21175 return(1 || funcname || hash || result7 || libp) ;
21176 }
21177
21178 static int G__G__Hist_215_0_90(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21179 {
21180 G__letint(result7, 105, (long) TEfficiency::DeclFileLine());
21181 return(1 || funcname || hash || result7 || libp) ;
21182 }
21183
21184
21185 typedef TEfficiency G__TTEfficiency;
21186 static int G__G__Hist_215_0_91(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21187 {
21188 char* gvp = (char*) G__getgvp();
21189 long soff = G__getstructoffset();
21190 int n = G__getaryconstruct();
21191
21192
21193
21194
21195
21196 if (!soff) {
21197 return(1);
21198 }
21199 if (n) {
21200 if (gvp == (char*)G__PVOID) {
21201 delete[] (TEfficiency*) soff;
21202 } else {
21203 G__setgvp((long) G__PVOID);
21204 for (int i = n - 1; i >= 0; --i) {
21205 ((TEfficiency*) (soff+(sizeof(TEfficiency)*i)))->~G__TTEfficiency();
21206 }
21207 G__setgvp((long)gvp);
21208 }
21209 } else {
21210 if (gvp == (char*)G__PVOID) {
21211 delete (TEfficiency*) soff;
21212 } else {
21213 G__setgvp((long) G__PVOID);
21214 ((TEfficiency*) (soff))->~G__TTEfficiency();
21215 G__setgvp((long)gvp);
21216 }
21217 }
21218 G__setnull(result7);
21219 return(1 || funcname || hash || result7 || libp) ;
21220 }
21221
21222
21223
21224 static int G__G__Hist_227_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21225 {
21226 TFormulaPrimitive* p = NULL;
21227 char* gvp = (char*) G__getgvp();
21228 int n = G__getaryconstruct();
21229 if (n) {
21230 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
21231 p = new TFormulaPrimitive[n];
21232 } else {
21233 p = new((void*) gvp) TFormulaPrimitive[n];
21234 }
21235 } else {
21236 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
21237 p = new TFormulaPrimitive;
21238 } else {
21239 p = new((void*) gvp) TFormulaPrimitive;
21240 }
21241 }
21242 result7->obj.i = (long) p;
21243 result7->ref = (long) p;
21244 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TFormulaPrimitive));
21245 return(1 || funcname || hash || result7 || libp) ;
21246 }
21247
21248 static int G__G__Hist_227_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21249 {
21250 TFormulaPrimitive* p = NULL;
21251 char* gvp = (char*) G__getgvp();
21252
21253 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
21254 p = new TFormulaPrimitive(
21255 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
21256 , (TFormulaPrimitive::GenFunc0) G__int(libp->para[2]));
21257 } else {
21258 p = new((void*) gvp) TFormulaPrimitive(
21259 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
21260 , (TFormulaPrimitive::GenFunc0) G__int(libp->para[2]));
21261 }
21262 result7->obj.i = (long) p;
21263 result7->ref = (long) p;
21264 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TFormulaPrimitive));
21265 return(1 || funcname || hash || result7 || libp) ;
21266 }
21267
21268 static int G__G__Hist_227_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21269 {
21270 TFormulaPrimitive* p = NULL;
21271 char* gvp = (char*) G__getgvp();
21272
21273 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
21274 p = new TFormulaPrimitive(
21275 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
21276 , (TFormulaPrimitive::GenFuncG) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
21277 } else {
21278 p = new((void*) gvp) TFormulaPrimitive(
21279 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
21280 , (TFormulaPrimitive::GenFuncG) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
21281 }
21282 result7->obj.i = (long) p;
21283 result7->ref = (long) p;
21284 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TFormulaPrimitive));
21285 return(1 || funcname || hash || result7 || libp) ;
21286 }
21287
21288 static int G__G__Hist_227_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21289 {
21290 TFormulaPrimitive* p = NULL;
21291 char* gvp = (char*) G__getgvp();
21292
21293 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
21294 p = new TFormulaPrimitive(
21295 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
21296 , *(TFormulaPrimitive::TFunc0 *) G__int(libp->para[2]));
21297 } else {
21298 p = new((void*) gvp) TFormulaPrimitive(
21299 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
21300 , *(TFormulaPrimitive::TFunc0 *) G__int(libp->para[2]));
21301 }
21302 result7->obj.i = (long) p;
21303 result7->ref = (long) p;
21304 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TFormulaPrimitive));
21305 return(1 || funcname || hash || result7 || libp) ;
21306 }
21307
21308 static int G__G__Hist_227_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21309 {
21310 G__letint(result7, 105, (long) TFormulaPrimitive::AddFormula((TFormulaPrimitive*) G__int(libp->para[0])));
21311 return(1 || funcname || hash || result7 || libp) ;
21312 }
21313
21314 static int G__G__Hist_227_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21315 {
21316 G__letint(result7, 85, (long) TFormulaPrimitive::FindFormula((const char*) G__int(libp->para[0])));
21317 return(1 || funcname || hash || result7 || libp) ;
21318 }
21319
21320 static int G__G__Hist_227_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21321 {
21322 G__letint(result7, 85, (long) TFormulaPrimitive::FindFormula((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
21323 return(1 || funcname || hash || result7 || libp) ;
21324 }
21325
21326 static int G__G__Hist_227_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21327 {
21328 G__letint(result7, 85, (long) TFormulaPrimitive::FindFormula((const char*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])));
21329 return(1 || funcname || hash || result7 || libp) ;
21330 }
21331
21332 static int G__G__Hist_227_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21333 {
21334 G__letdouble(result7, 100, (double) ((TFormulaPrimitive*) G__getstructoffset())->Eval((Double_t*) G__int(libp->para[0])));
21335 return(1 || funcname || hash || result7 || libp) ;
21336 }
21337
21338 static int G__G__Hist_227_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21339 {
21340 G__letdouble(result7, 100, (double) ((TFormulaPrimitive*) G__getstructoffset())->Eval((TObject*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])));
21341 return(1 || funcname || hash || result7 || libp) ;
21342 }
21343
21344 static int G__G__Hist_227_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21345 {
21346 G__letdouble(result7, 100, (double) ((TFormulaPrimitive*) G__getstructoffset())->Eval((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])));
21347 return(1 || funcname || hash || result7 || libp) ;
21348 }
21349
21350 static int G__G__Hist_227_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21351 {
21352 G__letint(result7, 85, (long) TFormulaPrimitive::Class());
21353 return(1 || funcname || hash || result7 || libp) ;
21354 }
21355
21356 static int G__G__Hist_227_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21357 {
21358 G__letint(result7, 67, (long) TFormulaPrimitive::Class_Name());
21359 return(1 || funcname || hash || result7 || libp) ;
21360 }
21361
21362 static int G__G__Hist_227_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21363 {
21364 G__letint(result7, 115, (long) TFormulaPrimitive::Class_Version());
21365 return(1 || funcname || hash || result7 || libp) ;
21366 }
21367
21368 static int G__G__Hist_227_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21369 {
21370 TFormulaPrimitive::Dictionary();
21371 G__setnull(result7);
21372 return(1 || funcname || hash || result7 || libp) ;
21373 }
21374
21375 static int G__G__Hist_227_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21376 {
21377 ((TFormulaPrimitive*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
21378 G__setnull(result7);
21379 return(1 || funcname || hash || result7 || libp) ;
21380 }
21381
21382 static int G__G__Hist_227_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21383 {
21384 G__letint(result7, 67, (long) TFormulaPrimitive::DeclFileName());
21385 return(1 || funcname || hash || result7 || libp) ;
21386 }
21387
21388 static int G__G__Hist_227_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21389 {
21390 G__letint(result7, 105, (long) TFormulaPrimitive::ImplFileLine());
21391 return(1 || funcname || hash || result7 || libp) ;
21392 }
21393
21394 static int G__G__Hist_227_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21395 {
21396 G__letint(result7, 67, (long) TFormulaPrimitive::ImplFileName());
21397 return(1 || funcname || hash || result7 || libp) ;
21398 }
21399
21400 static int G__G__Hist_227_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21401 {
21402 G__letint(result7, 105, (long) TFormulaPrimitive::DeclFileLine());
21403 return(1 || funcname || hash || result7 || libp) ;
21404 }
21405
21406
21407 typedef TFormulaPrimitive G__TTFormulaPrimitive;
21408 static int G__G__Hist_227_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21409 {
21410 char* gvp = (char*) G__getgvp();
21411 long soff = G__getstructoffset();
21412 int n = G__getaryconstruct();
21413
21414
21415
21416
21417
21418 if (!soff) {
21419 return(1);
21420 }
21421 if (n) {
21422 if (gvp == (char*)G__PVOID) {
21423 delete[] (TFormulaPrimitive*) soff;
21424 } else {
21425 G__setgvp((long) G__PVOID);
21426 for (int i = n - 1; i >= 0; --i) {
21427 ((TFormulaPrimitive*) (soff+(sizeof(TFormulaPrimitive)*i)))->~G__TTFormulaPrimitive();
21428 }
21429 G__setgvp((long)gvp);
21430 }
21431 } else {
21432 if (gvp == (char*)G__PVOID) {
21433 delete (TFormulaPrimitive*) soff;
21434 } else {
21435 G__setgvp((long) G__PVOID);
21436 ((TFormulaPrimitive*) (soff))->~G__TTFormulaPrimitive();
21437 G__setgvp((long)gvp);
21438 }
21439 }
21440 G__setnull(result7);
21441 return(1 || funcname || hash || result7 || libp) ;
21442 }
21443
21444
21445
21446 static int G__G__Hist_229_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21447 {
21448 TFormula* p = NULL;
21449 char* gvp = (char*) G__getgvp();
21450 int n = G__getaryconstruct();
21451 if (n) {
21452 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
21453 p = new TFormula[n];
21454 } else {
21455 p = new((void*) gvp) TFormula[n];
21456 }
21457 } else {
21458 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
21459 p = new TFormula;
21460 } else {
21461 p = new((void*) gvp) TFormula;
21462 }
21463 }
21464 result7->obj.i = (long) p;
21465 result7->ref = (long) p;
21466 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TFormula));
21467 return(1 || funcname || hash || result7 || libp) ;
21468 }
21469
21470 static int G__G__Hist_229_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21471 {
21472 TFormula* p = NULL;
21473 char* gvp = (char*) G__getgvp();
21474
21475 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
21476 p = new TFormula((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
21477 } else {
21478 p = new((void*) gvp) TFormula((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
21479 }
21480 result7->obj.i = (long) p;
21481 result7->ref = (long) p;
21482 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TFormula));
21483 return(1 || funcname || hash || result7 || libp) ;
21484 }
21485
21486 static int G__G__Hist_229_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21487 {
21488 TFormula* p = NULL;
21489 char* gvp = (char*) G__getgvp();
21490
21491 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
21492 p = new TFormula(*(TFormula*) libp->para[0].ref);
21493 } else {
21494 p = new((void*) gvp) TFormula(*(TFormula*) libp->para[0].ref);
21495 }
21496 result7->obj.i = (long) p;
21497 result7->ref = (long) p;
21498 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TFormula));
21499 return(1 || funcname || hash || result7 || libp) ;
21500 }
21501
21502 static int G__G__Hist_229_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21503 {
21504 {
21505 const TFormula& obj = ((TFormula*) G__getstructoffset())->operator=(*(TFormula*) libp->para[0].ref);
21506 result7->ref = (long) (&obj);
21507 result7->obj.i = (long) (&obj);
21508 }
21509 return(1 || funcname || hash || result7 || libp) ;
21510 }
21511
21512 static int G__G__Hist_229_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21513 {
21514 ((TFormula*) G__getstructoffset())->Optimize();
21515 G__setnull(result7);
21516 return(1 || funcname || hash || result7 || libp) ;
21517 }
21518
21519 static int G__G__Hist_229_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21520 {
21521 switch (libp->paran) {
21522 case 3:
21523 ((TFormula*) G__getstructoffset())->Analyze((const char*) G__int(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])
21524 , (Int_t) G__int(libp->para[2]));
21525 G__setnull(result7);
21526 break;
21527 case 2:
21528 ((TFormula*) G__getstructoffset())->Analyze((const char*) G__int(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1]));
21529 G__setnull(result7);
21530 break;
21531 }
21532 return(1 || funcname || hash || result7 || libp) ;
21533 }
21534
21535 static int G__G__Hist_229_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21536 {
21537 switch (libp->paran) {
21538 case 3:
21539 G__letint(result7, 103, (long) ((TFormula*) G__getstructoffset())->AnalyzeFunction(*(TString*) libp->para[0].ref, *(Int_t*) G__Intref(&libp->para[1])
21540 , (Int_t) G__int(libp->para[2])));
21541 break;
21542 case 2:
21543 G__letint(result7, 103, (long) ((TFormula*) G__getstructoffset())->AnalyzeFunction(*(TString*) libp->para[0].ref, *(Int_t*) G__Intref(&libp->para[1])));
21544 break;
21545 }
21546 return(1 || funcname || hash || result7 || libp) ;
21547 }
21548
21549 static int G__G__Hist_229_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21550 {
21551 switch (libp->paran) {
21552 case 1:
21553 G__letint(result7, 105, (long) ((TFormula*) G__getstructoffset())->Compile((const char*) G__int(libp->para[0])));
21554 break;
21555 case 0:
21556 G__letint(result7, 105, (long) ((TFormula*) G__getstructoffset())->Compile());
21557 break;
21558 }
21559 return(1 || funcname || hash || result7 || libp) ;
21560 }
21561
21562 static int G__G__Hist_229_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21563 {
21564 G__letint(result7, 67, (long) ((TFormula*) G__getstructoffset())->DefinedString((Int_t) G__int(libp->para[0])));
21565 return(1 || funcname || hash || result7 || libp) ;
21566 }
21567
21568 static int G__G__Hist_229_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21569 {
21570 G__letdouble(result7, 100, (double) ((TFormula*) G__getstructoffset())->DefinedValue((Int_t) G__int(libp->para[0])));
21571 return(1 || funcname || hash || result7 || libp) ;
21572 }
21573
21574 static int G__G__Hist_229_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21575 {
21576 G__letint(result7, 105, (long) ((TFormula*) G__getstructoffset())->DefinedVariable(*(TString*) libp->para[0].ref, *(Int_t*) G__Intref(&libp->para[1])));
21577 return(1 || funcname || hash || result7 || libp) ;
21578 }
21579
21580 static int G__G__Hist_229_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21581 {
21582 switch (libp->paran) {
21583 case 4:
21584 G__letdouble(result7, 100, (double) ((const TFormula*) G__getstructoffset())->Eval((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
21585 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
21586 break;
21587 case 3:
21588 G__letdouble(result7, 100, (double) ((const TFormula*) G__getstructoffset())->Eval((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
21589 , (Double_t) G__double(libp->para[2])));
21590 break;
21591 case 2:
21592 G__letdouble(result7, 100, (double) ((const TFormula*) G__getstructoffset())->Eval((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
21593 break;
21594 case 1:
21595 G__letdouble(result7, 100, (double) ((const TFormula*) G__getstructoffset())->Eval((Double_t) G__double(libp->para[0])));
21596 break;
21597 }
21598 return(1 || funcname || hash || result7 || libp) ;
21599 }
21600
21601 static int G__G__Hist_229_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21602 {
21603 switch (libp->paran) {
21604 case 2:
21605 G__letdouble(result7, 100, (double) ((TFormula*) G__getstructoffset())->EvalParOld((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])));
21606 break;
21607 case 1:
21608 G__letdouble(result7, 100, (double) ((TFormula*) G__getstructoffset())->EvalParOld((Double_t*) G__int(libp->para[0])));
21609 break;
21610 }
21611 return(1 || funcname || hash || result7 || libp) ;
21612 }
21613
21614 static int G__G__Hist_229_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21615 {
21616 switch (libp->paran) {
21617 case 2:
21618 G__letdouble(result7, 100, (double) ((TFormula*) G__getstructoffset())->EvalPar((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])));
21619 break;
21620 case 1:
21621 G__letdouble(result7, 100, (double) ((TFormula*) G__getstructoffset())->EvalPar((Double_t*) G__int(libp->para[0])));
21622 break;
21623 }
21624 return(1 || funcname || hash || result7 || libp) ;
21625 }
21626
21627 static int G__G__Hist_229_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21628 {
21629 G__letint(result7, 85, (long) ((TFormula*) G__getstructoffset())->GetLinearPart((Int_t) G__int(libp->para[0])));
21630 return(1 || funcname || hash || result7 || libp) ;
21631 }
21632
21633 static int G__G__Hist_229_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21634 {
21635 G__letint(result7, 105, (long) ((const TFormula*) G__getstructoffset())->GetNdim());
21636 return(1 || funcname || hash || result7 || libp) ;
21637 }
21638
21639 static int G__G__Hist_229_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21640 {
21641 G__letint(result7, 105, (long) ((const TFormula*) G__getstructoffset())->GetNpar());
21642 return(1 || funcname || hash || result7 || libp) ;
21643 }
21644
21645 static int G__G__Hist_229_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21646 {
21647 G__letint(result7, 105, (long) ((const TFormula*) G__getstructoffset())->GetNumber());
21648 return(1 || funcname || hash || result7 || libp) ;
21649 }
21650
21651 static int G__G__Hist_229_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21652 {
21653 switch (libp->paran) {
21654 case 1:
21655 {
21656 const TString* pobj;
21657 const TString xobj = ((const TFormula*) G__getstructoffset())->GetExpFormula((Option_t*) G__int(libp->para[0]));
21658 pobj = new TString(xobj);
21659 result7->obj.i = (long) ((void*) pobj);
21660 result7->ref = result7->obj.i;
21661 G__store_tempobject(*result7);
21662 }
21663 break;
21664 case 0:
21665 {
21666 const TString* pobj;
21667 const TString xobj = ((const TFormula*) G__getstructoffset())->GetExpFormula();
21668 pobj = new TString(xobj);
21669 result7->obj.i = (long) ((void*) pobj);
21670 result7->ref = result7->obj.i;
21671 G__store_tempobject(*result7);
21672 }
21673 break;
21674 }
21675 return(1 || funcname || hash || result7 || libp) ;
21676 }
21677
21678 static int G__G__Hist_229_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21679 {
21680 G__letdouble(result7, 100, (double) ((const TFormula*) G__getstructoffset())->GetParameter((Int_t) G__int(libp->para[0])));
21681 return(1 || funcname || hash || result7 || libp) ;
21682 }
21683
21684 static int G__G__Hist_229_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21685 {
21686 G__letdouble(result7, 100, (double) ((const TFormula*) G__getstructoffset())->GetParameter((const char*) G__int(libp->para[0])));
21687 return(1 || funcname || hash || result7 || libp) ;
21688 }
21689
21690 static int G__G__Hist_229_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21691 {
21692 G__letint(result7, 68, (long) ((const TFormula*) G__getstructoffset())->GetParameters());
21693 return(1 || funcname || hash || result7 || libp) ;
21694 }
21695
21696 static int G__G__Hist_229_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21697 {
21698 ((TFormula*) G__getstructoffset())->GetParameters((Double_t*) G__int(libp->para[0]));
21699 G__setnull(result7);
21700 return(1 || funcname || hash || result7 || libp) ;
21701 }
21702
21703 static int G__G__Hist_229_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21704 {
21705 G__letint(result7, 67, (long) ((const TFormula*) G__getstructoffset())->GetParName((Int_t) G__int(libp->para[0])));
21706 return(1 || funcname || hash || result7 || libp) ;
21707 }
21708
21709 static int G__G__Hist_229_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21710 {
21711 G__letint(result7, 105, (long) ((const TFormula*) G__getstructoffset())->GetParNumber((const char*) G__int(libp->para[0])));
21712 return(1 || funcname || hash || result7 || libp) ;
21713 }
21714
21715 static int G__G__Hist_229_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21716 {
21717 G__letint(result7, 103, (long) ((TFormula*) G__getstructoffset())->IsLinear());
21718 return(1 || funcname || hash || result7 || libp) ;
21719 }
21720
21721 static int G__G__Hist_229_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21722 {
21723 G__letint(result7, 103, (long) ((TFormula*) G__getstructoffset())->IsNormalized());
21724 return(1 || funcname || hash || result7 || libp) ;
21725 }
21726
21727 static int G__G__Hist_229_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21728 {
21729 ((TFormula*) G__getstructoffset())->ProcessLinear(*(TString*) libp->para[0].ref);
21730 G__setnull(result7);
21731 return(1 || funcname || hash || result7 || libp) ;
21732 }
21733
21734 static int G__G__Hist_229_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21735 {
21736 ((TFormula*) G__getstructoffset())->SetNumber((Int_t) G__int(libp->para[0]));
21737 G__setnull(result7);
21738 return(1 || funcname || hash || result7 || libp) ;
21739 }
21740
21741 static int G__G__Hist_229_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21742 {
21743 ((TFormula*) G__getstructoffset())->SetParameter((const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
21744 G__setnull(result7);
21745 return(1 || funcname || hash || result7 || libp) ;
21746 }
21747
21748 static int G__G__Hist_229_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21749 {
21750 ((TFormula*) G__getstructoffset())->SetParameter((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
21751 G__setnull(result7);
21752 return(1 || funcname || hash || result7 || libp) ;
21753 }
21754
21755 static int G__G__Hist_229_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21756 {
21757 ((TFormula*) G__getstructoffset())->SetParameters((Double_t*) G__int(libp->para[0]));
21758 G__setnull(result7);
21759 return(1 || funcname || hash || result7 || libp) ;
21760 }
21761
21762 static int G__G__Hist_229_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21763 {
21764 switch (libp->paran) {
21765 case 11:
21766 ((TFormula*) G__getstructoffset())->SetParameters(
21767 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
21768 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
21769 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
21770 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
21771 , (Double_t) G__double(libp->para[8]), (Double_t) G__double(libp->para[9])
21772 , (Double_t) G__double(libp->para[10]));
21773 G__setnull(result7);
21774 break;
21775 case 10:
21776 ((TFormula*) G__getstructoffset())->SetParameters(
21777 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
21778 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
21779 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
21780 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
21781 , (Double_t) G__double(libp->para[8]), (Double_t) G__double(libp->para[9]));
21782 G__setnull(result7);
21783 break;
21784 case 9:
21785 ((TFormula*) G__getstructoffset())->SetParameters(
21786 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
21787 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
21788 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
21789 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
21790 , (Double_t) G__double(libp->para[8]));
21791 G__setnull(result7);
21792 break;
21793 case 8:
21794 ((TFormula*) G__getstructoffset())->SetParameters(
21795 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
21796 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
21797 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
21798 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
21799 G__setnull(result7);
21800 break;
21801 case 7:
21802 ((TFormula*) G__getstructoffset())->SetParameters(
21803 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
21804 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
21805 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
21806 , (Double_t) G__double(libp->para[6]));
21807 G__setnull(result7);
21808 break;
21809 case 6:
21810 ((TFormula*) G__getstructoffset())->SetParameters((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
21811 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
21812 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
21813 G__setnull(result7);
21814 break;
21815 case 5:
21816 ((TFormula*) G__getstructoffset())->SetParameters((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
21817 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
21818 , (Double_t) G__double(libp->para[4]));
21819 G__setnull(result7);
21820 break;
21821 case 4:
21822 ((TFormula*) G__getstructoffset())->SetParameters((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
21823 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
21824 G__setnull(result7);
21825 break;
21826 case 3:
21827 ((TFormula*) G__getstructoffset())->SetParameters((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
21828 , (Double_t) G__double(libp->para[2]));
21829 G__setnull(result7);
21830 break;
21831 case 2:
21832 ((TFormula*) G__getstructoffset())->SetParameters((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
21833 G__setnull(result7);
21834 break;
21835 }
21836 return(1 || funcname || hash || result7 || libp) ;
21837 }
21838
21839 static int G__G__Hist_229_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21840 {
21841 ((TFormula*) G__getstructoffset())->SetParName((Int_t) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
21842 G__setnull(result7);
21843 return(1 || funcname || hash || result7 || libp) ;
21844 }
21845
21846 static int G__G__Hist_229_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21847 {
21848 switch (libp->paran) {
21849 case 11:
21850 ((TFormula*) G__getstructoffset())->SetParNames(
21851 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
21852 , (const char*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
21853 , (const char*) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
21854 , (const char*) G__int(libp->para[6]), (const char*) G__int(libp->para[7])
21855 , (const char*) G__int(libp->para[8]), (const char*) G__int(libp->para[9])
21856 , (const char*) G__int(libp->para[10]));
21857 G__setnull(result7);
21858 break;
21859 case 10:
21860 ((TFormula*) G__getstructoffset())->SetParNames(
21861 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
21862 , (const char*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
21863 , (const char*) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
21864 , (const char*) G__int(libp->para[6]), (const char*) G__int(libp->para[7])
21865 , (const char*) G__int(libp->para[8]), (const char*) G__int(libp->para[9]));
21866 G__setnull(result7);
21867 break;
21868 case 9:
21869 ((TFormula*) G__getstructoffset())->SetParNames(
21870 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
21871 , (const char*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
21872 , (const char*) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
21873 , (const char*) G__int(libp->para[6]), (const char*) G__int(libp->para[7])
21874 , (const char*) G__int(libp->para[8]));
21875 G__setnull(result7);
21876 break;
21877 case 8:
21878 ((TFormula*) G__getstructoffset())->SetParNames(
21879 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
21880 , (const char*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
21881 , (const char*) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
21882 , (const char*) G__int(libp->para[6]), (const char*) G__int(libp->para[7]));
21883 G__setnull(result7);
21884 break;
21885 case 7:
21886 ((TFormula*) G__getstructoffset())->SetParNames(
21887 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
21888 , (const char*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
21889 , (const char*) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
21890 , (const char*) G__int(libp->para[6]));
21891 G__setnull(result7);
21892 break;
21893 case 6:
21894 ((TFormula*) G__getstructoffset())->SetParNames((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
21895 , (const char*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
21896 , (const char*) G__int(libp->para[4]), (const char*) G__int(libp->para[5]));
21897 G__setnull(result7);
21898 break;
21899 case 5:
21900 ((TFormula*) G__getstructoffset())->SetParNames((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
21901 , (const char*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
21902 , (const char*) G__int(libp->para[4]));
21903 G__setnull(result7);
21904 break;
21905 case 4:
21906 ((TFormula*) G__getstructoffset())->SetParNames((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
21907 , (const char*) G__int(libp->para[2]), (const char*) G__int(libp->para[3]));
21908 G__setnull(result7);
21909 break;
21910 case 3:
21911 ((TFormula*) G__getstructoffset())->SetParNames((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
21912 , (const char*) G__int(libp->para[2]));
21913 G__setnull(result7);
21914 break;
21915 case 2:
21916 ((TFormula*) G__getstructoffset())->SetParNames((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
21917 G__setnull(result7);
21918 break;
21919 case 1:
21920 ((TFormula*) G__getstructoffset())->SetParNames((const char*) G__int(libp->para[0]));
21921 G__setnull(result7);
21922 break;
21923 case 0:
21924 ((TFormula*) G__getstructoffset())->SetParNames();
21925 G__setnull(result7);
21926 break;
21927 }
21928 return(1 || funcname || hash || result7 || libp) ;
21929 }
21930
21931 static int G__G__Hist_229_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21932 {
21933 ((TFormula*) G__getstructoffset())->Update();
21934 G__setnull(result7);
21935 return(1 || funcname || hash || result7 || libp) ;
21936 }
21937
21938 static int G__G__Hist_229_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21939 {
21940 switch (libp->paran) {
21941 case 3:
21942 TFormula::SetMaxima((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
21943 , (Int_t) G__int(libp->para[2]));
21944 G__setnull(result7);
21945 break;
21946 case 2:
21947 TFormula::SetMaxima((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
21948 G__setnull(result7);
21949 break;
21950 case 1:
21951 TFormula::SetMaxima((Int_t) G__int(libp->para[0]));
21952 G__setnull(result7);
21953 break;
21954 case 0:
21955 TFormula::SetMaxima();
21956 G__setnull(result7);
21957 break;
21958 }
21959 return(1 || funcname || hash || result7 || libp) ;
21960 }
21961
21962 static int G__G__Hist_229_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21963 {
21964 G__letint(result7, 85, (long) TFormula::Class());
21965 return(1 || funcname || hash || result7 || libp) ;
21966 }
21967
21968 static int G__G__Hist_229_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21969 {
21970 G__letint(result7, 67, (long) TFormula::Class_Name());
21971 return(1 || funcname || hash || result7 || libp) ;
21972 }
21973
21974 static int G__G__Hist_229_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21975 {
21976 G__letint(result7, 115, (long) TFormula::Class_Version());
21977 return(1 || funcname || hash || result7 || libp) ;
21978 }
21979
21980 static int G__G__Hist_229_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21981 {
21982 TFormula::Dictionary();
21983 G__setnull(result7);
21984 return(1 || funcname || hash || result7 || libp) ;
21985 }
21986
21987 static int G__G__Hist_229_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21988 {
21989 ((TFormula*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
21990 G__setnull(result7);
21991 return(1 || funcname || hash || result7 || libp) ;
21992 }
21993
21994 static int G__G__Hist_229_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21995 {
21996 G__letint(result7, 67, (long) TFormula::DeclFileName());
21997 return(1 || funcname || hash || result7 || libp) ;
21998 }
21999
22000 static int G__G__Hist_229_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22001 {
22002 G__letint(result7, 105, (long) TFormula::ImplFileLine());
22003 return(1 || funcname || hash || result7 || libp) ;
22004 }
22005
22006 static int G__G__Hist_229_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22007 {
22008 G__letint(result7, 67, (long) TFormula::ImplFileName());
22009 return(1 || funcname || hash || result7 || libp) ;
22010 }
22011
22012 static int G__G__Hist_229_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22013 {
22014 G__letint(result7, 105, (long) TFormula::DeclFileLine());
22015 return(1 || funcname || hash || result7 || libp) ;
22016 }
22017
22018
22019 typedef TFormula G__TTFormula;
22020 static int G__G__Hist_229_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22021 {
22022 char* gvp = (char*) G__getgvp();
22023 long soff = G__getstructoffset();
22024 int n = G__getaryconstruct();
22025
22026
22027
22028
22029
22030 if (!soff) {
22031 return(1);
22032 }
22033 if (n) {
22034 if (gvp == (char*)G__PVOID) {
22035 delete[] (TFormula*) soff;
22036 } else {
22037 G__setgvp((long) G__PVOID);
22038 for (int i = n - 1; i >= 0; --i) {
22039 ((TFormula*) (soff+(sizeof(TFormula)*i)))->~G__TTFormula();
22040 }
22041 G__setgvp((long)gvp);
22042 }
22043 } else {
22044 if (gvp == (char*)G__PVOID) {
22045 delete (TFormula*) soff;
22046 } else {
22047 G__setgvp((long) G__PVOID);
22048 ((TFormula*) (soff))->~G__TTFormula();
22049 G__setgvp((long)gvp);
22050 }
22051 }
22052 G__setnull(result7);
22053 return(1 || funcname || hash || result7 || libp) ;
22054 }
22055
22056
22057
22058 static int G__G__Hist_235_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22059 {
22060 TF12* p = NULL;
22061 char* gvp = (char*) G__getgvp();
22062 int n = G__getaryconstruct();
22063 if (n) {
22064 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22065 p = new TF12[n];
22066 } else {
22067 p = new((void*) gvp) TF12[n];
22068 }
22069 } else {
22070 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22071 p = new TF12;
22072 } else {
22073 p = new((void*) gvp) TF12;
22074 }
22075 }
22076 result7->obj.i = (long) p;
22077 result7->ref = (long) p;
22078 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TF12));
22079 return(1 || funcname || hash || result7 || libp) ;
22080 }
22081
22082 static int G__G__Hist_235_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22083 {
22084 TF12* p = NULL;
22085 char* gvp = (char*) G__getgvp();
22086 switch (libp->paran) {
22087 case 4:
22088
22089 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22090 p = new TF12(
22091 (const char*) G__int(libp->para[0]), (TF2*) G__int(libp->para[1])
22092 , (Double_t) G__double(libp->para[2]), (Option_t*) G__int(libp->para[3]));
22093 } else {
22094 p = new((void*) gvp) TF12(
22095 (const char*) G__int(libp->para[0]), (TF2*) G__int(libp->para[1])
22096 , (Double_t) G__double(libp->para[2]), (Option_t*) G__int(libp->para[3]));
22097 }
22098 break;
22099 case 3:
22100
22101 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22102 p = new TF12(
22103 (const char*) G__int(libp->para[0]), (TF2*) G__int(libp->para[1])
22104 , (Double_t) G__double(libp->para[2]));
22105 } else {
22106 p = new((void*) gvp) TF12(
22107 (const char*) G__int(libp->para[0]), (TF2*) G__int(libp->para[1])
22108 , (Double_t) G__double(libp->para[2]));
22109 }
22110 break;
22111 }
22112 result7->obj.i = (long) p;
22113 result7->ref = (long) p;
22114 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TF12));
22115 return(1 || funcname || hash || result7 || libp) ;
22116 }
22117
22118 static int G__G__Hist_235_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22119 {
22120 TF12* p = NULL;
22121 char* gvp = (char*) G__getgvp();
22122
22123 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22124 p = new TF12(*(TF12*) libp->para[0].ref);
22125 } else {
22126 p = new((void*) gvp) TF12(*(TF12*) libp->para[0].ref);
22127 }
22128 result7->obj.i = (long) p;
22129 result7->ref = (long) p;
22130 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TF12));
22131 return(1 || funcname || hash || result7 || libp) ;
22132 }
22133
22134 static int G__G__Hist_235_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22135 {
22136 G__letdouble(result7, 100, (double) ((const TF12*) G__getstructoffset())->GetXY());
22137 return(1 || funcname || hash || result7 || libp) ;
22138 }
22139
22140 static int G__G__Hist_235_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22141 {
22142 ((TF12*) G__getstructoffset())->SetXY((Double_t) G__double(libp->para[0]));
22143 G__setnull(result7);
22144 return(1 || funcname || hash || result7 || libp) ;
22145 }
22146
22147 static int G__G__Hist_235_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22148 {
22149 G__letint(result7, 85, (long) TF12::Class());
22150 return(1 || funcname || hash || result7 || libp) ;
22151 }
22152
22153 static int G__G__Hist_235_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22154 {
22155 G__letint(result7, 67, (long) TF12::Class_Name());
22156 return(1 || funcname || hash || result7 || libp) ;
22157 }
22158
22159 static int G__G__Hist_235_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22160 {
22161 G__letint(result7, 115, (long) TF12::Class_Version());
22162 return(1 || funcname || hash || result7 || libp) ;
22163 }
22164
22165 static int G__G__Hist_235_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22166 {
22167 TF12::Dictionary();
22168 G__setnull(result7);
22169 return(1 || funcname || hash || result7 || libp) ;
22170 }
22171
22172 static int G__G__Hist_235_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22173 {
22174 ((TF12*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
22175 G__setnull(result7);
22176 return(1 || funcname || hash || result7 || libp) ;
22177 }
22178
22179 static int G__G__Hist_235_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22180 {
22181 G__letint(result7, 67, (long) TF12::DeclFileName());
22182 return(1 || funcname || hash || result7 || libp) ;
22183 }
22184
22185 static int G__G__Hist_235_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22186 {
22187 G__letint(result7, 105, (long) TF12::ImplFileLine());
22188 return(1 || funcname || hash || result7 || libp) ;
22189 }
22190
22191 static int G__G__Hist_235_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22192 {
22193 G__letint(result7, 67, (long) TF12::ImplFileName());
22194 return(1 || funcname || hash || result7 || libp) ;
22195 }
22196
22197 static int G__G__Hist_235_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22198 {
22199 G__letint(result7, 105, (long) TF12::DeclFileLine());
22200 return(1 || funcname || hash || result7 || libp) ;
22201 }
22202
22203
22204 typedef TF12 G__TTF12;
22205 static int G__G__Hist_235_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22206 {
22207 char* gvp = (char*) G__getgvp();
22208 long soff = G__getstructoffset();
22209 int n = G__getaryconstruct();
22210
22211
22212
22213
22214
22215 if (!soff) {
22216 return(1);
22217 }
22218 if (n) {
22219 if (gvp == (char*)G__PVOID) {
22220 delete[] (TF12*) soff;
22221 } else {
22222 G__setgvp((long) G__PVOID);
22223 for (int i = n - 1; i >= 0; --i) {
22224 ((TF12*) (soff+(sizeof(TF12)*i)))->~G__TTF12();
22225 }
22226 G__setgvp((long)gvp);
22227 }
22228 } else {
22229 if (gvp == (char*)G__PVOID) {
22230 delete (TF12*) soff;
22231 } else {
22232 G__setgvp((long) G__PVOID);
22233 ((TF12*) (soff))->~G__TTF12();
22234 G__setgvp((long)gvp);
22235 }
22236 }
22237 G__setnull(result7);
22238 return(1 || funcname || hash || result7 || libp) ;
22239 }
22240
22241
22242
22243 static int G__G__Hist_236_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22244 {
22245 TF3* p = NULL;
22246 char* gvp = (char*) G__getgvp();
22247 int n = G__getaryconstruct();
22248 if (n) {
22249 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22250 p = new TF3[n];
22251 } else {
22252 p = new((void*) gvp) TF3[n];
22253 }
22254 } else {
22255 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22256 p = new TF3;
22257 } else {
22258 p = new((void*) gvp) TF3;
22259 }
22260 }
22261 result7->obj.i = (long) p;
22262 result7->ref = (long) p;
22263 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TF3));
22264 return(1 || funcname || hash || result7 || libp) ;
22265 }
22266
22267 static int G__G__Hist_236_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22268 {
22269 TF3* p = NULL;
22270 char* gvp = (char*) G__getgvp();
22271 switch (libp->paran) {
22272 case 8:
22273
22274 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22275 p = new TF3(
22276 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
22277 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22278 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22279 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
22280 } else {
22281 p = new((void*) gvp) TF3(
22282 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
22283 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22284 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22285 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
22286 }
22287 break;
22288 case 7:
22289
22290 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22291 p = new TF3(
22292 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
22293 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22294 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22295 , (Double_t) G__double(libp->para[6]));
22296 } else {
22297 p = new((void*) gvp) TF3(
22298 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
22299 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22300 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22301 , (Double_t) G__double(libp->para[6]));
22302 }
22303 break;
22304 case 6:
22305
22306 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22307 p = new TF3(
22308 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
22309 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22310 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
22311 } else {
22312 p = new((void*) gvp) TF3(
22313 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
22314 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22315 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
22316 }
22317 break;
22318 case 5:
22319
22320 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22321 p = new TF3(
22322 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
22323 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22324 , (Double_t) G__double(libp->para[4]));
22325 } else {
22326 p = new((void*) gvp) TF3(
22327 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
22328 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22329 , (Double_t) G__double(libp->para[4]));
22330 }
22331 break;
22332 case 4:
22333
22334 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22335 p = new TF3(
22336 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
22337 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
22338 } else {
22339 p = new((void*) gvp) TF3(
22340 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
22341 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
22342 }
22343 break;
22344 case 3:
22345
22346 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22347 p = new TF3(
22348 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
22349 , (Double_t) G__double(libp->para[2]));
22350 } else {
22351 p = new((void*) gvp) TF3(
22352 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
22353 , (Double_t) G__double(libp->para[2]));
22354 }
22355 break;
22356 case 2:
22357
22358 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22359 p = new TF3((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
22360 } else {
22361 p = new((void*) gvp) TF3((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
22362 }
22363 break;
22364 }
22365 result7->obj.i = (long) p;
22366 result7->ref = (long) p;
22367 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TF3));
22368 return(1 || funcname || hash || result7 || libp) ;
22369 }
22370
22371 static int G__G__Hist_236_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22372 {
22373 TF3* p = NULL;
22374 char* gvp = (char*) G__getgvp();
22375 switch (libp->paran) {
22376 case 9:
22377
22378 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22379 p = new TF3(
22380 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
22381 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22382 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22383 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
22384 , (Int_t) G__int(libp->para[8]));
22385 } else {
22386 p = new((void*) gvp) TF3(
22387 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
22388 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22389 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22390 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
22391 , (Int_t) G__int(libp->para[8]));
22392 }
22393 break;
22394 case 8:
22395
22396 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22397 p = new TF3(
22398 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
22399 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22400 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22401 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
22402 } else {
22403 p = new((void*) gvp) TF3(
22404 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
22405 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22406 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22407 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
22408 }
22409 break;
22410 case 7:
22411
22412 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22413 p = new TF3(
22414 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
22415 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22416 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22417 , (Double_t) G__double(libp->para[6]));
22418 } else {
22419 p = new((void*) gvp) TF3(
22420 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
22421 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22422 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22423 , (Double_t) G__double(libp->para[6]));
22424 }
22425 break;
22426 case 6:
22427
22428 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22429 p = new TF3(
22430 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
22431 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22432 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
22433 } else {
22434 p = new((void*) gvp) TF3(
22435 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
22436 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22437 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
22438 }
22439 break;
22440 case 5:
22441
22442 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22443 p = new TF3(
22444 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
22445 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22446 , (Double_t) G__double(libp->para[4]));
22447 } else {
22448 p = new((void*) gvp) TF3(
22449 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
22450 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22451 , (Double_t) G__double(libp->para[4]));
22452 }
22453 break;
22454 case 4:
22455
22456 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22457 p = new TF3(
22458 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
22459 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
22460 } else {
22461 p = new((void*) gvp) TF3(
22462 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
22463 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
22464 }
22465 break;
22466 case 3:
22467
22468 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22469 p = new TF3(
22470 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
22471 , (Double_t) G__double(libp->para[2]));
22472 } else {
22473 p = new((void*) gvp) TF3(
22474 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
22475 , (Double_t) G__double(libp->para[2]));
22476 }
22477 break;
22478 case 2:
22479
22480 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22481 p = new TF3((const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1]));
22482 } else {
22483 p = new((void*) gvp) TF3((const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1]));
22484 }
22485 break;
22486 }
22487 result7->obj.i = (long) p;
22488 result7->ref = (long) p;
22489 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TF3));
22490 return(1 || funcname || hash || result7 || libp) ;
22491 }
22492
22493 static int G__G__Hist_236_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22494 {
22495 TF3* p = NULL;
22496 char* gvp = (char*) G__getgvp();
22497 switch (libp->paran) {
22498 case 9:
22499
22500 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22501 p = new TF3(
22502 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
22503 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22504 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22505 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
22506 , (Int_t) G__int(libp->para[8]));
22507 } else {
22508 p = new((void*) gvp) TF3(
22509 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
22510 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22511 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22512 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
22513 , (Int_t) G__int(libp->para[8]));
22514 }
22515 break;
22516 case 8:
22517
22518 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22519 p = new TF3(
22520 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
22521 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22522 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22523 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
22524 } else {
22525 p = new((void*) gvp) TF3(
22526 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
22527 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22528 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22529 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
22530 }
22531 break;
22532 case 7:
22533
22534 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22535 p = new TF3(
22536 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
22537 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22538 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22539 , (Double_t) G__double(libp->para[6]));
22540 } else {
22541 p = new((void*) gvp) TF3(
22542 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
22543 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22544 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22545 , (Double_t) G__double(libp->para[6]));
22546 }
22547 break;
22548 case 6:
22549
22550 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22551 p = new TF3(
22552 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
22553 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22554 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
22555 } else {
22556 p = new((void*) gvp) TF3(
22557 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
22558 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22559 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
22560 }
22561 break;
22562 case 5:
22563
22564 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22565 p = new TF3(
22566 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
22567 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22568 , (Double_t) G__double(libp->para[4]));
22569 } else {
22570 p = new((void*) gvp) TF3(
22571 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
22572 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22573 , (Double_t) G__double(libp->para[4]));
22574 }
22575 break;
22576 case 4:
22577
22578 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22579 p = new TF3(
22580 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
22581 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
22582 } else {
22583 p = new((void*) gvp) TF3(
22584 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
22585 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
22586 }
22587 break;
22588 case 3:
22589
22590 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22591 p = new TF3(
22592 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
22593 , (Double_t) G__double(libp->para[2]));
22594 } else {
22595 p = new((void*) gvp) TF3(
22596 (const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1]))
22597 , (Double_t) G__double(libp->para[2]));
22598 }
22599 break;
22600 case 2:
22601
22602 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22603 p = new TF3((const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1])));
22604 } else {
22605 p = new((void*) gvp) TF3((const char*) G__int(libp->para[0]), *((ROOT::Math::ParamFunctor*) G__int(libp->para[1])));
22606 }
22607 break;
22608 }
22609 result7->obj.i = (long) p;
22610 result7->ref = (long) p;
22611 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TF3));
22612 return(1 || funcname || hash || result7 || libp) ;
22613 }
22614
22615 static int G__G__Hist_236_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22616 {
22617 TF3* p = NULL;
22618 char* gvp = (char*) G__getgvp();
22619
22620 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22621 p = new TF3(
22622 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
22623 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22624 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22625 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
22626 , (Int_t) G__int(libp->para[8]), (const char*) G__int(libp->para[9]));
22627 } else {
22628 p = new((void*) gvp) TF3(
22629 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
22630 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22631 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22632 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
22633 , (Int_t) G__int(libp->para[8]), (const char*) G__int(libp->para[9]));
22634 }
22635 result7->obj.i = (long) p;
22636 result7->ref = (long) p;
22637 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TF3));
22638 return(1 || funcname || hash || result7 || libp) ;
22639 }
22640
22641 static int G__G__Hist_236_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22642 {
22643 TF3* p = NULL;
22644 char* gvp = (char*) G__getgvp();
22645 switch (libp->paran) {
22646 case 12:
22647
22648 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22649 p = new TF3(
22650 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
22651 , (void*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
22652 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22653 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
22654 , (Double_t) G__double(libp->para[8]), (Int_t) G__int(libp->para[9])
22655 , (const char*) G__int(libp->para[10]), (const char*) G__int(libp->para[11]));
22656 } else {
22657 p = new((void*) gvp) TF3(
22658 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
22659 , (void*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
22660 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22661 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
22662 , (Double_t) G__double(libp->para[8]), (Int_t) G__int(libp->para[9])
22663 , (const char*) G__int(libp->para[10]), (const char*) G__int(libp->para[11]));
22664 }
22665 break;
22666 case 11:
22667
22668 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22669 p = new TF3(
22670 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
22671 , (void*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
22672 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22673 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
22674 , (Double_t) G__double(libp->para[8]), (Int_t) G__int(libp->para[9])
22675 , (const char*) G__int(libp->para[10]));
22676 } else {
22677 p = new((void*) gvp) TF3(
22678 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
22679 , (void*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
22680 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22681 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
22682 , (Double_t) G__double(libp->para[8]), (Int_t) G__int(libp->para[9])
22683 , (const char*) G__int(libp->para[10]));
22684 }
22685 break;
22686 }
22687 result7->obj.i = (long) p;
22688 result7->ref = (long) p;
22689 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TF3));
22690 return(1 || funcname || hash || result7 || libp) ;
22691 }
22692
22693 static int G__G__Hist_236_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22694 {
22695 TF3* p = NULL;
22696 char* gvp = (char*) G__getgvp();
22697
22698 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22699 p = new TF3(*(TF3*) libp->para[0].ref);
22700 } else {
22701 p = new((void*) gvp) TF3(*(TF3*) libp->para[0].ref);
22702 }
22703 result7->obj.i = (long) p;
22704 result7->ref = (long) p;
22705 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TF3));
22706 return(1 || funcname || hash || result7 || libp) ;
22707 }
22708
22709 static int G__G__Hist_236_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22710 {
22711 {
22712 const TF3& obj = ((TF3*) G__getstructoffset())->operator=(*(TF3*) libp->para[0].ref);
22713 result7->ref = (long) (&obj);
22714 result7->obj.i = (long) (&obj);
22715 }
22716 return(1 || funcname || hash || result7 || libp) ;
22717 }
22718
22719 static int G__G__Hist_236_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22720 {
22721 ((TF3*) G__getstructoffset())->GetMinimumXYZ(*(Double_t*) G__Doubleref(&libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
22722 , *(Double_t*) G__Doubleref(&libp->para[2]));
22723 G__setnull(result7);
22724 return(1 || funcname || hash || result7 || libp) ;
22725 }
22726
22727 static int G__G__Hist_236_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22728 {
22729 G__letint(result7, 105, (long) ((const TF3*) G__getstructoffset())->GetNpz());
22730 return(1 || funcname || hash || result7 || libp) ;
22731 }
22732
22733 static int G__G__Hist_236_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22734 {
22735 ((TF3*) G__getstructoffset())->GetRandom3(*(Double_t*) G__Doubleref(&libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
22736 , *(Double_t*) G__Doubleref(&libp->para[2]));
22737 G__setnull(result7);
22738 return(1 || funcname || hash || result7 || libp) ;
22739 }
22740
22741 static int G__G__Hist_236_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22742 {
22743 G__letdouble(result7, 100, (double) ((const TF3*) G__getstructoffset())->GetZmin());
22744 return(1 || funcname || hash || result7 || libp) ;
22745 }
22746
22747 static int G__G__Hist_236_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22748 {
22749 G__letdouble(result7, 100, (double) ((const TF3*) G__getstructoffset())->GetZmax());
22750 return(1 || funcname || hash || result7 || libp) ;
22751 }
22752
22753 static int G__G__Hist_236_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22754 {
22755 ((TF3*) G__getstructoffset())->SetClippingBoxOff();
22756 G__setnull(result7);
22757 return(1 || funcname || hash || result7 || libp) ;
22758 }
22759
22760 static int G__G__Hist_236_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22761 {
22762 switch (libp->paran) {
22763 case 3:
22764 ((TF3*) G__getstructoffset())->SetClippingBoxOn((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
22765 , (Double_t) G__double(libp->para[2]));
22766 G__setnull(result7);
22767 break;
22768 case 2:
22769 ((TF3*) G__getstructoffset())->SetClippingBoxOn((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
22770 G__setnull(result7);
22771 break;
22772 case 1:
22773 ((TF3*) G__getstructoffset())->SetClippingBoxOn((Double_t) G__double(libp->para[0]));
22774 G__setnull(result7);
22775 break;
22776 case 0:
22777 ((TF3*) G__getstructoffset())->SetClippingBoxOn();
22778 G__setnull(result7);
22779 break;
22780 }
22781 return(1 || funcname || hash || result7 || libp) ;
22782 }
22783
22784 static int G__G__Hist_236_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22785 {
22786 switch (libp->paran) {
22787 case 1:
22788 ((TF3*) G__getstructoffset())->SetNpz((Int_t) G__int(libp->para[0]));
22789 G__setnull(result7);
22790 break;
22791 case 0:
22792 ((TF3*) G__getstructoffset())->SetNpz();
22793 G__setnull(result7);
22794 break;
22795 }
22796 return(1 || funcname || hash || result7 || libp) ;
22797 }
22798
22799 static int G__G__Hist_236_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22800 {
22801 switch (libp->paran) {
22802 case 10:
22803 G__letdouble(result7, 100, (double) ((TF3*) G__getstructoffset())->Moment3(
22804 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
22805 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22806 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22807 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
22808 , (Double_t) G__double(libp->para[8]), (Double_t) G__double(libp->para[9])));
22809 break;
22810 case 9:
22811 G__letdouble(result7, 100, (double) ((TF3*) G__getstructoffset())->Moment3(
22812 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
22813 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22814 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22815 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
22816 , (Double_t) G__double(libp->para[8])));
22817 break;
22818 }
22819 return(1 || funcname || hash || result7 || libp) ;
22820 }
22821
22822 static int G__G__Hist_236_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22823 {
22824 switch (libp->paran) {
22825 case 10:
22826 G__letdouble(result7, 100, (double) ((TF3*) G__getstructoffset())->CentralMoment3(
22827 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
22828 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22829 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22830 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
22831 , (Double_t) G__double(libp->para[8]), (Double_t) G__double(libp->para[9])));
22832 break;
22833 case 9:
22834 G__letdouble(result7, 100, (double) ((TF3*) G__getstructoffset())->CentralMoment3(
22835 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
22836 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22837 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22838 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
22839 , (Double_t) G__double(libp->para[8])));
22840 break;
22841 }
22842 return(1 || funcname || hash || result7 || libp) ;
22843 }
22844
22845 static int G__G__Hist_236_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22846 {
22847 switch (libp->paran) {
22848 case 7:
22849 G__letdouble(result7, 100, (double) ((TF3*) G__getstructoffset())->Mean3X(
22850 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
22851 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22852 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22853 , (Double_t) G__double(libp->para[6])));
22854 break;
22855 case 6:
22856 G__letdouble(result7, 100, (double) ((TF3*) G__getstructoffset())->Mean3X((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
22857 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22858 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])));
22859 break;
22860 }
22861 return(1 || funcname || hash || result7 || libp) ;
22862 }
22863
22864 static int G__G__Hist_236_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22865 {
22866 switch (libp->paran) {
22867 case 7:
22868 G__letdouble(result7, 100, (double) ((TF3*) G__getstructoffset())->Mean3Y(
22869 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
22870 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22871 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22872 , (Double_t) G__double(libp->para[6])));
22873 break;
22874 case 6:
22875 G__letdouble(result7, 100, (double) ((TF3*) G__getstructoffset())->Mean3Y((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
22876 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22877 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])));
22878 break;
22879 }
22880 return(1 || funcname || hash || result7 || libp) ;
22881 }
22882
22883 static int G__G__Hist_236_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22884 {
22885 switch (libp->paran) {
22886 case 7:
22887 G__letdouble(result7, 100, (double) ((TF3*) G__getstructoffset())->Mean3Z(
22888 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
22889 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22890 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22891 , (Double_t) G__double(libp->para[6])));
22892 break;
22893 case 6:
22894 G__letdouble(result7, 100, (double) ((TF3*) G__getstructoffset())->Mean3Z((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
22895 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22896 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])));
22897 break;
22898 }
22899 return(1 || funcname || hash || result7 || libp) ;
22900 }
22901
22902 static int G__G__Hist_236_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22903 {
22904 switch (libp->paran) {
22905 case 7:
22906 G__letdouble(result7, 100, (double) ((TF3*) G__getstructoffset())->Variance3X(
22907 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
22908 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22909 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22910 , (Double_t) G__double(libp->para[6])));
22911 break;
22912 case 6:
22913 G__letdouble(result7, 100, (double) ((TF3*) G__getstructoffset())->Variance3X((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
22914 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22915 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])));
22916 break;
22917 }
22918 return(1 || funcname || hash || result7 || libp) ;
22919 }
22920
22921 static int G__G__Hist_236_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22922 {
22923 switch (libp->paran) {
22924 case 7:
22925 G__letdouble(result7, 100, (double) ((TF3*) G__getstructoffset())->Variance3Y(
22926 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
22927 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22928 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22929 , (Double_t) G__double(libp->para[6])));
22930 break;
22931 case 6:
22932 G__letdouble(result7, 100, (double) ((TF3*) G__getstructoffset())->Variance3Y((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
22933 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22934 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])));
22935 break;
22936 }
22937 return(1 || funcname || hash || result7 || libp) ;
22938 }
22939
22940 static int G__G__Hist_236_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22941 {
22942 switch (libp->paran) {
22943 case 7:
22944 G__letdouble(result7, 100, (double) ((TF3*) G__getstructoffset())->Variance3Z(
22945 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
22946 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22947 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22948 , (Double_t) G__double(libp->para[6])));
22949 break;
22950 case 6:
22951 G__letdouble(result7, 100, (double) ((TF3*) G__getstructoffset())->Variance3Z((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
22952 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22953 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])));
22954 break;
22955 }
22956 return(1 || funcname || hash || result7 || libp) ;
22957 }
22958
22959 static int G__G__Hist_236_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22960 {
22961 switch (libp->paran) {
22962 case 7:
22963 G__letdouble(result7, 100, (double) ((TF3*) G__getstructoffset())->Covariance3XY(
22964 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
22965 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22966 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22967 , (Double_t) G__double(libp->para[6])));
22968 break;
22969 case 6:
22970 G__letdouble(result7, 100, (double) ((TF3*) G__getstructoffset())->Covariance3XY((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
22971 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22972 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])));
22973 break;
22974 }
22975 return(1 || funcname || hash || result7 || libp) ;
22976 }
22977
22978 static int G__G__Hist_236_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22979 {
22980 switch (libp->paran) {
22981 case 7:
22982 G__letdouble(result7, 100, (double) ((TF3*) G__getstructoffset())->Covariance3XZ(
22983 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
22984 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22985 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
22986 , (Double_t) G__double(libp->para[6])));
22987 break;
22988 case 6:
22989 G__letdouble(result7, 100, (double) ((TF3*) G__getstructoffset())->Covariance3XZ((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
22990 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
22991 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])));
22992 break;
22993 }
22994 return(1 || funcname || hash || result7 || libp) ;
22995 }
22996
22997 static int G__G__Hist_236_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22998 {
22999 switch (libp->paran) {
23000 case 7:
23001 G__letdouble(result7, 100, (double) ((TF3*) G__getstructoffset())->Covariance3YZ(
23002 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
23003 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
23004 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
23005 , (Double_t) G__double(libp->para[6])));
23006 break;
23007 case 6:
23008 G__letdouble(result7, 100, (double) ((TF3*) G__getstructoffset())->Covariance3YZ((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
23009 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
23010 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])));
23011 break;
23012 }
23013 return(1 || funcname || hash || result7 || libp) ;
23014 }
23015
23016 static int G__G__Hist_236_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23017 {
23018 G__letint(result7, 85, (long) TF3::Class());
23019 return(1 || funcname || hash || result7 || libp) ;
23020 }
23021
23022 static int G__G__Hist_236_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23023 {
23024 G__letint(result7, 67, (long) TF3::Class_Name());
23025 return(1 || funcname || hash || result7 || libp) ;
23026 }
23027
23028 static int G__G__Hist_236_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23029 {
23030 G__letint(result7, 115, (long) TF3::Class_Version());
23031 return(1 || funcname || hash || result7 || libp) ;
23032 }
23033
23034 static int G__G__Hist_236_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23035 {
23036 TF3::Dictionary();
23037 G__setnull(result7);
23038 return(1 || funcname || hash || result7 || libp) ;
23039 }
23040
23041 static int G__G__Hist_236_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23042 {
23043 ((TF3*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
23044 G__setnull(result7);
23045 return(1 || funcname || hash || result7 || libp) ;
23046 }
23047
23048 static int G__G__Hist_236_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23049 {
23050 G__letint(result7, 67, (long) TF3::DeclFileName());
23051 return(1 || funcname || hash || result7 || libp) ;
23052 }
23053
23054 static int G__G__Hist_236_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23055 {
23056 G__letint(result7, 105, (long) TF3::ImplFileLine());
23057 return(1 || funcname || hash || result7 || libp) ;
23058 }
23059
23060 static int G__G__Hist_236_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23061 {
23062 G__letint(result7, 67, (long) TF3::ImplFileName());
23063 return(1 || funcname || hash || result7 || libp) ;
23064 }
23065
23066 static int G__G__Hist_236_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23067 {
23068 G__letint(result7, 105, (long) TF3::DeclFileLine());
23069 return(1 || funcname || hash || result7 || libp) ;
23070 }
23071
23072
23073 typedef TF3 G__TTF3;
23074 static int G__G__Hist_236_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23075 {
23076 char* gvp = (char*) G__getgvp();
23077 long soff = G__getstructoffset();
23078 int n = G__getaryconstruct();
23079
23080
23081
23082
23083
23084 if (!soff) {
23085 return(1);
23086 }
23087 if (n) {
23088 if (gvp == (char*)G__PVOID) {
23089 delete[] (TF3*) soff;
23090 } else {
23091 G__setgvp((long) G__PVOID);
23092 for (int i = n - 1; i >= 0; --i) {
23093 ((TF3*) (soff+(sizeof(TF3)*i)))->~G__TTF3();
23094 }
23095 G__setgvp((long)gvp);
23096 }
23097 } else {
23098 if (gvp == (char*)G__PVOID) {
23099 delete (TF3*) soff;
23100 } else {
23101 G__setgvp((long) G__PVOID);
23102 ((TF3*) (soff))->~G__TTF3();
23103 G__setgvp((long)gvp);
23104 }
23105 }
23106 G__setnull(result7);
23107 return(1 || funcname || hash || result7 || libp) ;
23108 }
23109
23110
23111
23112 static int G__G__Hist_272_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23113 {
23114 TFractionFitter* p = NULL;
23115 char* gvp = (char*) G__getgvp();
23116 int n = G__getaryconstruct();
23117 if (n) {
23118 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
23119 p = new TFractionFitter[n];
23120 } else {
23121 p = new((void*) gvp) TFractionFitter[n];
23122 }
23123 } else {
23124 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
23125 p = new TFractionFitter;
23126 } else {
23127 p = new((void*) gvp) TFractionFitter;
23128 }
23129 }
23130 result7->obj.i = (long) p;
23131 result7->ref = (long) p;
23132 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TFractionFitter));
23133 return(1 || funcname || hash || result7 || libp) ;
23134 }
23135
23136 static int G__G__Hist_272_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23137 {
23138 TFractionFitter* p = NULL;
23139 char* gvp = (char*) G__getgvp();
23140
23141 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
23142 p = new TFractionFitter((TH1*) G__int(libp->para[0]), (TObjArray*) G__int(libp->para[1]));
23143 } else {
23144 p = new((void*) gvp) TFractionFitter((TH1*) G__int(libp->para[0]), (TObjArray*) G__int(libp->para[1]));
23145 }
23146 result7->obj.i = (long) p;
23147 result7->ref = (long) p;
23148 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TFractionFitter));
23149 return(1 || funcname || hash || result7 || libp) ;
23150 }
23151
23152 static int G__G__Hist_272_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23153 {
23154 G__letint(result7, 85, (long) ((const TFractionFitter*) G__getstructoffset())->GetFitter());
23155 return(1 || funcname || hash || result7 || libp) ;
23156 }
23157
23158 static int G__G__Hist_272_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23159 {
23160 ((TFractionFitter*) G__getstructoffset())->ErrorAnalysis((Double_t) G__double(libp->para[0]));
23161 G__setnull(result7);
23162 return(1 || funcname || hash || result7 || libp) ;
23163 }
23164
23165 static int G__G__Hist_272_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23166 {
23167 ((TFractionFitter*) G__getstructoffset())->SetRangeX((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
23168 G__setnull(result7);
23169 return(1 || funcname || hash || result7 || libp) ;
23170 }
23171
23172 static int G__G__Hist_272_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23173 {
23174 ((TFractionFitter*) G__getstructoffset())->ReleaseRangeX();
23175 G__setnull(result7);
23176 return(1 || funcname || hash || result7 || libp) ;
23177 }
23178
23179 static int G__G__Hist_272_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23180 {
23181 ((TFractionFitter*) G__getstructoffset())->SetRangeY((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
23182 G__setnull(result7);
23183 return(1 || funcname || hash || result7 || libp) ;
23184 }
23185
23186 static int G__G__Hist_272_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23187 {
23188 ((TFractionFitter*) G__getstructoffset())->ReleaseRangeY();
23189 G__setnull(result7);
23190 return(1 || funcname || hash || result7 || libp) ;
23191 }
23192
23193 static int G__G__Hist_272_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23194 {
23195 ((TFractionFitter*) G__getstructoffset())->SetRangeZ((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
23196 G__setnull(result7);
23197 return(1 || funcname || hash || result7 || libp) ;
23198 }
23199
23200 static int G__G__Hist_272_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23201 {
23202 ((TFractionFitter*) G__getstructoffset())->ReleaseRangeZ();
23203 G__setnull(result7);
23204 return(1 || funcname || hash || result7 || libp) ;
23205 }
23206
23207 static int G__G__Hist_272_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23208 {
23209 ((TFractionFitter*) G__getstructoffset())->Constrain((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
23210 , (Double_t) G__double(libp->para[2]));
23211 G__setnull(result7);
23212 return(1 || funcname || hash || result7 || libp) ;
23213 }
23214
23215 static int G__G__Hist_272_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23216 {
23217 ((TFractionFitter*) G__getstructoffset())->UnConstrain((Int_t) G__int(libp->para[0]));
23218 G__setnull(result7);
23219 return(1 || funcname || hash || result7 || libp) ;
23220 }
23221
23222 static int G__G__Hist_272_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23223 {
23224 ((TFractionFitter*) G__getstructoffset())->SetData((TH1*) G__int(libp->para[0]));
23225 G__setnull(result7);
23226 return(1 || funcname || hash || result7 || libp) ;
23227 }
23228
23229 static int G__G__Hist_272_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23230 {
23231 ((TFractionFitter*) G__getstructoffset())->SetMC((Int_t) G__int(libp->para[0]), (TH1*) G__int(libp->para[1]));
23232 G__setnull(result7);
23233 return(1 || funcname || hash || result7 || libp) ;
23234 }
23235
23236 static int G__G__Hist_272_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23237 {
23238 ((TFractionFitter*) G__getstructoffset())->SetWeight((Int_t) G__int(libp->para[0]), (TH1*) G__int(libp->para[1]));
23239 G__setnull(result7);
23240 return(1 || funcname || hash || result7 || libp) ;
23241 }
23242
23243 static int G__G__Hist_272_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23244 {
23245 G__letint(result7, 105, (long) ((TFractionFitter*) G__getstructoffset())->Fit());
23246 return(1 || funcname || hash || result7 || libp) ;
23247 }
23248
23249 static int G__G__Hist_272_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23250 {
23251 ((const TFractionFitter*) G__getstructoffset())->GetResult((Int_t) G__int(libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
23252 , *(Double_t*) G__Doubleref(&libp->para[2]));
23253 G__setnull(result7);
23254 return(1 || funcname || hash || result7 || libp) ;
23255 }
23256
23257 static int G__G__Hist_272_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23258 {
23259 G__letint(result7, 85, (long) ((TFractionFitter*) G__getstructoffset())->GetPlot());
23260 return(1 || funcname || hash || result7 || libp) ;
23261 }
23262
23263 static int G__G__Hist_272_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23264 {
23265 G__letdouble(result7, 100, (double) ((const TFractionFitter*) G__getstructoffset())->GetChisquare());
23266 return(1 || funcname || hash || result7 || libp) ;
23267 }
23268
23269 static int G__G__Hist_272_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23270 {
23271 G__letint(result7, 105, (long) ((const TFractionFitter*) G__getstructoffset())->GetNDF());
23272 return(1 || funcname || hash || result7 || libp) ;
23273 }
23274
23275 static int G__G__Hist_272_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23276 {
23277 G__letdouble(result7, 100, (double) ((const TFractionFitter*) G__getstructoffset())->GetProb());
23278 return(1 || funcname || hash || result7 || libp) ;
23279 }
23280
23281 static int G__G__Hist_272_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23282 {
23283 G__letint(result7, 85, (long) ((const TFractionFitter*) G__getstructoffset())->GetMCPrediction((Int_t) G__int(libp->para[0])));
23284 return(1 || funcname || hash || result7 || libp) ;
23285 }
23286
23287 static int G__G__Hist_272_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23288 {
23289 G__letint(result7, 85, (long) TFractionFitter::Class());
23290 return(1 || funcname || hash || result7 || libp) ;
23291 }
23292
23293 static int G__G__Hist_272_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23294 {
23295 G__letint(result7, 67, (long) TFractionFitter::Class_Name());
23296 return(1 || funcname || hash || result7 || libp) ;
23297 }
23298
23299 static int G__G__Hist_272_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23300 {
23301 G__letint(result7, 115, (long) TFractionFitter::Class_Version());
23302 return(1 || funcname || hash || result7 || libp) ;
23303 }
23304
23305 static int G__G__Hist_272_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23306 {
23307 TFractionFitter::Dictionary();
23308 G__setnull(result7);
23309 return(1 || funcname || hash || result7 || libp) ;
23310 }
23311
23312 static int G__G__Hist_272_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23313 {
23314 ((TFractionFitter*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
23315 G__setnull(result7);
23316 return(1 || funcname || hash || result7 || libp) ;
23317 }
23318
23319 static int G__G__Hist_272_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23320 {
23321 G__letint(result7, 67, (long) TFractionFitter::DeclFileName());
23322 return(1 || funcname || hash || result7 || libp) ;
23323 }
23324
23325 static int G__G__Hist_272_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23326 {
23327 G__letint(result7, 105, (long) TFractionFitter::ImplFileLine());
23328 return(1 || funcname || hash || result7 || libp) ;
23329 }
23330
23331 static int G__G__Hist_272_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23332 {
23333 G__letint(result7, 67, (long) TFractionFitter::ImplFileName());
23334 return(1 || funcname || hash || result7 || libp) ;
23335 }
23336
23337 static int G__G__Hist_272_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23338 {
23339 G__letint(result7, 105, (long) TFractionFitter::DeclFileLine());
23340 return(1 || funcname || hash || result7 || libp) ;
23341 }
23342
23343
23344 typedef TFractionFitter G__TTFractionFitter;
23345 static int G__G__Hist_272_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23346 {
23347 char* gvp = (char*) G__getgvp();
23348 long soff = G__getstructoffset();
23349 int n = G__getaryconstruct();
23350
23351
23352
23353
23354
23355 if (!soff) {
23356 return(1);
23357 }
23358 if (n) {
23359 if (gvp == (char*)G__PVOID) {
23360 delete[] (TFractionFitter*) soff;
23361 } else {
23362 G__setgvp((long) G__PVOID);
23363 for (int i = n - 1; i >= 0; --i) {
23364 ((TFractionFitter*) (soff+(sizeof(TFractionFitter)*i)))->~G__TTFractionFitter();
23365 }
23366 G__setgvp((long)gvp);
23367 }
23368 } else {
23369 if (gvp == (char*)G__PVOID) {
23370 delete (TFractionFitter*) soff;
23371 } else {
23372 G__setgvp((long) G__PVOID);
23373 ((TFractionFitter*) (soff))->~G__TTFractionFitter();
23374 G__setgvp((long)gvp);
23375 }
23376 }
23377 G__setnull(result7);
23378 return(1 || funcname || hash || result7 || libp) ;
23379 }
23380
23381
23382
23383 static int G__G__Hist_273_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23384 {
23385 ((TVirtualHistPainter*) G__getstructoffset())->DrawPanel();
23386 G__setnull(result7);
23387 return(1 || funcname || hash || result7 || libp) ;
23388 }
23389
23390 static int G__G__Hist_273_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23391 {
23392 G__letint(result7, 85, (long) ((const TVirtualHistPainter*) G__getstructoffset())->GetContourList((Double_t) G__double(libp->para[0])));
23393 return(1 || funcname || hash || result7 || libp) ;
23394 }
23395
23396 static int G__G__Hist_273_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23397 {
23398 G__letint(result7, 85, (long) ((const TVirtualHistPainter*) G__getstructoffset())->GetStack());
23399 return(1 || funcname || hash || result7 || libp) ;
23400 }
23401
23402 static int G__G__Hist_273_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23403 {
23404 G__letint(result7, 103, (long) ((TVirtualHistPainter*) G__getstructoffset())->IsInside((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
23405 return(1 || funcname || hash || result7 || libp) ;
23406 }
23407
23408 static int G__G__Hist_273_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23409 {
23410 G__letint(result7, 103, (long) ((TVirtualHistPainter*) G__getstructoffset())->IsInside((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
23411 return(1 || funcname || hash || result7 || libp) ;
23412 }
23413
23414 static int G__G__Hist_273_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23415 {
23416 ((TVirtualHistPainter*) G__getstructoffset())->PaintStat((Int_t) G__int(libp->para[0]), (TF1*) G__int(libp->para[1]));
23417 G__setnull(result7);
23418 return(1 || funcname || hash || result7 || libp) ;
23419 }
23420
23421 static int G__G__Hist_273_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23422 {
23423 ((TVirtualHistPainter*) G__getstructoffset())->ProcessMessage((const char*) G__int(libp->para[0]), (TObject*) G__int(libp->para[1]));
23424 G__setnull(result7);
23425 return(1 || funcname || hash || result7 || libp) ;
23426 }
23427
23428 static int G__G__Hist_273_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23429 {
23430 ((TVirtualHistPainter*) G__getstructoffset())->SetHistogram((TH1*) G__int(libp->para[0]));
23431 G__setnull(result7);
23432 return(1 || funcname || hash || result7 || libp) ;
23433 }
23434
23435 static int G__G__Hist_273_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23436 {
23437 ((TVirtualHistPainter*) G__getstructoffset())->SetStack((TList*) G__int(libp->para[0]));
23438 G__setnull(result7);
23439 return(1 || funcname || hash || result7 || libp) ;
23440 }
23441
23442 static int G__G__Hist_273_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23443 {
23444 G__letint(result7, 105, (long) ((TVirtualHistPainter*) G__getstructoffset())->MakeCuts((char*) G__int(libp->para[0])));
23445 return(1 || funcname || hash || result7 || libp) ;
23446 }
23447
23448 static int G__G__Hist_273_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23449 {
23450 ((TVirtualHistPainter*) G__getstructoffset())->SetShowProjection((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
23451 G__setnull(result7);
23452 return(1 || funcname || hash || result7 || libp) ;
23453 }
23454
23455 static int G__G__Hist_273_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23456 {
23457 G__letint(result7, 85, (long) TVirtualHistPainter::HistPainter((TH1*) G__int(libp->para[0])));
23458 return(1 || funcname || hash || result7 || libp) ;
23459 }
23460
23461 static int G__G__Hist_273_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23462 {
23463 TVirtualHistPainter::SetPainter((const char*) G__int(libp->para[0]));
23464 G__setnull(result7);
23465 return(1 || funcname || hash || result7 || libp) ;
23466 }
23467
23468 static int G__G__Hist_273_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23469 {
23470 G__letint(result7, 85, (long) TVirtualHistPainter::Class());
23471 return(1 || funcname || hash || result7 || libp) ;
23472 }
23473
23474 static int G__G__Hist_273_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23475 {
23476 G__letint(result7, 67, (long) TVirtualHistPainter::Class_Name());
23477 return(1 || funcname || hash || result7 || libp) ;
23478 }
23479
23480 static int G__G__Hist_273_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23481 {
23482 G__letint(result7, 115, (long) TVirtualHistPainter::Class_Version());
23483 return(1 || funcname || hash || result7 || libp) ;
23484 }
23485
23486 static int G__G__Hist_273_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23487 {
23488 TVirtualHistPainter::Dictionary();
23489 G__setnull(result7);
23490 return(1 || funcname || hash || result7 || libp) ;
23491 }
23492
23493 static int G__G__Hist_273_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23494 {
23495 ((TVirtualHistPainter*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
23496 G__setnull(result7);
23497 return(1 || funcname || hash || result7 || libp) ;
23498 }
23499
23500 static int G__G__Hist_273_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23501 {
23502 G__letint(result7, 67, (long) TVirtualHistPainter::DeclFileName());
23503 return(1 || funcname || hash || result7 || libp) ;
23504 }
23505
23506 static int G__G__Hist_273_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23507 {
23508 G__letint(result7, 105, (long) TVirtualHistPainter::ImplFileLine());
23509 return(1 || funcname || hash || result7 || libp) ;
23510 }
23511
23512 static int G__G__Hist_273_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23513 {
23514 G__letint(result7, 67, (long) TVirtualHistPainter::ImplFileName());
23515 return(1 || funcname || hash || result7 || libp) ;
23516 }
23517
23518 static int G__G__Hist_273_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23519 {
23520 G__letint(result7, 105, (long) TVirtualHistPainter::DeclFileLine());
23521 return(1 || funcname || hash || result7 || libp) ;
23522 }
23523
23524
23525 typedef TVirtualHistPainter G__TTVirtualHistPainter;
23526 static int G__G__Hist_273_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23527 {
23528 char* gvp = (char*) G__getgvp();
23529 long soff = G__getstructoffset();
23530 int n = G__getaryconstruct();
23531
23532
23533
23534
23535
23536 if (!soff) {
23537 return(1);
23538 }
23539 if (n) {
23540 if (gvp == (char*)G__PVOID) {
23541 delete[] (TVirtualHistPainter*) soff;
23542 } else {
23543 G__setgvp((long) G__PVOID);
23544 for (int i = n - 1; i >= 0; --i) {
23545 ((TVirtualHistPainter*) (soff+(sizeof(TVirtualHistPainter)*i)))->~G__TTVirtualHistPainter();
23546 }
23547 G__setgvp((long)gvp);
23548 }
23549 } else {
23550 if (gvp == (char*)G__PVOID) {
23551 delete (TVirtualHistPainter*) soff;
23552 } else {
23553 G__setgvp((long) G__PVOID);
23554 ((TVirtualHistPainter*) (soff))->~G__TTVirtualHistPainter();
23555 G__setgvp((long)gvp);
23556 }
23557 }
23558 G__setnull(result7);
23559 return(1 || funcname || hash || result7 || libp) ;
23560 }
23561
23562
23563 static int G__G__Hist_273_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23564 {
23565 TVirtualHistPainter* dest = (TVirtualHistPainter*) G__getstructoffset();
23566 *dest = *(TVirtualHistPainter*) libp->para[0].ref;
23567 const TVirtualHistPainter& obj = *dest;
23568 result7->ref = (long) (&obj);
23569 result7->obj.i = (long) (&obj);
23570 return(1 || funcname || hash || result7 || libp) ;
23571 }
23572
23573
23574
23575 static int G__G__Hist_274_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23576 {
23577 TH2D* p = NULL;
23578 char* gvp = (char*) G__getgvp();
23579 int n = G__getaryconstruct();
23580 if (n) {
23581 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
23582 p = new TH2D[n];
23583 } else {
23584 p = new((void*) gvp) TH2D[n];
23585 }
23586 } else {
23587 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
23588 p = new TH2D;
23589 } else {
23590 p = new((void*) gvp) TH2D;
23591 }
23592 }
23593 result7->obj.i = (long) p;
23594 result7->ref = (long) p;
23595 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2D));
23596 return(1 || funcname || hash || result7 || libp) ;
23597 }
23598
23599 static int G__G__Hist_274_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23600 {
23601 TH2D* p = NULL;
23602 char* gvp = (char*) G__getgvp();
23603
23604 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
23605 p = new TH2D(
23606 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
23607 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
23608 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
23609 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
23610 } else {
23611 p = new((void*) gvp) TH2D(
23612 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
23613 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
23614 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
23615 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
23616 }
23617 result7->obj.i = (long) p;
23618 result7->ref = (long) p;
23619 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2D));
23620 return(1 || funcname || hash || result7 || libp) ;
23621 }
23622
23623 static int G__G__Hist_274_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23624 {
23625 TH2D* p = NULL;
23626 char* gvp = (char*) G__getgvp();
23627
23628 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
23629 p = new TH2D(
23630 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
23631 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
23632 , (Int_t) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
23633 , (Double_t) G__double(libp->para[6]));
23634 } else {
23635 p = new((void*) gvp) TH2D(
23636 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
23637 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
23638 , (Int_t) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
23639 , (Double_t) G__double(libp->para[6]));
23640 }
23641 result7->obj.i = (long) p;
23642 result7->ref = (long) p;
23643 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2D));
23644 return(1 || funcname || hash || result7 || libp) ;
23645 }
23646
23647 static int G__G__Hist_274_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23648 {
23649 TH2D* p = NULL;
23650 char* gvp = (char*) G__getgvp();
23651
23652 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
23653 p = new TH2D(
23654 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
23655 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
23656 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
23657 , (Double_t*) G__int(libp->para[6]));
23658 } else {
23659 p = new((void*) gvp) TH2D(
23660 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
23661 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
23662 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
23663 , (Double_t*) G__int(libp->para[6]));
23664 }
23665 result7->obj.i = (long) p;
23666 result7->ref = (long) p;
23667 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2D));
23668 return(1 || funcname || hash || result7 || libp) ;
23669 }
23670
23671 static int G__G__Hist_274_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23672 {
23673 TH2D* p = NULL;
23674 char* gvp = (char*) G__getgvp();
23675
23676 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
23677 p = new TH2D(
23678 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
23679 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
23680 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
23681 } else {
23682 p = new((void*) gvp) TH2D(
23683 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
23684 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
23685 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
23686 }
23687 result7->obj.i = (long) p;
23688 result7->ref = (long) p;
23689 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2D));
23690 return(1 || funcname || hash || result7 || libp) ;
23691 }
23692
23693 static int G__G__Hist_274_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23694 {
23695 TH2D* p = NULL;
23696 char* gvp = (char*) G__getgvp();
23697
23698 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
23699 p = new TH2D(
23700 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
23701 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
23702 , (Int_t) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5]));
23703 } else {
23704 p = new((void*) gvp) TH2D(
23705 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
23706 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
23707 , (Int_t) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5]));
23708 }
23709 result7->obj.i = (long) p;
23710 result7->ref = (long) p;
23711 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2D));
23712 return(1 || funcname || hash || result7 || libp) ;
23713 }
23714
23715 static int G__G__Hist_274_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23716 {
23717 TH2D* p = NULL;
23718 char* gvp = (char*) G__getgvp();
23719
23720 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
23721 p = new TH2D(*(TMatrixDBase*) libp->para[0].ref);
23722 } else {
23723 p = new((void*) gvp) TH2D(*(TMatrixDBase*) libp->para[0].ref);
23724 }
23725 result7->obj.i = (long) p;
23726 result7->ref = (long) p;
23727 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2D));
23728 return(1 || funcname || hash || result7 || libp) ;
23729 }
23730
23731 static int G__G__Hist_274_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23732 {
23733 TH2D* p = NULL;
23734 char* gvp = (char*) G__getgvp();
23735
23736 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
23737 p = new TH2D(*(TH2D*) libp->para[0].ref);
23738 } else {
23739 p = new((void*) gvp) TH2D(*(TH2D*) libp->para[0].ref);
23740 }
23741 result7->obj.i = (long) p;
23742 result7->ref = (long) p;
23743 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2D));
23744 return(1 || funcname || hash || result7 || libp) ;
23745 }
23746
23747 static int G__G__Hist_274_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23748 {
23749 {
23750 const TH2D& obj = ((TH2D*) G__getstructoffset())->operator=(*(TH2D*) libp->para[0].ref);
23751 result7->ref = (long) (&obj);
23752 result7->obj.i = (long) (&obj);
23753 }
23754 return(1 || funcname || hash || result7 || libp) ;
23755 }
23756
23757 static int G__G__Hist_274_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23758 {
23759 G__letint(result7, 85, (long) TH2D::Class());
23760 return(1 || funcname || hash || result7 || libp) ;
23761 }
23762
23763 static int G__G__Hist_274_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23764 {
23765 G__letint(result7, 67, (long) TH2D::Class_Name());
23766 return(1 || funcname || hash || result7 || libp) ;
23767 }
23768
23769 static int G__G__Hist_274_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23770 {
23771 G__letint(result7, 115, (long) TH2D::Class_Version());
23772 return(1 || funcname || hash || result7 || libp) ;
23773 }
23774
23775 static int G__G__Hist_274_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23776 {
23777 TH2D::Dictionary();
23778 G__setnull(result7);
23779 return(1 || funcname || hash || result7 || libp) ;
23780 }
23781
23782 static int G__G__Hist_274_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23783 {
23784 ((TH2D*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
23785 G__setnull(result7);
23786 return(1 || funcname || hash || result7 || libp) ;
23787 }
23788
23789 static int G__G__Hist_274_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23790 {
23791 G__letint(result7, 67, (long) TH2D::DeclFileName());
23792 return(1 || funcname || hash || result7 || libp) ;
23793 }
23794
23795 static int G__G__Hist_274_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23796 {
23797 G__letint(result7, 105, (long) TH2D::ImplFileLine());
23798 return(1 || funcname || hash || result7 || libp) ;
23799 }
23800
23801 static int G__G__Hist_274_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23802 {
23803 G__letint(result7, 67, (long) TH2D::ImplFileName());
23804 return(1 || funcname || hash || result7 || libp) ;
23805 }
23806
23807 static int G__G__Hist_274_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23808 {
23809 G__letint(result7, 105, (long) TH2D::DeclFileLine());
23810 return(1 || funcname || hash || result7 || libp) ;
23811 }
23812
23813
23814 typedef TH2D G__TTH2D;
23815 static int G__G__Hist_274_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23816 {
23817 char* gvp = (char*) G__getgvp();
23818 long soff = G__getstructoffset();
23819 int n = G__getaryconstruct();
23820
23821
23822
23823
23824
23825 if (!soff) {
23826 return(1);
23827 }
23828 if (n) {
23829 if (gvp == (char*)G__PVOID) {
23830 delete[] (TH2D*) soff;
23831 } else {
23832 G__setgvp((long) G__PVOID);
23833 for (int i = n - 1; i >= 0; --i) {
23834 ((TH2D*) (soff+(sizeof(TH2D)*i)))->~G__TTH2D();
23835 }
23836 G__setgvp((long)gvp);
23837 }
23838 } else {
23839 if (gvp == (char*)G__PVOID) {
23840 delete (TH2D*) soff;
23841 } else {
23842 G__setgvp((long) G__PVOID);
23843 ((TH2D*) (soff))->~G__TTH2D();
23844 G__setgvp((long)gvp);
23845 }
23846 }
23847 G__setnull(result7);
23848 return(1 || funcname || hash || result7 || libp) ;
23849 }
23850
23851
23852
23853 static int G__G__Hist_276_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23854 {
23855 TGraph2DErrors* p = NULL;
23856 char* gvp = (char*) G__getgvp();
23857 int n = G__getaryconstruct();
23858 if (n) {
23859 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
23860 p = new TGraph2DErrors[n];
23861 } else {
23862 p = new((void*) gvp) TGraph2DErrors[n];
23863 }
23864 } else {
23865 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
23866 p = new TGraph2DErrors;
23867 } else {
23868 p = new((void*) gvp) TGraph2DErrors;
23869 }
23870 }
23871 result7->obj.i = (long) p;
23872 result7->ref = (long) p;
23873 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraph2DErrors));
23874 return(1 || funcname || hash || result7 || libp) ;
23875 }
23876
23877 static int G__G__Hist_276_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23878 {
23879 TGraph2DErrors* p = NULL;
23880 char* gvp = (char*) G__getgvp();
23881
23882 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
23883 p = new TGraph2DErrors((Int_t) G__int(libp->para[0]));
23884 } else {
23885 p = new((void*) gvp) TGraph2DErrors((Int_t) G__int(libp->para[0]));
23886 }
23887 result7->obj.i = (long) p;
23888 result7->ref = (long) p;
23889 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraph2DErrors));
23890 return(1 || funcname || hash || result7 || libp) ;
23891 }
23892
23893 static int G__G__Hist_276_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23894 {
23895 TGraph2DErrors* p = NULL;
23896 char* gvp = (char*) G__getgvp();
23897 switch (libp->paran) {
23898 case 8:
23899
23900 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
23901 p = new TGraph2DErrors(
23902 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
23903 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
23904 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
23905 , (Double_t*) G__int(libp->para[6]), (Option_t*) G__int(libp->para[7]));
23906 } else {
23907 p = new((void*) gvp) TGraph2DErrors(
23908 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
23909 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
23910 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
23911 , (Double_t*) G__int(libp->para[6]), (Option_t*) G__int(libp->para[7]));
23912 }
23913 break;
23914 case 7:
23915
23916 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
23917 p = new TGraph2DErrors(
23918 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
23919 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
23920 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
23921 , (Double_t*) G__int(libp->para[6]));
23922 } else {
23923 p = new((void*) gvp) TGraph2DErrors(
23924 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
23925 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
23926 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
23927 , (Double_t*) G__int(libp->para[6]));
23928 }
23929 break;
23930 case 6:
23931
23932 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
23933 p = new TGraph2DErrors(
23934 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
23935 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
23936 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
23937 } else {
23938 p = new((void*) gvp) TGraph2DErrors(
23939 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
23940 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
23941 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
23942 }
23943 break;
23944 case 5:
23945
23946 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
23947 p = new TGraph2DErrors(
23948 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
23949 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
23950 , (Double_t*) G__int(libp->para[4]));
23951 } else {
23952 p = new((void*) gvp) TGraph2DErrors(
23953 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
23954 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
23955 , (Double_t*) G__int(libp->para[4]));
23956 }
23957 break;
23958 case 4:
23959
23960 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
23961 p = new TGraph2DErrors(
23962 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
23963 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3]));
23964 } else {
23965 p = new((void*) gvp) TGraph2DErrors(
23966 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
23967 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3]));
23968 }
23969 break;
23970 }
23971 result7->obj.i = (long) p;
23972 result7->ref = (long) p;
23973 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraph2DErrors));
23974 return(1 || funcname || hash || result7 || libp) ;
23975 }
23976
23977 static int G__G__Hist_276_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23978 {
23979 ((TGraph2DErrors*) G__getstructoffset())->SetPointError((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
23980 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
23981 G__setnull(result7);
23982 return(1 || funcname || hash || result7 || libp) ;
23983 }
23984
23985 static int G__G__Hist_276_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23986 {
23987 G__letint(result7, 85, (long) TGraph2DErrors::Class());
23988 return(1 || funcname || hash || result7 || libp) ;
23989 }
23990
23991 static int G__G__Hist_276_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23992 {
23993 G__letint(result7, 67, (long) TGraph2DErrors::Class_Name());
23994 return(1 || funcname || hash || result7 || libp) ;
23995 }
23996
23997 static int G__G__Hist_276_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23998 {
23999 G__letint(result7, 115, (long) TGraph2DErrors::Class_Version());
24000 return(1 || funcname || hash || result7 || libp) ;
24001 }
24002
24003 static int G__G__Hist_276_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24004 {
24005 TGraph2DErrors::Dictionary();
24006 G__setnull(result7);
24007 return(1 || funcname || hash || result7 || libp) ;
24008 }
24009
24010 static int G__G__Hist_276_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24011 {
24012 ((TGraph2DErrors*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
24013 G__setnull(result7);
24014 return(1 || funcname || hash || result7 || libp) ;
24015 }
24016
24017 static int G__G__Hist_276_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24018 {
24019 G__letint(result7, 67, (long) TGraph2DErrors::DeclFileName());
24020 return(1 || funcname || hash || result7 || libp) ;
24021 }
24022
24023 static int G__G__Hist_276_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24024 {
24025 G__letint(result7, 105, (long) TGraph2DErrors::ImplFileLine());
24026 return(1 || funcname || hash || result7 || libp) ;
24027 }
24028
24029 static int G__G__Hist_276_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24030 {
24031 G__letint(result7, 67, (long) TGraph2DErrors::ImplFileName());
24032 return(1 || funcname || hash || result7 || libp) ;
24033 }
24034
24035 static int G__G__Hist_276_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24036 {
24037 G__letint(result7, 105, (long) TGraph2DErrors::DeclFileLine());
24038 return(1 || funcname || hash || result7 || libp) ;
24039 }
24040
24041
24042 typedef TGraph2DErrors G__TTGraph2DErrors;
24043 static int G__G__Hist_276_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24044 {
24045 char* gvp = (char*) G__getgvp();
24046 long soff = G__getstructoffset();
24047 int n = G__getaryconstruct();
24048
24049
24050
24051
24052
24053 if (!soff) {
24054 return(1);
24055 }
24056 if (n) {
24057 if (gvp == (char*)G__PVOID) {
24058 delete[] (TGraph2DErrors*) soff;
24059 } else {
24060 G__setgvp((long) G__PVOID);
24061 for (int i = n - 1; i >= 0; --i) {
24062 ((TGraph2DErrors*) (soff+(sizeof(TGraph2DErrors)*i)))->~G__TTGraph2DErrors();
24063 }
24064 G__setgvp((long)gvp);
24065 }
24066 } else {
24067 if (gvp == (char*)G__PVOID) {
24068 delete (TGraph2DErrors*) soff;
24069 } else {
24070 G__setgvp((long) G__PVOID);
24071 ((TGraph2DErrors*) (soff))->~G__TTGraph2DErrors();
24072 G__setgvp((long)gvp);
24073 }
24074 }
24075 G__setnull(result7);
24076 return(1 || funcname || hash || result7 || libp) ;
24077 }
24078
24079
24080
24081 static int G__G__Hist_277_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24082 {
24083 TH1F* p = NULL;
24084 char* gvp = (char*) G__getgvp();
24085 int n = G__getaryconstruct();
24086 if (n) {
24087 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24088 p = new TH1F[n];
24089 } else {
24090 p = new((void*) gvp) TH1F[n];
24091 }
24092 } else {
24093 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24094 p = new TH1F;
24095 } else {
24096 p = new((void*) gvp) TH1F;
24097 }
24098 }
24099 result7->obj.i = (long) p;
24100 result7->ref = (long) p;
24101 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1F));
24102 return(1 || funcname || hash || result7 || libp) ;
24103 }
24104
24105 static int G__G__Hist_277_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24106 {
24107 TH1F* p = NULL;
24108 char* gvp = (char*) G__getgvp();
24109
24110 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24111 p = new TH1F(
24112 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
24113 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
24114 , (Double_t) G__double(libp->para[4]));
24115 } else {
24116 p = new((void*) gvp) TH1F(
24117 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
24118 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
24119 , (Double_t) G__double(libp->para[4]));
24120 }
24121 result7->obj.i = (long) p;
24122 result7->ref = (long) p;
24123 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1F));
24124 return(1 || funcname || hash || result7 || libp) ;
24125 }
24126
24127 static int G__G__Hist_277_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24128 {
24129 TH1F* p = NULL;
24130 char* gvp = (char*) G__getgvp();
24131
24132 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24133 p = new TH1F(
24134 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
24135 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3]));
24136 } else {
24137 p = new((void*) gvp) TH1F(
24138 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
24139 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3]));
24140 }
24141 result7->obj.i = (long) p;
24142 result7->ref = (long) p;
24143 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1F));
24144 return(1 || funcname || hash || result7 || libp) ;
24145 }
24146
24147 static int G__G__Hist_277_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24148 {
24149 TH1F* p = NULL;
24150 char* gvp = (char*) G__getgvp();
24151
24152 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24153 p = new TH1F(
24154 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
24155 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3]));
24156 } else {
24157 p = new((void*) gvp) TH1F(
24158 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
24159 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3]));
24160 }
24161 result7->obj.i = (long) p;
24162 result7->ref = (long) p;
24163 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1F));
24164 return(1 || funcname || hash || result7 || libp) ;
24165 }
24166
24167 static int G__G__Hist_277_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24168 {
24169 TH1F* p = NULL;
24170 char* gvp = (char*) G__getgvp();
24171
24172 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24173 p = new TH1F(*(TVectorF*) libp->para[0].ref);
24174 } else {
24175 p = new((void*) gvp) TH1F(*(TVectorF*) libp->para[0].ref);
24176 }
24177 result7->obj.i = (long) p;
24178 result7->ref = (long) p;
24179 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1F));
24180 return(1 || funcname || hash || result7 || libp) ;
24181 }
24182
24183 static int G__G__Hist_277_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24184 {
24185 TH1F* p = NULL;
24186 char* gvp = (char*) G__getgvp();
24187
24188 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24189 p = new TH1F(*(TH1F*) libp->para[0].ref);
24190 } else {
24191 p = new((void*) gvp) TH1F(*(TH1F*) libp->para[0].ref);
24192 }
24193 result7->obj.i = (long) p;
24194 result7->ref = (long) p;
24195 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1F));
24196 return(1 || funcname || hash || result7 || libp) ;
24197 }
24198
24199 static int G__G__Hist_277_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24200 {
24201 {
24202 const TH1F& obj = ((TH1F*) G__getstructoffset())->operator=(*(TH1F*) libp->para[0].ref);
24203 result7->ref = (long) (&obj);
24204 result7->obj.i = (long) (&obj);
24205 }
24206 return(1 || funcname || hash || result7 || libp) ;
24207 }
24208
24209 static int G__G__Hist_277_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24210 {
24211 G__letint(result7, 85, (long) TH1F::Class());
24212 return(1 || funcname || hash || result7 || libp) ;
24213 }
24214
24215 static int G__G__Hist_277_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24216 {
24217 G__letint(result7, 67, (long) TH1F::Class_Name());
24218 return(1 || funcname || hash || result7 || libp) ;
24219 }
24220
24221 static int G__G__Hist_277_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24222 {
24223 G__letint(result7, 115, (long) TH1F::Class_Version());
24224 return(1 || funcname || hash || result7 || libp) ;
24225 }
24226
24227 static int G__G__Hist_277_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24228 {
24229 TH1F::Dictionary();
24230 G__setnull(result7);
24231 return(1 || funcname || hash || result7 || libp) ;
24232 }
24233
24234 static int G__G__Hist_277_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24235 {
24236 ((TH1F*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
24237 G__setnull(result7);
24238 return(1 || funcname || hash || result7 || libp) ;
24239 }
24240
24241 static int G__G__Hist_277_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24242 {
24243 G__letint(result7, 67, (long) TH1F::DeclFileName());
24244 return(1 || funcname || hash || result7 || libp) ;
24245 }
24246
24247 static int G__G__Hist_277_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24248 {
24249 G__letint(result7, 105, (long) TH1F::ImplFileLine());
24250 return(1 || funcname || hash || result7 || libp) ;
24251 }
24252
24253 static int G__G__Hist_277_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24254 {
24255 G__letint(result7, 67, (long) TH1F::ImplFileName());
24256 return(1 || funcname || hash || result7 || libp) ;
24257 }
24258
24259 static int G__G__Hist_277_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24260 {
24261 G__letint(result7, 105, (long) TH1F::DeclFileLine());
24262 return(1 || funcname || hash || result7 || libp) ;
24263 }
24264
24265
24266 typedef TH1F G__TTH1F;
24267 static int G__G__Hist_277_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24268 {
24269 char* gvp = (char*) G__getgvp();
24270 long soff = G__getstructoffset();
24271 int n = G__getaryconstruct();
24272
24273
24274
24275
24276
24277 if (!soff) {
24278 return(1);
24279 }
24280 if (n) {
24281 if (gvp == (char*)G__PVOID) {
24282 delete[] (TH1F*) soff;
24283 } else {
24284 G__setgvp((long) G__PVOID);
24285 for (int i = n - 1; i >= 0; --i) {
24286 ((TH1F*) (soff+(sizeof(TH1F)*i)))->~G__TTH1F();
24287 }
24288 G__setgvp((long)gvp);
24289 }
24290 } else {
24291 if (gvp == (char*)G__PVOID) {
24292 delete (TH1F*) soff;
24293 } else {
24294 G__setgvp((long) G__PVOID);
24295 ((TH1F*) (soff))->~G__TTH1F();
24296 G__setgvp((long)gvp);
24297 }
24298 }
24299 G__setnull(result7);
24300 return(1 || funcname || hash || result7 || libp) ;
24301 }
24302
24303
24304
24305 static int G__G__Hist_278_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24306 {
24307 ((const TSpline*) G__getstructoffset())->GetKnot((Int_t) G__int(libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
24308 , *(Double_t*) G__Doubleref(&libp->para[2]));
24309 G__setnull(result7);
24310 return(1 || funcname || hash || result7 || libp) ;
24311 }
24312
24313 static int G__G__Hist_278_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24314 {
24315 G__letdouble(result7, 100, (double) ((const TSpline*) G__getstructoffset())->GetDelta());
24316 return(1 || funcname || hash || result7 || libp) ;
24317 }
24318
24319 static int G__G__Hist_278_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24320 {
24321 G__letint(result7, 85, (long) ((const TSpline*) G__getstructoffset())->GetHistogram());
24322 return(1 || funcname || hash || result7 || libp) ;
24323 }
24324
24325 static int G__G__Hist_278_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24326 {
24327 G__letint(result7, 105, (long) ((const TSpline*) G__getstructoffset())->GetNp());
24328 return(1 || funcname || hash || result7 || libp) ;
24329 }
24330
24331 static int G__G__Hist_278_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24332 {
24333 G__letint(result7, 105, (long) ((const TSpline*) G__getstructoffset())->GetNpx());
24334 return(1 || funcname || hash || result7 || libp) ;
24335 }
24336
24337 static int G__G__Hist_278_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24338 {
24339 G__letdouble(result7, 100, (double) ((const TSpline*) G__getstructoffset())->GetXmin());
24340 return(1 || funcname || hash || result7 || libp) ;
24341 }
24342
24343 static int G__G__Hist_278_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24344 {
24345 G__letdouble(result7, 100, (double) ((const TSpline*) G__getstructoffset())->GetXmax());
24346 return(1 || funcname || hash || result7 || libp) ;
24347 }
24348
24349 static int G__G__Hist_278_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24350 {
24351 G__letdouble(result7, 100, (double) ((const TSpline*) G__getstructoffset())->Eval((Double_t) G__double(libp->para[0])));
24352 return(1 || funcname || hash || result7 || libp) ;
24353 }
24354
24355 static int G__G__Hist_278_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24356 {
24357 ((TSpline*) G__getstructoffset())->SetNpx((Int_t) G__int(libp->para[0]));
24358 G__setnull(result7);
24359 return(1 || funcname || hash || result7 || libp) ;
24360 }
24361
24362 static int G__G__Hist_278_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24363 {
24364 G__letint(result7, 85, (long) TSpline::Class());
24365 return(1 || funcname || hash || result7 || libp) ;
24366 }
24367
24368 static int G__G__Hist_278_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24369 {
24370 G__letint(result7, 67, (long) TSpline::Class_Name());
24371 return(1 || funcname || hash || result7 || libp) ;
24372 }
24373
24374 static int G__G__Hist_278_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24375 {
24376 G__letint(result7, 115, (long) TSpline::Class_Version());
24377 return(1 || funcname || hash || result7 || libp) ;
24378 }
24379
24380 static int G__G__Hist_278_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24381 {
24382 TSpline::Dictionary();
24383 G__setnull(result7);
24384 return(1 || funcname || hash || result7 || libp) ;
24385 }
24386
24387 static int G__G__Hist_278_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24388 {
24389 ((TSpline*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
24390 G__setnull(result7);
24391 return(1 || funcname || hash || result7 || libp) ;
24392 }
24393
24394 static int G__G__Hist_278_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24395 {
24396 G__letint(result7, 67, (long) TSpline::DeclFileName());
24397 return(1 || funcname || hash || result7 || libp) ;
24398 }
24399
24400 static int G__G__Hist_278_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24401 {
24402 G__letint(result7, 105, (long) TSpline::ImplFileLine());
24403 return(1 || funcname || hash || result7 || libp) ;
24404 }
24405
24406 static int G__G__Hist_278_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24407 {
24408 G__letint(result7, 67, (long) TSpline::ImplFileName());
24409 return(1 || funcname || hash || result7 || libp) ;
24410 }
24411
24412 static int G__G__Hist_278_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24413 {
24414 G__letint(result7, 105, (long) TSpline::DeclFileLine());
24415 return(1 || funcname || hash || result7 || libp) ;
24416 }
24417
24418
24419 typedef TSpline G__TTSpline;
24420 static int G__G__Hist_278_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24421 {
24422 char* gvp = (char*) G__getgvp();
24423 long soff = G__getstructoffset();
24424 int n = G__getaryconstruct();
24425
24426
24427
24428
24429
24430 if (!soff) {
24431 return(1);
24432 }
24433 if (n) {
24434 if (gvp == (char*)G__PVOID) {
24435 delete[] (TSpline*) soff;
24436 } else {
24437 G__setgvp((long) G__PVOID);
24438 for (int i = n - 1; i >= 0; --i) {
24439 ((TSpline*) (soff+(sizeof(TSpline)*i)))->~G__TTSpline();
24440 }
24441 G__setgvp((long)gvp);
24442 }
24443 } else {
24444 if (gvp == (char*)G__PVOID) {
24445 delete (TSpline*) soff;
24446 } else {
24447 G__setgvp((long) G__PVOID);
24448 ((TSpline*) (soff))->~G__TTSpline();
24449 G__setgvp((long)gvp);
24450 }
24451 }
24452 G__setnull(result7);
24453 return(1 || funcname || hash || result7 || libp) ;
24454 }
24455
24456
24457
24458 static int G__G__Hist_280_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24459 {
24460 TGraphBentErrors* p = NULL;
24461 char* gvp = (char*) G__getgvp();
24462 int n = G__getaryconstruct();
24463 if (n) {
24464 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24465 p = new TGraphBentErrors[n];
24466 } else {
24467 p = new((void*) gvp) TGraphBentErrors[n];
24468 }
24469 } else {
24470 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24471 p = new TGraphBentErrors;
24472 } else {
24473 p = new((void*) gvp) TGraphBentErrors;
24474 }
24475 }
24476 result7->obj.i = (long) p;
24477 result7->ref = (long) p;
24478 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphBentErrors));
24479 return(1 || funcname || hash || result7 || libp) ;
24480 }
24481
24482 static int G__G__Hist_280_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24483 {
24484 TGraphBentErrors* p = NULL;
24485 char* gvp = (char*) G__getgvp();
24486
24487 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24488 p = new TGraphBentErrors((Int_t) G__int(libp->para[0]));
24489 } else {
24490 p = new((void*) gvp) TGraphBentErrors((Int_t) G__int(libp->para[0]));
24491 }
24492 result7->obj.i = (long) p;
24493 result7->ref = (long) p;
24494 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphBentErrors));
24495 return(1 || funcname || hash || result7 || libp) ;
24496 }
24497
24498 static int G__G__Hist_280_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24499 {
24500 TGraphBentErrors* p = NULL;
24501 char* gvp = (char*) G__getgvp();
24502 switch (libp->paran) {
24503 case 11:
24504
24505 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24506 p = new TGraphBentErrors(
24507 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
24508 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
24509 , (Float_t*) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5])
24510 , (Float_t*) G__int(libp->para[6]), (Float_t*) G__int(libp->para[7])
24511 , (Float_t*) G__int(libp->para[8]), (Float_t*) G__int(libp->para[9])
24512 , (Float_t*) G__int(libp->para[10]));
24513 } else {
24514 p = new((void*) gvp) TGraphBentErrors(
24515 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
24516 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
24517 , (Float_t*) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5])
24518 , (Float_t*) G__int(libp->para[6]), (Float_t*) G__int(libp->para[7])
24519 , (Float_t*) G__int(libp->para[8]), (Float_t*) G__int(libp->para[9])
24520 , (Float_t*) G__int(libp->para[10]));
24521 }
24522 break;
24523 case 10:
24524
24525 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24526 p = new TGraphBentErrors(
24527 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
24528 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
24529 , (Float_t*) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5])
24530 , (Float_t*) G__int(libp->para[6]), (Float_t*) G__int(libp->para[7])
24531 , (Float_t*) G__int(libp->para[8]), (Float_t*) G__int(libp->para[9]));
24532 } else {
24533 p = new((void*) gvp) TGraphBentErrors(
24534 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
24535 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
24536 , (Float_t*) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5])
24537 , (Float_t*) G__int(libp->para[6]), (Float_t*) G__int(libp->para[7])
24538 , (Float_t*) G__int(libp->para[8]), (Float_t*) G__int(libp->para[9]));
24539 }
24540 break;
24541 case 9:
24542
24543 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24544 p = new TGraphBentErrors(
24545 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
24546 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
24547 , (Float_t*) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5])
24548 , (Float_t*) G__int(libp->para[6]), (Float_t*) G__int(libp->para[7])
24549 , (Float_t*) G__int(libp->para[8]));
24550 } else {
24551 p = new((void*) gvp) TGraphBentErrors(
24552 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
24553 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
24554 , (Float_t*) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5])
24555 , (Float_t*) G__int(libp->para[6]), (Float_t*) G__int(libp->para[7])
24556 , (Float_t*) G__int(libp->para[8]));
24557 }
24558 break;
24559 case 8:
24560
24561 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24562 p = new TGraphBentErrors(
24563 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
24564 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
24565 , (Float_t*) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5])
24566 , (Float_t*) G__int(libp->para[6]), (Float_t*) G__int(libp->para[7]));
24567 } else {
24568 p = new((void*) gvp) TGraphBentErrors(
24569 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
24570 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
24571 , (Float_t*) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5])
24572 , (Float_t*) G__int(libp->para[6]), (Float_t*) G__int(libp->para[7]));
24573 }
24574 break;
24575 case 7:
24576
24577 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24578 p = new TGraphBentErrors(
24579 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
24580 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
24581 , (Float_t*) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5])
24582 , (Float_t*) G__int(libp->para[6]));
24583 } else {
24584 p = new((void*) gvp) TGraphBentErrors(
24585 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
24586 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
24587 , (Float_t*) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5])
24588 , (Float_t*) G__int(libp->para[6]));
24589 }
24590 break;
24591 case 6:
24592
24593 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24594 p = new TGraphBentErrors(
24595 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
24596 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
24597 , (Float_t*) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5]));
24598 } else {
24599 p = new((void*) gvp) TGraphBentErrors(
24600 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
24601 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
24602 , (Float_t*) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5]));
24603 }
24604 break;
24605 case 5:
24606
24607 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24608 p = new TGraphBentErrors(
24609 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
24610 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
24611 , (Float_t*) G__int(libp->para[4]));
24612 } else {
24613 p = new((void*) gvp) TGraphBentErrors(
24614 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
24615 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
24616 , (Float_t*) G__int(libp->para[4]));
24617 }
24618 break;
24619 case 4:
24620
24621 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24622 p = new TGraphBentErrors(
24623 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
24624 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3]));
24625 } else {
24626 p = new((void*) gvp) TGraphBentErrors(
24627 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
24628 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3]));
24629 }
24630 break;
24631 case 3:
24632
24633 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24634 p = new TGraphBentErrors(
24635 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
24636 , (Float_t*) G__int(libp->para[2]));
24637 } else {
24638 p = new((void*) gvp) TGraphBentErrors(
24639 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
24640 , (Float_t*) G__int(libp->para[2]));
24641 }
24642 break;
24643 }
24644 result7->obj.i = (long) p;
24645 result7->ref = (long) p;
24646 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphBentErrors));
24647 return(1 || funcname || hash || result7 || libp) ;
24648 }
24649
24650 static int G__G__Hist_280_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24651 {
24652 TGraphBentErrors* p = NULL;
24653 char* gvp = (char*) G__getgvp();
24654 switch (libp->paran) {
24655 case 11:
24656
24657 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24658 p = new TGraphBentErrors(
24659 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
24660 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
24661 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
24662 , (Double_t*) G__int(libp->para[6]), (Double_t*) G__int(libp->para[7])
24663 , (Double_t*) G__int(libp->para[8]), (Double_t*) G__int(libp->para[9])
24664 , (Double_t*) G__int(libp->para[10]));
24665 } else {
24666 p = new((void*) gvp) TGraphBentErrors(
24667 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
24668 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
24669 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
24670 , (Double_t*) G__int(libp->para[6]), (Double_t*) G__int(libp->para[7])
24671 , (Double_t*) G__int(libp->para[8]), (Double_t*) G__int(libp->para[9])
24672 , (Double_t*) G__int(libp->para[10]));
24673 }
24674 break;
24675 case 10:
24676
24677 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24678 p = new TGraphBentErrors(
24679 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
24680 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
24681 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
24682 , (Double_t*) G__int(libp->para[6]), (Double_t*) G__int(libp->para[7])
24683 , (Double_t*) G__int(libp->para[8]), (Double_t*) G__int(libp->para[9]));
24684 } else {
24685 p = new((void*) gvp) TGraphBentErrors(
24686 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
24687 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
24688 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
24689 , (Double_t*) G__int(libp->para[6]), (Double_t*) G__int(libp->para[7])
24690 , (Double_t*) G__int(libp->para[8]), (Double_t*) G__int(libp->para[9]));
24691 }
24692 break;
24693 case 9:
24694
24695 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24696 p = new TGraphBentErrors(
24697 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
24698 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
24699 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
24700 , (Double_t*) G__int(libp->para[6]), (Double_t*) G__int(libp->para[7])
24701 , (Double_t*) G__int(libp->para[8]));
24702 } else {
24703 p = new((void*) gvp) TGraphBentErrors(
24704 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
24705 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
24706 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
24707 , (Double_t*) G__int(libp->para[6]), (Double_t*) G__int(libp->para[7])
24708 , (Double_t*) G__int(libp->para[8]));
24709 }
24710 break;
24711 case 8:
24712
24713 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24714 p = new TGraphBentErrors(
24715 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
24716 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
24717 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
24718 , (Double_t*) G__int(libp->para[6]), (Double_t*) G__int(libp->para[7]));
24719 } else {
24720 p = new((void*) gvp) TGraphBentErrors(
24721 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
24722 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
24723 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
24724 , (Double_t*) G__int(libp->para[6]), (Double_t*) G__int(libp->para[7]));
24725 }
24726 break;
24727 case 7:
24728
24729 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24730 p = new TGraphBentErrors(
24731 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
24732 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
24733 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
24734 , (Double_t*) G__int(libp->para[6]));
24735 } else {
24736 p = new((void*) gvp) TGraphBentErrors(
24737 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
24738 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
24739 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
24740 , (Double_t*) G__int(libp->para[6]));
24741 }
24742 break;
24743 case 6:
24744
24745 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24746 p = new TGraphBentErrors(
24747 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
24748 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
24749 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
24750 } else {
24751 p = new((void*) gvp) TGraphBentErrors(
24752 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
24753 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
24754 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
24755 }
24756 break;
24757 case 5:
24758
24759 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24760 p = new TGraphBentErrors(
24761 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
24762 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
24763 , (Double_t*) G__int(libp->para[4]));
24764 } else {
24765 p = new((void*) gvp) TGraphBentErrors(
24766 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
24767 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
24768 , (Double_t*) G__int(libp->para[4]));
24769 }
24770 break;
24771 case 4:
24772
24773 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24774 p = new TGraphBentErrors(
24775 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
24776 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3]));
24777 } else {
24778 p = new((void*) gvp) TGraphBentErrors(
24779 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
24780 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3]));
24781 }
24782 break;
24783 case 3:
24784
24785 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24786 p = new TGraphBentErrors(
24787 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
24788 , (Double_t*) G__int(libp->para[2]));
24789 } else {
24790 p = new((void*) gvp) TGraphBentErrors(
24791 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
24792 , (Double_t*) G__int(libp->para[2]));
24793 }
24794 break;
24795 }
24796 result7->obj.i = (long) p;
24797 result7->ref = (long) p;
24798 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphBentErrors));
24799 return(1 || funcname || hash || result7 || libp) ;
24800 }
24801
24802 static int G__G__Hist_280_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24803 {
24804 TGraphBentErrors* p = NULL;
24805 char* gvp = (char*) G__getgvp();
24806
24807 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24808 p = new TGraphBentErrors(*(TGraphBentErrors*) libp->para[0].ref);
24809 } else {
24810 p = new((void*) gvp) TGraphBentErrors(*(TGraphBentErrors*) libp->para[0].ref);
24811 }
24812 result7->obj.i = (long) p;
24813 result7->ref = (long) p;
24814 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphBentErrors));
24815 return(1 || funcname || hash || result7 || libp) ;
24816 }
24817
24818 static int G__G__Hist_280_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24819 {
24820 switch (libp->paran) {
24821 case 8:
24822 ((TGraphBentErrors*) G__getstructoffset())->SetPointError(
24823 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
24824 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
24825 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
24826 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
24827 G__setnull(result7);
24828 break;
24829 case 7:
24830 ((TGraphBentErrors*) G__getstructoffset())->SetPointError(
24831 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
24832 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
24833 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
24834 , (Double_t) G__double(libp->para[6]));
24835 G__setnull(result7);
24836 break;
24837 case 6:
24838 ((TGraphBentErrors*) G__getstructoffset())->SetPointError((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
24839 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
24840 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
24841 G__setnull(result7);
24842 break;
24843 case 5:
24844 ((TGraphBentErrors*) G__getstructoffset())->SetPointError((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
24845 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
24846 , (Double_t) G__double(libp->para[4]));
24847 G__setnull(result7);
24848 break;
24849 case 4:
24850 ((TGraphBentErrors*) G__getstructoffset())->SetPointError((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
24851 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
24852 G__setnull(result7);
24853 break;
24854 }
24855 return(1 || funcname || hash || result7 || libp) ;
24856 }
24857
24858 static int G__G__Hist_280_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24859 {
24860 switch (libp->paran) {
24861 case 9:
24862 ((TGraphBentErrors*) G__getstructoffset())->SetPointError(
24863 (Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
24864 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
24865 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
24866 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
24867 , (Double_t) G__double(libp->para[8]));
24868 G__setnull(result7);
24869 break;
24870 case 8:
24871 ((TGraphBentErrors*) G__getstructoffset())->SetPointError(
24872 (Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
24873 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
24874 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
24875 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
24876 G__setnull(result7);
24877 break;
24878 case 7:
24879 ((TGraphBentErrors*) G__getstructoffset())->SetPointError(
24880 (Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
24881 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
24882 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
24883 , (Double_t) G__double(libp->para[6]));
24884 G__setnull(result7);
24885 break;
24886 case 6:
24887 ((TGraphBentErrors*) G__getstructoffset())->SetPointError((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
24888 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
24889 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
24890 G__setnull(result7);
24891 break;
24892 case 5:
24893 ((TGraphBentErrors*) G__getstructoffset())->SetPointError((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
24894 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
24895 , (Double_t) G__double(libp->para[4]));
24896 G__setnull(result7);
24897 break;
24898 }
24899 return(1 || funcname || hash || result7 || libp) ;
24900 }
24901
24902 static int G__G__Hist_280_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24903 {
24904 G__letint(result7, 85, (long) TGraphBentErrors::Class());
24905 return(1 || funcname || hash || result7 || libp) ;
24906 }
24907
24908 static int G__G__Hist_280_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24909 {
24910 G__letint(result7, 67, (long) TGraphBentErrors::Class_Name());
24911 return(1 || funcname || hash || result7 || libp) ;
24912 }
24913
24914 static int G__G__Hist_280_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24915 {
24916 G__letint(result7, 115, (long) TGraphBentErrors::Class_Version());
24917 return(1 || funcname || hash || result7 || libp) ;
24918 }
24919
24920 static int G__G__Hist_280_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24921 {
24922 TGraphBentErrors::Dictionary();
24923 G__setnull(result7);
24924 return(1 || funcname || hash || result7 || libp) ;
24925 }
24926
24927 static int G__G__Hist_280_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24928 {
24929 ((TGraphBentErrors*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
24930 G__setnull(result7);
24931 return(1 || funcname || hash || result7 || libp) ;
24932 }
24933
24934 static int G__G__Hist_280_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24935 {
24936 G__letint(result7, 67, (long) TGraphBentErrors::DeclFileName());
24937 return(1 || funcname || hash || result7 || libp) ;
24938 }
24939
24940 static int G__G__Hist_280_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24941 {
24942 G__letint(result7, 105, (long) TGraphBentErrors::ImplFileLine());
24943 return(1 || funcname || hash || result7 || libp) ;
24944 }
24945
24946 static int G__G__Hist_280_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24947 {
24948 G__letint(result7, 67, (long) TGraphBentErrors::ImplFileName());
24949 return(1 || funcname || hash || result7 || libp) ;
24950 }
24951
24952 static int G__G__Hist_280_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24953 {
24954 G__letint(result7, 105, (long) TGraphBentErrors::DeclFileLine());
24955 return(1 || funcname || hash || result7 || libp) ;
24956 }
24957
24958
24959 typedef TGraphBentErrors G__TTGraphBentErrors;
24960 static int G__G__Hist_280_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24961 {
24962 char* gvp = (char*) G__getgvp();
24963 long soff = G__getstructoffset();
24964 int n = G__getaryconstruct();
24965
24966
24967
24968
24969
24970 if (!soff) {
24971 return(1);
24972 }
24973 if (n) {
24974 if (gvp == (char*)G__PVOID) {
24975 delete[] (TGraphBentErrors*) soff;
24976 } else {
24977 G__setgvp((long) G__PVOID);
24978 for (int i = n - 1; i >= 0; --i) {
24979 ((TGraphBentErrors*) (soff+(sizeof(TGraphBentErrors)*i)))->~G__TTGraphBentErrors();
24980 }
24981 G__setgvp((long)gvp);
24982 }
24983 } else {
24984 if (gvp == (char*)G__PVOID) {
24985 delete (TGraphBentErrors*) soff;
24986 } else {
24987 G__setgvp((long) G__PVOID);
24988 ((TGraphBentErrors*) (soff))->~G__TTGraphBentErrors();
24989 G__setgvp((long)gvp);
24990 }
24991 }
24992 G__setnull(result7);
24993 return(1 || funcname || hash || result7 || libp) ;
24994 }
24995
24996
24997 static int G__G__Hist_280_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24998 {
24999 TGraphBentErrors* dest = (TGraphBentErrors*) G__getstructoffset();
25000 *dest = *(TGraphBentErrors*) libp->para[0].ref;
25001 const TGraphBentErrors& obj = *dest;
25002 result7->ref = (long) (&obj);
25003 result7->obj.i = (long) (&obj);
25004 return(1 || funcname || hash || result7 || libp) ;
25005 }
25006
25007
25008
25009 static int G__G__Hist_281_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25010 {
25011 TGraphDelaunay* p = NULL;
25012 char* gvp = (char*) G__getgvp();
25013 int n = G__getaryconstruct();
25014 if (n) {
25015 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25016 p = new TGraphDelaunay[n];
25017 } else {
25018 p = new((void*) gvp) TGraphDelaunay[n];
25019 }
25020 } else {
25021 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25022 p = new TGraphDelaunay;
25023 } else {
25024 p = new((void*) gvp) TGraphDelaunay;
25025 }
25026 }
25027 result7->obj.i = (long) p;
25028 result7->ref = (long) p;
25029 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphDelaunay));
25030 return(1 || funcname || hash || result7 || libp) ;
25031 }
25032
25033 static int G__G__Hist_281_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25034 {
25035 TGraphDelaunay* p = NULL;
25036 char* gvp = (char*) G__getgvp();
25037
25038 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25039 p = new TGraphDelaunay((TGraph2D*) G__int(libp->para[0]));
25040 } else {
25041 p = new((void*) gvp) TGraphDelaunay((TGraph2D*) G__int(libp->para[0]));
25042 }
25043 result7->obj.i = (long) p;
25044 result7->ref = (long) p;
25045 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphDelaunay));
25046 return(1 || funcname || hash || result7 || libp) ;
25047 }
25048
25049 static int G__G__Hist_281_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25050 {
25051 G__letdouble(result7, 100, (double) ((TGraphDelaunay*) G__getstructoffset())->ComputeZ((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
25052 return(1 || funcname || hash || result7 || libp) ;
25053 }
25054
25055 static int G__G__Hist_281_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25056 {
25057 ((TGraphDelaunay*) G__getstructoffset())->FindAllTriangles();
25058 G__setnull(result7);
25059 return(1 || funcname || hash || result7 || libp) ;
25060 }
25061
25062 static int G__G__Hist_281_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25063 {
25064 G__letint(result7, 85, (long) ((const TGraphDelaunay*) G__getstructoffset())->GetGraph2D());
25065 return(1 || funcname || hash || result7 || libp) ;
25066 }
25067
25068 static int G__G__Hist_281_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25069 {
25070 G__letdouble(result7, 100, (double) ((const TGraphDelaunay*) G__getstructoffset())->GetMarginBinsContent());
25071 return(1 || funcname || hash || result7 || libp) ;
25072 }
25073
25074 static int G__G__Hist_281_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25075 {
25076 G__letint(result7, 105, (long) ((const TGraphDelaunay*) G__getstructoffset())->GetNdt());
25077 return(1 || funcname || hash || result7 || libp) ;
25078 }
25079
25080 static int G__G__Hist_281_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25081 {
25082 G__letint(result7, 73, (long) ((const TGraphDelaunay*) G__getstructoffset())->GetPTried());
25083 return(1 || funcname || hash || result7 || libp) ;
25084 }
25085
25086 static int G__G__Hist_281_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25087 {
25088 G__letint(result7, 73, (long) ((const TGraphDelaunay*) G__getstructoffset())->GetNTried());
25089 return(1 || funcname || hash || result7 || libp) ;
25090 }
25091
25092 static int G__G__Hist_281_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25093 {
25094 G__letint(result7, 73, (long) ((const TGraphDelaunay*) G__getstructoffset())->GetMTried());
25095 return(1 || funcname || hash || result7 || libp) ;
25096 }
25097
25098 static int G__G__Hist_281_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25099 {
25100 G__letint(result7, 68, (long) ((const TGraphDelaunay*) G__getstructoffset())->GetXN());
25101 return(1 || funcname || hash || result7 || libp) ;
25102 }
25103
25104 static int G__G__Hist_281_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25105 {
25106 G__letint(result7, 68, (long) ((const TGraphDelaunay*) G__getstructoffset())->GetYN());
25107 return(1 || funcname || hash || result7 || libp) ;
25108 }
25109
25110 static int G__G__Hist_281_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25111 {
25112 G__letdouble(result7, 100, (double) ((const TGraphDelaunay*) G__getstructoffset())->GetXNmin());
25113 return(1 || funcname || hash || result7 || libp) ;
25114 }
25115
25116 static int G__G__Hist_281_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25117 {
25118 G__letdouble(result7, 100, (double) ((const TGraphDelaunay*) G__getstructoffset())->GetXNmax());
25119 return(1 || funcname || hash || result7 || libp) ;
25120 }
25121
25122 static int G__G__Hist_281_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25123 {
25124 G__letdouble(result7, 100, (double) ((const TGraphDelaunay*) G__getstructoffset())->GetYNmin());
25125 return(1 || funcname || hash || result7 || libp) ;
25126 }
25127
25128 static int G__G__Hist_281_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25129 {
25130 G__letdouble(result7, 100, (double) ((const TGraphDelaunay*) G__getstructoffset())->GetYNmax());
25131 return(1 || funcname || hash || result7 || libp) ;
25132 }
25133
25134 static int G__G__Hist_281_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25135 {
25136 G__letdouble(result7, 100, (double) ((TGraphDelaunay*) G__getstructoffset())->Interpolate((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
25137 return(1 || funcname || hash || result7 || libp) ;
25138 }
25139
25140 static int G__G__Hist_281_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25141 {
25142 switch (libp->paran) {
25143 case 1:
25144 ((TGraphDelaunay*) G__getstructoffset())->SetMaxIter((Int_t) G__int(libp->para[0]));
25145 G__setnull(result7);
25146 break;
25147 case 0:
25148 ((TGraphDelaunay*) G__getstructoffset())->SetMaxIter();
25149 G__setnull(result7);
25150 break;
25151 }
25152 return(1 || funcname || hash || result7 || libp) ;
25153 }
25154
25155 static int G__G__Hist_281_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25156 {
25157 switch (libp->paran) {
25158 case 1:
25159 ((TGraphDelaunay*) G__getstructoffset())->SetMarginBinsContent((Double_t) G__double(libp->para[0]));
25160 G__setnull(result7);
25161 break;
25162 case 0:
25163 ((TGraphDelaunay*) G__getstructoffset())->SetMarginBinsContent();
25164 G__setnull(result7);
25165 break;
25166 }
25167 return(1 || funcname || hash || result7 || libp) ;
25168 }
25169
25170 static int G__G__Hist_281_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25171 {
25172 G__letint(result7, 85, (long) TGraphDelaunay::Class());
25173 return(1 || funcname || hash || result7 || libp) ;
25174 }
25175
25176 static int G__G__Hist_281_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25177 {
25178 G__letint(result7, 67, (long) TGraphDelaunay::Class_Name());
25179 return(1 || funcname || hash || result7 || libp) ;
25180 }
25181
25182 static int G__G__Hist_281_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25183 {
25184 G__letint(result7, 115, (long) TGraphDelaunay::Class_Version());
25185 return(1 || funcname || hash || result7 || libp) ;
25186 }
25187
25188 static int G__G__Hist_281_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25189 {
25190 TGraphDelaunay::Dictionary();
25191 G__setnull(result7);
25192 return(1 || funcname || hash || result7 || libp) ;
25193 }
25194
25195 static int G__G__Hist_281_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25196 {
25197 ((TGraphDelaunay*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
25198 G__setnull(result7);
25199 return(1 || funcname || hash || result7 || libp) ;
25200 }
25201
25202 static int G__G__Hist_281_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25203 {
25204 G__letint(result7, 67, (long) TGraphDelaunay::DeclFileName());
25205 return(1 || funcname || hash || result7 || libp) ;
25206 }
25207
25208 static int G__G__Hist_281_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25209 {
25210 G__letint(result7, 105, (long) TGraphDelaunay::ImplFileLine());
25211 return(1 || funcname || hash || result7 || libp) ;
25212 }
25213
25214 static int G__G__Hist_281_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25215 {
25216 G__letint(result7, 67, (long) TGraphDelaunay::ImplFileName());
25217 return(1 || funcname || hash || result7 || libp) ;
25218 }
25219
25220 static int G__G__Hist_281_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25221 {
25222 G__letint(result7, 105, (long) TGraphDelaunay::DeclFileLine());
25223 return(1 || funcname || hash || result7 || libp) ;
25224 }
25225
25226
25227 typedef TGraphDelaunay G__TTGraphDelaunay;
25228 static int G__G__Hist_281_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25229 {
25230 char* gvp = (char*) G__getgvp();
25231 long soff = G__getstructoffset();
25232 int n = G__getaryconstruct();
25233
25234
25235
25236
25237
25238 if (!soff) {
25239 return(1);
25240 }
25241 if (n) {
25242 if (gvp == (char*)G__PVOID) {
25243 delete[] (TGraphDelaunay*) soff;
25244 } else {
25245 G__setgvp((long) G__PVOID);
25246 for (int i = n - 1; i >= 0; --i) {
25247 ((TGraphDelaunay*) (soff+(sizeof(TGraphDelaunay)*i)))->~G__TTGraphDelaunay();
25248 }
25249 G__setgvp((long)gvp);
25250 }
25251 } else {
25252 if (gvp == (char*)G__PVOID) {
25253 delete (TGraphDelaunay*) soff;
25254 } else {
25255 G__setgvp((long) G__PVOID);
25256 ((TGraphDelaunay*) (soff))->~G__TTGraphDelaunay();
25257 G__setgvp((long)gvp);
25258 }
25259 }
25260 G__setnull(result7);
25261 return(1 || funcname || hash || result7 || libp) ;
25262 }
25263
25264
25265
25266 static int G__G__Hist_282_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25267 {
25268 TGraphSmooth* p = NULL;
25269 char* gvp = (char*) G__getgvp();
25270 int n = G__getaryconstruct();
25271 if (n) {
25272 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25273 p = new TGraphSmooth[n];
25274 } else {
25275 p = new((void*) gvp) TGraphSmooth[n];
25276 }
25277 } else {
25278 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25279 p = new TGraphSmooth;
25280 } else {
25281 p = new((void*) gvp) TGraphSmooth;
25282 }
25283 }
25284 result7->obj.i = (long) p;
25285 result7->ref = (long) p;
25286 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphSmooth));
25287 return(1 || funcname || hash || result7 || libp) ;
25288 }
25289
25290 static int G__G__Hist_282_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25291 {
25292 TGraphSmooth* p = NULL;
25293 char* gvp = (char*) G__getgvp();
25294
25295 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25296 p = new TGraphSmooth((const char*) G__int(libp->para[0]));
25297 } else {
25298 p = new((void*) gvp) TGraphSmooth((const char*) G__int(libp->para[0]));
25299 }
25300 result7->obj.i = (long) p;
25301 result7->ref = (long) p;
25302 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphSmooth));
25303 return(1 || funcname || hash || result7 || libp) ;
25304 }
25305
25306 static int G__G__Hist_282_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25307 {
25308 switch (libp->paran) {
25309 case 9:
25310 G__letint(result7, 85, (long) ((TGraphSmooth*) G__getstructoffset())->Approx(
25311 (TGraph*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
25312 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
25313 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
25314 , (Int_t) G__int(libp->para[6]), (Double_t) G__double(libp->para[7])
25315 , (Option_t*) G__int(libp->para[8])));
25316 break;
25317 case 8:
25318 G__letint(result7, 85, (long) ((TGraphSmooth*) G__getstructoffset())->Approx(
25319 (TGraph*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
25320 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
25321 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
25322 , (Int_t) G__int(libp->para[6]), (Double_t) G__double(libp->para[7])));
25323 break;
25324 case 7:
25325 G__letint(result7, 85, (long) ((TGraphSmooth*) G__getstructoffset())->Approx(
25326 (TGraph*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
25327 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
25328 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
25329 , (Int_t) G__int(libp->para[6])));
25330 break;
25331 case 6:
25332 G__letint(result7, 85, (long) ((TGraphSmooth*) G__getstructoffset())->Approx((TGraph*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
25333 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
25334 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])));
25335 break;
25336 case 5:
25337 G__letint(result7, 85, (long) ((TGraphSmooth*) G__getstructoffset())->Approx((TGraph*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
25338 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
25339 , (Double_t) G__double(libp->para[4])));
25340 break;
25341 case 4:
25342 G__letint(result7, 85, (long) ((TGraphSmooth*) G__getstructoffset())->Approx((TGraph*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
25343 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])));
25344 break;
25345 case 3:
25346 G__letint(result7, 85, (long) ((TGraphSmooth*) G__getstructoffset())->Approx((TGraph*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
25347 , (Int_t) G__int(libp->para[2])));
25348 break;
25349 case 2:
25350 G__letint(result7, 85, (long) ((TGraphSmooth*) G__getstructoffset())->Approx((TGraph*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
25351 break;
25352 case 1:
25353 G__letint(result7, 85, (long) ((TGraphSmooth*) G__getstructoffset())->Approx((TGraph*) G__int(libp->para[0])));
25354 break;
25355 }
25356 return(1 || funcname || hash || result7 || libp) ;
25357 }
25358
25359 static int G__G__Hist_282_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25360 {
25361 switch (libp->paran) {
25362 case 5:
25363 G__letint(result7, 85, (long) ((TGraphSmooth*) G__getstructoffset())->SmoothKern((TGraph*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
25364 , (Double_t) G__double(libp->para[2]), (Int_t) G__int(libp->para[3])
25365 , (Double_t*) G__int(libp->para[4])));
25366 break;
25367 case 4:
25368 G__letint(result7, 85, (long) ((TGraphSmooth*) G__getstructoffset())->SmoothKern((TGraph*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
25369 , (Double_t) G__double(libp->para[2]), (Int_t) G__int(libp->para[3])));
25370 break;
25371 case 3:
25372 G__letint(result7, 85, (long) ((TGraphSmooth*) G__getstructoffset())->SmoothKern((TGraph*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
25373 , (Double_t) G__double(libp->para[2])));
25374 break;
25375 case 2:
25376 G__letint(result7, 85, (long) ((TGraphSmooth*) G__getstructoffset())->SmoothKern((TGraph*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
25377 break;
25378 case 1:
25379 G__letint(result7, 85, (long) ((TGraphSmooth*) G__getstructoffset())->SmoothKern((TGraph*) G__int(libp->para[0])));
25380 break;
25381 }
25382 return(1 || funcname || hash || result7 || libp) ;
25383 }
25384
25385 static int G__G__Hist_282_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25386 {
25387 switch (libp->paran) {
25388 case 5:
25389 G__letint(result7, 85, (long) ((TGraphSmooth*) G__getstructoffset())->SmoothLowess((TGraph*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
25390 , (Double_t) G__double(libp->para[2]), (Int_t) G__int(libp->para[3])
25391 , (Double_t) G__double(libp->para[4])));
25392 break;
25393 case 4:
25394 G__letint(result7, 85, (long) ((TGraphSmooth*) G__getstructoffset())->SmoothLowess((TGraph*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
25395 , (Double_t) G__double(libp->para[2]), (Int_t) G__int(libp->para[3])));
25396 break;
25397 case 3:
25398 G__letint(result7, 85, (long) ((TGraphSmooth*) G__getstructoffset())->SmoothLowess((TGraph*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
25399 , (Double_t) G__double(libp->para[2])));
25400 break;
25401 case 2:
25402 G__letint(result7, 85, (long) ((TGraphSmooth*) G__getstructoffset())->SmoothLowess((TGraph*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
25403 break;
25404 case 1:
25405 G__letint(result7, 85, (long) ((TGraphSmooth*) G__getstructoffset())->SmoothLowess((TGraph*) G__int(libp->para[0])));
25406 break;
25407 }
25408 return(1 || funcname || hash || result7 || libp) ;
25409 }
25410
25411 static int G__G__Hist_282_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25412 {
25413 switch (libp->paran) {
25414 case 6:
25415 G__letint(result7, 85, (long) ((TGraphSmooth*) G__getstructoffset())->SmoothSuper((TGraph*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
25416 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
25417 , (Bool_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])));
25418 break;
25419 case 5:
25420 G__letint(result7, 85, (long) ((TGraphSmooth*) G__getstructoffset())->SmoothSuper((TGraph*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
25421 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
25422 , (Bool_t) G__int(libp->para[4])));
25423 break;
25424 case 4:
25425 G__letint(result7, 85, (long) ((TGraphSmooth*) G__getstructoffset())->SmoothSuper((TGraph*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
25426 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
25427 break;
25428 case 3:
25429 G__letint(result7, 85, (long) ((TGraphSmooth*) G__getstructoffset())->SmoothSuper((TGraph*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
25430 , (Double_t) G__double(libp->para[2])));
25431 break;
25432 case 2:
25433 G__letint(result7, 85, (long) ((TGraphSmooth*) G__getstructoffset())->SmoothSuper((TGraph*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
25434 break;
25435 case 1:
25436 G__letint(result7, 85, (long) ((TGraphSmooth*) G__getstructoffset())->SmoothSuper((TGraph*) G__int(libp->para[0])));
25437 break;
25438 }
25439 return(1 || funcname || hash || result7 || libp) ;
25440 }
25441
25442 static int G__G__Hist_282_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25443 {
25444 ((TGraphSmooth*) G__getstructoffset())->Approxin((TGraph*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
25445 , *(Double_t*) G__Doubleref(&libp->para[2]), *(Double_t*) G__Doubleref(&libp->para[3])
25446 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
25447 G__setnull(result7);
25448 return(1 || funcname || hash || result7 || libp) ;
25449 }
25450
25451 static int G__G__Hist_282_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25452 {
25453 ((TGraphSmooth*) G__getstructoffset())->Smoothin((TGraph*) G__int(libp->para[0]));
25454 G__setnull(result7);
25455 return(1 || funcname || hash || result7 || libp) ;
25456 }
25457
25458 static int G__G__Hist_282_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25459 {
25460 G__letdouble(result7, 100, (double) TGraphSmooth::Approx1(
25461 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
25462 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
25463 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
25464 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])));
25465 return(1 || funcname || hash || result7 || libp) ;
25466 }
25467
25468 static int G__G__Hist_282_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25469 {
25470 ((TGraphSmooth*) G__getstructoffset())->Lowess(
25471 (Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
25472 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
25473 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
25474 , (Double_t) G__double(libp->para[6]));
25475 G__setnull(result7);
25476 return(1 || funcname || hash || result7 || libp) ;
25477 }
25478
25479 static int G__G__Hist_282_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25480 {
25481 TGraphSmooth::Lowest(
25482 (Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
25483 , (Int_t) G__int(libp->para[2]), *(Double_t*) G__Doubleref(&libp->para[3])
25484 , *(Double_t*) G__Doubleref(&libp->para[4]), (Int_t) G__int(libp->para[5])
25485 , (Int_t) G__int(libp->para[6]), (Double_t*) G__int(libp->para[7])
25486 , (Bool_t) G__int(libp->para[8]), (Double_t*) G__int(libp->para[9])
25487 , *(Bool_t*) G__Boolref(&libp->para[10]));
25488 G__setnull(result7);
25489 return(1 || funcname || hash || result7 || libp) ;
25490 }
25491
25492 static int G__G__Hist_282_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25493 {
25494 G__letint(result7, 105, (long) TGraphSmooth::Rcmp((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
25495 return(1 || funcname || hash || result7 || libp) ;
25496 }
25497
25498 static int G__G__Hist_282_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25499 {
25500 TGraphSmooth::Psort((Double_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
25501 , (Int_t) G__int(libp->para[2]));
25502 G__setnull(result7);
25503 return(1 || funcname || hash || result7 || libp) ;
25504 }
25505
25506 static int G__G__Hist_282_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25507 {
25508 switch (libp->paran) {
25509 case 5:
25510 TGraphSmooth::Rank((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
25511 , (Int_t*) G__int(libp->para[2]), (Int_t*) G__int(libp->para[3])
25512 , (Bool_t) G__int(libp->para[4]));
25513 G__setnull(result7);
25514 break;
25515 case 4:
25516 TGraphSmooth::Rank((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
25517 , (Int_t*) G__int(libp->para[2]), (Int_t*) G__int(libp->para[3]));
25518 G__setnull(result7);
25519 break;
25520 }
25521 return(1 || funcname || hash || result7 || libp) ;
25522 }
25523
25524 static int G__G__Hist_282_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25525 {
25526 TGraphSmooth::BDRksmooth(
25527 (Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
25528 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
25529 , (Double_t*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
25530 , (Int_t) G__int(libp->para[6]), (Double_t) G__double(libp->para[7]));
25531 G__setnull(result7);
25532 return(1 || funcname || hash || result7 || libp) ;
25533 }
25534
25535 static int G__G__Hist_282_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25536 {
25537 TGraphSmooth::BDRsupsmu(
25538 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
25539 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
25540 , (Int_t) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
25541 , (Double_t) G__double(libp->para[6]), (Double_t*) G__int(libp->para[7])
25542 , (Double_t*) G__int(libp->para[8]));
25543 G__setnull(result7);
25544 return(1 || funcname || hash || result7 || libp) ;
25545 }
25546
25547 static int G__G__Hist_282_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25548 {
25549 TGraphSmooth::BDRsmooth(
25550 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
25551 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
25552 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
25553 , (Double_t) G__double(libp->para[6]), (Double_t*) G__int(libp->para[7])
25554 , (Double_t*) G__int(libp->para[8]));
25555 G__setnull(result7);
25556 return(1 || funcname || hash || result7 || libp) ;
25557 }
25558
25559 static int G__G__Hist_282_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25560 {
25561 G__letint(result7, 85, (long) TGraphSmooth::Class());
25562 return(1 || funcname || hash || result7 || libp) ;
25563 }
25564
25565 static int G__G__Hist_282_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25566 {
25567 G__letint(result7, 67, (long) TGraphSmooth::Class_Name());
25568 return(1 || funcname || hash || result7 || libp) ;
25569 }
25570
25571 static int G__G__Hist_282_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25572 {
25573 G__letint(result7, 115, (long) TGraphSmooth::Class_Version());
25574 return(1 || funcname || hash || result7 || libp) ;
25575 }
25576
25577 static int G__G__Hist_282_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25578 {
25579 TGraphSmooth::Dictionary();
25580 G__setnull(result7);
25581 return(1 || funcname || hash || result7 || libp) ;
25582 }
25583
25584 static int G__G__Hist_282_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25585 {
25586 ((TGraphSmooth*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
25587 G__setnull(result7);
25588 return(1 || funcname || hash || result7 || libp) ;
25589 }
25590
25591 static int G__G__Hist_282_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25592 {
25593 G__letint(result7, 67, (long) TGraphSmooth::DeclFileName());
25594 return(1 || funcname || hash || result7 || libp) ;
25595 }
25596
25597 static int G__G__Hist_282_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25598 {
25599 G__letint(result7, 105, (long) TGraphSmooth::ImplFileLine());
25600 return(1 || funcname || hash || result7 || libp) ;
25601 }
25602
25603 static int G__G__Hist_282_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25604 {
25605 G__letint(result7, 67, (long) TGraphSmooth::ImplFileName());
25606 return(1 || funcname || hash || result7 || libp) ;
25607 }
25608
25609 static int G__G__Hist_282_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25610 {
25611 G__letint(result7, 105, (long) TGraphSmooth::DeclFileLine());
25612 return(1 || funcname || hash || result7 || libp) ;
25613 }
25614
25615
25616 typedef TGraphSmooth G__TTGraphSmooth;
25617 static int G__G__Hist_282_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25618 {
25619 char* gvp = (char*) G__getgvp();
25620 long soff = G__getstructoffset();
25621 int n = G__getaryconstruct();
25622
25623
25624
25625
25626
25627 if (!soff) {
25628 return(1);
25629 }
25630 if (n) {
25631 if (gvp == (char*)G__PVOID) {
25632 delete[] (TGraphSmooth*) soff;
25633 } else {
25634 G__setgvp((long) G__PVOID);
25635 for (int i = n - 1; i >= 0; --i) {
25636 ((TGraphSmooth*) (soff+(sizeof(TGraphSmooth)*i)))->~G__TTGraphSmooth();
25637 }
25638 G__setgvp((long)gvp);
25639 }
25640 } else {
25641 if (gvp == (char*)G__PVOID) {
25642 delete (TGraphSmooth*) soff;
25643 } else {
25644 G__setgvp((long) G__PVOID);
25645 ((TGraphSmooth*) (soff))->~G__TTGraphSmooth();
25646 G__setgvp((long)gvp);
25647 }
25648 }
25649 G__setnull(result7);
25650 return(1 || funcname || hash || result7 || libp) ;
25651 }
25652
25653
25654
25655 static int G__G__Hist_283_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25656 {
25657 TGraphTime* p = NULL;
25658 char* gvp = (char*) G__getgvp();
25659 int n = G__getaryconstruct();
25660 if (n) {
25661 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25662 p = new TGraphTime[n];
25663 } else {
25664 p = new((void*) gvp) TGraphTime[n];
25665 }
25666 } else {
25667 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25668 p = new TGraphTime;
25669 } else {
25670 p = new((void*) gvp) TGraphTime;
25671 }
25672 }
25673 result7->obj.i = (long) p;
25674 result7->ref = (long) p;
25675 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphTime));
25676 return(1 || funcname || hash || result7 || libp) ;
25677 }
25678
25679 static int G__G__Hist_283_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25680 {
25681 TGraphTime* p = NULL;
25682 char* gvp = (char*) G__getgvp();
25683
25684 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25685 p = new TGraphTime(
25686 (Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
25687 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
25688 , (Double_t) G__double(libp->para[4]));
25689 } else {
25690 p = new((void*) gvp) TGraphTime(
25691 (Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
25692 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
25693 , (Double_t) G__double(libp->para[4]));
25694 }
25695 result7->obj.i = (long) p;
25696 result7->ref = (long) p;
25697 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphTime));
25698 return(1 || funcname || hash || result7 || libp) ;
25699 }
25700
25701 static int G__G__Hist_283_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25702 {
25703 TGraphTime* p = NULL;
25704 char* gvp = (char*) G__getgvp();
25705
25706 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25707 p = new TGraphTime(*(TGraphTime*) libp->para[0].ref);
25708 } else {
25709 p = new((void*) gvp) TGraphTime(*(TGraphTime*) libp->para[0].ref);
25710 }
25711 result7->obj.i = (long) p;
25712 result7->ref = (long) p;
25713 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TGraphTime));
25714 return(1 || funcname || hash || result7 || libp) ;
25715 }
25716
25717 static int G__G__Hist_283_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25718 {
25719 switch (libp->paran) {
25720 case 3:
25721 G__letint(result7, 105, (long) ((TGraphTime*) G__getstructoffset())->Add((TObject*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
25722 , (Option_t*) G__int(libp->para[2])));
25723 break;
25724 case 2:
25725 G__letint(result7, 105, (long) ((TGraphTime*) G__getstructoffset())->Add((TObject*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
25726 break;
25727 }
25728 return(1 || funcname || hash || result7 || libp) ;
25729 }
25730
25731 static int G__G__Hist_283_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25732 {
25733 G__letint(result7, 85, (long) ((const TGraphTime*) G__getstructoffset())->GetSteps());
25734 return(1 || funcname || hash || result7 || libp) ;
25735 }
25736
25737 static int G__G__Hist_283_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25738 {
25739 switch (libp->paran) {
25740 case 1:
25741 ((const TGraphTime*) G__getstructoffset())->SaveAnimatedGif((const char*) G__int(libp->para[0]));
25742 G__setnull(result7);
25743 break;
25744 case 0:
25745 ((const TGraphTime*) G__getstructoffset())->SaveAnimatedGif();
25746 G__setnull(result7);
25747 break;
25748 }
25749 return(1 || funcname || hash || result7 || libp) ;
25750 }
25751
25752 static int G__G__Hist_283_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25753 {
25754 switch (libp->paran) {
25755 case 1:
25756 ((TGraphTime*) G__getstructoffset())->SetSleepTime((Int_t) G__int(libp->para[0]));
25757 G__setnull(result7);
25758 break;
25759 case 0:
25760 ((TGraphTime*) G__getstructoffset())->SetSleepTime();
25761 G__setnull(result7);
25762 break;
25763 }
25764 return(1 || funcname || hash || result7 || libp) ;
25765 }
25766
25767 static int G__G__Hist_283_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25768 {
25769 G__letint(result7, 85, (long) TGraphTime::Class());
25770 return(1 || funcname || hash || result7 || libp) ;
25771 }
25772
25773 static int G__G__Hist_283_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25774 {
25775 G__letint(result7, 67, (long) TGraphTime::Class_Name());
25776 return(1 || funcname || hash || result7 || libp) ;
25777 }
25778
25779 static int G__G__Hist_283_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25780 {
25781 G__letint(result7, 115, (long) TGraphTime::Class_Version());
25782 return(1 || funcname || hash || result7 || libp) ;
25783 }
25784
25785 static int G__G__Hist_283_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25786 {
25787 TGraphTime::Dictionary();
25788 G__setnull(result7);
25789 return(1 || funcname || hash || result7 || libp) ;
25790 }
25791
25792 static int G__G__Hist_283_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25793 {
25794 ((TGraphTime*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
25795 G__setnull(result7);
25796 return(1 || funcname || hash || result7 || libp) ;
25797 }
25798
25799 static int G__G__Hist_283_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25800 {
25801 G__letint(result7, 67, (long) TGraphTime::DeclFileName());
25802 return(1 || funcname || hash || result7 || libp) ;
25803 }
25804
25805 static int G__G__Hist_283_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25806 {
25807 G__letint(result7, 105, (long) TGraphTime::ImplFileLine());
25808 return(1 || funcname || hash || result7 || libp) ;
25809 }
25810
25811 static int G__G__Hist_283_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25812 {
25813 G__letint(result7, 67, (long) TGraphTime::ImplFileName());
25814 return(1 || funcname || hash || result7 || libp) ;
25815 }
25816
25817 static int G__G__Hist_283_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25818 {
25819 G__letint(result7, 105, (long) TGraphTime::DeclFileLine());
25820 return(1 || funcname || hash || result7 || libp) ;
25821 }
25822
25823
25824 typedef TGraphTime G__TTGraphTime;
25825 static int G__G__Hist_283_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25826 {
25827 char* gvp = (char*) G__getgvp();
25828 long soff = G__getstructoffset();
25829 int n = G__getaryconstruct();
25830
25831
25832
25833
25834
25835 if (!soff) {
25836 return(1);
25837 }
25838 if (n) {
25839 if (gvp == (char*)G__PVOID) {
25840 delete[] (TGraphTime*) soff;
25841 } else {
25842 G__setgvp((long) G__PVOID);
25843 for (int i = n - 1; i >= 0; --i) {
25844 ((TGraphTime*) (soff+(sizeof(TGraphTime)*i)))->~G__TTGraphTime();
25845 }
25846 G__setgvp((long)gvp);
25847 }
25848 } else {
25849 if (gvp == (char*)G__PVOID) {
25850 delete (TGraphTime*) soff;
25851 } else {
25852 G__setgvp((long) G__PVOID);
25853 ((TGraphTime*) (soff))->~G__TTGraphTime();
25854 G__setgvp((long)gvp);
25855 }
25856 }
25857 G__setnull(result7);
25858 return(1 || funcname || hash || result7 || libp) ;
25859 }
25860
25861
25862 static int G__G__Hist_283_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25863 {
25864 TGraphTime* dest = (TGraphTime*) G__getstructoffset();
25865 *dest = *(TGraphTime*) libp->para[0].ref;
25866 const TGraphTime& obj = *dest;
25867 result7->ref = (long) (&obj);
25868 result7->obj.i = (long) (&obj);
25869 return(1 || funcname || hash || result7 || libp) ;
25870 }
25871
25872
25873
25874 static int G__G__Hist_288_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25875 {
25876 TH1D* p = NULL;
25877 char* gvp = (char*) G__getgvp();
25878 int n = G__getaryconstruct();
25879 if (n) {
25880 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25881 p = new TH1D[n];
25882 } else {
25883 p = new((void*) gvp) TH1D[n];
25884 }
25885 } else {
25886 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25887 p = new TH1D;
25888 } else {
25889 p = new((void*) gvp) TH1D;
25890 }
25891 }
25892 result7->obj.i = (long) p;
25893 result7->ref = (long) p;
25894 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1D));
25895 return(1 || funcname || hash || result7 || libp) ;
25896 }
25897
25898 static int G__G__Hist_288_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25899 {
25900 TH1D* p = NULL;
25901 char* gvp = (char*) G__getgvp();
25902
25903 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25904 p = new TH1D(
25905 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
25906 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
25907 , (Double_t) G__double(libp->para[4]));
25908 } else {
25909 p = new((void*) gvp) TH1D(
25910 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
25911 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
25912 , (Double_t) G__double(libp->para[4]));
25913 }
25914 result7->obj.i = (long) p;
25915 result7->ref = (long) p;
25916 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1D));
25917 return(1 || funcname || hash || result7 || libp) ;
25918 }
25919
25920 static int G__G__Hist_288_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25921 {
25922 TH1D* p = NULL;
25923 char* gvp = (char*) G__getgvp();
25924
25925 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25926 p = new TH1D(
25927 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
25928 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3]));
25929 } else {
25930 p = new((void*) gvp) TH1D(
25931 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
25932 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3]));
25933 }
25934 result7->obj.i = (long) p;
25935 result7->ref = (long) p;
25936 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1D));
25937 return(1 || funcname || hash || result7 || libp) ;
25938 }
25939
25940 static int G__G__Hist_288_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25941 {
25942 TH1D* p = NULL;
25943 char* gvp = (char*) G__getgvp();
25944
25945 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25946 p = new TH1D(
25947 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
25948 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3]));
25949 } else {
25950 p = new((void*) gvp) TH1D(
25951 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
25952 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3]));
25953 }
25954 result7->obj.i = (long) p;
25955 result7->ref = (long) p;
25956 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1D));
25957 return(1 || funcname || hash || result7 || libp) ;
25958 }
25959
25960 static int G__G__Hist_288_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25961 {
25962 TH1D* p = NULL;
25963 char* gvp = (char*) G__getgvp();
25964
25965 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25966 p = new TH1D(*(TVectorD*) libp->para[0].ref);
25967 } else {
25968 p = new((void*) gvp) TH1D(*(TVectorD*) libp->para[0].ref);
25969 }
25970 result7->obj.i = (long) p;
25971 result7->ref = (long) p;
25972 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1D));
25973 return(1 || funcname || hash || result7 || libp) ;
25974 }
25975
25976 static int G__G__Hist_288_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25977 {
25978 TH1D* p = NULL;
25979 char* gvp = (char*) G__getgvp();
25980
25981 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25982 p = new TH1D(*(TH1D*) libp->para[0].ref);
25983 } else {
25984 p = new((void*) gvp) TH1D(*(TH1D*) libp->para[0].ref);
25985 }
25986 result7->obj.i = (long) p;
25987 result7->ref = (long) p;
25988 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1D));
25989 return(1 || funcname || hash || result7 || libp) ;
25990 }
25991
25992 static int G__G__Hist_288_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25993 {
25994 {
25995 const TH1D& obj = ((TH1D*) G__getstructoffset())->operator=(*(TH1D*) libp->para[0].ref);
25996 result7->ref = (long) (&obj);
25997 result7->obj.i = (long) (&obj);
25998 }
25999 return(1 || funcname || hash || result7 || libp) ;
26000 }
26001
26002 static int G__G__Hist_288_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26003 {
26004 G__letint(result7, 85, (long) TH1D::Class());
26005 return(1 || funcname || hash || result7 || libp) ;
26006 }
26007
26008 static int G__G__Hist_288_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26009 {
26010 G__letint(result7, 67, (long) TH1D::Class_Name());
26011 return(1 || funcname || hash || result7 || libp) ;
26012 }
26013
26014 static int G__G__Hist_288_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26015 {
26016 G__letint(result7, 115, (long) TH1D::Class_Version());
26017 return(1 || funcname || hash || result7 || libp) ;
26018 }
26019
26020 static int G__G__Hist_288_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26021 {
26022 TH1D::Dictionary();
26023 G__setnull(result7);
26024 return(1 || funcname || hash || result7 || libp) ;
26025 }
26026
26027 static int G__G__Hist_288_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26028 {
26029 ((TH1D*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
26030 G__setnull(result7);
26031 return(1 || funcname || hash || result7 || libp) ;
26032 }
26033
26034 static int G__G__Hist_288_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26035 {
26036 G__letint(result7, 67, (long) TH1D::DeclFileName());
26037 return(1 || funcname || hash || result7 || libp) ;
26038 }
26039
26040 static int G__G__Hist_288_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26041 {
26042 G__letint(result7, 105, (long) TH1D::ImplFileLine());
26043 return(1 || funcname || hash || result7 || libp) ;
26044 }
26045
26046 static int G__G__Hist_288_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26047 {
26048 G__letint(result7, 67, (long) TH1D::ImplFileName());
26049 return(1 || funcname || hash || result7 || libp) ;
26050 }
26051
26052 static int G__G__Hist_288_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26053 {
26054 G__letint(result7, 105, (long) TH1D::DeclFileLine());
26055 return(1 || funcname || hash || result7 || libp) ;
26056 }
26057
26058
26059 typedef TH1D G__TTH1D;
26060 static int G__G__Hist_288_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26061 {
26062 char* gvp = (char*) G__getgvp();
26063 long soff = G__getstructoffset();
26064 int n = G__getaryconstruct();
26065
26066
26067
26068
26069
26070 if (!soff) {
26071 return(1);
26072 }
26073 if (n) {
26074 if (gvp == (char*)G__PVOID) {
26075 delete[] (TH1D*) soff;
26076 } else {
26077 G__setgvp((long) G__PVOID);
26078 for (int i = n - 1; i >= 0; --i) {
26079 ((TH1D*) (soff+(sizeof(TH1D)*i)))->~G__TTH1D();
26080 }
26081 G__setgvp((long)gvp);
26082 }
26083 } else {
26084 if (gvp == (char*)G__PVOID) {
26085 delete (TH1D*) soff;
26086 } else {
26087 G__setgvp((long) G__PVOID);
26088 ((TH1D*) (soff))->~G__TTH1D();
26089 G__setgvp((long)gvp);
26090 }
26091 }
26092 G__setnull(result7);
26093 return(1 || funcname || hash || result7 || libp) ;
26094 }
26095
26096
26097
26098 static int G__G__Hist_291_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26099 {
26100 TH1C* p = NULL;
26101 char* gvp = (char*) G__getgvp();
26102 int n = G__getaryconstruct();
26103 if (n) {
26104 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26105 p = new TH1C[n];
26106 } else {
26107 p = new((void*) gvp) TH1C[n];
26108 }
26109 } else {
26110 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26111 p = new TH1C;
26112 } else {
26113 p = new((void*) gvp) TH1C;
26114 }
26115 }
26116 result7->obj.i = (long) p;
26117 result7->ref = (long) p;
26118 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1C));
26119 return(1 || funcname || hash || result7 || libp) ;
26120 }
26121
26122 static int G__G__Hist_291_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26123 {
26124 TH1C* p = NULL;
26125 char* gvp = (char*) G__getgvp();
26126
26127 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26128 p = new TH1C(
26129 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26130 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
26131 , (Double_t) G__double(libp->para[4]));
26132 } else {
26133 p = new((void*) gvp) TH1C(
26134 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26135 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
26136 , (Double_t) G__double(libp->para[4]));
26137 }
26138 result7->obj.i = (long) p;
26139 result7->ref = (long) p;
26140 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1C));
26141 return(1 || funcname || hash || result7 || libp) ;
26142 }
26143
26144 static int G__G__Hist_291_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26145 {
26146 TH1C* p = NULL;
26147 char* gvp = (char*) G__getgvp();
26148
26149 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26150 p = new TH1C(
26151 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26152 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3]));
26153 } else {
26154 p = new((void*) gvp) TH1C(
26155 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26156 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3]));
26157 }
26158 result7->obj.i = (long) p;
26159 result7->ref = (long) p;
26160 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1C));
26161 return(1 || funcname || hash || result7 || libp) ;
26162 }
26163
26164 static int G__G__Hist_291_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26165 {
26166 TH1C* p = NULL;
26167 char* gvp = (char*) G__getgvp();
26168
26169 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26170 p = new TH1C(
26171 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26172 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3]));
26173 } else {
26174 p = new((void*) gvp) TH1C(
26175 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26176 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3]));
26177 }
26178 result7->obj.i = (long) p;
26179 result7->ref = (long) p;
26180 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1C));
26181 return(1 || funcname || hash || result7 || libp) ;
26182 }
26183
26184 static int G__G__Hist_291_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26185 {
26186 TH1C* p = NULL;
26187 char* gvp = (char*) G__getgvp();
26188
26189 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26190 p = new TH1C(*(TH1C*) libp->para[0].ref);
26191 } else {
26192 p = new((void*) gvp) TH1C(*(TH1C*) libp->para[0].ref);
26193 }
26194 result7->obj.i = (long) p;
26195 result7->ref = (long) p;
26196 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1C));
26197 return(1 || funcname || hash || result7 || libp) ;
26198 }
26199
26200 static int G__G__Hist_291_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26201 {
26202 {
26203 const TH1C& obj = ((TH1C*) G__getstructoffset())->operator=(*(TH1C*) libp->para[0].ref);
26204 result7->ref = (long) (&obj);
26205 result7->obj.i = (long) (&obj);
26206 }
26207 return(1 || funcname || hash || result7 || libp) ;
26208 }
26209
26210 static int G__G__Hist_291_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26211 {
26212 G__letint(result7, 85, (long) TH1C::Class());
26213 return(1 || funcname || hash || result7 || libp) ;
26214 }
26215
26216 static int G__G__Hist_291_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26217 {
26218 G__letint(result7, 67, (long) TH1C::Class_Name());
26219 return(1 || funcname || hash || result7 || libp) ;
26220 }
26221
26222 static int G__G__Hist_291_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26223 {
26224 G__letint(result7, 115, (long) TH1C::Class_Version());
26225 return(1 || funcname || hash || result7 || libp) ;
26226 }
26227
26228 static int G__G__Hist_291_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26229 {
26230 TH1C::Dictionary();
26231 G__setnull(result7);
26232 return(1 || funcname || hash || result7 || libp) ;
26233 }
26234
26235 static int G__G__Hist_291_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26236 {
26237 ((TH1C*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
26238 G__setnull(result7);
26239 return(1 || funcname || hash || result7 || libp) ;
26240 }
26241
26242 static int G__G__Hist_291_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26243 {
26244 G__letint(result7, 67, (long) TH1C::DeclFileName());
26245 return(1 || funcname || hash || result7 || libp) ;
26246 }
26247
26248 static int G__G__Hist_291_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26249 {
26250 G__letint(result7, 105, (long) TH1C::ImplFileLine());
26251 return(1 || funcname || hash || result7 || libp) ;
26252 }
26253
26254 static int G__G__Hist_291_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26255 {
26256 G__letint(result7, 67, (long) TH1C::ImplFileName());
26257 return(1 || funcname || hash || result7 || libp) ;
26258 }
26259
26260 static int G__G__Hist_291_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26261 {
26262 G__letint(result7, 105, (long) TH1C::DeclFileLine());
26263 return(1 || funcname || hash || result7 || libp) ;
26264 }
26265
26266
26267 typedef TH1C G__TTH1C;
26268 static int G__G__Hist_291_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26269 {
26270 char* gvp = (char*) G__getgvp();
26271 long soff = G__getstructoffset();
26272 int n = G__getaryconstruct();
26273
26274
26275
26276
26277
26278 if (!soff) {
26279 return(1);
26280 }
26281 if (n) {
26282 if (gvp == (char*)G__PVOID) {
26283 delete[] (TH1C*) soff;
26284 } else {
26285 G__setgvp((long) G__PVOID);
26286 for (int i = n - 1; i >= 0; --i) {
26287 ((TH1C*) (soff+(sizeof(TH1C)*i)))->~G__TTH1C();
26288 }
26289 G__setgvp((long)gvp);
26290 }
26291 } else {
26292 if (gvp == (char*)G__PVOID) {
26293 delete (TH1C*) soff;
26294 } else {
26295 G__setgvp((long) G__PVOID);
26296 ((TH1C*) (soff))->~G__TTH1C();
26297 G__setgvp((long)gvp);
26298 }
26299 }
26300 G__setnull(result7);
26301 return(1 || funcname || hash || result7 || libp) ;
26302 }
26303
26304
26305
26306 static int G__G__Hist_292_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26307 {
26308 TH1S* p = NULL;
26309 char* gvp = (char*) G__getgvp();
26310 int n = G__getaryconstruct();
26311 if (n) {
26312 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26313 p = new TH1S[n];
26314 } else {
26315 p = new((void*) gvp) TH1S[n];
26316 }
26317 } else {
26318 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26319 p = new TH1S;
26320 } else {
26321 p = new((void*) gvp) TH1S;
26322 }
26323 }
26324 result7->obj.i = (long) p;
26325 result7->ref = (long) p;
26326 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1S));
26327 return(1 || funcname || hash || result7 || libp) ;
26328 }
26329
26330 static int G__G__Hist_292_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26331 {
26332 TH1S* p = NULL;
26333 char* gvp = (char*) G__getgvp();
26334
26335 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26336 p = new TH1S(
26337 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26338 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
26339 , (Double_t) G__double(libp->para[4]));
26340 } else {
26341 p = new((void*) gvp) TH1S(
26342 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26343 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
26344 , (Double_t) G__double(libp->para[4]));
26345 }
26346 result7->obj.i = (long) p;
26347 result7->ref = (long) p;
26348 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1S));
26349 return(1 || funcname || hash || result7 || libp) ;
26350 }
26351
26352 static int G__G__Hist_292_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26353 {
26354 TH1S* p = NULL;
26355 char* gvp = (char*) G__getgvp();
26356
26357 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26358 p = new TH1S(
26359 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26360 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3]));
26361 } else {
26362 p = new((void*) gvp) TH1S(
26363 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26364 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3]));
26365 }
26366 result7->obj.i = (long) p;
26367 result7->ref = (long) p;
26368 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1S));
26369 return(1 || funcname || hash || result7 || libp) ;
26370 }
26371
26372 static int G__G__Hist_292_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26373 {
26374 TH1S* p = NULL;
26375 char* gvp = (char*) G__getgvp();
26376
26377 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26378 p = new TH1S(
26379 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26380 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3]));
26381 } else {
26382 p = new((void*) gvp) TH1S(
26383 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26384 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3]));
26385 }
26386 result7->obj.i = (long) p;
26387 result7->ref = (long) p;
26388 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1S));
26389 return(1 || funcname || hash || result7 || libp) ;
26390 }
26391
26392 static int G__G__Hist_292_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26393 {
26394 TH1S* p = NULL;
26395 char* gvp = (char*) G__getgvp();
26396
26397 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26398 p = new TH1S(*(TH1S*) libp->para[0].ref);
26399 } else {
26400 p = new((void*) gvp) TH1S(*(TH1S*) libp->para[0].ref);
26401 }
26402 result7->obj.i = (long) p;
26403 result7->ref = (long) p;
26404 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1S));
26405 return(1 || funcname || hash || result7 || libp) ;
26406 }
26407
26408 static int G__G__Hist_292_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26409 {
26410 {
26411 const TH1S& obj = ((TH1S*) G__getstructoffset())->operator=(*(TH1S*) libp->para[0].ref);
26412 result7->ref = (long) (&obj);
26413 result7->obj.i = (long) (&obj);
26414 }
26415 return(1 || funcname || hash || result7 || libp) ;
26416 }
26417
26418 static int G__G__Hist_292_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26419 {
26420 G__letint(result7, 85, (long) TH1S::Class());
26421 return(1 || funcname || hash || result7 || libp) ;
26422 }
26423
26424 static int G__G__Hist_292_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26425 {
26426 G__letint(result7, 67, (long) TH1S::Class_Name());
26427 return(1 || funcname || hash || result7 || libp) ;
26428 }
26429
26430 static int G__G__Hist_292_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26431 {
26432 G__letint(result7, 115, (long) TH1S::Class_Version());
26433 return(1 || funcname || hash || result7 || libp) ;
26434 }
26435
26436 static int G__G__Hist_292_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26437 {
26438 TH1S::Dictionary();
26439 G__setnull(result7);
26440 return(1 || funcname || hash || result7 || libp) ;
26441 }
26442
26443 static int G__G__Hist_292_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26444 {
26445 ((TH1S*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
26446 G__setnull(result7);
26447 return(1 || funcname || hash || result7 || libp) ;
26448 }
26449
26450 static int G__G__Hist_292_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26451 {
26452 G__letint(result7, 67, (long) TH1S::DeclFileName());
26453 return(1 || funcname || hash || result7 || libp) ;
26454 }
26455
26456 static int G__G__Hist_292_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26457 {
26458 G__letint(result7, 105, (long) TH1S::ImplFileLine());
26459 return(1 || funcname || hash || result7 || libp) ;
26460 }
26461
26462 static int G__G__Hist_292_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26463 {
26464 G__letint(result7, 67, (long) TH1S::ImplFileName());
26465 return(1 || funcname || hash || result7 || libp) ;
26466 }
26467
26468 static int G__G__Hist_292_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26469 {
26470 G__letint(result7, 105, (long) TH1S::DeclFileLine());
26471 return(1 || funcname || hash || result7 || libp) ;
26472 }
26473
26474
26475 typedef TH1S G__TTH1S;
26476 static int G__G__Hist_292_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26477 {
26478 char* gvp = (char*) G__getgvp();
26479 long soff = G__getstructoffset();
26480 int n = G__getaryconstruct();
26481
26482
26483
26484
26485
26486 if (!soff) {
26487 return(1);
26488 }
26489 if (n) {
26490 if (gvp == (char*)G__PVOID) {
26491 delete[] (TH1S*) soff;
26492 } else {
26493 G__setgvp((long) G__PVOID);
26494 for (int i = n - 1; i >= 0; --i) {
26495 ((TH1S*) (soff+(sizeof(TH1S)*i)))->~G__TTH1S();
26496 }
26497 G__setgvp((long)gvp);
26498 }
26499 } else {
26500 if (gvp == (char*)G__PVOID) {
26501 delete (TH1S*) soff;
26502 } else {
26503 G__setgvp((long) G__PVOID);
26504 ((TH1S*) (soff))->~G__TTH1S();
26505 G__setgvp((long)gvp);
26506 }
26507 }
26508 G__setnull(result7);
26509 return(1 || funcname || hash || result7 || libp) ;
26510 }
26511
26512
26513
26514 static int G__G__Hist_293_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26515 {
26516 TH1I* p = NULL;
26517 char* gvp = (char*) G__getgvp();
26518 int n = G__getaryconstruct();
26519 if (n) {
26520 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26521 p = new TH1I[n];
26522 } else {
26523 p = new((void*) gvp) TH1I[n];
26524 }
26525 } else {
26526 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26527 p = new TH1I;
26528 } else {
26529 p = new((void*) gvp) TH1I;
26530 }
26531 }
26532 result7->obj.i = (long) p;
26533 result7->ref = (long) p;
26534 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1I));
26535 return(1 || funcname || hash || result7 || libp) ;
26536 }
26537
26538 static int G__G__Hist_293_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26539 {
26540 TH1I* p = NULL;
26541 char* gvp = (char*) G__getgvp();
26542
26543 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26544 p = new TH1I(
26545 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26546 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
26547 , (Double_t) G__double(libp->para[4]));
26548 } else {
26549 p = new((void*) gvp) TH1I(
26550 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26551 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
26552 , (Double_t) G__double(libp->para[4]));
26553 }
26554 result7->obj.i = (long) p;
26555 result7->ref = (long) p;
26556 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1I));
26557 return(1 || funcname || hash || result7 || libp) ;
26558 }
26559
26560 static int G__G__Hist_293_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26561 {
26562 TH1I* p = NULL;
26563 char* gvp = (char*) G__getgvp();
26564
26565 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26566 p = new TH1I(
26567 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26568 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3]));
26569 } else {
26570 p = new((void*) gvp) TH1I(
26571 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26572 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3]));
26573 }
26574 result7->obj.i = (long) p;
26575 result7->ref = (long) p;
26576 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1I));
26577 return(1 || funcname || hash || result7 || libp) ;
26578 }
26579
26580 static int G__G__Hist_293_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26581 {
26582 TH1I* p = NULL;
26583 char* gvp = (char*) G__getgvp();
26584
26585 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26586 p = new TH1I(
26587 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26588 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3]));
26589 } else {
26590 p = new((void*) gvp) TH1I(
26591 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26592 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3]));
26593 }
26594 result7->obj.i = (long) p;
26595 result7->ref = (long) p;
26596 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1I));
26597 return(1 || funcname || hash || result7 || libp) ;
26598 }
26599
26600 static int G__G__Hist_293_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26601 {
26602 TH1I* p = NULL;
26603 char* gvp = (char*) G__getgvp();
26604
26605 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26606 p = new TH1I(*(TH1I*) libp->para[0].ref);
26607 } else {
26608 p = new((void*) gvp) TH1I(*(TH1I*) libp->para[0].ref);
26609 }
26610 result7->obj.i = (long) p;
26611 result7->ref = (long) p;
26612 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1I));
26613 return(1 || funcname || hash || result7 || libp) ;
26614 }
26615
26616 static int G__G__Hist_293_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26617 {
26618 {
26619 const TH1I& obj = ((TH1I*) G__getstructoffset())->operator=(*(TH1I*) libp->para[0].ref);
26620 result7->ref = (long) (&obj);
26621 result7->obj.i = (long) (&obj);
26622 }
26623 return(1 || funcname || hash || result7 || libp) ;
26624 }
26625
26626 static int G__G__Hist_293_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26627 {
26628 G__letint(result7, 85, (long) TH1I::Class());
26629 return(1 || funcname || hash || result7 || libp) ;
26630 }
26631
26632 static int G__G__Hist_293_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26633 {
26634 G__letint(result7, 67, (long) TH1I::Class_Name());
26635 return(1 || funcname || hash || result7 || libp) ;
26636 }
26637
26638 static int G__G__Hist_293_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26639 {
26640 G__letint(result7, 115, (long) TH1I::Class_Version());
26641 return(1 || funcname || hash || result7 || libp) ;
26642 }
26643
26644 static int G__G__Hist_293_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26645 {
26646 TH1I::Dictionary();
26647 G__setnull(result7);
26648 return(1 || funcname || hash || result7 || libp) ;
26649 }
26650
26651 static int G__G__Hist_293_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26652 {
26653 ((TH1I*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
26654 G__setnull(result7);
26655 return(1 || funcname || hash || result7 || libp) ;
26656 }
26657
26658 static int G__G__Hist_293_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26659 {
26660 G__letint(result7, 67, (long) TH1I::DeclFileName());
26661 return(1 || funcname || hash || result7 || libp) ;
26662 }
26663
26664 static int G__G__Hist_293_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26665 {
26666 G__letint(result7, 105, (long) TH1I::ImplFileLine());
26667 return(1 || funcname || hash || result7 || libp) ;
26668 }
26669
26670 static int G__G__Hist_293_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26671 {
26672 G__letint(result7, 67, (long) TH1I::ImplFileName());
26673 return(1 || funcname || hash || result7 || libp) ;
26674 }
26675
26676 static int G__G__Hist_293_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26677 {
26678 G__letint(result7, 105, (long) TH1I::DeclFileLine());
26679 return(1 || funcname || hash || result7 || libp) ;
26680 }
26681
26682
26683 typedef TH1I G__TTH1I;
26684 static int G__G__Hist_293_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26685 {
26686 char* gvp = (char*) G__getgvp();
26687 long soff = G__getstructoffset();
26688 int n = G__getaryconstruct();
26689
26690
26691
26692
26693
26694 if (!soff) {
26695 return(1);
26696 }
26697 if (n) {
26698 if (gvp == (char*)G__PVOID) {
26699 delete[] (TH1I*) soff;
26700 } else {
26701 G__setgvp((long) G__PVOID);
26702 for (int i = n - 1; i >= 0; --i) {
26703 ((TH1I*) (soff+(sizeof(TH1I)*i)))->~G__TTH1I();
26704 }
26705 G__setgvp((long)gvp);
26706 }
26707 } else {
26708 if (gvp == (char*)G__PVOID) {
26709 delete (TH1I*) soff;
26710 } else {
26711 G__setgvp((long) G__PVOID);
26712 ((TH1I*) (soff))->~G__TTH1I();
26713 G__setgvp((long)gvp);
26714 }
26715 }
26716 G__setnull(result7);
26717 return(1 || funcname || hash || result7 || libp) ;
26718 }
26719
26720
26721
26722 static int G__G__Hist_294_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26723 {
26724 TH1K* p = NULL;
26725 char* gvp = (char*) G__getgvp();
26726 int n = G__getaryconstruct();
26727 if (n) {
26728 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26729 p = new TH1K[n];
26730 } else {
26731 p = new((void*) gvp) TH1K[n];
26732 }
26733 } else {
26734 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26735 p = new TH1K;
26736 } else {
26737 p = new((void*) gvp) TH1K;
26738 }
26739 }
26740 result7->obj.i = (long) p;
26741 result7->ref = (long) p;
26742 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1K));
26743 return(1 || funcname || hash || result7 || libp) ;
26744 }
26745
26746 static int G__G__Hist_294_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26747 {
26748 TH1K* p = NULL;
26749 char* gvp = (char*) G__getgvp();
26750 switch (libp->paran) {
26751 case 6:
26752
26753 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26754 p = new TH1K(
26755 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26756 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
26757 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5]));
26758 } else {
26759 p = new((void*) gvp) TH1K(
26760 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26761 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
26762 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5]));
26763 }
26764 break;
26765 case 5:
26766
26767 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26768 p = new TH1K(
26769 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26770 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
26771 , (Double_t) G__double(libp->para[4]));
26772 } else {
26773 p = new((void*) gvp) TH1K(
26774 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26775 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
26776 , (Double_t) G__double(libp->para[4]));
26777 }
26778 break;
26779 }
26780 result7->obj.i = (long) p;
26781 result7->ref = (long) p;
26782 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1K));
26783 return(1 || funcname || hash || result7 || libp) ;
26784 }
26785
26786 static int G__G__Hist_294_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26787 {
26788 ((TH1K*) G__getstructoffset())->SetKOrd((Int_t) G__int(libp->para[0]));
26789 G__setnull(result7);
26790 return(1 || funcname || hash || result7 || libp) ;
26791 }
26792
26793 static int G__G__Hist_294_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26794 {
26795 G__letint(result7, 85, (long) TH1K::Class());
26796 return(1 || funcname || hash || result7 || libp) ;
26797 }
26798
26799 static int G__G__Hist_294_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26800 {
26801 G__letint(result7, 67, (long) TH1K::Class_Name());
26802 return(1 || funcname || hash || result7 || libp) ;
26803 }
26804
26805 static int G__G__Hist_294_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26806 {
26807 G__letint(result7, 115, (long) TH1K::Class_Version());
26808 return(1 || funcname || hash || result7 || libp) ;
26809 }
26810
26811 static int G__G__Hist_294_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26812 {
26813 TH1K::Dictionary();
26814 G__setnull(result7);
26815 return(1 || funcname || hash || result7 || libp) ;
26816 }
26817
26818 static int G__G__Hist_294_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26819 {
26820 ((TH1K*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
26821 G__setnull(result7);
26822 return(1 || funcname || hash || result7 || libp) ;
26823 }
26824
26825 static int G__G__Hist_294_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26826 {
26827 G__letint(result7, 67, (long) TH1K::DeclFileName());
26828 return(1 || funcname || hash || result7 || libp) ;
26829 }
26830
26831 static int G__G__Hist_294_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26832 {
26833 G__letint(result7, 105, (long) TH1K::ImplFileLine());
26834 return(1 || funcname || hash || result7 || libp) ;
26835 }
26836
26837 static int G__G__Hist_294_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26838 {
26839 G__letint(result7, 67, (long) TH1K::ImplFileName());
26840 return(1 || funcname || hash || result7 || libp) ;
26841 }
26842
26843 static int G__G__Hist_294_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26844 {
26845 G__letint(result7, 105, (long) TH1K::DeclFileLine());
26846 return(1 || funcname || hash || result7 || libp) ;
26847 }
26848
26849
26850 static int G__G__Hist_294_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26851
26852 {
26853 TH1K* p;
26854 void* tmp = (void*) G__int(libp->para[0]);
26855 p = new TH1K(*(TH1K*) tmp);
26856 result7->obj.i = (long) p;
26857 result7->ref = (long) p;
26858 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH1K));
26859 return(1 || funcname || hash || result7 || libp) ;
26860 }
26861
26862
26863 typedef TH1K G__TTH1K;
26864 static int G__G__Hist_294_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26865 {
26866 char* gvp = (char*) G__getgvp();
26867 long soff = G__getstructoffset();
26868 int n = G__getaryconstruct();
26869
26870
26871
26872
26873
26874 if (!soff) {
26875 return(1);
26876 }
26877 if (n) {
26878 if (gvp == (char*)G__PVOID) {
26879 delete[] (TH1K*) soff;
26880 } else {
26881 G__setgvp((long) G__PVOID);
26882 for (int i = n - 1; i >= 0; --i) {
26883 ((TH1K*) (soff+(sizeof(TH1K)*i)))->~G__TTH1K();
26884 }
26885 G__setgvp((long)gvp);
26886 }
26887 } else {
26888 if (gvp == (char*)G__PVOID) {
26889 delete (TH1K*) soff;
26890 } else {
26891 G__setgvp((long) G__PVOID);
26892 ((TH1K*) (soff))->~G__TTH1K();
26893 G__setgvp((long)gvp);
26894 }
26895 }
26896 G__setnull(result7);
26897 return(1 || funcname || hash || result7 || libp) ;
26898 }
26899
26900
26901
26902 static int G__G__Hist_295_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26903 {
26904 TProfile* p = NULL;
26905 char* gvp = (char*) G__getgvp();
26906 int n = G__getaryconstruct();
26907 if (n) {
26908 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26909 p = new TProfile[n];
26910 } else {
26911 p = new((void*) gvp) TProfile[n];
26912 }
26913 } else {
26914 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26915 p = new TProfile;
26916 } else {
26917 p = new((void*) gvp) TProfile;
26918 }
26919 }
26920 result7->obj.i = (long) p;
26921 result7->ref = (long) p;
26922 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TProfile));
26923 return(1 || funcname || hash || result7 || libp) ;
26924 }
26925
26926 static int G__G__Hist_295_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26927 {
26928 TProfile* p = NULL;
26929 char* gvp = (char*) G__getgvp();
26930 switch (libp->paran) {
26931 case 6:
26932
26933 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26934 p = new TProfile(
26935 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26936 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
26937 , (Double_t) G__double(libp->para[4]), (Option_t*) G__int(libp->para[5]));
26938 } else {
26939 p = new((void*) gvp) TProfile(
26940 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26941 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
26942 , (Double_t) G__double(libp->para[4]), (Option_t*) G__int(libp->para[5]));
26943 }
26944 break;
26945 case 5:
26946
26947 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26948 p = new TProfile(
26949 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26950 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
26951 , (Double_t) G__double(libp->para[4]));
26952 } else {
26953 p = new((void*) gvp) TProfile(
26954 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26955 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
26956 , (Double_t) G__double(libp->para[4]));
26957 }
26958 break;
26959 }
26960 result7->obj.i = (long) p;
26961 result7->ref = (long) p;
26962 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TProfile));
26963 return(1 || funcname || hash || result7 || libp) ;
26964 }
26965
26966 static int G__G__Hist_295_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26967 {
26968 TProfile* p = NULL;
26969 char* gvp = (char*) G__getgvp();
26970 switch (libp->paran) {
26971 case 8:
26972
26973 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26974 p = new TProfile(
26975 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26976 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
26977 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
26978 , (Double_t) G__double(libp->para[6]), (Option_t*) G__int(libp->para[7]));
26979 } else {
26980 p = new((void*) gvp) TProfile(
26981 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26982 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
26983 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
26984 , (Double_t) G__double(libp->para[6]), (Option_t*) G__int(libp->para[7]));
26985 }
26986 break;
26987 case 7:
26988
26989 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26990 p = new TProfile(
26991 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26992 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
26993 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
26994 , (Double_t) G__double(libp->para[6]));
26995 } else {
26996 p = new((void*) gvp) TProfile(
26997 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26998 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
26999 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
27000 , (Double_t) G__double(libp->para[6]));
27001 }
27002 break;
27003 }
27004 result7->obj.i = (long) p;
27005 result7->ref = (long) p;
27006 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TProfile));
27007 return(1 || funcname || hash || result7 || libp) ;
27008 }
27009
27010 static int G__G__Hist_295_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27011 {
27012 TProfile* p = NULL;
27013 char* gvp = (char*) G__getgvp();
27014 switch (libp->paran) {
27015 case 5:
27016
27017 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27018 p = new TProfile(
27019 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27020 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
27021 , (Option_t*) G__int(libp->para[4]));
27022 } else {
27023 p = new((void*) gvp) TProfile(
27024 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27025 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
27026 , (Option_t*) G__int(libp->para[4]));
27027 }
27028 break;
27029 case 4:
27030
27031 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27032 p = new TProfile(
27033 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27034 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3]));
27035 } else {
27036 p = new((void*) gvp) TProfile(
27037 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27038 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3]));
27039 }
27040 break;
27041 }
27042 result7->obj.i = (long) p;
27043 result7->ref = (long) p;
27044 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TProfile));
27045 return(1 || funcname || hash || result7 || libp) ;
27046 }
27047
27048 static int G__G__Hist_295_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27049 {
27050 TProfile* p = NULL;
27051 char* gvp = (char*) G__getgvp();
27052 switch (libp->paran) {
27053 case 5:
27054
27055 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27056 p = new TProfile(
27057 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27058 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
27059 , (Option_t*) G__int(libp->para[4]));
27060 } else {
27061 p = new((void*) gvp) TProfile(
27062 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27063 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
27064 , (Option_t*) G__int(libp->para[4]));
27065 }
27066 break;
27067 case 4:
27068
27069 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27070 p = new TProfile(
27071 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27072 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3]));
27073 } else {
27074 p = new((void*) gvp) TProfile(
27075 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27076 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3]));
27077 }
27078 break;
27079 }
27080 result7->obj.i = (long) p;
27081 result7->ref = (long) p;
27082 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TProfile));
27083 return(1 || funcname || hash || result7 || libp) ;
27084 }
27085
27086 static int G__G__Hist_295_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27087 {
27088 TProfile* p = NULL;
27089 char* gvp = (char*) G__getgvp();
27090 switch (libp->paran) {
27091 case 7:
27092
27093 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27094 p = new TProfile(
27095 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27096 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
27097 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
27098 , (Option_t*) G__int(libp->para[6]));
27099 } else {
27100 p = new((void*) gvp) TProfile(
27101 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27102 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
27103 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
27104 , (Option_t*) G__int(libp->para[6]));
27105 }
27106 break;
27107 case 6:
27108
27109 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27110 p = new TProfile(
27111 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27112 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
27113 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
27114 } else {
27115 p = new((void*) gvp) TProfile(
27116 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27117 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
27118 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
27119 }
27120 break;
27121 }
27122 result7->obj.i = (long) p;
27123 result7->ref = (long) p;
27124 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TProfile));
27125 return(1 || funcname || hash || result7 || libp) ;
27126 }
27127
27128 static int G__G__Hist_295_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27129 {
27130 TProfile* p = NULL;
27131 char* gvp = (char*) G__getgvp();
27132
27133 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27134 p = new TProfile(*(TProfile*) libp->para[0].ref);
27135 } else {
27136 p = new((void*) gvp) TProfile(*(TProfile*) libp->para[0].ref);
27137 }
27138 result7->obj.i = (long) p;
27139 result7->ref = (long) p;
27140 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TProfile));
27141 return(1 || funcname || hash || result7 || libp) ;
27142 }
27143
27144 static int G__G__Hist_295_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27145 {
27146 switch (libp->paran) {
27147 case 1:
27148 TProfile::Approximate((Bool_t) G__int(libp->para[0]));
27149 G__setnull(result7);
27150 break;
27151 case 0:
27152 TProfile::Approximate();
27153 G__setnull(result7);
27154 break;
27155 }
27156 return(1 || funcname || hash || result7 || libp) ;
27157 }
27158
27159 static int G__G__Hist_295_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27160 {
27161 ((TProfile*) G__getstructoffset())->BuildOptions((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
27162 , (Option_t*) G__int(libp->para[2]));
27163 G__setnull(result7);
27164 return(1 || funcname || hash || result7 || libp) ;
27165 }
27166
27167 static int G__G__Hist_295_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27168 {
27169 G__letint(result7, 105, (long) ((TProfile*) G__getstructoffset())->Fill((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
27170 , (Double_t) G__double(libp->para[2])));
27171 return(1 || funcname || hash || result7 || libp) ;
27172 }
27173
27174 static int G__G__Hist_295_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27175 {
27176 G__letint(result7, 105, (long) ((TProfile*) G__getstructoffset())->Fill((const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
27177 , (Double_t) G__double(libp->para[2])));
27178 return(1 || funcname || hash || result7 || libp) ;
27179 }
27180
27181 static int G__G__Hist_295_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27182 {
27183 switch (libp->paran) {
27184 case 5:
27185 ((TProfile*) G__getstructoffset())->FillN((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
27186 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
27187 , (Int_t) G__int(libp->para[4]));
27188 G__setnull(result7);
27189 break;
27190 case 4:
27191 ((TProfile*) G__getstructoffset())->FillN((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
27192 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3]));
27193 G__setnull(result7);
27194 break;
27195 }
27196 return(1 || funcname || hash || result7 || libp) ;
27197 }
27198
27199 static int G__G__Hist_295_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27200 {
27201 G__letdouble(result7, 100, (double) ((const TProfile*) G__getstructoffset())->GetBinEntries((Int_t) G__int(libp->para[0])));
27202 return(1 || funcname || hash || result7 || libp) ;
27203 }
27204
27205 static int G__G__Hist_295_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27206 {
27207 G__letdouble(result7, 100, (double) ((const TProfile*) G__getstructoffset())->GetBinEffectiveEntries((Int_t) G__int(libp->para[0])));
27208 return(1 || funcname || hash || result7 || libp) ;
27209 }
27210
27211 static int G__G__Hist_295_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27212 {
27213 G__letint(result7, 85, (long) ((TProfile*) G__getstructoffset())->GetBinSumw2());
27214 return(1 || funcname || hash || result7 || libp) ;
27215 }
27216
27217 static int G__G__Hist_295_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27218 {
27219 G__letint(result7, 85, (long) ((const TProfile*) G__getstructoffset())->GetBinSumw2());
27220 return(1 || funcname || hash || result7 || libp) ;
27221 }
27222
27223 static int G__G__Hist_295_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27224 {
27225 G__letint(result7, 67, (long) ((const TProfile*) G__getstructoffset())->GetErrorOption());
27226 return(1 || funcname || hash || result7 || libp) ;
27227 }
27228
27229 static int G__G__Hist_295_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27230 {
27231 G__letdouble(result7, 100, (double) ((const TProfile*) G__getstructoffset())->GetYmin());
27232 return(1 || funcname || hash || result7 || libp) ;
27233 }
27234
27235 static int G__G__Hist_295_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27236 {
27237 G__letdouble(result7, 100, (double) ((const TProfile*) G__getstructoffset())->GetYmax());
27238 return(1 || funcname || hash || result7 || libp) ;
27239 }
27240
27241 static int G__G__Hist_295_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27242 {
27243 switch (libp->paran) {
27244 case 2:
27245 G__letint(result7, 85, (long) ((const TProfile*) G__getstructoffset())->ProjectionX((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
27246 break;
27247 case 1:
27248 G__letint(result7, 85, (long) ((const TProfile*) G__getstructoffset())->ProjectionX((const char*) G__int(libp->para[0])));
27249 break;
27250 case 0:
27251 G__letint(result7, 85, (long) ((const TProfile*) G__getstructoffset())->ProjectionX());
27252 break;
27253 }
27254 return(1 || funcname || hash || result7 || libp) ;
27255 }
27256
27257 static int G__G__Hist_295_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27258 {
27259 ((TProfile*) G__getstructoffset())->SetBinEntries((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
27260 G__setnull(result7);
27261 return(1 || funcname || hash || result7 || libp) ;
27262 }
27263
27264 static int G__G__Hist_295_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27265 {
27266 switch (libp->paran) {
27267 case 1:
27268 ((TProfile*) G__getstructoffset())->SetErrorOption((Option_t*) G__int(libp->para[0]));
27269 G__setnull(result7);
27270 break;
27271 case 0:
27272 ((TProfile*) G__getstructoffset())->SetErrorOption();
27273 G__setnull(result7);
27274 break;
27275 }
27276 return(1 || funcname || hash || result7 || libp) ;
27277 }
27278
27279 static int G__G__Hist_295_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27280 {
27281 G__letint(result7, 85, (long) TProfile::Class());
27282 return(1 || funcname || hash || result7 || libp) ;
27283 }
27284
27285 static int G__G__Hist_295_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27286 {
27287 G__letint(result7, 67, (long) TProfile::Class_Name());
27288 return(1 || funcname || hash || result7 || libp) ;
27289 }
27290
27291 static int G__G__Hist_295_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27292 {
27293 G__letint(result7, 115, (long) TProfile::Class_Version());
27294 return(1 || funcname || hash || result7 || libp) ;
27295 }
27296
27297 static int G__G__Hist_295_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27298 {
27299 TProfile::Dictionary();
27300 G__setnull(result7);
27301 return(1 || funcname || hash || result7 || libp) ;
27302 }
27303
27304 static int G__G__Hist_295_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27305 {
27306 ((TProfile*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
27307 G__setnull(result7);
27308 return(1 || funcname || hash || result7 || libp) ;
27309 }
27310
27311 static int G__G__Hist_295_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27312 {
27313 G__letint(result7, 67, (long) TProfile::DeclFileName());
27314 return(1 || funcname || hash || result7 || libp) ;
27315 }
27316
27317 static int G__G__Hist_295_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27318 {
27319 G__letint(result7, 105, (long) TProfile::ImplFileLine());
27320 return(1 || funcname || hash || result7 || libp) ;
27321 }
27322
27323 static int G__G__Hist_295_0_83(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27324 {
27325 G__letint(result7, 67, (long) TProfile::ImplFileName());
27326 return(1 || funcname || hash || result7 || libp) ;
27327 }
27328
27329 static int G__G__Hist_295_0_84(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27330 {
27331 G__letint(result7, 105, (long) TProfile::DeclFileLine());
27332 return(1 || funcname || hash || result7 || libp) ;
27333 }
27334
27335
27336 typedef TProfile G__TTProfile;
27337 static int G__G__Hist_295_0_85(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27338 {
27339 char* gvp = (char*) G__getgvp();
27340 long soff = G__getstructoffset();
27341 int n = G__getaryconstruct();
27342
27343
27344
27345
27346
27347 if (!soff) {
27348 return(1);
27349 }
27350 if (n) {
27351 if (gvp == (char*)G__PVOID) {
27352 delete[] (TProfile*) soff;
27353 } else {
27354 G__setgvp((long) G__PVOID);
27355 for (int i = n - 1; i >= 0; --i) {
27356 ((TProfile*) (soff+(sizeof(TProfile)*i)))->~G__TTProfile();
27357 }
27358 G__setgvp((long)gvp);
27359 }
27360 } else {
27361 if (gvp == (char*)G__PVOID) {
27362 delete (TProfile*) soff;
27363 } else {
27364 G__setgvp((long) G__PVOID);
27365 ((TProfile*) (soff))->~G__TTProfile();
27366 G__setgvp((long)gvp);
27367 }
27368 }
27369 G__setnull(result7);
27370 return(1 || funcname || hash || result7 || libp) ;
27371 }
27372
27373
27374
27375 static int G__G__Hist_296_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27376 {
27377 TH2C* p = NULL;
27378 char* gvp = (char*) G__getgvp();
27379 int n = G__getaryconstruct();
27380 if (n) {
27381 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27382 p = new TH2C[n];
27383 } else {
27384 p = new((void*) gvp) TH2C[n];
27385 }
27386 } else {
27387 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27388 p = new TH2C;
27389 } else {
27390 p = new((void*) gvp) TH2C;
27391 }
27392 }
27393 result7->obj.i = (long) p;
27394 result7->ref = (long) p;
27395 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2C));
27396 return(1 || funcname || hash || result7 || libp) ;
27397 }
27398
27399 static int G__G__Hist_296_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27400 {
27401 TH2C* p = NULL;
27402 char* gvp = (char*) G__getgvp();
27403
27404 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27405 p = new TH2C(
27406 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27407 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
27408 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
27409 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
27410 } else {
27411 p = new((void*) gvp) TH2C(
27412 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27413 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
27414 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
27415 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
27416 }
27417 result7->obj.i = (long) p;
27418 result7->ref = (long) p;
27419 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2C));
27420 return(1 || funcname || hash || result7 || libp) ;
27421 }
27422
27423 static int G__G__Hist_296_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27424 {
27425 TH2C* p = NULL;
27426 char* gvp = (char*) G__getgvp();
27427
27428 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27429 p = new TH2C(
27430 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27431 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
27432 , (Int_t) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
27433 , (Double_t) G__double(libp->para[6]));
27434 } else {
27435 p = new((void*) gvp) TH2C(
27436 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27437 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
27438 , (Int_t) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
27439 , (Double_t) G__double(libp->para[6]));
27440 }
27441 result7->obj.i = (long) p;
27442 result7->ref = (long) p;
27443 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2C));
27444 return(1 || funcname || hash || result7 || libp) ;
27445 }
27446
27447 static int G__G__Hist_296_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27448 {
27449 TH2C* p = NULL;
27450 char* gvp = (char*) G__getgvp();
27451
27452 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27453 p = new TH2C(
27454 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27455 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
27456 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
27457 , (Double_t*) G__int(libp->para[6]));
27458 } else {
27459 p = new((void*) gvp) TH2C(
27460 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27461 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
27462 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
27463 , (Double_t*) G__int(libp->para[6]));
27464 }
27465 result7->obj.i = (long) p;
27466 result7->ref = (long) p;
27467 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2C));
27468 return(1 || funcname || hash || result7 || libp) ;
27469 }
27470
27471 static int G__G__Hist_296_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27472 {
27473 TH2C* p = NULL;
27474 char* gvp = (char*) G__getgvp();
27475
27476 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27477 p = new TH2C(
27478 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27479 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
27480 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
27481 } else {
27482 p = new((void*) gvp) TH2C(
27483 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27484 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
27485 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
27486 }
27487 result7->obj.i = (long) p;
27488 result7->ref = (long) p;
27489 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2C));
27490 return(1 || funcname || hash || result7 || libp) ;
27491 }
27492
27493 static int G__G__Hist_296_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27494 {
27495 TH2C* p = NULL;
27496 char* gvp = (char*) G__getgvp();
27497
27498 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27499 p = new TH2C(
27500 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27501 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
27502 , (Int_t) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5]));
27503 } else {
27504 p = new((void*) gvp) TH2C(
27505 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27506 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
27507 , (Int_t) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5]));
27508 }
27509 result7->obj.i = (long) p;
27510 result7->ref = (long) p;
27511 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2C));
27512 return(1 || funcname || hash || result7 || libp) ;
27513 }
27514
27515 static int G__G__Hist_296_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27516 {
27517 TH2C* p = NULL;
27518 char* gvp = (char*) G__getgvp();
27519
27520 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27521 p = new TH2C(*(TH2C*) libp->para[0].ref);
27522 } else {
27523 p = new((void*) gvp) TH2C(*(TH2C*) libp->para[0].ref);
27524 }
27525 result7->obj.i = (long) p;
27526 result7->ref = (long) p;
27527 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2C));
27528 return(1 || funcname || hash || result7 || libp) ;
27529 }
27530
27531 static int G__G__Hist_296_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27532 {
27533 {
27534 const TH2C& obj = ((TH2C*) G__getstructoffset())->operator=(*(TH2C*) libp->para[0].ref);
27535 result7->ref = (long) (&obj);
27536 result7->obj.i = (long) (&obj);
27537 }
27538 return(1 || funcname || hash || result7 || libp) ;
27539 }
27540
27541 static int G__G__Hist_296_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27542 {
27543 G__letint(result7, 85, (long) TH2C::Class());
27544 return(1 || funcname || hash || result7 || libp) ;
27545 }
27546
27547 static int G__G__Hist_296_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27548 {
27549 G__letint(result7, 67, (long) TH2C::Class_Name());
27550 return(1 || funcname || hash || result7 || libp) ;
27551 }
27552
27553 static int G__G__Hist_296_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27554 {
27555 G__letint(result7, 115, (long) TH2C::Class_Version());
27556 return(1 || funcname || hash || result7 || libp) ;
27557 }
27558
27559 static int G__G__Hist_296_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27560 {
27561 TH2C::Dictionary();
27562 G__setnull(result7);
27563 return(1 || funcname || hash || result7 || libp) ;
27564 }
27565
27566 static int G__G__Hist_296_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27567 {
27568 ((TH2C*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
27569 G__setnull(result7);
27570 return(1 || funcname || hash || result7 || libp) ;
27571 }
27572
27573 static int G__G__Hist_296_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27574 {
27575 G__letint(result7, 67, (long) TH2C::DeclFileName());
27576 return(1 || funcname || hash || result7 || libp) ;
27577 }
27578
27579 static int G__G__Hist_296_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27580 {
27581 G__letint(result7, 105, (long) TH2C::ImplFileLine());
27582 return(1 || funcname || hash || result7 || libp) ;
27583 }
27584
27585 static int G__G__Hist_296_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27586 {
27587 G__letint(result7, 67, (long) TH2C::ImplFileName());
27588 return(1 || funcname || hash || result7 || libp) ;
27589 }
27590
27591 static int G__G__Hist_296_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27592 {
27593 G__letint(result7, 105, (long) TH2C::DeclFileLine());
27594 return(1 || funcname || hash || result7 || libp) ;
27595 }
27596
27597
27598 typedef TH2C G__TTH2C;
27599 static int G__G__Hist_296_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27600 {
27601 char* gvp = (char*) G__getgvp();
27602 long soff = G__getstructoffset();
27603 int n = G__getaryconstruct();
27604
27605
27606
27607
27608
27609 if (!soff) {
27610 return(1);
27611 }
27612 if (n) {
27613 if (gvp == (char*)G__PVOID) {
27614 delete[] (TH2C*) soff;
27615 } else {
27616 G__setgvp((long) G__PVOID);
27617 for (int i = n - 1; i >= 0; --i) {
27618 ((TH2C*) (soff+(sizeof(TH2C)*i)))->~G__TTH2C();
27619 }
27620 G__setgvp((long)gvp);
27621 }
27622 } else {
27623 if (gvp == (char*)G__PVOID) {
27624 delete (TH2C*) soff;
27625 } else {
27626 G__setgvp((long) G__PVOID);
27627 ((TH2C*) (soff))->~G__TTH2C();
27628 G__setgvp((long)gvp);
27629 }
27630 }
27631 G__setnull(result7);
27632 return(1 || funcname || hash || result7 || libp) ;
27633 }
27634
27635
27636
27637 static int G__G__Hist_297_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27638 {
27639 TH2S* p = NULL;
27640 char* gvp = (char*) G__getgvp();
27641 int n = G__getaryconstruct();
27642 if (n) {
27643 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27644 p = new TH2S[n];
27645 } else {
27646 p = new((void*) gvp) TH2S[n];
27647 }
27648 } else {
27649 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27650 p = new TH2S;
27651 } else {
27652 p = new((void*) gvp) TH2S;
27653 }
27654 }
27655 result7->obj.i = (long) p;
27656 result7->ref = (long) p;
27657 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2S));
27658 return(1 || funcname || hash || result7 || libp) ;
27659 }
27660
27661 static int G__G__Hist_297_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27662 {
27663 TH2S* p = NULL;
27664 char* gvp = (char*) G__getgvp();
27665
27666 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27667 p = new TH2S(
27668 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27669 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
27670 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
27671 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
27672 } else {
27673 p = new((void*) gvp) TH2S(
27674 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27675 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
27676 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
27677 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
27678 }
27679 result7->obj.i = (long) p;
27680 result7->ref = (long) p;
27681 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2S));
27682 return(1 || funcname || hash || result7 || libp) ;
27683 }
27684
27685 static int G__G__Hist_297_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27686 {
27687 TH2S* p = NULL;
27688 char* gvp = (char*) G__getgvp();
27689
27690 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27691 p = new TH2S(
27692 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27693 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
27694 , (Int_t) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
27695 , (Double_t) G__double(libp->para[6]));
27696 } else {
27697 p = new((void*) gvp) TH2S(
27698 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27699 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
27700 , (Int_t) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
27701 , (Double_t) G__double(libp->para[6]));
27702 }
27703 result7->obj.i = (long) p;
27704 result7->ref = (long) p;
27705 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2S));
27706 return(1 || funcname || hash || result7 || libp) ;
27707 }
27708
27709 static int G__G__Hist_297_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27710 {
27711 TH2S* p = NULL;
27712 char* gvp = (char*) G__getgvp();
27713
27714 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27715 p = new TH2S(
27716 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27717 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
27718 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
27719 , (Double_t*) G__int(libp->para[6]));
27720 } else {
27721 p = new((void*) gvp) TH2S(
27722 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27723 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
27724 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
27725 , (Double_t*) G__int(libp->para[6]));
27726 }
27727 result7->obj.i = (long) p;
27728 result7->ref = (long) p;
27729 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2S));
27730 return(1 || funcname || hash || result7 || libp) ;
27731 }
27732
27733 static int G__G__Hist_297_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27734 {
27735 TH2S* p = NULL;
27736 char* gvp = (char*) G__getgvp();
27737
27738 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27739 p = new TH2S(
27740 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27741 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
27742 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
27743 } else {
27744 p = new((void*) gvp) TH2S(
27745 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27746 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
27747 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
27748 }
27749 result7->obj.i = (long) p;
27750 result7->ref = (long) p;
27751 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2S));
27752 return(1 || funcname || hash || result7 || libp) ;
27753 }
27754
27755 static int G__G__Hist_297_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27756 {
27757 TH2S* p = NULL;
27758 char* gvp = (char*) G__getgvp();
27759
27760 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27761 p = new TH2S(
27762 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27763 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
27764 , (Int_t) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5]));
27765 } else {
27766 p = new((void*) gvp) TH2S(
27767 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27768 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
27769 , (Int_t) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5]));
27770 }
27771 result7->obj.i = (long) p;
27772 result7->ref = (long) p;
27773 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2S));
27774 return(1 || funcname || hash || result7 || libp) ;
27775 }
27776
27777 static int G__G__Hist_297_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27778 {
27779 TH2S* p = NULL;
27780 char* gvp = (char*) G__getgvp();
27781
27782 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27783 p = new TH2S(*(TH2S*) libp->para[0].ref);
27784 } else {
27785 p = new((void*) gvp) TH2S(*(TH2S*) libp->para[0].ref);
27786 }
27787 result7->obj.i = (long) p;
27788 result7->ref = (long) p;
27789 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2S));
27790 return(1 || funcname || hash || result7 || libp) ;
27791 }
27792
27793 static int G__G__Hist_297_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27794 {
27795 {
27796 const TH2S& obj = ((TH2S*) G__getstructoffset())->operator=(*(TH2S*) libp->para[0].ref);
27797 result7->ref = (long) (&obj);
27798 result7->obj.i = (long) (&obj);
27799 }
27800 return(1 || funcname || hash || result7 || libp) ;
27801 }
27802
27803 static int G__G__Hist_297_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27804 {
27805 G__letint(result7, 85, (long) TH2S::Class());
27806 return(1 || funcname || hash || result7 || libp) ;
27807 }
27808
27809 static int G__G__Hist_297_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27810 {
27811 G__letint(result7, 67, (long) TH2S::Class_Name());
27812 return(1 || funcname || hash || result7 || libp) ;
27813 }
27814
27815 static int G__G__Hist_297_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27816 {
27817 G__letint(result7, 115, (long) TH2S::Class_Version());
27818 return(1 || funcname || hash || result7 || libp) ;
27819 }
27820
27821 static int G__G__Hist_297_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27822 {
27823 TH2S::Dictionary();
27824 G__setnull(result7);
27825 return(1 || funcname || hash || result7 || libp) ;
27826 }
27827
27828 static int G__G__Hist_297_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27829 {
27830 ((TH2S*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
27831 G__setnull(result7);
27832 return(1 || funcname || hash || result7 || libp) ;
27833 }
27834
27835 static int G__G__Hist_297_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27836 {
27837 G__letint(result7, 67, (long) TH2S::DeclFileName());
27838 return(1 || funcname || hash || result7 || libp) ;
27839 }
27840
27841 static int G__G__Hist_297_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27842 {
27843 G__letint(result7, 105, (long) TH2S::ImplFileLine());
27844 return(1 || funcname || hash || result7 || libp) ;
27845 }
27846
27847 static int G__G__Hist_297_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27848 {
27849 G__letint(result7, 67, (long) TH2S::ImplFileName());
27850 return(1 || funcname || hash || result7 || libp) ;
27851 }
27852
27853 static int G__G__Hist_297_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27854 {
27855 G__letint(result7, 105, (long) TH2S::DeclFileLine());
27856 return(1 || funcname || hash || result7 || libp) ;
27857 }
27858
27859
27860 typedef TH2S G__TTH2S;
27861 static int G__G__Hist_297_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27862 {
27863 char* gvp = (char*) G__getgvp();
27864 long soff = G__getstructoffset();
27865 int n = G__getaryconstruct();
27866
27867
27868
27869
27870
27871 if (!soff) {
27872 return(1);
27873 }
27874 if (n) {
27875 if (gvp == (char*)G__PVOID) {
27876 delete[] (TH2S*) soff;
27877 } else {
27878 G__setgvp((long) G__PVOID);
27879 for (int i = n - 1; i >= 0; --i) {
27880 ((TH2S*) (soff+(sizeof(TH2S)*i)))->~G__TTH2S();
27881 }
27882 G__setgvp((long)gvp);
27883 }
27884 } else {
27885 if (gvp == (char*)G__PVOID) {
27886 delete (TH2S*) soff;
27887 } else {
27888 G__setgvp((long) G__PVOID);
27889 ((TH2S*) (soff))->~G__TTH2S();
27890 G__setgvp((long)gvp);
27891 }
27892 }
27893 G__setnull(result7);
27894 return(1 || funcname || hash || result7 || libp) ;
27895 }
27896
27897
27898
27899 static int G__G__Hist_298_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27900 {
27901 TH2I* p = NULL;
27902 char* gvp = (char*) G__getgvp();
27903 int n = G__getaryconstruct();
27904 if (n) {
27905 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27906 p = new TH2I[n];
27907 } else {
27908 p = new((void*) gvp) TH2I[n];
27909 }
27910 } else {
27911 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27912 p = new TH2I;
27913 } else {
27914 p = new((void*) gvp) TH2I;
27915 }
27916 }
27917 result7->obj.i = (long) p;
27918 result7->ref = (long) p;
27919 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2I));
27920 return(1 || funcname || hash || result7 || libp) ;
27921 }
27922
27923 static int G__G__Hist_298_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27924 {
27925 TH2I* p = NULL;
27926 char* gvp = (char*) G__getgvp();
27927
27928 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27929 p = new TH2I(
27930 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27931 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
27932 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
27933 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
27934 } else {
27935 p = new((void*) gvp) TH2I(
27936 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27937 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
27938 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
27939 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
27940 }
27941 result7->obj.i = (long) p;
27942 result7->ref = (long) p;
27943 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2I));
27944 return(1 || funcname || hash || result7 || libp) ;
27945 }
27946
27947 static int G__G__Hist_298_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27948 {
27949 TH2I* p = NULL;
27950 char* gvp = (char*) G__getgvp();
27951
27952 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27953 p = new TH2I(
27954 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27955 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
27956 , (Int_t) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
27957 , (Double_t) G__double(libp->para[6]));
27958 } else {
27959 p = new((void*) gvp) TH2I(
27960 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27961 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
27962 , (Int_t) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
27963 , (Double_t) G__double(libp->para[6]));
27964 }
27965 result7->obj.i = (long) p;
27966 result7->ref = (long) p;
27967 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2I));
27968 return(1 || funcname || hash || result7 || libp) ;
27969 }
27970
27971 static int G__G__Hist_298_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27972 {
27973 TH2I* p = NULL;
27974 char* gvp = (char*) G__getgvp();
27975
27976 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27977 p = new TH2I(
27978 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27979 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
27980 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
27981 , (Double_t*) G__int(libp->para[6]));
27982 } else {
27983 p = new((void*) gvp) TH2I(
27984 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27985 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
27986 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
27987 , (Double_t*) G__int(libp->para[6]));
27988 }
27989 result7->obj.i = (long) p;
27990 result7->ref = (long) p;
27991 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2I));
27992 return(1 || funcname || hash || result7 || libp) ;
27993 }
27994
27995 static int G__G__Hist_298_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27996 {
27997 TH2I* p = NULL;
27998 char* gvp = (char*) G__getgvp();
27999
28000 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
28001 p = new TH2I(
28002 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
28003 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
28004 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
28005 } else {
28006 p = new((void*) gvp) TH2I(
28007 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
28008 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
28009 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
28010 }
28011 result7->obj.i = (long) p;
28012 result7->ref = (long) p;
28013 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2I));
28014 return(1 || funcname || hash || result7 || libp) ;
28015 }
28016
28017 static int G__G__Hist_298_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28018 {
28019 TH2I* p = NULL;
28020 char* gvp = (char*) G__getgvp();
28021
28022 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
28023 p = new TH2I(
28024 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
28025 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
28026 , (Int_t) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5]));
28027 } else {
28028 p = new((void*) gvp) TH2I(
28029 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
28030 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
28031 , (Int_t) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5]));
28032 }
28033 result7->obj.i = (long) p;
28034 result7->ref = (long) p;
28035 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2I));
28036 return(1 || funcname || hash || result7 || libp) ;
28037 }
28038
28039 static int G__G__Hist_298_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28040 {
28041 TH2I* p = NULL;
28042 char* gvp = (char*) G__getgvp();
28043
28044 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
28045 p = new TH2I(*(TH2I*) libp->para[0].ref);
28046 } else {
28047 p = new((void*) gvp) TH2I(*(TH2I*) libp->para[0].ref);
28048 }
28049 result7->obj.i = (long) p;
28050 result7->ref = (long) p;
28051 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2I));
28052 return(1 || funcname || hash || result7 || libp) ;
28053 }
28054
28055 static int G__G__Hist_298_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28056 {
28057 {
28058 const TH2I& obj = ((TH2I*) G__getstructoffset())->operator=(*(TH2I*) libp->para[0].ref);
28059 result7->ref = (long) (&obj);
28060 result7->obj.i = (long) (&obj);
28061 }
28062 return(1 || funcname || hash || result7 || libp) ;
28063 }
28064
28065 static int G__G__Hist_298_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28066 {
28067 G__letint(result7, 85, (long) TH2I::Class());
28068 return(1 || funcname || hash || result7 || libp) ;
28069 }
28070
28071 static int G__G__Hist_298_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28072 {
28073 G__letint(result7, 67, (long) TH2I::Class_Name());
28074 return(1 || funcname || hash || result7 || libp) ;
28075 }
28076
28077 static int G__G__Hist_298_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28078 {
28079 G__letint(result7, 115, (long) TH2I::Class_Version());
28080 return(1 || funcname || hash || result7 || libp) ;
28081 }
28082
28083 static int G__G__Hist_298_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28084 {
28085 TH2I::Dictionary();
28086 G__setnull(result7);
28087 return(1 || funcname || hash || result7 || libp) ;
28088 }
28089
28090 static int G__G__Hist_298_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28091 {
28092 ((TH2I*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
28093 G__setnull(result7);
28094 return(1 || funcname || hash || result7 || libp) ;
28095 }
28096
28097 static int G__G__Hist_298_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28098 {
28099 G__letint(result7, 67, (long) TH2I::DeclFileName());
28100 return(1 || funcname || hash || result7 || libp) ;
28101 }
28102
28103 static int G__G__Hist_298_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28104 {
28105 G__letint(result7, 105, (long) TH2I::ImplFileLine());
28106 return(1 || funcname || hash || result7 || libp) ;
28107 }
28108
28109 static int G__G__Hist_298_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28110 {
28111 G__letint(result7, 67, (long) TH2I::ImplFileName());
28112 return(1 || funcname || hash || result7 || libp) ;
28113 }
28114
28115 static int G__G__Hist_298_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28116 {
28117 G__letint(result7, 105, (long) TH2I::DeclFileLine());
28118 return(1 || funcname || hash || result7 || libp) ;
28119 }
28120
28121
28122 typedef TH2I G__TTH2I;
28123 static int G__G__Hist_298_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28124 {
28125 char* gvp = (char*) G__getgvp();
28126 long soff = G__getstructoffset();
28127 int n = G__getaryconstruct();
28128
28129
28130
28131
28132
28133 if (!soff) {
28134 return(1);
28135 }
28136 if (n) {
28137 if (gvp == (char*)G__PVOID) {
28138 delete[] (TH2I*) soff;
28139 } else {
28140 G__setgvp((long) G__PVOID);
28141 for (int i = n - 1; i >= 0; --i) {
28142 ((TH2I*) (soff+(sizeof(TH2I)*i)))->~G__TTH2I();
28143 }
28144 G__setgvp((long)gvp);
28145 }
28146 } else {
28147 if (gvp == (char*)G__PVOID) {
28148 delete (TH2I*) soff;
28149 } else {
28150 G__setgvp((long) G__PVOID);
28151 ((TH2I*) (soff))->~G__TTH2I();
28152 G__setgvp((long)gvp);
28153 }
28154 }
28155 G__setnull(result7);
28156 return(1 || funcname || hash || result7 || libp) ;
28157 }
28158
28159
28160
28161 static int G__G__Hist_299_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28162 {
28163 TH2F* p = NULL;
28164 char* gvp = (char*) G__getgvp();
28165 int n = G__getaryconstruct();
28166 if (n) {
28167 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
28168 p = new TH2F[n];
28169 } else {
28170 p = new((void*) gvp) TH2F[n];
28171 }
28172 } else {
28173 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
28174 p = new TH2F;
28175 } else {
28176 p = new((void*) gvp) TH2F;
28177 }
28178 }
28179 result7->obj.i = (long) p;
28180 result7->ref = (long) p;
28181 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2F));
28182 return(1 || funcname || hash || result7 || libp) ;
28183 }
28184
28185 static int G__G__Hist_299_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28186 {
28187 TH2F* p = NULL;
28188 char* gvp = (char*) G__getgvp();
28189
28190 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
28191 p = new TH2F(
28192 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
28193 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
28194 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
28195 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
28196 } else {
28197 p = new((void*) gvp) TH2F(
28198 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
28199 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
28200 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
28201 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
28202 }
28203 result7->obj.i = (long) p;
28204 result7->ref = (long) p;
28205 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2F));
28206 return(1 || funcname || hash || result7 || libp) ;
28207 }
28208
28209 static int G__G__Hist_299_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28210 {
28211 TH2F* p = NULL;
28212 char* gvp = (char*) G__getgvp();
28213
28214 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
28215 p = new TH2F(
28216 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
28217 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
28218 , (Int_t) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
28219 , (Double_t) G__double(libp->para[6]));
28220 } else {
28221 p = new((void*) gvp) TH2F(
28222 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
28223 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
28224 , (Int_t) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
28225 , (Double_t) G__double(libp->para[6]));
28226 }
28227 result7->obj.i = (long) p;
28228 result7->ref = (long) p;
28229 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2F));
28230 return(1 || funcname || hash || result7 || libp) ;
28231 }
28232
28233 static int G__G__Hist_299_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28234 {
28235 TH2F* p = NULL;
28236 char* gvp = (char*) G__getgvp();
28237
28238 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
28239 p = new TH2F(
28240 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
28241 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
28242 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
28243 , (Double_t*) G__int(libp->para[6]));
28244 } else {
28245 p = new((void*) gvp) TH2F(
28246 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
28247 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
28248 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
28249 , (Double_t*) G__int(libp->para[6]));
28250 }
28251 result7->obj.i = (long) p;
28252 result7->ref = (long) p;
28253 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2F));
28254 return(1 || funcname || hash || result7 || libp) ;
28255 }
28256
28257 static int G__G__Hist_299_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28258 {
28259 TH2F* p = NULL;
28260 char* gvp = (char*) G__getgvp();
28261
28262 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
28263 p = new TH2F(
28264 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
28265 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
28266 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
28267 } else {
28268 p = new((void*) gvp) TH2F(
28269 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
28270 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
28271 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
28272 }
28273 result7->obj.i = (long) p;
28274 result7->ref = (long) p;
28275 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2F));
28276 return(1 || funcname || hash || result7 || libp) ;
28277 }
28278
28279 static int G__G__Hist_299_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28280 {
28281 TH2F* p = NULL;
28282 char* gvp = (char*) G__getgvp();
28283
28284 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
28285 p = new TH2F(
28286 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
28287 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
28288 , (Int_t) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5]));
28289 } else {
28290 p = new((void*) gvp) TH2F(
28291 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
28292 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
28293 , (Int_t) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5]));
28294 }
28295 result7->obj.i = (long) p;
28296 result7->ref = (long) p;
28297 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2F));
28298 return(1 || funcname || hash || result7 || libp) ;
28299 }
28300
28301 static int G__G__Hist_299_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28302 {
28303 TH2F* p = NULL;
28304 char* gvp = (char*) G__getgvp();
28305
28306 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
28307 p = new TH2F(*(TMatrixFBase*) libp->para[0].ref);
28308 } else {
28309 p = new((void*) gvp) TH2F(*(TMatrixFBase*) libp->para[0].ref);
28310 }
28311 result7->obj.i = (long) p;
28312 result7->ref = (long) p;
28313 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2F));
28314 return(1 || funcname || hash || result7 || libp) ;
28315 }
28316
28317 static int G__G__Hist_299_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28318 {
28319 TH2F* p = NULL;
28320 char* gvp = (char*) G__getgvp();
28321
28322 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
28323 p = new TH2F(*(TH2F*) libp->para[0].ref);
28324 } else {
28325 p = new((void*) gvp) TH2F(*(TH2F*) libp->para[0].ref);
28326 }
28327 result7->obj.i = (long) p;
28328 result7->ref = (long) p;
28329 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2F));
28330 return(1 || funcname || hash || result7 || libp) ;
28331 }
28332
28333 static int G__G__Hist_299_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28334 {
28335 {
28336 const TH2F& obj = ((TH2F*) G__getstructoffset())->operator=(*(TH2F*) libp->para[0].ref);
28337 result7->ref = (long) (&obj);
28338 result7->obj.i = (long) (&obj);
28339 }
28340 return(1 || funcname || hash || result7 || libp) ;
28341 }
28342
28343 static int G__G__Hist_299_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28344 {
28345 G__letint(result7, 85, (long) TH2F::Class());
28346 return(1 || funcname || hash || result7 || libp) ;
28347 }
28348
28349 static int G__G__Hist_299_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28350 {
28351 G__letint(result7, 67, (long) TH2F::Class_Name());
28352 return(1 || funcname || hash || result7 || libp) ;
28353 }
28354
28355 static int G__G__Hist_299_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28356 {
28357 G__letint(result7, 115, (long) TH2F::Class_Version());
28358 return(1 || funcname || hash || result7 || libp) ;
28359 }
28360
28361 static int G__G__Hist_299_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28362 {
28363 TH2F::Dictionary();
28364 G__setnull(result7);
28365 return(1 || funcname || hash || result7 || libp) ;
28366 }
28367
28368 static int G__G__Hist_299_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28369 {
28370 ((TH2F*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
28371 G__setnull(result7);
28372 return(1 || funcname || hash || result7 || libp) ;
28373 }
28374
28375 static int G__G__Hist_299_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28376 {
28377 G__letint(result7, 67, (long) TH2F::DeclFileName());
28378 return(1 || funcname || hash || result7 || libp) ;
28379 }
28380
28381 static int G__G__Hist_299_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28382 {
28383 G__letint(result7, 105, (long) TH2F::ImplFileLine());
28384 return(1 || funcname || hash || result7 || libp) ;
28385 }
28386
28387 static int G__G__Hist_299_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28388 {
28389 G__letint(result7, 67, (long) TH2F::ImplFileName());
28390 return(1 || funcname || hash || result7 || libp) ;
28391 }
28392
28393 static int G__G__Hist_299_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28394 {
28395 G__letint(result7, 105, (long) TH2F::DeclFileLine());
28396 return(1 || funcname || hash || result7 || libp) ;
28397 }
28398
28399
28400 typedef TH2F G__TTH2F;
28401 static int G__G__Hist_299_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28402 {
28403 char* gvp = (char*) G__getgvp();
28404 long soff = G__getstructoffset();
28405 int n = G__getaryconstruct();
28406
28407
28408
28409
28410
28411 if (!soff) {
28412 return(1);
28413 }
28414 if (n) {
28415 if (gvp == (char*)G__PVOID) {
28416 delete[] (TH2F*) soff;
28417 } else {
28418 G__setgvp((long) G__PVOID);
28419 for (int i = n - 1; i >= 0; --i) {
28420 ((TH2F*) (soff+(sizeof(TH2F)*i)))->~G__TTH2F();
28421 }
28422 G__setgvp((long)gvp);
28423 }
28424 } else {
28425 if (gvp == (char*)G__PVOID) {
28426 delete (TH2F*) soff;
28427 } else {
28428 G__setgvp((long) G__PVOID);
28429 ((TH2F*) (soff))->~G__TTH2F();
28430 G__setgvp((long)gvp);
28431 }
28432 }
28433 G__setnull(result7);
28434 return(1 || funcname || hash || result7 || libp) ;
28435 }
28436
28437
28438
28439 static int G__G__Hist_303_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28440 {
28441 TH2PolyBin* p = NULL;
28442 char* gvp = (char*) G__getgvp();
28443 int n = G__getaryconstruct();
28444 if (n) {
28445 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
28446 p = new TH2PolyBin[n];
28447 } else {
28448 p = new((void*) gvp) TH2PolyBin[n];
28449 }
28450 } else {
28451 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
28452 p = new TH2PolyBin;
28453 } else {
28454 p = new((void*) gvp) TH2PolyBin;
28455 }
28456 }
28457 result7->obj.i = (long) p;
28458 result7->ref = (long) p;
28459 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2PolyBin));
28460 return(1 || funcname || hash || result7 || libp) ;
28461 }
28462
28463 static int G__G__Hist_303_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28464 {
28465 TH2PolyBin* p = NULL;
28466 char* gvp = (char*) G__getgvp();
28467
28468 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
28469 p = new TH2PolyBin((TObject*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
28470 } else {
28471 p = new((void*) gvp) TH2PolyBin((TObject*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
28472 }
28473 result7->obj.i = (long) p;
28474 result7->ref = (long) p;
28475 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2PolyBin));
28476 return(1 || funcname || hash || result7 || libp) ;
28477 }
28478
28479 static int G__G__Hist_303_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28480 {
28481 ((TH2PolyBin*) G__getstructoffset())->ClearContent();
28482 G__setnull(result7);
28483 return(1 || funcname || hash || result7 || libp) ;
28484 }
28485
28486 static int G__G__Hist_303_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28487 {
28488 ((TH2PolyBin*) G__getstructoffset())->Fill((Double_t) G__double(libp->para[0]));
28489 G__setnull(result7);
28490 return(1 || funcname || hash || result7 || libp) ;
28491 }
28492
28493 static int G__G__Hist_303_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28494 {
28495 G__letdouble(result7, 100, (double) ((TH2PolyBin*) G__getstructoffset())->GetArea());
28496 return(1 || funcname || hash || result7 || libp) ;
28497 }
28498
28499 static int G__G__Hist_303_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28500 {
28501 G__letdouble(result7, 100, (double) ((const TH2PolyBin*) G__getstructoffset())->GetContent());
28502 return(1 || funcname || hash || result7 || libp) ;
28503 }
28504
28505 static int G__G__Hist_303_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28506 {
28507 G__letint(result7, 103, (long) ((const TH2PolyBin*) G__getstructoffset())->GetChanged());
28508 return(1 || funcname || hash || result7 || libp) ;
28509 }
28510
28511 static int G__G__Hist_303_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28512 {
28513 G__letint(result7, 105, (long) ((const TH2PolyBin*) G__getstructoffset())->GetBinNumber());
28514 return(1 || funcname || hash || result7 || libp) ;
28515 }
28516
28517 static int G__G__Hist_303_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28518 {
28519 G__letint(result7, 85, (long) ((const TH2PolyBin*) G__getstructoffset())->GetPolygon());
28520 return(1 || funcname || hash || result7 || libp) ;
28521 }
28522
28523 static int G__G__Hist_303_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28524 {
28525 G__letdouble(result7, 100, (double) ((TH2PolyBin*) G__getstructoffset())->GetXMax());
28526 return(1 || funcname || hash || result7 || libp) ;
28527 }
28528
28529 static int G__G__Hist_303_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28530 {
28531 G__letdouble(result7, 100, (double) ((TH2PolyBin*) G__getstructoffset())->GetXMin());
28532 return(1 || funcname || hash || result7 || libp) ;
28533 }
28534
28535 static int G__G__Hist_303_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28536 {
28537 G__letdouble(result7, 100, (double) ((TH2PolyBin*) G__getstructoffset())->GetYMax());
28538 return(1 || funcname || hash || result7 || libp) ;
28539 }
28540
28541 static int G__G__Hist_303_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28542 {
28543 G__letdouble(result7, 100, (double) ((TH2PolyBin*) G__getstructoffset())->GetYMin());
28544 return(1 || funcname || hash || result7 || libp) ;
28545 }
28546
28547 static int G__G__Hist_303_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28548 {
28549 G__letint(result7, 103, (long) ((const TH2PolyBin*) G__getstructoffset())->IsInside((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
28550 return(1 || funcname || hash || result7 || libp) ;
28551 }
28552
28553 static int G__G__Hist_303_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28554 {
28555 ((TH2PolyBin*) G__getstructoffset())->SetChanged((Bool_t) G__int(libp->para[0]));
28556 G__setnull(result7);
28557 return(1 || funcname || hash || result7 || libp) ;
28558 }
28559
28560 static int G__G__Hist_303_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28561 {
28562 ((TH2PolyBin*) G__getstructoffset())->SetContent((Double_t) G__double(libp->para[0]));
28563 G__setnull(result7);
28564 return(1 || funcname || hash || result7 || libp) ;
28565 }
28566
28567 static int G__G__Hist_303_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28568 {
28569 G__letint(result7, 85, (long) TH2PolyBin::Class());
28570 return(1 || funcname || hash || result7 || libp) ;
28571 }
28572
28573 static int G__G__Hist_303_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28574 {
28575 G__letint(result7, 67, (long) TH2PolyBin::Class_Name());
28576 return(1 || funcname || hash || result7 || libp) ;
28577 }
28578
28579 static int G__G__Hist_303_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28580 {
28581 G__letint(result7, 115, (long) TH2PolyBin::Class_Version());
28582 return(1 || funcname || hash || result7 || libp) ;
28583 }
28584
28585 static int G__G__Hist_303_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28586 {
28587 TH2PolyBin::Dictionary();
28588 G__setnull(result7);
28589 return(1 || funcname || hash || result7 || libp) ;
28590 }
28591
28592 static int G__G__Hist_303_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28593 {
28594 ((TH2PolyBin*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
28595 G__setnull(result7);
28596 return(1 || funcname || hash || result7 || libp) ;
28597 }
28598
28599 static int G__G__Hist_303_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28600 {
28601 G__letint(result7, 67, (long) TH2PolyBin::DeclFileName());
28602 return(1 || funcname || hash || result7 || libp) ;
28603 }
28604
28605 static int G__G__Hist_303_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28606 {
28607 G__letint(result7, 105, (long) TH2PolyBin::ImplFileLine());
28608 return(1 || funcname || hash || result7 || libp) ;
28609 }
28610
28611 static int G__G__Hist_303_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28612 {
28613 G__letint(result7, 67, (long) TH2PolyBin::ImplFileName());
28614 return(1 || funcname || hash || result7 || libp) ;
28615 }
28616
28617 static int G__G__Hist_303_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28618 {
28619 G__letint(result7, 105, (long) TH2PolyBin::DeclFileLine());
28620 return(1 || funcname || hash || result7 || libp) ;
28621 }
28622
28623
28624 static int G__G__Hist_303_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28625
28626 {
28627 TH2PolyBin* p;
28628 void* tmp = (void*) G__int(libp->para[0]);
28629 p = new TH2PolyBin(*(TH2PolyBin*) tmp);
28630 result7->obj.i = (long) p;
28631 result7->ref = (long) p;
28632 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2PolyBin));
28633 return(1 || funcname || hash || result7 || libp) ;
28634 }
28635
28636
28637 typedef TH2PolyBin G__TTH2PolyBin;
28638 static int G__G__Hist_303_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28639 {
28640 char* gvp = (char*) G__getgvp();
28641 long soff = G__getstructoffset();
28642 int n = G__getaryconstruct();
28643
28644
28645
28646
28647
28648 if (!soff) {
28649 return(1);
28650 }
28651 if (n) {
28652 if (gvp == (char*)G__PVOID) {
28653 delete[] (TH2PolyBin*) soff;
28654 } else {
28655 G__setgvp((long) G__PVOID);
28656 for (int i = n - 1; i >= 0; --i) {
28657 ((TH2PolyBin*) (soff+(sizeof(TH2PolyBin)*i)))->~G__TTH2PolyBin();
28658 }
28659 G__setgvp((long)gvp);
28660 }
28661 } else {
28662 if (gvp == (char*)G__PVOID) {
28663 delete (TH2PolyBin*) soff;
28664 } else {
28665 G__setgvp((long) G__PVOID);
28666 ((TH2PolyBin*) (soff))->~G__TTH2PolyBin();
28667 G__setgvp((long)gvp);
28668 }
28669 }
28670 G__setnull(result7);
28671 return(1 || funcname || hash || result7 || libp) ;
28672 }
28673
28674
28675 static int G__G__Hist_303_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28676 {
28677 TH2PolyBin* dest = (TH2PolyBin*) G__getstructoffset();
28678 *dest = *(TH2PolyBin*) libp->para[0].ref;
28679 const TH2PolyBin& obj = *dest;
28680 result7->ref = (long) (&obj);
28681 result7->obj.i = (long) (&obj);
28682 return(1 || funcname || hash || result7 || libp) ;
28683 }
28684
28685
28686
28687 static int G__G__Hist_305_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28688 {
28689 TH2Poly* p = NULL;
28690 char* gvp = (char*) G__getgvp();
28691 int n = G__getaryconstruct();
28692 if (n) {
28693 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
28694 p = new TH2Poly[n];
28695 } else {
28696 p = new((void*) gvp) TH2Poly[n];
28697 }
28698 } else {
28699 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
28700 p = new TH2Poly;
28701 } else {
28702 p = new((void*) gvp) TH2Poly;
28703 }
28704 }
28705 result7->obj.i = (long) p;
28706 result7->ref = (long) p;
28707 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2Poly));
28708 return(1 || funcname || hash || result7 || libp) ;
28709 }
28710
28711 static int G__G__Hist_305_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28712 {
28713 TH2Poly* p = NULL;
28714 char* gvp = (char*) G__getgvp();
28715
28716 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
28717 p = new TH2Poly(
28718 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
28719 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
28720 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
28721 } else {
28722 p = new((void*) gvp) TH2Poly(
28723 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
28724 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
28725 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
28726 }
28727 result7->obj.i = (long) p;
28728 result7->ref = (long) p;
28729 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2Poly));
28730 return(1 || funcname || hash || result7 || libp) ;
28731 }
28732
28733 static int G__G__Hist_305_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28734 {
28735 TH2Poly* p = NULL;
28736 char* gvp = (char*) G__getgvp();
28737
28738 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
28739 p = new TH2Poly(
28740 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
28741 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
28742 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
28743 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
28744 } else {
28745 p = new((void*) gvp) TH2Poly(
28746 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
28747 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
28748 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
28749 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
28750 }
28751 result7->obj.i = (long) p;
28752 result7->ref = (long) p;
28753 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2Poly));
28754 return(1 || funcname || hash || result7 || libp) ;
28755 }
28756
28757 static int G__G__Hist_305_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28758 {
28759 G__letint(result7, 105, (long) ((TH2Poly*) G__getstructoffset())->AddBin((TObject*) G__int(libp->para[0])));
28760 return(1 || funcname || hash || result7 || libp) ;
28761 }
28762
28763 static int G__G__Hist_305_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28764 {
28765 G__letint(result7, 105, (long) ((TH2Poly*) G__getstructoffset())->AddBin((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
28766 , (Double_t*) G__int(libp->para[2])));
28767 return(1 || funcname || hash || result7 || libp) ;
28768 }
28769
28770 static int G__G__Hist_305_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28771 {
28772 G__letint(result7, 105, (long) ((TH2Poly*) G__getstructoffset())->AddBin((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
28773 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
28774 return(1 || funcname || hash || result7 || libp) ;
28775 }
28776
28777 static int G__G__Hist_305_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28778 {
28779 ((TH2Poly*) G__getstructoffset())->ClearBinContents();
28780 G__setnull(result7);
28781 return(1 || funcname || hash || result7 || libp) ;
28782 }
28783
28784 static int G__G__Hist_305_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28785 {
28786 ((TH2Poly*) G__getstructoffset())->ChangePartition((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
28787 G__setnull(result7);
28788 return(1 || funcname || hash || result7 || libp) ;
28789 }
28790
28791 static int G__G__Hist_305_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28792 {
28793 G__letint(result7, 85, (long) ((TH2Poly*) G__getstructoffset())->GetBins());
28794 return(1 || funcname || hash || result7 || libp) ;
28795 }
28796
28797 static int G__G__Hist_305_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28798 {
28799 G__letint(result7, 103, (long) ((const TH2Poly*) G__getstructoffset())->GetBinContentChanged());
28800 return(1 || funcname || hash || result7 || libp) ;
28801 }
28802
28803 static int G__G__Hist_305_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28804 {
28805 G__letint(result7, 67, (long) ((const TH2Poly*) G__getstructoffset())->GetBinName((Int_t) G__int(libp->para[0])));
28806 return(1 || funcname || hash || result7 || libp) ;
28807 }
28808
28809 static int G__G__Hist_305_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28810 {
28811 G__letint(result7, 67, (long) ((const TH2Poly*) G__getstructoffset())->GetBinTitle((Int_t) G__int(libp->para[0])));
28812 return(1 || funcname || hash || result7 || libp) ;
28813 }
28814
28815 static int G__G__Hist_305_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28816 {
28817 G__letint(result7, 103, (long) ((TH2Poly*) G__getstructoffset())->GetFloat());
28818 return(1 || funcname || hash || result7 || libp) ;
28819 }
28820
28821 static int G__G__Hist_305_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28822 {
28823 G__letdouble(result7, 100, (double) ((const TH2Poly*) G__getstructoffset())->GetMaximum());
28824 return(1 || funcname || hash || result7 || libp) ;
28825 }
28826
28827 static int G__G__Hist_305_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28828 {
28829 G__letdouble(result7, 100, (double) ((const TH2Poly*) G__getstructoffset())->GetMinimum());
28830 return(1 || funcname || hash || result7 || libp) ;
28831 }
28832
28833 static int G__G__Hist_305_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28834 {
28835 G__letint(result7, 103, (long) ((const TH2Poly*) G__getstructoffset())->GetNewBinAdded());
28836 return(1 || funcname || hash || result7 || libp) ;
28837 }
28838
28839 static int G__G__Hist_305_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28840 {
28841 G__letint(result7, 105, (long) ((const TH2Poly*) G__getstructoffset())->GetNumberOfBins());
28842 return(1 || funcname || hash || result7 || libp) ;
28843 }
28844
28845 static int G__G__Hist_305_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28846 {
28847 ((TH2Poly*) G__getstructoffset())->Honeycomb((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
28848 , (Double_t) G__double(libp->para[2]), (Int_t) G__int(libp->para[3])
28849 , (Int_t) G__int(libp->para[4]));
28850 G__setnull(result7);
28851 return(1 || funcname || hash || result7 || libp) ;
28852 }
28853
28854 static int G__G__Hist_305_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28855 {
28856 ((TH2Poly*) G__getstructoffset())->SetBinContentChanged((Bool_t) G__int(libp->para[0]));
28857 G__setnull(result7);
28858 return(1 || funcname || hash || result7 || libp) ;
28859 }
28860
28861 static int G__G__Hist_305_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28862 {
28863 switch (libp->paran) {
28864 case 1:
28865 ((TH2Poly*) G__getstructoffset())->SetFloat((Bool_t) G__int(libp->para[0]));
28866 G__setnull(result7);
28867 break;
28868 case 0:
28869 ((TH2Poly*) G__getstructoffset())->SetFloat();
28870 G__setnull(result7);
28871 break;
28872 }
28873 return(1 || funcname || hash || result7 || libp) ;
28874 }
28875
28876 static int G__G__Hist_305_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28877 {
28878 ((TH2Poly*) G__getstructoffset())->SetNewBinAdded((Bool_t) G__int(libp->para[0]));
28879 G__setnull(result7);
28880 return(1 || funcname || hash || result7 || libp) ;
28881 }
28882
28883 static int G__G__Hist_305_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28884 {
28885 G__letint(result7, 85, (long) TH2Poly::Class());
28886 return(1 || funcname || hash || result7 || libp) ;
28887 }
28888
28889 static int G__G__Hist_305_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28890 {
28891 G__letint(result7, 67, (long) TH2Poly::Class_Name());
28892 return(1 || funcname || hash || result7 || libp) ;
28893 }
28894
28895 static int G__G__Hist_305_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28896 {
28897 G__letint(result7, 115, (long) TH2Poly::Class_Version());
28898 return(1 || funcname || hash || result7 || libp) ;
28899 }
28900
28901 static int G__G__Hist_305_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28902 {
28903 TH2Poly::Dictionary();
28904 G__setnull(result7);
28905 return(1 || funcname || hash || result7 || libp) ;
28906 }
28907
28908 static int G__G__Hist_305_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28909 {
28910 ((TH2Poly*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
28911 G__setnull(result7);
28912 return(1 || funcname || hash || result7 || libp) ;
28913 }
28914
28915 static int G__G__Hist_305_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28916 {
28917 G__letint(result7, 67, (long) TH2Poly::DeclFileName());
28918 return(1 || funcname || hash || result7 || libp) ;
28919 }
28920
28921 static int G__G__Hist_305_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28922 {
28923 G__letint(result7, 105, (long) TH2Poly::ImplFileLine());
28924 return(1 || funcname || hash || result7 || libp) ;
28925 }
28926
28927 static int G__G__Hist_305_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28928 {
28929 G__letint(result7, 67, (long) TH2Poly::ImplFileName());
28930 return(1 || funcname || hash || result7 || libp) ;
28931 }
28932
28933 static int G__G__Hist_305_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28934 {
28935 G__letint(result7, 105, (long) TH2Poly::DeclFileLine());
28936 return(1 || funcname || hash || result7 || libp) ;
28937 }
28938
28939
28940 static int G__G__Hist_305_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28941
28942 {
28943 TH2Poly* p;
28944 void* tmp = (void*) G__int(libp->para[0]);
28945 p = new TH2Poly(*(TH2Poly*) tmp);
28946 result7->obj.i = (long) p;
28947 result7->ref = (long) p;
28948 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH2Poly));
28949 return(1 || funcname || hash || result7 || libp) ;
28950 }
28951
28952
28953 typedef TH2Poly G__TTH2Poly;
28954 static int G__G__Hist_305_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28955 {
28956 char* gvp = (char*) G__getgvp();
28957 long soff = G__getstructoffset();
28958 int n = G__getaryconstruct();
28959
28960
28961
28962
28963
28964 if (!soff) {
28965 return(1);
28966 }
28967 if (n) {
28968 if (gvp == (char*)G__PVOID) {
28969 delete[] (TH2Poly*) soff;
28970 } else {
28971 G__setgvp((long) G__PVOID);
28972 for (int i = n - 1; i >= 0; --i) {
28973 ((TH2Poly*) (soff+(sizeof(TH2Poly)*i)))->~G__TTH2Poly();
28974 }
28975 G__setgvp((long)gvp);
28976 }
28977 } else {
28978 if (gvp == (char*)G__PVOID) {
28979 delete (TH2Poly*) soff;
28980 } else {
28981 G__setgvp((long) G__PVOID);
28982 ((TH2Poly*) (soff))->~G__TTH2Poly();
28983 G__setgvp((long)gvp);
28984 }
28985 }
28986 G__setnull(result7);
28987 return(1 || funcname || hash || result7 || libp) ;
28988 }
28989
28990
28991
28992 static int G__G__Hist_307_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28993 {
28994 TProfile2D* p = NULL;
28995 char* gvp = (char*) G__getgvp();
28996 int n = G__getaryconstruct();
28997 if (n) {
28998 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
28999 p = new TProfile2D[n];
29000 } else {
29001 p = new((void*) gvp) TProfile2D[n];
29002 }
29003 } else {
29004 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
29005 p = new TProfile2D;
29006 } else {
29007 p = new((void*) gvp) TProfile2D;
29008 }
29009 }
29010 result7->obj.i = (long) p;
29011 result7->ref = (long) p;
29012 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TProfile2D));
29013 return(1 || funcname || hash || result7 || libp) ;
29014 }
29015
29016 static int G__G__Hist_307_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29017 {
29018 TProfile2D* p = NULL;
29019 char* gvp = (char*) G__getgvp();
29020 switch (libp->paran) {
29021 case 11:
29022
29023 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
29024 p = new TProfile2D(
29025 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
29026 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
29027 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
29028 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
29029 , (Double_t) G__double(libp->para[8]), (Double_t) G__double(libp->para[9])
29030 , (Option_t*) G__int(libp->para[10]));
29031 } else {
29032 p = new((void*) gvp) TProfile2D(
29033 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
29034 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
29035 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
29036 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
29037 , (Double_t) G__double(libp->para[8]), (Double_t) G__double(libp->para[9])
29038 , (Option_t*) G__int(libp->para[10]));
29039 }
29040 break;
29041 case 10:
29042
29043 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
29044 p = new TProfile2D(
29045 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
29046 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
29047 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
29048 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
29049 , (Double_t) G__double(libp->para[8]), (Double_t) G__double(libp->para[9]));
29050 } else {
29051 p = new((void*) gvp) TProfile2D(
29052 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
29053 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
29054 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
29055 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
29056 , (Double_t) G__double(libp->para[8]), (Double_t) G__double(libp->para[9]));
29057 }
29058 break;
29059 }
29060 result7->obj.i = (long) p;
29061 result7->ref = (long) p;
29062 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TProfile2D));
29063 return(1 || funcname || hash || result7 || libp) ;
29064 }
29065
29066 static int G__G__Hist_307_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29067 {
29068 TProfile2D* p = NULL;
29069 char* gvp = (char*) G__getgvp();
29070 switch (libp->paran) {
29071 case 9:
29072
29073 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
29074 p = new TProfile2D(
29075 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
29076 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
29077 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
29078 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
29079 , (Option_t*) G__int(libp->para[8]));
29080 } else {
29081 p = new((void*) gvp) TProfile2D(
29082 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
29083 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
29084 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
29085 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
29086 , (Option_t*) G__int(libp->para[8]));
29087 }
29088 break;
29089 case 8:
29090
29091 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
29092 p = new TProfile2D(
29093 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
29094 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
29095 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
29096 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
29097 } else {
29098 p = new((void*) gvp) TProfile2D(
29099 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
29100 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
29101 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
29102 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
29103 }
29104 break;
29105 }
29106 result7->obj.i = (long) p;
29107 result7->ref = (long) p;
29108 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TProfile2D));
29109 return(1 || funcname || hash || result7 || libp) ;
29110 }
29111
29112 static int G__G__Hist_307_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29113 {
29114 TProfile2D* p = NULL;
29115 char* gvp = (char*) G__getgvp();
29116 switch (libp->paran) {
29117 case 8:
29118
29119 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
29120 p = new TProfile2D(
29121 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
29122 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
29123 , (Int_t) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
29124 , (Double_t) G__double(libp->para[6]), (Option_t*) G__int(libp->para[7]));
29125 } else {
29126 p = new((void*) gvp) TProfile2D(
29127 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
29128 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
29129 , (Int_t) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
29130 , (Double_t) G__double(libp->para[6]), (Option_t*) G__int(libp->para[7]));
29131 }
29132 break;
29133 case 7:
29134
29135 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
29136 p = new TProfile2D(
29137 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
29138 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
29139 , (Int_t) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
29140 , (Double_t) G__double(libp->para[6]));
29141 } else {
29142 p = new((void*) gvp) TProfile2D(
29143 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
29144 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
29145 , (Int_t) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
29146 , (Double_t) G__double(libp->para[6]));
29147 }
29148 break;
29149 }
29150 result7->obj.i = (long) p;
29151 result7->ref = (long) p;
29152 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TProfile2D));
29153 return(1 || funcname || hash || result7 || libp) ;
29154 }
29155
29156 static int G__G__Hist_307_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29157 {
29158 TProfile2D* p = NULL;
29159 char* gvp = (char*) G__getgvp();
29160 switch (libp->paran) {
29161 case 8:
29162
29163 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
29164 p = new TProfile2D(
29165 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
29166 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
29167 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
29168 , (Double_t*) G__int(libp->para[6]), (Option_t*) G__int(libp->para[7]));
29169 } else {
29170 p = new((void*) gvp) TProfile2D(
29171 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
29172 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
29173 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
29174 , (Double_t*) G__int(libp->para[6]), (Option_t*) G__int(libp->para[7]));
29175 }
29176 break;
29177 case 7:
29178
29179 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
29180 p = new TProfile2D(
29181 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
29182 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
29183 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
29184 , (Double_t*) G__int(libp->para[6]));
29185 } else {
29186 p = new((void*) gvp) TProfile2D(
29187 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
29188 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
29189 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
29190 , (Double_t*) G__int(libp->para[6]));
29191 }
29192 break;
29193 }
29194 result7->obj.i = (long) p;
29195 result7->ref = (long) p;
29196 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TProfile2D));
29197 return(1 || funcname || hash || result7 || libp) ;
29198 }
29199
29200 static int G__G__Hist_307_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29201 {
29202 TProfile2D* p = NULL;
29203 char* gvp = (char*) G__getgvp();
29204 switch (libp->paran) {
29205 case 7:
29206
29207 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
29208 p = new TProfile2D(
29209 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
29210 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
29211 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
29212 , (Option_t*) G__int(libp->para[6]));
29213 } else {
29214 p = new((void*) gvp) TProfile2D(
29215 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
29216 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
29217 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
29218 , (Option_t*) G__int(libp->para[6]));
29219 }
29220 break;
29221 case 6:
29222
29223 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
29224 p = new TProfile2D(
29225 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
29226 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
29227 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
29228 } else {
29229 p = new((void*) gvp) TProfile2D(
29230 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
29231 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
29232 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
29233 }
29234 break;
29235 }
29236 result7->obj.i = (long) p;
29237 result7->ref = (long) p;
29238 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TProfile2D));
29239 return(1 || funcname || hash || result7 || libp) ;
29240 }
29241
29242 static int G__G__Hist_307_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29243 {
29244 TProfile2D* p = NULL;
29245 char* gvp = (char*) G__getgvp();
29246
29247 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
29248 p = new TProfile2D(*(TProfile2D*) libp->para[0].ref);
29249 } else {
29250 p = new((void*) gvp) TProfile2D(*(TProfile2D*) libp->para[0].ref);
29251 }
29252 result7->obj.i = (long) p;
29253 result7->ref = (long) p;
29254 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TProfile2D));
29255 return(1 || funcname || hash || result7 || libp) ;
29256 }
29257
29258 static int G__G__Hist_307_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29259 {
29260 switch (libp->paran) {
29261 case 1:
29262 TProfile2D::Approximate((Bool_t) G__int(libp->para[0]));
29263 G__setnull(result7);
29264 break;
29265 case 0:
29266 TProfile2D::Approximate();
29267 G__setnull(result7);
29268 break;
29269 }
29270 return(1 || funcname || hash || result7 || libp) ;
29271 }
29272
29273 static int G__G__Hist_307_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29274 {
29275 ((TProfile2D*) G__getstructoffset())->BuildOptions((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
29276 , (Option_t*) G__int(libp->para[2]));
29277 G__setnull(result7);
29278 return(1 || funcname || hash || result7 || libp) ;
29279 }
29280
29281 static int G__G__Hist_307_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29282 {
29283 G__letint(result7, 105, (long) ((TProfile2D*) G__getstructoffset())->Fill((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
29284 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
29285 return(1 || funcname || hash || result7 || libp) ;
29286 }
29287
29288 static int G__G__Hist_307_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29289 {
29290 G__letdouble(result7, 100, (double) ((const TProfile2D*) G__getstructoffset())->GetBinEntries((Int_t) G__int(libp->para[0])));
29291 return(1 || funcname || hash || result7 || libp) ;
29292 }
29293
29294 static int G__G__Hist_307_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29295 {
29296 G__letdouble(result7, 100, (double) ((TProfile2D*) G__getstructoffset())->GetBinEffectiveEntries((Int_t) G__int(libp->para[0])));
29297 return(1 || funcname || hash || result7 || libp) ;
29298 }
29299
29300 static int G__G__Hist_307_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29301 {
29302 G__letint(result7, 85, (long) ((TProfile2D*) G__getstructoffset())->GetBinSumw2());
29303 return(1 || funcname || hash || result7 || libp) ;
29304 }
29305
29306 static int G__G__Hist_307_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29307 {
29308 G__letint(result7, 85, (long) ((const TProfile2D*) G__getstructoffset())->GetBinSumw2());
29309 return(1 || funcname || hash || result7 || libp) ;
29310 }
29311
29312 static int G__G__Hist_307_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29313 {
29314 G__letint(result7, 67, (long) ((const TProfile2D*) G__getstructoffset())->GetErrorOption());
29315 return(1 || funcname || hash || result7 || libp) ;
29316 }
29317
29318 static int G__G__Hist_307_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29319 {
29320 G__letdouble(result7, 100, (double) ((const TProfile2D*) G__getstructoffset())->GetZmin());
29321 return(1 || funcname || hash || result7 || libp) ;
29322 }
29323
29324 static int G__G__Hist_307_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29325 {
29326 G__letdouble(result7, 100, (double) ((const TProfile2D*) G__getstructoffset())->GetZmax());
29327 return(1 || funcname || hash || result7 || libp) ;
29328 }
29329
29330 static int G__G__Hist_307_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29331 {
29332 switch (libp->paran) {
29333 case 2:
29334 G__letint(result7, 85, (long) ((const TProfile2D*) G__getstructoffset())->ProjectionXY((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
29335 break;
29336 case 1:
29337 G__letint(result7, 85, (long) ((const TProfile2D*) G__getstructoffset())->ProjectionXY((const char*) G__int(libp->para[0])));
29338 break;
29339 case 0:
29340 G__letint(result7, 85, (long) ((const TProfile2D*) G__getstructoffset())->ProjectionXY());
29341 break;
29342 }
29343 return(1 || funcname || hash || result7 || libp) ;
29344 }
29345
29346 static int G__G__Hist_307_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29347 {
29348 ((TProfile2D*) G__getstructoffset())->SetBinEntries((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
29349 G__setnull(result7);
29350 return(1 || funcname || hash || result7 || libp) ;
29351 }
29352
29353 static int G__G__Hist_307_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29354 {
29355 switch (libp->paran) {
29356 case 1:
29357 ((TProfile2D*) G__getstructoffset())->SetErrorOption((Option_t*) G__int(libp->para[0]));
29358 G__setnull(result7);
29359 break;
29360 case 0:
29361 ((TProfile2D*) G__getstructoffset())->SetErrorOption();
29362 G__setnull(result7);
29363 break;
29364 }
29365 return(1 || funcname || hash || result7 || libp) ;
29366 }
29367
29368 static int G__G__Hist_307_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29369 {
29370 G__letint(result7, 85, (long) TProfile2D::Class());
29371 return(1 || funcname || hash || result7 || libp) ;
29372 }
29373
29374 static int G__G__Hist_307_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29375 {
29376 G__letint(result7, 67, (long) TProfile2D::Class_Name());
29377 return(1 || funcname || hash || result7 || libp) ;
29378 }
29379
29380 static int G__G__Hist_307_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29381 {
29382 G__letint(result7, 115, (long) TProfile2D::Class_Version());
29383 return(1 || funcname || hash || result7 || libp) ;
29384 }
29385
29386 static int G__G__Hist_307_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29387 {
29388 TProfile2D::Dictionary();
29389 G__setnull(result7);
29390 return(1 || funcname || hash || result7 || libp) ;
29391 }
29392
29393 static int G__G__Hist_307_0_83(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29394 {
29395 ((TProfile2D*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
29396 G__setnull(result7);
29397 return(1 || funcname || hash || result7 || libp) ;
29398 }
29399
29400 static int G__G__Hist_307_0_84(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29401 {
29402 G__letint(result7, 67, (long) TProfile2D::DeclFileName());
29403 return(1 || funcname || hash || result7 || libp) ;
29404 }
29405
29406 static int G__G__Hist_307_0_85(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29407 {
29408 G__letint(result7, 105, (long) TProfile2D::ImplFileLine());
29409 return(1 || funcname || hash || result7 || libp) ;
29410 }
29411
29412 static int G__G__Hist_307_0_86(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29413 {
29414 G__letint(result7, 67, (long) TProfile2D::ImplFileName());
29415 return(1 || funcname || hash || result7 || libp) ;
29416 }
29417
29418 static int G__G__Hist_307_0_87(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29419 {
29420 G__letint(result7, 105, (long) TProfile2D::DeclFileLine());
29421 return(1 || funcname || hash || result7 || libp) ;
29422 }
29423
29424
29425 typedef TProfile2D G__TTProfile2D;
29426 static int G__G__Hist_307_0_88(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29427 {
29428 char* gvp = (char*) G__getgvp();
29429 long soff = G__getstructoffset();
29430 int n = G__getaryconstruct();
29431
29432
29433
29434
29435
29436 if (!soff) {
29437 return(1);
29438 }
29439 if (n) {
29440 if (gvp == (char*)G__PVOID) {
29441 delete[] (TProfile2D*) soff;
29442 } else {
29443 G__setgvp((long) G__PVOID);
29444 for (int i = n - 1; i >= 0; --i) {
29445 ((TProfile2D*) (soff+(sizeof(TProfile2D)*i)))->~G__TTProfile2D();
29446 }
29447 G__setgvp((long)gvp);
29448 }
29449 } else {
29450 if (gvp == (char*)G__PVOID) {
29451 delete (TProfile2D*) soff;
29452 } else {
29453 G__setgvp((long) G__PVOID);
29454 ((TProfile2D*) (soff))->~G__TTProfile2D();
29455 G__setgvp((long)gvp);
29456 }
29457 }
29458 G__setnull(result7);
29459 return(1 || funcname || hash || result7 || libp) ;
29460 }
29461
29462
29463
29464 static int G__G__Hist_308_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29465 {
29466 TH3* p = NULL;
29467 char* gvp = (char*) G__getgvp();
29468
29469 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
29470 p = new TH3(*(TH3*) libp->para[0].ref);
29471 } else {
29472 p = new((void*) gvp) TH3(*(TH3*) libp->para[0].ref);
29473 }
29474 result7->obj.i = (long) p;
29475 result7->ref = (long) p;
29476 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH3));
29477 return(1 || funcname || hash || result7 || libp) ;
29478 }
29479
29480 static int G__G__Hist_308_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29481 {
29482 G__letint(result7, 105, (long) ((TH3*) G__getstructoffset())->Fill((Double_t) G__double(libp->para[0]), (const char*) G__int(libp->para[1])
29483 , (Double_t) G__double(libp->para[2])));
29484 return(1 || funcname || hash || result7 || libp) ;
29485 }
29486
29487 static int G__G__Hist_308_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29488 {
29489 G__letint(result7, 105, (long) ((TH3*) G__getstructoffset())->Fill((const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
29490 , (Double_t) G__double(libp->para[2])));
29491 return(1 || funcname || hash || result7 || libp) ;
29492 }
29493
29494 static int G__G__Hist_308_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29495 {
29496 G__letint(result7, 105, (long) ((TH3*) G__getstructoffset())->Fill((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
29497 , (Double_t) G__double(libp->para[2])));
29498 return(1 || funcname || hash || result7 || libp) ;
29499 }
29500
29501 static int G__G__Hist_308_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29502 {
29503 G__letint(result7, 105, (long) ((TH3*) G__getstructoffset())->Fill((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
29504 , (Double_t) G__double(libp->para[2])));
29505 return(1 || funcname || hash || result7 || libp) ;
29506 }
29507
29508 static int G__G__Hist_308_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29509 {
29510 G__letint(result7, 105, (long) ((TH3*) G__getstructoffset())->Fill((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
29511 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
29512 return(1 || funcname || hash || result7 || libp) ;
29513 }
29514
29515 static int G__G__Hist_308_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29516 {
29517 G__letint(result7, 105, (long) ((TH3*) G__getstructoffset())->Fill((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
29518 , (const char*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])));
29519 return(1 || funcname || hash || result7 || libp) ;
29520 }
29521
29522 static int G__G__Hist_308_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29523 {
29524 G__letint(result7, 105, (long) ((TH3*) G__getstructoffset())->Fill((const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
29525 , (const char*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])));
29526 return(1 || funcname || hash || result7 || libp) ;
29527 }
29528
29529 static int G__G__Hist_308_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29530 {
29531 G__letint(result7, 105, (long) ((TH3*) G__getstructoffset())->Fill((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
29532 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
29533 return(1 || funcname || hash || result7 || libp) ;
29534 }
29535
29536 static int G__G__Hist_308_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29537 {
29538 G__letint(result7, 105, (long) ((TH3*) G__getstructoffset())->Fill((Double_t) G__double(libp->para[0]), (const char*) G__int(libp->para[1])
29539 , (const char*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])));
29540 return(1 || funcname || hash || result7 || libp) ;
29541 }
29542
29543 static int G__G__Hist_308_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29544 {
29545 G__letint(result7, 105, (long) ((TH3*) G__getstructoffset())->Fill((Double_t) G__double(libp->para[0]), (const char*) G__int(libp->para[1])
29546 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
29547 return(1 || funcname || hash || result7 || libp) ;
29548 }
29549
29550 static int G__G__Hist_308_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29551 {
29552 G__letint(result7, 105, (long) ((TH3*) G__getstructoffset())->Fill((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
29553 , (const char*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])));
29554 return(1 || funcname || hash || result7 || libp) ;
29555 }
29556
29557 static int G__G__Hist_308_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29558 {
29559 switch (libp->paran) {
29560 case 7:
29561 ((TH3*) G__getstructoffset())->FitSlicesZ(
29562 (TF1*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
29563 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
29564 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
29565 , (Option_t*) G__int(libp->para[6]));
29566 G__setnull(result7);
29567 break;
29568 case 6:
29569 ((TH3*) G__getstructoffset())->FitSlicesZ((TF1*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
29570 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
29571 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
29572 G__setnull(result7);
29573 break;
29574 case 5:
29575 ((TH3*) G__getstructoffset())->FitSlicesZ((TF1*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
29576 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
29577 , (Int_t) G__int(libp->para[4]));
29578 G__setnull(result7);
29579 break;
29580 case 4:
29581 ((TH3*) G__getstructoffset())->FitSlicesZ((TF1*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
29582 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
29583 G__setnull(result7);
29584 break;
29585 case 3:
29586 ((TH3*) G__getstructoffset())->FitSlicesZ((TF1*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
29587 , (Int_t) G__int(libp->para[2]));
29588 G__setnull(result7);
29589 break;
29590 case 2:
29591 ((TH3*) G__getstructoffset())->FitSlicesZ((TF1*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
29592 G__setnull(result7);
29593 break;
29594 case 1:
29595 ((TH3*) G__getstructoffset())->FitSlicesZ((TF1*) G__int(libp->para[0]));
29596 G__setnull(result7);
29597 break;
29598 case 0:
29599 ((TH3*) G__getstructoffset())->FitSlicesZ();
29600 G__setnull(result7);
29601 break;
29602 }
29603 return(1 || funcname || hash || result7 || libp) ;
29604 }
29605
29606 static int G__G__Hist_308_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29607 {
29608 switch (libp->paran) {
29609 case 11:
29610 G__letdouble(result7, 100, (double) ((const TH3*) G__getstructoffset())->GetBinWithContent3(
29611 (Double_t) G__double(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])
29612 , *(Int_t*) G__Intref(&libp->para[2]), *(Int_t*) G__Intref(&libp->para[3])
29613 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
29614 , (Int_t) G__int(libp->para[6]), (Int_t) G__int(libp->para[7])
29615 , (Int_t) G__int(libp->para[8]), (Int_t) G__int(libp->para[9])
29616 , (Double_t) G__double(libp->para[10])));
29617 break;
29618 case 10:
29619 G__letdouble(result7, 100, (double) ((const TH3*) G__getstructoffset())->GetBinWithContent3(
29620 (Double_t) G__double(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])
29621 , *(Int_t*) G__Intref(&libp->para[2]), *(Int_t*) G__Intref(&libp->para[3])
29622 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
29623 , (Int_t) G__int(libp->para[6]), (Int_t) G__int(libp->para[7])
29624 , (Int_t) G__int(libp->para[8]), (Int_t) G__int(libp->para[9])));
29625 break;
29626 case 9:
29627 G__letdouble(result7, 100, (double) ((const TH3*) G__getstructoffset())->GetBinWithContent3(
29628 (Double_t) G__double(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])
29629 , *(Int_t*) G__Intref(&libp->para[2]), *(Int_t*) G__Intref(&libp->para[3])
29630 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
29631 , (Int_t) G__int(libp->para[6]), (Int_t) G__int(libp->para[7])
29632 , (Int_t) G__int(libp->para[8])));
29633 break;
29634 case 8:
29635 G__letdouble(result7, 100, (double) ((const TH3*) G__getstructoffset())->GetBinWithContent3(
29636 (Double_t) G__double(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])
29637 , *(Int_t*) G__Intref(&libp->para[2]), *(Int_t*) G__Intref(&libp->para[3])
29638 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
29639 , (Int_t) G__int(libp->para[6]), (Int_t) G__int(libp->para[7])));
29640 break;
29641 case 7:
29642 G__letdouble(result7, 100, (double) ((const TH3*) G__getstructoffset())->GetBinWithContent3(
29643 (Double_t) G__double(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])
29644 , *(Int_t*) G__Intref(&libp->para[2]), *(Int_t*) G__Intref(&libp->para[3])
29645 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
29646 , (Int_t) G__int(libp->para[6])));
29647 break;
29648 case 6:
29649 G__letdouble(result7, 100, (double) ((const TH3*) G__getstructoffset())->GetBinWithContent3((Double_t) G__double(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])
29650 , *(Int_t*) G__Intref(&libp->para[2]), *(Int_t*) G__Intref(&libp->para[3])
29651 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])));
29652 break;
29653 case 5:
29654 G__letdouble(result7, 100, (double) ((const TH3*) G__getstructoffset())->GetBinWithContent3((Double_t) G__double(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])
29655 , *(Int_t*) G__Intref(&libp->para[2]), *(Int_t*) G__Intref(&libp->para[3])
29656 , (Int_t) G__int(libp->para[4])));
29657 break;
29658 case 4:
29659 G__letdouble(result7, 100, (double) ((const TH3*) G__getstructoffset())->GetBinWithContent3((Double_t) G__double(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])
29660 , *(Int_t*) G__Intref(&libp->para[2]), *(Int_t*) G__Intref(&libp->para[3])));
29661 break;
29662 }
29663 return(1 || funcname || hash || result7 || libp) ;
29664 }
29665
29666 static int G__G__Hist_308_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29667 {
29668 switch (libp->paran) {
29669 case 2:
29670 G__letdouble(result7, 100, (double) ((const TH3*) G__getstructoffset())->GetCorrelationFactor((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
29671 break;
29672 case 1:
29673 G__letdouble(result7, 100, (double) ((const TH3*) G__getstructoffset())->GetCorrelationFactor((Int_t) G__int(libp->para[0])));
29674 break;
29675 case 0:
29676 G__letdouble(result7, 100, (double) ((const TH3*) G__getstructoffset())->GetCorrelationFactor());
29677 break;
29678 }
29679 return(1 || funcname || hash || result7 || libp) ;
29680 }
29681
29682 static int G__G__Hist_308_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29683 {
29684 switch (libp->paran) {
29685 case 2:
29686 G__letdouble(result7, 100, (double) ((const TH3*) G__getstructoffset())->GetCovariance((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
29687 break;
29688 case 1:
29689 G__letdouble(result7, 100, (double) ((const TH3*) G__getstructoffset())->GetCovariance((Int_t) G__int(libp->para[0])));
29690 break;
29691 case 0:
29692 G__letdouble(result7, 100, (double) ((const TH3*) G__getstructoffset())->GetCovariance());
29693 break;
29694 }
29695 return(1 || funcname || hash || result7 || libp) ;
29696 }
29697
29698 static int G__G__Hist_308_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29699 {
29700 ((TH3*) G__getstructoffset())->GetRandom3(*(Double_t*) G__Doubleref(&libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
29701 , *(Double_t*) G__Doubleref(&libp->para[2]));
29702 G__setnull(result7);
29703 return(1 || funcname || hash || result7 || libp) ;
29704 }
29705
29706 static int G__G__Hist_308_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29707 {
29708 switch (libp->paran) {
29709 case 7:
29710 G__letdouble(result7, 100, (double) ((const TH3*) G__getstructoffset())->Integral(
29711 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
29712 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
29713 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
29714 , (Option_t*) G__int(libp->para[6])));
29715 break;
29716 case 6:
29717 G__letdouble(result7, 100, (double) ((const TH3*) G__getstructoffset())->Integral((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
29718 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
29719 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])));
29720 break;
29721 }
29722 return(1 || funcname || hash || result7 || libp) ;
29723 }
29724
29725 static int G__G__Hist_308_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29726 {
29727 switch (libp->paran) {
29728 case 8:
29729 G__letdouble(result7, 100, (double) ((const TH3*) G__getstructoffset())->IntegralAndError(
29730 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
29731 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
29732 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
29733 , *(Double_t*) G__Doubleref(&libp->para[6]), (Option_t*) G__int(libp->para[7])));
29734 break;
29735 case 7:
29736 G__letdouble(result7, 100, (double) ((const TH3*) G__getstructoffset())->IntegralAndError(
29737 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
29738 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
29739 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
29740 , *(Double_t*) G__Doubleref(&libp->para[6])));
29741 break;
29742 }
29743 return(1 || funcname || hash || result7 || libp) ;
29744 }
29745
29746 static int G__G__Hist_308_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29747 {
29748 switch (libp->paran) {
29749 case 6:
29750 G__letint(result7, 85, (long) ((const TH3*) G__getstructoffset())->ProjectionX((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
29751 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
29752 , (Int_t) G__int(libp->para[4]), (Option_t*) G__int(libp->para[5])));
29753 break;
29754 case 5:
29755 G__letint(result7, 85, (long) ((const TH3*) G__getstructoffset())->ProjectionX((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
29756 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
29757 , (Int_t) G__int(libp->para[4])));
29758 break;
29759 case 4:
29760 G__letint(result7, 85, (long) ((const TH3*) G__getstructoffset())->ProjectionX((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
29761 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])));
29762 break;
29763 case 3:
29764 G__letint(result7, 85, (long) ((const TH3*) G__getstructoffset())->ProjectionX((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
29765 , (Int_t) G__int(libp->para[2])));
29766 break;
29767 case 2:
29768 G__letint(result7, 85, (long) ((const TH3*) G__getstructoffset())->ProjectionX((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
29769 break;
29770 case 1:
29771 G__letint(result7, 85, (long) ((const TH3*) G__getstructoffset())->ProjectionX((const char*) G__int(libp->para[0])));
29772 break;
29773 case 0:
29774 G__letint(result7, 85, (long) ((const TH3*) G__getstructoffset())->ProjectionX());
29775 break;
29776 }
29777 return(1 || funcname || hash || result7 || libp) ;
29778 }
29779
29780 static int G__G__Hist_308_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29781 {
29782 switch (libp->paran) {
29783 case 6:
29784 G__letint(result7, 85, (long) ((const TH3*) G__getstructoffset())->ProjectionY((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
29785 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
29786 , (Int_t) G__int(libp->para[4]), (Option_t*) G__int(libp->para[5])));
29787 break;
29788 case 5:
29789 G__letint(result7, 85, (long) ((const TH3*) G__getstructoffset())->ProjectionY((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
29790 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
29791 , (Int_t) G__int(libp->para[4])));
29792 break;
29793 case 4:
29794 G__letint(result7, 85, (long) ((const TH3*) G__getstructoffset())->ProjectionY((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
29795 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])));
29796 break;
29797 case 3:
29798 G__letint(result7, 85, (long) ((const TH3*) G__getstructoffset())->ProjectionY((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
29799 , (Int_t) G__int(libp->para[2])));
29800 break;
29801 case 2:
29802 G__letint(result7, 85, (long) ((const TH3*) G__getstructoffset())->ProjectionY((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
29803 break;
29804 case 1:
29805 G__letint(result7, 85, (long) ((const TH3*) G__getstructoffset())->ProjectionY((const char*) G__int(libp->para[0])));
29806 break;
29807 case 0:
29808 G__letint(result7, 85, (long) ((const TH3*) G__getstructoffset())->ProjectionY());
29809 break;
29810 }
29811 return(1 || funcname || hash || result7 || libp) ;
29812 }
29813
29814 static int G__G__Hist_308_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29815 {
29816 switch (libp->paran) {
29817 case 6:
29818 G__letint(result7, 85, (long) ((const TH3*) G__getstructoffset())->ProjectionZ((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
29819 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
29820 , (Int_t) G__int(libp->para[4]), (Option_t*) G__int(libp->para[5])));
29821 break;
29822 case 5:
29823 G__letint(result7, 85, (long) ((const TH3*) G__getstructoffset())->ProjectionZ((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
29824 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
29825 , (Int_t) G__int(libp->para[4])));
29826 break;
29827 case 4:
29828 G__letint(result7, 85, (long) ((const TH3*) G__getstructoffset())->ProjectionZ((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
29829 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])));
29830 break;
29831 case 3:
29832 G__letint(result7, 85, (long) ((const TH3*) G__getstructoffset())->ProjectionZ((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
29833 , (Int_t) G__int(libp->para[2])));
29834 break;
29835 case 2:
29836 G__letint(result7, 85, (long) ((const TH3*) G__getstructoffset())->ProjectionZ((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
29837 break;
29838 case 1:
29839 G__letint(result7, 85, (long) ((const TH3*) G__getstructoffset())->ProjectionZ((const char*) G__int(libp->para[0])));
29840 break;
29841 case 0:
29842 G__letint(result7, 85, (long) ((const TH3*) G__getstructoffset())->ProjectionZ());
29843 break;
29844 }
29845 return(1 || funcname || hash || result7 || libp) ;
29846 }
29847
29848 static int G__G__Hist_308_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29849 {
29850 switch (libp->paran) {
29851 case 1:
29852 G__letint(result7, 85, (long) ((const TH3*) G__getstructoffset())->Project3D((Option_t*) G__int(libp->para[0])));
29853 break;
29854 case 0:
29855 G__letint(result7, 85, (long) ((const TH3*) G__getstructoffset())->Project3D());
29856 break;
29857 }
29858 return(1 || funcname || hash || result7 || libp) ;
29859 }
29860
29861 static int G__G__Hist_308_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29862 {
29863 switch (libp->paran) {
29864 case 1:
29865 G__letint(result7, 85, (long) ((const TH3*) G__getstructoffset())->Project3DProfile((Option_t*) G__int(libp->para[0])));
29866 break;
29867 case 0:
29868 G__letint(result7, 85, (long) ((const TH3*) G__getstructoffset())->Project3DProfile());
29869 break;
29870 }
29871 return(1 || funcname || hash || result7 || libp) ;
29872 }
29873
29874 static int G__G__Hist_308_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29875 {
29876 switch (libp->paran) {
29877 case 2:
29878 ((TH3*) G__getstructoffset())->SetShowProjection((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
29879 G__setnull(result7);
29880 break;
29881 case 1:
29882 ((TH3*) G__getstructoffset())->SetShowProjection((const char*) G__int(libp->para[0]));
29883 G__setnull(result7);
29884 break;
29885 case 0:
29886 ((TH3*) G__getstructoffset())->SetShowProjection();
29887 G__setnull(result7);
29888 break;
29889 }
29890 return(1 || funcname || hash || result7 || libp) ;
29891 }
29892
29893 static int G__G__Hist_308_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29894 {
29895 G__letint(result7, 85, (long) TH3::Class());
29896 return(1 || funcname || hash || result7 || libp) ;
29897 }
29898
29899 static int G__G__Hist_308_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29900 {
29901 G__letint(result7, 67, (long) TH3::Class_Name());
29902 return(1 || funcname || hash || result7 || libp) ;
29903 }
29904
29905 static int G__G__Hist_308_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29906 {
29907 G__letint(result7, 115, (long) TH3::Class_Version());
29908 return(1 || funcname || hash || result7 || libp) ;
29909 }
29910
29911 static int G__G__Hist_308_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29912 {
29913 TH3::Dictionary();
29914 G__setnull(result7);
29915 return(1 || funcname || hash || result7 || libp) ;
29916 }
29917
29918 static int G__G__Hist_308_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29919 {
29920 ((TH3*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
29921 G__setnull(result7);
29922 return(1 || funcname || hash || result7 || libp) ;
29923 }
29924
29925 static int G__G__Hist_308_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29926 {
29927 G__letint(result7, 67, (long) TH3::DeclFileName());
29928 return(1 || funcname || hash || result7 || libp) ;
29929 }
29930
29931 static int G__G__Hist_308_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29932 {
29933 G__letint(result7, 105, (long) TH3::ImplFileLine());
29934 return(1 || funcname || hash || result7 || libp) ;
29935 }
29936
29937 static int G__G__Hist_308_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29938 {
29939 G__letint(result7, 67, (long) TH3::ImplFileName());
29940 return(1 || funcname || hash || result7 || libp) ;
29941 }
29942
29943 static int G__G__Hist_308_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29944 {
29945 G__letint(result7, 105, (long) TH3::DeclFileLine());
29946 return(1 || funcname || hash || result7 || libp) ;
29947 }
29948
29949
29950 typedef TH3 G__TTH3;
29951 static int G__G__Hist_308_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29952 {
29953 char* gvp = (char*) G__getgvp();
29954 long soff = G__getstructoffset();
29955 int n = G__getaryconstruct();
29956
29957
29958
29959
29960
29961 if (!soff) {
29962 return(1);
29963 }
29964 if (n) {
29965 if (gvp == (char*)G__PVOID) {
29966 delete[] (TH3*) soff;
29967 } else {
29968 G__setgvp((long) G__PVOID);
29969 for (int i = n - 1; i >= 0; --i) {
29970 ((TH3*) (soff+(sizeof(TH3)*i)))->~G__TTH3();
29971 }
29972 G__setgvp((long)gvp);
29973 }
29974 } else {
29975 if (gvp == (char*)G__PVOID) {
29976 delete (TH3*) soff;
29977 } else {
29978 G__setgvp((long) G__PVOID);
29979 ((TH3*) (soff))->~G__TTH3();
29980 G__setgvp((long)gvp);
29981 }
29982 }
29983 G__setnull(result7);
29984 return(1 || funcname || hash || result7 || libp) ;
29985 }
29986
29987
29988
29989 static int G__G__Hist_309_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29990 {
29991 TH3C* p = NULL;
29992 char* gvp = (char*) G__getgvp();
29993 int n = G__getaryconstruct();
29994 if (n) {
29995 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
29996 p = new TH3C[n];
29997 } else {
29998 p = new((void*) gvp) TH3C[n];
29999 }
30000 } else {
30001 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30002 p = new TH3C;
30003 } else {
30004 p = new((void*) gvp) TH3C;
30005 }
30006 }
30007 result7->obj.i = (long) p;
30008 result7->ref = (long) p;
30009 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH3C));
30010 return(1 || funcname || hash || result7 || libp) ;
30011 }
30012
30013 static int G__G__Hist_309_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30014 {
30015 TH3C* p = NULL;
30016 char* gvp = (char*) G__getgvp();
30017
30018 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30019 p = new TH3C(
30020 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30021 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
30022 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
30023 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
30024 , (Int_t) G__int(libp->para[8]), (Double_t) G__double(libp->para[9])
30025 , (Double_t) G__double(libp->para[10]));
30026 } else {
30027 p = new((void*) gvp) TH3C(
30028 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30029 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
30030 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
30031 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
30032 , (Int_t) G__int(libp->para[8]), (Double_t) G__double(libp->para[9])
30033 , (Double_t) G__double(libp->para[10]));
30034 }
30035 result7->obj.i = (long) p;
30036 result7->ref = (long) p;
30037 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH3C));
30038 return(1 || funcname || hash || result7 || libp) ;
30039 }
30040
30041 static int G__G__Hist_309_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30042 {
30043 TH3C* p = NULL;
30044 char* gvp = (char*) G__getgvp();
30045
30046 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30047 p = new TH3C(
30048 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30049 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
30050 , (Int_t) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5])
30051 , (Int_t) G__int(libp->para[6]), (Float_t*) G__int(libp->para[7]));
30052 } else {
30053 p = new((void*) gvp) TH3C(
30054 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30055 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
30056 , (Int_t) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5])
30057 , (Int_t) G__int(libp->para[6]), (Float_t*) G__int(libp->para[7]));
30058 }
30059 result7->obj.i = (long) p;
30060 result7->ref = (long) p;
30061 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH3C));
30062 return(1 || funcname || hash || result7 || libp) ;
30063 }
30064
30065 static int G__G__Hist_309_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30066 {
30067 TH3C* p = NULL;
30068 char* gvp = (char*) G__getgvp();
30069
30070 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30071 p = new TH3C(
30072 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30073 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
30074 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
30075 , (Int_t) G__int(libp->para[6]), (Double_t*) G__int(libp->para[7]));
30076 } else {
30077 p = new((void*) gvp) TH3C(
30078 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30079 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
30080 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
30081 , (Int_t) G__int(libp->para[6]), (Double_t*) G__int(libp->para[7]));
30082 }
30083 result7->obj.i = (long) p;
30084 result7->ref = (long) p;
30085 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH3C));
30086 return(1 || funcname || hash || result7 || libp) ;
30087 }
30088
30089 static int G__G__Hist_309_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30090 {
30091 TH3C* p = NULL;
30092 char* gvp = (char*) G__getgvp();
30093
30094 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30095 p = new TH3C(*(TH3C*) libp->para[0].ref);
30096 } else {
30097 p = new((void*) gvp) TH3C(*(TH3C*) libp->para[0].ref);
30098 }
30099 result7->obj.i = (long) p;
30100 result7->ref = (long) p;
30101 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH3C));
30102 return(1 || funcname || hash || result7 || libp) ;
30103 }
30104
30105 static int G__G__Hist_309_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30106 {
30107 {
30108 const TH3C& obj = ((TH3C*) G__getstructoffset())->operator=(*(TH3C*) libp->para[0].ref);
30109 result7->ref = (long) (&obj);
30110 result7->obj.i = (long) (&obj);
30111 }
30112 return(1 || funcname || hash || result7 || libp) ;
30113 }
30114
30115 static int G__G__Hist_309_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30116 {
30117 G__letint(result7, 85, (long) TH3C::Class());
30118 return(1 || funcname || hash || result7 || libp) ;
30119 }
30120
30121 static int G__G__Hist_309_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30122 {
30123 G__letint(result7, 67, (long) TH3C::Class_Name());
30124 return(1 || funcname || hash || result7 || libp) ;
30125 }
30126
30127 static int G__G__Hist_309_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30128 {
30129 G__letint(result7, 115, (long) TH3C::Class_Version());
30130 return(1 || funcname || hash || result7 || libp) ;
30131 }
30132
30133 static int G__G__Hist_309_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30134 {
30135 TH3C::Dictionary();
30136 G__setnull(result7);
30137 return(1 || funcname || hash || result7 || libp) ;
30138 }
30139
30140 static int G__G__Hist_309_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30141 {
30142 ((TH3C*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
30143 G__setnull(result7);
30144 return(1 || funcname || hash || result7 || libp) ;
30145 }
30146
30147 static int G__G__Hist_309_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30148 {
30149 G__letint(result7, 67, (long) TH3C::DeclFileName());
30150 return(1 || funcname || hash || result7 || libp) ;
30151 }
30152
30153 static int G__G__Hist_309_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30154 {
30155 G__letint(result7, 105, (long) TH3C::ImplFileLine());
30156 return(1 || funcname || hash || result7 || libp) ;
30157 }
30158
30159 static int G__G__Hist_309_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30160 {
30161 G__letint(result7, 67, (long) TH3C::ImplFileName());
30162 return(1 || funcname || hash || result7 || libp) ;
30163 }
30164
30165 static int G__G__Hist_309_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30166 {
30167 G__letint(result7, 105, (long) TH3C::DeclFileLine());
30168 return(1 || funcname || hash || result7 || libp) ;
30169 }
30170
30171
30172 typedef TH3C G__TTH3C;
30173 static int G__G__Hist_309_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30174 {
30175 char* gvp = (char*) G__getgvp();
30176 long soff = G__getstructoffset();
30177 int n = G__getaryconstruct();
30178
30179
30180
30181
30182
30183 if (!soff) {
30184 return(1);
30185 }
30186 if (n) {
30187 if (gvp == (char*)G__PVOID) {
30188 delete[] (TH3C*) soff;
30189 } else {
30190 G__setgvp((long) G__PVOID);
30191 for (int i = n - 1; i >= 0; --i) {
30192 ((TH3C*) (soff+(sizeof(TH3C)*i)))->~G__TTH3C();
30193 }
30194 G__setgvp((long)gvp);
30195 }
30196 } else {
30197 if (gvp == (char*)G__PVOID) {
30198 delete (TH3C*) soff;
30199 } else {
30200 G__setgvp((long) G__PVOID);
30201 ((TH3C*) (soff))->~G__TTH3C();
30202 G__setgvp((long)gvp);
30203 }
30204 }
30205 G__setnull(result7);
30206 return(1 || funcname || hash || result7 || libp) ;
30207 }
30208
30209
30210
30211 static int G__G__Hist_310_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30212 {
30213 TH3S* p = NULL;
30214 char* gvp = (char*) G__getgvp();
30215 int n = G__getaryconstruct();
30216 if (n) {
30217 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30218 p = new TH3S[n];
30219 } else {
30220 p = new((void*) gvp) TH3S[n];
30221 }
30222 } else {
30223 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30224 p = new TH3S;
30225 } else {
30226 p = new((void*) gvp) TH3S;
30227 }
30228 }
30229 result7->obj.i = (long) p;
30230 result7->ref = (long) p;
30231 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH3S));
30232 return(1 || funcname || hash || result7 || libp) ;
30233 }
30234
30235 static int G__G__Hist_310_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30236 {
30237 TH3S* p = NULL;
30238 char* gvp = (char*) G__getgvp();
30239
30240 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30241 p = new TH3S(
30242 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30243 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
30244 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
30245 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
30246 , (Int_t) G__int(libp->para[8]), (Double_t) G__double(libp->para[9])
30247 , (Double_t) G__double(libp->para[10]));
30248 } else {
30249 p = new((void*) gvp) TH3S(
30250 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30251 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
30252 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
30253 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
30254 , (Int_t) G__int(libp->para[8]), (Double_t) G__double(libp->para[9])
30255 , (Double_t) G__double(libp->para[10]));
30256 }
30257 result7->obj.i = (long) p;
30258 result7->ref = (long) p;
30259 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH3S));
30260 return(1 || funcname || hash || result7 || libp) ;
30261 }
30262
30263 static int G__G__Hist_310_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30264 {
30265 TH3S* p = NULL;
30266 char* gvp = (char*) G__getgvp();
30267
30268 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30269 p = new TH3S(
30270 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30271 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
30272 , (Int_t) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5])
30273 , (Int_t) G__int(libp->para[6]), (Float_t*) G__int(libp->para[7]));
30274 } else {
30275 p = new((void*) gvp) TH3S(
30276 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30277 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
30278 , (Int_t) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5])
30279 , (Int_t) G__int(libp->para[6]), (Float_t*) G__int(libp->para[7]));
30280 }
30281 result7->obj.i = (long) p;
30282 result7->ref = (long) p;
30283 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH3S));
30284 return(1 || funcname || hash || result7 || libp) ;
30285 }
30286
30287 static int G__G__Hist_310_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30288 {
30289 TH3S* p = NULL;
30290 char* gvp = (char*) G__getgvp();
30291
30292 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30293 p = new TH3S(
30294 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30295 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
30296 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
30297 , (Int_t) G__int(libp->para[6]), (Double_t*) G__int(libp->para[7]));
30298 } else {
30299 p = new((void*) gvp) TH3S(
30300 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30301 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
30302 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
30303 , (Int_t) G__int(libp->para[6]), (Double_t*) G__int(libp->para[7]));
30304 }
30305 result7->obj.i = (long) p;
30306 result7->ref = (long) p;
30307 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH3S));
30308 return(1 || funcname || hash || result7 || libp) ;
30309 }
30310
30311 static int G__G__Hist_310_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30312 {
30313 TH3S* p = NULL;
30314 char* gvp = (char*) G__getgvp();
30315
30316 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30317 p = new TH3S(*(TH3S*) libp->para[0].ref);
30318 } else {
30319 p = new((void*) gvp) TH3S(*(TH3S*) libp->para[0].ref);
30320 }
30321 result7->obj.i = (long) p;
30322 result7->ref = (long) p;
30323 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH3S));
30324 return(1 || funcname || hash || result7 || libp) ;
30325 }
30326
30327 static int G__G__Hist_310_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30328 {
30329 {
30330 const TH3S& obj = ((TH3S*) G__getstructoffset())->operator=(*(TH3S*) libp->para[0].ref);
30331 result7->ref = (long) (&obj);
30332 result7->obj.i = (long) (&obj);
30333 }
30334 return(1 || funcname || hash || result7 || libp) ;
30335 }
30336
30337 static int G__G__Hist_310_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30338 {
30339 G__letint(result7, 85, (long) TH3S::Class());
30340 return(1 || funcname || hash || result7 || libp) ;
30341 }
30342
30343 static int G__G__Hist_310_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30344 {
30345 G__letint(result7, 67, (long) TH3S::Class_Name());
30346 return(1 || funcname || hash || result7 || libp) ;
30347 }
30348
30349 static int G__G__Hist_310_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30350 {
30351 G__letint(result7, 115, (long) TH3S::Class_Version());
30352 return(1 || funcname || hash || result7 || libp) ;
30353 }
30354
30355 static int G__G__Hist_310_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30356 {
30357 TH3S::Dictionary();
30358 G__setnull(result7);
30359 return(1 || funcname || hash || result7 || libp) ;
30360 }
30361
30362 static int G__G__Hist_310_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30363 {
30364 ((TH3S*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
30365 G__setnull(result7);
30366 return(1 || funcname || hash || result7 || libp) ;
30367 }
30368
30369 static int G__G__Hist_310_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30370 {
30371 G__letint(result7, 67, (long) TH3S::DeclFileName());
30372 return(1 || funcname || hash || result7 || libp) ;
30373 }
30374
30375 static int G__G__Hist_310_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30376 {
30377 G__letint(result7, 105, (long) TH3S::ImplFileLine());
30378 return(1 || funcname || hash || result7 || libp) ;
30379 }
30380
30381 static int G__G__Hist_310_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30382 {
30383 G__letint(result7, 67, (long) TH3S::ImplFileName());
30384 return(1 || funcname || hash || result7 || libp) ;
30385 }
30386
30387 static int G__G__Hist_310_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30388 {
30389 G__letint(result7, 105, (long) TH3S::DeclFileLine());
30390 return(1 || funcname || hash || result7 || libp) ;
30391 }
30392
30393
30394 typedef TH3S G__TTH3S;
30395 static int G__G__Hist_310_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30396 {
30397 char* gvp = (char*) G__getgvp();
30398 long soff = G__getstructoffset();
30399 int n = G__getaryconstruct();
30400
30401
30402
30403
30404
30405 if (!soff) {
30406 return(1);
30407 }
30408 if (n) {
30409 if (gvp == (char*)G__PVOID) {
30410 delete[] (TH3S*) soff;
30411 } else {
30412 G__setgvp((long) G__PVOID);
30413 for (int i = n - 1; i >= 0; --i) {
30414 ((TH3S*) (soff+(sizeof(TH3S)*i)))->~G__TTH3S();
30415 }
30416 G__setgvp((long)gvp);
30417 }
30418 } else {
30419 if (gvp == (char*)G__PVOID) {
30420 delete (TH3S*) soff;
30421 } else {
30422 G__setgvp((long) G__PVOID);
30423 ((TH3S*) (soff))->~G__TTH3S();
30424 G__setgvp((long)gvp);
30425 }
30426 }
30427 G__setnull(result7);
30428 return(1 || funcname || hash || result7 || libp) ;
30429 }
30430
30431
30432
30433 static int G__G__Hist_311_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30434 {
30435 TH3I* p = NULL;
30436 char* gvp = (char*) G__getgvp();
30437 int n = G__getaryconstruct();
30438 if (n) {
30439 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30440 p = new TH3I[n];
30441 } else {
30442 p = new((void*) gvp) TH3I[n];
30443 }
30444 } else {
30445 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30446 p = new TH3I;
30447 } else {
30448 p = new((void*) gvp) TH3I;
30449 }
30450 }
30451 result7->obj.i = (long) p;
30452 result7->ref = (long) p;
30453 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH3I));
30454 return(1 || funcname || hash || result7 || libp) ;
30455 }
30456
30457 static int G__G__Hist_311_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30458 {
30459 TH3I* p = NULL;
30460 char* gvp = (char*) G__getgvp();
30461
30462 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30463 p = new TH3I(
30464 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30465 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
30466 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
30467 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
30468 , (Int_t) G__int(libp->para[8]), (Double_t) G__double(libp->para[9])
30469 , (Double_t) G__double(libp->para[10]));
30470 } else {
30471 p = new((void*) gvp) TH3I(
30472 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30473 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
30474 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
30475 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
30476 , (Int_t) G__int(libp->para[8]), (Double_t) G__double(libp->para[9])
30477 , (Double_t) G__double(libp->para[10]));
30478 }
30479 result7->obj.i = (long) p;
30480 result7->ref = (long) p;
30481 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH3I));
30482 return(1 || funcname || hash || result7 || libp) ;
30483 }
30484
30485 static int G__G__Hist_311_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30486 {
30487 TH3I* p = NULL;
30488 char* gvp = (char*) G__getgvp();
30489
30490 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30491 p = new TH3I(
30492 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30493 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
30494 , (Int_t) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5])
30495 , (Int_t) G__int(libp->para[6]), (Float_t*) G__int(libp->para[7]));
30496 } else {
30497 p = new((void*) gvp) TH3I(
30498 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30499 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
30500 , (Int_t) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5])
30501 , (Int_t) G__int(libp->para[6]), (Float_t*) G__int(libp->para[7]));
30502 }
30503 result7->obj.i = (long) p;
30504 result7->ref = (long) p;
30505 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH3I));
30506 return(1 || funcname || hash || result7 || libp) ;
30507 }
30508
30509 static int G__G__Hist_311_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30510 {
30511 TH3I* p = NULL;
30512 char* gvp = (char*) G__getgvp();
30513
30514 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30515 p = new TH3I(
30516 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30517 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
30518 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
30519 , (Int_t) G__int(libp->para[6]), (Double_t*) G__int(libp->para[7]));
30520 } else {
30521 p = new((void*) gvp) TH3I(
30522 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30523 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
30524 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
30525 , (Int_t) G__int(libp->para[6]), (Double_t*) G__int(libp->para[7]));
30526 }
30527 result7->obj.i = (long) p;
30528 result7->ref = (long) p;
30529 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH3I));
30530 return(1 || funcname || hash || result7 || libp) ;
30531 }
30532
30533 static int G__G__Hist_311_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30534 {
30535 TH3I* p = NULL;
30536 char* gvp = (char*) G__getgvp();
30537
30538 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30539 p = new TH3I(*(TH3I*) libp->para[0].ref);
30540 } else {
30541 p = new((void*) gvp) TH3I(*(TH3I*) libp->para[0].ref);
30542 }
30543 result7->obj.i = (long) p;
30544 result7->ref = (long) p;
30545 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH3I));
30546 return(1 || funcname || hash || result7 || libp) ;
30547 }
30548
30549 static int G__G__Hist_311_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30550 {
30551 {
30552 const TH3I& obj = ((TH3I*) G__getstructoffset())->operator=(*(TH3I*) libp->para[0].ref);
30553 result7->ref = (long) (&obj);
30554 result7->obj.i = (long) (&obj);
30555 }
30556 return(1 || funcname || hash || result7 || libp) ;
30557 }
30558
30559 static int G__G__Hist_311_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30560 {
30561 G__letint(result7, 85, (long) TH3I::Class());
30562 return(1 || funcname || hash || result7 || libp) ;
30563 }
30564
30565 static int G__G__Hist_311_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30566 {
30567 G__letint(result7, 67, (long) TH3I::Class_Name());
30568 return(1 || funcname || hash || result7 || libp) ;
30569 }
30570
30571 static int G__G__Hist_311_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30572 {
30573 G__letint(result7, 115, (long) TH3I::Class_Version());
30574 return(1 || funcname || hash || result7 || libp) ;
30575 }
30576
30577 static int G__G__Hist_311_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30578 {
30579 TH3I::Dictionary();
30580 G__setnull(result7);
30581 return(1 || funcname || hash || result7 || libp) ;
30582 }
30583
30584 static int G__G__Hist_311_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30585 {
30586 ((TH3I*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
30587 G__setnull(result7);
30588 return(1 || funcname || hash || result7 || libp) ;
30589 }
30590
30591 static int G__G__Hist_311_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30592 {
30593 G__letint(result7, 67, (long) TH3I::DeclFileName());
30594 return(1 || funcname || hash || result7 || libp) ;
30595 }
30596
30597 static int G__G__Hist_311_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30598 {
30599 G__letint(result7, 105, (long) TH3I::ImplFileLine());
30600 return(1 || funcname || hash || result7 || libp) ;
30601 }
30602
30603 static int G__G__Hist_311_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30604 {
30605 G__letint(result7, 67, (long) TH3I::ImplFileName());
30606 return(1 || funcname || hash || result7 || libp) ;
30607 }
30608
30609 static int G__G__Hist_311_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30610 {
30611 G__letint(result7, 105, (long) TH3I::DeclFileLine());
30612 return(1 || funcname || hash || result7 || libp) ;
30613 }
30614
30615
30616 typedef TH3I G__TTH3I;
30617 static int G__G__Hist_311_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30618 {
30619 char* gvp = (char*) G__getgvp();
30620 long soff = G__getstructoffset();
30621 int n = G__getaryconstruct();
30622
30623
30624
30625
30626
30627 if (!soff) {
30628 return(1);
30629 }
30630 if (n) {
30631 if (gvp == (char*)G__PVOID) {
30632 delete[] (TH3I*) soff;
30633 } else {
30634 G__setgvp((long) G__PVOID);
30635 for (int i = n - 1; i >= 0; --i) {
30636 ((TH3I*) (soff+(sizeof(TH3I)*i)))->~G__TTH3I();
30637 }
30638 G__setgvp((long)gvp);
30639 }
30640 } else {
30641 if (gvp == (char*)G__PVOID) {
30642 delete (TH3I*) soff;
30643 } else {
30644 G__setgvp((long) G__PVOID);
30645 ((TH3I*) (soff))->~G__TTH3I();
30646 G__setgvp((long)gvp);
30647 }
30648 }
30649 G__setnull(result7);
30650 return(1 || funcname || hash || result7 || libp) ;
30651 }
30652
30653
30654
30655 static int G__G__Hist_312_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30656 {
30657 TH3F* p = NULL;
30658 char* gvp = (char*) G__getgvp();
30659 int n = G__getaryconstruct();
30660 if (n) {
30661 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30662 p = new TH3F[n];
30663 } else {
30664 p = new((void*) gvp) TH3F[n];
30665 }
30666 } else {
30667 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30668 p = new TH3F;
30669 } else {
30670 p = new((void*) gvp) TH3F;
30671 }
30672 }
30673 result7->obj.i = (long) p;
30674 result7->ref = (long) p;
30675 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH3F));
30676 return(1 || funcname || hash || result7 || libp) ;
30677 }
30678
30679 static int G__G__Hist_312_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30680 {
30681 TH3F* p = NULL;
30682 char* gvp = (char*) G__getgvp();
30683
30684 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30685 p = new TH3F(
30686 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30687 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
30688 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
30689 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
30690 , (Int_t) G__int(libp->para[8]), (Double_t) G__double(libp->para[9])
30691 , (Double_t) G__double(libp->para[10]));
30692 } else {
30693 p = new((void*) gvp) TH3F(
30694 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30695 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
30696 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
30697 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
30698 , (Int_t) G__int(libp->para[8]), (Double_t) G__double(libp->para[9])
30699 , (Double_t) G__double(libp->para[10]));
30700 }
30701 result7->obj.i = (long) p;
30702 result7->ref = (long) p;
30703 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH3F));
30704 return(1 || funcname || hash || result7 || libp) ;
30705 }
30706
30707 static int G__G__Hist_312_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30708 {
30709 TH3F* p = NULL;
30710 char* gvp = (char*) G__getgvp();
30711
30712 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30713 p = new TH3F(
30714 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30715 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
30716 , (Int_t) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5])
30717 , (Int_t) G__int(libp->para[6]), (Float_t*) G__int(libp->para[7]));
30718 } else {
30719 p = new((void*) gvp) TH3F(
30720 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30721 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
30722 , (Int_t) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5])
30723 , (Int_t) G__int(libp->para[6]), (Float_t*) G__int(libp->para[7]));
30724 }
30725 result7->obj.i = (long) p;
30726 result7->ref = (long) p;
30727 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH3F));
30728 return(1 || funcname || hash || result7 || libp) ;
30729 }
30730
30731 static int G__G__Hist_312_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30732 {
30733 TH3F* p = NULL;
30734 char* gvp = (char*) G__getgvp();
30735
30736 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30737 p = new TH3F(
30738 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30739 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
30740 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
30741 , (Int_t) G__int(libp->para[6]), (Double_t*) G__int(libp->para[7]));
30742 } else {
30743 p = new((void*) gvp) TH3F(
30744 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30745 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
30746 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
30747 , (Int_t) G__int(libp->para[6]), (Double_t*) G__int(libp->para[7]));
30748 }
30749 result7->obj.i = (long) p;
30750 result7->ref = (long) p;
30751 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH3F));
30752 return(1 || funcname || hash || result7 || libp) ;
30753 }
30754
30755 static int G__G__Hist_312_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30756 {
30757 TH3F* p = NULL;
30758 char* gvp = (char*) G__getgvp();
30759
30760 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30761 p = new TH3F(*(TH3F*) libp->para[0].ref);
30762 } else {
30763 p = new((void*) gvp) TH3F(*(TH3F*) libp->para[0].ref);
30764 }
30765 result7->obj.i = (long) p;
30766 result7->ref = (long) p;
30767 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH3F));
30768 return(1 || funcname || hash || result7 || libp) ;
30769 }
30770
30771 static int G__G__Hist_312_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30772 {
30773 {
30774 const TH3F& obj = ((TH3F*) G__getstructoffset())->operator=(*(TH3F*) libp->para[0].ref);
30775 result7->ref = (long) (&obj);
30776 result7->obj.i = (long) (&obj);
30777 }
30778 return(1 || funcname || hash || result7 || libp) ;
30779 }
30780
30781 static int G__G__Hist_312_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30782 {
30783 G__letint(result7, 85, (long) TH3F::Class());
30784 return(1 || funcname || hash || result7 || libp) ;
30785 }
30786
30787 static int G__G__Hist_312_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30788 {
30789 G__letint(result7, 67, (long) TH3F::Class_Name());
30790 return(1 || funcname || hash || result7 || libp) ;
30791 }
30792
30793 static int G__G__Hist_312_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30794 {
30795 G__letint(result7, 115, (long) TH3F::Class_Version());
30796 return(1 || funcname || hash || result7 || libp) ;
30797 }
30798
30799 static int G__G__Hist_312_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30800 {
30801 TH3F::Dictionary();
30802 G__setnull(result7);
30803 return(1 || funcname || hash || result7 || libp) ;
30804 }
30805
30806 static int G__G__Hist_312_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30807 {
30808 ((TH3F*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
30809 G__setnull(result7);
30810 return(1 || funcname || hash || result7 || libp) ;
30811 }
30812
30813 static int G__G__Hist_312_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30814 {
30815 G__letint(result7, 67, (long) TH3F::DeclFileName());
30816 return(1 || funcname || hash || result7 || libp) ;
30817 }
30818
30819 static int G__G__Hist_312_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30820 {
30821 G__letint(result7, 105, (long) TH3F::ImplFileLine());
30822 return(1 || funcname || hash || result7 || libp) ;
30823 }
30824
30825 static int G__G__Hist_312_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30826 {
30827 G__letint(result7, 67, (long) TH3F::ImplFileName());
30828 return(1 || funcname || hash || result7 || libp) ;
30829 }
30830
30831 static int G__G__Hist_312_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30832 {
30833 G__letint(result7, 105, (long) TH3F::DeclFileLine());
30834 return(1 || funcname || hash || result7 || libp) ;
30835 }
30836
30837
30838 typedef TH3F G__TTH3F;
30839 static int G__G__Hist_312_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30840 {
30841 char* gvp = (char*) G__getgvp();
30842 long soff = G__getstructoffset();
30843 int n = G__getaryconstruct();
30844
30845
30846
30847
30848
30849 if (!soff) {
30850 return(1);
30851 }
30852 if (n) {
30853 if (gvp == (char*)G__PVOID) {
30854 delete[] (TH3F*) soff;
30855 } else {
30856 G__setgvp((long) G__PVOID);
30857 for (int i = n - 1; i >= 0; --i) {
30858 ((TH3F*) (soff+(sizeof(TH3F)*i)))->~G__TTH3F();
30859 }
30860 G__setgvp((long)gvp);
30861 }
30862 } else {
30863 if (gvp == (char*)G__PVOID) {
30864 delete (TH3F*) soff;
30865 } else {
30866 G__setgvp((long) G__PVOID);
30867 ((TH3F*) (soff))->~G__TTH3F();
30868 G__setgvp((long)gvp);
30869 }
30870 }
30871 G__setnull(result7);
30872 return(1 || funcname || hash || result7 || libp) ;
30873 }
30874
30875
30876
30877 static int G__G__Hist_313_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30878 {
30879 TH3D* p = NULL;
30880 char* gvp = (char*) G__getgvp();
30881 int n = G__getaryconstruct();
30882 if (n) {
30883 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30884 p = new TH3D[n];
30885 } else {
30886 p = new((void*) gvp) TH3D[n];
30887 }
30888 } else {
30889 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30890 p = new TH3D;
30891 } else {
30892 p = new((void*) gvp) TH3D;
30893 }
30894 }
30895 result7->obj.i = (long) p;
30896 result7->ref = (long) p;
30897 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH3D));
30898 return(1 || funcname || hash || result7 || libp) ;
30899 }
30900
30901 static int G__G__Hist_313_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30902 {
30903 TH3D* p = NULL;
30904 char* gvp = (char*) G__getgvp();
30905
30906 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30907 p = new TH3D(
30908 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30909 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
30910 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
30911 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
30912 , (Int_t) G__int(libp->para[8]), (Double_t) G__double(libp->para[9])
30913 , (Double_t) G__double(libp->para[10]));
30914 } else {
30915 p = new((void*) gvp) TH3D(
30916 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30917 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
30918 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
30919 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
30920 , (Int_t) G__int(libp->para[8]), (Double_t) G__double(libp->para[9])
30921 , (Double_t) G__double(libp->para[10]));
30922 }
30923 result7->obj.i = (long) p;
30924 result7->ref = (long) p;
30925 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH3D));
30926 return(1 || funcname || hash || result7 || libp) ;
30927 }
30928
30929 static int G__G__Hist_313_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30930 {
30931 TH3D* p = NULL;
30932 char* gvp = (char*) G__getgvp();
30933
30934 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30935 p = new TH3D(
30936 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30937 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
30938 , (Int_t) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5])
30939 , (Int_t) G__int(libp->para[6]), (Float_t*) G__int(libp->para[7]));
30940 } else {
30941 p = new((void*) gvp) TH3D(
30942 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30943 , (Int_t) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
30944 , (Int_t) G__int(libp->para[4]), (Float_t*) G__int(libp->para[5])
30945 , (Int_t) G__int(libp->para[6]), (Float_t*) G__int(libp->para[7]));
30946 }
30947 result7->obj.i = (long) p;
30948 result7->ref = (long) p;
30949 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH3D));
30950 return(1 || funcname || hash || result7 || libp) ;
30951 }
30952
30953 static int G__G__Hist_313_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30954 {
30955 TH3D* p = NULL;
30956 char* gvp = (char*) G__getgvp();
30957
30958 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30959 p = new TH3D(
30960 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30961 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
30962 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
30963 , (Int_t) G__int(libp->para[6]), (Double_t*) G__int(libp->para[7]));
30964 } else {
30965 p = new((void*) gvp) TH3D(
30966 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
30967 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
30968 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
30969 , (Int_t) G__int(libp->para[6]), (Double_t*) G__int(libp->para[7]));
30970 }
30971 result7->obj.i = (long) p;
30972 result7->ref = (long) p;
30973 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH3D));
30974 return(1 || funcname || hash || result7 || libp) ;
30975 }
30976
30977 static int G__G__Hist_313_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30978 {
30979 TH3D* p = NULL;
30980 char* gvp = (char*) G__getgvp();
30981
30982 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30983 p = new TH3D(*(TH3D*) libp->para[0].ref);
30984 } else {
30985 p = new((void*) gvp) TH3D(*(TH3D*) libp->para[0].ref);
30986 }
30987 result7->obj.i = (long) p;
30988 result7->ref = (long) p;
30989 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TH3D));
30990 return(1 || funcname || hash || result7 || libp) ;
30991 }
30992
30993 static int G__G__Hist_313_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30994 {
30995 {
30996 const TH3D& obj = ((TH3D*) G__getstructoffset())->operator=(*(TH3D*) libp->para[0].ref);
30997 result7->ref = (long) (&obj);
30998 result7->obj.i = (long) (&obj);
30999 }
31000 return(1 || funcname || hash || result7 || libp) ;
31001 }
31002
31003 static int G__G__Hist_313_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31004 {
31005 G__letint(result7, 85, (long) TH3D::Class());
31006 return(1 || funcname || hash || result7 || libp) ;
31007 }
31008
31009 static int G__G__Hist_313_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31010 {
31011 G__letint(result7, 67, (long) TH3D::Class_Name());
31012 return(1 || funcname || hash || result7 || libp) ;
31013 }
31014
31015 static int G__G__Hist_313_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31016 {
31017 G__letint(result7, 115, (long) TH3D::Class_Version());
31018 return(1 || funcname || hash || result7 || libp) ;
31019 }
31020
31021 static int G__G__Hist_313_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31022 {
31023 TH3D::Dictionary();
31024 G__setnull(result7);
31025 return(1 || funcname || hash || result7 || libp) ;
31026 }
31027
31028 static int G__G__Hist_313_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31029 {
31030 ((TH3D*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
31031 G__setnull(result7);
31032 return(1 || funcname || hash || result7 || libp) ;
31033 }
31034
31035 static int G__G__Hist_313_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31036 {
31037 G__letint(result7, 67, (long) TH3D::DeclFileName());
31038 return(1 || funcname || hash || result7 || libp) ;
31039 }
31040
31041 static int G__G__Hist_313_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31042 {
31043 G__letint(result7, 105, (long) TH3D::ImplFileLine());
31044 return(1 || funcname || hash || result7 || libp) ;
31045 }
31046
31047 static int G__G__Hist_313_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31048 {
31049 G__letint(result7, 67, (long) TH3D::ImplFileName());
31050 return(1 || funcname || hash || result7 || libp) ;
31051 }
31052
31053 static int G__G__Hist_313_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31054 {
31055 G__letint(result7, 105, (long) TH3D::DeclFileLine());
31056 return(1 || funcname || hash || result7 || libp) ;
31057 }
31058
31059
31060 typedef TH3D G__TTH3D;
31061 static int G__G__Hist_313_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31062 {
31063 char* gvp = (char*) G__getgvp();
31064 long soff = G__getstructoffset();
31065 int n = G__getaryconstruct();
31066
31067
31068
31069
31070
31071 if (!soff) {
31072 return(1);
31073 }
31074 if (n) {
31075 if (gvp == (char*)G__PVOID) {
31076 delete[] (TH3D*) soff;
31077 } else {
31078 G__setgvp((long) G__PVOID);
31079 for (int i = n - 1; i >= 0; --i) {
31080 ((TH3D*) (soff+(sizeof(TH3D)*i)))->~G__TTH3D();
31081 }
31082 G__setgvp((long)gvp);
31083 }
31084 } else {
31085 if (gvp == (char*)G__PVOID) {
31086 delete (TH3D*) soff;
31087 } else {
31088 G__setgvp((long) G__PVOID);
31089 ((TH3D*) (soff))->~G__TTH3D();
31090 G__setgvp((long)gvp);
31091 }
31092 }
31093 G__setnull(result7);
31094 return(1 || funcname || hash || result7 || libp) ;
31095 }
31096
31097
31098
31099 static int G__G__Hist_314_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31100 {
31101 THLimitsFinder* p = NULL;
31102 char* gvp = (char*) G__getgvp();
31103 int n = G__getaryconstruct();
31104 if (n) {
31105 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31106 p = new THLimitsFinder[n];
31107 } else {
31108 p = new((void*) gvp) THLimitsFinder[n];
31109 }
31110 } else {
31111 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31112 p = new THLimitsFinder;
31113 } else {
31114 p = new((void*) gvp) THLimitsFinder;
31115 }
31116 }
31117 result7->obj.i = (long) p;
31118 result7->ref = (long) p;
31119 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_THLimitsFinder));
31120 return(1 || funcname || hash || result7 || libp) ;
31121 }
31122
31123 static int G__G__Hist_314_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31124 {
31125 G__letint(result7, 105, (long) ((THLimitsFinder*) G__getstructoffset())->FindGoodLimits((TH1*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
31126 , (Double_t) G__double(libp->para[2])));
31127 return(1 || funcname || hash || result7 || libp) ;
31128 }
31129
31130 static int G__G__Hist_314_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31131 {
31132 G__letint(result7, 105, (long) ((THLimitsFinder*) G__getstructoffset())->FindGoodLimits((TH1*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
31133 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
31134 , (Double_t) G__double(libp->para[4])));
31135 return(1 || funcname || hash || result7 || libp) ;
31136 }
31137
31138 static int G__G__Hist_314_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31139 {
31140 G__letint(result7, 105, (long) ((THLimitsFinder*) G__getstructoffset())->FindGoodLimits(
31141 (TH1*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
31142 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
31143 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
31144 , (Double_t) G__double(libp->para[6])));
31145 return(1 || funcname || hash || result7 || libp) ;
31146 }
31147
31148 static int G__G__Hist_314_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31149 {
31150 switch (libp->paran) {
31151 case 8:
31152 THLimitsFinder::Optimize(
31153 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
31154 , (Int_t) G__int(libp->para[2]), *(Double_t*) G__Doubleref(&libp->para[3])
31155 , *(Double_t*) G__Doubleref(&libp->para[4]), *(Int_t*) G__Intref(&libp->para[5])
31156 , *(Double_t*) G__Doubleref(&libp->para[6]), (Option_t*) G__int(libp->para[7]));
31157 G__setnull(result7);
31158 break;
31159 case 7:
31160 THLimitsFinder::Optimize(
31161 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
31162 , (Int_t) G__int(libp->para[2]), *(Double_t*) G__Doubleref(&libp->para[3])
31163 , *(Double_t*) G__Doubleref(&libp->para[4]), *(Int_t*) G__Intref(&libp->para[5])
31164 , *(Double_t*) G__Doubleref(&libp->para[6]));
31165 G__setnull(result7);
31166 break;
31167 }
31168 return(1 || funcname || hash || result7 || libp) ;
31169 }
31170
31171 static int G__G__Hist_314_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31172 {
31173 THLimitsFinder::OptimizeLimits((Int_t) G__int(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])
31174 , *(Double_t*) G__Doubleref(&libp->para[2]), *(Double_t*) G__Doubleref(&libp->para[3])
31175 , (Bool_t) G__int(libp->para[4]));
31176 G__setnull(result7);
31177 return(1 || funcname || hash || result7 || libp) ;
31178 }
31179
31180 static int G__G__Hist_314_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31181 {
31182 G__letint(result7, 85, (long) THLimitsFinder::GetLimitsFinder());
31183 return(1 || funcname || hash || result7 || libp) ;
31184 }
31185
31186 static int G__G__Hist_314_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31187 {
31188 THLimitsFinder::SetLimitsFinder((THLimitsFinder*) G__int(libp->para[0]));
31189 G__setnull(result7);
31190 return(1 || funcname || hash || result7 || libp) ;
31191 }
31192
31193 static int G__G__Hist_314_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31194 {
31195 G__letint(result7, 85, (long) THLimitsFinder::Class());
31196 return(1 || funcname || hash || result7 || libp) ;
31197 }
31198
31199 static int G__G__Hist_314_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31200 {
31201 G__letint(result7, 67, (long) THLimitsFinder::Class_Name());
31202 return(1 || funcname || hash || result7 || libp) ;
31203 }
31204
31205 static int G__G__Hist_314_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31206 {
31207 G__letint(result7, 115, (long) THLimitsFinder::Class_Version());
31208 return(1 || funcname || hash || result7 || libp) ;
31209 }
31210
31211 static int G__G__Hist_314_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31212 {
31213 THLimitsFinder::Dictionary();
31214 G__setnull(result7);
31215 return(1 || funcname || hash || result7 || libp) ;
31216 }
31217
31218 static int G__G__Hist_314_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31219 {
31220 ((THLimitsFinder*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
31221 G__setnull(result7);
31222 return(1 || funcname || hash || result7 || libp) ;
31223 }
31224
31225 static int G__G__Hist_314_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31226 {
31227 G__letint(result7, 67, (long) THLimitsFinder::DeclFileName());
31228 return(1 || funcname || hash || result7 || libp) ;
31229 }
31230
31231 static int G__G__Hist_314_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31232 {
31233 G__letint(result7, 105, (long) THLimitsFinder::ImplFileLine());
31234 return(1 || funcname || hash || result7 || libp) ;
31235 }
31236
31237 static int G__G__Hist_314_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31238 {
31239 G__letint(result7, 67, (long) THLimitsFinder::ImplFileName());
31240 return(1 || funcname || hash || result7 || libp) ;
31241 }
31242
31243 static int G__G__Hist_314_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31244 {
31245 G__letint(result7, 105, (long) THLimitsFinder::DeclFileLine());
31246 return(1 || funcname || hash || result7 || libp) ;
31247 }
31248
31249
31250 static int G__G__Hist_314_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31251
31252 {
31253 THLimitsFinder* p;
31254 void* tmp = (void*) G__int(libp->para[0]);
31255 p = new THLimitsFinder(*(THLimitsFinder*) tmp);
31256 result7->obj.i = (long) p;
31257 result7->ref = (long) p;
31258 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_THLimitsFinder));
31259 return(1 || funcname || hash || result7 || libp) ;
31260 }
31261
31262
31263 typedef THLimitsFinder G__TTHLimitsFinder;
31264 static int G__G__Hist_314_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31265 {
31266 char* gvp = (char*) G__getgvp();
31267 long soff = G__getstructoffset();
31268 int n = G__getaryconstruct();
31269
31270
31271
31272
31273
31274 if (!soff) {
31275 return(1);
31276 }
31277 if (n) {
31278 if (gvp == (char*)G__PVOID) {
31279 delete[] (THLimitsFinder*) soff;
31280 } else {
31281 G__setgvp((long) G__PVOID);
31282 for (int i = n - 1; i >= 0; --i) {
31283 ((THLimitsFinder*) (soff+(sizeof(THLimitsFinder)*i)))->~G__TTHLimitsFinder();
31284 }
31285 G__setgvp((long)gvp);
31286 }
31287 } else {
31288 if (gvp == (char*)G__PVOID) {
31289 delete (THLimitsFinder*) soff;
31290 } else {
31291 G__setgvp((long) G__PVOID);
31292 ((THLimitsFinder*) (soff))->~G__TTHLimitsFinder();
31293 G__setgvp((long)gvp);
31294 }
31295 }
31296 G__setnull(result7);
31297 return(1 || funcname || hash || result7 || libp) ;
31298 }
31299
31300
31301 static int G__G__Hist_314_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31302 {
31303 THLimitsFinder* dest = (THLimitsFinder*) G__getstructoffset();
31304 *dest = *(THLimitsFinder*) libp->para[0].ref;
31305 const THLimitsFinder& obj = *dest;
31306 result7->ref = (long) (&obj);
31307 result7->obj.i = (long) (&obj);
31308 return(1 || funcname || hash || result7 || libp) ;
31309 }
31310
31311
31312
31313 static int G__G__Hist_319_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31314 {
31315 THnSparseArrayChunk* p = NULL;
31316 char* gvp = (char*) G__getgvp();
31317 int n = G__getaryconstruct();
31318 if (n) {
31319 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31320 p = new THnSparseArrayChunk[n];
31321 } else {
31322 p = new((void*) gvp) THnSparseArrayChunk[n];
31323 }
31324 } else {
31325 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31326 p = new THnSparseArrayChunk;
31327 } else {
31328 p = new((void*) gvp) THnSparseArrayChunk;
31329 }
31330 }
31331 result7->obj.i = (long) p;
31332 result7->ref = (long) p;
31333 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_THnSparseArrayChunk));
31334 return(1 || funcname || hash || result7 || libp) ;
31335 }
31336
31337 static int G__G__Hist_319_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31338 {
31339 THnSparseArrayChunk* p = NULL;
31340 char* gvp = (char*) G__getgvp();
31341
31342 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31343 p = new THnSparseArrayChunk(
31344 (Int_t) G__int(libp->para[0]), (bool) G__int(libp->para[1])
31345 , (TArray*) G__int(libp->para[2]));
31346 } else {
31347 p = new((void*) gvp) THnSparseArrayChunk(
31348 (Int_t) G__int(libp->para[0]), (bool) G__int(libp->para[1])
31349 , (TArray*) G__int(libp->para[2]));
31350 }
31351 result7->obj.i = (long) p;
31352 result7->ref = (long) p;
31353 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_THnSparseArrayChunk));
31354 return(1 || funcname || hash || result7 || libp) ;
31355 }
31356
31357 static int G__G__Hist_319_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31358 {
31359 ((THnSparseArrayChunk*) G__getstructoffset())->AddBin((Int_t) G__int(libp->para[0]), (const Char_t*) G__int(libp->para[1]));
31360 G__setnull(result7);
31361 return(1 || funcname || hash || result7 || libp) ;
31362 }
31363
31364 static int G__G__Hist_319_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31365 {
31366 switch (libp->paran) {
31367 case 2:
31368 ((THnSparseArrayChunk*) G__getstructoffset())->AddBinContent((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
31369 G__setnull(result7);
31370 break;
31371 case 1:
31372 ((THnSparseArrayChunk*) G__getstructoffset())->AddBinContent((Int_t) G__int(libp->para[0]));
31373 G__setnull(result7);
31374 break;
31375 }
31376 return(1 || funcname || hash || result7 || libp) ;
31377 }
31378
31379 static int G__G__Hist_319_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31380 {
31381 ((THnSparseArrayChunk*) G__getstructoffset())->Sumw2();
31382 G__setnull(result7);
31383 return(1 || funcname || hash || result7 || libp) ;
31384 }
31385
31386 static int G__G__Hist_319_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31387 {
31388 G__letint(result7, 105, (long) ((const THnSparseArrayChunk*) G__getstructoffset())->GetEntries());
31389 return(1 || funcname || hash || result7 || libp) ;
31390 }
31391
31392 static int G__G__Hist_319_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31393 {
31394 G__letint(result7, 103, (long) ((const THnSparseArrayChunk*) G__getstructoffset())->Matches((Int_t) G__int(libp->para[0]), (const Char_t*) G__int(libp->para[1])));
31395 return(1 || funcname || hash || result7 || libp) ;
31396 }
31397
31398 static int G__G__Hist_319_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31399 {
31400 G__letint(result7, 85, (long) THnSparseArrayChunk::Class());
31401 return(1 || funcname || hash || result7 || libp) ;
31402 }
31403
31404 static int G__G__Hist_319_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31405 {
31406 G__letint(result7, 67, (long) THnSparseArrayChunk::Class_Name());
31407 return(1 || funcname || hash || result7 || libp) ;
31408 }
31409
31410 static int G__G__Hist_319_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31411 {
31412 G__letint(result7, 115, (long) THnSparseArrayChunk::Class_Version());
31413 return(1 || funcname || hash || result7 || libp) ;
31414 }
31415
31416 static int G__G__Hist_319_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31417 {
31418 THnSparseArrayChunk::Dictionary();
31419 G__setnull(result7);
31420 return(1 || funcname || hash || result7 || libp) ;
31421 }
31422
31423 static int G__G__Hist_319_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31424 {
31425 ((THnSparseArrayChunk*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
31426 G__setnull(result7);
31427 return(1 || funcname || hash || result7 || libp) ;
31428 }
31429
31430 static int G__G__Hist_319_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31431 {
31432 G__letint(result7, 67, (long) THnSparseArrayChunk::DeclFileName());
31433 return(1 || funcname || hash || result7 || libp) ;
31434 }
31435
31436 static int G__G__Hist_319_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31437 {
31438 G__letint(result7, 105, (long) THnSparseArrayChunk::ImplFileLine());
31439 return(1 || funcname || hash || result7 || libp) ;
31440 }
31441
31442 static int G__G__Hist_319_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31443 {
31444 G__letint(result7, 67, (long) THnSparseArrayChunk::ImplFileName());
31445 return(1 || funcname || hash || result7 || libp) ;
31446 }
31447
31448 static int G__G__Hist_319_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31449 {
31450 G__letint(result7, 105, (long) THnSparseArrayChunk::DeclFileLine());
31451 return(1 || funcname || hash || result7 || libp) ;
31452 }
31453
31454
31455 typedef THnSparseArrayChunk G__TTHnSparseArrayChunk;
31456 static int G__G__Hist_319_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31457 {
31458 char* gvp = (char*) G__getgvp();
31459 long soff = G__getstructoffset();
31460 int n = G__getaryconstruct();
31461
31462
31463
31464
31465
31466 if (!soff) {
31467 return(1);
31468 }
31469 if (n) {
31470 if (gvp == (char*)G__PVOID) {
31471 delete[] (THnSparseArrayChunk*) soff;
31472 } else {
31473 G__setgvp((long) G__PVOID);
31474 for (int i = n - 1; i >= 0; --i) {
31475 ((THnSparseArrayChunk*) (soff+(sizeof(THnSparseArrayChunk)*i)))->~G__TTHnSparseArrayChunk();
31476 }
31477 G__setgvp((long)gvp);
31478 }
31479 } else {
31480 if (gvp == (char*)G__PVOID) {
31481 delete (THnSparseArrayChunk*) soff;
31482 } else {
31483 G__setgvp((long) G__PVOID);
31484 ((THnSparseArrayChunk*) (soff))->~G__TTHnSparseArrayChunk();
31485 G__setgvp((long)gvp);
31486 }
31487 }
31488 G__setnull(result7);
31489 return(1 || funcname || hash || result7 || libp) ;
31490 }
31491
31492
31493
31494 static int G__G__Hist_322_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31495 {
31496 THnSparseT<TArrayD>* p = NULL;
31497 char* gvp = (char*) G__getgvp();
31498 int n = G__getaryconstruct();
31499 if (n) {
31500 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31501 p = new THnSparseT<TArrayD>[n];
31502 } else {
31503 p = new((void*) gvp) THnSparseT<TArrayD>[n];
31504 }
31505 } else {
31506 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31507 p = new THnSparseT<TArrayD>;
31508 } else {
31509 p = new((void*) gvp) THnSparseT<TArrayD>;
31510 }
31511 }
31512 result7->obj.i = (long) p;
31513 result7->ref = (long) p;
31514 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayDgR));
31515 return(1 || funcname || hash || result7 || libp) ;
31516 }
31517
31518 static int G__G__Hist_322_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31519 {
31520 THnSparseT<TArrayD>* p = NULL;
31521 char* gvp = (char*) G__getgvp();
31522 switch (libp->paran) {
31523 case 7:
31524
31525 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31526 p = new THnSparseT<TArrayD>(
31527 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
31528 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
31529 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
31530 , (Int_t) G__int(libp->para[6]));
31531 } else {
31532 p = new((void*) gvp) THnSparseT<TArrayD>(
31533 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
31534 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
31535 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
31536 , (Int_t) G__int(libp->para[6]));
31537 }
31538 break;
31539 case 6:
31540
31541 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31542 p = new THnSparseT<TArrayD>(
31543 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
31544 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
31545 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
31546 } else {
31547 p = new((void*) gvp) THnSparseT<TArrayD>(
31548 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
31549 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
31550 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
31551 }
31552 break;
31553 case 5:
31554
31555 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31556 p = new THnSparseT<TArrayD>(
31557 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
31558 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
31559 , (Double_t*) G__int(libp->para[4]));
31560 } else {
31561 p = new((void*) gvp) THnSparseT<TArrayD>(
31562 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
31563 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
31564 , (Double_t*) G__int(libp->para[4]));
31565 }
31566 break;
31567 case 4:
31568
31569 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31570 p = new THnSparseT<TArrayD>(
31571 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
31572 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3]));
31573 } else {
31574 p = new((void*) gvp) THnSparseT<TArrayD>(
31575 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
31576 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3]));
31577 }
31578 break;
31579 }
31580 result7->obj.i = (long) p;
31581 result7->ref = (long) p;
31582 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayDgR));
31583 return(1 || funcname || hash || result7 || libp) ;
31584 }
31585
31586 static int G__G__Hist_322_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31587 {
31588 G__letint(result7, 85, (long) THnSparseT<TArrayD>::Class());
31589 return(1 || funcname || hash || result7 || libp) ;
31590 }
31591
31592 static int G__G__Hist_322_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31593 {
31594 G__letint(result7, 67, (long) THnSparseT<TArrayD>::Class_Name());
31595 return(1 || funcname || hash || result7 || libp) ;
31596 }
31597
31598 static int G__G__Hist_322_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31599 {
31600 G__letint(result7, 115, (long) THnSparseT<TArrayD>::Class_Version());
31601 return(1 || funcname || hash || result7 || libp) ;
31602 }
31603
31604 static int G__G__Hist_322_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31605 {
31606 THnSparseT<TArrayD>::Dictionary();
31607 G__setnull(result7);
31608 return(1 || funcname || hash || result7 || libp) ;
31609 }
31610
31611 static int G__G__Hist_322_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31612 {
31613 ((THnSparseT<TArrayD>*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
31614 G__setnull(result7);
31615 return(1 || funcname || hash || result7 || libp) ;
31616 }
31617
31618 static int G__G__Hist_322_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31619 {
31620 G__letint(result7, 67, (long) THnSparseT<TArrayD>::DeclFileName());
31621 return(1 || funcname || hash || result7 || libp) ;
31622 }
31623
31624 static int G__G__Hist_322_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31625 {
31626 G__letint(result7, 105, (long) THnSparseT<TArrayD>::ImplFileLine());
31627 return(1 || funcname || hash || result7 || libp) ;
31628 }
31629
31630 static int G__G__Hist_322_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31631 {
31632 G__letint(result7, 67, (long) THnSparseT<TArrayD>::ImplFileName());
31633 return(1 || funcname || hash || result7 || libp) ;
31634 }
31635
31636 static int G__G__Hist_322_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31637 {
31638 G__letint(result7, 105, (long) THnSparseT<TArrayD>::DeclFileLine());
31639 return(1 || funcname || hash || result7 || libp) ;
31640 }
31641
31642
31643 typedef THnSparseT<TArrayD> G__TTHnSparseTlETArrayDgR;
31644 static int G__G__Hist_322_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31645 {
31646 char* gvp = (char*) G__getgvp();
31647 long soff = G__getstructoffset();
31648 int n = G__getaryconstruct();
31649
31650
31651
31652
31653
31654 if (!soff) {
31655 return(1);
31656 }
31657 if (n) {
31658 if (gvp == (char*)G__PVOID) {
31659 delete[] (THnSparseT<TArrayD>*) soff;
31660 } else {
31661 G__setgvp((long) G__PVOID);
31662 for (int i = n - 1; i >= 0; --i) {
31663 ((THnSparseT<TArrayD>*) (soff+(sizeof(THnSparseT<TArrayD>)*i)))->~G__TTHnSparseTlETArrayDgR();
31664 }
31665 G__setgvp((long)gvp);
31666 }
31667 } else {
31668 if (gvp == (char*)G__PVOID) {
31669 delete (THnSparseT<TArrayD>*) soff;
31670 } else {
31671 G__setgvp((long) G__PVOID);
31672 ((THnSparseT<TArrayD>*) (soff))->~G__TTHnSparseTlETArrayDgR();
31673 G__setgvp((long)gvp);
31674 }
31675 }
31676 G__setnull(result7);
31677 return(1 || funcname || hash || result7 || libp) ;
31678 }
31679
31680
31681
31682 static int G__G__Hist_323_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31683 {
31684 THnSparseT<TArrayF>* p = NULL;
31685 char* gvp = (char*) G__getgvp();
31686 int n = G__getaryconstruct();
31687 if (n) {
31688 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31689 p = new THnSparseT<TArrayF>[n];
31690 } else {
31691 p = new((void*) gvp) THnSparseT<TArrayF>[n];
31692 }
31693 } else {
31694 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31695 p = new THnSparseT<TArrayF>;
31696 } else {
31697 p = new((void*) gvp) THnSparseT<TArrayF>;
31698 }
31699 }
31700 result7->obj.i = (long) p;
31701 result7->ref = (long) p;
31702 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayFgR));
31703 return(1 || funcname || hash || result7 || libp) ;
31704 }
31705
31706 static int G__G__Hist_323_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31707 {
31708 THnSparseT<TArrayF>* p = NULL;
31709 char* gvp = (char*) G__getgvp();
31710 switch (libp->paran) {
31711 case 7:
31712
31713 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31714 p = new THnSparseT<TArrayF>(
31715 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
31716 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
31717 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
31718 , (Int_t) G__int(libp->para[6]));
31719 } else {
31720 p = new((void*) gvp) THnSparseT<TArrayF>(
31721 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
31722 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
31723 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
31724 , (Int_t) G__int(libp->para[6]));
31725 }
31726 break;
31727 case 6:
31728
31729 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31730 p = new THnSparseT<TArrayF>(
31731 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
31732 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
31733 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
31734 } else {
31735 p = new((void*) gvp) THnSparseT<TArrayF>(
31736 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
31737 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
31738 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
31739 }
31740 break;
31741 case 5:
31742
31743 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31744 p = new THnSparseT<TArrayF>(
31745 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
31746 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
31747 , (Double_t*) G__int(libp->para[4]));
31748 } else {
31749 p = new((void*) gvp) THnSparseT<TArrayF>(
31750 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
31751 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
31752 , (Double_t*) G__int(libp->para[4]));
31753 }
31754 break;
31755 case 4:
31756
31757 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31758 p = new THnSparseT<TArrayF>(
31759 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
31760 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3]));
31761 } else {
31762 p = new((void*) gvp) THnSparseT<TArrayF>(
31763 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
31764 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3]));
31765 }
31766 break;
31767 }
31768 result7->obj.i = (long) p;
31769 result7->ref = (long) p;
31770 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayFgR));
31771 return(1 || funcname || hash || result7 || libp) ;
31772 }
31773
31774 static int G__G__Hist_323_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31775 {
31776 G__letint(result7, 85, (long) THnSparseT<TArrayF>::Class());
31777 return(1 || funcname || hash || result7 || libp) ;
31778 }
31779
31780 static int G__G__Hist_323_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31781 {
31782 G__letint(result7, 67, (long) THnSparseT<TArrayF>::Class_Name());
31783 return(1 || funcname || hash || result7 || libp) ;
31784 }
31785
31786 static int G__G__Hist_323_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31787 {
31788 G__letint(result7, 115, (long) THnSparseT<TArrayF>::Class_Version());
31789 return(1 || funcname || hash || result7 || libp) ;
31790 }
31791
31792 static int G__G__Hist_323_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31793 {
31794 THnSparseT<TArrayF>::Dictionary();
31795 G__setnull(result7);
31796 return(1 || funcname || hash || result7 || libp) ;
31797 }
31798
31799 static int G__G__Hist_323_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31800 {
31801 ((THnSparseT<TArrayF>*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
31802 G__setnull(result7);
31803 return(1 || funcname || hash || result7 || libp) ;
31804 }
31805
31806 static int G__G__Hist_323_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31807 {
31808 G__letint(result7, 67, (long) THnSparseT<TArrayF>::DeclFileName());
31809 return(1 || funcname || hash || result7 || libp) ;
31810 }
31811
31812 static int G__G__Hist_323_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31813 {
31814 G__letint(result7, 105, (long) THnSparseT<TArrayF>::ImplFileLine());
31815 return(1 || funcname || hash || result7 || libp) ;
31816 }
31817
31818 static int G__G__Hist_323_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31819 {
31820 G__letint(result7, 67, (long) THnSparseT<TArrayF>::ImplFileName());
31821 return(1 || funcname || hash || result7 || libp) ;
31822 }
31823
31824 static int G__G__Hist_323_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31825 {
31826 G__letint(result7, 105, (long) THnSparseT<TArrayF>::DeclFileLine());
31827 return(1 || funcname || hash || result7 || libp) ;
31828 }
31829
31830
31831 typedef THnSparseT<TArrayF> G__TTHnSparseTlETArrayFgR;
31832 static int G__G__Hist_323_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31833 {
31834 char* gvp = (char*) G__getgvp();
31835 long soff = G__getstructoffset();
31836 int n = G__getaryconstruct();
31837
31838
31839
31840
31841
31842 if (!soff) {
31843 return(1);
31844 }
31845 if (n) {
31846 if (gvp == (char*)G__PVOID) {
31847 delete[] (THnSparseT<TArrayF>*) soff;
31848 } else {
31849 G__setgvp((long) G__PVOID);
31850 for (int i = n - 1; i >= 0; --i) {
31851 ((THnSparseT<TArrayF>*) (soff+(sizeof(THnSparseT<TArrayF>)*i)))->~G__TTHnSparseTlETArrayFgR();
31852 }
31853 G__setgvp((long)gvp);
31854 }
31855 } else {
31856 if (gvp == (char*)G__PVOID) {
31857 delete (THnSparseT<TArrayF>*) soff;
31858 } else {
31859 G__setgvp((long) G__PVOID);
31860 ((THnSparseT<TArrayF>*) (soff))->~G__TTHnSparseTlETArrayFgR();
31861 G__setgvp((long)gvp);
31862 }
31863 }
31864 G__setnull(result7);
31865 return(1 || funcname || hash || result7 || libp) ;
31866 }
31867
31868
31869
31870 static int G__G__Hist_324_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31871 {
31872 THnSparseT<TArrayL>* p = NULL;
31873 char* gvp = (char*) G__getgvp();
31874 int n = G__getaryconstruct();
31875 if (n) {
31876 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31877 p = new THnSparseT<TArrayL>[n];
31878 } else {
31879 p = new((void*) gvp) THnSparseT<TArrayL>[n];
31880 }
31881 } else {
31882 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31883 p = new THnSparseT<TArrayL>;
31884 } else {
31885 p = new((void*) gvp) THnSparseT<TArrayL>;
31886 }
31887 }
31888 result7->obj.i = (long) p;
31889 result7->ref = (long) p;
31890 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayLgR));
31891 return(1 || funcname || hash || result7 || libp) ;
31892 }
31893
31894 static int G__G__Hist_324_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31895 {
31896 THnSparseT<TArrayL>* p = NULL;
31897 char* gvp = (char*) G__getgvp();
31898 switch (libp->paran) {
31899 case 7:
31900
31901 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31902 p = new THnSparseT<TArrayL>(
31903 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
31904 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
31905 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
31906 , (Int_t) G__int(libp->para[6]));
31907 } else {
31908 p = new((void*) gvp) THnSparseT<TArrayL>(
31909 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
31910 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
31911 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
31912 , (Int_t) G__int(libp->para[6]));
31913 }
31914 break;
31915 case 6:
31916
31917 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31918 p = new THnSparseT<TArrayL>(
31919 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
31920 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
31921 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
31922 } else {
31923 p = new((void*) gvp) THnSparseT<TArrayL>(
31924 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
31925 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
31926 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
31927 }
31928 break;
31929 case 5:
31930
31931 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31932 p = new THnSparseT<TArrayL>(
31933 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
31934 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
31935 , (Double_t*) G__int(libp->para[4]));
31936 } else {
31937 p = new((void*) gvp) THnSparseT<TArrayL>(
31938 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
31939 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
31940 , (Double_t*) G__int(libp->para[4]));
31941 }
31942 break;
31943 case 4:
31944
31945 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31946 p = new THnSparseT<TArrayL>(
31947 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
31948 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3]));
31949 } else {
31950 p = new((void*) gvp) THnSparseT<TArrayL>(
31951 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
31952 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3]));
31953 }
31954 break;
31955 }
31956 result7->obj.i = (long) p;
31957 result7->ref = (long) p;
31958 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayLgR));
31959 return(1 || funcname || hash || result7 || libp) ;
31960 }
31961
31962 static int G__G__Hist_324_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31963 {
31964 G__letint(result7, 85, (long) THnSparseT<TArrayL>::Class());
31965 return(1 || funcname || hash || result7 || libp) ;
31966 }
31967
31968 static int G__G__Hist_324_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31969 {
31970 G__letint(result7, 67, (long) THnSparseT<TArrayL>::Class_Name());
31971 return(1 || funcname || hash || result7 || libp) ;
31972 }
31973
31974 static int G__G__Hist_324_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31975 {
31976 G__letint(result7, 115, (long) THnSparseT<TArrayL>::Class_Version());
31977 return(1 || funcname || hash || result7 || libp) ;
31978 }
31979
31980 static int G__G__Hist_324_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31981 {
31982 THnSparseT<TArrayL>::Dictionary();
31983 G__setnull(result7);
31984 return(1 || funcname || hash || result7 || libp) ;
31985 }
31986
31987 static int G__G__Hist_324_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31988 {
31989 ((THnSparseT<TArrayL>*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
31990 G__setnull(result7);
31991 return(1 || funcname || hash || result7 || libp) ;
31992 }
31993
31994 static int G__G__Hist_324_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31995 {
31996 G__letint(result7, 67, (long) THnSparseT<TArrayL>::DeclFileName());
31997 return(1 || funcname || hash || result7 || libp) ;
31998 }
31999
32000 static int G__G__Hist_324_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32001 {
32002 G__letint(result7, 105, (long) THnSparseT<TArrayL>::ImplFileLine());
32003 return(1 || funcname || hash || result7 || libp) ;
32004 }
32005
32006 static int G__G__Hist_324_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32007 {
32008 G__letint(result7, 67, (long) THnSparseT<TArrayL>::ImplFileName());
32009 return(1 || funcname || hash || result7 || libp) ;
32010 }
32011
32012 static int G__G__Hist_324_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32013 {
32014 G__letint(result7, 105, (long) THnSparseT<TArrayL>::DeclFileLine());
32015 return(1 || funcname || hash || result7 || libp) ;
32016 }
32017
32018
32019 typedef THnSparseT<TArrayL> G__TTHnSparseTlETArrayLgR;
32020 static int G__G__Hist_324_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32021 {
32022 char* gvp = (char*) G__getgvp();
32023 long soff = G__getstructoffset();
32024 int n = G__getaryconstruct();
32025
32026
32027
32028
32029
32030 if (!soff) {
32031 return(1);
32032 }
32033 if (n) {
32034 if (gvp == (char*)G__PVOID) {
32035 delete[] (THnSparseT<TArrayL>*) soff;
32036 } else {
32037 G__setgvp((long) G__PVOID);
32038 for (int i = n - 1; i >= 0; --i) {
32039 ((THnSparseT<TArrayL>*) (soff+(sizeof(THnSparseT<TArrayL>)*i)))->~G__TTHnSparseTlETArrayLgR();
32040 }
32041 G__setgvp((long)gvp);
32042 }
32043 } else {
32044 if (gvp == (char*)G__PVOID) {
32045 delete (THnSparseT<TArrayL>*) soff;
32046 } else {
32047 G__setgvp((long) G__PVOID);
32048 ((THnSparseT<TArrayL>*) (soff))->~G__TTHnSparseTlETArrayLgR();
32049 G__setgvp((long)gvp);
32050 }
32051 }
32052 G__setnull(result7);
32053 return(1 || funcname || hash || result7 || libp) ;
32054 }
32055
32056
32057
32058 static int G__G__Hist_325_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32059 {
32060 THnSparseT<TArrayI>* p = NULL;
32061 char* gvp = (char*) G__getgvp();
32062 int n = G__getaryconstruct();
32063 if (n) {
32064 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32065 p = new THnSparseT<TArrayI>[n];
32066 } else {
32067 p = new((void*) gvp) THnSparseT<TArrayI>[n];
32068 }
32069 } else {
32070 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32071 p = new THnSparseT<TArrayI>;
32072 } else {
32073 p = new((void*) gvp) THnSparseT<TArrayI>;
32074 }
32075 }
32076 result7->obj.i = (long) p;
32077 result7->ref = (long) p;
32078 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayIgR));
32079 return(1 || funcname || hash || result7 || libp) ;
32080 }
32081
32082 static int G__G__Hist_325_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32083 {
32084 THnSparseT<TArrayI>* p = NULL;
32085 char* gvp = (char*) G__getgvp();
32086 switch (libp->paran) {
32087 case 7:
32088
32089 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32090 p = new THnSparseT<TArrayI>(
32091 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
32092 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
32093 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
32094 , (Int_t) G__int(libp->para[6]));
32095 } else {
32096 p = new((void*) gvp) THnSparseT<TArrayI>(
32097 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
32098 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
32099 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
32100 , (Int_t) G__int(libp->para[6]));
32101 }
32102 break;
32103 case 6:
32104
32105 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32106 p = new THnSparseT<TArrayI>(
32107 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
32108 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
32109 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
32110 } else {
32111 p = new((void*) gvp) THnSparseT<TArrayI>(
32112 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
32113 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
32114 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
32115 }
32116 break;
32117 case 5:
32118
32119 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32120 p = new THnSparseT<TArrayI>(
32121 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
32122 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
32123 , (Double_t*) G__int(libp->para[4]));
32124 } else {
32125 p = new((void*) gvp) THnSparseT<TArrayI>(
32126 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
32127 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
32128 , (Double_t*) G__int(libp->para[4]));
32129 }
32130 break;
32131 case 4:
32132
32133 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32134 p = new THnSparseT<TArrayI>(
32135 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
32136 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3]));
32137 } else {
32138 p = new((void*) gvp) THnSparseT<TArrayI>(
32139 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
32140 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3]));
32141 }
32142 break;
32143 }
32144 result7->obj.i = (long) p;
32145 result7->ref = (long) p;
32146 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayIgR));
32147 return(1 || funcname || hash || result7 || libp) ;
32148 }
32149
32150 static int G__G__Hist_325_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32151 {
32152 G__letint(result7, 85, (long) THnSparseT<TArrayI>::Class());
32153 return(1 || funcname || hash || result7 || libp) ;
32154 }
32155
32156 static int G__G__Hist_325_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32157 {
32158 G__letint(result7, 67, (long) THnSparseT<TArrayI>::Class_Name());
32159 return(1 || funcname || hash || result7 || libp) ;
32160 }
32161
32162 static int G__G__Hist_325_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32163 {
32164 G__letint(result7, 115, (long) THnSparseT<TArrayI>::Class_Version());
32165 return(1 || funcname || hash || result7 || libp) ;
32166 }
32167
32168 static int G__G__Hist_325_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32169 {
32170 THnSparseT<TArrayI>::Dictionary();
32171 G__setnull(result7);
32172 return(1 || funcname || hash || result7 || libp) ;
32173 }
32174
32175 static int G__G__Hist_325_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32176 {
32177 ((THnSparseT<TArrayI>*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
32178 G__setnull(result7);
32179 return(1 || funcname || hash || result7 || libp) ;
32180 }
32181
32182 static int G__G__Hist_325_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32183 {
32184 G__letint(result7, 67, (long) THnSparseT<TArrayI>::DeclFileName());
32185 return(1 || funcname || hash || result7 || libp) ;
32186 }
32187
32188 static int G__G__Hist_325_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32189 {
32190 G__letint(result7, 105, (long) THnSparseT<TArrayI>::ImplFileLine());
32191 return(1 || funcname || hash || result7 || libp) ;
32192 }
32193
32194 static int G__G__Hist_325_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32195 {
32196 G__letint(result7, 67, (long) THnSparseT<TArrayI>::ImplFileName());
32197 return(1 || funcname || hash || result7 || libp) ;
32198 }
32199
32200 static int G__G__Hist_325_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32201 {
32202 G__letint(result7, 105, (long) THnSparseT<TArrayI>::DeclFileLine());
32203 return(1 || funcname || hash || result7 || libp) ;
32204 }
32205
32206
32207 typedef THnSparseT<TArrayI> G__TTHnSparseTlETArrayIgR;
32208 static int G__G__Hist_325_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32209 {
32210 char* gvp = (char*) G__getgvp();
32211 long soff = G__getstructoffset();
32212 int n = G__getaryconstruct();
32213
32214
32215
32216
32217
32218 if (!soff) {
32219 return(1);
32220 }
32221 if (n) {
32222 if (gvp == (char*)G__PVOID) {
32223 delete[] (THnSparseT<TArrayI>*) soff;
32224 } else {
32225 G__setgvp((long) G__PVOID);
32226 for (int i = n - 1; i >= 0; --i) {
32227 ((THnSparseT<TArrayI>*) (soff+(sizeof(THnSparseT<TArrayI>)*i)))->~G__TTHnSparseTlETArrayIgR();
32228 }
32229 G__setgvp((long)gvp);
32230 }
32231 } else {
32232 if (gvp == (char*)G__PVOID) {
32233 delete (THnSparseT<TArrayI>*) soff;
32234 } else {
32235 G__setgvp((long) G__PVOID);
32236 ((THnSparseT<TArrayI>*) (soff))->~G__TTHnSparseTlETArrayIgR();
32237 G__setgvp((long)gvp);
32238 }
32239 }
32240 G__setnull(result7);
32241 return(1 || funcname || hash || result7 || libp) ;
32242 }
32243
32244
32245
32246 static int G__G__Hist_326_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32247 {
32248 THnSparseT<TArrayS>* p = NULL;
32249 char* gvp = (char*) G__getgvp();
32250 int n = G__getaryconstruct();
32251 if (n) {
32252 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32253 p = new THnSparseT<TArrayS>[n];
32254 } else {
32255 p = new((void*) gvp) THnSparseT<TArrayS>[n];
32256 }
32257 } else {
32258 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32259 p = new THnSparseT<TArrayS>;
32260 } else {
32261 p = new((void*) gvp) THnSparseT<TArrayS>;
32262 }
32263 }
32264 result7->obj.i = (long) p;
32265 result7->ref = (long) p;
32266 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArraySgR));
32267 return(1 || funcname || hash || result7 || libp) ;
32268 }
32269
32270 static int G__G__Hist_326_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32271 {
32272 THnSparseT<TArrayS>* p = NULL;
32273 char* gvp = (char*) G__getgvp();
32274 switch (libp->paran) {
32275 case 7:
32276
32277 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32278 p = new THnSparseT<TArrayS>(
32279 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
32280 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
32281 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
32282 , (Int_t) G__int(libp->para[6]));
32283 } else {
32284 p = new((void*) gvp) THnSparseT<TArrayS>(
32285 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
32286 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
32287 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
32288 , (Int_t) G__int(libp->para[6]));
32289 }
32290 break;
32291 case 6:
32292
32293 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32294 p = new THnSparseT<TArrayS>(
32295 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
32296 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
32297 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
32298 } else {
32299 p = new((void*) gvp) THnSparseT<TArrayS>(
32300 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
32301 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
32302 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
32303 }
32304 break;
32305 case 5:
32306
32307 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32308 p = new THnSparseT<TArrayS>(
32309 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
32310 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
32311 , (Double_t*) G__int(libp->para[4]));
32312 } else {
32313 p = new((void*) gvp) THnSparseT<TArrayS>(
32314 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
32315 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
32316 , (Double_t*) G__int(libp->para[4]));
32317 }
32318 break;
32319 case 4:
32320
32321 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32322 p = new THnSparseT<TArrayS>(
32323 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
32324 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3]));
32325 } else {
32326 p = new((void*) gvp) THnSparseT<TArrayS>(
32327 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
32328 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3]));
32329 }
32330 break;
32331 }
32332 result7->obj.i = (long) p;
32333 result7->ref = (long) p;
32334 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArraySgR));
32335 return(1 || funcname || hash || result7 || libp) ;
32336 }
32337
32338 static int G__G__Hist_326_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32339 {
32340 G__letint(result7, 85, (long) THnSparseT<TArrayS>::Class());
32341 return(1 || funcname || hash || result7 || libp) ;
32342 }
32343
32344 static int G__G__Hist_326_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32345 {
32346 G__letint(result7, 67, (long) THnSparseT<TArrayS>::Class_Name());
32347 return(1 || funcname || hash || result7 || libp) ;
32348 }
32349
32350 static int G__G__Hist_326_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32351 {
32352 G__letint(result7, 115, (long) THnSparseT<TArrayS>::Class_Version());
32353 return(1 || funcname || hash || result7 || libp) ;
32354 }
32355
32356 static int G__G__Hist_326_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32357 {
32358 THnSparseT<TArrayS>::Dictionary();
32359 G__setnull(result7);
32360 return(1 || funcname || hash || result7 || libp) ;
32361 }
32362
32363 static int G__G__Hist_326_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32364 {
32365 ((THnSparseT<TArrayS>*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
32366 G__setnull(result7);
32367 return(1 || funcname || hash || result7 || libp) ;
32368 }
32369
32370 static int G__G__Hist_326_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32371 {
32372 G__letint(result7, 67, (long) THnSparseT<TArrayS>::DeclFileName());
32373 return(1 || funcname || hash || result7 || libp) ;
32374 }
32375
32376 static int G__G__Hist_326_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32377 {
32378 G__letint(result7, 105, (long) THnSparseT<TArrayS>::ImplFileLine());
32379 return(1 || funcname || hash || result7 || libp) ;
32380 }
32381
32382 static int G__G__Hist_326_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32383 {
32384 G__letint(result7, 67, (long) THnSparseT<TArrayS>::ImplFileName());
32385 return(1 || funcname || hash || result7 || libp) ;
32386 }
32387
32388 static int G__G__Hist_326_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32389 {
32390 G__letint(result7, 105, (long) THnSparseT<TArrayS>::DeclFileLine());
32391 return(1 || funcname || hash || result7 || libp) ;
32392 }
32393
32394
32395 typedef THnSparseT<TArrayS> G__TTHnSparseTlETArraySgR;
32396 static int G__G__Hist_326_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32397 {
32398 char* gvp = (char*) G__getgvp();
32399 long soff = G__getstructoffset();
32400 int n = G__getaryconstruct();
32401
32402
32403
32404
32405
32406 if (!soff) {
32407 return(1);
32408 }
32409 if (n) {
32410 if (gvp == (char*)G__PVOID) {
32411 delete[] (THnSparseT<TArrayS>*) soff;
32412 } else {
32413 G__setgvp((long) G__PVOID);
32414 for (int i = n - 1; i >= 0; --i) {
32415 ((THnSparseT<TArrayS>*) (soff+(sizeof(THnSparseT<TArrayS>)*i)))->~G__TTHnSparseTlETArraySgR();
32416 }
32417 G__setgvp((long)gvp);
32418 }
32419 } else {
32420 if (gvp == (char*)G__PVOID) {
32421 delete (THnSparseT<TArrayS>*) soff;
32422 } else {
32423 G__setgvp((long) G__PVOID);
32424 ((THnSparseT<TArrayS>*) (soff))->~G__TTHnSparseTlETArraySgR();
32425 G__setgvp((long)gvp);
32426 }
32427 }
32428 G__setnull(result7);
32429 return(1 || funcname || hash || result7 || libp) ;
32430 }
32431
32432
32433
32434 static int G__G__Hist_327_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32435 {
32436 THnSparseT<TArrayC>* p = NULL;
32437 char* gvp = (char*) G__getgvp();
32438 int n = G__getaryconstruct();
32439 if (n) {
32440 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32441 p = new THnSparseT<TArrayC>[n];
32442 } else {
32443 p = new((void*) gvp) THnSparseT<TArrayC>[n];
32444 }
32445 } else {
32446 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32447 p = new THnSparseT<TArrayC>;
32448 } else {
32449 p = new((void*) gvp) THnSparseT<TArrayC>;
32450 }
32451 }
32452 result7->obj.i = (long) p;
32453 result7->ref = (long) p;
32454 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayCgR));
32455 return(1 || funcname || hash || result7 || libp) ;
32456 }
32457
32458 static int G__G__Hist_327_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32459 {
32460 THnSparseT<TArrayC>* p = NULL;
32461 char* gvp = (char*) G__getgvp();
32462 switch (libp->paran) {
32463 case 7:
32464
32465 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32466 p = new THnSparseT<TArrayC>(
32467 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
32468 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
32469 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
32470 , (Int_t) G__int(libp->para[6]));
32471 } else {
32472 p = new((void*) gvp) THnSparseT<TArrayC>(
32473 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
32474 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
32475 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
32476 , (Int_t) G__int(libp->para[6]));
32477 }
32478 break;
32479 case 6:
32480
32481 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32482 p = new THnSparseT<TArrayC>(
32483 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
32484 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
32485 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
32486 } else {
32487 p = new((void*) gvp) THnSparseT<TArrayC>(
32488 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
32489 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
32490 , (Double_t*) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5]));
32491 }
32492 break;
32493 case 5:
32494
32495 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32496 p = new THnSparseT<TArrayC>(
32497 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
32498 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
32499 , (Double_t*) G__int(libp->para[4]));
32500 } else {
32501 p = new((void*) gvp) THnSparseT<TArrayC>(
32502 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
32503 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3])
32504 , (Double_t*) G__int(libp->para[4]));
32505 }
32506 break;
32507 case 4:
32508
32509 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32510 p = new THnSparseT<TArrayC>(
32511 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
32512 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3]));
32513 } else {
32514 p = new((void*) gvp) THnSparseT<TArrayC>(
32515 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
32516 , (Int_t) G__int(libp->para[2]), (const Int_t*) G__int(libp->para[3]));
32517 }
32518 break;
32519 }
32520 result7->obj.i = (long) p;
32521 result7->ref = (long) p;
32522 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayCgR));
32523 return(1 || funcname || hash || result7 || libp) ;
32524 }
32525
32526 static int G__G__Hist_327_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32527 {
32528 G__letint(result7, 85, (long) THnSparseT<TArrayC>::Class());
32529 return(1 || funcname || hash || result7 || libp) ;
32530 }
32531
32532 static int G__G__Hist_327_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32533 {
32534 G__letint(result7, 67, (long) THnSparseT<TArrayC>::Class_Name());
32535 return(1 || funcname || hash || result7 || libp) ;
32536 }
32537
32538 static int G__G__Hist_327_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32539 {
32540 G__letint(result7, 115, (long) THnSparseT<TArrayC>::Class_Version());
32541 return(1 || funcname || hash || result7 || libp) ;
32542 }
32543
32544 static int G__G__Hist_327_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32545 {
32546 THnSparseT<TArrayC>::Dictionary();
32547 G__setnull(result7);
32548 return(1 || funcname || hash || result7 || libp) ;
32549 }
32550
32551 static int G__G__Hist_327_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32552 {
32553 ((THnSparseT<TArrayC>*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
32554 G__setnull(result7);
32555 return(1 || funcname || hash || result7 || libp) ;
32556 }
32557
32558 static int G__G__Hist_327_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32559 {
32560 G__letint(result7, 67, (long) THnSparseT<TArrayC>::DeclFileName());
32561 return(1 || funcname || hash || result7 || libp) ;
32562 }
32563
32564 static int G__G__Hist_327_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32565 {
32566 G__letint(result7, 105, (long) THnSparseT<TArrayC>::ImplFileLine());
32567 return(1 || funcname || hash || result7 || libp) ;
32568 }
32569
32570 static int G__G__Hist_327_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32571 {
32572 G__letint(result7, 67, (long) THnSparseT<TArrayC>::ImplFileName());
32573 return(1 || funcname || hash || result7 || libp) ;
32574 }
32575
32576 static int G__G__Hist_327_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32577 {
32578 G__letint(result7, 105, (long) THnSparseT<TArrayC>::DeclFileLine());
32579 return(1 || funcname || hash || result7 || libp) ;
32580 }
32581
32582
32583 typedef THnSparseT<TArrayC> G__TTHnSparseTlETArrayCgR;
32584 static int G__G__Hist_327_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32585 {
32586 char* gvp = (char*) G__getgvp();
32587 long soff = G__getstructoffset();
32588 int n = G__getaryconstruct();
32589
32590
32591
32592
32593
32594 if (!soff) {
32595 return(1);
32596 }
32597 if (n) {
32598 if (gvp == (char*)G__PVOID) {
32599 delete[] (THnSparseT<TArrayC>*) soff;
32600 } else {
32601 G__setgvp((long) G__PVOID);
32602 for (int i = n - 1; i >= 0; --i) {
32603 ((THnSparseT<TArrayC>*) (soff+(sizeof(THnSparseT<TArrayC>)*i)))->~G__TTHnSparseTlETArrayCgR();
32604 }
32605 G__setgvp((long)gvp);
32606 }
32607 } else {
32608 if (gvp == (char*)G__PVOID) {
32609 delete (THnSparseT<TArrayC>*) soff;
32610 } else {
32611 G__setgvp((long) G__PVOID);
32612 ((THnSparseT<TArrayC>*) (soff))->~G__TTHnSparseTlETArrayCgR();
32613 G__setgvp((long)gvp);
32614 }
32615 }
32616 G__setnull(result7);
32617 return(1 || funcname || hash || result7 || libp) ;
32618 }
32619
32620
32621
32622 static int G__G__Hist_328_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32623 {
32624 THStack* p = NULL;
32625 char* gvp = (char*) G__getgvp();
32626 int n = G__getaryconstruct();
32627 if (n) {
32628 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32629 p = new THStack[n];
32630 } else {
32631 p = new((void*) gvp) THStack[n];
32632 }
32633 } else {
32634 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32635 p = new THStack;
32636 } else {
32637 p = new((void*) gvp) THStack;
32638 }
32639 }
32640 result7->obj.i = (long) p;
32641 result7->ref = (long) p;
32642 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_THStack));
32643 return(1 || funcname || hash || result7 || libp) ;
32644 }
32645
32646 static int G__G__Hist_328_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32647 {
32648 THStack* p = NULL;
32649 char* gvp = (char*) G__getgvp();
32650
32651 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32652 p = new THStack((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
32653 } else {
32654 p = new((void*) gvp) THStack((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
32655 }
32656 result7->obj.i = (long) p;
32657 result7->ref = (long) p;
32658 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_THStack));
32659 return(1 || funcname || hash || result7 || libp) ;
32660 }
32661
32662 static int G__G__Hist_328_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32663 {
32664 THStack* p = NULL;
32665 char* gvp = (char*) G__getgvp();
32666 switch (libp->paran) {
32667 case 10:
32668
32669 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32670 p = new THStack(
32671 (TH1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
32672 , (const char*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
32673 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
32674 , (Int_t) G__int(libp->para[6]), (Int_t) G__int(libp->para[7])
32675 , (Option_t*) G__int(libp->para[8]), (Option_t*) G__int(libp->para[9]));
32676 } else {
32677 p = new((void*) gvp) THStack(
32678 (TH1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
32679 , (const char*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
32680 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
32681 , (Int_t) G__int(libp->para[6]), (Int_t) G__int(libp->para[7])
32682 , (Option_t*) G__int(libp->para[8]), (Option_t*) G__int(libp->para[9]));
32683 }
32684 break;
32685 case 9:
32686
32687 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32688 p = new THStack(
32689 (TH1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
32690 , (const char*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
32691 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
32692 , (Int_t) G__int(libp->para[6]), (Int_t) G__int(libp->para[7])
32693 , (Option_t*) G__int(libp->para[8]));
32694 } else {
32695 p = new((void*) gvp) THStack(
32696 (TH1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
32697 , (const char*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
32698 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
32699 , (Int_t) G__int(libp->para[6]), (Int_t) G__int(libp->para[7])
32700 , (Option_t*) G__int(libp->para[8]));
32701 }
32702 break;
32703 case 8:
32704
32705 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32706 p = new THStack(
32707 (TH1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
32708 , (const char*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
32709 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
32710 , (Int_t) G__int(libp->para[6]), (Int_t) G__int(libp->para[7]));
32711 } else {
32712 p = new((void*) gvp) THStack(
32713 (TH1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
32714 , (const char*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
32715 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
32716 , (Int_t) G__int(libp->para[6]), (Int_t) G__int(libp->para[7]));
32717 }
32718 break;
32719 case 7:
32720
32721 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32722 p = new THStack(
32723 (TH1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
32724 , (const char*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
32725 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
32726 , (Int_t) G__int(libp->para[6]));
32727 } else {
32728 p = new((void*) gvp) THStack(
32729 (TH1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
32730 , (const char*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
32731 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
32732 , (Int_t) G__int(libp->para[6]));
32733 }
32734 break;
32735 case 6:
32736
32737 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32738 p = new THStack(
32739 (TH1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
32740 , (const char*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
32741 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
32742 } else {
32743 p = new((void*) gvp) THStack(
32744 (TH1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
32745 , (const char*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
32746 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
32747 }
32748 break;
32749 case 5:
32750
32751 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32752 p = new THStack(
32753 (TH1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
32754 , (const char*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
32755 , (Int_t) G__int(libp->para[4]));
32756 } else {
32757 p = new((void*) gvp) THStack(
32758 (TH1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
32759 , (const char*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
32760 , (Int_t) G__int(libp->para[4]));
32761 }
32762 break;
32763 case 4:
32764
32765 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32766 p = new THStack(
32767 (TH1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
32768 , (const char*) G__int(libp->para[2]), (const char*) G__int(libp->para[3]));
32769 } else {
32770 p = new((void*) gvp) THStack(
32771 (TH1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
32772 , (const char*) G__int(libp->para[2]), (const char*) G__int(libp->para[3]));
32773 }
32774 break;
32775 case 3:
32776
32777 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32778 p = new THStack(
32779 (TH1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
32780 , (const char*) G__int(libp->para[2]));
32781 } else {
32782 p = new((void*) gvp) THStack(
32783 (TH1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
32784 , (const char*) G__int(libp->para[2]));
32785 }
32786 break;
32787 case 2:
32788
32789 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32790 p = new THStack((TH1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
32791 } else {
32792 p = new((void*) gvp) THStack((TH1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
32793 }
32794 break;
32795 case 1:
32796
32797 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32798 p = new THStack((TH1*) G__int(libp->para[0]));
32799 } else {
32800 p = new((void*) gvp) THStack((TH1*) G__int(libp->para[0]));
32801 }
32802 break;
32803 }
32804 result7->obj.i = (long) p;
32805 result7->ref = (long) p;
32806 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_THStack));
32807 return(1 || funcname || hash || result7 || libp) ;
32808 }
32809
32810 static int G__G__Hist_328_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32811 {
32812 THStack* p = NULL;
32813 char* gvp = (char*) G__getgvp();
32814
32815 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32816 p = new THStack(*(THStack*) libp->para[0].ref);
32817 } else {
32818 p = new((void*) gvp) THStack(*(THStack*) libp->para[0].ref);
32819 }
32820 result7->obj.i = (long) p;
32821 result7->ref = (long) p;
32822 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_THStack));
32823 return(1 || funcname || hash || result7 || libp) ;
32824 }
32825
32826 static int G__G__Hist_328_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32827 {
32828 switch (libp->paran) {
32829 case 2:
32830 ((THStack*) G__getstructoffset())->Add((TH1*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
32831 G__setnull(result7);
32832 break;
32833 case 1:
32834 ((THStack*) G__getstructoffset())->Add((TH1*) G__int(libp->para[0]));
32835 G__setnull(result7);
32836 break;
32837 }
32838 return(1 || funcname || hash || result7 || libp) ;
32839 }
32840
32841 static int G__G__Hist_328_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32842 {
32843 G__letint(result7, 85, (long) ((const THStack*) G__getstructoffset())->GetHistogram());
32844 return(1 || funcname || hash || result7 || libp) ;
32845 }
32846
32847 static int G__G__Hist_328_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32848 {
32849 G__letint(result7, 85, (long) ((const THStack*) G__getstructoffset())->GetHists());
32850 return(1 || funcname || hash || result7 || libp) ;
32851 }
32852
32853 static int G__G__Hist_328_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32854 {
32855 G__letint(result7, 85, (long) ((THStack*) G__getstructoffset())->GetStack());
32856 return(1 || funcname || hash || result7 || libp) ;
32857 }
32858
32859 static int G__G__Hist_328_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32860 {
32861 switch (libp->paran) {
32862 case 1:
32863 G__letdouble(result7, 100, (double) ((THStack*) G__getstructoffset())->GetMaximum((Option_t*) G__int(libp->para[0])));
32864 break;
32865 case 0:
32866 G__letdouble(result7, 100, (double) ((THStack*) G__getstructoffset())->GetMaximum());
32867 break;
32868 }
32869 return(1 || funcname || hash || result7 || libp) ;
32870 }
32871
32872 static int G__G__Hist_328_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32873 {
32874 switch (libp->paran) {
32875 case 1:
32876 G__letdouble(result7, 100, (double) ((THStack*) G__getstructoffset())->GetMinimum((Option_t*) G__int(libp->para[0])));
32877 break;
32878 case 0:
32879 G__letdouble(result7, 100, (double) ((THStack*) G__getstructoffset())->GetMinimum());
32880 break;
32881 }
32882 return(1 || funcname || hash || result7 || libp) ;
32883 }
32884
32885 static int G__G__Hist_328_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32886 {
32887 G__letint(result7, 85, (long) ((const THStack*) G__getstructoffset())->GetXaxis());
32888 return(1 || funcname || hash || result7 || libp) ;
32889 }
32890
32891 static int G__G__Hist_328_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32892 {
32893 G__letint(result7, 85, (long) ((const THStack*) G__getstructoffset())->GetYaxis());
32894 return(1 || funcname || hash || result7 || libp) ;
32895 }
32896
32897 static int G__G__Hist_328_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32898 {
32899 ((THStack*) G__getstructoffset())->Modified();
32900 G__setnull(result7);
32901 return(1 || funcname || hash || result7 || libp) ;
32902 }
32903
32904 static int G__G__Hist_328_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32905 {
32906 ((THStack*) G__getstructoffset())->SetHistogram((TH1*) G__int(libp->para[0]));
32907 G__setnull(result7);
32908 return(1 || funcname || hash || result7 || libp) ;
32909 }
32910
32911 static int G__G__Hist_328_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32912 {
32913 switch (libp->paran) {
32914 case 1:
32915 ((THStack*) G__getstructoffset())->SetMaximum((Double_t) G__double(libp->para[0]));
32916 G__setnull(result7);
32917 break;
32918 case 0:
32919 ((THStack*) G__getstructoffset())->SetMaximum();
32920 G__setnull(result7);
32921 break;
32922 }
32923 return(1 || funcname || hash || result7 || libp) ;
32924 }
32925
32926 static int G__G__Hist_328_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32927 {
32928 switch (libp->paran) {
32929 case 1:
32930 ((THStack*) G__getstructoffset())->SetMinimum((Double_t) G__double(libp->para[0]));
32931 G__setnull(result7);
32932 break;
32933 case 0:
32934 ((THStack*) G__getstructoffset())->SetMinimum();
32935 G__setnull(result7);
32936 break;
32937 }
32938 return(1 || funcname || hash || result7 || libp) ;
32939 }
32940
32941 static int G__G__Hist_328_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32942 {
32943 G__letint(result7, 85, (long) THStack::Class());
32944 return(1 || funcname || hash || result7 || libp) ;
32945 }
32946
32947 static int G__G__Hist_328_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32948 {
32949 G__letint(result7, 67, (long) THStack::Class_Name());
32950 return(1 || funcname || hash || result7 || libp) ;
32951 }
32952
32953 static int G__G__Hist_328_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32954 {
32955 G__letint(result7, 115, (long) THStack::Class_Version());
32956 return(1 || funcname || hash || result7 || libp) ;
32957 }
32958
32959 static int G__G__Hist_328_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32960 {
32961 THStack::Dictionary();
32962 G__setnull(result7);
32963 return(1 || funcname || hash || result7 || libp) ;
32964 }
32965
32966 static int G__G__Hist_328_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32967 {
32968 ((THStack*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
32969 G__setnull(result7);
32970 return(1 || funcname || hash || result7 || libp) ;
32971 }
32972
32973 static int G__G__Hist_328_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32974 {
32975 G__letint(result7, 67, (long) THStack::DeclFileName());
32976 return(1 || funcname || hash || result7 || libp) ;
32977 }
32978
32979 static int G__G__Hist_328_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32980 {
32981 G__letint(result7, 105, (long) THStack::ImplFileLine());
32982 return(1 || funcname || hash || result7 || libp) ;
32983 }
32984
32985 static int G__G__Hist_328_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32986 {
32987 G__letint(result7, 67, (long) THStack::ImplFileName());
32988 return(1 || funcname || hash || result7 || libp) ;
32989 }
32990
32991 static int G__G__Hist_328_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32992 {
32993 G__letint(result7, 105, (long) THStack::DeclFileLine());
32994 return(1 || funcname || hash || result7 || libp) ;
32995 }
32996
32997
32998 typedef THStack G__TTHStack;
32999 static int G__G__Hist_328_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33000 {
33001 char* gvp = (char*) G__getgvp();
33002 long soff = G__getstructoffset();
33003 int n = G__getaryconstruct();
33004
33005
33006
33007
33008
33009 if (!soff) {
33010 return(1);
33011 }
33012 if (n) {
33013 if (gvp == (char*)G__PVOID) {
33014 delete[] (THStack*) soff;
33015 } else {
33016 G__setgvp((long) G__PVOID);
33017 for (int i = n - 1; i >= 0; --i) {
33018 ((THStack*) (soff+(sizeof(THStack)*i)))->~G__TTHStack();
33019 }
33020 G__setgvp((long)gvp);
33021 }
33022 } else {
33023 if (gvp == (char*)G__PVOID) {
33024 delete (THStack*) soff;
33025 } else {
33026 G__setgvp((long) G__PVOID);
33027 ((THStack*) (soff))->~G__TTHStack();
33028 G__setgvp((long)gvp);
33029 }
33030 }
33031 G__setnull(result7);
33032 return(1 || funcname || hash || result7 || libp) ;
33033 }
33034
33035
33036
33037 static int G__G__Hist_333_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33038 {
33039 TKDE* p = NULL;
33040 char* gvp = (char*) G__getgvp();
33041 switch (libp->paran) {
33042 case 6:
33043
33044 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
33045 p = new TKDE(
33046 (UInt_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
33047 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
33048 , (Option_t*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5]));
33049 } else {
33050 p = new((void*) gvp) TKDE(
33051 (UInt_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
33052 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
33053 , (Option_t*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5]));
33054 }
33055 break;
33056 case 5:
33057
33058 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
33059 p = new TKDE(
33060 (UInt_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
33061 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
33062 , (Option_t*) G__int(libp->para[4]));
33063 } else {
33064 p = new((void*) gvp) TKDE(
33065 (UInt_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
33066 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
33067 , (Option_t*) G__int(libp->para[4]));
33068 }
33069 break;
33070 case 4:
33071
33072 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
33073 p = new TKDE(
33074 (UInt_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
33075 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
33076 } else {
33077 p = new((void*) gvp) TKDE(
33078 (UInt_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
33079 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
33080 }
33081 break;
33082 case 3:
33083
33084 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
33085 p = new TKDE(
33086 (UInt_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
33087 , (Double_t) G__double(libp->para[2]));
33088 } else {
33089 p = new((void*) gvp) TKDE(
33090 (UInt_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
33091 , (Double_t) G__double(libp->para[2]));
33092 }
33093 break;
33094 case 2:
33095
33096 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
33097 p = new TKDE((UInt_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
33098 } else {
33099 p = new((void*) gvp) TKDE((UInt_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
33100 }
33101 break;
33102 case 1:
33103
33104 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
33105 p = new TKDE((UInt_t) G__int(libp->para[0]));
33106 } else {
33107 p = new((void*) gvp) TKDE((UInt_t) G__int(libp->para[0]));
33108 }
33109 break;
33110 case 0:
33111 int n = G__getaryconstruct();
33112 if (n) {
33113 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
33114 p = new TKDE[n];
33115 } else {
33116 p = new((void*) gvp) TKDE[n];
33117 }
33118 } else {
33119 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
33120 p = new TKDE;
33121 } else {
33122 p = new((void*) gvp) TKDE;
33123 }
33124 }
33125 break;
33126 }
33127 result7->obj.i = (long) p;
33128 result7->ref = (long) p;
33129 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TKDE));
33130 return(1 || funcname || hash || result7 || libp) ;
33131 }
33132
33133 static int G__G__Hist_333_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33134 {
33135 ((TKDE*) G__getstructoffset())->Fill((Double_t) G__double(libp->para[0]));
33136 G__setnull(result7);
33137 return(1 || funcname || hash || result7 || libp) ;
33138 }
33139
33140 static int G__G__Hist_333_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33141 {
33142 ((TKDE*) G__getstructoffset())->SetKernelType((TKDE::EKernelType) G__int(libp->para[0]));
33143 G__setnull(result7);
33144 return(1 || funcname || hash || result7 || libp) ;
33145 }
33146
33147 static int G__G__Hist_333_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33148 {
33149 ((TKDE*) G__getstructoffset())->SetIteration((TKDE::EIteration) G__int(libp->para[0]));
33150 G__setnull(result7);
33151 return(1 || funcname || hash || result7 || libp) ;
33152 }
33153
33154 static int G__G__Hist_333_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33155 {
33156 ((TKDE*) G__getstructoffset())->SetMirror((TKDE::EMirror) G__int(libp->para[0]));
33157 G__setnull(result7);
33158 return(1 || funcname || hash || result7 || libp) ;
33159 }
33160
33161 static int G__G__Hist_333_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33162 {
33163 ((TKDE*) G__getstructoffset())->SetBinning((TKDE::EBinning) G__int(libp->para[0]));
33164 G__setnull(result7);
33165 return(1 || funcname || hash || result7 || libp) ;
33166 }
33167
33168 static int G__G__Hist_333_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33169 {
33170 ((TKDE*) G__getstructoffset())->SetNBins((UInt_t) G__int(libp->para[0]));
33171 G__setnull(result7);
33172 return(1 || funcname || hash || result7 || libp) ;
33173 }
33174
33175 static int G__G__Hist_333_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33176 {
33177 ((TKDE*) G__getstructoffset())->SetUseBinsNEvents((UInt_t) G__int(libp->para[0]));
33178 G__setnull(result7);
33179 return(1 || funcname || hash || result7 || libp) ;
33180 }
33181
33182 static int G__G__Hist_333_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33183 {
33184 ((TKDE*) G__getstructoffset())->SetTuneFactor((Double_t) G__double(libp->para[0]));
33185 G__setnull(result7);
33186 return(1 || funcname || hash || result7 || libp) ;
33187 }
33188
33189 static int G__G__Hist_333_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33190 {
33191 ((TKDE*) G__getstructoffset())->SetRange((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
33192 G__setnull(result7);
33193 return(1 || funcname || hash || result7 || libp) ;
33194 }
33195
33196 static int G__G__Hist_333_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33197 {
33198 G__letdouble(result7, 100, (double) ((const TKDE*) G__getstructoffset())->operator()((Double_t) G__double(libp->para[0])));
33199 return(1 || funcname || hash || result7 || libp) ;
33200 }
33201
33202 static int G__G__Hist_333_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33203 {
33204 switch (libp->paran) {
33205 case 2:
33206 G__letdouble(result7, 100, (double) ((const TKDE*) G__getstructoffset())->operator()((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])));
33207 break;
33208 case 1:
33209 G__letdouble(result7, 100, (double) ((const TKDE*) G__getstructoffset())->operator()((Double_t*) G__int(libp->para[0])));
33210 break;
33211 }
33212 return(1 || funcname || hash || result7 || libp) ;
33213 }
33214
33215 static int G__G__Hist_333_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33216 {
33217 G__letdouble(result7, 100, (double) ((const TKDE*) G__getstructoffset())->GetValue((Double_t) G__double(libp->para[0])));
33218 return(1 || funcname || hash || result7 || libp) ;
33219 }
33220
33221 static int G__G__Hist_333_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33222 {
33223 G__letdouble(result7, 100, (double) ((const TKDE*) G__getstructoffset())->GetError((Double_t) G__double(libp->para[0])));
33224 return(1 || funcname || hash || result7 || libp) ;
33225 }
33226
33227 static int G__G__Hist_333_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33228 {
33229 G__letdouble(result7, 100, (double) ((const TKDE*) G__getstructoffset())->GetBias((Double_t) G__double(libp->para[0])));
33230 return(1 || funcname || hash || result7 || libp) ;
33231 }
33232
33233 static int G__G__Hist_333_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33234 {
33235 G__letdouble(result7, 100, (double) ((const TKDE*) G__getstructoffset())->GetMean());
33236 return(1 || funcname || hash || result7 || libp) ;
33237 }
33238
33239 static int G__G__Hist_333_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33240 {
33241 G__letdouble(result7, 100, (double) ((const TKDE*) G__getstructoffset())->GetSigma());
33242 return(1 || funcname || hash || result7 || libp) ;
33243 }
33244
33245 static int G__G__Hist_333_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33246 {
33247 G__letdouble(result7, 100, (double) ((const TKDE*) G__getstructoffset())->GetRAMISE());
33248 return(1 || funcname || hash || result7 || libp) ;
33249 }
33250
33251 static int G__G__Hist_333_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33252 {
33253 G__letdouble(result7, 100, (double) ((const TKDE*) G__getstructoffset())->GetFixedWeight());
33254 return(1 || funcname || hash || result7 || libp) ;
33255 }
33256
33257 static int G__G__Hist_333_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33258 {
33259 switch (libp->paran) {
33260 case 3:
33261 G__letint(result7, 85, (long) ((TKDE*) G__getstructoffset())->GetFunction((UInt_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
33262 , (Double_t) G__double(libp->para[2])));
33263 break;
33264 case 2:
33265 G__letint(result7, 85, (long) ((TKDE*) G__getstructoffset())->GetFunction((UInt_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])));
33266 break;
33267 case 1:
33268 G__letint(result7, 85, (long) ((TKDE*) G__getstructoffset())->GetFunction((UInt_t) G__int(libp->para[0])));
33269 break;
33270 case 0:
33271 G__letint(result7, 85, (long) ((TKDE*) G__getstructoffset())->GetFunction());
33272 break;
33273 }
33274 return(1 || funcname || hash || result7 || libp) ;
33275 }
33276
33277 static int G__G__Hist_333_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33278 {
33279 switch (libp->paran) {
33280 case 4:
33281 G__letint(result7, 85, (long) ((TKDE*) G__getstructoffset())->GetUpperFunction((Double_t) G__double(libp->para[0]), (UInt_t) G__int(libp->para[1])
33282 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
33283 break;
33284 case 3:
33285 G__letint(result7, 85, (long) ((TKDE*) G__getstructoffset())->GetUpperFunction((Double_t) G__double(libp->para[0]), (UInt_t) G__int(libp->para[1])
33286 , (Double_t) G__double(libp->para[2])));
33287 break;
33288 case 2:
33289 G__letint(result7, 85, (long) ((TKDE*) G__getstructoffset())->GetUpperFunction((Double_t) G__double(libp->para[0]), (UInt_t) G__int(libp->para[1])));
33290 break;
33291 case 1:
33292 G__letint(result7, 85, (long) ((TKDE*) G__getstructoffset())->GetUpperFunction((Double_t) G__double(libp->para[0])));
33293 break;
33294 case 0:
33295 G__letint(result7, 85, (long) ((TKDE*) G__getstructoffset())->GetUpperFunction());
33296 break;
33297 }
33298 return(1 || funcname || hash || result7 || libp) ;
33299 }
33300
33301 static int G__G__Hist_333_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33302 {
33303 switch (libp->paran) {
33304 case 4:
33305 G__letint(result7, 85, (long) ((TKDE*) G__getstructoffset())->GetLowerFunction((Double_t) G__double(libp->para[0]), (UInt_t) G__int(libp->para[1])
33306 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
33307 break;
33308 case 3:
33309 G__letint(result7, 85, (long) ((TKDE*) G__getstructoffset())->GetLowerFunction((Double_t) G__double(libp->para[0]), (UInt_t) G__int(libp->para[1])
33310 , (Double_t) G__double(libp->para[2])));
33311 break;
33312 case 2:
33313 G__letint(result7, 85, (long) ((TKDE*) G__getstructoffset())->GetLowerFunction((Double_t) G__double(libp->para[0]), (UInt_t) G__int(libp->para[1])));
33314 break;
33315 case 1:
33316 G__letint(result7, 85, (long) ((TKDE*) G__getstructoffset())->GetLowerFunction((Double_t) G__double(libp->para[0])));
33317 break;
33318 case 0:
33319 G__letint(result7, 85, (long) ((TKDE*) G__getstructoffset())->GetLowerFunction());
33320 break;
33321 }
33322 return(1 || funcname || hash || result7 || libp) ;
33323 }
33324
33325 static int G__G__Hist_333_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33326 {
33327 switch (libp->paran) {
33328 case 3:
33329 G__letint(result7, 85, (long) ((TKDE*) G__getstructoffset())->GetApproximateBias((UInt_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
33330 , (Double_t) G__double(libp->para[2])));
33331 break;
33332 case 2:
33333 G__letint(result7, 85, (long) ((TKDE*) G__getstructoffset())->GetApproximateBias((UInt_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])));
33334 break;
33335 case 1:
33336 G__letint(result7, 85, (long) ((TKDE*) G__getstructoffset())->GetApproximateBias((UInt_t) G__int(libp->para[0])));
33337 break;
33338 case 0:
33339 G__letint(result7, 85, (long) ((TKDE*) G__getstructoffset())->GetApproximateBias());
33340 break;
33341 }
33342 return(1 || funcname || hash || result7 || libp) ;
33343 }
33344
33345 static int G__G__Hist_333_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33346 {
33347 switch (libp->paran) {
33348 case 3:
33349 G__letint(result7, 85, (long) ((TKDE*) G__getstructoffset())->GetGraphWithErrors((UInt_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
33350 , (Double_t) G__double(libp->para[2])));
33351 break;
33352 case 2:
33353 G__letint(result7, 85, (long) ((TKDE*) G__getstructoffset())->GetGraphWithErrors((UInt_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])));
33354 break;
33355 case 1:
33356 G__letint(result7, 85, (long) ((TKDE*) G__getstructoffset())->GetGraphWithErrors((UInt_t) G__int(libp->para[0])));
33357 break;
33358 case 0:
33359 G__letint(result7, 85, (long) ((TKDE*) G__getstructoffset())->GetGraphWithErrors());
33360 break;
33361 }
33362 return(1 || funcname || hash || result7 || libp) ;
33363 }
33364
33365 static int G__G__Hist_333_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33366 {
33367 G__letint(result7, 85, (long) ((TKDE*) G__getstructoffset())->GetDrawnFunction());
33368 return(1 || funcname || hash || result7 || libp) ;
33369 }
33370
33371 static int G__G__Hist_333_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33372 {
33373 G__letint(result7, 85, (long) ((TKDE*) G__getstructoffset())->GetDrawnUpperFunction());
33374 return(1 || funcname || hash || result7 || libp) ;
33375 }
33376
33377 static int G__G__Hist_333_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33378 {
33379 G__letint(result7, 85, (long) ((TKDE*) G__getstructoffset())->GetDrawnLowerFunction());
33380 return(1 || funcname || hash || result7 || libp) ;
33381 }
33382
33383 static int G__G__Hist_333_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33384 {
33385 G__letint(result7, 85, (long) ((TKDE*) G__getstructoffset())->GetDrawnGraph());
33386 return(1 || funcname || hash || result7 || libp) ;
33387 }
33388
33389 static int G__G__Hist_333_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33390 {
33391 G__letint(result7, 68, (long) ((const TKDE*) G__getstructoffset())->GetAdaptiveWeights());
33392 return(1 || funcname || hash || result7 || libp) ;
33393 }
33394
33395 static int G__G__Hist_333_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33396 {
33397 G__letint(result7, 85, (long) TKDE::Class());
33398 return(1 || funcname || hash || result7 || libp) ;
33399 }
33400
33401 static int G__G__Hist_333_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33402 {
33403 G__letint(result7, 67, (long) TKDE::Class_Name());
33404 return(1 || funcname || hash || result7 || libp) ;
33405 }
33406
33407 static int G__G__Hist_333_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33408 {
33409 G__letint(result7, 115, (long) TKDE::Class_Version());
33410 return(1 || funcname || hash || result7 || libp) ;
33411 }
33412
33413 static int G__G__Hist_333_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33414 {
33415 TKDE::Dictionary();
33416 G__setnull(result7);
33417 return(1 || funcname || hash || result7 || libp) ;
33418 }
33419
33420 static int G__G__Hist_333_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33421 {
33422 ((TKDE*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
33423 G__setnull(result7);
33424 return(1 || funcname || hash || result7 || libp) ;
33425 }
33426
33427 static int G__G__Hist_333_0_83(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33428 {
33429 G__letint(result7, 67, (long) TKDE::DeclFileName());
33430 return(1 || funcname || hash || result7 || libp) ;
33431 }
33432
33433 static int G__G__Hist_333_0_84(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33434 {
33435 G__letint(result7, 105, (long) TKDE::ImplFileLine());
33436 return(1 || funcname || hash || result7 || libp) ;
33437 }
33438
33439 static int G__G__Hist_333_0_85(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33440 {
33441 G__letint(result7, 67, (long) TKDE::ImplFileName());
33442 return(1 || funcname || hash || result7 || libp) ;
33443 }
33444
33445 static int G__G__Hist_333_0_86(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33446 {
33447 G__letint(result7, 105, (long) TKDE::DeclFileLine());
33448 return(1 || funcname || hash || result7 || libp) ;
33449 }
33450
33451
33452 typedef TKDE G__TTKDE;
33453 static int G__G__Hist_333_0_87(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33454 {
33455 char* gvp = (char*) G__getgvp();
33456 long soff = G__getstructoffset();
33457 int n = G__getaryconstruct();
33458
33459
33460
33461
33462
33463 if (!soff) {
33464 return(1);
33465 }
33466 if (n) {
33467 if (gvp == (char*)G__PVOID) {
33468 delete[] (TKDE*) soff;
33469 } else {
33470 G__setgvp((long) G__PVOID);
33471 for (int i = n - 1; i >= 0; --i) {
33472 ((TKDE*) (soff+(sizeof(TKDE)*i)))->~G__TTKDE();
33473 }
33474 G__setgvp((long)gvp);
33475 }
33476 } else {
33477 if (gvp == (char*)G__PVOID) {
33478 delete (TKDE*) soff;
33479 } else {
33480 G__setgvp((long) G__PVOID);
33481 ((TKDE*) (soff))->~G__TTKDE();
33482 G__setgvp((long)gvp);
33483 }
33484 }
33485 G__setnull(result7);
33486 return(1 || funcname || hash || result7 || libp) ;
33487 }
33488
33489
33490
33491 static int G__G__Hist_344_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33492 {
33493 TLimitDataSource* p = NULL;
33494 char* gvp = (char*) G__getgvp();
33495 int n = G__getaryconstruct();
33496 if (n) {
33497 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
33498 p = new TLimitDataSource[n];
33499 } else {
33500 p = new((void*) gvp) TLimitDataSource[n];
33501 }
33502 } else {
33503 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
33504 p = new TLimitDataSource;
33505 } else {
33506 p = new((void*) gvp) TLimitDataSource;
33507 }
33508 }
33509 result7->obj.i = (long) p;
33510 result7->ref = (long) p;
33511 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TLimitDataSource));
33512 return(1 || funcname || hash || result7 || libp) ;
33513 }
33514
33515 static int G__G__Hist_344_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33516 {
33517 TLimitDataSource* p = NULL;
33518 char* gvp = (char*) G__getgvp();
33519
33520 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
33521 p = new TLimitDataSource(
33522 (TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1])
33523 , (TH1*) G__int(libp->para[2]));
33524 } else {
33525 p = new((void*) gvp) TLimitDataSource(
33526 (TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1])
33527 , (TH1*) G__int(libp->para[2]));
33528 }
33529 result7->obj.i = (long) p;
33530 result7->ref = (long) p;
33531 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TLimitDataSource));
33532 return(1 || funcname || hash || result7 || libp) ;
33533 }
33534
33535 static int G__G__Hist_344_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33536 {
33537 TLimitDataSource* p = NULL;
33538 char* gvp = (char*) G__getgvp();
33539
33540 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
33541 p = new TLimitDataSource(
33542 (TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1])
33543 , (TH1*) G__int(libp->para[2]), (TVectorD*) G__int(libp->para[3])
33544 , (TVectorD*) G__int(libp->para[4]), (TObjArray*) G__int(libp->para[5]));
33545 } else {
33546 p = new((void*) gvp) TLimitDataSource(
33547 (TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1])
33548 , (TH1*) G__int(libp->para[2]), (TVectorD*) G__int(libp->para[3])
33549 , (TVectorD*) G__int(libp->para[4]), (TObjArray*) G__int(libp->para[5]));
33550 }
33551 result7->obj.i = (long) p;
33552 result7->ref = (long) p;
33553 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TLimitDataSource));
33554 return(1 || funcname || hash || result7 || libp) ;
33555 }
33556
33557 static int G__G__Hist_344_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33558 {
33559 ((TLimitDataSource*) G__getstructoffset())->AddChannel((TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1])
33560 , (TH1*) G__int(libp->para[2]));
33561 G__setnull(result7);
33562 return(1 || funcname || hash || result7 || libp) ;
33563 }
33564
33565 static int G__G__Hist_344_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33566 {
33567 ((TLimitDataSource*) G__getstructoffset())->AddChannel((TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1])
33568 , (TH1*) G__int(libp->para[2]), (TVectorD*) G__int(libp->para[3])
33569 , (TVectorD*) G__int(libp->para[4]), (TObjArray*) G__int(libp->para[5]));
33570 G__setnull(result7);
33571 return(1 || funcname || hash || result7 || libp) ;
33572 }
33573
33574 static int G__G__Hist_344_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33575 {
33576 G__letint(result7, 85, (long) ((TLimitDataSource*) G__getstructoffset())->GetSignal());
33577 return(1 || funcname || hash || result7 || libp) ;
33578 }
33579
33580 static int G__G__Hist_344_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33581 {
33582 G__letint(result7, 85, (long) ((TLimitDataSource*) G__getstructoffset())->GetBackground());
33583 return(1 || funcname || hash || result7 || libp) ;
33584 }
33585
33586 static int G__G__Hist_344_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33587 {
33588 G__letint(result7, 85, (long) ((TLimitDataSource*) G__getstructoffset())->GetCandidates());
33589 return(1 || funcname || hash || result7 || libp) ;
33590 }
33591
33592 static int G__G__Hist_344_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33593 {
33594 G__letint(result7, 85, (long) ((TLimitDataSource*) G__getstructoffset())->GetErrorOnSignal());
33595 return(1 || funcname || hash || result7 || libp) ;
33596 }
33597
33598 static int G__G__Hist_344_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33599 {
33600 G__letint(result7, 85, (long) ((TLimitDataSource*) G__getstructoffset())->GetErrorOnBackground());
33601 return(1 || funcname || hash || result7 || libp) ;
33602 }
33603
33604 static int G__G__Hist_344_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33605 {
33606 G__letint(result7, 85, (long) ((TLimitDataSource*) G__getstructoffset())->GetErrorNames());
33607 return(1 || funcname || hash || result7 || libp) ;
33608 }
33609
33610 static int G__G__Hist_344_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33611 {
33612 switch (libp->paran) {
33613 case 1:
33614 ((TLimitDataSource*) G__getstructoffset())->SetOwner((bool) G__int(libp->para[0]));
33615 G__setnull(result7);
33616 break;
33617 case 0:
33618 ((TLimitDataSource*) G__getstructoffset())->SetOwner();
33619 G__setnull(result7);
33620 break;
33621 }
33622 return(1 || funcname || hash || result7 || libp) ;
33623 }
33624
33625 static int G__G__Hist_344_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33626 {
33627 G__letint(result7, 85, (long) TLimitDataSource::Class());
33628 return(1 || funcname || hash || result7 || libp) ;
33629 }
33630
33631 static int G__G__Hist_344_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33632 {
33633 G__letint(result7, 67, (long) TLimitDataSource::Class_Name());
33634 return(1 || funcname || hash || result7 || libp) ;
33635 }
33636
33637 static int G__G__Hist_344_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33638 {
33639 G__letint(result7, 115, (long) TLimitDataSource::Class_Version());
33640 return(1 || funcname || hash || result7 || libp) ;
33641 }
33642
33643 static int G__G__Hist_344_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33644 {
33645 TLimitDataSource::Dictionary();
33646 G__setnull(result7);
33647 return(1 || funcname || hash || result7 || libp) ;
33648 }
33649
33650 static int G__G__Hist_344_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33651 {
33652 ((TLimitDataSource*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
33653 G__setnull(result7);
33654 return(1 || funcname || hash || result7 || libp) ;
33655 }
33656
33657 static int G__G__Hist_344_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33658 {
33659 G__letint(result7, 67, (long) TLimitDataSource::DeclFileName());
33660 return(1 || funcname || hash || result7 || libp) ;
33661 }
33662
33663 static int G__G__Hist_344_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33664 {
33665 G__letint(result7, 105, (long) TLimitDataSource::ImplFileLine());
33666 return(1 || funcname || hash || result7 || libp) ;
33667 }
33668
33669 static int G__G__Hist_344_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33670 {
33671 G__letint(result7, 67, (long) TLimitDataSource::ImplFileName());
33672 return(1 || funcname || hash || result7 || libp) ;
33673 }
33674
33675 static int G__G__Hist_344_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33676 {
33677 G__letint(result7, 105, (long) TLimitDataSource::DeclFileLine());
33678 return(1 || funcname || hash || result7 || libp) ;
33679 }
33680
33681
33682 typedef TLimitDataSource G__TTLimitDataSource;
33683 static int G__G__Hist_344_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33684 {
33685 char* gvp = (char*) G__getgvp();
33686 long soff = G__getstructoffset();
33687 int n = G__getaryconstruct();
33688
33689
33690
33691
33692
33693 if (!soff) {
33694 return(1);
33695 }
33696 if (n) {
33697 if (gvp == (char*)G__PVOID) {
33698 delete[] (TLimitDataSource*) soff;
33699 } else {
33700 G__setgvp((long) G__PVOID);
33701 for (int i = n - 1; i >= 0; --i) {
33702 ((TLimitDataSource*) (soff+(sizeof(TLimitDataSource)*i)))->~G__TTLimitDataSource();
33703 }
33704 G__setgvp((long)gvp);
33705 }
33706 } else {
33707 if (gvp == (char*)G__PVOID) {
33708 delete (TLimitDataSource*) soff;
33709 } else {
33710 G__setgvp((long) G__PVOID);
33711 ((TLimitDataSource*) (soff))->~G__TTLimitDataSource();
33712 G__setgvp((long)gvp);
33713 }
33714 }
33715 G__setnull(result7);
33716 return(1 || funcname || hash || result7 || libp) ;
33717 }
33718
33719
33720
33721 static int G__G__Hist_347_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33722 {
33723 TLimit* p = NULL;
33724 char* gvp = (char*) G__getgvp();
33725 int n = G__getaryconstruct();
33726 if (n) {
33727 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
33728 p = new TLimit[n];
33729 } else {
33730 p = new((void*) gvp) TLimit[n];
33731 }
33732 } else {
33733 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
33734 p = new TLimit;
33735 } else {
33736 p = new((void*) gvp) TLimit;
33737 }
33738 }
33739 result7->obj.i = (long) p;
33740 result7->ref = (long) p;
33741 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TLimit));
33742 return(1 || funcname || hash || result7 || libp) ;
33743 }
33744
33745 static int G__G__Hist_347_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33746 {
33747 switch (libp->paran) {
33748 case 4:
33749 G__letint(result7, 85, (long) TLimit::ComputeLimit((TLimitDataSource*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
33750 , (bool) G__int(libp->para[2]), (TRandom*) G__int(libp->para[3])));
33751 break;
33752 case 3:
33753 G__letint(result7, 85, (long) TLimit::ComputeLimit((TLimitDataSource*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
33754 , (bool) G__int(libp->para[2])));
33755 break;
33756 case 2:
33757 G__letint(result7, 85, (long) TLimit::ComputeLimit((TLimitDataSource*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
33758 break;
33759 case 1:
33760 G__letint(result7, 85, (long) TLimit::ComputeLimit((TLimitDataSource*) G__int(libp->para[0])));
33761 break;
33762 }
33763 return(1 || funcname || hash || result7 || libp) ;
33764 }
33765
33766 static int G__G__Hist_347_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33767 {
33768 switch (libp->paran) {
33769 case 6:
33770 G__letint(result7, 85, (long) TLimit::ComputeLimit((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
33771 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
33772 , (bool) G__int(libp->para[4]), (TRandom*) G__int(libp->para[5])));
33773 break;
33774 case 5:
33775 G__letint(result7, 85, (long) TLimit::ComputeLimit((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
33776 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
33777 , (bool) G__int(libp->para[4])));
33778 break;
33779 case 4:
33780 G__letint(result7, 85, (long) TLimit::ComputeLimit((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
33781 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])));
33782 break;
33783 case 3:
33784 G__letint(result7, 85, (long) TLimit::ComputeLimit((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
33785 , (Int_t) G__int(libp->para[2])));
33786 break;
33787 }
33788 return(1 || funcname || hash || result7 || libp) ;
33789 }
33790
33791 static int G__G__Hist_347_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33792 {
33793 switch (libp->paran) {
33794 case 9:
33795 G__letint(result7, 85, (long) TLimit::ComputeLimit(
33796 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
33797 , (Int_t) G__int(libp->para[2]), (TVectorD*) G__int(libp->para[3])
33798 , (TVectorD*) G__int(libp->para[4]), (TObjArray*) G__int(libp->para[5])
33799 , (Int_t) G__int(libp->para[6]), (bool) G__int(libp->para[7])
33800 , (TRandom*) G__int(libp->para[8])));
33801 break;
33802 case 8:
33803 G__letint(result7, 85, (long) TLimit::ComputeLimit(
33804 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
33805 , (Int_t) G__int(libp->para[2]), (TVectorD*) G__int(libp->para[3])
33806 , (TVectorD*) G__int(libp->para[4]), (TObjArray*) G__int(libp->para[5])
33807 , (Int_t) G__int(libp->para[6]), (bool) G__int(libp->para[7])));
33808 break;
33809 case 7:
33810 G__letint(result7, 85, (long) TLimit::ComputeLimit(
33811 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
33812 , (Int_t) G__int(libp->para[2]), (TVectorD*) G__int(libp->para[3])
33813 , (TVectorD*) G__int(libp->para[4]), (TObjArray*) G__int(libp->para[5])
33814 , (Int_t) G__int(libp->para[6])));
33815 break;
33816 case 6:
33817 G__letint(result7, 85, (long) TLimit::ComputeLimit((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
33818 , (Int_t) G__int(libp->para[2]), (TVectorD*) G__int(libp->para[3])
33819 , (TVectorD*) G__int(libp->para[4]), (TObjArray*) G__int(libp->para[5])));
33820 break;
33821 }
33822 return(1 || funcname || hash || result7 || libp) ;
33823 }
33824
33825 static int G__G__Hist_347_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33826 {
33827 switch (libp->paran) {
33828 case 6:
33829 G__letint(result7, 85, (long) TLimit::ComputeLimit((TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1])
33830 , (TH1*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
33831 , (bool) G__int(libp->para[4]), (TRandom*) G__int(libp->para[5])));
33832 break;
33833 case 5:
33834 G__letint(result7, 85, (long) TLimit::ComputeLimit((TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1])
33835 , (TH1*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
33836 , (bool) G__int(libp->para[4])));
33837 break;
33838 case 4:
33839 G__letint(result7, 85, (long) TLimit::ComputeLimit((TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1])
33840 , (TH1*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])));
33841 break;
33842 case 3:
33843 G__letint(result7, 85, (long) TLimit::ComputeLimit((TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1])
33844 , (TH1*) G__int(libp->para[2])));
33845 break;
33846 }
33847 return(1 || funcname || hash || result7 || libp) ;
33848 }
33849
33850 static int G__G__Hist_347_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33851 {
33852 switch (libp->paran) {
33853 case 9:
33854 G__letint(result7, 85, (long) TLimit::ComputeLimit(
33855 (TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1])
33856 , (TH1*) G__int(libp->para[2]), (TVectorD*) G__int(libp->para[3])
33857 , (TVectorD*) G__int(libp->para[4]), (TObjArray*) G__int(libp->para[5])
33858 , (Int_t) G__int(libp->para[6]), (bool) G__int(libp->para[7])
33859 , (TRandom*) G__int(libp->para[8])));
33860 break;
33861 case 8:
33862 G__letint(result7, 85, (long) TLimit::ComputeLimit(
33863 (TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1])
33864 , (TH1*) G__int(libp->para[2]), (TVectorD*) G__int(libp->para[3])
33865 , (TVectorD*) G__int(libp->para[4]), (TObjArray*) G__int(libp->para[5])
33866 , (Int_t) G__int(libp->para[6]), (bool) G__int(libp->para[7])));
33867 break;
33868 case 7:
33869 G__letint(result7, 85, (long) TLimit::ComputeLimit(
33870 (TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1])
33871 , (TH1*) G__int(libp->para[2]), (TVectorD*) G__int(libp->para[3])
33872 , (TVectorD*) G__int(libp->para[4]), (TObjArray*) G__int(libp->para[5])
33873 , (Int_t) G__int(libp->para[6])));
33874 break;
33875 case 6:
33876 G__letint(result7, 85, (long) TLimit::ComputeLimit((TH1*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1])
33877 , (TH1*) G__int(libp->para[2]), (TVectorD*) G__int(libp->para[3])
33878 , (TVectorD*) G__int(libp->para[4]), (TObjArray*) G__int(libp->para[5])));
33879 break;
33880 }
33881 return(1 || funcname || hash || result7 || libp) ;
33882 }
33883
33884 static int G__G__Hist_347_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33885 {
33886 G__letint(result7, 85, (long) TLimit::Class());
33887 return(1 || funcname || hash || result7 || libp) ;
33888 }
33889
33890 static int G__G__Hist_347_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33891 {
33892 G__letint(result7, 67, (long) TLimit::Class_Name());
33893 return(1 || funcname || hash || result7 || libp) ;
33894 }
33895
33896 static int G__G__Hist_347_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33897 {
33898 G__letint(result7, 115, (long) TLimit::Class_Version());
33899 return(1 || funcname || hash || result7 || libp) ;
33900 }
33901
33902 static int G__G__Hist_347_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33903 {
33904 TLimit::Dictionary();
33905 G__setnull(result7);
33906 return(1 || funcname || hash || result7 || libp) ;
33907 }
33908
33909 static int G__G__Hist_347_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33910 {
33911 G__letint(result7, 85, (long) ((const TLimit*) G__getstructoffset())->IsA());
33912 return(1 || funcname || hash || result7 || libp) ;
33913 }
33914
33915 static int G__G__Hist_347_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33916 {
33917 ((TLimit*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
33918 G__setnull(result7);
33919 return(1 || funcname || hash || result7 || libp) ;
33920 }
33921
33922 static int G__G__Hist_347_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33923 {
33924 ((TLimit*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
33925 G__setnull(result7);
33926 return(1 || funcname || hash || result7 || libp) ;
33927 }
33928
33929 static int G__G__Hist_347_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33930 {
33931 ((TLimit*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
33932 G__setnull(result7);
33933 return(1 || funcname || hash || result7 || libp) ;
33934 }
33935
33936 static int G__G__Hist_347_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33937 {
33938 G__letint(result7, 67, (long) TLimit::DeclFileName());
33939 return(1 || funcname || hash || result7 || libp) ;
33940 }
33941
33942 static int G__G__Hist_347_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33943 {
33944 G__letint(result7, 105, (long) TLimit::ImplFileLine());
33945 return(1 || funcname || hash || result7 || libp) ;
33946 }
33947
33948 static int G__G__Hist_347_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33949 {
33950 G__letint(result7, 67, (long) TLimit::ImplFileName());
33951 return(1 || funcname || hash || result7 || libp) ;
33952 }
33953
33954 static int G__G__Hist_347_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33955 {
33956 G__letint(result7, 105, (long) TLimit::DeclFileLine());
33957 return(1 || funcname || hash || result7 || libp) ;
33958 }
33959
33960
33961 static int G__G__Hist_347_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33962
33963 {
33964 TLimit* p;
33965 void* tmp = (void*) G__int(libp->para[0]);
33966 p = new TLimit(*(TLimit*) tmp);
33967 result7->obj.i = (long) p;
33968 result7->ref = (long) p;
33969 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TLimit));
33970 return(1 || funcname || hash || result7 || libp) ;
33971 }
33972
33973
33974 typedef TLimit G__TTLimit;
33975 static int G__G__Hist_347_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33976 {
33977 char* gvp = (char*) G__getgvp();
33978 long soff = G__getstructoffset();
33979 int n = G__getaryconstruct();
33980
33981
33982
33983
33984
33985 if (!soff) {
33986 return(1);
33987 }
33988 if (n) {
33989 if (gvp == (char*)G__PVOID) {
33990 delete[] (TLimit*) soff;
33991 } else {
33992 G__setgvp((long) G__PVOID);
33993 for (int i = n - 1; i >= 0; --i) {
33994 ((TLimit*) (soff+(sizeof(TLimit)*i)))->~G__TTLimit();
33995 }
33996 G__setgvp((long)gvp);
33997 }
33998 } else {
33999 if (gvp == (char*)G__PVOID) {
34000 delete (TLimit*) soff;
34001 } else {
34002 G__setgvp((long) G__PVOID);
34003 ((TLimit*) (soff))->~G__TTLimit();
34004 G__setgvp((long)gvp);
34005 }
34006 }
34007 G__setnull(result7);
34008 return(1 || funcname || hash || result7 || libp) ;
34009 }
34010
34011
34012 static int G__G__Hist_347_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34013 {
34014 TLimit* dest = (TLimit*) G__getstructoffset();
34015 *dest = *(TLimit*) libp->para[0].ref;
34016 const TLimit& obj = *dest;
34017 result7->ref = (long) (&obj);
34018 result7->obj.i = (long) (&obj);
34019 return(1 || funcname || hash || result7 || libp) ;
34020 }
34021
34022
34023
34024 static int G__G__Hist_378_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34025 {
34026 TMultiDimFit* p = NULL;
34027 char* gvp = (char*) G__getgvp();
34028 int n = G__getaryconstruct();
34029 if (n) {
34030 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
34031 p = new TMultiDimFit[n];
34032 } else {
34033 p = new((void*) gvp) TMultiDimFit[n];
34034 }
34035 } else {
34036 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
34037 p = new TMultiDimFit;
34038 } else {
34039 p = new((void*) gvp) TMultiDimFit;
34040 }
34041 }
34042 result7->obj.i = (long) p;
34043 result7->ref = (long) p;
34044 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TMultiDimFit));
34045 return(1 || funcname || hash || result7 || libp) ;
34046 }
34047
34048 static int G__G__Hist_378_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34049 {
34050 TMultiDimFit* p = NULL;
34051 char* gvp = (char*) G__getgvp();
34052 switch (libp->paran) {
34053 case 3:
34054
34055 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
34056 p = new TMultiDimFit(
34057 (Int_t) G__int(libp->para[0]), (TMultiDimFit::EMDFPolyType) G__int(libp->para[1])
34058 , (Option_t*) G__int(libp->para[2]));
34059 } else {
34060 p = new((void*) gvp) TMultiDimFit(
34061 (Int_t) G__int(libp->para[0]), (TMultiDimFit::EMDFPolyType) G__int(libp->para[1])
34062 , (Option_t*) G__int(libp->para[2]));
34063 }
34064 break;
34065 case 2:
34066
34067 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
34068 p = new TMultiDimFit((Int_t) G__int(libp->para[0]), (TMultiDimFit::EMDFPolyType) G__int(libp->para[1]));
34069 } else {
34070 p = new((void*) gvp) TMultiDimFit((Int_t) G__int(libp->para[0]), (TMultiDimFit::EMDFPolyType) G__int(libp->para[1]));
34071 }
34072 break;
34073 case 1:
34074
34075 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
34076 p = new TMultiDimFit((Int_t) G__int(libp->para[0]));
34077 } else {
34078 p = new((void*) gvp) TMultiDimFit((Int_t) G__int(libp->para[0]));
34079 }
34080 break;
34081 }
34082 result7->obj.i = (long) p;
34083 result7->ref = (long) p;
34084 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TMultiDimFit));
34085 return(1 || funcname || hash || result7 || libp) ;
34086 }
34087
34088 static int G__G__Hist_378_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34089 {
34090 switch (libp->paran) {
34091 case 3:
34092 ((TMultiDimFit*) G__getstructoffset())->AddRow((Double_t*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
34093 , (Double_t) G__double(libp->para[2]));
34094 G__setnull(result7);
34095 break;
34096 case 2:
34097 ((TMultiDimFit*) G__getstructoffset())->AddRow((Double_t*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
34098 G__setnull(result7);
34099 break;
34100 }
34101 return(1 || funcname || hash || result7 || libp) ;
34102 }
34103
34104 static int G__G__Hist_378_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34105 {
34106 switch (libp->paran) {
34107 case 3:
34108 ((TMultiDimFit*) G__getstructoffset())->AddTestRow((Double_t*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
34109 , (Double_t) G__double(libp->para[2]));
34110 G__setnull(result7);
34111 break;
34112 case 2:
34113 ((TMultiDimFit*) G__getstructoffset())->AddTestRow((Double_t*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
34114 G__setnull(result7);
34115 break;
34116 }
34117 return(1 || funcname || hash || result7 || libp) ;
34118 }
34119
34120 static int G__G__Hist_378_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34121 {
34122 switch (libp->paran) {
34123 case 2:
34124 G__letdouble(result7, 100, (double) ((const TMultiDimFit*) G__getstructoffset())->Eval((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])));
34125 break;
34126 case 1:
34127 G__letdouble(result7, 100, (double) ((const TMultiDimFit*) G__getstructoffset())->Eval((Double_t*) G__int(libp->para[0])));
34128 break;
34129 }
34130 return(1 || funcname || hash || result7 || libp) ;
34131 }
34132
34133 static int G__G__Hist_378_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34134 {
34135 switch (libp->paran) {
34136 case 2:
34137 G__letdouble(result7, 100, (double) ((const TMultiDimFit*) G__getstructoffset())->EvalError((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])));
34138 break;
34139 case 1:
34140 G__letdouble(result7, 100, (double) ((const TMultiDimFit*) G__getstructoffset())->EvalError((Double_t*) G__int(libp->para[0])));
34141 break;
34142 }
34143 return(1 || funcname || hash || result7 || libp) ;
34144 }
34145
34146 static int G__G__Hist_378_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34147 {
34148 switch (libp->paran) {
34149 case 1:
34150 ((TMultiDimFit*) G__getstructoffset())->FindParameterization((Option_t*) G__int(libp->para[0]));
34151 G__setnull(result7);
34152 break;
34153 case 0:
34154 ((TMultiDimFit*) G__getstructoffset())->FindParameterization();
34155 G__setnull(result7);
34156 break;
34157 }
34158 return(1 || funcname || hash || result7 || libp) ;
34159 }
34160
34161 static int G__G__Hist_378_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34162 {
34163 switch (libp->paran) {
34164 case 1:
34165 ((TMultiDimFit*) G__getstructoffset())->Fit((Option_t*) G__int(libp->para[0]));
34166 G__setnull(result7);
34167 break;
34168 case 0:
34169 ((TMultiDimFit*) G__getstructoffset())->Fit();
34170 G__setnull(result7);
34171 break;
34172 }
34173 return(1 || funcname || hash || result7 || libp) ;
34174 }
34175
34176 static int G__G__Hist_378_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34177 {
34178 G__letdouble(result7, 100, (double) ((const TMultiDimFit*) G__getstructoffset())->GetChi2());
34179 return(1 || funcname || hash || result7 || libp) ;
34180 }
34181
34182 static int G__G__Hist_378_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34183 {
34184 G__letint(result7, 85, (long) ((const TMultiDimFit*) G__getstructoffset())->GetCorrelationMatrix());
34185 return(1 || funcname || hash || result7 || libp) ;
34186 }
34187
34188 static int G__G__Hist_378_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34189 {
34190 G__letint(result7, 85, (long) ((const TMultiDimFit*) G__getstructoffset())->GetCoefficients());
34191 return(1 || funcname || hash || result7 || libp) ;
34192 }
34193
34194 static int G__G__Hist_378_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34195 {
34196 G__letdouble(result7, 100, (double) ((const TMultiDimFit*) G__getstructoffset())->GetError());
34197 return(1 || funcname || hash || result7 || libp) ;
34198 }
34199
34200 static int G__G__Hist_378_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34201 {
34202 G__letint(result7, 73, (long) ((const TMultiDimFit*) G__getstructoffset())->GetFunctionCodes());
34203 return(1 || funcname || hash || result7 || libp) ;
34204 }
34205
34206 static int G__G__Hist_378_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34207 {
34208 G__letint(result7, 85, (long) ((const TMultiDimFit*) G__getstructoffset())->GetFunctions());
34209 return(1 || funcname || hash || result7 || libp) ;
34210 }
34211
34212 static int G__G__Hist_378_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34213 {
34214 G__letint(result7, 85, (long) ((const TMultiDimFit*) G__getstructoffset())->GetHistograms());
34215 return(1 || funcname || hash || result7 || libp) ;
34216 }
34217
34218 static int G__G__Hist_378_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34219 {
34220 G__letdouble(result7, 100, (double) ((const TMultiDimFit*) G__getstructoffset())->GetMaxAngle());
34221 return(1 || funcname || hash || result7 || libp) ;
34222 }
34223
34224 static int G__G__Hist_378_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34225 {
34226 G__letint(result7, 105, (long) ((const TMultiDimFit*) G__getstructoffset())->GetMaxFunctions());
34227 return(1 || funcname || hash || result7 || libp) ;
34228 }
34229
34230 static int G__G__Hist_378_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34231 {
34232 G__letint(result7, 73, (long) ((const TMultiDimFit*) G__getstructoffset())->GetMaxPowers());
34233 return(1 || funcname || hash || result7 || libp) ;
34234 }
34235
34236 static int G__G__Hist_378_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34237 {
34238 G__letdouble(result7, 100, (double) ((const TMultiDimFit*) G__getstructoffset())->GetMaxQuantity());
34239 return(1 || funcname || hash || result7 || libp) ;
34240 }
34241
34242 static int G__G__Hist_378_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34243 {
34244 G__letint(result7, 105, (long) ((const TMultiDimFit*) G__getstructoffset())->GetMaxStudy());
34245 return(1 || funcname || hash || result7 || libp) ;
34246 }
34247
34248 static int G__G__Hist_378_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34249 {
34250 G__letint(result7, 105, (long) ((const TMultiDimFit*) G__getstructoffset())->GetMaxTerms());
34251 return(1 || funcname || hash || result7 || libp) ;
34252 }
34253
34254 static int G__G__Hist_378_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34255 {
34256 G__letint(result7, 85, (long) ((const TMultiDimFit*) G__getstructoffset())->GetMaxVariables());
34257 return(1 || funcname || hash || result7 || libp) ;
34258 }
34259
34260 static int G__G__Hist_378_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34261 {
34262 G__letdouble(result7, 100, (double) ((const TMultiDimFit*) G__getstructoffset())->GetMeanQuantity());
34263 return(1 || funcname || hash || result7 || libp) ;
34264 }
34265
34266 static int G__G__Hist_378_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34267 {
34268 G__letint(result7, 85, (long) ((const TMultiDimFit*) G__getstructoffset())->GetMeanVariables());
34269 return(1 || funcname || hash || result7 || libp) ;
34270 }
34271
34272 static int G__G__Hist_378_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34273 {
34274 G__letdouble(result7, 100, (double) ((const TMultiDimFit*) G__getstructoffset())->GetMinAngle());
34275 return(1 || funcname || hash || result7 || libp) ;
34276 }
34277
34278 static int G__G__Hist_378_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34279 {
34280 G__letdouble(result7, 100, (double) ((const TMultiDimFit*) G__getstructoffset())->GetMinQuantity());
34281 return(1 || funcname || hash || result7 || libp) ;
34282 }
34283
34284 static int G__G__Hist_378_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34285 {
34286 G__letdouble(result7, 100, (double) ((const TMultiDimFit*) G__getstructoffset())->GetMinRelativeError());
34287 return(1 || funcname || hash || result7 || libp) ;
34288 }
34289
34290 static int G__G__Hist_378_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34291 {
34292 G__letint(result7, 85, (long) ((const TMultiDimFit*) G__getstructoffset())->GetMinVariables());
34293 return(1 || funcname || hash || result7 || libp) ;
34294 }
34295
34296 static int G__G__Hist_378_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34297 {
34298 G__letint(result7, 105, (long) ((const TMultiDimFit*) G__getstructoffset())->GetNVariables());
34299 return(1 || funcname || hash || result7 || libp) ;
34300 }
34301
34302 static int G__G__Hist_378_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34303 {
34304 G__letint(result7, 105, (long) ((const TMultiDimFit*) G__getstructoffset())->GetNCoefficients());
34305 return(1 || funcname || hash || result7 || libp) ;
34306 }
34307
34308 static int G__G__Hist_378_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34309 {
34310 G__letint(result7, 105, (long) ((const TMultiDimFit*) G__getstructoffset())->GetPolyType());
34311 return(1 || funcname || hash || result7 || libp) ;
34312 }
34313
34314 static int G__G__Hist_378_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34315 {
34316 G__letint(result7, 73, (long) ((const TMultiDimFit*) G__getstructoffset())->GetPowerIndex());
34317 return(1 || funcname || hash || result7 || libp) ;
34318 }
34319
34320 static int G__G__Hist_378_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34321 {
34322 G__letdouble(result7, 100, (double) ((const TMultiDimFit*) G__getstructoffset())->GetPowerLimit());
34323 return(1 || funcname || hash || result7 || libp) ;
34324 }
34325
34326 static int G__G__Hist_378_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34327 {
34328 G__letint(result7, 73, (long) ((const TMultiDimFit*) G__getstructoffset())->GetPowers());
34329 return(1 || funcname || hash || result7 || libp) ;
34330 }
34331
34332 static int G__G__Hist_378_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34333 {
34334 G__letdouble(result7, 100, (double) ((const TMultiDimFit*) G__getstructoffset())->GetPrecision());
34335 return(1 || funcname || hash || result7 || libp) ;
34336 }
34337
34338 static int G__G__Hist_378_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34339 {
34340 G__letint(result7, 85, (long) ((const TMultiDimFit*) G__getstructoffset())->GetQuantity());
34341 return(1 || funcname || hash || result7 || libp) ;
34342 }
34343
34344 static int G__G__Hist_378_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34345 {
34346 G__letdouble(result7, 100, (double) ((const TMultiDimFit*) G__getstructoffset())->GetResidualMax());
34347 return(1 || funcname || hash || result7 || libp) ;
34348 }
34349
34350 static int G__G__Hist_378_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34351 {
34352 G__letdouble(result7, 100, (double) ((const TMultiDimFit*) G__getstructoffset())->GetResidualMin());
34353 return(1 || funcname || hash || result7 || libp) ;
34354 }
34355
34356 static int G__G__Hist_378_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34357 {
34358 G__letint(result7, 105, (long) ((const TMultiDimFit*) G__getstructoffset())->GetResidualMaxRow());
34359 return(1 || funcname || hash || result7 || libp) ;
34360 }
34361
34362 static int G__G__Hist_378_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34363 {
34364 G__letint(result7, 105, (long) ((const TMultiDimFit*) G__getstructoffset())->GetResidualMinRow());
34365 return(1 || funcname || hash || result7 || libp) ;
34366 }
34367
34368 static int G__G__Hist_378_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34369 {
34370 G__letdouble(result7, 100, (double) ((const TMultiDimFit*) G__getstructoffset())->GetResidualSumSq());
34371 return(1 || funcname || hash || result7 || libp) ;
34372 }
34373
34374 static int G__G__Hist_378_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34375 {
34376 G__letdouble(result7, 100, (double) ((const TMultiDimFit*) G__getstructoffset())->GetRMS());
34377 return(1 || funcname || hash || result7 || libp) ;
34378 }
34379
34380 static int G__G__Hist_378_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34381 {
34382 G__letint(result7, 105, (long) ((const TMultiDimFit*) G__getstructoffset())->GetSampleSize());
34383 return(1 || funcname || hash || result7 || libp) ;
34384 }
34385
34386 static int G__G__Hist_378_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34387 {
34388 G__letint(result7, 85, (long) ((const TMultiDimFit*) G__getstructoffset())->GetSqError());
34389 return(1 || funcname || hash || result7 || libp) ;
34390 }
34391
34392 static int G__G__Hist_378_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34393 {
34394 G__letdouble(result7, 100, (double) ((const TMultiDimFit*) G__getstructoffset())->GetSumSqAvgQuantity());
34395 return(1 || funcname || hash || result7 || libp) ;
34396 }
34397
34398 static int G__G__Hist_378_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34399 {
34400 G__letdouble(result7, 100, (double) ((const TMultiDimFit*) G__getstructoffset())->GetSumSqQuantity());
34401 return(1 || funcname || hash || result7 || libp) ;
34402 }
34403
34404 static int G__G__Hist_378_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34405 {
34406 G__letdouble(result7, 100, (double) ((const TMultiDimFit*) G__getstructoffset())->GetTestError());
34407 return(1 || funcname || hash || result7 || libp) ;
34408 }
34409
34410 static int G__G__Hist_378_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34411 {
34412 G__letdouble(result7, 100, (double) ((const TMultiDimFit*) G__getstructoffset())->GetTestPrecision());
34413 return(1 || funcname || hash || result7 || libp) ;
34414 }
34415
34416 static int G__G__Hist_378_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34417 {
34418 G__letint(result7, 85, (long) ((const TMultiDimFit*) G__getstructoffset())->GetTestQuantity());
34419 return(1 || funcname || hash || result7 || libp) ;
34420 }
34421
34422 static int G__G__Hist_378_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34423 {
34424 G__letint(result7, 105, (long) ((const TMultiDimFit*) G__getstructoffset())->GetTestSampleSize());
34425 return(1 || funcname || hash || result7 || libp) ;
34426 }
34427
34428 static int G__G__Hist_378_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34429 {
34430 G__letint(result7, 85, (long) ((const TMultiDimFit*) G__getstructoffset())->GetTestSqError());
34431 return(1 || funcname || hash || result7 || libp) ;
34432 }
34433
34434 static int G__G__Hist_378_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34435 {
34436 G__letint(result7, 85, (long) ((const TMultiDimFit*) G__getstructoffset())->GetTestVariables());
34437 return(1 || funcname || hash || result7 || libp) ;
34438 }
34439
34440 static int G__G__Hist_378_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34441 {
34442 G__letint(result7, 85, (long) ((const TMultiDimFit*) G__getstructoffset())->GetVariables());
34443 return(1 || funcname || hash || result7 || libp) ;
34444 }
34445
34446 static int G__G__Hist_378_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34447 {
34448 G__letint(result7, 85, (long) TMultiDimFit::Instance());
34449 return(1 || funcname || hash || result7 || libp) ;
34450 }
34451
34452 static int G__G__Hist_378_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34453 {
34454 switch (libp->paran) {
34455 case 1:
34456 G__letdouble(result7, 100, (double) ((TMultiDimFit*) G__getstructoffset())->MakeChi2((Double_t*) G__int(libp->para[0])));
34457 break;
34458 case 0:
34459 G__letdouble(result7, 100, (double) ((TMultiDimFit*) G__getstructoffset())->MakeChi2());
34460 break;
34461 }
34462 return(1 || funcname || hash || result7 || libp) ;
34463 }
34464
34465 static int G__G__Hist_378_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34466 {
34467 switch (libp->paran) {
34468 case 2:
34469 ((TMultiDimFit*) G__getstructoffset())->MakeCode((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
34470 G__setnull(result7);
34471 break;
34472 case 1:
34473 ((TMultiDimFit*) G__getstructoffset())->MakeCode((const char*) G__int(libp->para[0]));
34474 G__setnull(result7);
34475 break;
34476 case 0:
34477 ((TMultiDimFit*) G__getstructoffset())->MakeCode();
34478 G__setnull(result7);
34479 break;
34480 }
34481 return(1 || funcname || hash || result7 || libp) ;
34482 }
34483
34484 static int G__G__Hist_378_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34485 {
34486 switch (libp->paran) {
34487 case 1:
34488 ((TMultiDimFit*) G__getstructoffset())->MakeHistograms((Option_t*) G__int(libp->para[0]));
34489 G__setnull(result7);
34490 break;
34491 case 0:
34492 ((TMultiDimFit*) G__getstructoffset())->MakeHistograms();
34493 G__setnull(result7);
34494 break;
34495 }
34496 return(1 || funcname || hash || result7 || libp) ;
34497 }
34498
34499 static int G__G__Hist_378_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34500 {
34501 switch (libp->paran) {
34502 case 2:
34503 ((TMultiDimFit*) G__getstructoffset())->MakeMethod((const Char_t*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
34504 G__setnull(result7);
34505 break;
34506 case 1:
34507 ((TMultiDimFit*) G__getstructoffset())->MakeMethod((const Char_t*) G__int(libp->para[0]));
34508 G__setnull(result7);
34509 break;
34510 case 0:
34511 ((TMultiDimFit*) G__getstructoffset())->MakeMethod();
34512 G__setnull(result7);
34513 break;
34514 }
34515 return(1 || funcname || hash || result7 || libp) ;
34516 }
34517
34518 static int G__G__Hist_378_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34519 {
34520 ((TMultiDimFit*) G__getstructoffset())->SetBinVarX((Int_t) G__int(libp->para[0]));
34521 G__setnull(result7);
34522 return(1 || funcname || hash || result7 || libp) ;
34523 }
34524
34525 static int G__G__Hist_378_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34526 {
34527 ((TMultiDimFit*) G__getstructoffset())->SetBinVarY((Int_t) G__int(libp->para[0]));
34528 G__setnull(result7);
34529 return(1 || funcname || hash || result7 || libp) ;
34530 }
34531
34532 static int G__G__Hist_378_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34533 {
34534 switch (libp->paran) {
34535 case 1:
34536 ((TMultiDimFit*) G__getstructoffset())->SetMaxAngle((Double_t) G__double(libp->para[0]));
34537 G__setnull(result7);
34538 break;
34539 case 0:
34540 ((TMultiDimFit*) G__getstructoffset())->SetMaxAngle();
34541 G__setnull(result7);
34542 break;
34543 }
34544 return(1 || funcname || hash || result7 || libp) ;
34545 }
34546
34547 static int G__G__Hist_378_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34548 {
34549 ((TMultiDimFit*) G__getstructoffset())->SetMaxFunctions((Int_t) G__int(libp->para[0]));
34550 G__setnull(result7);
34551 return(1 || funcname || hash || result7 || libp) ;
34552 }
34553
34554 static int G__G__Hist_378_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34555 {
34556 ((TMultiDimFit*) G__getstructoffset())->SetMaxPowers((const Int_t*) G__int(libp->para[0]));
34557 G__setnull(result7);
34558 return(1 || funcname || hash || result7 || libp) ;
34559 }
34560
34561 static int G__G__Hist_378_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34562 {
34563 ((TMultiDimFit*) G__getstructoffset())->SetMaxStudy((Int_t) G__int(libp->para[0]));
34564 G__setnull(result7);
34565 return(1 || funcname || hash || result7 || libp) ;
34566 }
34567
34568 static int G__G__Hist_378_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34569 {
34570 ((TMultiDimFit*) G__getstructoffset())->SetMaxTerms((Int_t) G__int(libp->para[0]));
34571 G__setnull(result7);
34572 return(1 || funcname || hash || result7 || libp) ;
34573 }
34574
34575 static int G__G__Hist_378_0_83(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34576 {
34577 ((TMultiDimFit*) G__getstructoffset())->SetMinRelativeError((Double_t) G__double(libp->para[0]));
34578 G__setnull(result7);
34579 return(1 || funcname || hash || result7 || libp) ;
34580 }
34581
34582 static int G__G__Hist_378_0_84(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34583 {
34584 switch (libp->paran) {
34585 case 1:
34586 ((TMultiDimFit*) G__getstructoffset())->SetMinAngle((Double_t) G__double(libp->para[0]));
34587 G__setnull(result7);
34588 break;
34589 case 0:
34590 ((TMultiDimFit*) G__getstructoffset())->SetMinAngle();
34591 G__setnull(result7);
34592 break;
34593 }
34594 return(1 || funcname || hash || result7 || libp) ;
34595 }
34596
34597 static int G__G__Hist_378_0_85(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34598 {
34599 switch (libp->paran) {
34600 case 1:
34601 ((TMultiDimFit*) G__getstructoffset())->SetPowerLimit((Double_t) G__double(libp->para[0]));
34602 G__setnull(result7);
34603 break;
34604 case 0:
34605 ((TMultiDimFit*) G__getstructoffset())->SetPowerLimit();
34606 G__setnull(result7);
34607 break;
34608 }
34609 return(1 || funcname || hash || result7 || libp) ;
34610 }
34611
34612 static int G__G__Hist_378_0_86(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34613 {
34614 ((TMultiDimFit*) G__getstructoffset())->SetPowers((const Int_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
34615 G__setnull(result7);
34616 return(1 || funcname || hash || result7 || libp) ;
34617 }
34618
34619 static int G__G__Hist_378_0_87(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34620 {
34621 G__letint(result7, 85, (long) TMultiDimFit::Class());
34622 return(1 || funcname || hash || result7 || libp) ;
34623 }
34624
34625 static int G__G__Hist_378_0_88(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34626 {
34627 G__letint(result7, 67, (long) TMultiDimFit::Class_Name());
34628 return(1 || funcname || hash || result7 || libp) ;
34629 }
34630
34631 static int G__G__Hist_378_0_89(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34632 {
34633 G__letint(result7, 115, (long) TMultiDimFit::Class_Version());
34634 return(1 || funcname || hash || result7 || libp) ;
34635 }
34636
34637 static int G__G__Hist_378_0_90(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34638 {
34639 TMultiDimFit::Dictionary();
34640 G__setnull(result7);
34641 return(1 || funcname || hash || result7 || libp) ;
34642 }
34643
34644 static int G__G__Hist_378_0_94(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34645 {
34646 ((TMultiDimFit*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
34647 G__setnull(result7);
34648 return(1 || funcname || hash || result7 || libp) ;
34649 }
34650
34651 static int G__G__Hist_378_0_95(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34652 {
34653 G__letint(result7, 67, (long) TMultiDimFit::DeclFileName());
34654 return(1 || funcname || hash || result7 || libp) ;
34655 }
34656
34657 static int G__G__Hist_378_0_96(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34658 {
34659 G__letint(result7, 105, (long) TMultiDimFit::ImplFileLine());
34660 return(1 || funcname || hash || result7 || libp) ;
34661 }
34662
34663 static int G__G__Hist_378_0_97(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34664 {
34665 G__letint(result7, 67, (long) TMultiDimFit::ImplFileName());
34666 return(1 || funcname || hash || result7 || libp) ;
34667 }
34668
34669 static int G__G__Hist_378_0_98(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34670 {
34671 G__letint(result7, 105, (long) TMultiDimFit::DeclFileLine());
34672 return(1 || funcname || hash || result7 || libp) ;
34673 }
34674
34675
34676 static int G__G__Hist_378_0_99(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34677
34678 {
34679 TMultiDimFit* p;
34680 void* tmp = (void*) G__int(libp->para[0]);
34681 p = new TMultiDimFit(*(TMultiDimFit*) tmp);
34682 result7->obj.i = (long) p;
34683 result7->ref = (long) p;
34684 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TMultiDimFit));
34685 return(1 || funcname || hash || result7 || libp) ;
34686 }
34687
34688
34689 typedef TMultiDimFit G__TTMultiDimFit;
34690 static int G__G__Hist_378_0_100(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34691 {
34692 char* gvp = (char*) G__getgvp();
34693 long soff = G__getstructoffset();
34694 int n = G__getaryconstruct();
34695
34696
34697
34698
34699
34700 if (!soff) {
34701 return(1);
34702 }
34703 if (n) {
34704 if (gvp == (char*)G__PVOID) {
34705 delete[] (TMultiDimFit*) soff;
34706 } else {
34707 G__setgvp((long) G__PVOID);
34708 for (int i = n - 1; i >= 0; --i) {
34709 ((TMultiDimFit*) (soff+(sizeof(TMultiDimFit)*i)))->~G__TTMultiDimFit();
34710 }
34711 G__setgvp((long)gvp);
34712 }
34713 } else {
34714 if (gvp == (char*)G__PVOID) {
34715 delete (TMultiDimFit*) soff;
34716 } else {
34717 G__setgvp((long) G__PVOID);
34718 ((TMultiDimFit*) (soff))->~G__TTMultiDimFit();
34719 G__setgvp((long)gvp);
34720 }
34721 }
34722 G__setnull(result7);
34723 return(1 || funcname || hash || result7 || libp) ;
34724 }
34725
34726
34727 static int G__G__Hist_378_0_101(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34728 {
34729 TMultiDimFit* dest = (TMultiDimFit*) G__getstructoffset();
34730 *dest = *(TMultiDimFit*) libp->para[0].ref;
34731 const TMultiDimFit& obj = *dest;
34732 result7->ref = (long) (&obj);
34733 result7->obj.i = (long) (&obj);
34734 return(1 || funcname || hash || result7 || libp) ;
34735 }
34736
34737
34738
34739 static int G__G__Hist_380_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34740 {
34741 TPolyMarker* p = NULL;
34742 char* gvp = (char*) G__getgvp();
34743 int n = G__getaryconstruct();
34744 if (n) {
34745 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
34746 p = new TPolyMarker[n];
34747 } else {
34748 p = new((void*) gvp) TPolyMarker[n];
34749 }
34750 } else {
34751 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
34752 p = new TPolyMarker;
34753 } else {
34754 p = new((void*) gvp) TPolyMarker;
34755 }
34756 }
34757 result7->obj.i = (long) p;
34758 result7->ref = (long) p;
34759 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TPolyMarker));
34760 return(1 || funcname || hash || result7 || libp) ;
34761 }
34762
34763 static int G__G__Hist_380_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34764 {
34765 TPolyMarker* p = NULL;
34766 char* gvp = (char*) G__getgvp();
34767 switch (libp->paran) {
34768 case 2:
34769
34770 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
34771 p = new TPolyMarker((Int_t) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
34772 } else {
34773 p = new((void*) gvp) TPolyMarker((Int_t) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
34774 }
34775 break;
34776 case 1:
34777
34778 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
34779 p = new TPolyMarker((Int_t) G__int(libp->para[0]));
34780 } else {
34781 p = new((void*) gvp) TPolyMarker((Int_t) G__int(libp->para[0]));
34782 }
34783 break;
34784 }
34785 result7->obj.i = (long) p;
34786 result7->ref = (long) p;
34787 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TPolyMarker));
34788 return(1 || funcname || hash || result7 || libp) ;
34789 }
34790
34791 static int G__G__Hist_380_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34792 {
34793 TPolyMarker* p = NULL;
34794 char* gvp = (char*) G__getgvp();
34795 switch (libp->paran) {
34796 case 4:
34797
34798 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
34799 p = new TPolyMarker(
34800 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
34801 , (Float_t*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
34802 } else {
34803 p = new((void*) gvp) TPolyMarker(
34804 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
34805 , (Float_t*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
34806 }
34807 break;
34808 case 3:
34809
34810 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
34811 p = new TPolyMarker(
34812 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
34813 , (Float_t*) G__int(libp->para[2]));
34814 } else {
34815 p = new((void*) gvp) TPolyMarker(
34816 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
34817 , (Float_t*) G__int(libp->para[2]));
34818 }
34819 break;
34820 }
34821 result7->obj.i = (long) p;
34822 result7->ref = (long) p;
34823 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TPolyMarker));
34824 return(1 || funcname || hash || result7 || libp) ;
34825 }
34826
34827 static int G__G__Hist_380_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34828 {
34829 TPolyMarker* p = NULL;
34830 char* gvp = (char*) G__getgvp();
34831 switch (libp->paran) {
34832 case 4:
34833
34834 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
34835 p = new TPolyMarker(
34836 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
34837 , (Double_t*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
34838 } else {
34839 p = new((void*) gvp) TPolyMarker(
34840 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
34841 , (Double_t*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
34842 }
34843 break;
34844 case 3:
34845
34846 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
34847 p = new TPolyMarker(
34848 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
34849 , (Double_t*) G__int(libp->para[2]));
34850 } else {
34851 p = new((void*) gvp) TPolyMarker(
34852 (Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
34853 , (Double_t*) G__int(libp->para[2]));
34854 }
34855 break;
34856 }
34857 result7->obj.i = (long) p;
34858 result7->ref = (long) p;
34859 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TPolyMarker));
34860 return(1 || funcname || hash || result7 || libp) ;
34861 }
34862
34863 static int G__G__Hist_380_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34864 {
34865 TPolyMarker* p = NULL;
34866 char* gvp = (char*) G__getgvp();
34867
34868 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
34869 p = new TPolyMarker(*(TPolyMarker*) libp->para[0].ref);
34870 } else {
34871 p = new((void*) gvp) TPolyMarker(*(TPolyMarker*) libp->para[0].ref);
34872 }
34873 result7->obj.i = (long) p;
34874 result7->ref = (long) p;
34875 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TPolyMarker));
34876 return(1 || funcname || hash || result7 || libp) ;
34877 }
34878
34879 static int G__G__Hist_380_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34880 {
34881 switch (libp->paran) {
34882 case 4:
34883 ((TPolyMarker*) G__getstructoffset())->DrawPolyMarker((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
34884 , (Double_t*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
34885 G__setnull(result7);
34886 break;
34887 case 3:
34888 ((TPolyMarker*) G__getstructoffset())->DrawPolyMarker((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
34889 , (Double_t*) G__int(libp->para[2]));
34890 G__setnull(result7);
34891 break;
34892 }
34893 return(1 || funcname || hash || result7 || libp) ;
34894 }
34895
34896 static int G__G__Hist_380_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34897 {
34898 G__letint(result7, 105, (long) ((const TPolyMarker*) G__getstructoffset())->GetLastPoint());
34899 return(1 || funcname || hash || result7 || libp) ;
34900 }
34901
34902 static int G__G__Hist_380_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34903 {
34904 G__letint(result7, 105, (long) ((const TPolyMarker*) G__getstructoffset())->GetN());
34905 return(1 || funcname || hash || result7 || libp) ;
34906 }
34907
34908 static int G__G__Hist_380_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34909 {
34910 G__letint(result7, 68, (long) ((const TPolyMarker*) G__getstructoffset())->GetX());
34911 return(1 || funcname || hash || result7 || libp) ;
34912 }
34913
34914 static int G__G__Hist_380_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34915 {
34916 G__letint(result7, 68, (long) ((const TPolyMarker*) G__getstructoffset())->GetY());
34917 return(1 || funcname || hash || result7 || libp) ;
34918 }
34919
34920 static int G__G__Hist_380_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34921 {
34922 G__letint(result7, 105, (long) ((TPolyMarker*) G__getstructoffset())->Merge((TCollection*) G__int(libp->para[0])));
34923 return(1 || funcname || hash || result7 || libp) ;
34924 }
34925
34926 static int G__G__Hist_380_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34927 {
34928 switch (libp->paran) {
34929 case 4:
34930 ((TPolyMarker*) G__getstructoffset())->PaintPolyMarker((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
34931 , (Double_t*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
34932 G__setnull(result7);
34933 break;
34934 case 3:
34935 ((TPolyMarker*) G__getstructoffset())->PaintPolyMarker((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
34936 , (Double_t*) G__int(libp->para[2]));
34937 G__setnull(result7);
34938 break;
34939 }
34940 return(1 || funcname || hash || result7 || libp) ;
34941 }
34942
34943 static int G__G__Hist_380_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34944 {
34945 G__letint(result7, 105, (long) ((TPolyMarker*) G__getstructoffset())->SetNextPoint((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
34946 return(1 || funcname || hash || result7 || libp) ;
34947 }
34948
34949 static int G__G__Hist_380_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34950 {
34951 ((TPolyMarker*) G__getstructoffset())->SetPoint((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
34952 , (Double_t) G__double(libp->para[2]));
34953 G__setnull(result7);
34954 return(1 || funcname || hash || result7 || libp) ;
34955 }
34956
34957 static int G__G__Hist_380_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34958 {
34959 ((TPolyMarker*) G__getstructoffset())->SetPolyMarker((Int_t) G__int(libp->para[0]));
34960 G__setnull(result7);
34961 return(1 || funcname || hash || result7 || libp) ;
34962 }
34963
34964 static int G__G__Hist_380_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34965 {
34966 switch (libp->paran) {
34967 case 4:
34968 ((TPolyMarker*) G__getstructoffset())->SetPolyMarker((Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
34969 , (Float_t*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
34970 G__setnull(result7);
34971 break;
34972 case 3:
34973 ((TPolyMarker*) G__getstructoffset())->SetPolyMarker((Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
34974 , (Float_t*) G__int(libp->para[2]));
34975 G__setnull(result7);
34976 break;
34977 }
34978 return(1 || funcname || hash || result7 || libp) ;
34979 }
34980
34981 static int G__G__Hist_380_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34982 {
34983 switch (libp->paran) {
34984 case 4:
34985 ((TPolyMarker*) G__getstructoffset())->SetPolyMarker((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
34986 , (Double_t*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
34987 G__setnull(result7);
34988 break;
34989 case 3:
34990 ((TPolyMarker*) G__getstructoffset())->SetPolyMarker((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
34991 , (Double_t*) G__int(libp->para[2]));
34992 G__setnull(result7);
34993 break;
34994 }
34995 return(1 || funcname || hash || result7 || libp) ;
34996 }
34997
34998 static int G__G__Hist_380_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34999 {
35000 G__letint(result7, 105, (long) ((const TPolyMarker*) G__getstructoffset())->Size());
35001 return(1 || funcname || hash || result7 || libp) ;
35002 }
35003
35004 static int G__G__Hist_380_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35005 {
35006 G__letint(result7, 85, (long) TPolyMarker::Class());
35007 return(1 || funcname || hash || result7 || libp) ;
35008 }
35009
35010 static int G__G__Hist_380_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35011 {
35012 G__letint(result7, 67, (long) TPolyMarker::Class_Name());
35013 return(1 || funcname || hash || result7 || libp) ;
35014 }
35015
35016 static int G__G__Hist_380_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35017 {
35018 G__letint(result7, 115, (long) TPolyMarker::Class_Version());
35019 return(1 || funcname || hash || result7 || libp) ;
35020 }
35021
35022 static int G__G__Hist_380_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35023 {
35024 TPolyMarker::Dictionary();
35025 G__setnull(result7);
35026 return(1 || funcname || hash || result7 || libp) ;
35027 }
35028
35029 static int G__G__Hist_380_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35030 {
35031 ((TPolyMarker*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
35032 G__setnull(result7);
35033 return(1 || funcname || hash || result7 || libp) ;
35034 }
35035
35036 static int G__G__Hist_380_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35037 {
35038 G__letint(result7, 67, (long) TPolyMarker::DeclFileName());
35039 return(1 || funcname || hash || result7 || libp) ;
35040 }
35041
35042 static int G__G__Hist_380_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35043 {
35044 G__letint(result7, 105, (long) TPolyMarker::ImplFileLine());
35045 return(1 || funcname || hash || result7 || libp) ;
35046 }
35047
35048 static int G__G__Hist_380_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35049 {
35050 G__letint(result7, 67, (long) TPolyMarker::ImplFileName());
35051 return(1 || funcname || hash || result7 || libp) ;
35052 }
35053
35054 static int G__G__Hist_380_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35055 {
35056 G__letint(result7, 105, (long) TPolyMarker::DeclFileLine());
35057 return(1 || funcname || hash || result7 || libp) ;
35058 }
35059
35060
35061 typedef TPolyMarker G__TTPolyMarker;
35062 static int G__G__Hist_380_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35063 {
35064 char* gvp = (char*) G__getgvp();
35065 long soff = G__getstructoffset();
35066 int n = G__getaryconstruct();
35067
35068
35069
35070
35071
35072 if (!soff) {
35073 return(1);
35074 }
35075 if (n) {
35076 if (gvp == (char*)G__PVOID) {
35077 delete[] (TPolyMarker*) soff;
35078 } else {
35079 G__setgvp((long) G__PVOID);
35080 for (int i = n - 1; i >= 0; --i) {
35081 ((TPolyMarker*) (soff+(sizeof(TPolyMarker)*i)))->~G__TTPolyMarker();
35082 }
35083 G__setgvp((long)gvp);
35084 }
35085 } else {
35086 if (gvp == (char*)G__PVOID) {
35087 delete (TPolyMarker*) soff;
35088 } else {
35089 G__setgvp((long) G__PVOID);
35090 ((TPolyMarker*) (soff))->~G__TTPolyMarker();
35091 G__setgvp((long)gvp);
35092 }
35093 }
35094 G__setnull(result7);
35095 return(1 || funcname || hash || result7 || libp) ;
35096 }
35097
35098
35099
35100 static int G__G__Hist_381_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35101 {
35102 TPrincipal* p = NULL;
35103 char* gvp = (char*) G__getgvp();
35104 int n = G__getaryconstruct();
35105 if (n) {
35106 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35107 p = new TPrincipal[n];
35108 } else {
35109 p = new((void*) gvp) TPrincipal[n];
35110 }
35111 } else {
35112 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35113 p = new TPrincipal;
35114 } else {
35115 p = new((void*) gvp) TPrincipal;
35116 }
35117 }
35118 result7->obj.i = (long) p;
35119 result7->ref = (long) p;
35120 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TPrincipal));
35121 return(1 || funcname || hash || result7 || libp) ;
35122 }
35123
35124 static int G__G__Hist_381_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35125 {
35126 TPrincipal* p = NULL;
35127 char* gvp = (char*) G__getgvp();
35128 switch (libp->paran) {
35129 case 2:
35130
35131 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35132 p = new TPrincipal((Int_t) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
35133 } else {
35134 p = new((void*) gvp) TPrincipal((Int_t) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
35135 }
35136 break;
35137 case 1:
35138
35139 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35140 p = new TPrincipal((Int_t) G__int(libp->para[0]));
35141 } else {
35142 p = new((void*) gvp) TPrincipal((Int_t) G__int(libp->para[0]));
35143 }
35144 break;
35145 }
35146 result7->obj.i = (long) p;
35147 result7->ref = (long) p;
35148 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TPrincipal));
35149 return(1 || funcname || hash || result7 || libp) ;
35150 }
35151
35152 static int G__G__Hist_381_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35153 {
35154 ((TPrincipal*) G__getstructoffset())->AddRow((Double_t*) G__int(libp->para[0]));
35155 G__setnull(result7);
35156 return(1 || funcname || hash || result7 || libp) ;
35157 }
35158
35159 static int G__G__Hist_381_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35160 {
35161 G__letint(result7, 85, (long) ((const TPrincipal*) G__getstructoffset())->GetCovarianceMatrix());
35162 return(1 || funcname || hash || result7 || libp) ;
35163 }
35164
35165 static int G__G__Hist_381_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35166 {
35167 G__letint(result7, 85, (long) ((const TPrincipal*) G__getstructoffset())->GetEigenValues());
35168 return(1 || funcname || hash || result7 || libp) ;
35169 }
35170
35171 static int G__G__Hist_381_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35172 {
35173 G__letint(result7, 85, (long) ((const TPrincipal*) G__getstructoffset())->GetEigenVectors());
35174 return(1 || funcname || hash || result7 || libp) ;
35175 }
35176
35177 static int G__G__Hist_381_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35178 {
35179 G__letint(result7, 85, (long) ((const TPrincipal*) G__getstructoffset())->GetHistograms());
35180 return(1 || funcname || hash || result7 || libp) ;
35181 }
35182
35183 static int G__G__Hist_381_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35184 {
35185 G__letint(result7, 85, (long) ((const TPrincipal*) G__getstructoffset())->GetMeanValues());
35186 return(1 || funcname || hash || result7 || libp) ;
35187 }
35188
35189 static int G__G__Hist_381_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35190 {
35191 G__letint(result7, 68, (long) ((TPrincipal*) G__getstructoffset())->GetRow((Int_t) G__int(libp->para[0])));
35192 return(1 || funcname || hash || result7 || libp) ;
35193 }
35194
35195 static int G__G__Hist_381_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35196 {
35197 G__letint(result7, 85, (long) ((const TPrincipal*) G__getstructoffset())->GetSigmas());
35198 return(1 || funcname || hash || result7 || libp) ;
35199 }
35200
35201 static int G__G__Hist_381_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35202 {
35203 G__letint(result7, 85, (long) ((const TPrincipal*) G__getstructoffset())->GetUserData());
35204 return(1 || funcname || hash || result7 || libp) ;
35205 }
35206
35207 static int G__G__Hist_381_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35208 {
35209 switch (libp->paran) {
35210 case 2:
35211 ((TPrincipal*) G__getstructoffset())->MakeCode((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
35212 G__setnull(result7);
35213 break;
35214 case 1:
35215 ((TPrincipal*) G__getstructoffset())->MakeCode((const char*) G__int(libp->para[0]));
35216 G__setnull(result7);
35217 break;
35218 case 0:
35219 ((TPrincipal*) G__getstructoffset())->MakeCode();
35220 G__setnull(result7);
35221 break;
35222 }
35223 return(1 || funcname || hash || result7 || libp) ;
35224 }
35225
35226 static int G__G__Hist_381_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35227 {
35228 switch (libp->paran) {
35229 case 2:
35230 ((TPrincipal*) G__getstructoffset())->MakeHistograms((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
35231 G__setnull(result7);
35232 break;
35233 case 1:
35234 ((TPrincipal*) G__getstructoffset())->MakeHistograms((const char*) G__int(libp->para[0]));
35235 G__setnull(result7);
35236 break;
35237 case 0:
35238 ((TPrincipal*) G__getstructoffset())->MakeHistograms();
35239 G__setnull(result7);
35240 break;
35241 }
35242 return(1 || funcname || hash || result7 || libp) ;
35243 }
35244
35245 static int G__G__Hist_381_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35246 {
35247 switch (libp->paran) {
35248 case 2:
35249 ((TPrincipal*) G__getstructoffset())->MakeMethods((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
35250 G__setnull(result7);
35251 break;
35252 case 1:
35253 ((TPrincipal*) G__getstructoffset())->MakeMethods((const char*) G__int(libp->para[0]));
35254 G__setnull(result7);
35255 break;
35256 case 0:
35257 ((TPrincipal*) G__getstructoffset())->MakeMethods();
35258 G__setnull(result7);
35259 break;
35260 }
35261 return(1 || funcname || hash || result7 || libp) ;
35262 }
35263
35264 static int G__G__Hist_381_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35265 {
35266 ((TPrincipal*) G__getstructoffset())->MakePrincipals();
35267 G__setnull(result7);
35268 return(1 || funcname || hash || result7 || libp) ;
35269 }
35270
35271 static int G__G__Hist_381_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35272 {
35273 ((TPrincipal*) G__getstructoffset())->P2X((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
35274 , (Int_t) G__int(libp->para[2]));
35275 G__setnull(result7);
35276 return(1 || funcname || hash || result7 || libp) ;
35277 }
35278
35279 static int G__G__Hist_381_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35280 {
35281 ((TPrincipal*) G__getstructoffset())->SumOfSquareResiduals((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
35282 G__setnull(result7);
35283 return(1 || funcname || hash || result7 || libp) ;
35284 }
35285
35286 static int G__G__Hist_381_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35287 {
35288 switch (libp->paran) {
35289 case 1:
35290 ((TPrincipal*) G__getstructoffset())->Test((Option_t*) G__int(libp->para[0]));
35291 G__setnull(result7);
35292 break;
35293 case 0:
35294 ((TPrincipal*) G__getstructoffset())->Test();
35295 G__setnull(result7);
35296 break;
35297 }
35298 return(1 || funcname || hash || result7 || libp) ;
35299 }
35300
35301 static int G__G__Hist_381_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35302 {
35303 ((TPrincipal*) G__getstructoffset())->X2P((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
35304 G__setnull(result7);
35305 return(1 || funcname || hash || result7 || libp) ;
35306 }
35307
35308 static int G__G__Hist_381_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35309 {
35310 G__letint(result7, 85, (long) TPrincipal::Class());
35311 return(1 || funcname || hash || result7 || libp) ;
35312 }
35313
35314 static int G__G__Hist_381_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35315 {
35316 G__letint(result7, 67, (long) TPrincipal::Class_Name());
35317 return(1 || funcname || hash || result7 || libp) ;
35318 }
35319
35320 static int G__G__Hist_381_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35321 {
35322 G__letint(result7, 115, (long) TPrincipal::Class_Version());
35323 return(1 || funcname || hash || result7 || libp) ;
35324 }
35325
35326 static int G__G__Hist_381_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35327 {
35328 TPrincipal::Dictionary();
35329 G__setnull(result7);
35330 return(1 || funcname || hash || result7 || libp) ;
35331 }
35332
35333 static int G__G__Hist_381_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35334 {
35335 ((TPrincipal*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
35336 G__setnull(result7);
35337 return(1 || funcname || hash || result7 || libp) ;
35338 }
35339
35340 static int G__G__Hist_381_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35341 {
35342 G__letint(result7, 67, (long) TPrincipal::DeclFileName());
35343 return(1 || funcname || hash || result7 || libp) ;
35344 }
35345
35346 static int G__G__Hist_381_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35347 {
35348 G__letint(result7, 105, (long) TPrincipal::ImplFileLine());
35349 return(1 || funcname || hash || result7 || libp) ;
35350 }
35351
35352 static int G__G__Hist_381_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35353 {
35354 G__letint(result7, 67, (long) TPrincipal::ImplFileName());
35355 return(1 || funcname || hash || result7 || libp) ;
35356 }
35357
35358 static int G__G__Hist_381_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35359 {
35360 G__letint(result7, 105, (long) TPrincipal::DeclFileLine());
35361 return(1 || funcname || hash || result7 || libp) ;
35362 }
35363
35364
35365 typedef TPrincipal G__TTPrincipal;
35366 static int G__G__Hist_381_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35367 {
35368 char* gvp = (char*) G__getgvp();
35369 long soff = G__getstructoffset();
35370 int n = G__getaryconstruct();
35371
35372
35373
35374
35375
35376 if (!soff) {
35377 return(1);
35378 }
35379 if (n) {
35380 if (gvp == (char*)G__PVOID) {
35381 delete[] (TPrincipal*) soff;
35382 } else {
35383 G__setgvp((long) G__PVOID);
35384 for (int i = n - 1; i >= 0; --i) {
35385 ((TPrincipal*) (soff+(sizeof(TPrincipal)*i)))->~G__TTPrincipal();
35386 }
35387 G__setgvp((long)gvp);
35388 }
35389 } else {
35390 if (gvp == (char*)G__PVOID) {
35391 delete (TPrincipal*) soff;
35392 } else {
35393 G__setgvp((long) G__PVOID);
35394 ((TPrincipal*) (soff))->~G__TTPrincipal();
35395 G__setgvp((long)gvp);
35396 }
35397 }
35398 G__setnull(result7);
35399 return(1 || funcname || hash || result7 || libp) ;
35400 }
35401
35402
35403
35404 static int G__G__Hist_384_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35405 {
35406 TProfile3D* p = NULL;
35407 char* gvp = (char*) G__getgvp();
35408 int n = G__getaryconstruct();
35409 if (n) {
35410 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35411 p = new TProfile3D[n];
35412 } else {
35413 p = new((void*) gvp) TProfile3D[n];
35414 }
35415 } else {
35416 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35417 p = new TProfile3D;
35418 } else {
35419 p = new((void*) gvp) TProfile3D;
35420 }
35421 }
35422 result7->obj.i = (long) p;
35423 result7->ref = (long) p;
35424 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TProfile3D));
35425 return(1 || funcname || hash || result7 || libp) ;
35426 }
35427
35428 static int G__G__Hist_384_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35429 {
35430 TProfile3D* p = NULL;
35431 char* gvp = (char*) G__getgvp();
35432 switch (libp->paran) {
35433 case 12:
35434
35435 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35436 p = new TProfile3D(
35437 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
35438 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
35439 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
35440 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
35441 , (Int_t) G__int(libp->para[8]), (Double_t) G__double(libp->para[9])
35442 , (Double_t) G__double(libp->para[10]), (Option_t*) G__int(libp->para[11]));
35443 } else {
35444 p = new((void*) gvp) TProfile3D(
35445 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
35446 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
35447 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
35448 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
35449 , (Int_t) G__int(libp->para[8]), (Double_t) G__double(libp->para[9])
35450 , (Double_t) G__double(libp->para[10]), (Option_t*) G__int(libp->para[11]));
35451 }
35452 break;
35453 case 11:
35454
35455 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35456 p = new TProfile3D(
35457 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
35458 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
35459 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
35460 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
35461 , (Int_t) G__int(libp->para[8]), (Double_t) G__double(libp->para[9])
35462 , (Double_t) G__double(libp->para[10]));
35463 } else {
35464 p = new((void*) gvp) TProfile3D(
35465 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
35466 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
35467 , (Double_t) G__double(libp->para[4]), (Int_t) G__int(libp->para[5])
35468 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
35469 , (Int_t) G__int(libp->para[8]), (Double_t) G__double(libp->para[9])
35470 , (Double_t) G__double(libp->para[10]));
35471 }
35472 break;
35473 }
35474 result7->obj.i = (long) p;
35475 result7->ref = (long) p;
35476 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TProfile3D));
35477 return(1 || funcname || hash || result7 || libp) ;
35478 }
35479
35480 static int G__G__Hist_384_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35481 {
35482 TProfile3D* p = NULL;
35483 char* gvp = (char*) G__getgvp();
35484 switch (libp->paran) {
35485 case 9:
35486
35487 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35488 p = new TProfile3D(
35489 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
35490 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
35491 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
35492 , (Int_t) G__int(libp->para[6]), (Double_t*) G__int(libp->para[7])
35493 , (Option_t*) G__int(libp->para[8]));
35494 } else {
35495 p = new((void*) gvp) TProfile3D(
35496 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
35497 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
35498 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
35499 , (Int_t) G__int(libp->para[6]), (Double_t*) G__int(libp->para[7])
35500 , (Option_t*) G__int(libp->para[8]));
35501 }
35502 break;
35503 case 8:
35504
35505 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35506 p = new TProfile3D(
35507 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
35508 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
35509 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
35510 , (Int_t) G__int(libp->para[6]), (Double_t*) G__int(libp->para[7]));
35511 } else {
35512 p = new((void*) gvp) TProfile3D(
35513 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
35514 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
35515 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
35516 , (Int_t) G__int(libp->para[6]), (Double_t*) G__int(libp->para[7]));
35517 }
35518 break;
35519 }
35520 result7->obj.i = (long) p;
35521 result7->ref = (long) p;
35522 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TProfile3D));
35523 return(1 || funcname || hash || result7 || libp) ;
35524 }
35525
35526 static int G__G__Hist_384_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35527 {
35528 TProfile3D* p = NULL;
35529 char* gvp = (char*) G__getgvp();
35530
35531 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35532 p = new TProfile3D(*(TProfile3D*) libp->para[0].ref);
35533 } else {
35534 p = new((void*) gvp) TProfile3D(*(TProfile3D*) libp->para[0].ref);
35535 }
35536 result7->obj.i = (long) p;
35537 result7->ref = (long) p;
35538 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TProfile3D));
35539 return(1 || funcname || hash || result7 || libp) ;
35540 }
35541
35542 static int G__G__Hist_384_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35543 {
35544 switch (libp->paran) {
35545 case 1:
35546 TProfile3D::Approximate((Bool_t) G__int(libp->para[0]));
35547 G__setnull(result7);
35548 break;
35549 case 0:
35550 TProfile3D::Approximate();
35551 G__setnull(result7);
35552 break;
35553 }
35554 return(1 || funcname || hash || result7 || libp) ;
35555 }
35556
35557 static int G__G__Hist_384_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35558 {
35559 ((TProfile3D*) G__getstructoffset())->BuildOptions((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
35560 , (Option_t*) G__int(libp->para[2]));
35561 G__setnull(result7);
35562 return(1 || funcname || hash || result7 || libp) ;
35563 }
35564
35565 static int G__G__Hist_384_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35566 {
35567 G__letint(result7, 105, (long) ((TProfile3D*) G__getstructoffset())->Fill((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
35568 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
35569 , (Double_t) G__double(libp->para[4])));
35570 return(1 || funcname || hash || result7 || libp) ;
35571 }
35572
35573 static int G__G__Hist_384_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35574 {
35575 G__letdouble(result7, 100, (double) ((const TProfile3D*) G__getstructoffset())->GetBinEntries((Int_t) G__int(libp->para[0])));
35576 return(1 || funcname || hash || result7 || libp) ;
35577 }
35578
35579 static int G__G__Hist_384_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35580 {
35581 G__letdouble(result7, 100, (double) ((TProfile3D*) G__getstructoffset())->GetBinEffectiveEntries((Int_t) G__int(libp->para[0])));
35582 return(1 || funcname || hash || result7 || libp) ;
35583 }
35584
35585 static int G__G__Hist_384_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35586 {
35587 G__letint(result7, 85, (long) ((TProfile3D*) G__getstructoffset())->GetBinSumw2());
35588 return(1 || funcname || hash || result7 || libp) ;
35589 }
35590
35591 static int G__G__Hist_384_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35592 {
35593 G__letint(result7, 85, (long) ((const TProfile3D*) G__getstructoffset())->GetBinSumw2());
35594 return(1 || funcname || hash || result7 || libp) ;
35595 }
35596
35597 static int G__G__Hist_384_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35598 {
35599 G__letint(result7, 67, (long) ((const TProfile3D*) G__getstructoffset())->GetErrorOption());
35600 return(1 || funcname || hash || result7 || libp) ;
35601 }
35602
35603 static int G__G__Hist_384_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35604 {
35605 G__letdouble(result7, 100, (double) ((const TProfile3D*) G__getstructoffset())->GetTmin());
35606 return(1 || funcname || hash || result7 || libp) ;
35607 }
35608
35609 static int G__G__Hist_384_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35610 {
35611 G__letdouble(result7, 100, (double) ((const TProfile3D*) G__getstructoffset())->GetTmax());
35612 return(1 || funcname || hash || result7 || libp) ;
35613 }
35614
35615 static int G__G__Hist_384_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35616 {
35617 switch (libp->paran) {
35618 case 2:
35619 G__letint(result7, 85, (long) ((const TProfile3D*) G__getstructoffset())->ProjectionXYZ((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
35620 break;
35621 case 1:
35622 G__letint(result7, 85, (long) ((const TProfile3D*) G__getstructoffset())->ProjectionXYZ((const char*) G__int(libp->para[0])));
35623 break;
35624 case 0:
35625 G__letint(result7, 85, (long) ((const TProfile3D*) G__getstructoffset())->ProjectionXYZ());
35626 break;
35627 }
35628 return(1 || funcname || hash || result7 || libp) ;
35629 }
35630
35631 static int G__G__Hist_384_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35632 {
35633 ((TProfile3D*) G__getstructoffset())->SetBinEntries((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
35634 G__setnull(result7);
35635 return(1 || funcname || hash || result7 || libp) ;
35636 }
35637
35638 static int G__G__Hist_384_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35639 {
35640 switch (libp->paran) {
35641 case 1:
35642 ((TProfile3D*) G__getstructoffset())->SetErrorOption((Option_t*) G__int(libp->para[0]));
35643 G__setnull(result7);
35644 break;
35645 case 0:
35646 ((TProfile3D*) G__getstructoffset())->SetErrorOption();
35647 G__setnull(result7);
35648 break;
35649 }
35650 return(1 || funcname || hash || result7 || libp) ;
35651 }
35652
35653 static int G__G__Hist_384_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35654 {
35655 G__letint(result7, 85, (long) TProfile3D::Class());
35656 return(1 || funcname || hash || result7 || libp) ;
35657 }
35658
35659 static int G__G__Hist_384_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35660 {
35661 G__letint(result7, 67, (long) TProfile3D::Class_Name());
35662 return(1 || funcname || hash || result7 || libp) ;
35663 }
35664
35665 static int G__G__Hist_384_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35666 {
35667 G__letint(result7, 115, (long) TProfile3D::Class_Version());
35668 return(1 || funcname || hash || result7 || libp) ;
35669 }
35670
35671 static int G__G__Hist_384_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35672 {
35673 TProfile3D::Dictionary();
35674 G__setnull(result7);
35675 return(1 || funcname || hash || result7 || libp) ;
35676 }
35677
35678 static int G__G__Hist_384_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35679 {
35680 ((TProfile3D*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
35681 G__setnull(result7);
35682 return(1 || funcname || hash || result7 || libp) ;
35683 }
35684
35685 static int G__G__Hist_384_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35686 {
35687 G__letint(result7, 67, (long) TProfile3D::DeclFileName());
35688 return(1 || funcname || hash || result7 || libp) ;
35689 }
35690
35691 static int G__G__Hist_384_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35692 {
35693 G__letint(result7, 105, (long) TProfile3D::ImplFileLine());
35694 return(1 || funcname || hash || result7 || libp) ;
35695 }
35696
35697 static int G__G__Hist_384_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35698 {
35699 G__letint(result7, 67, (long) TProfile3D::ImplFileName());
35700 return(1 || funcname || hash || result7 || libp) ;
35701 }
35702
35703 static int G__G__Hist_384_0_83(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35704 {
35705 G__letint(result7, 105, (long) TProfile3D::DeclFileLine());
35706 return(1 || funcname || hash || result7 || libp) ;
35707 }
35708
35709
35710 typedef TProfile3D G__TTProfile3D;
35711 static int G__G__Hist_384_0_84(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35712 {
35713 char* gvp = (char*) G__getgvp();
35714 long soff = G__getstructoffset();
35715 int n = G__getaryconstruct();
35716
35717
35718
35719
35720
35721 if (!soff) {
35722 return(1);
35723 }
35724 if (n) {
35725 if (gvp == (char*)G__PVOID) {
35726 delete[] (TProfile3D*) soff;
35727 } else {
35728 G__setgvp((long) G__PVOID);
35729 for (int i = n - 1; i >= 0; --i) {
35730 ((TProfile3D*) (soff+(sizeof(TProfile3D)*i)))->~G__TTProfile3D();
35731 }
35732 G__setgvp((long)gvp);
35733 }
35734 } else {
35735 if (gvp == (char*)G__PVOID) {
35736 delete (TProfile3D*) soff;
35737 } else {
35738 G__setgvp((long) G__PVOID);
35739 ((TProfile3D*) (soff))->~G__TTProfile3D();
35740 G__setgvp((long)gvp);
35741 }
35742 }
35743 G__setnull(result7);
35744 return(1 || funcname || hash || result7 || libp) ;
35745 }
35746
35747
35748
35749 static int G__G__Hist_385_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35750 {
35751 TSplinePoly* p = NULL;
35752 char* gvp = (char*) G__getgvp();
35753 int n = G__getaryconstruct();
35754 if (n) {
35755 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35756 p = new TSplinePoly[n];
35757 } else {
35758 p = new((void*) gvp) TSplinePoly[n];
35759 }
35760 } else {
35761 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35762 p = new TSplinePoly;
35763 } else {
35764 p = new((void*) gvp) TSplinePoly;
35765 }
35766 }
35767 result7->obj.i = (long) p;
35768 result7->ref = (long) p;
35769 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TSplinePoly));
35770 return(1 || funcname || hash || result7 || libp) ;
35771 }
35772
35773 static int G__G__Hist_385_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35774 {
35775 TSplinePoly* p = NULL;
35776 char* gvp = (char*) G__getgvp();
35777
35778 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35779 p = new TSplinePoly((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
35780 } else {
35781 p = new((void*) gvp) TSplinePoly((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
35782 }
35783 result7->obj.i = (long) p;
35784 result7->ref = (long) p;
35785 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TSplinePoly));
35786 return(1 || funcname || hash || result7 || libp) ;
35787 }
35788
35789 static int G__G__Hist_385_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35790 {
35791 TSplinePoly* p = NULL;
35792 char* gvp = (char*) G__getgvp();
35793
35794 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35795 p = new TSplinePoly(*(TSplinePoly*) libp->para[0].ref);
35796 } else {
35797 p = new((void*) gvp) TSplinePoly(*(TSplinePoly*) libp->para[0].ref);
35798 }
35799 result7->obj.i = (long) p;
35800 result7->ref = (long) p;
35801 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TSplinePoly));
35802 return(1 || funcname || hash || result7 || libp) ;
35803 }
35804
35805 static int G__G__Hist_385_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35806 {
35807 {
35808 const TSplinePoly& obj = ((TSplinePoly*) G__getstructoffset())->operator=(*(TSplinePoly*) libp->para[0].ref);
35809 result7->ref = (long) (&obj);
35810 result7->obj.i = (long) (&obj);
35811 }
35812 return(1 || funcname || hash || result7 || libp) ;
35813 }
35814
35815 static int G__G__Hist_385_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35816 {
35817 {
35818 const Double_t& obj = ((TSplinePoly*) G__getstructoffset())->X();
35819 result7->ref = (long) (&obj);
35820 result7->obj.d = (double) (obj);
35821 }
35822 return(1 || funcname || hash || result7 || libp) ;
35823 }
35824
35825 static int G__G__Hist_385_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35826 {
35827 {
35828 const Double_t& obj = ((TSplinePoly*) G__getstructoffset())->Y();
35829 result7->ref = (long) (&obj);
35830 result7->obj.d = (double) (obj);
35831 }
35832 return(1 || funcname || hash || result7 || libp) ;
35833 }
35834
35835 static int G__G__Hist_385_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35836 {
35837 ((const TSplinePoly*) G__getstructoffset())->GetKnot(*(Double_t*) G__Doubleref(&libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1]));
35838 G__setnull(result7);
35839 return(1 || funcname || hash || result7 || libp) ;
35840 }
35841
35842 static int G__G__Hist_385_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35843 {
35844 G__letdouble(result7, 100, (double) ((const TSplinePoly*) G__getstructoffset())->Eval((Double_t) G__double(libp->para[0])));
35845 return(1 || funcname || hash || result7 || libp) ;
35846 }
35847
35848 static int G__G__Hist_385_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35849 {
35850 G__letint(result7, 85, (long) TSplinePoly::Class());
35851 return(1 || funcname || hash || result7 || libp) ;
35852 }
35853
35854 static int G__G__Hist_385_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35855 {
35856 G__letint(result7, 67, (long) TSplinePoly::Class_Name());
35857 return(1 || funcname || hash || result7 || libp) ;
35858 }
35859
35860 static int G__G__Hist_385_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35861 {
35862 G__letint(result7, 115, (long) TSplinePoly::Class_Version());
35863 return(1 || funcname || hash || result7 || libp) ;
35864 }
35865
35866 static int G__G__Hist_385_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35867 {
35868 TSplinePoly::Dictionary();
35869 G__setnull(result7);
35870 return(1 || funcname || hash || result7 || libp) ;
35871 }
35872
35873 static int G__G__Hist_385_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35874 {
35875 ((TSplinePoly*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
35876 G__setnull(result7);
35877 return(1 || funcname || hash || result7 || libp) ;
35878 }
35879
35880 static int G__G__Hist_385_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35881 {
35882 G__letint(result7, 67, (long) TSplinePoly::DeclFileName());
35883 return(1 || funcname || hash || result7 || libp) ;
35884 }
35885
35886 static int G__G__Hist_385_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35887 {
35888 G__letint(result7, 105, (long) TSplinePoly::ImplFileLine());
35889 return(1 || funcname || hash || result7 || libp) ;
35890 }
35891
35892 static int G__G__Hist_385_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35893 {
35894 G__letint(result7, 67, (long) TSplinePoly::ImplFileName());
35895 return(1 || funcname || hash || result7 || libp) ;
35896 }
35897
35898 static int G__G__Hist_385_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35899 {
35900 G__letint(result7, 105, (long) TSplinePoly::DeclFileLine());
35901 return(1 || funcname || hash || result7 || libp) ;
35902 }
35903
35904
35905 typedef TSplinePoly G__TTSplinePoly;
35906 static int G__G__Hist_385_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35907 {
35908 char* gvp = (char*) G__getgvp();
35909 long soff = G__getstructoffset();
35910 int n = G__getaryconstruct();
35911
35912
35913
35914
35915
35916 if (!soff) {
35917 return(1);
35918 }
35919 if (n) {
35920 if (gvp == (char*)G__PVOID) {
35921 delete[] (TSplinePoly*) soff;
35922 } else {
35923 G__setgvp((long) G__PVOID);
35924 for (int i = n - 1; i >= 0; --i) {
35925 ((TSplinePoly*) (soff+(sizeof(TSplinePoly)*i)))->~G__TTSplinePoly();
35926 }
35927 G__setgvp((long)gvp);
35928 }
35929 } else {
35930 if (gvp == (char*)G__PVOID) {
35931 delete (TSplinePoly*) soff;
35932 } else {
35933 G__setgvp((long) G__PVOID);
35934 ((TSplinePoly*) (soff))->~G__TTSplinePoly();
35935 G__setgvp((long)gvp);
35936 }
35937 }
35938 G__setnull(result7);
35939 return(1 || funcname || hash || result7 || libp) ;
35940 }
35941
35942
35943
35944 static int G__G__Hist_386_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35945 {
35946 TSplinePoly3* p = NULL;
35947 char* gvp = (char*) G__getgvp();
35948 int n = G__getaryconstruct();
35949 if (n) {
35950 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35951 p = new TSplinePoly3[n];
35952 } else {
35953 p = new((void*) gvp) TSplinePoly3[n];
35954 }
35955 } else {
35956 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35957 p = new TSplinePoly3;
35958 } else {
35959 p = new((void*) gvp) TSplinePoly3;
35960 }
35961 }
35962 result7->obj.i = (long) p;
35963 result7->ref = (long) p;
35964 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TSplinePoly3));
35965 return(1 || funcname || hash || result7 || libp) ;
35966 }
35967
35968 static int G__G__Hist_386_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35969 {
35970 TSplinePoly3* p = NULL;
35971 char* gvp = (char*) G__getgvp();
35972
35973 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35974 p = new TSplinePoly3(
35975 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
35976 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
35977 , (Double_t) G__double(libp->para[4]));
35978 } else {
35979 p = new((void*) gvp) TSplinePoly3(
35980 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
35981 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
35982 , (Double_t) G__double(libp->para[4]));
35983 }
35984 result7->obj.i = (long) p;
35985 result7->ref = (long) p;
35986 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TSplinePoly3));
35987 return(1 || funcname || hash || result7 || libp) ;
35988 }
35989
35990 static int G__G__Hist_386_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35991 {
35992 TSplinePoly3* p = NULL;
35993 char* gvp = (char*) G__getgvp();
35994
35995 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35996 p = new TSplinePoly3(*(TSplinePoly3*) libp->para[0].ref);
35997 } else {
35998 p = new((void*) gvp) TSplinePoly3(*(TSplinePoly3*) libp->para[0].ref);
35999 }
36000 result7->obj.i = (long) p;
36001 result7->ref = (long) p;
36002 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TSplinePoly3));
36003 return(1 || funcname || hash || result7 || libp) ;
36004 }
36005
36006 static int G__G__Hist_386_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36007 {
36008 {
36009 const TSplinePoly3& obj = ((TSplinePoly3*) G__getstructoffset())->operator=(*(TSplinePoly3*) libp->para[0].ref);
36010 result7->ref = (long) (&obj);
36011 result7->obj.i = (long) (&obj);
36012 }
36013 return(1 || funcname || hash || result7 || libp) ;
36014 }
36015
36016 static int G__G__Hist_386_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36017 {
36018 {
36019 const Double_t& obj = ((TSplinePoly3*) G__getstructoffset())->B();
36020 result7->ref = (long) (&obj);
36021 result7->obj.d = (double) (obj);
36022 }
36023 return(1 || funcname || hash || result7 || libp) ;
36024 }
36025
36026 static int G__G__Hist_386_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36027 {
36028 {
36029 const Double_t& obj = ((TSplinePoly3*) G__getstructoffset())->C();
36030 result7->ref = (long) (&obj);
36031 result7->obj.d = (double) (obj);
36032 }
36033 return(1 || funcname || hash || result7 || libp) ;
36034 }
36035
36036 static int G__G__Hist_386_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36037 {
36038 {
36039 const Double_t& obj = ((TSplinePoly3*) G__getstructoffset())->D();
36040 result7->ref = (long) (&obj);
36041 result7->obj.d = (double) (obj);
36042 }
36043 return(1 || funcname || hash || result7 || libp) ;
36044 }
36045
36046 static int G__G__Hist_386_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36047 {
36048 G__letdouble(result7, 100, (double) ((const TSplinePoly3*) G__getstructoffset())->Derivative((Double_t) G__double(libp->para[0])));
36049 return(1 || funcname || hash || result7 || libp) ;
36050 }
36051
36052 static int G__G__Hist_386_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36053 {
36054 G__letint(result7, 85, (long) TSplinePoly3::Class());
36055 return(1 || funcname || hash || result7 || libp) ;
36056 }
36057
36058 static int G__G__Hist_386_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36059 {
36060 G__letint(result7, 67, (long) TSplinePoly3::Class_Name());
36061 return(1 || funcname || hash || result7 || libp) ;
36062 }
36063
36064 static int G__G__Hist_386_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36065 {
36066 G__letint(result7, 115, (long) TSplinePoly3::Class_Version());
36067 return(1 || funcname || hash || result7 || libp) ;
36068 }
36069
36070 static int G__G__Hist_386_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36071 {
36072 TSplinePoly3::Dictionary();
36073 G__setnull(result7);
36074 return(1 || funcname || hash || result7 || libp) ;
36075 }
36076
36077 static int G__G__Hist_386_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36078 {
36079 ((TSplinePoly3*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
36080 G__setnull(result7);
36081 return(1 || funcname || hash || result7 || libp) ;
36082 }
36083
36084 static int G__G__Hist_386_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36085 {
36086 G__letint(result7, 67, (long) TSplinePoly3::DeclFileName());
36087 return(1 || funcname || hash || result7 || libp) ;
36088 }
36089
36090 static int G__G__Hist_386_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36091 {
36092 G__letint(result7, 105, (long) TSplinePoly3::ImplFileLine());
36093 return(1 || funcname || hash || result7 || libp) ;
36094 }
36095
36096 static int G__G__Hist_386_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36097 {
36098 G__letint(result7, 67, (long) TSplinePoly3::ImplFileName());
36099 return(1 || funcname || hash || result7 || libp) ;
36100 }
36101
36102 static int G__G__Hist_386_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36103 {
36104 G__letint(result7, 105, (long) TSplinePoly3::DeclFileLine());
36105 return(1 || funcname || hash || result7 || libp) ;
36106 }
36107
36108
36109 typedef TSplinePoly3 G__TTSplinePoly3;
36110 static int G__G__Hist_386_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36111 {
36112 char* gvp = (char*) G__getgvp();
36113 long soff = G__getstructoffset();
36114 int n = G__getaryconstruct();
36115
36116
36117
36118
36119
36120 if (!soff) {
36121 return(1);
36122 }
36123 if (n) {
36124 if (gvp == (char*)G__PVOID) {
36125 delete[] (TSplinePoly3*) soff;
36126 } else {
36127 G__setgvp((long) G__PVOID);
36128 for (int i = n - 1; i >= 0; --i) {
36129 ((TSplinePoly3*) (soff+(sizeof(TSplinePoly3)*i)))->~G__TTSplinePoly3();
36130 }
36131 G__setgvp((long)gvp);
36132 }
36133 } else {
36134 if (gvp == (char*)G__PVOID) {
36135 delete (TSplinePoly3*) soff;
36136 } else {
36137 G__setgvp((long) G__PVOID);
36138 ((TSplinePoly3*) (soff))->~G__TTSplinePoly3();
36139 G__setgvp((long)gvp);
36140 }
36141 }
36142 G__setnull(result7);
36143 return(1 || funcname || hash || result7 || libp) ;
36144 }
36145
36146
36147
36148 static int G__G__Hist_387_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36149 {
36150 TSplinePoly5* p = NULL;
36151 char* gvp = (char*) G__getgvp();
36152 int n = G__getaryconstruct();
36153 if (n) {
36154 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36155 p = new TSplinePoly5[n];
36156 } else {
36157 p = new((void*) gvp) TSplinePoly5[n];
36158 }
36159 } else {
36160 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36161 p = new TSplinePoly5;
36162 } else {
36163 p = new((void*) gvp) TSplinePoly5;
36164 }
36165 }
36166 result7->obj.i = (long) p;
36167 result7->ref = (long) p;
36168 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TSplinePoly5));
36169 return(1 || funcname || hash || result7 || libp) ;
36170 }
36171
36172 static int G__G__Hist_387_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36173 {
36174 TSplinePoly5* p = NULL;
36175 char* gvp = (char*) G__getgvp();
36176
36177 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36178 p = new TSplinePoly5(
36179 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
36180 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
36181 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
36182 , (Double_t) G__double(libp->para[6]));
36183 } else {
36184 p = new((void*) gvp) TSplinePoly5(
36185 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
36186 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
36187 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
36188 , (Double_t) G__double(libp->para[6]));
36189 }
36190 result7->obj.i = (long) p;
36191 result7->ref = (long) p;
36192 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TSplinePoly5));
36193 return(1 || funcname || hash || result7 || libp) ;
36194 }
36195
36196 static int G__G__Hist_387_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36197 {
36198 TSplinePoly5* p = NULL;
36199 char* gvp = (char*) G__getgvp();
36200
36201 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36202 p = new TSplinePoly5(*(TSplinePoly5*) libp->para[0].ref);
36203 } else {
36204 p = new((void*) gvp) TSplinePoly5(*(TSplinePoly5*) libp->para[0].ref);
36205 }
36206 result7->obj.i = (long) p;
36207 result7->ref = (long) p;
36208 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TSplinePoly5));
36209 return(1 || funcname || hash || result7 || libp) ;
36210 }
36211
36212 static int G__G__Hist_387_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36213 {
36214 {
36215 const TSplinePoly5& obj = ((TSplinePoly5*) G__getstructoffset())->operator=(*(TSplinePoly5*) libp->para[0].ref);
36216 result7->ref = (long) (&obj);
36217 result7->obj.i = (long) (&obj);
36218 }
36219 return(1 || funcname || hash || result7 || libp) ;
36220 }
36221
36222 static int G__G__Hist_387_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36223 {
36224 {
36225 const Double_t& obj = ((TSplinePoly5*) G__getstructoffset())->B();
36226 result7->ref = (long) (&obj);
36227 result7->obj.d = (double) (obj);
36228 }
36229 return(1 || funcname || hash || result7 || libp) ;
36230 }
36231
36232 static int G__G__Hist_387_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36233 {
36234 {
36235 const Double_t& obj = ((TSplinePoly5*) G__getstructoffset())->C();
36236 result7->ref = (long) (&obj);
36237 result7->obj.d = (double) (obj);
36238 }
36239 return(1 || funcname || hash || result7 || libp) ;
36240 }
36241
36242 static int G__G__Hist_387_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36243 {
36244 {
36245 const Double_t& obj = ((TSplinePoly5*) G__getstructoffset())->D();
36246 result7->ref = (long) (&obj);
36247 result7->obj.d = (double) (obj);
36248 }
36249 return(1 || funcname || hash || result7 || libp) ;
36250 }
36251
36252 static int G__G__Hist_387_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36253 {
36254 {
36255 const Double_t& obj = ((TSplinePoly5*) G__getstructoffset())->E();
36256 result7->ref = (long) (&obj);
36257 result7->obj.d = (double) (obj);
36258 }
36259 return(1 || funcname || hash || result7 || libp) ;
36260 }
36261
36262 static int G__G__Hist_387_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36263 {
36264 {
36265 const Double_t& obj = ((TSplinePoly5*) G__getstructoffset())->F();
36266 result7->ref = (long) (&obj);
36267 result7->obj.d = (double) (obj);
36268 }
36269 return(1 || funcname || hash || result7 || libp) ;
36270 }
36271
36272 static int G__G__Hist_387_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36273 {
36274 G__letdouble(result7, 100, (double) ((const TSplinePoly5*) G__getstructoffset())->Derivative((Double_t) G__double(libp->para[0])));
36275 return(1 || funcname || hash || result7 || libp) ;
36276 }
36277
36278 static int G__G__Hist_387_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36279 {
36280 G__letint(result7, 85, (long) TSplinePoly5::Class());
36281 return(1 || funcname || hash || result7 || libp) ;
36282 }
36283
36284 static int G__G__Hist_387_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36285 {
36286 G__letint(result7, 67, (long) TSplinePoly5::Class_Name());
36287 return(1 || funcname || hash || result7 || libp) ;
36288 }
36289
36290 static int G__G__Hist_387_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36291 {
36292 G__letint(result7, 115, (long) TSplinePoly5::Class_Version());
36293 return(1 || funcname || hash || result7 || libp) ;
36294 }
36295
36296 static int G__G__Hist_387_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36297 {
36298 TSplinePoly5::Dictionary();
36299 G__setnull(result7);
36300 return(1 || funcname || hash || result7 || libp) ;
36301 }
36302
36303 static int G__G__Hist_387_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36304 {
36305 ((TSplinePoly5*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
36306 G__setnull(result7);
36307 return(1 || funcname || hash || result7 || libp) ;
36308 }
36309
36310 static int G__G__Hist_387_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36311 {
36312 G__letint(result7, 67, (long) TSplinePoly5::DeclFileName());
36313 return(1 || funcname || hash || result7 || libp) ;
36314 }
36315
36316 static int G__G__Hist_387_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36317 {
36318 G__letint(result7, 105, (long) TSplinePoly5::ImplFileLine());
36319 return(1 || funcname || hash || result7 || libp) ;
36320 }
36321
36322 static int G__G__Hist_387_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36323 {
36324 G__letint(result7, 67, (long) TSplinePoly5::ImplFileName());
36325 return(1 || funcname || hash || result7 || libp) ;
36326 }
36327
36328 static int G__G__Hist_387_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36329 {
36330 G__letint(result7, 105, (long) TSplinePoly5::DeclFileLine());
36331 return(1 || funcname || hash || result7 || libp) ;
36332 }
36333
36334
36335 typedef TSplinePoly5 G__TTSplinePoly5;
36336 static int G__G__Hist_387_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36337 {
36338 char* gvp = (char*) G__getgvp();
36339 long soff = G__getstructoffset();
36340 int n = G__getaryconstruct();
36341
36342
36343
36344
36345
36346 if (!soff) {
36347 return(1);
36348 }
36349 if (n) {
36350 if (gvp == (char*)G__PVOID) {
36351 delete[] (TSplinePoly5*) soff;
36352 } else {
36353 G__setgvp((long) G__PVOID);
36354 for (int i = n - 1; i >= 0; --i) {
36355 ((TSplinePoly5*) (soff+(sizeof(TSplinePoly5)*i)))->~G__TTSplinePoly5();
36356 }
36357 G__setgvp((long)gvp);
36358 }
36359 } else {
36360 if (gvp == (char*)G__PVOID) {
36361 delete (TSplinePoly5*) soff;
36362 } else {
36363 G__setgvp((long) G__PVOID);
36364 ((TSplinePoly5*) (soff))->~G__TTSplinePoly5();
36365 G__setgvp((long)gvp);
36366 }
36367 }
36368 G__setnull(result7);
36369 return(1 || funcname || hash || result7 || libp) ;
36370 }
36371
36372
36373
36374 static int G__G__Hist_388_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36375 {
36376 TSpline3* p = NULL;
36377 char* gvp = (char*) G__getgvp();
36378 int n = G__getaryconstruct();
36379 if (n) {
36380 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36381 p = new TSpline3[n];
36382 } else {
36383 p = new((void*) gvp) TSpline3[n];
36384 }
36385 } else {
36386 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36387 p = new TSpline3;
36388 } else {
36389 p = new((void*) gvp) TSpline3;
36390 }
36391 }
36392 result7->obj.i = (long) p;
36393 result7->ref = (long) p;
36394 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TSpline3));
36395 return(1 || funcname || hash || result7 || libp) ;
36396 }
36397
36398 static int G__G__Hist_388_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36399 {
36400 TSpline3* p = NULL;
36401 char* gvp = (char*) G__getgvp();
36402 switch (libp->paran) {
36403 case 7:
36404
36405 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36406 p = new TSpline3(
36407 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
36408 , (Double_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
36409 , (const char*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
36410 , (Double_t) G__double(libp->para[6]));
36411 } else {
36412 p = new((void*) gvp) TSpline3(
36413 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
36414 , (Double_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
36415 , (const char*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
36416 , (Double_t) G__double(libp->para[6]));
36417 }
36418 break;
36419 case 6:
36420
36421 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36422 p = new TSpline3(
36423 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
36424 , (Double_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
36425 , (const char*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5]));
36426 } else {
36427 p = new((void*) gvp) TSpline3(
36428 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
36429 , (Double_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
36430 , (const char*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5]));
36431 }
36432 break;
36433 case 5:
36434
36435 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36436 p = new TSpline3(
36437 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
36438 , (Double_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
36439 , (const char*) G__int(libp->para[4]));
36440 } else {
36441 p = new((void*) gvp) TSpline3(
36442 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
36443 , (Double_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
36444 , (const char*) G__int(libp->para[4]));
36445 }
36446 break;
36447 case 4:
36448
36449 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36450 p = new TSpline3(
36451 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
36452 , (Double_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
36453 } else {
36454 p = new((void*) gvp) TSpline3(
36455 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
36456 , (Double_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
36457 }
36458 break;
36459 }
36460 result7->obj.i = (long) p;
36461 result7->ref = (long) p;
36462 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TSpline3));
36463 return(1 || funcname || hash || result7 || libp) ;
36464 }
36465
36466 static int G__G__Hist_388_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36467 {
36468 TSpline3* p = NULL;
36469 char* gvp = (char*) G__getgvp();
36470 switch (libp->paran) {
36471 case 8:
36472
36473 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36474 p = new TSpline3(
36475 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
36476 , (Double_t) G__double(libp->para[2]), (Double_t*) G__int(libp->para[3])
36477 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
36478 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
36479 } else {
36480 p = new((void*) gvp) TSpline3(
36481 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
36482 , (Double_t) G__double(libp->para[2]), (Double_t*) G__int(libp->para[3])
36483 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
36484 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
36485 }
36486 break;
36487 case 7:
36488
36489 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36490 p = new TSpline3(
36491 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
36492 , (Double_t) G__double(libp->para[2]), (Double_t*) G__int(libp->para[3])
36493 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
36494 , (Double_t) G__double(libp->para[6]));
36495 } else {
36496 p = new((void*) gvp) TSpline3(
36497 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
36498 , (Double_t) G__double(libp->para[2]), (Double_t*) G__int(libp->para[3])
36499 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
36500 , (Double_t) G__double(libp->para[6]));
36501 }
36502 break;
36503 case 6:
36504
36505 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36506 p = new TSpline3(
36507 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
36508 , (Double_t) G__double(libp->para[2]), (Double_t*) G__int(libp->para[3])
36509 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5]));
36510 } else {
36511 p = new((void*) gvp) TSpline3(
36512 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
36513 , (Double_t) G__double(libp->para[2]), (Double_t*) G__int(libp->para[3])
36514 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5]));
36515 }
36516 break;
36517 case 5:
36518
36519 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36520 p = new TSpline3(
36521 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
36522 , (Double_t) G__double(libp->para[2]), (Double_t*) G__int(libp->para[3])
36523 , (Int_t) G__int(libp->para[4]));
36524 } else {
36525 p = new((void*) gvp) TSpline3(
36526 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
36527 , (Double_t) G__double(libp->para[2]), (Double_t*) G__int(libp->para[3])
36528 , (Int_t) G__int(libp->para[4]));
36529 }
36530 break;
36531 }
36532 result7->obj.i = (long) p;
36533 result7->ref = (long) p;
36534 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TSpline3));
36535 return(1 || funcname || hash || result7 || libp) ;
36536 }
36537
36538 static int G__G__Hist_388_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36539 {
36540 TSpline3* p = NULL;
36541 char* gvp = (char*) G__getgvp();
36542 switch (libp->paran) {
36543 case 7:
36544
36545 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36546 p = new TSpline3(
36547 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
36548 , (TF1*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
36549 , (const char*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
36550 , (Double_t) G__double(libp->para[6]));
36551 } else {
36552 p = new((void*) gvp) TSpline3(
36553 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
36554 , (TF1*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
36555 , (const char*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
36556 , (Double_t) G__double(libp->para[6]));
36557 }
36558 break;
36559 case 6:
36560
36561 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36562 p = new TSpline3(
36563 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
36564 , (TF1*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
36565 , (const char*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5]));
36566 } else {
36567 p = new((void*) gvp) TSpline3(
36568 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
36569 , (TF1*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
36570 , (const char*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5]));
36571 }
36572 break;
36573 case 5:
36574
36575 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36576 p = new TSpline3(
36577 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
36578 , (TF1*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
36579 , (const char*) G__int(libp->para[4]));
36580 } else {
36581 p = new((void*) gvp) TSpline3(
36582 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
36583 , (TF1*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
36584 , (const char*) G__int(libp->para[4]));
36585 }
36586 break;
36587 case 4:
36588
36589 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36590 p = new TSpline3(
36591 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
36592 , (TF1*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
36593 } else {
36594 p = new((void*) gvp) TSpline3(
36595 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
36596 , (TF1*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
36597 }
36598 break;
36599 }
36600 result7->obj.i = (long) p;
36601 result7->ref = (long) p;
36602 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TSpline3));
36603 return(1 || funcname || hash || result7 || libp) ;
36604 }
36605
36606 static int G__G__Hist_388_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36607 {
36608 TSpline3* p = NULL;
36609 char* gvp = (char*) G__getgvp();
36610 switch (libp->paran) {
36611 case 8:
36612
36613 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36614 p = new TSpline3(
36615 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
36616 , (Double_t) G__double(libp->para[2]), (TF1*) G__int(libp->para[3])
36617 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
36618 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
36619 } else {
36620 p = new((void*) gvp) TSpline3(
36621 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
36622 , (Double_t) G__double(libp->para[2]), (TF1*) G__int(libp->para[3])
36623 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
36624 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
36625 }
36626 break;
36627 case 7:
36628
36629 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36630 p = new TSpline3(
36631 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
36632 , (Double_t) G__double(libp->para[2]), (TF1*) G__int(libp->para[3])
36633 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
36634 , (Double_t) G__double(libp->para[6]));
36635 } else {
36636 p = new((void*) gvp) TSpline3(
36637 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
36638 , (Double_t) G__double(libp->para[2]), (TF1*) G__int(libp->para[3])
36639 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
36640 , (Double_t) G__double(libp->para[6]));
36641 }
36642 break;
36643 case 6:
36644
36645 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36646 p = new TSpline3(
36647 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
36648 , (Double_t) G__double(libp->para[2]), (TF1*) G__int(libp->para[3])
36649 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5]));
36650 } else {
36651 p = new((void*) gvp) TSpline3(
36652 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
36653 , (Double_t) G__double(libp->para[2]), (TF1*) G__int(libp->para[3])
36654 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5]));
36655 }
36656 break;
36657 case 5:
36658
36659 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36660 p = new TSpline3(
36661 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
36662 , (Double_t) G__double(libp->para[2]), (TF1*) G__int(libp->para[3])
36663 , (Int_t) G__int(libp->para[4]));
36664 } else {
36665 p = new((void*) gvp) TSpline3(
36666 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
36667 , (Double_t) G__double(libp->para[2]), (TF1*) G__int(libp->para[3])
36668 , (Int_t) G__int(libp->para[4]));
36669 }
36670 break;
36671 }
36672 result7->obj.i = (long) p;
36673 result7->ref = (long) p;
36674 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TSpline3));
36675 return(1 || funcname || hash || result7 || libp) ;
36676 }
36677
36678 static int G__G__Hist_388_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36679 {
36680 TSpline3* p = NULL;
36681 char* gvp = (char*) G__getgvp();
36682 switch (libp->paran) {
36683 case 5:
36684
36685 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36686 p = new TSpline3(
36687 (const char*) G__int(libp->para[0]), (TGraph*) G__int(libp->para[1])
36688 , (const char*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
36689 , (Double_t) G__double(libp->para[4]));
36690 } else {
36691 p = new((void*) gvp) TSpline3(
36692 (const char*) G__int(libp->para[0]), (TGraph*) G__int(libp->para[1])
36693 , (const char*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
36694 , (Double_t) G__double(libp->para[4]));
36695 }
36696 break;
36697 case 4:
36698
36699 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36700 p = new TSpline3(
36701 (const char*) G__int(libp->para[0]), (TGraph*) G__int(libp->para[1])
36702 , (const char*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3]));
36703 } else {
36704 p = new((void*) gvp) TSpline3(
36705 (const char*) G__int(libp->para[0]), (TGraph*) G__int(libp->para[1])
36706 , (const char*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3]));
36707 }
36708 break;
36709 case 3:
36710
36711 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36712 p = new TSpline3(
36713 (const char*) G__int(libp->para[0]), (TGraph*) G__int(libp->para[1])
36714 , (const char*) G__int(libp->para[2]));
36715 } else {
36716 p = new((void*) gvp) TSpline3(
36717 (const char*) G__int(libp->para[0]), (TGraph*) G__int(libp->para[1])
36718 , (const char*) G__int(libp->para[2]));
36719 }
36720 break;
36721 case 2:
36722
36723 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36724 p = new TSpline3((const char*) G__int(libp->para[0]), (TGraph*) G__int(libp->para[1]));
36725 } else {
36726 p = new((void*) gvp) TSpline3((const char*) G__int(libp->para[0]), (TGraph*) G__int(libp->para[1]));
36727 }
36728 break;
36729 }
36730 result7->obj.i = (long) p;
36731 result7->ref = (long) p;
36732 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TSpline3));
36733 return(1 || funcname || hash || result7 || libp) ;
36734 }
36735
36736 static int G__G__Hist_388_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36737 {
36738 TSpline3* p = NULL;
36739 char* gvp = (char*) G__getgvp();
36740 switch (libp->paran) {
36741 case 4:
36742
36743 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36744 p = new TSpline3(
36745 (TH1*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
36746 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
36747 } else {
36748 p = new((void*) gvp) TSpline3(
36749 (TH1*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
36750 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
36751 }
36752 break;
36753 case 3:
36754
36755 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36756 p = new TSpline3(
36757 (TH1*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
36758 , (Double_t) G__double(libp->para[2]));
36759 } else {
36760 p = new((void*) gvp) TSpline3(
36761 (TH1*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
36762 , (Double_t) G__double(libp->para[2]));
36763 }
36764 break;
36765 case 2:
36766
36767 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36768 p = new TSpline3((TH1*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
36769 } else {
36770 p = new((void*) gvp) TSpline3((TH1*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
36771 }
36772 break;
36773 case 1:
36774
36775 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36776 p = new TSpline3((TH1*) G__int(libp->para[0]));
36777 } else {
36778 p = new((void*) gvp) TSpline3((TH1*) G__int(libp->para[0]));
36779 }
36780 break;
36781 }
36782 result7->obj.i = (long) p;
36783 result7->ref = (long) p;
36784 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TSpline3));
36785 return(1 || funcname || hash || result7 || libp) ;
36786 }
36787
36788 static int G__G__Hist_388_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36789 {
36790 TSpline3* p = NULL;
36791 char* gvp = (char*) G__getgvp();
36792
36793 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36794 p = new TSpline3(*(TSpline3*) libp->para[0].ref);
36795 } else {
36796 p = new((void*) gvp) TSpline3(*(TSpline3*) libp->para[0].ref);
36797 }
36798 result7->obj.i = (long) p;
36799 result7->ref = (long) p;
36800 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TSpline3));
36801 return(1 || funcname || hash || result7 || libp) ;
36802 }
36803
36804 static int G__G__Hist_388_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36805 {
36806 {
36807 const TSpline3& obj = ((TSpline3*) G__getstructoffset())->operator=(*(TSpline3*) libp->para[0].ref);
36808 result7->ref = (long) (&obj);
36809 result7->obj.i = (long) (&obj);
36810 }
36811 return(1 || funcname || hash || result7 || libp) ;
36812 }
36813
36814 static int G__G__Hist_388_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36815 {
36816 G__letint(result7, 105, (long) ((const TSpline3*) G__getstructoffset())->FindX((Double_t) G__double(libp->para[0])));
36817 return(1 || funcname || hash || result7 || libp) ;
36818 }
36819
36820 static int G__G__Hist_388_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36821 {
36822 G__letdouble(result7, 100, (double) ((const TSpline3*) G__getstructoffset())->Derivative((Double_t) G__double(libp->para[0])));
36823 return(1 || funcname || hash || result7 || libp) ;
36824 }
36825
36826 static int G__G__Hist_388_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36827 {
36828 ((TSpline3*) G__getstructoffset())->GetCoeff((Int_t) G__int(libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
36829 , *(Double_t*) G__Doubleref(&libp->para[2]), *(Double_t*) G__Doubleref(&libp->para[3])
36830 , *(Double_t*) G__Doubleref(&libp->para[4]), *(Double_t*) G__Doubleref(&libp->para[5]));
36831 G__setnull(result7);
36832 return(1 || funcname || hash || result7 || libp) ;
36833 }
36834
36835 static int G__G__Hist_388_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36836 {
36837 switch (libp->paran) {
36838 case 2:
36839 ((const TSpline3*) G__getstructoffset())->SaveAs((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
36840 G__setnull(result7);
36841 break;
36842 case 1:
36843 ((const TSpline3*) G__getstructoffset())->SaveAs((const char*) G__int(libp->para[0]));
36844 G__setnull(result7);
36845 break;
36846 }
36847 return(1 || funcname || hash || result7 || libp) ;
36848 }
36849
36850 static int G__G__Hist_388_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36851 {
36852 ((TSpline3*) G__getstructoffset())->SetPoint((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
36853 , (Double_t) G__double(libp->para[2]));
36854 G__setnull(result7);
36855 return(1 || funcname || hash || result7 || libp) ;
36856 }
36857
36858 static int G__G__Hist_388_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36859 {
36860 ((TSpline3*) G__getstructoffset())->SetPointCoeff((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
36861 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
36862 G__setnull(result7);
36863 return(1 || funcname || hash || result7 || libp) ;
36864 }
36865
36866 static int G__G__Hist_388_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36867 {
36868 TSpline3::Test();
36869 G__setnull(result7);
36870 return(1 || funcname || hash || result7 || libp) ;
36871 }
36872
36873 static int G__G__Hist_388_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36874 {
36875 G__letint(result7, 85, (long) TSpline3::Class());
36876 return(1 || funcname || hash || result7 || libp) ;
36877 }
36878
36879 static int G__G__Hist_388_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36880 {
36881 G__letint(result7, 67, (long) TSpline3::Class_Name());
36882 return(1 || funcname || hash || result7 || libp) ;
36883 }
36884
36885 static int G__G__Hist_388_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36886 {
36887 G__letint(result7, 115, (long) TSpline3::Class_Version());
36888 return(1 || funcname || hash || result7 || libp) ;
36889 }
36890
36891 static int G__G__Hist_388_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36892 {
36893 TSpline3::Dictionary();
36894 G__setnull(result7);
36895 return(1 || funcname || hash || result7 || libp) ;
36896 }
36897
36898 static int G__G__Hist_388_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36899 {
36900 ((TSpline3*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
36901 G__setnull(result7);
36902 return(1 || funcname || hash || result7 || libp) ;
36903 }
36904
36905 static int G__G__Hist_388_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36906 {
36907 G__letint(result7, 67, (long) TSpline3::DeclFileName());
36908 return(1 || funcname || hash || result7 || libp) ;
36909 }
36910
36911 static int G__G__Hist_388_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36912 {
36913 G__letint(result7, 105, (long) TSpline3::ImplFileLine());
36914 return(1 || funcname || hash || result7 || libp) ;
36915 }
36916
36917 static int G__G__Hist_388_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36918 {
36919 G__letint(result7, 67, (long) TSpline3::ImplFileName());
36920 return(1 || funcname || hash || result7 || libp) ;
36921 }
36922
36923 static int G__G__Hist_388_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36924 {
36925 G__letint(result7, 105, (long) TSpline3::DeclFileLine());
36926 return(1 || funcname || hash || result7 || libp) ;
36927 }
36928
36929
36930 typedef TSpline3 G__TTSpline3;
36931 static int G__G__Hist_388_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36932 {
36933 char* gvp = (char*) G__getgvp();
36934 long soff = G__getstructoffset();
36935 int n = G__getaryconstruct();
36936
36937
36938
36939
36940
36941 if (!soff) {
36942 return(1);
36943 }
36944 if (n) {
36945 if (gvp == (char*)G__PVOID) {
36946 delete[] (TSpline3*) soff;
36947 } else {
36948 G__setgvp((long) G__PVOID);
36949 for (int i = n - 1; i >= 0; --i) {
36950 ((TSpline3*) (soff+(sizeof(TSpline3)*i)))->~G__TTSpline3();
36951 }
36952 G__setgvp((long)gvp);
36953 }
36954 } else {
36955 if (gvp == (char*)G__PVOID) {
36956 delete (TSpline3*) soff;
36957 } else {
36958 G__setgvp((long) G__PVOID);
36959 ((TSpline3*) (soff))->~G__TTSpline3();
36960 G__setgvp((long)gvp);
36961 }
36962 }
36963 G__setnull(result7);
36964 return(1 || funcname || hash || result7 || libp) ;
36965 }
36966
36967
36968
36969 static int G__G__Hist_389_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36970 {
36971 TSpline5* p = NULL;
36972 char* gvp = (char*) G__getgvp();
36973 int n = G__getaryconstruct();
36974 if (n) {
36975 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36976 p = new TSpline5[n];
36977 } else {
36978 p = new((void*) gvp) TSpline5[n];
36979 }
36980 } else {
36981 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36982 p = new TSpline5;
36983 } else {
36984 p = new((void*) gvp) TSpline5;
36985 }
36986 }
36987 result7->obj.i = (long) p;
36988 result7->ref = (long) p;
36989 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TSpline5));
36990 return(1 || funcname || hash || result7 || libp) ;
36991 }
36992
36993 static int G__G__Hist_389_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36994 {
36995 TSpline5* p = NULL;
36996 char* gvp = (char*) G__getgvp();
36997 switch (libp->paran) {
36998 case 9:
36999
37000 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37001 p = new TSpline5(
37002 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
37003 , (Double_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
37004 , (const char*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
37005 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
37006 , (Double_t) G__double(libp->para[8]));
37007 } else {
37008 p = new((void*) gvp) TSpline5(
37009 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
37010 , (Double_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
37011 , (const char*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
37012 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
37013 , (Double_t) G__double(libp->para[8]));
37014 }
37015 break;
37016 case 8:
37017
37018 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37019 p = new TSpline5(
37020 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
37021 , (Double_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
37022 , (const char*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
37023 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
37024 } else {
37025 p = new((void*) gvp) TSpline5(
37026 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
37027 , (Double_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
37028 , (const char*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
37029 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
37030 }
37031 break;
37032 case 7:
37033
37034 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37035 p = new TSpline5(
37036 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
37037 , (Double_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
37038 , (const char*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
37039 , (Double_t) G__double(libp->para[6]));
37040 } else {
37041 p = new((void*) gvp) TSpline5(
37042 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
37043 , (Double_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
37044 , (const char*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
37045 , (Double_t) G__double(libp->para[6]));
37046 }
37047 break;
37048 case 6:
37049
37050 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37051 p = new TSpline5(
37052 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
37053 , (Double_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
37054 , (const char*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5]));
37055 } else {
37056 p = new((void*) gvp) TSpline5(
37057 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
37058 , (Double_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
37059 , (const char*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5]));
37060 }
37061 break;
37062 case 5:
37063
37064 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37065 p = new TSpline5(
37066 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
37067 , (Double_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
37068 , (const char*) G__int(libp->para[4]));
37069 } else {
37070 p = new((void*) gvp) TSpline5(
37071 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
37072 , (Double_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
37073 , (const char*) G__int(libp->para[4]));
37074 }
37075 break;
37076 case 4:
37077
37078 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37079 p = new TSpline5(
37080 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
37081 , (Double_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
37082 } else {
37083 p = new((void*) gvp) TSpline5(
37084 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
37085 , (Double_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
37086 }
37087 break;
37088 }
37089 result7->obj.i = (long) p;
37090 result7->ref = (long) p;
37091 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TSpline5));
37092 return(1 || funcname || hash || result7 || libp) ;
37093 }
37094
37095 static int G__G__Hist_389_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37096 {
37097 TSpline5* p = NULL;
37098 char* gvp = (char*) G__getgvp();
37099 switch (libp->paran) {
37100 case 10:
37101
37102 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37103 p = new TSpline5(
37104 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
37105 , (Double_t) G__double(libp->para[2]), (Double_t*) G__int(libp->para[3])
37106 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
37107 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
37108 , (Double_t) G__double(libp->para[8]), (Double_t) G__double(libp->para[9]));
37109 } else {
37110 p = new((void*) gvp) TSpline5(
37111 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
37112 , (Double_t) G__double(libp->para[2]), (Double_t*) G__int(libp->para[3])
37113 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
37114 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
37115 , (Double_t) G__double(libp->para[8]), (Double_t) G__double(libp->para[9]));
37116 }
37117 break;
37118 case 9:
37119
37120 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37121 p = new TSpline5(
37122 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
37123 , (Double_t) G__double(libp->para[2]), (Double_t*) G__int(libp->para[3])
37124 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
37125 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
37126 , (Double_t) G__double(libp->para[8]));
37127 } else {
37128 p = new((void*) gvp) TSpline5(
37129 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
37130 , (Double_t) G__double(libp->para[2]), (Double_t*) G__int(libp->para[3])
37131 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
37132 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
37133 , (Double_t) G__double(libp->para[8]));
37134 }
37135 break;
37136 case 8:
37137
37138 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37139 p = new TSpline5(
37140 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
37141 , (Double_t) G__double(libp->para[2]), (Double_t*) G__int(libp->para[3])
37142 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
37143 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
37144 } else {
37145 p = new((void*) gvp) TSpline5(
37146 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
37147 , (Double_t) G__double(libp->para[2]), (Double_t*) G__int(libp->para[3])
37148 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
37149 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
37150 }
37151 break;
37152 case 7:
37153
37154 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37155 p = new TSpline5(
37156 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
37157 , (Double_t) G__double(libp->para[2]), (Double_t*) G__int(libp->para[3])
37158 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
37159 , (Double_t) G__double(libp->para[6]));
37160 } else {
37161 p = new((void*) gvp) TSpline5(
37162 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
37163 , (Double_t) G__double(libp->para[2]), (Double_t*) G__int(libp->para[3])
37164 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
37165 , (Double_t) G__double(libp->para[6]));
37166 }
37167 break;
37168 case 6:
37169
37170 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37171 p = new TSpline5(
37172 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
37173 , (Double_t) G__double(libp->para[2]), (Double_t*) G__int(libp->para[3])
37174 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5]));
37175 } else {
37176 p = new((void*) gvp) TSpline5(
37177 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
37178 , (Double_t) G__double(libp->para[2]), (Double_t*) G__int(libp->para[3])
37179 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5]));
37180 }
37181 break;
37182 case 5:
37183
37184 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37185 p = new TSpline5(
37186 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
37187 , (Double_t) G__double(libp->para[2]), (Double_t*) G__int(libp->para[3])
37188 , (Int_t) G__int(libp->para[4]));
37189 } else {
37190 p = new((void*) gvp) TSpline5(
37191 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
37192 , (Double_t) G__double(libp->para[2]), (Double_t*) G__int(libp->para[3])
37193 , (Int_t) G__int(libp->para[4]));
37194 }
37195 break;
37196 }
37197 result7->obj.i = (long) p;
37198 result7->ref = (long) p;
37199 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TSpline5));
37200 return(1 || funcname || hash || result7 || libp) ;
37201 }
37202
37203 static int G__G__Hist_389_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37204 {
37205 TSpline5* p = NULL;
37206 char* gvp = (char*) G__getgvp();
37207 switch (libp->paran) {
37208 case 9:
37209
37210 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37211 p = new TSpline5(
37212 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
37213 , (TF1*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
37214 , (const char*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
37215 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
37216 , (Double_t) G__double(libp->para[8]));
37217 } else {
37218 p = new((void*) gvp) TSpline5(
37219 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
37220 , (TF1*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
37221 , (const char*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
37222 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
37223 , (Double_t) G__double(libp->para[8]));
37224 }
37225 break;
37226 case 8:
37227
37228 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37229 p = new TSpline5(
37230 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
37231 , (TF1*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
37232 , (const char*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
37233 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
37234 } else {
37235 p = new((void*) gvp) TSpline5(
37236 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
37237 , (TF1*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
37238 , (const char*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
37239 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
37240 }
37241 break;
37242 case 7:
37243
37244 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37245 p = new TSpline5(
37246 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
37247 , (TF1*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
37248 , (const char*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
37249 , (Double_t) G__double(libp->para[6]));
37250 } else {
37251 p = new((void*) gvp) TSpline5(
37252 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
37253 , (TF1*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
37254 , (const char*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
37255 , (Double_t) G__double(libp->para[6]));
37256 }
37257 break;
37258 case 6:
37259
37260 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37261 p = new TSpline5(
37262 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
37263 , (TF1*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
37264 , (const char*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5]));
37265 } else {
37266 p = new((void*) gvp) TSpline5(
37267 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
37268 , (TF1*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
37269 , (const char*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5]));
37270 }
37271 break;
37272 case 5:
37273
37274 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37275 p = new TSpline5(
37276 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
37277 , (TF1*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
37278 , (const char*) G__int(libp->para[4]));
37279 } else {
37280 p = new((void*) gvp) TSpline5(
37281 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
37282 , (TF1*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
37283 , (const char*) G__int(libp->para[4]));
37284 }
37285 break;
37286 case 4:
37287
37288 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37289 p = new TSpline5(
37290 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
37291 , (TF1*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
37292 } else {
37293 p = new((void*) gvp) TSpline5(
37294 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
37295 , (TF1*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
37296 }
37297 break;
37298 }
37299 result7->obj.i = (long) p;
37300 result7->ref = (long) p;
37301 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TSpline5));
37302 return(1 || funcname || hash || result7 || libp) ;
37303 }
37304
37305 static int G__G__Hist_389_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37306 {
37307 TSpline5* p = NULL;
37308 char* gvp = (char*) G__getgvp();
37309 switch (libp->paran) {
37310 case 10:
37311
37312 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37313 p = new TSpline5(
37314 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
37315 , (Double_t) G__double(libp->para[2]), (TF1*) G__int(libp->para[3])
37316 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
37317 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
37318 , (Double_t) G__double(libp->para[8]), (Double_t) G__double(libp->para[9]));
37319 } else {
37320 p = new((void*) gvp) TSpline5(
37321 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
37322 , (Double_t) G__double(libp->para[2]), (TF1*) G__int(libp->para[3])
37323 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
37324 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
37325 , (Double_t) G__double(libp->para[8]), (Double_t) G__double(libp->para[9]));
37326 }
37327 break;
37328 case 9:
37329
37330 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37331 p = new TSpline5(
37332 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
37333 , (Double_t) G__double(libp->para[2]), (TF1*) G__int(libp->para[3])
37334 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
37335 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
37336 , (Double_t) G__double(libp->para[8]));
37337 } else {
37338 p = new((void*) gvp) TSpline5(
37339 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
37340 , (Double_t) G__double(libp->para[2]), (TF1*) G__int(libp->para[3])
37341 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
37342 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
37343 , (Double_t) G__double(libp->para[8]));
37344 }
37345 break;
37346 case 8:
37347
37348 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37349 p = new TSpline5(
37350 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
37351 , (Double_t) G__double(libp->para[2]), (TF1*) G__int(libp->para[3])
37352 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
37353 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
37354 } else {
37355 p = new((void*) gvp) TSpline5(
37356 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
37357 , (Double_t) G__double(libp->para[2]), (TF1*) G__int(libp->para[3])
37358 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
37359 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
37360 }
37361 break;
37362 case 7:
37363
37364 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37365 p = new TSpline5(
37366 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
37367 , (Double_t) G__double(libp->para[2]), (TF1*) G__int(libp->para[3])
37368 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
37369 , (Double_t) G__double(libp->para[6]));
37370 } else {
37371 p = new((void*) gvp) TSpline5(
37372 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
37373 , (Double_t) G__double(libp->para[2]), (TF1*) G__int(libp->para[3])
37374 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
37375 , (Double_t) G__double(libp->para[6]));
37376 }
37377 break;
37378 case 6:
37379
37380 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37381 p = new TSpline5(
37382 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
37383 , (Double_t) G__double(libp->para[2]), (TF1*) G__int(libp->para[3])
37384 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5]));
37385 } else {
37386 p = new((void*) gvp) TSpline5(
37387 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
37388 , (Double_t) G__double(libp->para[2]), (TF1*) G__int(libp->para[3])
37389 , (Int_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5]));
37390 }
37391 break;
37392 case 5:
37393
37394 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37395 p = new TSpline5(
37396 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
37397 , (Double_t) G__double(libp->para[2]), (TF1*) G__int(libp->para[3])
37398 , (Int_t) G__int(libp->para[4]));
37399 } else {
37400 p = new((void*) gvp) TSpline5(
37401 (const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
37402 , (Double_t) G__double(libp->para[2]), (TF1*) G__int(libp->para[3])
37403 , (Int_t) G__int(libp->para[4]));
37404 }
37405 break;
37406 }
37407 result7->obj.i = (long) p;
37408 result7->ref = (long) p;
37409 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TSpline5));
37410 return(1 || funcname || hash || result7 || libp) ;
37411 }
37412
37413 static int G__G__Hist_389_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37414 {
37415 TSpline5* p = NULL;
37416 char* gvp = (char*) G__getgvp();
37417 switch (libp->paran) {
37418 case 7:
37419
37420 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37421 p = new TSpline5(
37422 (const char*) G__int(libp->para[0]), (TGraph*) G__int(libp->para[1])
37423 , (const char*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
37424 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
37425 , (Double_t) G__double(libp->para[6]));
37426 } else {
37427 p = new((void*) gvp) TSpline5(
37428 (const char*) G__int(libp->para[0]), (TGraph*) G__int(libp->para[1])
37429 , (const char*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
37430 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
37431 , (Double_t) G__double(libp->para[6]));
37432 }
37433 break;
37434 case 6:
37435
37436 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37437 p = new TSpline5(
37438 (const char*) G__int(libp->para[0]), (TGraph*) G__int(libp->para[1])
37439 , (const char*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
37440 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
37441 } else {
37442 p = new((void*) gvp) TSpline5(
37443 (const char*) G__int(libp->para[0]), (TGraph*) G__int(libp->para[1])
37444 , (const char*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
37445 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
37446 }
37447 break;
37448 case 5:
37449
37450 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37451 p = new TSpline5(
37452 (const char*) G__int(libp->para[0]), (TGraph*) G__int(libp->para[1])
37453 , (const char*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
37454 , (Double_t) G__double(libp->para[4]));
37455 } else {
37456 p = new((void*) gvp) TSpline5(
37457 (const char*) G__int(libp->para[0]), (TGraph*) G__int(libp->para[1])
37458 , (const char*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
37459 , (Double_t) G__double(libp->para[4]));
37460 }
37461 break;
37462 case 4:
37463
37464 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37465 p = new TSpline5(
37466 (const char*) G__int(libp->para[0]), (TGraph*) G__int(libp->para[1])
37467 , (const char*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3]));
37468 } else {
37469 p = new((void*) gvp) TSpline5(
37470 (const char*) G__int(libp->para[0]), (TGraph*) G__int(libp->para[1])
37471 , (const char*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3]));
37472 }
37473 break;
37474 case 3:
37475
37476 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37477 p = new TSpline5(
37478 (const char*) G__int(libp->para[0]), (TGraph*) G__int(libp->para[1])
37479 , (const char*) G__int(libp->para[2]));
37480 } else {
37481 p = new((void*) gvp) TSpline5(
37482 (const char*) G__int(libp->para[0]), (TGraph*) G__int(libp->para[1])
37483 , (const char*) G__int(libp->para[2]));
37484 }
37485 break;
37486 case 2:
37487
37488 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37489 p = new TSpline5((const char*) G__int(libp->para[0]), (TGraph*) G__int(libp->para[1]));
37490 } else {
37491 p = new((void*) gvp) TSpline5((const char*) G__int(libp->para[0]), (TGraph*) G__int(libp->para[1]));
37492 }
37493 break;
37494 }
37495 result7->obj.i = (long) p;
37496 result7->ref = (long) p;
37497 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TSpline5));
37498 return(1 || funcname || hash || result7 || libp) ;
37499 }
37500
37501 static int G__G__Hist_389_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37502 {
37503 TSpline5* p = NULL;
37504 char* gvp = (char*) G__getgvp();
37505 switch (libp->paran) {
37506 case 6:
37507
37508 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37509 p = new TSpline5(
37510 (TH1*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
37511 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
37512 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
37513 } else {
37514 p = new((void*) gvp) TSpline5(
37515 (TH1*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
37516 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
37517 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
37518 }
37519 break;
37520 case 5:
37521
37522 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37523 p = new TSpline5(
37524 (TH1*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
37525 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
37526 , (Double_t) G__double(libp->para[4]));
37527 } else {
37528 p = new((void*) gvp) TSpline5(
37529 (TH1*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
37530 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
37531 , (Double_t) G__double(libp->para[4]));
37532 }
37533 break;
37534 case 4:
37535
37536 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37537 p = new TSpline5(
37538 (TH1*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
37539 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
37540 } else {
37541 p = new((void*) gvp) TSpline5(
37542 (TH1*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
37543 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
37544 }
37545 break;
37546 case 3:
37547
37548 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37549 p = new TSpline5(
37550 (TH1*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
37551 , (Double_t) G__double(libp->para[2]));
37552 } else {
37553 p = new((void*) gvp) TSpline5(
37554 (TH1*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
37555 , (Double_t) G__double(libp->para[2]));
37556 }
37557 break;
37558 case 2:
37559
37560 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37561 p = new TSpline5((TH1*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
37562 } else {
37563 p = new((void*) gvp) TSpline5((TH1*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
37564 }
37565 break;
37566 case 1:
37567
37568 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37569 p = new TSpline5((TH1*) G__int(libp->para[0]));
37570 } else {
37571 p = new((void*) gvp) TSpline5((TH1*) G__int(libp->para[0]));
37572 }
37573 break;
37574 }
37575 result7->obj.i = (long) p;
37576 result7->ref = (long) p;
37577 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TSpline5));
37578 return(1 || funcname || hash || result7 || libp) ;
37579 }
37580
37581 static int G__G__Hist_389_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37582 {
37583 TSpline5* p = NULL;
37584 char* gvp = (char*) G__getgvp();
37585
37586 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37587 p = new TSpline5(*(TSpline5*) libp->para[0].ref);
37588 } else {
37589 p = new((void*) gvp) TSpline5(*(TSpline5*) libp->para[0].ref);
37590 }
37591 result7->obj.i = (long) p;
37592 result7->ref = (long) p;
37593 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TSpline5));
37594 return(1 || funcname || hash || result7 || libp) ;
37595 }
37596
37597 static int G__G__Hist_389_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37598 {
37599 {
37600 const TSpline5& obj = ((TSpline5*) G__getstructoffset())->operator=(*(TSpline5*) libp->para[0].ref);
37601 result7->ref = (long) (&obj);
37602 result7->obj.i = (long) (&obj);
37603 }
37604 return(1 || funcname || hash || result7 || libp) ;
37605 }
37606
37607 static int G__G__Hist_389_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37608 {
37609 G__letint(result7, 105, (long) ((const TSpline5*) G__getstructoffset())->FindX((Double_t) G__double(libp->para[0])));
37610 return(1 || funcname || hash || result7 || libp) ;
37611 }
37612
37613 static int G__G__Hist_389_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37614 {
37615 G__letdouble(result7, 100, (double) ((const TSpline5*) G__getstructoffset())->Derivative((Double_t) G__double(libp->para[0])));
37616 return(1 || funcname || hash || result7 || libp) ;
37617 }
37618
37619 static int G__G__Hist_389_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37620 {
37621 ((TSpline5*) G__getstructoffset())->GetCoeff(
37622 (Int_t) G__int(libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
37623 , *(Double_t*) G__Doubleref(&libp->para[2]), *(Double_t*) G__Doubleref(&libp->para[3])
37624 , *(Double_t*) G__Doubleref(&libp->para[4]), *(Double_t*) G__Doubleref(&libp->para[5])
37625 , *(Double_t*) G__Doubleref(&libp->para[6]), *(Double_t*) G__Doubleref(&libp->para[7]));
37626 G__setnull(result7);
37627 return(1 || funcname || hash || result7 || libp) ;
37628 }
37629
37630 static int G__G__Hist_389_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37631 {
37632 switch (libp->paran) {
37633 case 2:
37634 ((const TSpline5*) G__getstructoffset())->SaveAs((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
37635 G__setnull(result7);
37636 break;
37637 case 1:
37638 ((const TSpline5*) G__getstructoffset())->SaveAs((const char*) G__int(libp->para[0]));
37639 G__setnull(result7);
37640 break;
37641 }
37642 return(1 || funcname || hash || result7 || libp) ;
37643 }
37644
37645 static int G__G__Hist_389_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37646 {
37647 ((TSpline5*) G__getstructoffset())->SetPoint((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
37648 , (Double_t) G__double(libp->para[2]));
37649 G__setnull(result7);
37650 return(1 || funcname || hash || result7 || libp) ;
37651 }
37652
37653 static int G__G__Hist_389_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37654 {
37655 ((TSpline5*) G__getstructoffset())->SetPointCoeff((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
37656 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
37657 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
37658 G__setnull(result7);
37659 return(1 || funcname || hash || result7 || libp) ;
37660 }
37661
37662 static int G__G__Hist_389_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37663 {
37664 TSpline5::Test();
37665 G__setnull(result7);
37666 return(1 || funcname || hash || result7 || libp) ;
37667 }
37668
37669 static int G__G__Hist_389_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37670 {
37671 G__letint(result7, 85, (long) TSpline5::Class());
37672 return(1 || funcname || hash || result7 || libp) ;
37673 }
37674
37675 static int G__G__Hist_389_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37676 {
37677 G__letint(result7, 67, (long) TSpline5::Class_Name());
37678 return(1 || funcname || hash || result7 || libp) ;
37679 }
37680
37681 static int G__G__Hist_389_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37682 {
37683 G__letint(result7, 115, (long) TSpline5::Class_Version());
37684 return(1 || funcname || hash || result7 || libp) ;
37685 }
37686
37687 static int G__G__Hist_389_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37688 {
37689 TSpline5::Dictionary();
37690 G__setnull(result7);
37691 return(1 || funcname || hash || result7 || libp) ;
37692 }
37693
37694 static int G__G__Hist_389_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37695 {
37696 ((TSpline5*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
37697 G__setnull(result7);
37698 return(1 || funcname || hash || result7 || libp) ;
37699 }
37700
37701 static int G__G__Hist_389_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37702 {
37703 G__letint(result7, 67, (long) TSpline5::DeclFileName());
37704 return(1 || funcname || hash || result7 || libp) ;
37705 }
37706
37707 static int G__G__Hist_389_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37708 {
37709 G__letint(result7, 105, (long) TSpline5::ImplFileLine());
37710 return(1 || funcname || hash || result7 || libp) ;
37711 }
37712
37713 static int G__G__Hist_389_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37714 {
37715 G__letint(result7, 67, (long) TSpline5::ImplFileName());
37716 return(1 || funcname || hash || result7 || libp) ;
37717 }
37718
37719 static int G__G__Hist_389_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37720 {
37721 G__letint(result7, 105, (long) TSpline5::DeclFileLine());
37722 return(1 || funcname || hash || result7 || libp) ;
37723 }
37724
37725
37726 typedef TSpline5 G__TTSpline5;
37727 static int G__G__Hist_389_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37728 {
37729 char* gvp = (char*) G__getgvp();
37730 long soff = G__getstructoffset();
37731 int n = G__getaryconstruct();
37732
37733
37734
37735
37736
37737 if (!soff) {
37738 return(1);
37739 }
37740 if (n) {
37741 if (gvp == (char*)G__PVOID) {
37742 delete[] (TSpline5*) soff;
37743 } else {
37744 G__setgvp((long) G__PVOID);
37745 for (int i = n - 1; i >= 0; --i) {
37746 ((TSpline5*) (soff+(sizeof(TSpline5)*i)))->~G__TTSpline5();
37747 }
37748 G__setgvp((long)gvp);
37749 }
37750 } else {
37751 if (gvp == (char*)G__PVOID) {
37752 delete (TSpline5*) soff;
37753 } else {
37754 G__setgvp((long) G__PVOID);
37755 ((TSpline5*) (soff))->~G__TTSpline5();
37756 G__setgvp((long)gvp);
37757 }
37758 }
37759 G__setnull(result7);
37760 return(1 || funcname || hash || result7 || libp) ;
37761 }
37762
37763
37764
37765 static int G__G__Hist_390_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37766 {
37767 TSVDUnfold* p = NULL;
37768 char* gvp = (char*) G__getgvp();
37769
37770 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37771 p = new TSVDUnfold(
37772 (TH1D*) G__int(libp->para[0]), (TH1D*) G__int(libp->para[1])
37773 , (TH1D*) G__int(libp->para[2]), (TH2D*) G__int(libp->para[3]));
37774 } else {
37775 p = new((void*) gvp) TSVDUnfold(
37776 (TH1D*) G__int(libp->para[0]), (TH1D*) G__int(libp->para[1])
37777 , (TH1D*) G__int(libp->para[2]), (TH2D*) G__int(libp->para[3]));
37778 }
37779 result7->obj.i = (long) p;
37780 result7->ref = (long) p;
37781 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TSVDUnfold));
37782 return(1 || funcname || hash || result7 || libp) ;
37783 }
37784
37785 static int G__G__Hist_390_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37786 {
37787 TSVDUnfold* p = NULL;
37788 char* gvp = (char*) G__getgvp();
37789
37790 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37791 p = new TSVDUnfold(*(TSVDUnfold*) libp->para[0].ref);
37792 } else {
37793 p = new((void*) gvp) TSVDUnfold(*(TSVDUnfold*) libp->para[0].ref);
37794 }
37795 result7->obj.i = (long) p;
37796 result7->ref = (long) p;
37797 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TSVDUnfold));
37798 return(1 || funcname || hash || result7 || libp) ;
37799 }
37800
37801 static int G__G__Hist_390_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37802 {
37803 ((TSVDUnfold*) G__getstructoffset())->SetNormalize((Bool_t) G__int(libp->para[0]));
37804 G__setnull(result7);
37805 return(1 || funcname || hash || result7 || libp) ;
37806 }
37807
37808 static int G__G__Hist_390_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37809 {
37810 G__letint(result7, 85, (long) ((TSVDUnfold*) G__getstructoffset())->Unfold((Int_t) G__int(libp->para[0])));
37811 return(1 || funcname || hash || result7 || libp) ;
37812 }
37813
37814 static int G__G__Hist_390_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37815 {
37816 switch (libp->paran) {
37817 case 3:
37818 G__letint(result7, 85, (long) ((TSVDUnfold*) G__getstructoffset())->GetUnfoldCovMatrix((TH2D*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
37819 , (Int_t) G__int(libp->para[2])));
37820 break;
37821 case 2:
37822 G__letint(result7, 85, (long) ((TSVDUnfold*) G__getstructoffset())->GetUnfoldCovMatrix((TH2D*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
37823 break;
37824 }
37825 return(1 || funcname || hash || result7 || libp) ;
37826 }
37827
37828 static int G__G__Hist_390_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37829 {
37830 switch (libp->paran) {
37831 case 2:
37832 G__letint(result7, 85, (long) ((TSVDUnfold*) G__getstructoffset())->GetAdetCovMatrix((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
37833 break;
37834 case 1:
37835 G__letint(result7, 85, (long) ((TSVDUnfold*) G__getstructoffset())->GetAdetCovMatrix((Int_t) G__int(libp->para[0])));
37836 break;
37837 }
37838 return(1 || funcname || hash || result7 || libp) ;
37839 }
37840
37841 static int G__G__Hist_390_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37842 {
37843 G__letint(result7, 105, (long) ((const TSVDUnfold*) G__getstructoffset())->GetKReg());
37844 return(1 || funcname || hash || result7 || libp) ;
37845 }
37846
37847 static int G__G__Hist_390_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37848 {
37849 G__letint(result7, 85, (long) ((const TSVDUnfold*) G__getstructoffset())->GetD());
37850 return(1 || funcname || hash || result7 || libp) ;
37851 }
37852
37853 static int G__G__Hist_390_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37854 {
37855 G__letint(result7, 85, (long) ((const TSVDUnfold*) G__getstructoffset())->GetSV());
37856 return(1 || funcname || hash || result7 || libp) ;
37857 }
37858
37859 static int G__G__Hist_390_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37860 {
37861 switch (libp->paran) {
37862 case 4:
37863 G__letdouble(result7, 100, (double) TSVDUnfold::ComputeChiSquared(*(TH1D*) libp->para[0].ref, *(TH1D*) libp->para[1].ref
37864 , *(TH2D*) libp->para[2].ref, (Double_t) G__double(libp->para[3])));
37865 break;
37866 case 3:
37867 G__letdouble(result7, 100, (double) TSVDUnfold::ComputeChiSquared(*(TH1D*) libp->para[0].ref, *(TH1D*) libp->para[1].ref
37868 , *(TH2D*) libp->para[2].ref));
37869 break;
37870 }
37871 return(1 || funcname || hash || result7 || libp) ;
37872 }
37873
37874 static int G__G__Hist_390_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37875 {
37876 G__letint(result7, 85, (long) TSVDUnfold::Class());
37877 return(1 || funcname || hash || result7 || libp) ;
37878 }
37879
37880 static int G__G__Hist_390_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37881 {
37882 G__letint(result7, 67, (long) TSVDUnfold::Class_Name());
37883 return(1 || funcname || hash || result7 || libp) ;
37884 }
37885
37886 static int G__G__Hist_390_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37887 {
37888 G__letint(result7, 115, (long) TSVDUnfold::Class_Version());
37889 return(1 || funcname || hash || result7 || libp) ;
37890 }
37891
37892 static int G__G__Hist_390_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37893 {
37894 TSVDUnfold::Dictionary();
37895 G__setnull(result7);
37896 return(1 || funcname || hash || result7 || libp) ;
37897 }
37898
37899 static int G__G__Hist_390_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37900 {
37901 ((TSVDUnfold*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
37902 G__setnull(result7);
37903 return(1 || funcname || hash || result7 || libp) ;
37904 }
37905
37906 static int G__G__Hist_390_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37907 {
37908 G__letint(result7, 67, (long) TSVDUnfold::DeclFileName());
37909 return(1 || funcname || hash || result7 || libp) ;
37910 }
37911
37912 static int G__G__Hist_390_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37913 {
37914 G__letint(result7, 105, (long) TSVDUnfold::ImplFileLine());
37915 return(1 || funcname || hash || result7 || libp) ;
37916 }
37917
37918 static int G__G__Hist_390_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37919 {
37920 G__letint(result7, 67, (long) TSVDUnfold::ImplFileName());
37921 return(1 || funcname || hash || result7 || libp) ;
37922 }
37923
37924 static int G__G__Hist_390_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37925 {
37926 G__letint(result7, 105, (long) TSVDUnfold::DeclFileLine());
37927 return(1 || funcname || hash || result7 || libp) ;
37928 }
37929
37930
37931 typedef TSVDUnfold G__TTSVDUnfold;
37932 static int G__G__Hist_390_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37933 {
37934 char* gvp = (char*) G__getgvp();
37935 long soff = G__getstructoffset();
37936 int n = G__getaryconstruct();
37937
37938
37939
37940
37941
37942 if (!soff) {
37943 return(1);
37944 }
37945 if (n) {
37946 if (gvp == (char*)G__PVOID) {
37947 delete[] (TSVDUnfold*) soff;
37948 } else {
37949 G__setgvp((long) G__PVOID);
37950 for (int i = n - 1; i >= 0; --i) {
37951 ((TSVDUnfold*) (soff+(sizeof(TSVDUnfold)*i)))->~G__TTSVDUnfold();
37952 }
37953 G__setgvp((long)gvp);
37954 }
37955 } else {
37956 if (gvp == (char*)G__PVOID) {
37957 delete (TSVDUnfold*) soff;
37958 } else {
37959 G__setgvp((long) G__PVOID);
37960 ((TSVDUnfold*) (soff))->~G__TTSVDUnfold();
37961 G__setgvp((long)gvp);
37962 }
37963 }
37964 G__setnull(result7);
37965 return(1 || funcname || hash || result7 || libp) ;
37966 }
37967
37968
37969
37970 static int G__G__Hist_391_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37971 {
37972 TUnfold* p = NULL;
37973 char* gvp = (char*) G__getgvp();
37974 switch (libp->paran) {
37975 case 4:
37976
37977 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37978 p = new TUnfold(
37979 (TH2*) G__int(libp->para[0]), (TUnfold::EHistMap) G__int(libp->para[1])
37980 , (TUnfold::ERegMode) G__int(libp->para[2]), (TUnfold::EConstraint) G__int(libp->para[3]));
37981 } else {
37982 p = new((void*) gvp) TUnfold(
37983 (TH2*) G__int(libp->para[0]), (TUnfold::EHistMap) G__int(libp->para[1])
37984 , (TUnfold::ERegMode) G__int(libp->para[2]), (TUnfold::EConstraint) G__int(libp->para[3]));
37985 }
37986 break;
37987 case 3:
37988
37989 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37990 p = new TUnfold(
37991 (TH2*) G__int(libp->para[0]), (TUnfold::EHistMap) G__int(libp->para[1])
37992 , (TUnfold::ERegMode) G__int(libp->para[2]));
37993 } else {
37994 p = new((void*) gvp) TUnfold(
37995 (TH2*) G__int(libp->para[0]), (TUnfold::EHistMap) G__int(libp->para[1])
37996 , (TUnfold::ERegMode) G__int(libp->para[2]));
37997 }
37998 break;
37999 case 2:
38000
38001 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
38002 p = new TUnfold((TH2*) G__int(libp->para[0]), (TUnfold::EHistMap) G__int(libp->para[1]));
38003 } else {
38004 p = new((void*) gvp) TUnfold((TH2*) G__int(libp->para[0]), (TUnfold::EHistMap) G__int(libp->para[1]));
38005 }
38006 break;
38007 }
38008 result7->obj.i = (long) p;
38009 result7->ref = (long) p;
38010 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TUnfold));
38011 return(1 || funcname || hash || result7 || libp) ;
38012 }
38013
38014 static int G__G__Hist_391_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38015 {
38016 G__letint(result7, 67, (long) TUnfold::GetTUnfoldVersion());
38017 return(1 || funcname || hash || result7 || libp) ;
38018 }
38019
38020 static int G__G__Hist_391_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38021 {
38022 ((TUnfold*) G__getstructoffset())->SetBias((TH1*) G__int(libp->para[0]));
38023 G__setnull(result7);
38024 return(1 || funcname || hash || result7 || libp) ;
38025 }
38026
38027 static int G__G__Hist_391_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38028 {
38029 ((TUnfold*) G__getstructoffset())->SetConstraint((TUnfold::EConstraint) G__int(libp->para[0]));
38030 G__setnull(result7);
38031 return(1 || funcname || hash || result7 || libp) ;
38032 }
38033
38034 static int G__G__Hist_391_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38035 {
38036 switch (libp->paran) {
38037 case 2:
38038 G__letint(result7, 105, (long) ((TUnfold*) G__getstructoffset())->RegularizeSize((int) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])));
38039 break;
38040 case 1:
38041 G__letint(result7, 105, (long) ((TUnfold*) G__getstructoffset())->RegularizeSize((int) G__int(libp->para[0])));
38042 break;
38043 }
38044 return(1 || funcname || hash || result7 || libp) ;
38045 }
38046
38047 static int G__G__Hist_391_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38048 {
38049 switch (libp->paran) {
38050 case 3:
38051 G__letint(result7, 105, (long) ((TUnfold*) G__getstructoffset())->RegularizeDerivative((int) G__int(libp->para[0]), (int) G__int(libp->para[1])
38052 , (Double_t) G__double(libp->para[2])));
38053 break;
38054 case 2:
38055 G__letint(result7, 105, (long) ((TUnfold*) G__getstructoffset())->RegularizeDerivative((int) G__int(libp->para[0]), (int) G__int(libp->para[1])));
38056 break;
38057 }
38058 return(1 || funcname || hash || result7 || libp) ;
38059 }
38060
38061 static int G__G__Hist_391_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38062 {
38063 switch (libp->paran) {
38064 case 5:
38065 G__letint(result7, 105, (long) ((TUnfold*) G__getstructoffset())->RegularizeCurvature((int) G__int(libp->para[0]), (int) G__int(libp->para[1])
38066 , (int) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
38067 , (Double_t) G__double(libp->para[4])));
38068 break;
38069 case 4:
38070 G__letint(result7, 105, (long) ((TUnfold*) G__getstructoffset())->RegularizeCurvature((int) G__int(libp->para[0]), (int) G__int(libp->para[1])
38071 , (int) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])));
38072 break;
38073 case 3:
38074 G__letint(result7, 105, (long) ((TUnfold*) G__getstructoffset())->RegularizeCurvature((int) G__int(libp->para[0]), (int) G__int(libp->para[1])
38075 , (int) G__int(libp->para[2])));
38076 break;
38077 }
38078 return(1 || funcname || hash || result7 || libp) ;
38079 }
38080
38081 static int G__G__Hist_391_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38082 {
38083 G__letint(result7, 105, (long) ((TUnfold*) G__getstructoffset())->RegularizeBins((int) G__int(libp->para[0]), (int) G__int(libp->para[1])
38084 , (int) G__int(libp->para[2]), (TUnfold::ERegMode) G__int(libp->para[3])));
38085 return(1 || funcname || hash || result7 || libp) ;
38086 }
38087
38088 static int G__G__Hist_391_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38089 {
38090 G__letint(result7, 105, (long) ((TUnfold*) G__getstructoffset())->RegularizeBins2D((int) G__int(libp->para[0]), (int) G__int(libp->para[1])
38091 , (int) G__int(libp->para[2]), (int) G__int(libp->para[3])
38092 , (int) G__int(libp->para[4]), (TUnfold::ERegMode) G__int(libp->para[5])));
38093 return(1 || funcname || hash || result7 || libp) ;
38094 }
38095
38096 static int G__G__Hist_391_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38097 {
38098 switch (libp->paran) {
38099 case 3:
38100 G__letdouble(result7, 100, (double) ((TUnfold*) G__getstructoffset())->DoUnfold((Double_t) G__double(libp->para[0]), (TH1*) G__int(libp->para[1])
38101 , (Double_t) G__double(libp->para[2])));
38102 break;
38103 case 2:
38104 G__letdouble(result7, 100, (double) ((TUnfold*) G__getstructoffset())->DoUnfold((Double_t) G__double(libp->para[0]), (TH1*) G__int(libp->para[1])));
38105 break;
38106 }
38107 return(1 || funcname || hash || result7 || libp) ;
38108 }
38109
38110 static int G__G__Hist_391_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38111 {
38112 switch (libp->paran) {
38113 case 3:
38114 G__letint(result7, 105, (long) ((TUnfold*) G__getstructoffset())->SetInput((TH1*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
38115 , (Double_t) G__double(libp->para[2])));
38116 break;
38117 case 2:
38118 G__letint(result7, 105, (long) ((TUnfold*) G__getstructoffset())->SetInput((TH1*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])));
38119 break;
38120 case 1:
38121 G__letint(result7, 105, (long) ((TUnfold*) G__getstructoffset())->SetInput((TH1*) G__int(libp->para[0])));
38122 break;
38123 }
38124 return(1 || funcname || hash || result7 || libp) ;
38125 }
38126
38127 static int G__G__Hist_391_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38128 {
38129 G__letdouble(result7, 100, (double) ((TUnfold*) G__getstructoffset())->DoUnfold((Double_t) G__double(libp->para[0])));
38130 return(1 || funcname || hash || result7 || libp) ;
38131 }
38132
38133 static int G__G__Hist_391_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38134 {
38135 switch (libp->paran) {
38136 case 6:
38137 G__letint(result7, 105, (long) ((TUnfold*) G__getstructoffset())->ScanLcurve((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
38138 , (Double_t) G__double(libp->para[2]), (TGraph**) G__int(libp->para[3])
38139 , (TSpline**) G__int(libp->para[4]), (TSpline**) G__int(libp->para[5])));
38140 break;
38141 case 5:
38142 G__letint(result7, 105, (long) ((TUnfold*) G__getstructoffset())->ScanLcurve((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
38143 , (Double_t) G__double(libp->para[2]), (TGraph**) G__int(libp->para[3])
38144 , (TSpline**) G__int(libp->para[4])));
38145 break;
38146 case 4:
38147 G__letint(result7, 105, (long) ((TUnfold*) G__getstructoffset())->ScanLcurve((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
38148 , (Double_t) G__double(libp->para[2]), (TGraph**) G__int(libp->para[3])));
38149 break;
38150 }
38151 return(1 || funcname || hash || result7 || libp) ;
38152 }
38153
38154 static int G__G__Hist_391_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38155 {
38156 switch (libp->paran) {
38157 case 4:
38158 G__letint(result7, 85, (long) ((const TUnfold*) G__getstructoffset())->GetOutput((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
38159 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
38160 break;
38161 case 3:
38162 G__letint(result7, 85, (long) ((const TUnfold*) G__getstructoffset())->GetOutput((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
38163 , (Double_t) G__double(libp->para[2])));
38164 break;
38165 case 2:
38166 G__letint(result7, 85, (long) ((const TUnfold*) G__getstructoffset())->GetOutput((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
38167 break;
38168 }
38169 return(1 || funcname || hash || result7 || libp) ;
38170 }
38171
38172 static int G__G__Hist_391_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38173 {
38174 switch (libp->paran) {
38175 case 4:
38176 G__letint(result7, 85, (long) ((const TUnfold*) G__getstructoffset())->GetBias((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
38177 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
38178 break;
38179 case 3:
38180 G__letint(result7, 85, (long) ((const TUnfold*) G__getstructoffset())->GetBias((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
38181 , (Double_t) G__double(libp->para[2])));
38182 break;
38183 case 2:
38184 G__letint(result7, 85, (long) ((const TUnfold*) G__getstructoffset())->GetBias((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
38185 break;
38186 }
38187 return(1 || funcname || hash || result7 || libp) ;
38188 }
38189
38190 static int G__G__Hist_391_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38191 {
38192 switch (libp->paran) {
38193 case 4:
38194 G__letint(result7, 85, (long) ((const TUnfold*) G__getstructoffset())->GetFoldedOutput((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
38195 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
38196 break;
38197 case 3:
38198 G__letint(result7, 85, (long) ((const TUnfold*) G__getstructoffset())->GetFoldedOutput((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
38199 , (Double_t) G__double(libp->para[2])));
38200 break;
38201 case 2:
38202 G__letint(result7, 85, (long) ((const TUnfold*) G__getstructoffset())->GetFoldedOutput((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
38203 break;
38204 }
38205 return(1 || funcname || hash || result7 || libp) ;
38206 }
38207
38208 static int G__G__Hist_391_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38209 {
38210 switch (libp->paran) {
38211 case 4:
38212 G__letint(result7, 85, (long) ((const TUnfold*) G__getstructoffset())->GetInput((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
38213 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
38214 break;
38215 case 3:
38216 G__letint(result7, 85, (long) ((const TUnfold*) G__getstructoffset())->GetInput((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
38217 , (Double_t) G__double(libp->para[2])));
38218 break;
38219 case 2:
38220 G__letint(result7, 85, (long) ((const TUnfold*) G__getstructoffset())->GetInput((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
38221 break;
38222 }
38223 return(1 || funcname || hash || result7 || libp) ;
38224 }
38225
38226 static int G__G__Hist_391_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38227 {
38228 switch (libp->paran) {
38229 case 4:
38230 G__letint(result7, 85, (long) ((const TUnfold*) G__getstructoffset())->GetRhoIJ((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
38231 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
38232 break;
38233 case 3:
38234 G__letint(result7, 85, (long) ((const TUnfold*) G__getstructoffset())->GetRhoIJ((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
38235 , (Double_t) G__double(libp->para[2])));
38236 break;
38237 case 2:
38238 G__letint(result7, 85, (long) ((const TUnfold*) G__getstructoffset())->GetRhoIJ((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
38239 break;
38240 }
38241 return(1 || funcname || hash || result7 || libp) ;
38242 }
38243
38244 static int G__G__Hist_391_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38245 {
38246 switch (libp->paran) {
38247 case 4:
38248 G__letint(result7, 85, (long) ((const TUnfold*) G__getstructoffset())->GetEmatrix((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
38249 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
38250 break;
38251 case 3:
38252 G__letint(result7, 85, (long) ((const TUnfold*) G__getstructoffset())->GetEmatrix((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
38253 , (Double_t) G__double(libp->para[2])));
38254 break;
38255 case 2:
38256 G__letint(result7, 85, (long) ((const TUnfold*) G__getstructoffset())->GetEmatrix((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
38257 break;
38258 }
38259 return(1 || funcname || hash || result7 || libp) ;
38260 }
38261
38262 static int G__G__Hist_391_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38263 {
38264 switch (libp->paran) {
38265 case 4:
38266 G__letint(result7, 85, (long) ((const TUnfold*) G__getstructoffset())->GetRhoI((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
38267 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
38268 break;
38269 case 3:
38270 G__letint(result7, 85, (long) ((const TUnfold*) G__getstructoffset())->GetRhoI((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
38271 , (Double_t) G__double(libp->para[2])));
38272 break;
38273 case 2:
38274 G__letint(result7, 85, (long) ((const TUnfold*) G__getstructoffset())->GetRhoI((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
38275 break;
38276 }
38277 return(1 || funcname || hash || result7 || libp) ;
38278 }
38279
38280 static int G__G__Hist_391_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38281 {
38282 switch (libp->paran) {
38283 case 4:
38284 G__letint(result7, 85, (long) ((const TUnfold*) G__getstructoffset())->GetLsquared((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
38285 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
38286 break;
38287 case 3:
38288 G__letint(result7, 85, (long) ((const TUnfold*) G__getstructoffset())->GetLsquared((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
38289 , (Double_t) G__double(libp->para[2])));
38290 break;
38291 case 2:
38292 G__letint(result7, 85, (long) ((const TUnfold*) G__getstructoffset())->GetLsquared((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
38293 break;
38294 }
38295 return(1 || funcname || hash || result7 || libp) ;
38296 }
38297
38298 static int G__G__Hist_391_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38299 {
38300 switch (libp->paran) {
38301 case 2:
38302 ((const TUnfold*) G__getstructoffset())->GetOutput((TH1*) G__int(libp->para[0]), (const Int_t*) G__int(libp->para[1]));
38303 G__setnull(result7);
38304 break;
38305 case 1:
38306 ((const TUnfold*) G__getstructoffset())->GetOutput((TH1*) G__int(libp->para[0]));
38307 G__setnull(result7);
38308 break;
38309 }
38310 return(1 || funcname || hash || result7 || libp) ;
38311 }
38312
38313 static int G__G__Hist_391_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38314 {
38315 switch (libp->paran) {
38316 case 2:
38317 ((const TUnfold*) G__getstructoffset())->GetEmatrix((TH2*) G__int(libp->para[0]), (const Int_t*) G__int(libp->para[1]));
38318 G__setnull(result7);
38319 break;
38320 case 1:
38321 ((const TUnfold*) G__getstructoffset())->GetEmatrix((TH2*) G__int(libp->para[0]));
38322 G__setnull(result7);
38323 break;
38324 }
38325 return(1 || funcname || hash || result7 || libp) ;
38326 }
38327
38328 static int G__G__Hist_391_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38329 {
38330 switch (libp->paran) {
38331 case 3:
38332 G__letdouble(result7, 100, (double) ((const TUnfold*) G__getstructoffset())->GetRhoI((TH1*) G__int(libp->para[0]), (TH2*) G__int(libp->para[1])
38333 , (const Int_t*) G__int(libp->para[2])));
38334 break;
38335 case 2:
38336 G__letdouble(result7, 100, (double) ((const TUnfold*) G__getstructoffset())->GetRhoI((TH1*) G__int(libp->para[0]), (TH2*) G__int(libp->para[1])));
38337 break;
38338 case 1:
38339 G__letdouble(result7, 100, (double) ((const TUnfold*) G__getstructoffset())->GetRhoI((TH1*) G__int(libp->para[0])));
38340 break;
38341 }
38342 return(1 || funcname || hash || result7 || libp) ;
38343 }
38344
38345 static int G__G__Hist_391_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38346 {
38347 switch (libp->paran) {
38348 case 2:
38349 ((const TUnfold*) G__getstructoffset())->GetRhoIJ((TH2*) G__int(libp->para[0]), (const Int_t*) G__int(libp->para[1]));
38350 G__setnull(result7);
38351 break;
38352 case 1:
38353 ((const TUnfold*) G__getstructoffset())->GetRhoIJ((TH2*) G__int(libp->para[0]));
38354 G__setnull(result7);
38355 break;
38356 }
38357 return(1 || funcname || hash || result7 || libp) ;
38358 }
38359
38360 static int G__G__Hist_391_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38361 {
38362 G__letdouble(result7, 100, (double) ((const TUnfold*) G__getstructoffset())->GetTau());
38363 return(1 || funcname || hash || result7 || libp) ;
38364 }
38365
38366 static int G__G__Hist_391_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38367 {
38368 G__letdouble(result7, 100, (double) ((const TUnfold*) G__getstructoffset())->GetRhoMax());
38369 return(1 || funcname || hash || result7 || libp) ;
38370 }
38371
38372 static int G__G__Hist_391_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38373 {
38374 G__letdouble(result7, 100, (double) ((const TUnfold*) G__getstructoffset())->GetRhoAvg());
38375 return(1 || funcname || hash || result7 || libp) ;
38376 }
38377
38378 static int G__G__Hist_391_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38379 {
38380 G__letdouble(result7, 100, (double) ((const TUnfold*) G__getstructoffset())->GetChi2A());
38381 return(1 || funcname || hash || result7 || libp) ;
38382 }
38383
38384 static int G__G__Hist_391_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38385 {
38386 G__letdouble(result7, 100, (double) ((const TUnfold*) G__getstructoffset())->GetChi2L());
38387 return(1 || funcname || hash || result7 || libp) ;
38388 }
38389
38390 static int G__G__Hist_391_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38391 {
38392 G__letdouble(result7, 100, (double) ((const TUnfold*) G__getstructoffset())->GetLcurveX());
38393 return(1 || funcname || hash || result7 || libp) ;
38394 }
38395
38396 static int G__G__Hist_391_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38397 {
38398 G__letdouble(result7, 100, (double) ((const TUnfold*) G__getstructoffset())->GetLcurveY());
38399 return(1 || funcname || hash || result7 || libp) ;
38400 }
38401
38402 static int G__G__Hist_391_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38403 {
38404 G__letint(result7, 105, (long) ((const TUnfold*) G__getstructoffset())->GetNdf());
38405 return(1 || funcname || hash || result7 || libp) ;
38406 }
38407
38408 static int G__G__Hist_391_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38409 {
38410 G__letint(result7, 105, (long) ((const TUnfold*) G__getstructoffset())->GetNpar());
38411 return(1 || funcname || hash || result7 || libp) ;
38412 }
38413
38414 static int G__G__Hist_391_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38415 {
38416 G__letint(result7, 85, (long) TUnfold::Class());
38417 return(1 || funcname || hash || result7 || libp) ;
38418 }
38419
38420 static int G__G__Hist_391_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38421 {
38422 G__letint(result7, 67, (long) TUnfold::Class_Name());
38423 return(1 || funcname || hash || result7 || libp) ;
38424 }
38425
38426 static int G__G__Hist_391_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38427 {
38428 G__letint(result7, 115, (long) TUnfold::Class_Version());
38429 return(1 || funcname || hash || result7 || libp) ;
38430 }
38431
38432 static int G__G__Hist_391_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38433 {
38434 TUnfold::Dictionary();
38435 G__setnull(result7);
38436 return(1 || funcname || hash || result7 || libp) ;
38437 }
38438
38439 static int G__G__Hist_391_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38440 {
38441 ((TUnfold*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
38442 G__setnull(result7);
38443 return(1 || funcname || hash || result7 || libp) ;
38444 }
38445
38446 static int G__G__Hist_391_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38447 {
38448 G__letint(result7, 67, (long) TUnfold::DeclFileName());
38449 return(1 || funcname || hash || result7 || libp) ;
38450 }
38451
38452 static int G__G__Hist_391_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38453 {
38454 G__letint(result7, 105, (long) TUnfold::ImplFileLine());
38455 return(1 || funcname || hash || result7 || libp) ;
38456 }
38457
38458 static int G__G__Hist_391_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38459 {
38460 G__letint(result7, 67, (long) TUnfold::ImplFileName());
38461 return(1 || funcname || hash || result7 || libp) ;
38462 }
38463
38464 static int G__G__Hist_391_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38465 {
38466 G__letint(result7, 105, (long) TUnfold::DeclFileLine());
38467 return(1 || funcname || hash || result7 || libp) ;
38468 }
38469
38470
38471 static int G__G__Hist_391_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38472
38473 {
38474 TUnfold* p;
38475 void* tmp = (void*) G__int(libp->para[0]);
38476 p = new TUnfold(*(TUnfold*) tmp);
38477 result7->obj.i = (long) p;
38478 result7->ref = (long) p;
38479 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TUnfold));
38480 return(1 || funcname || hash || result7 || libp) ;
38481 }
38482
38483
38484 typedef TUnfold G__TTUnfold;
38485 static int G__G__Hist_391_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38486 {
38487 char* gvp = (char*) G__getgvp();
38488 long soff = G__getstructoffset();
38489 int n = G__getaryconstruct();
38490
38491
38492
38493
38494
38495 if (!soff) {
38496 return(1);
38497 }
38498 if (n) {
38499 if (gvp == (char*)G__PVOID) {
38500 delete[] (TUnfold*) soff;
38501 } else {
38502 G__setgvp((long) G__PVOID);
38503 for (int i = n - 1; i >= 0; --i) {
38504 ((TUnfold*) (soff+(sizeof(TUnfold)*i)))->~G__TTUnfold();
38505 }
38506 G__setgvp((long)gvp);
38507 }
38508 } else {
38509 if (gvp == (char*)G__PVOID) {
38510 delete (TUnfold*) soff;
38511 } else {
38512 G__setgvp((long) G__PVOID);
38513 ((TUnfold*) (soff))->~G__TTUnfold();
38514 G__setgvp((long)gvp);
38515 }
38516 }
38517 G__setnull(result7);
38518 return(1 || funcname || hash || result7 || libp) ;
38519 }
38520
38521
38522 static int G__G__Hist_391_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38523 {
38524 TUnfold* dest = (TUnfold*) G__getstructoffset();
38525 *dest = *(TUnfold*) libp->para[0].ref;
38526 const TUnfold& obj = *dest;
38527 result7->ref = (long) (&obj);
38528 result7->obj.i = (long) (&obj);
38529 return(1 || funcname || hash || result7 || libp) ;
38530 }
38531
38532
38533
38534 static int G__G__Hist_396_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38535 {
38536 TUnfoldSys* p = NULL;
38537 char* gvp = (char*) G__getgvp();
38538 switch (libp->paran) {
38539 case 4:
38540
38541 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
38542 p = new TUnfoldSys(
38543 (TH2*) G__int(libp->para[0]), (TUnfold::EHistMap) G__int(libp->para[1])
38544 , (TUnfold::ERegMode) G__int(libp->para[2]), (TUnfold::EConstraint) G__int(libp->para[3]));
38545 } else {
38546 p = new((void*) gvp) TUnfoldSys(
38547 (TH2*) G__int(libp->para[0]), (TUnfold::EHistMap) G__int(libp->para[1])
38548 , (TUnfold::ERegMode) G__int(libp->para[2]), (TUnfold::EConstraint) G__int(libp->para[3]));
38549 }
38550 break;
38551 case 3:
38552
38553 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
38554 p = new TUnfoldSys(
38555 (TH2*) G__int(libp->para[0]), (TUnfold::EHistMap) G__int(libp->para[1])
38556 , (TUnfold::ERegMode) G__int(libp->para[2]));
38557 } else {
38558 p = new((void*) gvp) TUnfoldSys(
38559 (TH2*) G__int(libp->para[0]), (TUnfold::EHistMap) G__int(libp->para[1])
38560 , (TUnfold::ERegMode) G__int(libp->para[2]));
38561 }
38562 break;
38563 case 2:
38564
38565 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
38566 p = new TUnfoldSys((TH2*) G__int(libp->para[0]), (TUnfold::EHistMap) G__int(libp->para[1]));
38567 } else {
38568 p = new((void*) gvp) TUnfoldSys((TH2*) G__int(libp->para[0]), (TUnfold::EHistMap) G__int(libp->para[1]));
38569 }
38570 break;
38571 }
38572 result7->obj.i = (long) p;
38573 result7->ref = (long) p;
38574 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TUnfoldSys));
38575 return(1 || funcname || hash || result7 || libp) ;
38576 }
38577
38578 static int G__G__Hist_396_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38579 {
38580 ((TUnfoldSys*) G__getstructoffset())->AddSysError((TH2*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
38581 , (TUnfold::EHistMap) G__int(libp->para[2]), (TUnfoldSys::ESysErrMode) G__int(libp->para[3]));
38582 G__setnull(result7);
38583 return(1 || funcname || hash || result7 || libp) ;
38584 }
38585
38586 static int G__G__Hist_396_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38587 {
38588 switch (libp->paran) {
38589 case 3:
38590 ((TUnfoldSys*) G__getstructoffset())->GetDeltaSysSource((TH1*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
38591 , (const Int_t*) G__int(libp->para[2]));
38592 G__setnull(result7);
38593 break;
38594 case 2:
38595 ((TUnfoldSys*) G__getstructoffset())->GetDeltaSysSource((TH1*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
38596 G__setnull(result7);
38597 break;
38598 }
38599 return(1 || funcname || hash || result7 || libp) ;
38600 }
38601
38602 static int G__G__Hist_396_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38603 {
38604 switch (libp->paran) {
38605 case 4:
38606 ((TUnfoldSys*) G__getstructoffset())->SubtractBackground((TH1*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
38607 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
38608 G__setnull(result7);
38609 break;
38610 case 3:
38611 ((TUnfoldSys*) G__getstructoffset())->SubtractBackground((TH1*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
38612 , (Double_t) G__double(libp->para[2]));
38613 G__setnull(result7);
38614 break;
38615 case 2:
38616 ((TUnfoldSys*) G__getstructoffset())->SubtractBackground((TH1*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
38617 G__setnull(result7);
38618 break;
38619 }
38620 return(1 || funcname || hash || result7 || libp) ;
38621 }
38622
38623 static int G__G__Hist_396_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38624 {
38625 switch (libp->paran) {
38626 case 3:
38627 ((TUnfoldSys*) G__getstructoffset())->GetDeltaSysBackgroundScale((TH1*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
38628 , (const Int_t*) G__int(libp->para[2]));
38629 G__setnull(result7);
38630 break;
38631 case 2:
38632 ((TUnfoldSys*) G__getstructoffset())->GetDeltaSysBackgroundScale((TH1*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
38633 G__setnull(result7);
38634 break;
38635 }
38636 return(1 || funcname || hash || result7 || libp) ;
38637 }
38638
38639 static int G__G__Hist_396_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38640 {
38641 ((TUnfoldSys*) G__getstructoffset())->SetTauError((Double_t) G__double(libp->para[0]));
38642 G__setnull(result7);
38643 return(1 || funcname || hash || result7 || libp) ;
38644 }
38645
38646 static int G__G__Hist_396_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38647 {
38648 switch (libp->paran) {
38649 case 2:
38650 ((TUnfoldSys*) G__getstructoffset())->GetDeltaSysTau((TH1*) G__int(libp->para[0]), (const Int_t*) G__int(libp->para[1]));
38651 G__setnull(result7);
38652 break;
38653 case 1:
38654 ((TUnfoldSys*) G__getstructoffset())->GetDeltaSysTau((TH1*) G__int(libp->para[0]));
38655 G__setnull(result7);
38656 break;
38657 }
38658 return(1 || funcname || hash || result7 || libp) ;
38659 }
38660
38661 static int G__G__Hist_396_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38662 {
38663 switch (libp->paran) {
38664 case 3:
38665 ((TUnfoldSys*) G__getstructoffset())->GetEmatrixSysUncorr((TH2*) G__int(libp->para[0]), (const Int_t*) G__int(libp->para[1])
38666 , (Bool_t) G__int(libp->para[2]));
38667 G__setnull(result7);
38668 break;
38669 case 2:
38670 ((TUnfoldSys*) G__getstructoffset())->GetEmatrixSysUncorr((TH2*) G__int(libp->para[0]), (const Int_t*) G__int(libp->para[1]));
38671 G__setnull(result7);
38672 break;
38673 case 1:
38674 ((TUnfoldSys*) G__getstructoffset())->GetEmatrixSysUncorr((TH2*) G__int(libp->para[0]));
38675 G__setnull(result7);
38676 break;
38677 }
38678 return(1 || funcname || hash || result7 || libp) ;
38679 }
38680
38681 static int G__G__Hist_396_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38682 {
38683 switch (libp->paran) {
38684 case 4:
38685 ((TUnfoldSys*) G__getstructoffset())->GetEmatrixSysSource((TH2*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
38686 , (const Int_t*) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3]));
38687 G__setnull(result7);
38688 break;
38689 case 3:
38690 ((TUnfoldSys*) G__getstructoffset())->GetEmatrixSysSource((TH2*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
38691 , (const Int_t*) G__int(libp->para[2]));
38692 G__setnull(result7);
38693 break;
38694 case 2:
38695 ((TUnfoldSys*) G__getstructoffset())->GetEmatrixSysSource((TH2*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
38696 G__setnull(result7);
38697 break;
38698 }
38699 return(1 || funcname || hash || result7 || libp) ;
38700 }
38701
38702 static int G__G__Hist_396_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38703 {
38704 switch (libp->paran) {
38705 case 4:
38706 ((TUnfoldSys*) G__getstructoffset())->GetEmatrixSysBackgroundUncorr((TH2*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
38707 , (const Int_t*) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3]));
38708 G__setnull(result7);
38709 break;
38710 case 3:
38711 ((TUnfoldSys*) G__getstructoffset())->GetEmatrixSysBackgroundUncorr((TH2*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
38712 , (const Int_t*) G__int(libp->para[2]));
38713 G__setnull(result7);
38714 break;
38715 case 2:
38716 ((TUnfoldSys*) G__getstructoffset())->GetEmatrixSysBackgroundUncorr((TH2*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
38717 G__setnull(result7);
38718 break;
38719 }
38720 return(1 || funcname || hash || result7 || libp) ;
38721 }
38722
38723 static int G__G__Hist_396_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38724 {
38725 switch (libp->paran) {
38726 case 4:
38727 ((TUnfoldSys*) G__getstructoffset())->GetEmatrixSysBackgroundScale((TH2*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
38728 , (const Int_t*) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3]));
38729 G__setnull(result7);
38730 break;
38731 case 3:
38732 ((TUnfoldSys*) G__getstructoffset())->GetEmatrixSysBackgroundScale((TH2*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
38733 , (const Int_t*) G__int(libp->para[2]));
38734 G__setnull(result7);
38735 break;
38736 case 2:
38737 ((TUnfoldSys*) G__getstructoffset())->GetEmatrixSysBackgroundScale((TH2*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
38738 G__setnull(result7);
38739 break;
38740 }
38741 return(1 || funcname || hash || result7 || libp) ;
38742 }
38743
38744 static int G__G__Hist_396_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38745 {
38746 switch (libp->paran) {
38747 case 3:
38748 ((TUnfoldSys*) G__getstructoffset())->GetEmatrixSysTau((TH2*) G__int(libp->para[0]), (const Int_t*) G__int(libp->para[1])
38749 , (Bool_t) G__int(libp->para[2]));
38750 G__setnull(result7);
38751 break;
38752 case 2:
38753 ((TUnfoldSys*) G__getstructoffset())->GetEmatrixSysTau((TH2*) G__int(libp->para[0]), (const Int_t*) G__int(libp->para[1]));
38754 G__setnull(result7);
38755 break;
38756 case 1:
38757 ((TUnfoldSys*) G__getstructoffset())->GetEmatrixSysTau((TH2*) G__int(libp->para[0]));
38758 G__setnull(result7);
38759 break;
38760 }
38761 return(1 || funcname || hash || result7 || libp) ;
38762 }
38763
38764 static int G__G__Hist_396_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38765 {
38766 switch (libp->paran) {
38767 case 3:
38768 ((TUnfoldSys*) G__getstructoffset())->GetEmatrixInput((TH2*) G__int(libp->para[0]), (const Int_t*) G__int(libp->para[1])
38769 , (Bool_t) G__int(libp->para[2]));
38770 G__setnull(result7);
38771 break;
38772 case 2:
38773 ((TUnfoldSys*) G__getstructoffset())->GetEmatrixInput((TH2*) G__int(libp->para[0]), (const Int_t*) G__int(libp->para[1]));
38774 G__setnull(result7);
38775 break;
38776 case 1:
38777 ((TUnfoldSys*) G__getstructoffset())->GetEmatrixInput((TH2*) G__int(libp->para[0]));
38778 G__setnull(result7);
38779 break;
38780 }
38781 return(1 || funcname || hash || result7 || libp) ;
38782 }
38783
38784 static int G__G__Hist_396_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38785 {
38786 switch (libp->paran) {
38787 case 2:
38788 ((TUnfoldSys*) G__getstructoffset())->GetEmatrixTotal((TH2*) G__int(libp->para[0]), (const Int_t*) G__int(libp->para[1]));
38789 G__setnull(result7);
38790 break;
38791 case 1:
38792 ((TUnfoldSys*) G__getstructoffset())->GetEmatrixTotal((TH2*) G__int(libp->para[0]));
38793 G__setnull(result7);
38794 break;
38795 }
38796 return(1 || funcname || hash || result7 || libp) ;
38797 }
38798
38799 static int G__G__Hist_396_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38800 {
38801 G__letdouble(result7, 100, (double) ((TUnfoldSys*) G__getstructoffset())->GetChi2Sys());
38802 return(1 || funcname || hash || result7 || libp) ;
38803 }
38804
38805 static int G__G__Hist_396_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38806 {
38807 G__letint(result7, 85, (long) TUnfoldSys::Class());
38808 return(1 || funcname || hash || result7 || libp) ;
38809 }
38810
38811 static int G__G__Hist_396_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38812 {
38813 G__letint(result7, 67, (long) TUnfoldSys::Class_Name());
38814 return(1 || funcname || hash || result7 || libp) ;
38815 }
38816
38817 static int G__G__Hist_396_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38818 {
38819 G__letint(result7, 115, (long) TUnfoldSys::Class_Version());
38820 return(1 || funcname || hash || result7 || libp) ;
38821 }
38822
38823 static int G__G__Hist_396_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38824 {
38825 TUnfoldSys::Dictionary();
38826 G__setnull(result7);
38827 return(1 || funcname || hash || result7 || libp) ;
38828 }
38829
38830 static int G__G__Hist_396_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38831 {
38832 ((TUnfoldSys*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
38833 G__setnull(result7);
38834 return(1 || funcname || hash || result7 || libp) ;
38835 }
38836
38837 static int G__G__Hist_396_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38838 {
38839 G__letint(result7, 67, (long) TUnfoldSys::DeclFileName());
38840 return(1 || funcname || hash || result7 || libp) ;
38841 }
38842
38843 static int G__G__Hist_396_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38844 {
38845 G__letint(result7, 105, (long) TUnfoldSys::ImplFileLine());
38846 return(1 || funcname || hash || result7 || libp) ;
38847 }
38848
38849 static int G__G__Hist_396_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38850 {
38851 G__letint(result7, 67, (long) TUnfoldSys::ImplFileName());
38852 return(1 || funcname || hash || result7 || libp) ;
38853 }
38854
38855 static int G__G__Hist_396_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38856 {
38857 G__letint(result7, 105, (long) TUnfoldSys::DeclFileLine());
38858 return(1 || funcname || hash || result7 || libp) ;
38859 }
38860
38861
38862 static int G__G__Hist_396_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38863
38864 {
38865 TUnfoldSys* p;
38866 void* tmp = (void*) G__int(libp->para[0]);
38867 p = new TUnfoldSys(*(TUnfoldSys*) tmp);
38868 result7->obj.i = (long) p;
38869 result7->ref = (long) p;
38870 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_TUnfoldSys));
38871 return(1 || funcname || hash || result7 || libp) ;
38872 }
38873
38874
38875 typedef TUnfoldSys G__TTUnfoldSys;
38876 static int G__G__Hist_396_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38877 {
38878 char* gvp = (char*) G__getgvp();
38879 long soff = G__getstructoffset();
38880 int n = G__getaryconstruct();
38881
38882
38883
38884
38885
38886 if (!soff) {
38887 return(1);
38888 }
38889 if (n) {
38890 if (gvp == (char*)G__PVOID) {
38891 delete[] (TUnfoldSys*) soff;
38892 } else {
38893 G__setgvp((long) G__PVOID);
38894 for (int i = n - 1; i >= 0; --i) {
38895 ((TUnfoldSys*) (soff+(sizeof(TUnfoldSys)*i)))->~G__TTUnfoldSys();
38896 }
38897 G__setgvp((long)gvp);
38898 }
38899 } else {
38900 if (gvp == (char*)G__PVOID) {
38901 delete (TUnfoldSys*) soff;
38902 } else {
38903 G__setgvp((long) G__PVOID);
38904 ((TUnfoldSys*) (soff))->~G__TTUnfoldSys();
38905 G__setgvp((long)gvp);
38906 }
38907 }
38908 G__setnull(result7);
38909 return(1 || funcname || hash || result7 || libp) ;
38910 }
38911
38912
38913 static int G__G__Hist_396_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38914 {
38915 TUnfoldSys* dest = (TUnfoldSys*) G__getstructoffset();
38916 *dest = *(TUnfoldSys*) libp->para[0].ref;
38917 const TUnfoldSys& obj = *dest;
38918 result7->ref = (long) (&obj);
38919 result7->obj.i = (long) (&obj);
38920 return(1 || funcname || hash || result7 || libp) ;
38921 }
38922
38923
38924
38925 static int G__G__Hist_398_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38926 {
38927 G__letint(result7, 105, (long) ((TVirtualGraphPainter*) G__getstructoffset())->DistancetoPrimitiveHelper((TGraph*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
38928 , (Int_t) G__int(libp->para[2])));
38929 return(1 || funcname || hash || result7 || libp) ;
38930 }
38931
38932 static int G__G__Hist_398_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38933 {
38934 ((TVirtualGraphPainter*) G__getstructoffset())->DrawPanelHelper((TGraph*) G__int(libp->para[0]));
38935 G__setnull(result7);
38936 return(1 || funcname || hash || result7 || libp) ;
38937 }
38938
38939 static int G__G__Hist_398_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38940 {
38941 ((TVirtualGraphPainter*) G__getstructoffset())->ExecuteEventHelper((TGraph*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
38942 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
38943 G__setnull(result7);
38944 return(1 || funcname || hash || result7 || libp) ;
38945 }
38946
38947 static int G__G__Hist_398_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38948 {
38949 G__letint(result7, 67, (long) ((const TVirtualGraphPainter*) G__getstructoffset())->GetObjectInfoHelper((TGraph*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
38950 , (Int_t) G__int(libp->para[2])));
38951 return(1 || funcname || hash || result7 || libp) ;
38952 }
38953
38954 static int G__G__Hist_398_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38955 {
38956 ((TVirtualGraphPainter*) G__getstructoffset())->PaintHelper((TGraph*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
38957 G__setnull(result7);
38958 return(1 || funcname || hash || result7 || libp) ;
38959 }
38960
38961 static int G__G__Hist_398_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38962 {
38963 ((TVirtualGraphPainter*) G__getstructoffset())->PaintGraph((TGraph*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
38964 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
38965 , (Option_t*) G__int(libp->para[4]));
38966 G__setnull(result7);
38967 return(1 || funcname || hash || result7 || libp) ;
38968 }
38969
38970 static int G__G__Hist_398_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38971 {
38972 ((TVirtualGraphPainter*) G__getstructoffset())->PaintGrapHist((TGraph*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
38973 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
38974 , (Option_t*) G__int(libp->para[4]));
38975 G__setnull(result7);
38976 return(1 || funcname || hash || result7 || libp) ;
38977 }
38978
38979 static int G__G__Hist_398_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38980 {
38981 ((TVirtualGraphPainter*) G__getstructoffset())->PaintStats((TGraph*) G__int(libp->para[0]), (TF1*) G__int(libp->para[1]));
38982 G__setnull(result7);
38983 return(1 || funcname || hash || result7 || libp) ;
38984 }
38985
38986 static int G__G__Hist_398_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38987 {
38988 G__letint(result7, 85, (long) TVirtualGraphPainter::GetPainter());
38989 return(1 || funcname || hash || result7 || libp) ;
38990 }
38991
38992 static int G__G__Hist_398_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38993 {
38994 TVirtualGraphPainter::SetPainter((TVirtualGraphPainter*) G__int(libp->para[0]));
38995 G__setnull(result7);
38996 return(1 || funcname || hash || result7 || libp) ;
38997 }
38998
38999 static int G__G__Hist_398_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39000 {
39001 G__letint(result7, 85, (long) TVirtualGraphPainter::Class());
39002 return(1 || funcname || hash || result7 || libp) ;
39003 }
39004
39005 static int G__G__Hist_398_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39006 {
39007 G__letint(result7, 67, (long) TVirtualGraphPainter::Class_Name());
39008 return(1 || funcname || hash || result7 || libp) ;
39009 }
39010
39011 static int G__G__Hist_398_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39012 {
39013 G__letint(result7, 115, (long) TVirtualGraphPainter::Class_Version());
39014 return(1 || funcname || hash || result7 || libp) ;
39015 }
39016
39017 static int G__G__Hist_398_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39018 {
39019 TVirtualGraphPainter::Dictionary();
39020 G__setnull(result7);
39021 return(1 || funcname || hash || result7 || libp) ;
39022 }
39023
39024 static int G__G__Hist_398_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39025 {
39026 ((TVirtualGraphPainter*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
39027 G__setnull(result7);
39028 return(1 || funcname || hash || result7 || libp) ;
39029 }
39030
39031 static int G__G__Hist_398_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39032 {
39033 G__letint(result7, 67, (long) TVirtualGraphPainter::DeclFileName());
39034 return(1 || funcname || hash || result7 || libp) ;
39035 }
39036
39037 static int G__G__Hist_398_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39038 {
39039 G__letint(result7, 105, (long) TVirtualGraphPainter::ImplFileLine());
39040 return(1 || funcname || hash || result7 || libp) ;
39041 }
39042
39043 static int G__G__Hist_398_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39044 {
39045 G__letint(result7, 67, (long) TVirtualGraphPainter::ImplFileName());
39046 return(1 || funcname || hash || result7 || libp) ;
39047 }
39048
39049 static int G__G__Hist_398_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39050 {
39051 G__letint(result7, 105, (long) TVirtualGraphPainter::DeclFileLine());
39052 return(1 || funcname || hash || result7 || libp) ;
39053 }
39054
39055
39056 typedef TVirtualGraphPainter G__TTVirtualGraphPainter;
39057 static int G__G__Hist_398_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39058 {
39059 char* gvp = (char*) G__getgvp();
39060 long soff = G__getstructoffset();
39061 int n = G__getaryconstruct();
39062
39063
39064
39065
39066
39067 if (!soff) {
39068 return(1);
39069 }
39070 if (n) {
39071 if (gvp == (char*)G__PVOID) {
39072 delete[] (TVirtualGraphPainter*) soff;
39073 } else {
39074 G__setgvp((long) G__PVOID);
39075 for (int i = n - 1; i >= 0; --i) {
39076 ((TVirtualGraphPainter*) (soff+(sizeof(TVirtualGraphPainter)*i)))->~G__TTVirtualGraphPainter();
39077 }
39078 G__setgvp((long)gvp);
39079 }
39080 } else {
39081 if (gvp == (char*)G__PVOID) {
39082 delete (TVirtualGraphPainter*) soff;
39083 } else {
39084 G__setgvp((long) G__PVOID);
39085 ((TVirtualGraphPainter*) (soff))->~G__TTVirtualGraphPainter();
39086 G__setgvp((long)gvp);
39087 }
39088 }
39089 G__setnull(result7);
39090 return(1 || funcname || hash || result7 || libp) ;
39091 }
39092
39093
39094 static int G__G__Hist_398_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39095 {
39096 TVirtualGraphPainter* dest = (TVirtualGraphPainter*) G__getstructoffset();
39097 *dest = *(TVirtualGraphPainter*) libp->para[0].ref;
39098 const TVirtualGraphPainter& obj = *dest;
39099 result7->ref = (long) (&obj);
39100 result7->obj.i = (long) (&obj);
39101 return(1 || funcname || hash || result7 || libp) ;
39102 }
39103
39104
39105
39106 static int G__G__Hist_401_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39107 {
39108 ROOT::Math::WrappedMultiTF1* p = NULL;
39109 char* gvp = (char*) G__getgvp();
39110 switch (libp->paran) {
39111 case 2:
39112
39113 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
39114 p = new ROOT::Math::WrappedMultiTF1(*(TF1*) libp->para[0].ref, (unsigned int) G__int(libp->para[1]));
39115 } else {
39116 p = new((void*) gvp) ROOT::Math::WrappedMultiTF1(*(TF1*) libp->para[0].ref, (unsigned int) G__int(libp->para[1]));
39117 }
39118 break;
39119 case 1:
39120
39121 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
39122 p = new ROOT::Math::WrappedMultiTF1(*(TF1*) libp->para[0].ref);
39123 } else {
39124 p = new((void*) gvp) ROOT::Math::WrappedMultiTF1(*(TF1*) libp->para[0].ref);
39125 }
39126 break;
39127 }
39128 result7->obj.i = (long) p;
39129 result7->ref = (long) p;
39130 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedMultiTF1));
39131 return(1 || funcname || hash || result7 || libp) ;
39132 }
39133
39134 static int G__G__Hist_401_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39135 {
39136 ROOT::Math::WrappedMultiTF1* p = NULL;
39137 char* gvp = (char*) G__getgvp();
39138
39139 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
39140 p = new ROOT::Math::WrappedMultiTF1(*(ROOT::Math::WrappedMultiTF1*) libp->para[0].ref);
39141 } else {
39142 p = new((void*) gvp) ROOT::Math::WrappedMultiTF1(*(ROOT::Math::WrappedMultiTF1*) libp->para[0].ref);
39143 }
39144 result7->obj.i = (long) p;
39145 result7->ref = (long) p;
39146 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedMultiTF1));
39147 return(1 || funcname || hash || result7 || libp) ;
39148 }
39149
39150 static int G__G__Hist_401_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39151 {
39152 {
39153 const ROOT::Math::WrappedMultiTF1& obj = ((ROOT::Math::WrappedMultiTF1*) G__getstructoffset())->operator=(*(ROOT::Math::WrappedMultiTF1*) libp->para[0].ref);
39154 result7->ref = (long) (&obj);
39155 result7->obj.i = (long) (&obj);
39156 }
39157 return(1 || funcname || hash || result7 || libp) ;
39158 }
39159
39160 static int G__G__Hist_401_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39161 {
39162 ROOT::Math::WrappedMultiTF1::SetDerivPrecision((double) G__double(libp->para[0]));
39163 G__setnull(result7);
39164 return(1 || funcname || hash || result7 || libp) ;
39165 }
39166
39167 static int G__G__Hist_401_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39168 {
39169 G__letdouble(result7, 100, (double) ROOT::Math::WrappedMultiTF1::GetDerivPrecision());
39170 return(1 || funcname || hash || result7 || libp) ;
39171 }
39172
39173
39174 typedef ROOT::Math::WrappedMultiTF1 G__TROOTcLcLMathcLcLWrappedMultiTF1;
39175 static int G__G__Hist_401_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39176 {
39177 char* gvp = (char*) G__getgvp();
39178 long soff = G__getstructoffset();
39179 int n = G__getaryconstruct();
39180
39181
39182
39183
39184
39185 if (!soff) {
39186 return(1);
39187 }
39188 if (n) {
39189 if (gvp == (char*)G__PVOID) {
39190 delete[] (ROOT::Math::WrappedMultiTF1*) soff;
39191 } else {
39192 G__setgvp((long) G__PVOID);
39193 for (int i = n - 1; i >= 0; --i) {
39194 ((ROOT::Math::WrappedMultiTF1*) (soff+(sizeof(ROOT::Math::WrappedMultiTF1)*i)))->~G__TROOTcLcLMathcLcLWrappedMultiTF1();
39195 }
39196 G__setgvp((long)gvp);
39197 }
39198 } else {
39199 if (gvp == (char*)G__PVOID) {
39200 delete (ROOT::Math::WrappedMultiTF1*) soff;
39201 } else {
39202 G__setgvp((long) G__PVOID);
39203 ((ROOT::Math::WrappedMultiTF1*) (soff))->~G__TROOTcLcLMathcLcLWrappedMultiTF1();
39204 G__setgvp((long)gvp);
39205 }
39206 }
39207 G__setnull(result7);
39208 return(1 || funcname || hash || result7 || libp) ;
39209 }
39210
39211
39212
39213 static int G__G__Hist_402_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39214 {
39215 ROOT::Math::WrappedTF1* p = NULL;
39216 char* gvp = (char*) G__getgvp();
39217
39218 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
39219 p = new ROOT::Math::WrappedTF1(*(TF1*) libp->para[0].ref);
39220 } else {
39221 p = new((void*) gvp) ROOT::Math::WrappedTF1(*(TF1*) libp->para[0].ref);
39222 }
39223 result7->obj.i = (long) p;
39224 result7->ref = (long) p;
39225 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedTF1));
39226 return(1 || funcname || hash || result7 || libp) ;
39227 }
39228
39229 static int G__G__Hist_402_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39230 {
39231 ROOT::Math::WrappedTF1* p = NULL;
39232 char* gvp = (char*) G__getgvp();
39233
39234 if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
39235 p = new ROOT::Math::WrappedTF1(*(ROOT::Math::WrappedTF1*) libp->para[0].ref);
39236 } else {
39237 p = new((void*) gvp) ROOT::Math::WrappedTF1(*(ROOT::Math::WrappedTF1*) libp->para[0].ref);
39238 }
39239 result7->obj.i = (long) p;
39240 result7->ref = (long) p;
39241 G__set_tagnum(result7,G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedTF1));
39242 return(1 || funcname || hash || result7 || libp) ;
39243 }
39244
39245 static int G__G__Hist_402_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39246 {
39247 {
39248 const ROOT::Math::WrappedTF1& obj = ((ROOT::Math::WrappedTF1*) G__getstructoffset())->operator=(*(ROOT::Math::WrappedTF1*) libp->para[0].ref);
39249 result7->ref = (long) (&obj);
39250 result7->obj.i = (long) (&obj);
39251 }
39252 return(1 || funcname || hash || result7 || libp) ;
39253 }
39254
39255 static int G__G__Hist_402_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39256 {
39257 ROOT::Math::WrappedTF1::SetDerivPrecision((double) G__double(libp->para[0]));
39258 G__setnull(result7);
39259 return(1 || funcname || hash || result7 || libp) ;
39260 }
39261
39262 static int G__G__Hist_402_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39263 {
39264 G__letdouble(result7, 100, (double) ROOT::Math::WrappedTF1::GetDerivPrecision());
39265 return(1 || funcname || hash || result7 || libp) ;
39266 }
39267
39268
39269 typedef ROOT::Math::WrappedTF1 G__TROOTcLcLMathcLcLWrappedTF1;
39270 static int G__G__Hist_402_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39271 {
39272 char* gvp = (char*) G__getgvp();
39273 long soff = G__getstructoffset();
39274 int n = G__getaryconstruct();
39275
39276
39277
39278
39279
39280 if (!soff) {
39281 return(1);
39282 }
39283 if (n) {
39284 if (gvp == (char*)G__PVOID) {
39285 delete[] (ROOT::Math::WrappedTF1*) soff;
39286 } else {
39287 G__setgvp((long) G__PVOID);
39288 for (int i = n - 1; i >= 0; --i) {
39289 ((ROOT::Math::WrappedTF1*) (soff+(sizeof(ROOT::Math::WrappedTF1)*i)))->~G__TROOTcLcLMathcLcLWrappedTF1();
39290 }
39291 G__setgvp((long)gvp);
39292 }
39293 } else {
39294 if (gvp == (char*)G__PVOID) {
39295 delete (ROOT::Math::WrappedTF1*) soff;
39296 } else {
39297 G__setgvp((long) G__PVOID);
39298 ((ROOT::Math::WrappedTF1*) (soff))->~G__TROOTcLcLMathcLcLWrappedTF1();
39299 G__setgvp((long)gvp);
39300 }
39301 }
39302 G__setnull(result7);
39303 return(1 || funcname || hash || result7 || libp) ;
39304 }
39305
39306
39307
39308 static int G__G__Hist__0_858(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39309 {
39310 {
39311 TH1C* pobj;
39312 TH1C xobj = operator*((Double_t) G__double(libp->para[0]), *(TH1C*) libp->para[1].ref);
39313 pobj = new TH1C(xobj);
39314 result7->obj.i = (long) ((void*) pobj);
39315 result7->ref = result7->obj.i;
39316 G__store_tempobject(*result7);
39317 }
39318 return(1 || funcname || hash || result7 || libp) ;
39319 }
39320
39321 static int G__G__Hist__0_859(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39322 {
39323 {
39324 TH1C* pobj;
39325 TH1C xobj = operator*(*(TH1C*) libp->para[0].ref, (Double_t) G__double(libp->para[1]));
39326 pobj = new TH1C(xobj);
39327 result7->obj.i = (long) ((void*) pobj);
39328 result7->ref = result7->obj.i;
39329 G__store_tempobject(*result7);
39330 }
39331 return(1 || funcname || hash || result7 || libp) ;
39332 }
39333
39334 static int G__G__Hist__0_860(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39335 {
39336 {
39337 TH1C* pobj;
39338 TH1C xobj = operator+(*(TH1C*) libp->para[0].ref, *(TH1C*) libp->para[1].ref);
39339 pobj = new TH1C(xobj);
39340 result7->obj.i = (long) ((void*) pobj);
39341 result7->ref = result7->obj.i;
39342 G__store_tempobject(*result7);
39343 }
39344 return(1 || funcname || hash || result7 || libp) ;
39345 }
39346
39347 static int G__G__Hist__0_861(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39348 {
39349 {
39350 TH1C* pobj;
39351 TH1C xobj = operator-(*(TH1C*) libp->para[0].ref, *(TH1C*) libp->para[1].ref);
39352 pobj = new TH1C(xobj);
39353 result7->obj.i = (long) ((void*) pobj);
39354 result7->ref = result7->obj.i;
39355 G__store_tempobject(*result7);
39356 }
39357 return(1 || funcname || hash || result7 || libp) ;
39358 }
39359
39360 static int G__G__Hist__0_862(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39361 {
39362 {
39363 TH1C* pobj;
39364 TH1C xobj = operator*(*(TH1C*) libp->para[0].ref, *(TH1C*) libp->para[1].ref);
39365 pobj = new TH1C(xobj);
39366 result7->obj.i = (long) ((void*) pobj);
39367 result7->ref = result7->obj.i;
39368 G__store_tempobject(*result7);
39369 }
39370 return(1 || funcname || hash || result7 || libp) ;
39371 }
39372
39373 static int G__G__Hist__0_863(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39374 {
39375 {
39376 TH1C* pobj;
39377 TH1C xobj = operator/(*(TH1C*) libp->para[0].ref, *(TH1C*) libp->para[1].ref);
39378 pobj = new TH1C(xobj);
39379 result7->obj.i = (long) ((void*) pobj);
39380 result7->ref = result7->obj.i;
39381 G__store_tempobject(*result7);
39382 }
39383 return(1 || funcname || hash || result7 || libp) ;
39384 }
39385
39386 static int G__G__Hist__0_864(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39387 {
39388 {
39389 TH1S* pobj;
39390 TH1S xobj = operator*((Double_t) G__double(libp->para[0]), *(TH1S*) libp->para[1].ref);
39391 pobj = new TH1S(xobj);
39392 result7->obj.i = (long) ((void*) pobj);
39393 result7->ref = result7->obj.i;
39394 G__store_tempobject(*result7);
39395 }
39396 return(1 || funcname || hash || result7 || libp) ;
39397 }
39398
39399 static int G__G__Hist__0_865(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39400 {
39401 {
39402 TH1S* pobj;
39403 TH1S xobj = operator*(*(TH1S*) libp->para[0].ref, (Double_t) G__double(libp->para[1]));
39404 pobj = new TH1S(xobj);
39405 result7->obj.i = (long) ((void*) pobj);
39406 result7->ref = result7->obj.i;
39407 G__store_tempobject(*result7);
39408 }
39409 return(1 || funcname || hash || result7 || libp) ;
39410 }
39411
39412 static int G__G__Hist__0_866(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39413 {
39414 {
39415 TH1S* pobj;
39416 TH1S xobj = operator+(*(TH1S*) libp->para[0].ref, *(TH1S*) libp->para[1].ref);
39417 pobj = new TH1S(xobj);
39418 result7->obj.i = (long) ((void*) pobj);
39419 result7->ref = result7->obj.i;
39420 G__store_tempobject(*result7);
39421 }
39422 return(1 || funcname || hash || result7 || libp) ;
39423 }
39424
39425 static int G__G__Hist__0_867(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39426 {
39427 {
39428 TH1S* pobj;
39429 TH1S xobj = operator-(*(TH1S*) libp->para[0].ref, *(TH1S*) libp->para[1].ref);
39430 pobj = new TH1S(xobj);
39431 result7->obj.i = (long) ((void*) pobj);
39432 result7->ref = result7->obj.i;
39433 G__store_tempobject(*result7);
39434 }
39435 return(1 || funcname || hash || result7 || libp) ;
39436 }
39437
39438 static int G__G__Hist__0_868(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39439 {
39440 {
39441 TH1S* pobj;
39442 TH1S xobj = operator*(*(TH1S*) libp->para[0].ref, *(TH1S*) libp->para[1].ref);
39443 pobj = new TH1S(xobj);
39444 result7->obj.i = (long) ((void*) pobj);
39445 result7->ref = result7->obj.i;
39446 G__store_tempobject(*result7);
39447 }
39448 return(1 || funcname || hash || result7 || libp) ;
39449 }
39450
39451 static int G__G__Hist__0_869(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39452 {
39453 {
39454 TH1S* pobj;
39455 TH1S xobj = operator/(*(TH1S*) libp->para[0].ref, *(TH1S*) libp->para[1].ref);
39456 pobj = new TH1S(xobj);
39457 result7->obj.i = (long) ((void*) pobj);
39458 result7->ref = result7->obj.i;
39459 G__store_tempobject(*result7);
39460 }
39461 return(1 || funcname || hash || result7 || libp) ;
39462 }
39463
39464 static int G__G__Hist__0_870(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39465 {
39466 {
39467 TH1I* pobj;
39468 TH1I xobj = operator*((Double_t) G__double(libp->para[0]), *(TH1I*) libp->para[1].ref);
39469 pobj = new TH1I(xobj);
39470 result7->obj.i = (long) ((void*) pobj);
39471 result7->ref = result7->obj.i;
39472 G__store_tempobject(*result7);
39473 }
39474 return(1 || funcname || hash || result7 || libp) ;
39475 }
39476
39477 static int G__G__Hist__0_871(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39478 {
39479 {
39480 TH1I* pobj;
39481 TH1I xobj = operator*(*(TH1I*) libp->para[0].ref, (Double_t) G__double(libp->para[1]));
39482 pobj = new TH1I(xobj);
39483 result7->obj.i = (long) ((void*) pobj);
39484 result7->ref = result7->obj.i;
39485 G__store_tempobject(*result7);
39486 }
39487 return(1 || funcname || hash || result7 || libp) ;
39488 }
39489
39490 static int G__G__Hist__0_872(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39491 {
39492 {
39493 TH1I* pobj;
39494 TH1I xobj = operator+(*(TH1I*) libp->para[0].ref, *(TH1I*) libp->para[1].ref);
39495 pobj = new TH1I(xobj);
39496 result7->obj.i = (long) ((void*) pobj);
39497 result7->ref = result7->obj.i;
39498 G__store_tempobject(*result7);
39499 }
39500 return(1 || funcname || hash || result7 || libp) ;
39501 }
39502
39503 static int G__G__Hist__0_873(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39504 {
39505 {
39506 TH1I* pobj;
39507 TH1I xobj = operator-(*(TH1I*) libp->para[0].ref, *(TH1I*) libp->para[1].ref);
39508 pobj = new TH1I(xobj);
39509 result7->obj.i = (long) ((void*) pobj);
39510 result7->ref = result7->obj.i;
39511 G__store_tempobject(*result7);
39512 }
39513 return(1 || funcname || hash || result7 || libp) ;
39514 }
39515
39516 static int G__G__Hist__0_874(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39517 {
39518 {
39519 TH1I* pobj;
39520 TH1I xobj = operator*(*(TH1I*) libp->para[0].ref, *(TH1I*) libp->para[1].ref);
39521 pobj = new TH1I(xobj);
39522 result7->obj.i = (long) ((void*) pobj);
39523 result7->ref = result7->obj.i;
39524 G__store_tempobject(*result7);
39525 }
39526 return(1 || funcname || hash || result7 || libp) ;
39527 }
39528
39529 static int G__G__Hist__0_875(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39530 {
39531 {
39532 TH1I* pobj;
39533 TH1I xobj = operator/(*(TH1I*) libp->para[0].ref, *(TH1I*) libp->para[1].ref);
39534 pobj = new TH1I(xobj);
39535 result7->obj.i = (long) ((void*) pobj);
39536 result7->ref = result7->obj.i;
39537 G__store_tempobject(*result7);
39538 }
39539 return(1 || funcname || hash || result7 || libp) ;
39540 }
39541
39542 static int G__G__Hist__0_876(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39543 {
39544 {
39545 TH1F* pobj;
39546 TH1F xobj = operator*((Double_t) G__double(libp->para[0]), *(TH1F*) libp->para[1].ref);
39547 pobj = new TH1F(xobj);
39548 result7->obj.i = (long) ((void*) pobj);
39549 result7->ref = result7->obj.i;
39550 G__store_tempobject(*result7);
39551 }
39552 return(1 || funcname || hash || result7 || libp) ;
39553 }
39554
39555 static int G__G__Hist__0_877(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39556 {
39557 {
39558 TH1F* pobj;
39559 TH1F xobj = operator*(*(TH1F*) libp->para[0].ref, (Double_t) G__double(libp->para[1]));
39560 pobj = new TH1F(xobj);
39561 result7->obj.i = (long) ((void*) pobj);
39562 result7->ref = result7->obj.i;
39563 G__store_tempobject(*result7);
39564 }
39565 return(1 || funcname || hash || result7 || libp) ;
39566 }
39567
39568 static int G__G__Hist__0_878(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39569 {
39570 {
39571 TH1F* pobj;
39572 TH1F xobj = operator+(*(TH1F*) libp->para[0].ref, *(TH1F*) libp->para[1].ref);
39573 pobj = new TH1F(xobj);
39574 result7->obj.i = (long) ((void*) pobj);
39575 result7->ref = result7->obj.i;
39576 G__store_tempobject(*result7);
39577 }
39578 return(1 || funcname || hash || result7 || libp) ;
39579 }
39580
39581 static int G__G__Hist__0_879(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39582 {
39583 {
39584 TH1F* pobj;
39585 TH1F xobj = operator-(*(TH1F*) libp->para[0].ref, *(TH1F*) libp->para[1].ref);
39586 pobj = new TH1F(xobj);
39587 result7->obj.i = (long) ((void*) pobj);
39588 result7->ref = result7->obj.i;
39589 G__store_tempobject(*result7);
39590 }
39591 return(1 || funcname || hash || result7 || libp) ;
39592 }
39593
39594 static int G__G__Hist__0_880(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39595 {
39596 {
39597 TH1F* pobj;
39598 TH1F xobj = operator*(*(TH1F*) libp->para[0].ref, *(TH1F*) libp->para[1].ref);
39599 pobj = new TH1F(xobj);
39600 result7->obj.i = (long) ((void*) pobj);
39601 result7->ref = result7->obj.i;
39602 G__store_tempobject(*result7);
39603 }
39604 return(1 || funcname || hash || result7 || libp) ;
39605 }
39606
39607 static int G__G__Hist__0_881(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39608 {
39609 {
39610 TH1F* pobj;
39611 TH1F xobj = operator/(*(TH1F*) libp->para[0].ref, *(TH1F*) libp->para[1].ref);
39612 pobj = new TH1F(xobj);
39613 result7->obj.i = (long) ((void*) pobj);
39614 result7->ref = result7->obj.i;
39615 G__store_tempobject(*result7);
39616 }
39617 return(1 || funcname || hash || result7 || libp) ;
39618 }
39619
39620 static int G__G__Hist__0_882(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39621 {
39622 {
39623 TH1D* pobj;
39624 TH1D xobj = operator*((Double_t) G__double(libp->para[0]), *(TH1D*) libp->para[1].ref);
39625 pobj = new TH1D(xobj);
39626 result7->obj.i = (long) ((void*) pobj);
39627 result7->ref = result7->obj.i;
39628 G__store_tempobject(*result7);
39629 }
39630 return(1 || funcname || hash || result7 || libp) ;
39631 }
39632
39633 static int G__G__Hist__0_883(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39634 {
39635 {
39636 TH1D* pobj;
39637 TH1D xobj = operator*(*(TH1D*) libp->para[0].ref, (Double_t) G__double(libp->para[1]));
39638 pobj = new TH1D(xobj);
39639 result7->obj.i = (long) ((void*) pobj);
39640 result7->ref = result7->obj.i;
39641 G__store_tempobject(*result7);
39642 }
39643 return(1 || funcname || hash || result7 || libp) ;
39644 }
39645
39646 static int G__G__Hist__0_884(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39647 {
39648 {
39649 TH1D* pobj;
39650 TH1D xobj = operator+(*(TH1D*) libp->para[0].ref, *(TH1D*) libp->para[1].ref);
39651 pobj = new TH1D(xobj);
39652 result7->obj.i = (long) ((void*) pobj);
39653 result7->ref = result7->obj.i;
39654 G__store_tempobject(*result7);
39655 }
39656 return(1 || funcname || hash || result7 || libp) ;
39657 }
39658
39659 static int G__G__Hist__0_885(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39660 {
39661 {
39662 TH1D* pobj;
39663 TH1D xobj = operator-(*(TH1D*) libp->para[0].ref, *(TH1D*) libp->para[1].ref);
39664 pobj = new TH1D(xobj);
39665 result7->obj.i = (long) ((void*) pobj);
39666 result7->ref = result7->obj.i;
39667 G__store_tempobject(*result7);
39668 }
39669 return(1 || funcname || hash || result7 || libp) ;
39670 }
39671
39672 static int G__G__Hist__0_886(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39673 {
39674 {
39675 TH1D* pobj;
39676 TH1D xobj = operator*(*(TH1D*) libp->para[0].ref, *(TH1D*) libp->para[1].ref);
39677 pobj = new TH1D(xobj);
39678 result7->obj.i = (long) ((void*) pobj);
39679 result7->ref = result7->obj.i;
39680 G__store_tempobject(*result7);
39681 }
39682 return(1 || funcname || hash || result7 || libp) ;
39683 }
39684
39685 static int G__G__Hist__0_887(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39686 {
39687 {
39688 TH1D* pobj;
39689 TH1D xobj = operator/(*(TH1D*) libp->para[0].ref, *(TH1D*) libp->para[1].ref);
39690 pobj = new TH1D(xobj);
39691 result7->obj.i = (long) ((void*) pobj);
39692 result7->ref = result7->obj.i;
39693 G__store_tempobject(*result7);
39694 }
39695 return(1 || funcname || hash || result7 || libp) ;
39696 }
39697
39698 static int G__G__Hist__0_888(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39699 {
39700 G__letint(result7, 85, (long) R__H((Int_t) G__int(libp->para[0])));
39701 return(1 || funcname || hash || result7 || libp) ;
39702 }
39703
39704 static int G__G__Hist__0_889(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39705 {
39706 G__letint(result7, 85, (long) R__H((const char*) G__int(libp->para[0])));
39707 return(1 || funcname || hash || result7 || libp) ;
39708 }
39709
39710 static int G__G__Hist__0_890(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39711 {
39712 {
39713 TH2C* pobj;
39714 TH2C xobj = operator*((Float_t) G__double(libp->para[0]), *(TH2C*) libp->para[1].ref);
39715 pobj = new TH2C(xobj);
39716 result7->obj.i = (long) ((void*) pobj);
39717 result7->ref = result7->obj.i;
39718 G__store_tempobject(*result7);
39719 }
39720 return(1 || funcname || hash || result7 || libp) ;
39721 }
39722
39723 static int G__G__Hist__0_891(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39724 {
39725 {
39726 TH2C* pobj;
39727 TH2C xobj = operator*(*(TH2C*) libp->para[0].ref, (Float_t) G__double(libp->para[1]));
39728 pobj = new TH2C(xobj);
39729 result7->obj.i = (long) ((void*) pobj);
39730 result7->ref = result7->obj.i;
39731 G__store_tempobject(*result7);
39732 }
39733 return(1 || funcname || hash || result7 || libp) ;
39734 }
39735
39736 static int G__G__Hist__0_892(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39737 {
39738 {
39739 TH2C* pobj;
39740 TH2C xobj = operator+(*(TH2C*) libp->para[0].ref, *(TH2C*) libp->para[1].ref);
39741 pobj = new TH2C(xobj);
39742 result7->obj.i = (long) ((void*) pobj);
39743 result7->ref = result7->obj.i;
39744 G__store_tempobject(*result7);
39745 }
39746 return(1 || funcname || hash || result7 || libp) ;
39747 }
39748
39749 static int G__G__Hist__0_893(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39750 {
39751 {
39752 TH2C* pobj;
39753 TH2C xobj = operator-(*(TH2C*) libp->para[0].ref, *(TH2C*) libp->para[1].ref);
39754 pobj = new TH2C(xobj);
39755 result7->obj.i = (long) ((void*) pobj);
39756 result7->ref = result7->obj.i;
39757 G__store_tempobject(*result7);
39758 }
39759 return(1 || funcname || hash || result7 || libp) ;
39760 }
39761
39762 static int G__G__Hist__0_894(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39763 {
39764 {
39765 TH2C* pobj;
39766 TH2C xobj = operator*(*(TH2C*) libp->para[0].ref, *(TH2C*) libp->para[1].ref);
39767 pobj = new TH2C(xobj);
39768 result7->obj.i = (long) ((void*) pobj);
39769 result7->ref = result7->obj.i;
39770 G__store_tempobject(*result7);
39771 }
39772 return(1 || funcname || hash || result7 || libp) ;
39773 }
39774
39775 static int G__G__Hist__0_895(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39776 {
39777 {
39778 TH2C* pobj;
39779 TH2C xobj = operator/(*(TH2C*) libp->para[0].ref, *(TH2C*) libp->para[1].ref);
39780 pobj = new TH2C(xobj);
39781 result7->obj.i = (long) ((void*) pobj);
39782 result7->ref = result7->obj.i;
39783 G__store_tempobject(*result7);
39784 }
39785 return(1 || funcname || hash || result7 || libp) ;
39786 }
39787
39788 static int G__G__Hist__0_896(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39789 {
39790 {
39791 TH2S* pobj;
39792 TH2S xobj = operator*((Float_t) G__double(libp->para[0]), *(TH2S*) libp->para[1].ref);
39793 pobj = new TH2S(xobj);
39794 result7->obj.i = (long) ((void*) pobj);
39795 result7->ref = result7->obj.i;
39796 G__store_tempobject(*result7);
39797 }
39798 return(1 || funcname || hash || result7 || libp) ;
39799 }
39800
39801 static int G__G__Hist__0_897(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39802 {
39803 {
39804 TH2S* pobj;
39805 TH2S xobj = operator*(*(TH2S*) libp->para[0].ref, (Float_t) G__double(libp->para[1]));
39806 pobj = new TH2S(xobj);
39807 result7->obj.i = (long) ((void*) pobj);
39808 result7->ref = result7->obj.i;
39809 G__store_tempobject(*result7);
39810 }
39811 return(1 || funcname || hash || result7 || libp) ;
39812 }
39813
39814 static int G__G__Hist__0_898(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39815 {
39816 {
39817 TH2S* pobj;
39818 TH2S xobj = operator+(*(TH2S*) libp->para[0].ref, *(TH2S*) libp->para[1].ref);
39819 pobj = new TH2S(xobj);
39820 result7->obj.i = (long) ((void*) pobj);
39821 result7->ref = result7->obj.i;
39822 G__store_tempobject(*result7);
39823 }
39824 return(1 || funcname || hash || result7 || libp) ;
39825 }
39826
39827 static int G__G__Hist__0_899(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39828 {
39829 {
39830 TH2S* pobj;
39831 TH2S xobj = operator-(*(TH2S*) libp->para[0].ref, *(TH2S*) libp->para[1].ref);
39832 pobj = new TH2S(xobj);
39833 result7->obj.i = (long) ((void*) pobj);
39834 result7->ref = result7->obj.i;
39835 G__store_tempobject(*result7);
39836 }
39837 return(1 || funcname || hash || result7 || libp) ;
39838 }
39839
39840 static int G__G__Hist__0_900(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39841 {
39842 {
39843 TH2S* pobj;
39844 TH2S xobj = operator*(*(TH2S*) libp->para[0].ref, *(TH2S*) libp->para[1].ref);
39845 pobj = new TH2S(xobj);
39846 result7->obj.i = (long) ((void*) pobj);
39847 result7->ref = result7->obj.i;
39848 G__store_tempobject(*result7);
39849 }
39850 return(1 || funcname || hash || result7 || libp) ;
39851 }
39852
39853 static int G__G__Hist__0_901(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39854 {
39855 {
39856 TH2S* pobj;
39857 TH2S xobj = operator/(*(TH2S*) libp->para[0].ref, *(TH2S*) libp->para[1].ref);
39858 pobj = new TH2S(xobj);
39859 result7->obj.i = (long) ((void*) pobj);
39860 result7->ref = result7->obj.i;
39861 G__store_tempobject(*result7);
39862 }
39863 return(1 || funcname || hash || result7 || libp) ;
39864 }
39865
39866 static int G__G__Hist__0_902(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39867 {
39868 {
39869 TH2I* pobj;
39870 TH2I xobj = operator*((Float_t) G__double(libp->para[0]), *(TH2I*) libp->para[1].ref);
39871 pobj = new TH2I(xobj);
39872 result7->obj.i = (long) ((void*) pobj);
39873 result7->ref = result7->obj.i;
39874 G__store_tempobject(*result7);
39875 }
39876 return(1 || funcname || hash || result7 || libp) ;
39877 }
39878
39879 static int G__G__Hist__0_903(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39880 {
39881 {
39882 TH2I* pobj;
39883 TH2I xobj = operator*(*(TH2I*) libp->para[0].ref, (Float_t) G__double(libp->para[1]));
39884 pobj = new TH2I(xobj);
39885 result7->obj.i = (long) ((void*) pobj);
39886 result7->ref = result7->obj.i;
39887 G__store_tempobject(*result7);
39888 }
39889 return(1 || funcname || hash || result7 || libp) ;
39890 }
39891
39892 static int G__G__Hist__0_904(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39893 {
39894 {
39895 TH2I* pobj;
39896 TH2I xobj = operator+(*(TH2I*) libp->para[0].ref, *(TH2I*) libp->para[1].ref);
39897 pobj = new TH2I(xobj);
39898 result7->obj.i = (long) ((void*) pobj);
39899 result7->ref = result7->obj.i;
39900 G__store_tempobject(*result7);
39901 }
39902 return(1 || funcname || hash || result7 || libp) ;
39903 }
39904
39905 static int G__G__Hist__0_905(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39906 {
39907 {
39908 TH2I* pobj;
39909 TH2I xobj = operator-(*(TH2I*) libp->para[0].ref, *(TH2I*) libp->para[1].ref);
39910 pobj = new TH2I(xobj);
39911 result7->obj.i = (long) ((void*) pobj);
39912 result7->ref = result7->obj.i;
39913 G__store_tempobject(*result7);
39914 }
39915 return(1 || funcname || hash || result7 || libp) ;
39916 }
39917
39918 static int G__G__Hist__0_906(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39919 {
39920 {
39921 TH2I* pobj;
39922 TH2I xobj = operator*(*(TH2I*) libp->para[0].ref, *(TH2I*) libp->para[1].ref);
39923 pobj = new TH2I(xobj);
39924 result7->obj.i = (long) ((void*) pobj);
39925 result7->ref = result7->obj.i;
39926 G__store_tempobject(*result7);
39927 }
39928 return(1 || funcname || hash || result7 || libp) ;
39929 }
39930
39931 static int G__G__Hist__0_907(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39932 {
39933 {
39934 TH2I* pobj;
39935 TH2I xobj = operator/(*(TH2I*) libp->para[0].ref, *(TH2I*) libp->para[1].ref);
39936 pobj = new TH2I(xobj);
39937 result7->obj.i = (long) ((void*) pobj);
39938 result7->ref = result7->obj.i;
39939 G__store_tempobject(*result7);
39940 }
39941 return(1 || funcname || hash || result7 || libp) ;
39942 }
39943
39944 static int G__G__Hist__0_908(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39945 {
39946 {
39947 TH2F* pobj;
39948 TH2F xobj = operator*((Float_t) G__double(libp->para[0]), *(TH2F*) libp->para[1].ref);
39949 pobj = new TH2F(xobj);
39950 result7->obj.i = (long) ((void*) pobj);
39951 result7->ref = result7->obj.i;
39952 G__store_tempobject(*result7);
39953 }
39954 return(1 || funcname || hash || result7 || libp) ;
39955 }
39956
39957 static int G__G__Hist__0_909(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39958 {
39959 {
39960 TH2F* pobj;
39961 TH2F xobj = operator*(*(TH2F*) libp->para[0].ref, (Float_t) G__double(libp->para[1]));
39962 pobj = new TH2F(xobj);
39963 result7->obj.i = (long) ((void*) pobj);
39964 result7->ref = result7->obj.i;
39965 G__store_tempobject(*result7);
39966 }
39967 return(1 || funcname || hash || result7 || libp) ;
39968 }
39969
39970 static int G__G__Hist__0_910(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39971 {
39972 {
39973 TH2F* pobj;
39974 TH2F xobj = operator+(*(TH2F*) libp->para[0].ref, *(TH2F*) libp->para[1].ref);
39975 pobj = new TH2F(xobj);
39976 result7->obj.i = (long) ((void*) pobj);
39977 result7->ref = result7->obj.i;
39978 G__store_tempobject(*result7);
39979 }
39980 return(1 || funcname || hash || result7 || libp) ;
39981 }
39982
39983 static int G__G__Hist__0_911(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39984 {
39985 {
39986 TH2F* pobj;
39987 TH2F xobj = operator-(*(TH2F*) libp->para[0].ref, *(TH2F*) libp->para[1].ref);
39988 pobj = new TH2F(xobj);
39989 result7->obj.i = (long) ((void*) pobj);
39990 result7->ref = result7->obj.i;
39991 G__store_tempobject(*result7);
39992 }
39993 return(1 || funcname || hash || result7 || libp) ;
39994 }
39995
39996 static int G__G__Hist__0_912(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
39997 {
39998 {
39999 TH2F* pobj;
40000 TH2F xobj = operator*(*(TH2F*) libp->para[0].ref, *(TH2F*) libp->para[1].ref);
40001 pobj = new TH2F(xobj);
40002 result7->obj.i = (long) ((void*) pobj);
40003 result7->ref = result7->obj.i;
40004 G__store_tempobject(*result7);
40005 }
40006 return(1 || funcname || hash || result7 || libp) ;
40007 }
40008
40009 static int G__G__Hist__0_913(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40010 {
40011 {
40012 TH2F* pobj;
40013 TH2F xobj = operator/(*(TH2F*) libp->para[0].ref, *(TH2F*) libp->para[1].ref);
40014 pobj = new TH2F(xobj);
40015 result7->obj.i = (long) ((void*) pobj);
40016 result7->ref = result7->obj.i;
40017 G__store_tempobject(*result7);
40018 }
40019 return(1 || funcname || hash || result7 || libp) ;
40020 }
40021
40022 static int G__G__Hist__0_914(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40023 {
40024 {
40025 TH2D* pobj;
40026 TH2D xobj = operator*((Float_t) G__double(libp->para[0]), *(TH2D*) libp->para[1].ref);
40027 pobj = new TH2D(xobj);
40028 result7->obj.i = (long) ((void*) pobj);
40029 result7->ref = result7->obj.i;
40030 G__store_tempobject(*result7);
40031 }
40032 return(1 || funcname || hash || result7 || libp) ;
40033 }
40034
40035 static int G__G__Hist__0_915(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40036 {
40037 {
40038 TH2D* pobj;
40039 TH2D xobj = operator*(*(TH2D*) libp->para[0].ref, (Float_t) G__double(libp->para[1]));
40040 pobj = new TH2D(xobj);
40041 result7->obj.i = (long) ((void*) pobj);
40042 result7->ref = result7->obj.i;
40043 G__store_tempobject(*result7);
40044 }
40045 return(1 || funcname || hash || result7 || libp) ;
40046 }
40047
40048 static int G__G__Hist__0_916(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40049 {
40050 {
40051 TH2D* pobj;
40052 TH2D xobj = operator+(*(TH2D*) libp->para[0].ref, *(TH2D*) libp->para[1].ref);
40053 pobj = new TH2D(xobj);
40054 result7->obj.i = (long) ((void*) pobj);
40055 result7->ref = result7->obj.i;
40056 G__store_tempobject(*result7);
40057 }
40058 return(1 || funcname || hash || result7 || libp) ;
40059 }
40060
40061 static int G__G__Hist__0_917(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40062 {
40063 {
40064 TH2D* pobj;
40065 TH2D xobj = operator-(*(TH2D*) libp->para[0].ref, *(TH2D*) libp->para[1].ref);
40066 pobj = new TH2D(xobj);
40067 result7->obj.i = (long) ((void*) pobj);
40068 result7->ref = result7->obj.i;
40069 G__store_tempobject(*result7);
40070 }
40071 return(1 || funcname || hash || result7 || libp) ;
40072 }
40073
40074 static int G__G__Hist__0_918(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40075 {
40076 {
40077 TH2D* pobj;
40078 TH2D xobj = operator*(*(TH2D*) libp->para[0].ref, *(TH2D*) libp->para[1].ref);
40079 pobj = new TH2D(xobj);
40080 result7->obj.i = (long) ((void*) pobj);
40081 result7->ref = result7->obj.i;
40082 G__store_tempobject(*result7);
40083 }
40084 return(1 || funcname || hash || result7 || libp) ;
40085 }
40086
40087 static int G__G__Hist__0_919(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40088 {
40089 {
40090 TH2D* pobj;
40091 TH2D xobj = operator/(*(TH2D*) libp->para[0].ref, *(TH2D*) libp->para[1].ref);
40092 pobj = new TH2D(xobj);
40093 result7->obj.i = (long) ((void*) pobj);
40094 result7->ref = result7->obj.i;
40095 G__store_tempobject(*result7);
40096 }
40097 return(1 || funcname || hash || result7 || libp) ;
40098 }
40099
40100 static int G__G__Hist__0_920(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40101 {
40102 {
40103 TH3C* pobj;
40104 TH3C xobj = operator*((Float_t) G__double(libp->para[0]), *(TH3C*) libp->para[1].ref);
40105 pobj = new TH3C(xobj);
40106 result7->obj.i = (long) ((void*) pobj);
40107 result7->ref = result7->obj.i;
40108 G__store_tempobject(*result7);
40109 }
40110 return(1 || funcname || hash || result7 || libp) ;
40111 }
40112
40113 static int G__G__Hist__0_921(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40114 {
40115 {
40116 TH3C* pobj;
40117 TH3C xobj = operator*(*(TH3C*) libp->para[0].ref, (Float_t) G__double(libp->para[1]));
40118 pobj = new TH3C(xobj);
40119 result7->obj.i = (long) ((void*) pobj);
40120 result7->ref = result7->obj.i;
40121 G__store_tempobject(*result7);
40122 }
40123 return(1 || funcname || hash || result7 || libp) ;
40124 }
40125
40126 static int G__G__Hist__0_922(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40127 {
40128 {
40129 TH3C* pobj;
40130 TH3C xobj = operator+(*(TH3C*) libp->para[0].ref, *(TH3C*) libp->para[1].ref);
40131 pobj = new TH3C(xobj);
40132 result7->obj.i = (long) ((void*) pobj);
40133 result7->ref = result7->obj.i;
40134 G__store_tempobject(*result7);
40135 }
40136 return(1 || funcname || hash || result7 || libp) ;
40137 }
40138
40139 static int G__G__Hist__0_923(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40140 {
40141 {
40142 TH3C* pobj;
40143 TH3C xobj = operator-(*(TH3C*) libp->para[0].ref, *(TH3C*) libp->para[1].ref);
40144 pobj = new TH3C(xobj);
40145 result7->obj.i = (long) ((void*) pobj);
40146 result7->ref = result7->obj.i;
40147 G__store_tempobject(*result7);
40148 }
40149 return(1 || funcname || hash || result7 || libp) ;
40150 }
40151
40152 static int G__G__Hist__0_924(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40153 {
40154 {
40155 TH3C* pobj;
40156 TH3C xobj = operator*(*(TH3C*) libp->para[0].ref, *(TH3C*) libp->para[1].ref);
40157 pobj = new TH3C(xobj);
40158 result7->obj.i = (long) ((void*) pobj);
40159 result7->ref = result7->obj.i;
40160 G__store_tempobject(*result7);
40161 }
40162 return(1 || funcname || hash || result7 || libp) ;
40163 }
40164
40165 static int G__G__Hist__0_925(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40166 {
40167 {
40168 TH3C* pobj;
40169 TH3C xobj = operator/(*(TH3C*) libp->para[0].ref, *(TH3C*) libp->para[1].ref);
40170 pobj = new TH3C(xobj);
40171 result7->obj.i = (long) ((void*) pobj);
40172 result7->ref = result7->obj.i;
40173 G__store_tempobject(*result7);
40174 }
40175 return(1 || funcname || hash || result7 || libp) ;
40176 }
40177
40178 static int G__G__Hist__0_926(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40179 {
40180 {
40181 TH3S* pobj;
40182 TH3S xobj = operator*((Float_t) G__double(libp->para[0]), *(TH3S*) libp->para[1].ref);
40183 pobj = new TH3S(xobj);
40184 result7->obj.i = (long) ((void*) pobj);
40185 result7->ref = result7->obj.i;
40186 G__store_tempobject(*result7);
40187 }
40188 return(1 || funcname || hash || result7 || libp) ;
40189 }
40190
40191 static int G__G__Hist__0_927(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40192 {
40193 {
40194 TH3S* pobj;
40195 TH3S xobj = operator*(*(TH3S*) libp->para[0].ref, (Float_t) G__double(libp->para[1]));
40196 pobj = new TH3S(xobj);
40197 result7->obj.i = (long) ((void*) pobj);
40198 result7->ref = result7->obj.i;
40199 G__store_tempobject(*result7);
40200 }
40201 return(1 || funcname || hash || result7 || libp) ;
40202 }
40203
40204 static int G__G__Hist__0_928(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40205 {
40206 {
40207 TH3S* pobj;
40208 TH3S xobj = operator+(*(TH3S*) libp->para[0].ref, *(TH3S*) libp->para[1].ref);
40209 pobj = new TH3S(xobj);
40210 result7->obj.i = (long) ((void*) pobj);
40211 result7->ref = result7->obj.i;
40212 G__store_tempobject(*result7);
40213 }
40214 return(1 || funcname || hash || result7 || libp) ;
40215 }
40216
40217 static int G__G__Hist__0_929(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40218 {
40219 {
40220 TH3S* pobj;
40221 TH3S xobj = operator-(*(TH3S*) libp->para[0].ref, *(TH3S*) libp->para[1].ref);
40222 pobj = new TH3S(xobj);
40223 result7->obj.i = (long) ((void*) pobj);
40224 result7->ref = result7->obj.i;
40225 G__store_tempobject(*result7);
40226 }
40227 return(1 || funcname || hash || result7 || libp) ;
40228 }
40229
40230 static int G__G__Hist__0_930(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40231 {
40232 {
40233 TH3S* pobj;
40234 TH3S xobj = operator*(*(TH3S*) libp->para[0].ref, *(TH3S*) libp->para[1].ref);
40235 pobj = new TH3S(xobj);
40236 result7->obj.i = (long) ((void*) pobj);
40237 result7->ref = result7->obj.i;
40238 G__store_tempobject(*result7);
40239 }
40240 return(1 || funcname || hash || result7 || libp) ;
40241 }
40242
40243 static int G__G__Hist__0_931(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40244 {
40245 {
40246 TH3S* pobj;
40247 TH3S xobj = operator/(*(TH3S*) libp->para[0].ref, *(TH3S*) libp->para[1].ref);
40248 pobj = new TH3S(xobj);
40249 result7->obj.i = (long) ((void*) pobj);
40250 result7->ref = result7->obj.i;
40251 G__store_tempobject(*result7);
40252 }
40253 return(1 || funcname || hash || result7 || libp) ;
40254 }
40255
40256 static int G__G__Hist__0_932(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40257 {
40258 {
40259 TH3I* pobj;
40260 TH3I xobj = operator*((Float_t) G__double(libp->para[0]), *(TH3I*) libp->para[1].ref);
40261 pobj = new TH3I(xobj);
40262 result7->obj.i = (long) ((void*) pobj);
40263 result7->ref = result7->obj.i;
40264 G__store_tempobject(*result7);
40265 }
40266 return(1 || funcname || hash || result7 || libp) ;
40267 }
40268
40269 static int G__G__Hist__0_933(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40270 {
40271 {
40272 TH3I* pobj;
40273 TH3I xobj = operator*(*(TH3I*) libp->para[0].ref, (Float_t) G__double(libp->para[1]));
40274 pobj = new TH3I(xobj);
40275 result7->obj.i = (long) ((void*) pobj);
40276 result7->ref = result7->obj.i;
40277 G__store_tempobject(*result7);
40278 }
40279 return(1 || funcname || hash || result7 || libp) ;
40280 }
40281
40282 static int G__G__Hist__0_934(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40283 {
40284 {
40285 TH3I* pobj;
40286 TH3I xobj = operator+(*(TH3I*) libp->para[0].ref, *(TH3I*) libp->para[1].ref);
40287 pobj = new TH3I(xobj);
40288 result7->obj.i = (long) ((void*) pobj);
40289 result7->ref = result7->obj.i;
40290 G__store_tempobject(*result7);
40291 }
40292 return(1 || funcname || hash || result7 || libp) ;
40293 }
40294
40295 static int G__G__Hist__0_935(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40296 {
40297 {
40298 TH3I* pobj;
40299 TH3I xobj = operator-(*(TH3I*) libp->para[0].ref, *(TH3I*) libp->para[1].ref);
40300 pobj = new TH3I(xobj);
40301 result7->obj.i = (long) ((void*) pobj);
40302 result7->ref = result7->obj.i;
40303 G__store_tempobject(*result7);
40304 }
40305 return(1 || funcname || hash || result7 || libp) ;
40306 }
40307
40308 static int G__G__Hist__0_936(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40309 {
40310 {
40311 TH3I* pobj;
40312 TH3I xobj = operator*(*(TH3I*) libp->para[0].ref, *(TH3I*) libp->para[1].ref);
40313 pobj = new TH3I(xobj);
40314 result7->obj.i = (long) ((void*) pobj);
40315 result7->ref = result7->obj.i;
40316 G__store_tempobject(*result7);
40317 }
40318 return(1 || funcname || hash || result7 || libp) ;
40319 }
40320
40321 static int G__G__Hist__0_937(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40322 {
40323 {
40324 TH3I* pobj;
40325 TH3I xobj = operator/(*(TH3I*) libp->para[0].ref, *(TH3I*) libp->para[1].ref);
40326 pobj = new TH3I(xobj);
40327 result7->obj.i = (long) ((void*) pobj);
40328 result7->ref = result7->obj.i;
40329 G__store_tempobject(*result7);
40330 }
40331 return(1 || funcname || hash || result7 || libp) ;
40332 }
40333
40334 static int G__G__Hist__0_938(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40335 {
40336 {
40337 TH3F* pobj;
40338 TH3F xobj = operator*((Float_t) G__double(libp->para[0]), *(TH3F*) libp->para[1].ref);
40339 pobj = new TH3F(xobj);
40340 result7->obj.i = (long) ((void*) pobj);
40341 result7->ref = result7->obj.i;
40342 G__store_tempobject(*result7);
40343 }
40344 return(1 || funcname || hash || result7 || libp) ;
40345 }
40346
40347 static int G__G__Hist__0_939(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40348 {
40349 {
40350 TH3F* pobj;
40351 TH3F xobj = operator*(*(TH3F*) libp->para[0].ref, (Float_t) G__double(libp->para[1]));
40352 pobj = new TH3F(xobj);
40353 result7->obj.i = (long) ((void*) pobj);
40354 result7->ref = result7->obj.i;
40355 G__store_tempobject(*result7);
40356 }
40357 return(1 || funcname || hash || result7 || libp) ;
40358 }
40359
40360 static int G__G__Hist__0_940(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40361 {
40362 {
40363 TH3F* pobj;
40364 TH3F xobj = operator+(*(TH3F*) libp->para[0].ref, *(TH3F*) libp->para[1].ref);
40365 pobj = new TH3F(xobj);
40366 result7->obj.i = (long) ((void*) pobj);
40367 result7->ref = result7->obj.i;
40368 G__store_tempobject(*result7);
40369 }
40370 return(1 || funcname || hash || result7 || libp) ;
40371 }
40372
40373 static int G__G__Hist__0_941(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40374 {
40375 {
40376 TH3F* pobj;
40377 TH3F xobj = operator-(*(TH3F*) libp->para[0].ref, *(TH3F*) libp->para[1].ref);
40378 pobj = new TH3F(xobj);
40379 result7->obj.i = (long) ((void*) pobj);
40380 result7->ref = result7->obj.i;
40381 G__store_tempobject(*result7);
40382 }
40383 return(1 || funcname || hash || result7 || libp) ;
40384 }
40385
40386 static int G__G__Hist__0_942(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40387 {
40388 {
40389 TH3F* pobj;
40390 TH3F xobj = operator*(*(TH3F*) libp->para[0].ref, *(TH3F*) libp->para[1].ref);
40391 pobj = new TH3F(xobj);
40392 result7->obj.i = (long) ((void*) pobj);
40393 result7->ref = result7->obj.i;
40394 G__store_tempobject(*result7);
40395 }
40396 return(1 || funcname || hash || result7 || libp) ;
40397 }
40398
40399 static int G__G__Hist__0_943(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40400 {
40401 {
40402 TH3F* pobj;
40403 TH3F xobj = operator/(*(TH3F*) libp->para[0].ref, *(TH3F*) libp->para[1].ref);
40404 pobj = new TH3F(xobj);
40405 result7->obj.i = (long) ((void*) pobj);
40406 result7->ref = result7->obj.i;
40407 G__store_tempobject(*result7);
40408 }
40409 return(1 || funcname || hash || result7 || libp) ;
40410 }
40411
40412 static int G__G__Hist__0_944(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40413 {
40414 {
40415 TH3D* pobj;
40416 TH3D xobj = operator*((Float_t) G__double(libp->para[0]), *(TH3D*) libp->para[1].ref);
40417 pobj = new TH3D(xobj);
40418 result7->obj.i = (long) ((void*) pobj);
40419 result7->ref = result7->obj.i;
40420 G__store_tempobject(*result7);
40421 }
40422 return(1 || funcname || hash || result7 || libp) ;
40423 }
40424
40425 static int G__G__Hist__0_945(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40426 {
40427 {
40428 TH3D* pobj;
40429 TH3D xobj = operator*(*(TH3D*) libp->para[0].ref, (Float_t) G__double(libp->para[1]));
40430 pobj = new TH3D(xobj);
40431 result7->obj.i = (long) ((void*) pobj);
40432 result7->ref = result7->obj.i;
40433 G__store_tempobject(*result7);
40434 }
40435 return(1 || funcname || hash || result7 || libp) ;
40436 }
40437
40438 static int G__G__Hist__0_946(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40439 {
40440 {
40441 TH3D* pobj;
40442 TH3D xobj = operator+(*(TH3D*) libp->para[0].ref, *(TH3D*) libp->para[1].ref);
40443 pobj = new TH3D(xobj);
40444 result7->obj.i = (long) ((void*) pobj);
40445 result7->ref = result7->obj.i;
40446 G__store_tempobject(*result7);
40447 }
40448 return(1 || funcname || hash || result7 || libp) ;
40449 }
40450
40451 static int G__G__Hist__0_947(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40452 {
40453 {
40454 TH3D* pobj;
40455 TH3D xobj = operator-(*(TH3D*) libp->para[0].ref, *(TH3D*) libp->para[1].ref);
40456 pobj = new TH3D(xobj);
40457 result7->obj.i = (long) ((void*) pobj);
40458 result7->ref = result7->obj.i;
40459 G__store_tempobject(*result7);
40460 }
40461 return(1 || funcname || hash || result7 || libp) ;
40462 }
40463
40464 static int G__G__Hist__0_948(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40465 {
40466 {
40467 TH3D* pobj;
40468 TH3D xobj = operator*(*(TH3D*) libp->para[0].ref, *(TH3D*) libp->para[1].ref);
40469 pobj = new TH3D(xobj);
40470 result7->obj.i = (long) ((void*) pobj);
40471 result7->ref = result7->obj.i;
40472 G__store_tempobject(*result7);
40473 }
40474 return(1 || funcname || hash || result7 || libp) ;
40475 }
40476
40477 static int G__G__Hist__0_949(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
40478 {
40479 {
40480 TH3D* pobj;
40481 TH3D xobj = operator/(*(TH3D*) libp->para[0].ref, *(TH3D*) libp->para[1].ref);
40482 pobj = new TH3D(xobj);
40483 result7->obj.i = (long) ((void*) pobj);
40484 result7->ref = result7->obj.i;
40485 G__store_tempobject(*result7);
40486 }
40487 return(1 || funcname || hash || result7 || libp) ;
40488 }
40489
40490
40491
40492
40493
40494
40495
40496
40497
40498
40499
40500
40501
40502
40503
40504
40505
40506
40507
40508
40509
40510
40511
40512
40513
40514
40515
40516
40517
40518
40519
40520
40521
40522
40523
40524
40525
40526
40527
40528
40529
40530
40531
40532
40533
40534
40535
40536
40537
40538
40539
40540
40541
40542
40543
40544
40545
40546
40547
40548
40549
40550
40551
40552
40553
40554
40555
40556
40557
40558
40559
40560
40561
40562
40563
40564
40565
40566
40567
40568
40569
40570
40571
40572
40573
40574
40575
40576
40577
40578
40579
40580
40581
40582
40583
40584
40585
40586
40587
40588
40589
40590
40591
40592
40593
40594
40595
40596
40597
40598
40599
40600
40601
40602
40603
40604
40605
40606
40607
40608
40609
40610
40611
40612
40613
40614
40615
40616
40617
40618
40619
40620
40621
40622
40623
40624
40625
40626
40627
40628
40629
40630
40631
40632
40633
40634
40635
40636
40637
40638
40639
40640
40641
40642
40643
40644
40645
40646
40647
40648
40649
40650
40651
40652
40653
40654
40655
40656
40657
40658
40659
40660 class G__Sizep2memfuncG__Hist {
40661 public:
40662 G__Sizep2memfuncG__Hist(): p(&G__Sizep2memfuncG__Hist::sizep2memfunc) {}
40663 size_t sizep2memfunc() { return(sizeof(p)); }
40664 private:
40665 size_t (G__Sizep2memfuncG__Hist::*p)();
40666 };
40667
40668 size_t G__get_sizep2memfuncG__Hist()
40669 {
40670 G__Sizep2memfuncG__Hist a;
40671 G__setsizep2memfunc((int)a.sizep2memfunc());
40672 return((size_t)a.sizep2memfunc());
40673 }
40674
40675
40676
40677
40678
40679
40680
40681 static long G__2vbo_ROOTcLcLMathcLcLWrappedMultiTF1_ROOTcLcLMathcLcLIBaseFunctionMultiDim_2(long pobject) {
40682 ROOT::Math::WrappedMultiTF1 *G__Lderived=(ROOT::Math::WrappedMultiTF1*)pobject;
40683 ROOT::Math::IBaseFunctionMultiDim *G__Lbase=G__Lderived;
40684 return((long)G__Lbase-(long)G__Lderived);
40685 }
40686
40687 static long G__2vbo_ROOTcLcLMathcLcLWrappedTF1_ROOTcLcLMathcLcLIBaseFunctionOneDim_2(long pobject) {
40688 ROOT::Math::WrappedTF1 *G__Lderived=(ROOT::Math::WrappedTF1*)pobject;
40689 ROOT::Math::IBaseFunctionOneDim *G__Lbase=G__Lderived;
40690 return((long)G__Lbase-(long)G__Lderived);
40691 }
40692
40693
40694
40695
40696
40697 extern "C" void G__cpp_setup_inheritanceG__Hist() {
40698
40699
40700 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TH1))) {
40701 TH1 *G__Lderived;
40702 G__Lderived=(TH1*)0x1000;
40703 {
40704 TNamed *G__Lpbase=(TNamed*)G__Lderived;
40705 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
40706 }
40707 {
40708 TObject *G__Lpbase=(TObject*)G__Lderived;
40709 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
40710 }
40711 {
40712 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
40713 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,1);
40714 }
40715 {
40716 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
40717 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,1);
40718 }
40719 {
40720 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
40721 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,1);
40722 }
40723 }
40724 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_THnSparse))) {
40725 THnSparse *G__Lderived;
40726 G__Lderived=(THnSparse*)0x1000;
40727 {
40728 TNamed *G__Lpbase=(TNamed*)G__Lderived;
40729 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparse),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
40730 }
40731 {
40732 TObject *G__Lpbase=(TObject*)G__Lderived;
40733 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparse),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
40734 }
40735 }
40736 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TF1))) {
40737 TF1 *G__Lderived;
40738 G__Lderived=(TF1*)0x1000;
40739 {
40740 TFormula *G__Lpbase=(TFormula*)G__Lderived;
40741 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TF1),G__get_linked_tagnum(&G__G__HistLN_TFormula),(long)G__Lpbase-(long)G__Lderived,1,1);
40742 }
40743 {
40744 TNamed *G__Lpbase=(TNamed*)G__Lderived;
40745 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TF1),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
40746 }
40747 {
40748 TObject *G__Lpbase=(TObject*)G__Lderived;
40749 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TF1),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
40750 }
40751 {
40752 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
40753 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TF1),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,1);
40754 }
40755 {
40756 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
40757 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TF1),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,1);
40758 }
40759 {
40760 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
40761 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TF1),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,1);
40762 }
40763 }
40764 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TF2))) {
40765 TF2 *G__Lderived;
40766 G__Lderived=(TF2*)0x1000;
40767 {
40768 TF1 *G__Lpbase=(TF1*)G__Lderived;
40769 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TF2),G__get_linked_tagnum(&G__G__HistLN_TF1),(long)G__Lpbase-(long)G__Lderived,1,1);
40770 }
40771 {
40772 TFormula *G__Lpbase=(TFormula*)G__Lderived;
40773 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TF2),G__get_linked_tagnum(&G__G__HistLN_TFormula),(long)G__Lpbase-(long)G__Lderived,1,0);
40774 }
40775 {
40776 TNamed *G__Lpbase=(TNamed*)G__Lderived;
40777 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TF2),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
40778 }
40779 {
40780 TObject *G__Lpbase=(TObject*)G__Lderived;
40781 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TF2),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
40782 }
40783 {
40784 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
40785 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TF2),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
40786 }
40787 {
40788 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
40789 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TF2),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
40790 }
40791 {
40792 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
40793 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TF2),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
40794 }
40795 }
40796 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TGraph))) {
40797 TGraph *G__Lderived;
40798 G__Lderived=(TGraph*)0x1000;
40799 {
40800 TNamed *G__Lpbase=(TNamed*)G__Lderived;
40801 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraph),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
40802 }
40803 {
40804 TObject *G__Lpbase=(TObject*)G__Lderived;
40805 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraph),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
40806 }
40807 {
40808 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
40809 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraph),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,1);
40810 }
40811 {
40812 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
40813 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraph),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,1);
40814 }
40815 {
40816 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
40817 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraph),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,1);
40818 }
40819 }
40820 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TGraphErrors))) {
40821 TGraphErrors *G__Lderived;
40822 G__Lderived=(TGraphErrors*)0x1000;
40823 {
40824 TGraph *G__Lpbase=(TGraph*)G__Lderived;
40825 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphErrors),G__get_linked_tagnum(&G__G__HistLN_TGraph),(long)G__Lpbase-(long)G__Lderived,1,1);
40826 }
40827 {
40828 TNamed *G__Lpbase=(TNamed*)G__Lderived;
40829 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphErrors),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
40830 }
40831 {
40832 TObject *G__Lpbase=(TObject*)G__Lderived;
40833 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphErrors),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
40834 }
40835 {
40836 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
40837 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphErrors),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
40838 }
40839 {
40840 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
40841 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphErrors),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
40842 }
40843 {
40844 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
40845 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphErrors),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
40846 }
40847 }
40848 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TGraph2D))) {
40849 TGraph2D *G__Lderived;
40850 G__Lderived=(TGraph2D*)0x1000;
40851 {
40852 TNamed *G__Lpbase=(TNamed*)G__Lderived;
40853 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraph2D),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
40854 }
40855 {
40856 TObject *G__Lpbase=(TObject*)G__Lderived;
40857 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraph2D),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
40858 }
40859 {
40860 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
40861 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraph2D),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,1);
40862 }
40863 {
40864 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
40865 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraph2D),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,1);
40866 }
40867 {
40868 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
40869 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraph2D),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,1);
40870 }
40871 }
40872 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TMultiGraph))) {
40873 TMultiGraph *G__Lderived;
40874 G__Lderived=(TMultiGraph*)0x1000;
40875 {
40876 TNamed *G__Lpbase=(TNamed*)G__Lderived;
40877 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TMultiGraph),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
40878 }
40879 {
40880 TObject *G__Lpbase=(TObject*)G__Lderived;
40881 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TMultiGraph),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
40882 }
40883 }
40884 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TFitResult))) {
40885 TFitResult *G__Lderived;
40886 G__Lderived=(TFitResult*)0x1000;
40887 {
40888 TNamed *G__Lpbase=(TNamed*)G__Lderived;
40889 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TFitResult),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
40890 }
40891 {
40892 TObject *G__Lpbase=(TObject*)G__Lderived;
40893 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TFitResult),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
40894 }
40895 {
40896 ROOT::Fit::FitResult *G__Lpbase=(ROOT::Fit::FitResult*)G__Lderived;
40897 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TFitResult),G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLFitcLcLFitResult),(long)G__Lpbase-(long)G__Lderived,1,1);
40898 }
40899 }
40900 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TAxis))) {
40901 TAxis *G__Lderived;
40902 G__Lderived=(TAxis*)0x1000;
40903 {
40904 TNamed *G__Lpbase=(TNamed*)G__Lderived;
40905 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TAxis),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
40906 }
40907 {
40908 TObject *G__Lpbase=(TObject*)G__Lderived;
40909 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TAxis),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
40910 }
40911 {
40912 TAttAxis *G__Lpbase=(TAttAxis*)G__Lderived;
40913 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TAxis),G__get_linked_tagnum(&G__G__HistLN_TAttAxis),(long)G__Lpbase-(long)G__Lderived,1,1);
40914 }
40915 }
40916 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TBackCompFitter))) {
40917 TBackCompFitter *G__Lderived;
40918 G__Lderived=(TBackCompFitter*)0x1000;
40919 {
40920 TVirtualFitter *G__Lpbase=(TVirtualFitter*)G__Lderived;
40921 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TBackCompFitter),G__get_linked_tagnum(&G__G__HistLN_TVirtualFitter),(long)G__Lpbase-(long)G__Lderived,1,1);
40922 }
40923 {
40924 TNamed *G__Lpbase=(TNamed*)G__Lderived;
40925 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TBackCompFitter),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
40926 }
40927 {
40928 TObject *G__Lpbase=(TObject*)G__Lderived;
40929 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TBackCompFitter),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
40930 }
40931 }
40932 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TBinomialEfficiencyFitter))) {
40933 TBinomialEfficiencyFitter *G__Lderived;
40934 G__Lderived=(TBinomialEfficiencyFitter*)0x1000;
40935 {
40936 TObject *G__Lpbase=(TObject*)G__Lderived;
40937 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TBinomialEfficiencyFitter),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
40938 }
40939 }
40940 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TConfidenceLevel))) {
40941 TConfidenceLevel *G__Lderived;
40942 G__Lderived=(TConfidenceLevel*)0x1000;
40943 {
40944 TObject *G__Lpbase=(TObject*)G__Lderived;
40945 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TConfidenceLevel),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
40946 }
40947 }
40948 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors))) {
40949 TGraphAsymmErrors *G__Lderived;
40950 G__Lderived=(TGraphAsymmErrors*)0x1000;
40951 {
40952 TGraph *G__Lpbase=(TGraph*)G__Lderived;
40953 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors),G__get_linked_tagnum(&G__G__HistLN_TGraph),(long)G__Lpbase-(long)G__Lderived,1,1);
40954 }
40955 {
40956 TNamed *G__Lpbase=(TNamed*)G__Lderived;
40957 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
40958 }
40959 {
40960 TObject *G__Lpbase=(TObject*)G__Lderived;
40961 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
40962 }
40963 {
40964 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
40965 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
40966 }
40967 {
40968 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
40969 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
40970 }
40971 {
40972 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
40973 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
40974 }
40975 }
40976 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TH2))) {
40977 TH2 *G__Lderived;
40978 G__Lderived=(TH2*)0x1000;
40979 {
40980 TH1 *G__Lpbase=(TH1*)G__Lderived;
40981 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2),G__get_linked_tagnum(&G__G__HistLN_TH1),(long)G__Lpbase-(long)G__Lderived,1,1);
40982 }
40983 {
40984 TNamed *G__Lpbase=(TNamed*)G__Lderived;
40985 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
40986 }
40987 {
40988 TObject *G__Lpbase=(TObject*)G__Lderived;
40989 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
40990 }
40991 {
40992 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
40993 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
40994 }
40995 {
40996 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
40997 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
40998 }
40999 {
41000 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
41001 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
41002 }
41003 }
41004 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TEfficiency))) {
41005 TEfficiency *G__Lderived;
41006 G__Lderived=(TEfficiency*)0x1000;
41007 {
41008 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41009 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TEfficiency),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
41010 }
41011 {
41012 TObject *G__Lpbase=(TObject*)G__Lderived;
41013 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TEfficiency),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41014 }
41015 {
41016 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
41017 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TEfficiency),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,1);
41018 }
41019 {
41020 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
41021 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TEfficiency),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,1);
41022 }
41023 {
41024 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
41025 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TEfficiency),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,1);
41026 }
41027 }
41028 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TFormulaPrimitive))) {
41029 TFormulaPrimitive *G__Lderived;
41030 G__Lderived=(TFormulaPrimitive*)0x1000;
41031 {
41032 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41033 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TFormulaPrimitive),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
41034 }
41035 {
41036 TObject *G__Lpbase=(TObject*)G__Lderived;
41037 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TFormulaPrimitive),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41038 }
41039 }
41040 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TFormula))) {
41041 TFormula *G__Lderived;
41042 G__Lderived=(TFormula*)0x1000;
41043 {
41044 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41045 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TFormula),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
41046 }
41047 {
41048 TObject *G__Lpbase=(TObject*)G__Lderived;
41049 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TFormula),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41050 }
41051 }
41052 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TF12))) {
41053 TF12 *G__Lderived;
41054 G__Lderived=(TF12*)0x1000;
41055 {
41056 TF1 *G__Lpbase=(TF1*)G__Lderived;
41057 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TF12),G__get_linked_tagnum(&G__G__HistLN_TF1),(long)G__Lpbase-(long)G__Lderived,1,1);
41058 }
41059 {
41060 TFormula *G__Lpbase=(TFormula*)G__Lderived;
41061 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TF12),G__get_linked_tagnum(&G__G__HistLN_TFormula),(long)G__Lpbase-(long)G__Lderived,1,0);
41062 }
41063 {
41064 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41065 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TF12),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
41066 }
41067 {
41068 TObject *G__Lpbase=(TObject*)G__Lderived;
41069 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TF12),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41070 }
41071 {
41072 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
41073 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TF12),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
41074 }
41075 {
41076 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
41077 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TF12),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
41078 }
41079 {
41080 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
41081 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TF12),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
41082 }
41083 }
41084 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TF3))) {
41085 TF3 *G__Lderived;
41086 G__Lderived=(TF3*)0x1000;
41087 {
41088 TF2 *G__Lpbase=(TF2*)G__Lderived;
41089 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TF3),G__get_linked_tagnum(&G__G__HistLN_TF2),(long)G__Lpbase-(long)G__Lderived,1,1);
41090 }
41091 {
41092 TF1 *G__Lpbase=(TF1*)G__Lderived;
41093 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TF3),G__get_linked_tagnum(&G__G__HistLN_TF1),(long)G__Lpbase-(long)G__Lderived,1,0);
41094 }
41095 {
41096 TFormula *G__Lpbase=(TFormula*)G__Lderived;
41097 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TF3),G__get_linked_tagnum(&G__G__HistLN_TFormula),(long)G__Lpbase-(long)G__Lderived,1,0);
41098 }
41099 {
41100 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41101 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TF3),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
41102 }
41103 {
41104 TObject *G__Lpbase=(TObject*)G__Lderived;
41105 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TF3),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41106 }
41107 {
41108 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
41109 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TF3),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
41110 }
41111 {
41112 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
41113 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TF3),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
41114 }
41115 {
41116 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
41117 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TF3),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
41118 }
41119 }
41120 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TFractionFitter))) {
41121 TFractionFitter *G__Lderived;
41122 G__Lderived=(TFractionFitter*)0x1000;
41123 {
41124 TObject *G__Lpbase=(TObject*)G__Lderived;
41125 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TFractionFitter),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
41126 }
41127 }
41128 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TVirtualHistPainter))) {
41129 TVirtualHistPainter *G__Lderived;
41130 G__Lderived=(TVirtualHistPainter*)0x1000;
41131 {
41132 TObject *G__Lpbase=(TObject*)G__Lderived;
41133 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TVirtualHistPainter),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
41134 }
41135 }
41136 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TH2D))) {
41137 TH2D *G__Lderived;
41138 G__Lderived=(TH2D*)0x1000;
41139 {
41140 TH2 *G__Lpbase=(TH2*)G__Lderived;
41141 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2D),G__get_linked_tagnum(&G__G__HistLN_TH2),(long)G__Lpbase-(long)G__Lderived,1,1);
41142 }
41143 {
41144 TH1 *G__Lpbase=(TH1*)G__Lderived;
41145 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2D),G__get_linked_tagnum(&G__G__HistLN_TH1),(long)G__Lpbase-(long)G__Lderived,1,0);
41146 }
41147 {
41148 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41149 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2D),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
41150 }
41151 {
41152 TObject *G__Lpbase=(TObject*)G__Lderived;
41153 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2D),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41154 }
41155 {
41156 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
41157 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2D),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
41158 }
41159 {
41160 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
41161 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2D),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
41162 }
41163 {
41164 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
41165 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2D),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
41166 }
41167 {
41168 TArrayD *G__Lpbase=(TArrayD*)G__Lderived;
41169 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2D),G__get_linked_tagnum(&G__G__HistLN_TArrayD),(long)G__Lpbase-(long)G__Lderived,1,1);
41170 }
41171 {
41172 TArray *G__Lpbase=(TArray*)G__Lderived;
41173 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2D),G__get_linked_tagnum(&G__G__HistLN_TArray),(long)G__Lpbase-(long)G__Lderived,1,0);
41174 }
41175 }
41176 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TGraph2DErrors))) {
41177 TGraph2DErrors *G__Lderived;
41178 G__Lderived=(TGraph2DErrors*)0x1000;
41179 {
41180 TGraph2D *G__Lpbase=(TGraph2D*)G__Lderived;
41181 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraph2DErrors),G__get_linked_tagnum(&G__G__HistLN_TGraph2D),(long)G__Lpbase-(long)G__Lderived,1,1);
41182 }
41183 {
41184 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41185 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraph2DErrors),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
41186 }
41187 {
41188 TObject *G__Lpbase=(TObject*)G__Lderived;
41189 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraph2DErrors),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41190 }
41191 {
41192 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
41193 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraph2DErrors),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
41194 }
41195 {
41196 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
41197 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraph2DErrors),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
41198 }
41199 {
41200 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
41201 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraph2DErrors),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
41202 }
41203 }
41204 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TH1F))) {
41205 TH1F *G__Lderived;
41206 G__Lderived=(TH1F*)0x1000;
41207 {
41208 TH1 *G__Lpbase=(TH1*)G__Lderived;
41209 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1F),G__get_linked_tagnum(&G__G__HistLN_TH1),(long)G__Lpbase-(long)G__Lderived,1,1);
41210 }
41211 {
41212 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41213 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1F),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
41214 }
41215 {
41216 TObject *G__Lpbase=(TObject*)G__Lderived;
41217 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1F),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41218 }
41219 {
41220 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
41221 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1F),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
41222 }
41223 {
41224 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
41225 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1F),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
41226 }
41227 {
41228 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
41229 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1F),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
41230 }
41231 {
41232 TArrayF *G__Lpbase=(TArrayF*)G__Lderived;
41233 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1F),G__get_linked_tagnum(&G__G__HistLN_TArrayF),(long)G__Lpbase-(long)G__Lderived,1,1);
41234 }
41235 {
41236 TArray *G__Lpbase=(TArray*)G__Lderived;
41237 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1F),G__get_linked_tagnum(&G__G__HistLN_TArray),(long)G__Lpbase-(long)G__Lderived,1,0);
41238 }
41239 }
41240 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TSpline))) {
41241 TSpline *G__Lderived;
41242 G__Lderived=(TSpline*)0x1000;
41243 {
41244 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41245 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TSpline),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
41246 }
41247 {
41248 TObject *G__Lpbase=(TObject*)G__Lderived;
41249 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TSpline),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41250 }
41251 {
41252 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
41253 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TSpline),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,1);
41254 }
41255 {
41256 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
41257 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TSpline),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,1);
41258 }
41259 {
41260 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
41261 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TSpline),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,1);
41262 }
41263 }
41264 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TGraphBentErrors))) {
41265 TGraphBentErrors *G__Lderived;
41266 G__Lderived=(TGraphBentErrors*)0x1000;
41267 {
41268 TGraph *G__Lpbase=(TGraph*)G__Lderived;
41269 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphBentErrors),G__get_linked_tagnum(&G__G__HistLN_TGraph),(long)G__Lpbase-(long)G__Lderived,1,1);
41270 }
41271 {
41272 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41273 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphBentErrors),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
41274 }
41275 {
41276 TObject *G__Lpbase=(TObject*)G__Lderived;
41277 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphBentErrors),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41278 }
41279 {
41280 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
41281 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphBentErrors),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
41282 }
41283 {
41284 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
41285 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphBentErrors),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
41286 }
41287 {
41288 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
41289 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphBentErrors),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
41290 }
41291 }
41292 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TGraphDelaunay))) {
41293 TGraphDelaunay *G__Lderived;
41294 G__Lderived=(TGraphDelaunay*)0x1000;
41295 {
41296 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41297 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphDelaunay),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
41298 }
41299 {
41300 TObject *G__Lpbase=(TObject*)G__Lderived;
41301 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphDelaunay),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41302 }
41303 }
41304 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TGraphSmooth))) {
41305 TGraphSmooth *G__Lderived;
41306 G__Lderived=(TGraphSmooth*)0x1000;
41307 {
41308 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41309 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphSmooth),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
41310 }
41311 {
41312 TObject *G__Lpbase=(TObject*)G__Lderived;
41313 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphSmooth),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41314 }
41315 }
41316 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TGraphTime))) {
41317 TGraphTime *G__Lderived;
41318 G__Lderived=(TGraphTime*)0x1000;
41319 {
41320 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41321 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphTime),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
41322 }
41323 {
41324 TObject *G__Lpbase=(TObject*)G__Lderived;
41325 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphTime),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41326 }
41327 }
41328 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TArrayF))) {
41329 TArrayF *G__Lderived;
41330 G__Lderived=(TArrayF*)0x1000;
41331 {
41332 TArray *G__Lpbase=(TArray*)G__Lderived;
41333 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TArrayF),G__get_linked_tagnum(&G__G__HistLN_TArray),(long)G__Lpbase-(long)G__Lderived,1,1);
41334 }
41335 }
41336 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TH1D))) {
41337 TH1D *G__Lderived;
41338 G__Lderived=(TH1D*)0x1000;
41339 {
41340 TH1 *G__Lpbase=(TH1*)G__Lderived;
41341 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1D),G__get_linked_tagnum(&G__G__HistLN_TH1),(long)G__Lpbase-(long)G__Lderived,1,1);
41342 }
41343 {
41344 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41345 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1D),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
41346 }
41347 {
41348 TObject *G__Lpbase=(TObject*)G__Lderived;
41349 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1D),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41350 }
41351 {
41352 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
41353 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1D),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
41354 }
41355 {
41356 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
41357 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1D),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
41358 }
41359 {
41360 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
41361 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1D),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
41362 }
41363 {
41364 TArrayD *G__Lpbase=(TArrayD*)G__Lderived;
41365 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1D),G__get_linked_tagnum(&G__G__HistLN_TArrayD),(long)G__Lpbase-(long)G__Lderived,1,1);
41366 }
41367 {
41368 TArray *G__Lpbase=(TArray*)G__Lderived;
41369 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1D),G__get_linked_tagnum(&G__G__HistLN_TArray),(long)G__Lpbase-(long)G__Lderived,1,0);
41370 }
41371 }
41372 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TH1C))) {
41373 TH1C *G__Lderived;
41374 G__Lderived=(TH1C*)0x1000;
41375 {
41376 TH1 *G__Lpbase=(TH1*)G__Lderived;
41377 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1C),G__get_linked_tagnum(&G__G__HistLN_TH1),(long)G__Lpbase-(long)G__Lderived,1,1);
41378 }
41379 {
41380 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41381 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1C),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
41382 }
41383 {
41384 TObject *G__Lpbase=(TObject*)G__Lderived;
41385 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1C),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41386 }
41387 {
41388 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
41389 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1C),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
41390 }
41391 {
41392 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
41393 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1C),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
41394 }
41395 {
41396 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
41397 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1C),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
41398 }
41399 {
41400 TArrayC *G__Lpbase=(TArrayC*)G__Lderived;
41401 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1C),G__get_linked_tagnum(&G__G__HistLN_TArrayC),(long)G__Lpbase-(long)G__Lderived,1,1);
41402 }
41403 {
41404 TArray *G__Lpbase=(TArray*)G__Lderived;
41405 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1C),G__get_linked_tagnum(&G__G__HistLN_TArray),(long)G__Lpbase-(long)G__Lderived,1,0);
41406 }
41407 }
41408 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TH1S))) {
41409 TH1S *G__Lderived;
41410 G__Lderived=(TH1S*)0x1000;
41411 {
41412 TH1 *G__Lpbase=(TH1*)G__Lderived;
41413 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1S),G__get_linked_tagnum(&G__G__HistLN_TH1),(long)G__Lpbase-(long)G__Lderived,1,1);
41414 }
41415 {
41416 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41417 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1S),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
41418 }
41419 {
41420 TObject *G__Lpbase=(TObject*)G__Lderived;
41421 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1S),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41422 }
41423 {
41424 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
41425 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1S),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
41426 }
41427 {
41428 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
41429 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1S),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
41430 }
41431 {
41432 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
41433 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1S),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
41434 }
41435 {
41436 TArrayS *G__Lpbase=(TArrayS*)G__Lderived;
41437 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1S),G__get_linked_tagnum(&G__G__HistLN_TArrayS),(long)G__Lpbase-(long)G__Lderived,1,1);
41438 }
41439 {
41440 TArray *G__Lpbase=(TArray*)G__Lderived;
41441 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1S),G__get_linked_tagnum(&G__G__HistLN_TArray),(long)G__Lpbase-(long)G__Lderived,1,0);
41442 }
41443 }
41444 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TH1I))) {
41445 TH1I *G__Lderived;
41446 G__Lderived=(TH1I*)0x1000;
41447 {
41448 TH1 *G__Lpbase=(TH1*)G__Lderived;
41449 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1I),G__get_linked_tagnum(&G__G__HistLN_TH1),(long)G__Lpbase-(long)G__Lderived,1,1);
41450 }
41451 {
41452 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41453 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1I),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
41454 }
41455 {
41456 TObject *G__Lpbase=(TObject*)G__Lderived;
41457 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1I),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41458 }
41459 {
41460 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
41461 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1I),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
41462 }
41463 {
41464 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
41465 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1I),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
41466 }
41467 {
41468 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
41469 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1I),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
41470 }
41471 {
41472 TArrayI *G__Lpbase=(TArrayI*)G__Lderived;
41473 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1I),G__get_linked_tagnum(&G__G__HistLN_TArrayI),(long)G__Lpbase-(long)G__Lderived,1,1);
41474 }
41475 {
41476 TArray *G__Lpbase=(TArray*)G__Lderived;
41477 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1I),G__get_linked_tagnum(&G__G__HistLN_TArray),(long)G__Lpbase-(long)G__Lderived,1,0);
41478 }
41479 }
41480 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TH1K))) {
41481 TH1K *G__Lderived;
41482 G__Lderived=(TH1K*)0x1000;
41483 {
41484 TH1 *G__Lpbase=(TH1*)G__Lderived;
41485 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1K),G__get_linked_tagnum(&G__G__HistLN_TH1),(long)G__Lpbase-(long)G__Lderived,1,1);
41486 }
41487 {
41488 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41489 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1K),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
41490 }
41491 {
41492 TObject *G__Lpbase=(TObject*)G__Lderived;
41493 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1K),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41494 }
41495 {
41496 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
41497 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1K),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
41498 }
41499 {
41500 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
41501 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1K),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
41502 }
41503 {
41504 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
41505 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1K),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
41506 }
41507 {
41508 TArrayF *G__Lpbase=(TArrayF*)G__Lderived;
41509 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1K),G__get_linked_tagnum(&G__G__HistLN_TArrayF),(long)G__Lpbase-(long)G__Lderived,1,1);
41510 }
41511 {
41512 TArray *G__Lpbase=(TArray*)G__Lderived;
41513 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH1K),G__get_linked_tagnum(&G__G__HistLN_TArray),(long)G__Lpbase-(long)G__Lderived,1,0);
41514 }
41515 }
41516 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TProfile))) {
41517 TProfile *G__Lderived;
41518 G__Lderived=(TProfile*)0x1000;
41519 {
41520 TH1D *G__Lpbase=(TH1D*)G__Lderived;
41521 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile),G__get_linked_tagnum(&G__G__HistLN_TH1D),(long)G__Lpbase-(long)G__Lderived,1,1);
41522 }
41523 {
41524 TH1 *G__Lpbase=(TH1*)G__Lderived;
41525 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile),G__get_linked_tagnum(&G__G__HistLN_TH1),(long)G__Lpbase-(long)G__Lderived,1,0);
41526 }
41527 {
41528 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41529 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
41530 }
41531 {
41532 TObject *G__Lpbase=(TObject*)G__Lderived;
41533 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41534 }
41535 {
41536 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
41537 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
41538 }
41539 {
41540 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
41541 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
41542 }
41543 {
41544 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
41545 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
41546 }
41547 {
41548 TArrayD *G__Lpbase=(TArrayD*)G__Lderived;
41549 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile),G__get_linked_tagnum(&G__G__HistLN_TArrayD),(long)G__Lpbase-(long)G__Lderived,1,0);
41550 }
41551 {
41552 TArray *G__Lpbase=(TArray*)G__Lderived;
41553 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile),G__get_linked_tagnum(&G__G__HistLN_TArray),(long)G__Lpbase-(long)G__Lderived,1,0);
41554 }
41555 }
41556 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TH2C))) {
41557 TH2C *G__Lderived;
41558 G__Lderived=(TH2C*)0x1000;
41559 {
41560 TH2 *G__Lpbase=(TH2*)G__Lderived;
41561 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2C),G__get_linked_tagnum(&G__G__HistLN_TH2),(long)G__Lpbase-(long)G__Lderived,1,1);
41562 }
41563 {
41564 TH1 *G__Lpbase=(TH1*)G__Lderived;
41565 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2C),G__get_linked_tagnum(&G__G__HistLN_TH1),(long)G__Lpbase-(long)G__Lderived,1,0);
41566 }
41567 {
41568 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41569 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2C),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
41570 }
41571 {
41572 TObject *G__Lpbase=(TObject*)G__Lderived;
41573 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2C),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41574 }
41575 {
41576 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
41577 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2C),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
41578 }
41579 {
41580 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
41581 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2C),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
41582 }
41583 {
41584 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
41585 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2C),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
41586 }
41587 {
41588 TArrayC *G__Lpbase=(TArrayC*)G__Lderived;
41589 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2C),G__get_linked_tagnum(&G__G__HistLN_TArrayC),(long)G__Lpbase-(long)G__Lderived,1,1);
41590 }
41591 {
41592 TArray *G__Lpbase=(TArray*)G__Lderived;
41593 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2C),G__get_linked_tagnum(&G__G__HistLN_TArray),(long)G__Lpbase-(long)G__Lderived,1,0);
41594 }
41595 }
41596 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TH2S))) {
41597 TH2S *G__Lderived;
41598 G__Lderived=(TH2S*)0x1000;
41599 {
41600 TH2 *G__Lpbase=(TH2*)G__Lderived;
41601 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2S),G__get_linked_tagnum(&G__G__HistLN_TH2),(long)G__Lpbase-(long)G__Lderived,1,1);
41602 }
41603 {
41604 TH1 *G__Lpbase=(TH1*)G__Lderived;
41605 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2S),G__get_linked_tagnum(&G__G__HistLN_TH1),(long)G__Lpbase-(long)G__Lderived,1,0);
41606 }
41607 {
41608 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41609 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2S),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
41610 }
41611 {
41612 TObject *G__Lpbase=(TObject*)G__Lderived;
41613 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2S),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41614 }
41615 {
41616 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
41617 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2S),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
41618 }
41619 {
41620 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
41621 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2S),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
41622 }
41623 {
41624 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
41625 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2S),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
41626 }
41627 {
41628 TArrayS *G__Lpbase=(TArrayS*)G__Lderived;
41629 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2S),G__get_linked_tagnum(&G__G__HistLN_TArrayS),(long)G__Lpbase-(long)G__Lderived,1,1);
41630 }
41631 {
41632 TArray *G__Lpbase=(TArray*)G__Lderived;
41633 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2S),G__get_linked_tagnum(&G__G__HistLN_TArray),(long)G__Lpbase-(long)G__Lderived,1,0);
41634 }
41635 }
41636 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TH2I))) {
41637 TH2I *G__Lderived;
41638 G__Lderived=(TH2I*)0x1000;
41639 {
41640 TH2 *G__Lpbase=(TH2*)G__Lderived;
41641 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2I),G__get_linked_tagnum(&G__G__HistLN_TH2),(long)G__Lpbase-(long)G__Lderived,1,1);
41642 }
41643 {
41644 TH1 *G__Lpbase=(TH1*)G__Lderived;
41645 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2I),G__get_linked_tagnum(&G__G__HistLN_TH1),(long)G__Lpbase-(long)G__Lderived,1,0);
41646 }
41647 {
41648 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41649 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2I),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
41650 }
41651 {
41652 TObject *G__Lpbase=(TObject*)G__Lderived;
41653 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2I),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41654 }
41655 {
41656 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
41657 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2I),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
41658 }
41659 {
41660 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
41661 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2I),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
41662 }
41663 {
41664 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
41665 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2I),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
41666 }
41667 {
41668 TArrayI *G__Lpbase=(TArrayI*)G__Lderived;
41669 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2I),G__get_linked_tagnum(&G__G__HistLN_TArrayI),(long)G__Lpbase-(long)G__Lderived,1,1);
41670 }
41671 {
41672 TArray *G__Lpbase=(TArray*)G__Lderived;
41673 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2I),G__get_linked_tagnum(&G__G__HistLN_TArray),(long)G__Lpbase-(long)G__Lderived,1,0);
41674 }
41675 }
41676 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TH2F))) {
41677 TH2F *G__Lderived;
41678 G__Lderived=(TH2F*)0x1000;
41679 {
41680 TH2 *G__Lpbase=(TH2*)G__Lderived;
41681 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2F),G__get_linked_tagnum(&G__G__HistLN_TH2),(long)G__Lpbase-(long)G__Lderived,1,1);
41682 }
41683 {
41684 TH1 *G__Lpbase=(TH1*)G__Lderived;
41685 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2F),G__get_linked_tagnum(&G__G__HistLN_TH1),(long)G__Lpbase-(long)G__Lderived,1,0);
41686 }
41687 {
41688 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41689 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2F),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
41690 }
41691 {
41692 TObject *G__Lpbase=(TObject*)G__Lderived;
41693 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2F),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41694 }
41695 {
41696 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
41697 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2F),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
41698 }
41699 {
41700 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
41701 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2F),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
41702 }
41703 {
41704 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
41705 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2F),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
41706 }
41707 {
41708 TArrayF *G__Lpbase=(TArrayF*)G__Lderived;
41709 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2F),G__get_linked_tagnum(&G__G__HistLN_TArrayF),(long)G__Lpbase-(long)G__Lderived,1,1);
41710 }
41711 {
41712 TArray *G__Lpbase=(TArray*)G__Lderived;
41713 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2F),G__get_linked_tagnum(&G__G__HistLN_TArray),(long)G__Lpbase-(long)G__Lderived,1,0);
41714 }
41715 }
41716 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TH2PolyBin))) {
41717 TH2PolyBin *G__Lderived;
41718 G__Lderived=(TH2PolyBin*)0x1000;
41719 {
41720 TObject *G__Lpbase=(TObject*)G__Lderived;
41721 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2PolyBin),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
41722 }
41723 }
41724 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TH2Poly))) {
41725 TH2Poly *G__Lderived;
41726 G__Lderived=(TH2Poly*)0x1000;
41727 {
41728 TH2 *G__Lpbase=(TH2*)G__Lderived;
41729 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2Poly),G__get_linked_tagnum(&G__G__HistLN_TH2),(long)G__Lpbase-(long)G__Lderived,1,1);
41730 }
41731 {
41732 TH1 *G__Lpbase=(TH1*)G__Lderived;
41733 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2Poly),G__get_linked_tagnum(&G__G__HistLN_TH1),(long)G__Lpbase-(long)G__Lderived,1,0);
41734 }
41735 {
41736 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41737 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2Poly),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
41738 }
41739 {
41740 TObject *G__Lpbase=(TObject*)G__Lderived;
41741 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2Poly),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41742 }
41743 {
41744 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
41745 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2Poly),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
41746 }
41747 {
41748 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
41749 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2Poly),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
41750 }
41751 {
41752 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
41753 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH2Poly),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
41754 }
41755 }
41756 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TProfile2D))) {
41757 TProfile2D *G__Lderived;
41758 G__Lderived=(TProfile2D*)0x1000;
41759 {
41760 TH2D *G__Lpbase=(TH2D*)G__Lderived;
41761 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile2D),G__get_linked_tagnum(&G__G__HistLN_TH2D),(long)G__Lpbase-(long)G__Lderived,1,1);
41762 }
41763 {
41764 TH2 *G__Lpbase=(TH2*)G__Lderived;
41765 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile2D),G__get_linked_tagnum(&G__G__HistLN_TH2),(long)G__Lpbase-(long)G__Lderived,1,0);
41766 }
41767 {
41768 TH1 *G__Lpbase=(TH1*)G__Lderived;
41769 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile2D),G__get_linked_tagnum(&G__G__HistLN_TH1),(long)G__Lpbase-(long)G__Lderived,1,0);
41770 }
41771 {
41772 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41773 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile2D),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
41774 }
41775 {
41776 TObject *G__Lpbase=(TObject*)G__Lderived;
41777 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile2D),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41778 }
41779 {
41780 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
41781 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile2D),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
41782 }
41783 {
41784 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
41785 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile2D),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
41786 }
41787 {
41788 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
41789 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile2D),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
41790 }
41791 {
41792 TArrayD *G__Lpbase=(TArrayD*)G__Lderived;
41793 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile2D),G__get_linked_tagnum(&G__G__HistLN_TArrayD),(long)G__Lpbase-(long)G__Lderived,1,0);
41794 }
41795 {
41796 TArray *G__Lpbase=(TArray*)G__Lderived;
41797 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile2D),G__get_linked_tagnum(&G__G__HistLN_TArray),(long)G__Lpbase-(long)G__Lderived,1,0);
41798 }
41799 }
41800 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TH3))) {
41801 TH3 *G__Lderived;
41802 G__Lderived=(TH3*)0x1000;
41803 {
41804 TH1 *G__Lpbase=(TH1*)G__Lderived;
41805 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3),G__get_linked_tagnum(&G__G__HistLN_TH1),(long)G__Lpbase-(long)G__Lderived,1,1);
41806 }
41807 {
41808 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41809 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
41810 }
41811 {
41812 TObject *G__Lpbase=(TObject*)G__Lderived;
41813 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41814 }
41815 {
41816 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
41817 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
41818 }
41819 {
41820 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
41821 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
41822 }
41823 {
41824 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
41825 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
41826 }
41827 {
41828 TAtt3D *G__Lpbase=(TAtt3D*)G__Lderived;
41829 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3),G__get_linked_tagnum(&G__G__HistLN_TAtt3D),(long)G__Lpbase-(long)G__Lderived,1,1);
41830 }
41831 }
41832 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TH3C))) {
41833 TH3C *G__Lderived;
41834 G__Lderived=(TH3C*)0x1000;
41835 {
41836 TH3 *G__Lpbase=(TH3*)G__Lderived;
41837 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3C),G__get_linked_tagnum(&G__G__HistLN_TH3),(long)G__Lpbase-(long)G__Lderived,1,1);
41838 }
41839 {
41840 TH1 *G__Lpbase=(TH1*)G__Lderived;
41841 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3C),G__get_linked_tagnum(&G__G__HistLN_TH1),(long)G__Lpbase-(long)G__Lderived,1,0);
41842 }
41843 {
41844 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41845 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3C),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
41846 }
41847 {
41848 TObject *G__Lpbase=(TObject*)G__Lderived;
41849 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3C),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41850 }
41851 {
41852 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
41853 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3C),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
41854 }
41855 {
41856 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
41857 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3C),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
41858 }
41859 {
41860 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
41861 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3C),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
41862 }
41863 {
41864 TAtt3D *G__Lpbase=(TAtt3D*)G__Lderived;
41865 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3C),G__get_linked_tagnum(&G__G__HistLN_TAtt3D),(long)G__Lpbase-(long)G__Lderived,1,0);
41866 }
41867 {
41868 TArrayC *G__Lpbase=(TArrayC*)G__Lderived;
41869 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3C),G__get_linked_tagnum(&G__G__HistLN_TArrayC),(long)G__Lpbase-(long)G__Lderived,1,1);
41870 }
41871 {
41872 TArray *G__Lpbase=(TArray*)G__Lderived;
41873 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3C),G__get_linked_tagnum(&G__G__HistLN_TArray),(long)G__Lpbase-(long)G__Lderived,1,0);
41874 }
41875 }
41876 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TH3S))) {
41877 TH3S *G__Lderived;
41878 G__Lderived=(TH3S*)0x1000;
41879 {
41880 TH3 *G__Lpbase=(TH3*)G__Lderived;
41881 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3S),G__get_linked_tagnum(&G__G__HistLN_TH3),(long)G__Lpbase-(long)G__Lderived,1,1);
41882 }
41883 {
41884 TH1 *G__Lpbase=(TH1*)G__Lderived;
41885 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3S),G__get_linked_tagnum(&G__G__HistLN_TH1),(long)G__Lpbase-(long)G__Lderived,1,0);
41886 }
41887 {
41888 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41889 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3S),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
41890 }
41891 {
41892 TObject *G__Lpbase=(TObject*)G__Lderived;
41893 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3S),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41894 }
41895 {
41896 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
41897 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3S),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
41898 }
41899 {
41900 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
41901 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3S),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
41902 }
41903 {
41904 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
41905 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3S),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
41906 }
41907 {
41908 TAtt3D *G__Lpbase=(TAtt3D*)G__Lderived;
41909 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3S),G__get_linked_tagnum(&G__G__HistLN_TAtt3D),(long)G__Lpbase-(long)G__Lderived,1,0);
41910 }
41911 {
41912 TArrayS *G__Lpbase=(TArrayS*)G__Lderived;
41913 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3S),G__get_linked_tagnum(&G__G__HistLN_TArrayS),(long)G__Lpbase-(long)G__Lderived,1,1);
41914 }
41915 {
41916 TArray *G__Lpbase=(TArray*)G__Lderived;
41917 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3S),G__get_linked_tagnum(&G__G__HistLN_TArray),(long)G__Lpbase-(long)G__Lderived,1,0);
41918 }
41919 }
41920 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TH3I))) {
41921 TH3I *G__Lderived;
41922 G__Lderived=(TH3I*)0x1000;
41923 {
41924 TH3 *G__Lpbase=(TH3*)G__Lderived;
41925 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3I),G__get_linked_tagnum(&G__G__HistLN_TH3),(long)G__Lpbase-(long)G__Lderived,1,1);
41926 }
41927 {
41928 TH1 *G__Lpbase=(TH1*)G__Lderived;
41929 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3I),G__get_linked_tagnum(&G__G__HistLN_TH1),(long)G__Lpbase-(long)G__Lderived,1,0);
41930 }
41931 {
41932 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41933 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3I),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
41934 }
41935 {
41936 TObject *G__Lpbase=(TObject*)G__Lderived;
41937 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3I),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41938 }
41939 {
41940 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
41941 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3I),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
41942 }
41943 {
41944 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
41945 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3I),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
41946 }
41947 {
41948 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
41949 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3I),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
41950 }
41951 {
41952 TAtt3D *G__Lpbase=(TAtt3D*)G__Lderived;
41953 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3I),G__get_linked_tagnum(&G__G__HistLN_TAtt3D),(long)G__Lpbase-(long)G__Lderived,1,0);
41954 }
41955 {
41956 TArrayI *G__Lpbase=(TArrayI*)G__Lderived;
41957 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3I),G__get_linked_tagnum(&G__G__HistLN_TArrayI),(long)G__Lpbase-(long)G__Lderived,1,1);
41958 }
41959 {
41960 TArray *G__Lpbase=(TArray*)G__Lderived;
41961 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3I),G__get_linked_tagnum(&G__G__HistLN_TArray),(long)G__Lpbase-(long)G__Lderived,1,0);
41962 }
41963 }
41964 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TH3F))) {
41965 TH3F *G__Lderived;
41966 G__Lderived=(TH3F*)0x1000;
41967 {
41968 TH3 *G__Lpbase=(TH3*)G__Lderived;
41969 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3F),G__get_linked_tagnum(&G__G__HistLN_TH3),(long)G__Lpbase-(long)G__Lderived,1,1);
41970 }
41971 {
41972 TH1 *G__Lpbase=(TH1*)G__Lderived;
41973 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3F),G__get_linked_tagnum(&G__G__HistLN_TH1),(long)G__Lpbase-(long)G__Lderived,1,0);
41974 }
41975 {
41976 TNamed *G__Lpbase=(TNamed*)G__Lderived;
41977 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3F),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
41978 }
41979 {
41980 TObject *G__Lpbase=(TObject*)G__Lderived;
41981 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3F),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
41982 }
41983 {
41984 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
41985 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3F),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
41986 }
41987 {
41988 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
41989 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3F),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
41990 }
41991 {
41992 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
41993 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3F),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
41994 }
41995 {
41996 TAtt3D *G__Lpbase=(TAtt3D*)G__Lderived;
41997 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3F),G__get_linked_tagnum(&G__G__HistLN_TAtt3D),(long)G__Lpbase-(long)G__Lderived,1,0);
41998 }
41999 {
42000 TArrayF *G__Lpbase=(TArrayF*)G__Lderived;
42001 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3F),G__get_linked_tagnum(&G__G__HistLN_TArrayF),(long)G__Lpbase-(long)G__Lderived,1,1);
42002 }
42003 {
42004 TArray *G__Lpbase=(TArray*)G__Lderived;
42005 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3F),G__get_linked_tagnum(&G__G__HistLN_TArray),(long)G__Lpbase-(long)G__Lderived,1,0);
42006 }
42007 }
42008 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TH3D))) {
42009 TH3D *G__Lderived;
42010 G__Lderived=(TH3D*)0x1000;
42011 {
42012 TH3 *G__Lpbase=(TH3*)G__Lderived;
42013 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3D),G__get_linked_tagnum(&G__G__HistLN_TH3),(long)G__Lpbase-(long)G__Lderived,1,1);
42014 }
42015 {
42016 TH1 *G__Lpbase=(TH1*)G__Lderived;
42017 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3D),G__get_linked_tagnum(&G__G__HistLN_TH1),(long)G__Lpbase-(long)G__Lderived,1,0);
42018 }
42019 {
42020 TNamed *G__Lpbase=(TNamed*)G__Lderived;
42021 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3D),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
42022 }
42023 {
42024 TObject *G__Lpbase=(TObject*)G__Lderived;
42025 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3D),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
42026 }
42027 {
42028 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
42029 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3D),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
42030 }
42031 {
42032 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
42033 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3D),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
42034 }
42035 {
42036 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
42037 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3D),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
42038 }
42039 {
42040 TAtt3D *G__Lpbase=(TAtt3D*)G__Lderived;
42041 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3D),G__get_linked_tagnum(&G__G__HistLN_TAtt3D),(long)G__Lpbase-(long)G__Lderived,1,0);
42042 }
42043 {
42044 TArrayD *G__Lpbase=(TArrayD*)G__Lderived;
42045 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3D),G__get_linked_tagnum(&G__G__HistLN_TArrayD),(long)G__Lpbase-(long)G__Lderived,1,1);
42046 }
42047 {
42048 TArray *G__Lpbase=(TArray*)G__Lderived;
42049 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TH3D),G__get_linked_tagnum(&G__G__HistLN_TArray),(long)G__Lpbase-(long)G__Lderived,1,0);
42050 }
42051 }
42052 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_THLimitsFinder))) {
42053 THLimitsFinder *G__Lderived;
42054 G__Lderived=(THLimitsFinder*)0x1000;
42055 {
42056 TObject *G__Lpbase=(TObject*)G__Lderived;
42057 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_THLimitsFinder),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
42058 }
42059 }
42060 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_THnSparseArrayChunk))) {
42061 THnSparseArrayChunk *G__Lderived;
42062 G__Lderived=(THnSparseArrayChunk*)0x1000;
42063 {
42064 TObject *G__Lpbase=(TObject*)G__Lderived;
42065 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseArrayChunk),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
42066 }
42067 }
42068 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayDgR))) {
42069 THnSparseT<TArrayD> *G__Lderived;
42070 G__Lderived=(THnSparseT<TArrayD>*)0x1000;
42071 {
42072 THnSparse *G__Lpbase=(THnSparse*)G__Lderived;
42073 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayDgR),G__get_linked_tagnum(&G__G__HistLN_THnSparse),(long)G__Lpbase-(long)G__Lderived,1,1);
42074 }
42075 {
42076 TNamed *G__Lpbase=(TNamed*)G__Lderived;
42077 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayDgR),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
42078 }
42079 {
42080 TObject *G__Lpbase=(TObject*)G__Lderived;
42081 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayDgR),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
42082 }
42083 }
42084 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayFgR))) {
42085 THnSparseT<TArrayF> *G__Lderived;
42086 G__Lderived=(THnSparseT<TArrayF>*)0x1000;
42087 {
42088 THnSparse *G__Lpbase=(THnSparse*)G__Lderived;
42089 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayFgR),G__get_linked_tagnum(&G__G__HistLN_THnSparse),(long)G__Lpbase-(long)G__Lderived,1,1);
42090 }
42091 {
42092 TNamed *G__Lpbase=(TNamed*)G__Lderived;
42093 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayFgR),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
42094 }
42095 {
42096 TObject *G__Lpbase=(TObject*)G__Lderived;
42097 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayFgR),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
42098 }
42099 }
42100 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayLgR))) {
42101 THnSparseT<TArrayL> *G__Lderived;
42102 G__Lderived=(THnSparseT<TArrayL>*)0x1000;
42103 {
42104 THnSparse *G__Lpbase=(THnSparse*)G__Lderived;
42105 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayLgR),G__get_linked_tagnum(&G__G__HistLN_THnSparse),(long)G__Lpbase-(long)G__Lderived,1,1);
42106 }
42107 {
42108 TNamed *G__Lpbase=(TNamed*)G__Lderived;
42109 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayLgR),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
42110 }
42111 {
42112 TObject *G__Lpbase=(TObject*)G__Lderived;
42113 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayLgR),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
42114 }
42115 }
42116 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayIgR))) {
42117 THnSparseT<TArrayI> *G__Lderived;
42118 G__Lderived=(THnSparseT<TArrayI>*)0x1000;
42119 {
42120 THnSparse *G__Lpbase=(THnSparse*)G__Lderived;
42121 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayIgR),G__get_linked_tagnum(&G__G__HistLN_THnSparse),(long)G__Lpbase-(long)G__Lderived,1,1);
42122 }
42123 {
42124 TNamed *G__Lpbase=(TNamed*)G__Lderived;
42125 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayIgR),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
42126 }
42127 {
42128 TObject *G__Lpbase=(TObject*)G__Lderived;
42129 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayIgR),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
42130 }
42131 }
42132 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArraySgR))) {
42133 THnSparseT<TArrayS> *G__Lderived;
42134 G__Lderived=(THnSparseT<TArrayS>*)0x1000;
42135 {
42136 THnSparse *G__Lpbase=(THnSparse*)G__Lderived;
42137 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArraySgR),G__get_linked_tagnum(&G__G__HistLN_THnSparse),(long)G__Lpbase-(long)G__Lderived,1,1);
42138 }
42139 {
42140 TNamed *G__Lpbase=(TNamed*)G__Lderived;
42141 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArraySgR),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
42142 }
42143 {
42144 TObject *G__Lpbase=(TObject*)G__Lderived;
42145 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArraySgR),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
42146 }
42147 }
42148 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayCgR))) {
42149 THnSparseT<TArrayC> *G__Lderived;
42150 G__Lderived=(THnSparseT<TArrayC>*)0x1000;
42151 {
42152 THnSparse *G__Lpbase=(THnSparse*)G__Lderived;
42153 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayCgR),G__get_linked_tagnum(&G__G__HistLN_THnSparse),(long)G__Lpbase-(long)G__Lderived,1,1);
42154 }
42155 {
42156 TNamed *G__Lpbase=(TNamed*)G__Lderived;
42157 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayCgR),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
42158 }
42159 {
42160 TObject *G__Lpbase=(TObject*)G__Lderived;
42161 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayCgR),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
42162 }
42163 }
42164 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_THStack))) {
42165 THStack *G__Lderived;
42166 G__Lderived=(THStack*)0x1000;
42167 {
42168 TNamed *G__Lpbase=(TNamed*)G__Lderived;
42169 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_THStack),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
42170 }
42171 {
42172 TObject *G__Lpbase=(TObject*)G__Lderived;
42173 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_THStack),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
42174 }
42175 }
42176 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TKDE))) {
42177 TKDE *G__Lderived;
42178 G__Lderived=(TKDE*)0x1000;
42179 {
42180 TNamed *G__Lpbase=(TNamed*)G__Lderived;
42181 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TKDE),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
42182 }
42183 {
42184 TObject *G__Lpbase=(TObject*)G__Lderived;
42185 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TKDE),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
42186 }
42187 }
42188 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TLimitDataSource))) {
42189 TLimitDataSource *G__Lderived;
42190 G__Lderived=(TLimitDataSource*)0x1000;
42191 {
42192 TObject *G__Lpbase=(TObject*)G__Lderived;
42193 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TLimitDataSource),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
42194 }
42195 }
42196 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TMultiDimFit))) {
42197 TMultiDimFit *G__Lderived;
42198 G__Lderived=(TMultiDimFit*)0x1000;
42199 {
42200 TNamed *G__Lpbase=(TNamed*)G__Lderived;
42201 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TMultiDimFit),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
42202 }
42203 {
42204 TObject *G__Lpbase=(TObject*)G__Lderived;
42205 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TMultiDimFit),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
42206 }
42207 }
42208 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TPolyMarker))) {
42209 TPolyMarker *G__Lderived;
42210 G__Lderived=(TPolyMarker*)0x1000;
42211 {
42212 TObject *G__Lpbase=(TObject*)G__Lderived;
42213 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TPolyMarker),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
42214 }
42215 {
42216 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
42217 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TPolyMarker),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,1);
42218 }
42219 }
42220 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TPrincipal))) {
42221 TPrincipal *G__Lderived;
42222 G__Lderived=(TPrincipal*)0x1000;
42223 {
42224 TNamed *G__Lpbase=(TNamed*)G__Lderived;
42225 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TPrincipal),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
42226 }
42227 {
42228 TObject *G__Lpbase=(TObject*)G__Lderived;
42229 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TPrincipal),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
42230 }
42231 }
42232 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TProfile3D))) {
42233 TProfile3D *G__Lderived;
42234 G__Lderived=(TProfile3D*)0x1000;
42235 {
42236 TH3D *G__Lpbase=(TH3D*)G__Lderived;
42237 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile3D),G__get_linked_tagnum(&G__G__HistLN_TH3D),(long)G__Lpbase-(long)G__Lderived,1,1);
42238 }
42239 {
42240 TH3 *G__Lpbase=(TH3*)G__Lderived;
42241 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile3D),G__get_linked_tagnum(&G__G__HistLN_TH3),(long)G__Lpbase-(long)G__Lderived,1,0);
42242 }
42243 {
42244 TH1 *G__Lpbase=(TH1*)G__Lderived;
42245 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile3D),G__get_linked_tagnum(&G__G__HistLN_TH1),(long)G__Lpbase-(long)G__Lderived,1,0);
42246 }
42247 {
42248 TNamed *G__Lpbase=(TNamed*)G__Lderived;
42249 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile3D),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
42250 }
42251 {
42252 TObject *G__Lpbase=(TObject*)G__Lderived;
42253 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile3D),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
42254 }
42255 {
42256 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
42257 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile3D),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
42258 }
42259 {
42260 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
42261 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile3D),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
42262 }
42263 {
42264 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
42265 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile3D),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
42266 }
42267 {
42268 TAtt3D *G__Lpbase=(TAtt3D*)G__Lderived;
42269 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile3D),G__get_linked_tagnum(&G__G__HistLN_TAtt3D),(long)G__Lpbase-(long)G__Lderived,1,0);
42270 }
42271 {
42272 TArrayD *G__Lpbase=(TArrayD*)G__Lderived;
42273 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile3D),G__get_linked_tagnum(&G__G__HistLN_TArrayD),(long)G__Lpbase-(long)G__Lderived,1,0);
42274 }
42275 {
42276 TArray *G__Lpbase=(TArray*)G__Lderived;
42277 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile3D),G__get_linked_tagnum(&G__G__HistLN_TArray),(long)G__Lpbase-(long)G__Lderived,1,0);
42278 }
42279 }
42280 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TSplinePoly))) {
42281 TSplinePoly *G__Lderived;
42282 G__Lderived=(TSplinePoly*)0x1000;
42283 {
42284 TObject *G__Lpbase=(TObject*)G__Lderived;
42285 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TSplinePoly),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
42286 }
42287 }
42288 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TSplinePoly3))) {
42289 TSplinePoly3 *G__Lderived;
42290 G__Lderived=(TSplinePoly3*)0x1000;
42291 {
42292 TSplinePoly *G__Lpbase=(TSplinePoly*)G__Lderived;
42293 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TSplinePoly3),G__get_linked_tagnum(&G__G__HistLN_TSplinePoly),(long)G__Lpbase-(long)G__Lderived,1,1);
42294 }
42295 {
42296 TObject *G__Lpbase=(TObject*)G__Lderived;
42297 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TSplinePoly3),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
42298 }
42299 }
42300 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TSplinePoly5))) {
42301 TSplinePoly5 *G__Lderived;
42302 G__Lderived=(TSplinePoly5*)0x1000;
42303 {
42304 TSplinePoly *G__Lpbase=(TSplinePoly*)G__Lderived;
42305 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TSplinePoly5),G__get_linked_tagnum(&G__G__HistLN_TSplinePoly),(long)G__Lpbase-(long)G__Lderived,1,1);
42306 }
42307 {
42308 TObject *G__Lpbase=(TObject*)G__Lderived;
42309 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TSplinePoly5),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
42310 }
42311 }
42312 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TSpline3))) {
42313 TSpline3 *G__Lderived;
42314 G__Lderived=(TSpline3*)0x1000;
42315 {
42316 TSpline *G__Lpbase=(TSpline*)G__Lderived;
42317 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TSpline3),G__get_linked_tagnum(&G__G__HistLN_TSpline),(long)G__Lpbase-(long)G__Lderived,1,1);
42318 }
42319 {
42320 TNamed *G__Lpbase=(TNamed*)G__Lderived;
42321 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TSpline3),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
42322 }
42323 {
42324 TObject *G__Lpbase=(TObject*)G__Lderived;
42325 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TSpline3),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
42326 }
42327 {
42328 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
42329 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TSpline3),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
42330 }
42331 {
42332 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
42333 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TSpline3),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
42334 }
42335 {
42336 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
42337 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TSpline3),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
42338 }
42339 }
42340 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TSpline5))) {
42341 TSpline5 *G__Lderived;
42342 G__Lderived=(TSpline5*)0x1000;
42343 {
42344 TSpline *G__Lpbase=(TSpline*)G__Lderived;
42345 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TSpline5),G__get_linked_tagnum(&G__G__HistLN_TSpline),(long)G__Lpbase-(long)G__Lderived,1,1);
42346 }
42347 {
42348 TNamed *G__Lpbase=(TNamed*)G__Lderived;
42349 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TSpline5),G__get_linked_tagnum(&G__G__HistLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
42350 }
42351 {
42352 TObject *G__Lpbase=(TObject*)G__Lderived;
42353 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TSpline5),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
42354 }
42355 {
42356 TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
42357 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TSpline5),G__get_linked_tagnum(&G__G__HistLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
42358 }
42359 {
42360 TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
42361 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TSpline5),G__get_linked_tagnum(&G__G__HistLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
42362 }
42363 {
42364 TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
42365 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TSpline5),G__get_linked_tagnum(&G__G__HistLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
42366 }
42367 }
42368 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TSVDUnfold))) {
42369 TSVDUnfold *G__Lderived;
42370 G__Lderived=(TSVDUnfold*)0x1000;
42371 {
42372 TObject *G__Lpbase=(TObject*)G__Lderived;
42373 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TSVDUnfold),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
42374 }
42375 }
42376 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TUnfold))) {
42377 TUnfold *G__Lderived;
42378 G__Lderived=(TUnfold*)0x1000;
42379 {
42380 TObject *G__Lpbase=(TObject*)G__Lderived;
42381 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TUnfold),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
42382 }
42383 }
42384 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TUnfoldSys))) {
42385 TUnfoldSys *G__Lderived;
42386 G__Lderived=(TUnfoldSys*)0x1000;
42387 {
42388 TUnfold *G__Lpbase=(TUnfold*)G__Lderived;
42389 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TUnfoldSys),G__get_linked_tagnum(&G__G__HistLN_TUnfold),(long)G__Lpbase-(long)G__Lderived,1,1);
42390 }
42391 {
42392 TObject *G__Lpbase=(TObject*)G__Lderived;
42393 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TUnfoldSys),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
42394 }
42395 }
42396 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_TVirtualGraphPainter))) {
42397 TVirtualGraphPainter *G__Lderived;
42398 G__Lderived=(TVirtualGraphPainter*)0x1000;
42399 {
42400 TObject *G__Lpbase=(TObject*)G__Lderived;
42401 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_TVirtualGraphPainter),G__get_linked_tagnum(&G__G__HistLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
42402 }
42403 }
42404 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedMultiTF1))) {
42405 ROOT::Math::WrappedMultiTF1 *G__Lderived;
42406 G__Lderived=(ROOT::Math::WrappedMultiTF1*)0x1000;
42407 {
42408 ROOT::Math::IParametricGradFunctionMultiDim *G__Lpbase=(ROOT::Math::IParametricGradFunctionMultiDim*)G__Lderived;
42409 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedMultiTF1),G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLIParametricGradFunctionMultiDim),(long)G__Lpbase-(long)G__Lderived,1,1);
42410 }
42411 {
42412 ROOT::Math::IParametricFunctionMultiDim *G__Lpbase=(ROOT::Math::IParametricFunctionMultiDim*)G__Lderived;
42413 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedMultiTF1),G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLIParametricFunctionMultiDim),(long)G__Lpbase-(long)G__Lderived,1,0);
42414 }
42415 {
42416 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedMultiTF1),G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLIBaseFunctionMultiDim),(long)G__2vbo_ROOTcLcLMathcLcLWrappedMultiTF1_ROOTcLcLMathcLcLIBaseFunctionMultiDim_2,1,2);
42417 }
42418 {
42419 ROOT::Math::IBaseParam *G__Lpbase=(ROOT::Math::IBaseParam*)G__Lderived;
42420 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedMultiTF1),G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLIBaseParam),(long)G__Lpbase-(long)G__Lderived,1,0);
42421 }
42422 }
42423 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedTF1))) {
42424 ROOT::Math::WrappedTF1 *G__Lderived;
42425 G__Lderived=(ROOT::Math::WrappedTF1*)0x1000;
42426 {
42427 ROOT::Math::IParametricGradFunctionOneDim *G__Lpbase=(ROOT::Math::IParametricGradFunctionOneDim*)G__Lderived;
42428 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedTF1),G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLIParametricGradFunctionOneDim),(long)G__Lpbase-(long)G__Lderived,1,1);
42429 }
42430 {
42431 ROOT::Math::IParametricFunctionOneDim *G__Lpbase=(ROOT::Math::IParametricFunctionOneDim*)G__Lderived;
42432 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedTF1),G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLIParametricFunctionOneDim),(long)G__Lpbase-(long)G__Lderived,1,0);
42433 }
42434 {
42435 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedTF1),G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLIBaseFunctionOneDim),(long)G__2vbo_ROOTcLcLMathcLcLWrappedTF1_ROOTcLcLMathcLcLIBaseFunctionOneDim_2,1,2);
42436 }
42437 {
42438 ROOT::Math::IBaseParam *G__Lpbase=(ROOT::Math::IBaseParam*)G__Lderived;
42439 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedTF1),G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLIBaseParam),(long)G__Lpbase-(long)G__Lderived,1,0);
42440 }
42441 {
42442 ROOT::Math::IGradientOneDim *G__Lpbase=(ROOT::Math::IGradientOneDim*)G__Lderived;
42443 G__inheritance_setup(G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedTF1),G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLIGradientOneDim),(long)G__Lpbase-(long)G__Lderived,1,1);
42444 }
42445 }
42446 }
42447
42448
42449
42450
42451 extern "C" void G__cpp_setup_typetableG__Hist() {
42452
42453
42454 G__search_typename2("Char_t",99,-1,0,-1);
42455 G__setnewtype(-1,"Signed Character 1 byte (char)",0);
42456 G__search_typename2("Int_t",105,-1,0,-1);
42457 G__setnewtype(-1,"Signed integer 4 bytes (int)",0);
42458 G__search_typename2("UInt_t",104,-1,0,-1);
42459 G__setnewtype(-1,"Unsigned integer 4 bytes (unsigned int)",0);
42460 G__search_typename2("Float_t",102,-1,0,-1);
42461 G__setnewtype(-1,"Float 4 bytes (float)",0);
42462 G__search_typename2("Double_t",100,-1,0,-1);
42463 G__setnewtype(-1,"Double 8 bytes",0);
42464 G__search_typename2("Bool_t",103,-1,0,-1);
42465 G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0);
42466 G__search_typename2("Version_t",115,-1,0,-1);
42467 G__setnewtype(-1,"Class version identifier (short)",0);
42468 G__search_typename2("Option_t",99,-1,256,-1);
42469 G__setnewtype(-1,"Option string (const char)",0);
42470 G__search_typename2("Long64_t",110,-1,0,-1);
42471 G__setnewtype(-1,"Portable signed long integer 8 bytes",0);
42472 G__search_typename2("Axis_t",100,-1,0,-1);
42473 G__setnewtype(-1,"Axis values type (double)",0);
42474 G__search_typename2("Style_t",115,-1,0,-1);
42475 G__setnewtype(-1,"Style number (short)",0);
42476 G__search_typename2("Color_t",115,-1,0,-1);
42477 G__setnewtype(-1,"Color number (short)",0);
42478 G__search_typename2("vector<ROOT::TSchemaHelper>",117,G__get_linked_tagnum(&G__G__HistLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1);
42479 G__setnewtype(-1,NULL,0);
42480 G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__HistLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__HistLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
42481 G__setnewtype(-1,NULL,0);
42482 G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__HistLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__HistLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
42483 G__setnewtype(-1,NULL,0);
42484 G__search_typename2("vector<TVirtualArray*>",117,G__get_linked_tagnum(&G__G__HistLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1);
42485 G__setnewtype(-1,NULL,0);
42486 G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__HistLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__HistLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
42487 G__setnewtype(-1,NULL,0);
42488 G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__HistLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__HistLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
42489 G__setnewtype(-1,NULL,0);
42490 G__search_typename2("IMultiGenFunction",117,G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLIBaseFunctionMultiDim),0,G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMath));
42491 G__setnewtype(-1,NULL,0);
42492 G__search_typename2("vector<ROOT::Fit::ParameterSettings>",117,G__get_linked_tagnum(&G__G__HistLN_vectorlEROOTcLcLFitcLcLParameterSettingscOallocatorlEROOTcLcLFitcLcLParameterSettingsgRsPgR),0,-1);
42493 G__setnewtype(-1,NULL,0);
42494 G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__HistLN_reverse_iteratorlEvectorlEROOTcLcLFitcLcLParameterSettingscOallocatorlEROOTcLcLFitcLcLParameterSettingsgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__HistLN_vectorlEROOTcLcLFitcLcLParameterSettingscOallocatorlEROOTcLcLFitcLcLParameterSettingsgRsPgR));
42495 G__setnewtype(-1,NULL,0);
42496 G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__HistLN_reverse_iteratorlEvectorlEROOTcLcLFitcLcLParameterSettingscOallocatorlEROOTcLcLFitcLcLParameterSettingsgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__HistLN_vectorlEROOTcLcLFitcLcLParameterSettingscOallocatorlEROOTcLcLFitcLcLParameterSettingsgRsPgR));
42497 G__setnewtype(-1,NULL,0);
42498 G__search_typename2("vector<unsigned int>",117,G__get_linked_tagnum(&G__G__HistLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR),0,-1);
42499 G__setnewtype(-1,NULL,0);
42500 G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__HistLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__HistLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR));
42501 G__setnewtype(-1,NULL,0);
42502 G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__HistLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__HistLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR));
42503 G__setnewtype(-1,NULL,0);
42504 G__search_typename2("vector<double>",117,G__get_linked_tagnum(&G__G__HistLN_vectorlEdoublecOallocatorlEdoublegRsPgR),0,-1);
42505 G__setnewtype(-1,NULL,0);
42506 G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__HistLN_reverse_iteratorlEvectorlEdoublecOallocatorlEdoublegRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__HistLN_vectorlEdoublecOallocatorlEdoublegRsPgR));
42507 G__setnewtype(-1,NULL,0);
42508 G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__HistLN_reverse_iteratorlEvectorlEdoublecOallocatorlEdoublegRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__HistLN_vectorlEdoublecOallocatorlEdoublegRsPgR));
42509 G__setnewtype(-1,NULL,0);
42510 G__search_typename2("map<unsigned int,std::pair<double,double> >",117,G__get_linked_tagnum(&G__G__HistLN_maplEunsignedsPintcOpairlEdoublecOdoublegRcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOpairlEdoublecOdoublegRsPgRsPgRsPgR),0,-1);
42511 G__setnewtype(-1,NULL,0);
42512 G__search_typename2("map<unsigned int,pair<double,double> >",117,G__get_linked_tagnum(&G__G__HistLN_maplEunsignedsPintcOpairlEdoublecOdoublegRcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOpairlEdoublecOdoublegRsPgRsPgRsPgR),0,-1);
42513 G__setnewtype(-1,NULL,0);
42514 G__search_typename2("map<unsigned int,pair<double,double>,less<unsigned int> >",117,G__get_linked_tagnum(&G__G__HistLN_maplEunsignedsPintcOpairlEdoublecOdoublegRcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOpairlEdoublecOdoublegRsPgRsPgRsPgR),0,-1);
42515 G__setnewtype(-1,NULL,0);
42516 G__search_typename2("vector<std::string>",117,G__get_linked_tagnum(&G__G__HistLN_vectorlEstringcOallocatorlEstringgRsPgR),0,-1);
42517 G__setnewtype(-1,NULL,0);
42518 G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__HistLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__HistLN_vectorlEstringcOallocatorlEstringgRsPgR));
42519 G__setnewtype(-1,NULL,0);
42520 G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__HistLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__HistLN_vectorlEstringcOallocatorlEstringgRsPgR));
42521 G__setnewtype(-1,NULL,0);
42522 G__search_typename2("vector<string>",117,G__get_linked_tagnum(&G__G__HistLN_vectorlEstringcOallocatorlEstringgRsPgR),0,-1);
42523 G__setnewtype(-1,NULL,0);
42524 G__search_typename2("auto_ptr<ROOT::Math::IMultiGenFunction>",117,G__get_linked_tagnum(&G__G__HistLN_auto_ptrlEROOTcLcLMathcLcLIBaseFunctionMultiDimgR),0,-1);
42525 G__setnewtype(-1,NULL,0);
42526 G__search_typename2("vector<std::pair<double,double> >",117,G__get_linked_tagnum(&G__G__HistLN_vectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgR),0,-1);
42527 G__setnewtype(-1,NULL,0);
42528 G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__HistLN_reverse_iteratorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__HistLN_vectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgR));
42529 G__setnewtype(-1,NULL,0);
42530 G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__HistLN_reverse_iteratorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__HistLN_vectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgR));
42531 G__setnewtype(-1,NULL,0);
42532 G__search_typename2("vector<pair<double,double> >",117,G__get_linked_tagnum(&G__G__HistLN_vectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgR),0,-1);
42533 G__setnewtype(-1,NULL,0);
42534 G__search_typename2("vector<RangeSet>",117,G__get_linked_tagnum(&G__G__HistLN_vectorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcOallocatorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRsPgRsPgR),0,-1);
42535 G__setnewtype(-1,NULL,0);
42536 G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__HistLN_reverse_iteratorlEvectorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcOallocatorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRsPgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__HistLN_vectorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcOallocatorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRsPgRsPgR));
42537 G__setnewtype(-1,NULL,0);
42538 G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__HistLN_reverse_iteratorlEvectorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcOallocatorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRsPgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__HistLN_vectorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcOallocatorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRsPgRsPgR));
42539 G__setnewtype(-1,NULL,0);
42540 G__search_typename2("vector<vector<pair<double,double>,allocator<pair<double,double> > > >",117,G__get_linked_tagnum(&G__G__HistLN_vectorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcOallocatorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRsPgRsPgR),0,-1);
42541 G__setnewtype(-1,NULL,0);
42542 G__search_typename2("vector<const double*>",117,G__get_linked_tagnum(&G__G__HistLN_vectorlEconstsPdoublemUcOallocatorlEconstsPdoublemUgRsPgR),0,-1);
42543 G__setnewtype(-1,NULL,0);
42544 G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__HistLN_reverse_iteratorlEvectorlEconstsPdoublemUcOallocatorlEconstsPdoublemUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__HistLN_vectorlEconstsPdoublemUcOallocatorlEconstsPdoublemUgRsPgR));
42545 G__setnewtype(-1,NULL,0);
42546 G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__HistLN_reverse_iteratorlEvectorlEconstsPdoublemUcOallocatorlEconstsPdoublemUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__HistLN_vectorlEconstsPdoublemUcOallocatorlEconstsPdoublemUgRsPgR));
42547 G__setnewtype(-1,NULL,0);
42548 G__search_typename2("pair<Double_t,Double_t>",117,G__get_linked_tagnum(&G__G__HistLN_pairlEdoublecOdoublegR),0,-1);
42549 G__setnewtype(-1,NULL,0);
42550 G__search_typename2("vector<std::pair<Double_t,Double_t> >",117,G__get_linked_tagnum(&G__G__HistLN_vectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgR),0,-1);
42551 G__setnewtype(-1,NULL,0);
42552 G__search_typename2("iterator<std::bidirectional_iterator_tag,TObject*,std::ptrdiff_t,const TObject**,const TObject*&>",117,G__get_linked_tagnum(&G__G__HistLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
42553 G__setnewtype(-1,NULL,0);
42554 G__search_typename2("iterator<bidirectional_iterator_tag,TObject*>",117,G__get_linked_tagnum(&G__G__HistLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
42555 G__setnewtype(-1,NULL,0);
42556 G__search_typename2("iterator<bidirectional_iterator_tag,TObject*,long>",117,G__get_linked_tagnum(&G__G__HistLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
42557 G__setnewtype(-1,NULL,0);
42558 G__search_typename2("iterator<bidirectional_iterator_tag,TObject*,long,const TObject**>",117,G__get_linked_tagnum(&G__G__HistLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
42559 G__setnewtype(-1,NULL,0);
42560 G__search_typename2("TFuncG",97,-1,0,G__get_linked_tagnum(&G__G__HistLN_TFormula));
42561 G__setnewtype(-1,"Double_t (TObject::*TFuncG)(const Double_t*,const Double_t*) const;",0);
42562 G__search_typename2("TMatrixTBase<Float_t>",117,G__get_linked_tagnum(&G__G__HistLN_TMatrixTBaselEfloatgR),0,-1);
42563 G__setnewtype(-1,NULL,0);
42564 G__search_typename2("TMatrixFBase",117,G__get_linked_tagnum(&G__G__HistLN_TMatrixTBaselEfloatgR),0,-1);
42565 G__setnewtype(-1,NULL,0);
42566 G__search_typename2("TMatrixTBase<Double_t>",117,G__get_linked_tagnum(&G__G__HistLN_TMatrixTBaselEdoublegR),0,-1);
42567 G__setnewtype(-1,NULL,0);
42568 G__search_typename2("TMatrixDBase",117,G__get_linked_tagnum(&G__G__HistLN_TMatrixTBaselEdoublegR),0,-1);
42569 G__setnewtype(-1,NULL,0);
42570 G__search_typename2("TVectorT<Float_t>",117,G__get_linked_tagnum(&G__G__HistLN_TVectorTlEfloatgR),0,-1);
42571 G__setnewtype(-1,NULL,0);
42572 G__search_typename2("TVectorF",117,G__get_linked_tagnum(&G__G__HistLN_TVectorTlEfloatgR),0,-1);
42573 G__setnewtype(-1,NULL,0);
42574 G__search_typename2("TVectorT<Double_t>",117,G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR),0,-1);
42575 G__setnewtype(-1,NULL,0);
42576 G__search_typename2("TVectorD",117,G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR),0,-1);
42577 G__setnewtype(-1,NULL,0);
42578 G__search_typename2("TMatrixTSym<Double_t>",117,G__get_linked_tagnum(&G__G__HistLN_TMatrixTSymlEdoublegR),0,-1);
42579 G__setnewtype(-1,NULL,0);
42580 G__search_typename2("TMatrixDSym",117,G__get_linked_tagnum(&G__G__HistLN_TMatrixTSymlEdoublegR),0,-1);
42581 G__setnewtype(-1,NULL,0);
42582 G__search_typename2("TMatrixTRow_const<Double_t>",117,G__get_linked_tagnum(&G__G__HistLN_TMatrixTRow_constlEdoublegR),0,-1);
42583 G__setnewtype(-1,NULL,0);
42584 G__search_typename2("TMatrixTColumn_const<Double_t>",117,G__get_linked_tagnum(&G__G__HistLN_TMatrixTColumn_constlEdoublegR),0,-1);
42585 G__setnewtype(-1,NULL,0);
42586 G__search_typename2("TMatrixTDiag_const<Double_t>",117,G__get_linked_tagnum(&G__G__HistLN_TMatrixTDiag_constlEdoublegR),0,-1);
42587 G__setnewtype(-1,NULL,0);
42588 G__search_typename2("TMatrixTFlat_const<Double_t>",117,G__get_linked_tagnum(&G__G__HistLN_TMatrixTFlat_constlEdoublegR),0,-1);
42589 G__setnewtype(-1,NULL,0);
42590 G__search_typename2("TMatrixTSub_const<Double_t>",117,G__get_linked_tagnum(&G__G__HistLN_TMatrixTSub_constlEdoublegR),0,-1);
42591 G__setnewtype(-1,NULL,0);
42592 G__search_typename2("TMatrixTSparseRow_const<Double_t>",117,G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparseRow_constlEdoublegR),0,-1);
42593 G__setnewtype(-1,NULL,0);
42594 G__search_typename2("TMatrixTSparseDiag_const<Double_t>",117,G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparseDiag_constlEdoublegR),0,-1);
42595 G__setnewtype(-1,NULL,0);
42596 G__search_typename2("TMatrixTRow<Double_t>",117,G__get_linked_tagnum(&G__G__HistLN_TMatrixTRowlEdoublegR),0,-1);
42597 G__setnewtype(-1,NULL,0);
42598 G__search_typename2("TMatrixTColumn<Double_t>",117,G__get_linked_tagnum(&G__G__HistLN_TMatrixTColumnlEdoublegR),0,-1);
42599 G__setnewtype(-1,NULL,0);
42600 G__search_typename2("TMatrixTDiag<Double_t>",117,G__get_linked_tagnum(&G__G__HistLN_TMatrixTDiaglEdoublegR),0,-1);
42601 G__setnewtype(-1,NULL,0);
42602 G__search_typename2("TMatrixTFlat<Double_t>",117,G__get_linked_tagnum(&G__G__HistLN_TMatrixTFlatlEdoublegR),0,-1);
42603 G__setnewtype(-1,NULL,0);
42604 G__search_typename2("TMatrixTSub<Double_t>",117,G__get_linked_tagnum(&G__G__HistLN_TMatrixTSublEdoublegR),0,-1);
42605 G__setnewtype(-1,NULL,0);
42606 G__search_typename2("TMatrixTSparseRow<Double_t>",117,G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparseRowlEdoublegR),0,-1);
42607 G__setnewtype(-1,NULL,0);
42608 G__search_typename2("TMatrixTSparseDiag<Double_t>",117,G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparseDiaglEdoublegR),0,-1);
42609 G__setnewtype(-1,NULL,0);
42610 G__search_typename2("TElementActionT<Double_t>",117,G__get_linked_tagnum(&G__G__HistLN_TElementActionTlEdoublegR),0,-1);
42611 G__setnewtype(-1,NULL,0);
42612 G__search_typename2("TElementPosActionT<Double_t>",117,G__get_linked_tagnum(&G__G__HistLN_TElementPosActionTlEdoublegR),0,-1);
42613 G__setnewtype(-1,NULL,0);
42614 G__search_typename2("GenFuncG",89,-1,0,G__get_linked_tagnum(&G__G__HistLN_TFormulaPrimitive));
42615 G__setnewtype(-1,"Double_t (*GenFuncG)(const Double_t*,const Double_t*);",0);
42616 G__search_typename2("GenFunc0",89,-1,0,G__get_linked_tagnum(&G__G__HistLN_TFormulaPrimitive));
42617 G__setnewtype(-1,"Double_t (*GenFunc0)();",0);
42618 G__search_typename2("GenFunc10",89,-1,0,G__get_linked_tagnum(&G__G__HistLN_TFormulaPrimitive));
42619 G__setnewtype(-1,"Double_t (*GenFunc10)(Double_t);",0);
42620 G__search_typename2("GenFunc110",89,-1,0,G__get_linked_tagnum(&G__G__HistLN_TFormulaPrimitive));
42621 G__setnewtype(-1,"Double_t (*GenFunc110)(Double_t,Double_t);",0);
42622 G__search_typename2("GenFunc1110",89,-1,0,G__get_linked_tagnum(&G__G__HistLN_TFormulaPrimitive));
42623 G__setnewtype(-1,"Double_t (*GenFunc1110)(Double_t,Double_t, Double_t);",0);
42624 G__search_typename2("TFuncG",97,-1,0,G__get_linked_tagnum(&G__G__HistLN_TFormulaPrimitive));
42625 G__setnewtype(-1,"Double_t (TObject::*TFuncG)(const Double_t*,const Double_t*) const;",0);
42626 G__search_typename2("TFunc0",97,-1,0,G__get_linked_tagnum(&G__G__HistLN_TFormulaPrimitive));
42627 G__setnewtype(-1,"Double_t (TObject::*TFunc0)() const;",0);
42628 G__search_typename2("TFunc10",97,-1,0,G__get_linked_tagnum(&G__G__HistLN_TFormulaPrimitive));
42629 G__setnewtype(-1,"Double_t (TObject::*TFunc10)(Double_t) const;",0);
42630 G__search_typename2("TFunc110",97,-1,0,G__get_linked_tagnum(&G__G__HistLN_TFormulaPrimitive));
42631 G__setnewtype(-1,"Double_t (TObject::*TFunc110)(Double_t,Double_t) const;",0);
42632 G__search_typename2("TFunc1110",97,-1,0,G__get_linked_tagnum(&G__G__HistLN_TFormulaPrimitive));
42633 G__setnewtype(-1,"Double_t (TObject::*TFunc1110)(Double_t,Double_t,Double_t) const;",0);
42634 G__search_typename2("Bool_t (*)(const TGraph*, Int_t, Int_t)",49,-1,0,-1);
42635 G__setnewtype(-1,NULL,0);
42636 G__search_typename2("THnSparseD",117,G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayDgR),0,-1);
42637 G__setnewtype(-1,NULL,0);
42638 G__search_typename2("THnSparseF",117,G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayFgR),0,-1);
42639 G__setnewtype(-1,NULL,0);
42640 G__search_typename2("THnSparseL",117,G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayLgR),0,-1);
42641 G__setnewtype(-1,NULL,0);
42642 G__search_typename2("THnSparseI",117,G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayIgR),0,-1);
42643 G__setnewtype(-1,NULL,0);
42644 G__search_typename2("THnSparseS",117,G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArraySgR),0,-1);
42645 G__setnewtype(-1,NULL,0);
42646 G__search_typename2("THnSparseC",117,G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayCgR),0,-1);
42647 G__setnewtype(-1,NULL,0);
42648 G__search_typename2("KernelFunction_Ptr",85,G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLIBaseFunctionOneDim),0,G__get_linked_tagnum(&G__G__HistLN_TKDE));
42649 G__setnewtype(-1,NULL,0);
42650 G__search_typename2("vector<Double_t>",117,G__get_linked_tagnum(&G__G__HistLN_vectorlEdoublecOallocatorlEdoublegRsPgR),0,-1);
42651 G__setnewtype(-1,NULL,0);
42652 G__search_typename2("vector<UInt_t>",117,G__get_linked_tagnum(&G__G__HistLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR),0,-1);
42653 G__setnewtype(-1,NULL,0);
42654 G__search_typename2("vector<Bool_t>",117,G__get_linked_tagnum(&G__G__HistLN_vectorlEboolcOallocatorlEboolgRsPgR),0,-1);
42655 G__setnewtype(-1,NULL,0);
42656 G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__HistLN_reverse_iteratorlEvectorlEboolcOallocatorlEboolgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__HistLN_vectorlEboolcOallocatorlEboolgRsPgR));
42657 G__setnewtype(-1,NULL,0);
42658 G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__HistLN_reverse_iteratorlEvectorlEboolcOallocatorlEboolgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__HistLN_vectorlEboolcOallocatorlEboolgRsPgR));
42659 G__setnewtype(-1,NULL,0);
42660 G__search_typename2("vector<bool>",117,G__get_linked_tagnum(&G__G__HistLN_vectorlEboolcOallocatorlEboolgRsPgR),0,-1);
42661 G__setnewtype(-1,NULL,0);
42662 G__search_typename2("TMatrixT<Double_t>",117,G__get_linked_tagnum(&G__G__HistLN_TMatrixTlEdoublegR),0,-1);
42663 G__setnewtype(-1,NULL,0);
42664 G__search_typename2("TMatrixD",117,G__get_linked_tagnum(&G__G__HistLN_TMatrixTlEdoublegR),0,-1);
42665 G__setnewtype(-1,NULL,0);
42666 G__search_typename2("TMatrixTSparse<Double_t>",117,G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR),0,-1);
42667 G__setnewtype(-1,NULL,0);
42668 G__search_typename2("BaseParamFunc",117,G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLIParametricGradFunctionMultiDim),0,G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedMultiTF1));
42669 G__setnewtype(-1,NULL,0);
42670 G__search_typename2("BaseFunc",117,G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLIBaseFunctionMultiDim),0,G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedMultiTF1));
42671 G__setnewtype(-1,NULL,0);
42672 G__search_typename2("IGrad",117,G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLIGradientOneDim),0,G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedTF1));
42673 G__setnewtype(-1,NULL,0);
42674 G__search_typename2("BaseGradFunc",117,G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLIParametricGradFunctionOneDim),0,G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedTF1));
42675 G__setnewtype(-1,NULL,0);
42676 G__search_typename2("BaseFunc",117,G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLIBaseFunctionOneDim),0,G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedTF1));
42677 G__setnewtype(-1,NULL,0);
42678 }
42679
42680
42681
42682
42683
42684
42685
42686
42687 static void G__setup_memvarFoption_t(void) {
42688 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_Foption_t));
42689 { Foption_t *p; p=(Foption_t*)0x1000; if (p) { }
42690 G__memvar_setup((void*)((long)(&p->Quiet)-(long)(p)),105,0,0,-1,-1,-1,1,"Quiet=",0,"\"Q\" Quiet mode. No print");
42691 G__memvar_setup((void*)((long)(&p->Verbose)-(long)(p)),105,0,0,-1,-1,-1,1,"Verbose=",0,"\"V\" Verbose mode. Print results after each iteration");
42692 G__memvar_setup((void*)((long)(&p->Bound)-(long)(p)),105,0,0,-1,-1,-1,1,"Bound=",0,"\"B\" When using pre-defined functions user parameter settings are used instead of default one");
42693 G__memvar_setup((void*)((long)(&p->Chi2)-(long)(p)),105,0,0,-1,-1,-1,1,"Chi2=",0,"\"X\" For fitting THnsparse use chi2 method (default is likelihood)");
42694 G__memvar_setup((void*)((long)(&p->Like)-(long)(p)),105,0,0,-1,-1,-1,1,"Like=",0,"\"L\" Use Log Likelihood. Default is chisquare method except fitting THnsparse");
42695 G__memvar_setup((void*)((long)(&p->User)-(long)(p)),105,0,0,-1,-1,-1,1,"User=",0,"\"U\" Use a User specified fitting algorithm (via SetFCN)");
42696 G__memvar_setup((void*)((long)(&p->W1)-(long)(p)),105,0,0,-1,-1,-1,1,"W1=",0,"\"W\" Set all the weights to 1. Ignore error bars");
42697 G__memvar_setup((void*)((long)(&p->Errors)-(long)(p)),105,0,0,-1,-1,-1,1,"Errors=",0,"\"E\" Performs a better error evaluation, calling HESSE and MINOS");
42698 G__memvar_setup((void*)((long)(&p->More)-(long)(p)),105,0,0,-1,-1,-1,1,"More=",0,"\"M\" Improve fit results.");
42699 G__memvar_setup((void*)((long)(&p->Range)-(long)(p)),105,0,0,-1,-1,-1,1,"Range=",0,"\"R\" Use the range stored in function");
42700 G__memvar_setup((void*)((long)(&p->Gradient)-(long)(p)),105,0,0,-1,-1,-1,1,"Gradient=",0,"\"G\" Option to compute derivatives analytically");
42701 G__memvar_setup((void*)((long)(&p->Nostore)-(long)(p)),105,0,0,-1,-1,-1,1,"Nostore=",0,"\"N\" If set, do not store the function graph");
42702 G__memvar_setup((void*)((long)(&p->Nograph)-(long)(p)),105,0,0,-1,-1,-1,1,"Nograph=",0,"\"0\" If set, do not display the function graph");
42703 G__memvar_setup((void*)((long)(&p->Plus)-(long)(p)),105,0,0,-1,-1,-1,1,"Plus=",0,"\"+\" Add new function (default is replace)");
42704 G__memvar_setup((void*)((long)(&p->Integral)-(long)(p)),105,0,0,-1,-1,-1,1,"Integral=",0,"\"I\" Use function integral instead of function in center of bin");
42705 G__memvar_setup((void*)((long)(&p->Nochisq)-(long)(p)),105,0,0,-1,-1,-1,1,"Nochisq=",0,"\"C\" In case of linear fitting, don't calculate the chisquare");
42706 G__memvar_setup((void*)((long)(&p->Minuit)-(long)(p)),105,0,0,-1,-1,-1,1,"Minuit=",0,"\"F\" If fitting a polN, switch to minuit fitter");
42707 G__memvar_setup((void*)((long)(&p->NoErrX)-(long)(p)),105,0,0,-1,-1,-1,1,"NoErrX=",0,"\"EX0\" or \"T\" When fitting a TGraphErrors do not consider error in coordinates ");
42708 G__memvar_setup((void*)((long)(&p->Robust)-(long)(p)),105,0,0,-1,-1,-1,1,"Robust=",0,"\"ROB\" or \"H\": For a TGraph use robust fitting");
42709 G__memvar_setup((void*)((long)(&p->StoreResult)-(long)(p)),105,0,0,-1,-1,-1,1,"StoreResult=",0,"\"S\": Stores the result in a TFitResult structure");
42710 G__memvar_setup((void*)((long)(&p->hRobust)-(long)(p)),100,0,0,-1,-1,-1,1,"hRobust=",0,"value of h parameter used in robust fitting ");
42711 }
42712 G__tag_memvar_reset();
42713 }
42714
42715
42716
42717 static void G__setup_memvarTH1(void) {
42718 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TH1));
42719 { TH1 *p; p=(TH1*)0x1000; if (p) { }
42720 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNcells=",0,"number of bins(1D), cells (2D) +U/Overflows");
42721 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TAxis),-1,-1,2,"fXaxis=",0,"X axis descriptor");
42722 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TAxis),-1,-1,2,"fYaxis=",0,"Y axis descriptor");
42723 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TAxis),-1,-1,2,"fZaxis=",0,"Z axis descriptor");
42724 G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Short_t"),-1,2,"fBarOffset=",0,"(1000*offset) for bar charts or legos");
42725 G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Short_t"),-1,2,"fBarWidth=",0,"(1000*width) for bar charts or legos");
42726 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fEntries=",0,"Number of entries");
42727 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fTsumw=",0,"Total Sum of weights");
42728 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fTsumw2=",0,"Total Sum of squares of weights");
42729 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fTsumwx=",0,"Total Sum of weight*X");
42730 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fTsumwx2=",0,"Total Sum of weight*X*X");
42731 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMaximum=",0,"Maximum value for plotting");
42732 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMinimum=",0,"Minimum value for plotting");
42733 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fNormFactor=",0,"Normalization factor");
42734 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TArrayD),-1,-1,2,"fContour=",0,"Array to display contour levels");
42735 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TArrayD),-1,-1,2,"fSumw2=",0,"Array of sum of squares of weights");
42736 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TString),-1,-1,2,"fOption=",0,"histogram options");
42737 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TList),-1,-1,2,"fFunctions=",0,"->Pointer to list of functions (fits and user)");
42738 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fBufferSize=",0,"fBuffer size");
42739 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fBuffer=",0,"[fBufferSize] entry buffer");
42740 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TDirectory),-1,-1,2,"fDirectory=",0,"!Pointer to directory holding this histogram");
42741 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fDimension=",0,"!Histogram dimension (1, 2 or 3 dim)");
42742 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fIntegral=",0,"!Integral of bins used by GetRandom");
42743 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TVirtualHistPainter),-1,-1,2,"fPainter=",0,"!pointer to histogram painter");
42744 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-2,2,"fgBufferSize=",0,"!default buffer size for automatic histograms");
42745 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-2,2,"fgAddDirectory=",0,"!flag to add histograms to the directory");
42746 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-2,2,"fgStatOverflows=",0,"!flag to use under/overflows in statistics");
42747 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-2,2,"fgDefaultSumw2=",0,"!flag to call TH1::Sumw2 automatically at histogram creation time");
42748 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TH1cLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kNoStats=%lldLL",(long long)TH1::kNoStats).data(),0,(char*)NULL);
42749 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TH1cLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kUserContour=%lldLL",(long long)TH1::kUserContour).data(),0,(char*)NULL);
42750 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TH1cLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kCanRebin=%lldLL",(long long)TH1::kCanRebin).data(),0,(char*)NULL);
42751 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TH1cLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kLogX=%lldLL",(long long)TH1::kLogX).data(),0,(char*)NULL);
42752 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TH1cLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kIsZoomed=%lldLL",(long long)TH1::kIsZoomed).data(),0,(char*)NULL);
42753 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TH1cLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kNoTitle=%lldLL",(long long)TH1::kNoTitle).data(),0,(char*)NULL);
42754 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TH1cLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kIsAverage=%lldLL",(long long)TH1::kIsAverage).data(),0,(char*)NULL);
42755 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TH1cLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kNstat=%lldLL",(long long)TH1::kNstat).data(),0,(char*)NULL);
42756 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42757 }
42758 G__tag_memvar_reset();
42759 }
42760
42761
42762
42763 static void G__setup_memvarTHnSparse(void) {
42764 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparse));
42765 { THnSparse *p; p=(THnSparse*)0x1000; if (p) { }
42766 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fNdimensions=",0,"number of dimensions");
42767 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fChunkSize=",0,"number of entries for each chunk");
42768 G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,4,"fFilledBins=",0,"number of filled bins");
42769 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TObjArray),-1,-1,4,"fAxes=",0,"axes of the histogram");
42770 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TObjArray),-1,-1,4,"fBinContent=",0,"array of THnSparseArrayChunk");
42771 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TExMap),-1,-1,4,"fBins=",0,"! filled bins");
42772 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TExMap),-1,-1,4,"fBinsContinued=",0,"! filled bins for non-unique hashes, containing pairs of (bin index 0, bin index 1)");
42773 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fEntries=",0,"number of entries, spread over chunks");
42774 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fTsumw=",0,"total sum of weights");
42775 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fTsumw2=",0,"total sum of weights squared; -1 if no errors are calculated");
42776 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TArrayD),-1,-1,4,"fTsumwx=",0,"total sum of weight*X for each dimension");
42777 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TArrayD),-1,-1,4,"fTsumwx2=",0,"total sum of weight*X*X for each dimension");
42778 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_THnSparseCompactBinCoord),-1,-1,4,"fCompactCoord=",0,"! compact coordinate");
42779 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,4,"fIntegral=",0,"! array with bin weight sums");
42780 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_THnSparsecLcLdA),-1,-2,4,"kNoInt=0LL",0,(char*)NULL);
42781 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_THnSparsecLcLdA),-1,-2,4,"kValidInt=1LL",0,(char*)NULL);
42782 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_THnSparsecLcLdA),-1,-2,4,"kInvalidInt=2LL",0,(char*)NULL);
42783 G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__HistLN_THnSparsecLcLdA),-1,-1,4,"fIntegralStatus=",0,"! status of integral");
42784 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42785 }
42786 G__tag_memvar_reset();
42787 }
42788
42789
42790
42791 static void G__setup_memvarTF1(void) {
42792 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TF1));
42793 { TF1 *p; p=(TF1*)0x1000; if (p) { }
42794 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fXmin=",0,"Lower bounds for the range");
42795 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fXmax=",0,"Upper bounds for the range");
42796 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNpx=",0,"Number of points used for the graphical representation");
42797 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fType=",0,"(=0 for standard functions, 1 if pointer to function)");
42798 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNpfits=",0,"Number of points used in the fit");
42799 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNDF=",0,"Number of degrees of freedom in the fit");
42800 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNsave=",0,"Number of points used to fill array fSave");
42801 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fChisquare=",0,"Function fit chisquare");
42802 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fIntegral=",0,"![fNpx] Integral of function binned on fNpx bins");
42803 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fParErrors=",0,"[fNpar] Array of errors of the fNpar parameters");
42804 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fParMin=",0,"[fNpar] Array of lower limits of the fNpar parameters");
42805 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fParMax=",0,"[fNpar] Array of upper limits of the fNpar parameters");
42806 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fSave=",0,"[fNsave] Array of fNsave function values");
42807 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fAlpha=",0,"!Array alpha. for each bin in x the deconvolution r of fIntegral");
42808 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fBeta=",0,"!Array beta. is approximated by x = alpha +beta*r *gamma*r**2");
42809 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fGamma=",0,"!Array gamma.");
42810 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TObject),-1,-1,2,"fParent=",0,"!Parent object hooking this function (if one)");
42811 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TH1),-1,-1,2,"fHistogram=",0,"!Pointer to histogram used for visualisation");
42812 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMaximum=",0,"Maximum value for plotting");
42813 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMinimum=",0,"Minimum value for plotting");
42814 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMethodCall),-1,-1,2,"fMethodCall=",0,"!Pointer to MethodCall in case of interpreted function");
42815 G__memvar_setup((void*)0,89,0,0,-1,-1,-1,2,"fCintFunc=",0,"! pointer to interpreted function class");
42816 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLParamFunctor),-1,-1,2,"fFunctor=",0,"! Functor object to wrap any C++ callable object");
42817 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-2,2,"fgAbsValue=",0,"use absolute value of function when computing integral");
42818 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-2,2,"fgRejectPoint=",0,"True if point must be rejected in a fit");
42819 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TF1),-1,-2,2,"fgCurrent=",0,"pointer to current function being processed");
42820 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TF1cLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kNotDraw=%lldLL",(long long)TF1::kNotDraw).data(),0,(char*)NULL);
42821 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42822 }
42823 G__tag_memvar_reset();
42824 }
42825
42826
42827
42828 static void G__setup_memvarTF2(void) {
42829 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TF2));
42830 { TF2 *p; p=(TF2*)0x1000; if (p) { }
42831 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fYmin=",0,"Lower bound for the range in y");
42832 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fYmax=",0,"Upper bound for the range in y");
42833 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNpy=",0,"Number of points along y used for the graphical representation");
42834 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TArrayD),-1,-1,2,"fContour=",0,"Array to display contour levels");
42835 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42836 }
42837 G__tag_memvar_reset();
42838 }
42839
42840
42841
42842 static void G__setup_memvarTGraph(void) {
42843 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TGraph));
42844 { TGraph *p; p=(TGraph*)0x1000; if (p) { }
42845 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMaxSize=",0,"!Current dimension of arrays fX and fY");
42846 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNpoints=",0,"Number of points <= fMaxSize");
42847 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fX=",0,"[fNpoints] array of X points");
42848 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fY=",0,"[fNpoints] array of Y points");
42849 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TList),-1,-1,2,"fFunctions=",0,"Pointer to list of functions (fits and user)");
42850 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TH1F),-1,-1,2,"fHistogram=",0,"Pointer to histogram used for drawing axis");
42851 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMinimum=",0,"Minimum value for plotting along y");
42852 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMaximum=",0,"Maximum value for plotting along y");
42853 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TGraphcLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kClipFrame=%lldLL",(long long)TGraph::kClipFrame).data(),0,(char*)NULL);
42854 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TGraphcLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kNotEditable=%lldLL",(long long)TGraph::kNotEditable).data(),0,(char*)NULL);
42855 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42856 }
42857 G__tag_memvar_reset();
42858 }
42859
42860
42861
42862 static void G__setup_memvarTGraphErrors(void) {
42863 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphErrors));
42864 { TGraphErrors *p; p=(TGraphErrors*)0x1000; if (p) { }
42865 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fEX=",0,"[fNpoints] array of X errors");
42866 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fEY=",0,"[fNpoints] array of Y errors");
42867 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42868 }
42869 G__tag_memvar_reset();
42870 }
42871
42872
42873
42874 static void G__setup_memvarTGraph2D(void) {
42875 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TGraph2D));
42876 { TGraph2D *p; p=(TGraph2D*)0x1000; if (p) { }
42877 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNpoints=",0,"Number of points in the data set");
42878 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNpx=",0,"Number of bins along X in fHistogram");
42879 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNpy=",0,"Number of bins along Y in fHistogram");
42880 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMaxIter=",0,"Maximum number of iterations to find Delaunay t>");
42881 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fSize=",0,"!Real size of fX, fY and fZ");
42882 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fX=",0,"[fNpoints]");
42883 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fY=",0,"[fNpoints] Data set to be plotted");
42884 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fZ=",0,"[fNpoints]");
42885 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMinimum=",0,"Minimum value for plotting along z");
42886 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMaximum=",0,"Maximum value for plotting along z");
42887 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMargin=",0,"Extra space (in %) around interpolated area for fHistogram");
42888 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fZout=",0,"fHistogram bin height for points lying outside the interpolated area");
42889 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TList),-1,-1,2,"fFunctions=",0,"Pointer to list of functions (fits and user)");
42890 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TH2D),-1,-1,2,"fHistogram=",0,"!2D histogram of z values linearly interpolated");
42891 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TDirectory),-1,-1,2,"fDirectory=",0,"!Pointer to directory holding this 2D graph");
42892 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TVirtualHistPainter),-1,-1,2,"fPainter=",0,"!pointer to histogram painter");
42893 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fUserHisto=",0,"True when SetHistogram has been called");
42894 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42895 }
42896 G__tag_memvar_reset();
42897 }
42898
42899
42900
42901 static void G__setup_memvarTMultiGraph(void) {
42902 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TMultiGraph));
42903 { TMultiGraph *p; p=(TMultiGraph*)0x1000; if (p) { }
42904 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TList),-1,-1,2,"fGraphs=",0,"Pointer to list of TGraphs");
42905 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TList),-1,-1,2,"fFunctions=",0,"Pointer to list of functions (fits and user)");
42906 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TH1F),-1,-1,2,"fHistogram=",0,"Pointer to histogram used for drawing axis");
42907 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMaximum=",0,"Maximum value for plotting along y");
42908 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMinimum=",0,"Minimum value for plotting along y");
42909 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42910 }
42911 G__tag_memvar_reset();
42912 }
42913
42914
42915
42916 static void G__setup_memvarTFitResult(void) {
42917 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TFitResult));
42918 { TFitResult *p; p=(TFitResult*)0x1000; if (p) { }
42919 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42920 }
42921 G__tag_memvar_reset();
42922 }
42923
42924
42925
42926 static void G__setup_memvarTFitResultPtr(void) {
42927 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TFitResultPtr));
42928 { TFitResultPtr *p; p=(TFitResultPtr*)0x1000; if (p) { }
42929 G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
42930 G__memvar_setup((void*)0,105,0,0,-1,-1,-1,4,"fStatus=",0,"fit status code");
42931 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TFitResult),-1,-1,4,"fPointer=",0,"Smart Pointer to TFitResult class ");
42932 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42933 }
42934 G__tag_memvar_reset();
42935 }
42936
42937
42938
42939 static void G__setup_memvarROOTcLcLFit(void) {
42940 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLFit));
42941 {
42942 }
42943 G__tag_memvar_reset();
42944 }
42945
42946
42947
42948 static void G__setup_memvarTAxis(void) {
42949 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TAxis));
42950 { TAxis *p; p=(TAxis*)0x1000; if (p) { }
42951 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fNbins=",0,"Number of bins");
42952 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fXmin=",0,"low edge of first bin");
42953 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fXmax=",0,"upper edge of last bin");
42954 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TArrayD),-1,-1,4,"fXbins=",0,"Bin edges array in X");
42955 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fFirst=",0,"first bin to display");
42956 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fLast=",0,"last bin to display");
42957 G__memvar_setup((void*)0,114,0,0,-1,G__defined_typename("UShort_t"),-1,4,"fBits2=",0,"second bit status word");
42958 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fTimeDisplay=",0,"on/off displaying time values instead of numerics");
42959 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TString),-1,-1,4,"fTimeFormat=",0,"Date&time format, ex: 09/12/99 12:34:00");
42960 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TObject),-1,-1,4,"fParent=",0,"!Object owning this axis");
42961 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_THashList),-1,-1,4,"fLabels=",0,"List of labels");
42962 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TAxiscLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kTickPlus=%lldLL",(long long)TAxis::kTickPlus).data(),0,(char*)NULL);
42963 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TAxiscLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kTickMinus=%lldLL",(long long)TAxis::kTickMinus).data(),0,(char*)NULL);
42964 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TAxiscLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kAxisRange=%lldLL",(long long)TAxis::kAxisRange).data(),0,(char*)NULL);
42965 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TAxiscLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kCenterTitle=%lldLL",(long long)TAxis::kCenterTitle).data(),0,(char*)NULL);
42966 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TAxiscLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kCenterLabels=%lldLL",(long long)TAxis::kCenterLabels).data(),0,(char*)NULL);
42967 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TAxiscLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kRotateTitle=%lldLL",(long long)TAxis::kRotateTitle).data(),0,(char*)NULL);
42968 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TAxiscLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kPalette=%lldLL",(long long)TAxis::kPalette).data(),0,(char*)NULL);
42969 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TAxiscLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kNoExponent=%lldLL",(long long)TAxis::kNoExponent).data(),0,(char*)NULL);
42970 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TAxiscLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kLabelsHori=%lldLL",(long long)TAxis::kLabelsHori).data(),0,(char*)NULL);
42971 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TAxiscLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kLabelsVert=%lldLL",(long long)TAxis::kLabelsVert).data(),0,(char*)NULL);
42972 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TAxiscLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kLabelsDown=%lldLL",(long long)TAxis::kLabelsDown).data(),0,(char*)NULL);
42973 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TAxiscLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kLabelsUp=%lldLL",(long long)TAxis::kLabelsUp).data(),0,(char*)NULL);
42974 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TAxiscLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kIsInteger=%lldLL",(long long)TAxis::kIsInteger).data(),0,(char*)NULL);
42975 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TAxiscLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kMoreLogLabels=%lldLL",(long long)TAxis::kMoreLogLabels).data(),0,(char*)NULL);
42976 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TAxiscLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kDecimals=%lldLL",(long long)TAxis::kDecimals).data(),0,(char*)NULL);
42977 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42978 }
42979 G__tag_memvar_reset();
42980 }
42981
42982
42983
42984 static void G__setup_memvarTBackCompFitter(void) {
42985 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TBackCompFitter));
42986 { TBackCompFitter *p; p=(TBackCompFitter*)0x1000; if (p) { }
42987 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TBackCompFittercLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kCanDeleteLast=%lldLL",(long long)TBackCompFitter::kCanDeleteLast).data(),0,(char*)NULL);
42988 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_auto_ptrlEROOTcLcLFitcLcLFitDatagR),-1,-1,4,"fFitData=",0,"! data of the fit (managed by TBackCompFitter)");
42989 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_auto_ptrlEROOTcLcLFitcLcLFittergR),-1,-1,4,"fFitter=",0,"! pointer to fitter object (managed by TBackCompFitter)");
42990 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLMinimizer),-1,-1,4,"fMinimizer=",0,(char*)NULL);
42991 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLIBaseFunctionMultiDim),G__defined_typename("IMultiGenFunction"),-1,4,"fObjFunc=",0,(char*)NULL);
42992 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLIParametricFunctionMultiDim),G__defined_typename("IParamMultiFunction"),-1,4,"fModelFunc=",0,(char*)NULL);
42993 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_vectorlEdoublecOallocatorlEdoublegRsPgR),G__defined_typename("vector<double>"),-1,4,"fCovar=",0,"cached covariance matrix (NxN)");
42994 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42995 }
42996 G__tag_memvar_reset();
42997 }
42998
42999
43000
43001 static void G__setup_memvarTBinomialEfficiencyFitter(void) {
43002 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TBinomialEfficiencyFitter));
43003 { TBinomialEfficiencyFitter *p; p=(TBinomialEfficiencyFitter*)0x1000; if (p) { }
43004 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TH1),-1,-1,2,"fDenominator=",0,"Denominator histogram");
43005 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TH1),-1,-1,2,"fNumerator=",0,"Numerator histogram");
43006 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TF1),-1,-1,2,"fFunction=",0,"Function to fit");
43007 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fEpsilon=",0,"Precision required for function integration (option \"I\")");
43008 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fFitDone=",0,"Set to kTRUE when the fit has been done");
43009 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fAverage=",0,"True if the fit function must be averaged over the bin");
43010 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fRange=",0,"True if the fit range must be taken from the function range");
43011 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TVirtualFitter),-1,-2,2,"fgFitter=",0,"pointer to the real fitter");
43012 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43013 }
43014 G__tag_memvar_reset();
43015 }
43016
43017
43018
43019 static void G__setup_memvarTConfidenceLevel(void) {
43020 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TConfidenceLevel));
43021 { TConfidenceLevel *p; p=(TConfidenceLevel*)0x1000; if (p) { }
43022 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fNNMC=",0,(char*)NULL);
43023 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fDtot=",0,(char*)NULL);
43024 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fStot=",0,(char*)NULL);
43025 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fBtot=",0,(char*)NULL);
43026 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fTSD=",0,(char*)NULL);
43027 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fNMC=",0,(char*)NULL);
43028 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fMCL3S=",0,(char*)NULL);
43029 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fMCL5S=",0,(char*)NULL);
43030 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,4,"fTSB=",0,"[fNNMC]");
43031 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,4,"fTSS=",0,"[fNNMC]");
43032 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,4,"fLRS=",0,"[fNNMC]");
43033 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,4,"fLRB=",0,"[fNNMC]");
43034 G__memvar_setup((void*)0,73,0,0,-1,G__defined_typename("Int_t"),-1,4,"fISS=",0,"[fNNMC]");
43035 G__memvar_setup((void*)0,73,0,0,-1,G__defined_typename("Int_t"),-1,4,"fISB=",0,"[fNNMC]");
43036 G__memvar_setup((void*)0,100,0,1,-1,G__defined_typename("Double_t"),-2,4,"fgMCLM2S=",0,(char*)NULL);
43037 G__memvar_setup((void*)0,100,0,1,-1,G__defined_typename("Double_t"),-2,4,"fgMCLM1S=",0,(char*)NULL);
43038 G__memvar_setup((void*)0,100,0,1,-1,G__defined_typename("Double_t"),-2,4,"fgMCLMED=",0,(char*)NULL);
43039 G__memvar_setup((void*)0,100,0,1,-1,G__defined_typename("Double_t"),-2,4,"fgMCLP1S=",0,(char*)NULL);
43040 G__memvar_setup((void*)0,100,0,1,-1,G__defined_typename("Double_t"),-2,4,"fgMCLP2S=",0,(char*)NULL);
43041 G__memvar_setup((void*)0,100,0,1,-1,G__defined_typename("Double_t"),-2,4,"fgMCL3S1S=",0,(char*)NULL);
43042 G__memvar_setup((void*)0,100,0,1,-1,G__defined_typename("Double_t"),-2,4,"fgMCL5S1S=",0,(char*)NULL);
43043 G__memvar_setup((void*)0,100,0,1,-1,G__defined_typename("Double_t"),-2,4,"fgMCL3S2S=",0,(char*)NULL);
43044 G__memvar_setup((void*)0,100,0,1,-1,G__defined_typename("Double_t"),-2,4,"fgMCL5S2S=",0,(char*)NULL);
43045 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43046 }
43047 G__tag_memvar_reset();
43048 }
43049
43050
43051
43052 static void G__setup_memvarTGraphAsymmErrors(void) {
43053 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors));
43054 { TGraphAsymmErrors *p; p=(TGraphAsymmErrors*)0x1000; if (p) { }
43055 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fEXlow=",0,"[fNpoints] array of X low errors");
43056 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fEXhigh=",0,"[fNpoints] array of X high errors");
43057 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fEYlow=",0,"[fNpoints] array of Y low errors");
43058 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fEYhigh=",0,"[fNpoints] array of Y high errors");
43059 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43060 }
43061 G__tag_memvar_reset();
43062 }
43063
43064
43065
43066 static void G__setup_memvarTH2(void) {
43067 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TH2));
43068 { TH2 *p; p=(TH2*)0x1000; if (p) { }
43069 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fScalefactor=",0,"Scale factor");
43070 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fTsumwy=",0,"Total Sum of weight*Y");
43071 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fTsumwy2=",0,"Total Sum of weight*Y*Y");
43072 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fTsumwxy=",0,"Total Sum of weight*X*Y");
43073 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43074 }
43075 G__tag_memvar_reset();
43076 }
43077
43078
43079
43080 static void G__setup_memvarTEfficiency(void) {
43081 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TEfficiency));
43082 { TEfficiency *p; p=(TEfficiency*)0x1000; if (p) { }
43083 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TEfficiencycLcLEStatOption),-1,-2,1,G__FastAllocString(2048).Format("kFCP=%lldLL",(long long)TEfficiency::kFCP).data(),0,(char*)NULL);
43084 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TEfficiencycLcLEStatOption),-1,-2,1,G__FastAllocString(2048).Format("kFNormal=%lldLL",(long long)TEfficiency::kFNormal).data(),0,(char*)NULL);
43085 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TEfficiencycLcLEStatOption),-1,-2,1,G__FastAllocString(2048).Format("kFWilson=%lldLL",(long long)TEfficiency::kFWilson).data(),0,(char*)NULL);
43086 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TEfficiencycLcLEStatOption),-1,-2,1,G__FastAllocString(2048).Format("kFAC=%lldLL",(long long)TEfficiency::kFAC).data(),0,(char*)NULL);
43087 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TEfficiencycLcLEStatOption),-1,-2,1,G__FastAllocString(2048).Format("kFFC=%lldLL",(long long)TEfficiency::kFFC).data(),0,(char*)NULL);
43088 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TEfficiencycLcLEStatOption),-1,-2,1,G__FastAllocString(2048).Format("kBJeffrey=%lldLL",(long long)TEfficiency::kBJeffrey).data(),0,(char*)NULL);
43089 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TEfficiencycLcLEStatOption),-1,-2,1,G__FastAllocString(2048).Format("kBUniform=%lldLL",(long long)TEfficiency::kBUniform).data(),0,(char*)NULL);
43090 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TEfficiencycLcLEStatOption),-1,-2,1,G__FastAllocString(2048).Format("kBBayesian=%lldLL",(long long)TEfficiency::kBBayesian).data(),0,(char*)NULL);
43091 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fBeta_alpha=",0,"global parameter for prior beta distribution (default = 1)");
43092 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fBeta_beta=",0,"global parameter for prior beta distribution (default = 1)");
43093 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_vectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgR),G__defined_typename("vector<std::pair<Double_t,Double_t> >"),-1,2,"fBeta_bin_params=",0,"parameter for prior beta distribution different bin by bin ");
43094 G__memvar_setup((void*)0,49,0,0,-1,G__defined_typename("Double_t (*)(Int_t,Int_t,Double_t,Bool_t)"),-1,2,"fBoundary=",0,"!pointer to a method calculating the boundaries of confidence intervals");
43095 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fConfLevel=",0,"confidence level (default = 0.95)");
43096 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TDirectory),-1,-1,2,"fDirectory=",0,"!pointer to directory holding this TEfficiency object");
43097 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TList),-1,-1,2,"fFunctions=",0,"->pointer to list of functions");
43098 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors),-1,-1,2,"fPaintGraph=",0,"!temporary graph for painting");
43099 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TH2),-1,-1,2,"fPaintHisto=",0,"!temporary histogram for painting ");
43100 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TH1),-1,-1,2,"fPassedHistogram=",0,"histogram for events which passed certain criteria");
43101 G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__HistLN_TEfficiencycLcLEStatOption),-1,-1,2,"fStatisticOption=",0,"defines how the confidence intervals are determined");
43102 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TH1),-1,-1,2,"fTotalHistogram=",0,"histogram for total number of events");
43103 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fWeight=",0,"weight for all events (default = 1)");
43104 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TEfficiencycLcLdA),-1,-2,2,"kIsBayesian=16384LL",0,(char*)NULL);
43105 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TEfficiencycLcLdA),-1,-2,2,"kPosteriorMode=32768LL",0,(char*)NULL);
43106 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TEfficiencycLcLdA),-1,-2,2,"kShortestInterval=65536LL",0,(char*)NULL);
43107 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TEfficiencycLcLdA),-1,-2,2,"kUseBinPrior=131072LL",0,(char*)NULL);
43108 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43109 }
43110 G__tag_memvar_reset();
43111 }
43112
43113
43114
43115 static void G__setup_memvarTFormulaPrimitive(void) {
43116 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TFormulaPrimitive));
43117 { TFormulaPrimitive *p; p=(TFormulaPrimitive*)0x1000; if (p) { }
43118 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TObjArray),-1,-2,2,"fgListOfFunction=",0,"!list of global primitive formulas ");
43119 G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("GenFuncG"),-1,2,"fFuncG=",0,"!pointer to the TFormula generic function");
43120 G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("GenFunc0"),-1,2,"fFunc0=",0,"!pointer to the function");
43121 G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("GenFunc10"),-1,2,"fFunc10=",0,"!pointer to the function");
43122 G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("GenFunc110"),-1,2,"fFunc110=",0,"!pointer to the function");
43123 G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("GenFunc1110"),-1,2,"fFunc1110=",0,"!pointer to the function");
43124 G__memvar_setup((void*)0,97,0,0,-1,G__defined_typename("TFuncG"),-1,2,"fTFuncG=",0,"!pointer to the TFormula generic function");
43125 G__memvar_setup((void*)0,97,0,0,-1,G__defined_typename("TFunc0"),-1,2,"fTFunc0=",0,"! pointer to member function");
43126 G__memvar_setup((void*)0,97,0,0,-1,G__defined_typename("TFunc10"),-1,2,"fTFunc10=",0,"! pointer to member function");
43127 G__memvar_setup((void*)0,97,0,0,-1,G__defined_typename("TFunc110"),-1,2,"fTFunc110=",0,"! pointer to member function");
43128 G__memvar_setup((void*)0,97,0,0,-1,G__defined_typename("TFunc1110"),-1,2,"fTFunc1110=",0,"! pointer to member function");
43129 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fType=",0,"type of the function ");
43130 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNArguments=",0,"number of arguments");
43131 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNParameters=",0,"number of parameters");
43132 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fIsStatic=",0,"indication if the function is static");
43133 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43134 }
43135 G__tag_memvar_reset();
43136 }
43137
43138
43139
43140 static void G__setup_memvarTFormula(void) {
43141 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TFormula));
43142 { TFormula *p; p=(TFormula*)0x1000; if (p) { }
43143 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNdim=",0,"Dimension of function (1=1-Dim, 2=2-Dim,etc)");
43144 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNpar=",0,"Number of parameters");
43145 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNoper=",0,"Number of operators");
43146 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNconst=",0,"Number of constants");
43147 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNumber=",0,"formula number identifier");
43148 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNval=",0,"Number of different variables in expression");
43149 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNstring=",0,"Number of different constants character strings");
43150 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TString),-1,-1,2,"fExpr=",0,"[fNoper] List of expressions");
43151 G__memvar_setup((void*)0,73,0,0,-1,G__defined_typename("Int_t"),-1,4,"fOper=",0,"[fNoper] List of operators. (See documentation for changes made at version 7)");
43152 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fConst=",0,"[fNconst] Array of fNconst formula constants");
43153 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fParams=",0,"[fNpar] Array of fNpar parameters");
43154 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TString),-1,-1,2,"fNames=",0,"[fNpar] Array of parameter names");
43155 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TObjArray),-1,-1,2,"fFunctions=",0,"Array of function calls to make");
43156 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TObjArray),-1,-1,2,"fLinearParts=",0,"Linear parts if the formula is linear (contains '|' or \"++\")");
43157 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TBits),-1,-1,2,"fAlreadyFound=",0,"! cache for information");
43158 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNOperOptimized=",0,"!Number of operators after optimization");
43159 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TString),-1,-1,2,"fExprOptimized=",0,"![fNOperOptimized] List of expressions");
43160 G__memvar_setup((void*)0,73,0,0,-1,G__defined_typename("Int_t"),-1,2,"fOperOptimized=",0,"![fNOperOptimized] List of operators. (See documentation for changes made at version 7)");
43161 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TOperOffset),-1,-1,2,"fOperOffset=",0,"![fNOperOptimized] Offsets of operrands");
43162 G__memvar_setup((void*)0,85,2,0,G__get_linked_tagnum(&G__G__HistLN_TFormulaPrimitive),-1,-1,2,"fPredefined=",0,"![fNPar] predefined function ");
43163 G__memvar_setup((void*)0,97,0,0,-1,G__defined_typename("TFuncG"),-1,2,"fOptimal=",0,"!pointer to optimal function");
43164 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kEnd=0LL",0,(char*)NULL);
43165 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kAdd=1LL",0,(char*)NULL);
43166 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kSubstract=2LL",0,(char*)NULL);
43167 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kMultiply=3LL",0,(char*)NULL);
43168 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kDivide=4LL",0,(char*)NULL);
43169 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kModulo=5LL",0,(char*)NULL);
43170 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kcos=10LL",0,(char*)NULL);
43171 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"ksin=11LL",0,(char*)NULL);
43172 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"ktan=12LL",0,(char*)NULL);
43173 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kacos=13LL",0,(char*)NULL);
43174 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kasin=14LL",0,(char*)NULL);
43175 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"katan=15LL",0,(char*)NULL);
43176 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"katan2=16LL",0,(char*)NULL);
43177 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kfmod=17LL",0,(char*)NULL);
43178 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kpow=20LL",0,(char*)NULL);
43179 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"ksq=21LL",0,(char*)NULL);
43180 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"ksqrt=22LL",0,(char*)NULL);
43181 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kstrstr=23LL",0,(char*)NULL);
43182 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kmin=24LL",0,(char*)NULL);
43183 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kmax=25LL",0,(char*)NULL);
43184 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"klog=30LL",0,(char*)NULL);
43185 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kexp=31LL",0,(char*)NULL);
43186 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"klog10=32LL",0,(char*)NULL);
43187 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kpi=40LL",0,(char*)NULL);
43188 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kabs=41LL",0,(char*)NULL);
43189 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"ksign=42LL",0,(char*)NULL);
43190 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kint=43LL",0,(char*)NULL);
43191 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kSignInv=44LL",0,(char*)NULL);
43192 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"krndm=50LL",0,(char*)NULL);
43193 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kAnd=60LL",0,(char*)NULL);
43194 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kOr=61LL",0,(char*)NULL);
43195 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kEqual=62LL",0,(char*)NULL);
43196 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kNotEqual=63LL",0,(char*)NULL);
43197 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kLess=64LL",0,(char*)NULL);
43198 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kGreater=65LL",0,(char*)NULL);
43199 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kLessThan=66LL",0,(char*)NULL);
43200 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kGreaterThan=67LL",0,(char*)NULL);
43201 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kNot=68LL",0,(char*)NULL);
43202 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kcosh=70LL",0,(char*)NULL);
43203 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"ksinh=71LL",0,(char*)NULL);
43204 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"ktanh=72LL",0,(char*)NULL);
43205 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kacosh=73LL",0,(char*)NULL);
43206 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kasinh=74LL",0,(char*)NULL);
43207 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"katanh=75LL",0,(char*)NULL);
43208 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kStringEqual=76LL",0,(char*)NULL);
43209 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kStringNotEqual=77LL",0,(char*)NULL);
43210 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kBitAnd=78LL",0,(char*)NULL);
43211 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kBitOr=79LL",0,(char*)NULL);
43212 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kLeftShift=80LL",0,(char*)NULL);
43213 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kRightShift=81LL",0,(char*)NULL);
43214 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kJumpIf=82LL",0,(char*)NULL);
43215 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kJump=83LL",0,(char*)NULL);
43216 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kexpo=100LL",0,(char*)NULL);
43217 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kxexpo=100LL",0,(char*)NULL);
43218 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kyexpo=101LL",0,(char*)NULL);
43219 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kzexpo=102LL",0,(char*)NULL);
43220 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kxyexpo=105LL",0,(char*)NULL);
43221 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kgaus=110LL",0,(char*)NULL);
43222 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kxgaus=110LL",0,(char*)NULL);
43223 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kygaus=111LL",0,(char*)NULL);
43224 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kzgaus=112LL",0,(char*)NULL);
43225 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kxygaus=115LL",0,(char*)NULL);
43226 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"klandau=120LL",0,(char*)NULL);
43227 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kxlandau=120LL",0,(char*)NULL);
43228 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kylandau=121LL",0,(char*)NULL);
43229 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kzlandau=122LL",0,(char*)NULL);
43230 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kxylandau=125LL",0,(char*)NULL);
43231 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kpol=130LL",0,(char*)NULL);
43232 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kxpol=130LL",0,(char*)NULL);
43233 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kypol=131LL",0,(char*)NULL);
43234 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kzpol=132LL",0,(char*)NULL);
43235 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kParameter=140LL",0,(char*)NULL);
43236 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kConstant=141LL",0,(char*)NULL);
43237 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kBoolOptimize=142LL",0,(char*)NULL);
43238 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kStringConst=143LL",0,(char*)NULL);
43239 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kVariable=144LL",0,(char*)NULL);
43240 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kFunctionCall=145LL",0,(char*)NULL);
43241 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kData=146LL",0,(char*)NULL);
43242 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kUnary=147LL",0,(char*)NULL);
43243 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kBinary=148LL",0,(char*)NULL);
43244 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kThree=149LL",0,(char*)NULL);
43245 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kDefinedVariable=150LL",0,(char*)NULL);
43246 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kDefinedString=151LL",0,(char*)NULL);
43247 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kPlusD=152LL",0,(char*)NULL);
43248 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kPlusDD=153LL",0,(char*)NULL);
43249 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kMultD=154LL",0,(char*)NULL);
43250 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kMultDD=155LL",0,(char*)NULL);
43251 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kBoolOptimizeOr=156LL",0,(char*)NULL);
43252 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kBoolOptimizeAnd=157LL",0,(char*)NULL);
43253 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kBoolSet=158LL",0,(char*)NULL);
43254 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kFDM=159LL",0,(char*)NULL);
43255 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kFD0=160LL",0,(char*)NULL);
43256 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kFD1=161LL",0,(char*)NULL);
43257 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kFD2=162LL",0,(char*)NULL);
43258 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,2,"kFD3=163LL",0,(char*)NULL);
43259 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kNotGlobal=%lldLL",(long long)TFormula::kNotGlobal).data(),0,(char*)NULL);
43260 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kNormalized=%lldLL",(long long)TFormula::kNormalized).data(),0,(char*)NULL);
43261 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TFormulacLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kLinear=%lldLL",(long long)TFormula::kLinear).data(),0,(char*)NULL);
43262 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43263 }
43264 G__tag_memvar_reset();
43265 }
43266
43267
43268
43269 static void G__setup_memvarTF12(void) {
43270 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TF12));
43271 { TF12 *p; p=(TF12*)0x1000; if (p) { }
43272 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fXY=",0,"Value along Y (if projection X) or X (if projection Y)");
43273 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fCase=",0,"projection along X(0), or Y(1)");
43274 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TF2),-1,-1,2,"fF2=",0,"pointer to the mother TF2");
43275 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43276 }
43277 G__tag_memvar_reset();
43278 }
43279
43280
43281
43282 static void G__setup_memvarTF3(void) {
43283 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TF3));
43284 { TF3 *p; p=(TF3*)0x1000; if (p) { }
43285 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fZmin=",0,"Lower bound for the range in z");
43286 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fZmax=",0,"Upper bound for the range in z");
43287 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNpz=",0,"Number of points along z used for the graphical representation");
43288 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43289 }
43290 G__tag_memvar_reset();
43291 }
43292
43293
43294
43295 static void G__setup_memvarTFractionFitter(void) {
43296 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TFractionFitter));
43297 { TFractionFitter *p; p=(TFractionFitter*)0x1000; if (p) { }
43298 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fFitDone=",0,"flags whether a valid fit has been performed");
43299 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fLowLimitX=",0,"first bin in X dimension");
43300 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fHighLimitX=",0,"last bin in X dimension");
43301 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fLowLimitY=",0,"first bin in Y dimension");
43302 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fHighLimitY=",0,"last bin in Y dimension");
43303 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fLowLimitZ=",0,"first bin in Z dimension");
43304 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fHighLimitZ=",0,"last bin in Z dimension");
43305 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNpfits=",0,"Number of points used in the fit");
43306 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNDF=",0,"Number of degrees of freedom in the fit");
43307 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fChisquare=",0,"Template fit chisquare");
43308 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TObjArray),-1,-1,2,"fAji=",0,"array of pointers to predictions of real template distributions");
43309 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TH1),-1,-1,2,"fData=",0,"pointer to the \"data\" histogram to be fitted to");
43310 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TObjArray),-1,-1,2,"fMCs=",0,"array of pointers to template histograms");
43311 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TObjArray),-1,-1,2,"fWeights=",0,"array of pointers to corresponding weight factors (may be null)");
43312 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fIntegralData=",0,"\"data\" histogram content integral over allowed fit range");
43313 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fIntegralMCs=",0,"same for template histograms (weights not taken into account)");
43314 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fFractions=",0,"template fractions scaled to the \"data\" histogram statistics");
43315 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TH1),-1,-1,2,"fPlot=",0,"pointer to histogram containing summed template predictions");
43316 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNpar=",0,"number of fit parameters");
43317 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43318 }
43319 G__tag_memvar_reset();
43320 }
43321
43322
43323
43324 static void G__setup_memvarTVirtualHistPainter(void) {
43325 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TVirtualHistPainter));
43326 { TVirtualHistPainter *p; p=(TVirtualHistPainter*)0x1000; if (p) { }
43327 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgPainter=",0,"Pointer to class painter");
43328 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43329 }
43330 G__tag_memvar_reset();
43331 }
43332
43333
43334
43335 static void G__setup_memvarTH2D(void) {
43336 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TH2D));
43337 { TH2D *p; p=(TH2D*)0x1000; if (p) { }
43338 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43339 }
43340 G__tag_memvar_reset();
43341 }
43342
43343
43344
43345 static void G__setup_memvarTGraph2DErrors(void) {
43346 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TGraph2DErrors));
43347 { TGraph2DErrors *p; p=(TGraph2DErrors*)0x1000; if (p) { }
43348 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fEX=",0,"[fNpoints] array of X errors");
43349 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fEY=",0,"[fNpoints] array of Y errors");
43350 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fEZ=",0,"[fNpoints] array of Z errors");
43351 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43352 }
43353 G__tag_memvar_reset();
43354 }
43355
43356
43357
43358 static void G__setup_memvarTH1F(void) {
43359 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TH1F));
43360 { TH1F *p; p=(TH1F*)0x1000; if (p) { }
43361 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43362 }
43363 G__tag_memvar_reset();
43364 }
43365
43366
43367
43368 static void G__setup_memvarTSpline(void) {
43369 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TSpline));
43370 { TSpline *p; p=(TSpline*)0x1000; if (p) { }
43371 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fDelta=",0,"Distance between equidistant knots");
43372 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fXmin=",0,"Minimum value of abscissa");
43373 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fXmax=",0,"Maximum value of abscissa");
43374 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNp=",0,"Number of knots");
43375 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fKstep=",0,"True of equidistant knots");
43376 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TH1F),-1,-1,2,"fHistogram=",0,"Temporary histogram");
43377 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TGraph),-1,-1,2,"fGraph=",0,"Graph for drawing the knots");
43378 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNpx=",0,"Number of points used for graphical representation");
43379 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43380 }
43381 G__tag_memvar_reset();
43382 }
43383
43384
43385
43386 static void G__setup_memvarTGraphBentErrors(void) {
43387 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphBentErrors));
43388 { TGraphBentErrors *p; p=(TGraphBentErrors*)0x1000; if (p) { }
43389 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fEXlow=",0,"[fNpoints] array of X low errors");
43390 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fEXhigh=",0,"[fNpoints] array of X high errors");
43391 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fEYlow=",0,"[fNpoints] array of Y low errors");
43392 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fEYhigh=",0,"[fNpoints] array of Y high errors");
43393 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fEXlowd=",0,"[fNpoints] array of X low displacements");
43394 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fEXhighd=",0,"[fNpoints] array of X high displacements");
43395 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fEYlowd=",0,"[fNpoints] array of Y low displacements");
43396 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fEYhighd=",0,"[fNpoints] array of Y high displacements");
43397 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43398 }
43399 G__tag_memvar_reset();
43400 }
43401
43402
43403
43404 static void G__setup_memvarTGraphDelaunay(void) {
43405 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphDelaunay));
43406 { TGraphDelaunay *p; p=(TGraphDelaunay*)0x1000; if (p) { }
43407 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNdt=",0,"!Number of Delaunay triangles found");
43408 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNpoints=",0,"!Number of data points in fGraph2D");
43409 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNhull=",0,"!Number of points in the hull");
43410 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fX=",0,"!Pointer to fGraph2D->fX");
43411 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fY=",0,"!Pointer to fGraph2D->fY");
43412 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fZ=",0,"!Pointer to fGraph2D->fZ");
43413 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fXN=",0,"!fGraph2D vectors normalized of size fNpoints");
43414 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fYN=",0,"!fGraph2D vectors normalized of size fNpoints");
43415 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fXNmin=",0,"!Minimum value of fXN");
43416 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fXNmax=",0,"!Maximum value of fXN");
43417 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fYNmin=",0,"!Minimum value of fYN");
43418 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fYNmax=",0,"!Maximum value of fYN");
43419 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fXoffset=",0,"!");
43420 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fYoffset=",0,"!Parameters used to normalize user data");
43421 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fXScaleFactor=",0,"!");
43422 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fYScaleFactor=",0,"!");
43423 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fZout=",0,"!Histogram bin height for points lying outside the convex hull");
43424 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fDist=",0,"!Array used to order mass points by distance");
43425 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMaxIter=",0,"!Maximum number of iterations to find Delaunay triangles");
43426 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fTriedSize=",0,"!Real size of the fxTried arrays");
43427 G__memvar_setup((void*)0,73,0,0,-1,G__defined_typename("Int_t"),-1,2,"fPTried=",0,"!");
43428 G__memvar_setup((void*)0,73,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNTried=",0,"!Delaunay triangles storage of size fNdt");
43429 G__memvar_setup((void*)0,73,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMTried=",0,"!");
43430 G__memvar_setup((void*)0,73,0,0,-1,G__defined_typename("Int_t"),-1,2,"fHullPoints=",0,"!Hull points of size fNhull");
43431 G__memvar_setup((void*)0,73,0,0,-1,G__defined_typename("Int_t"),-1,2,"fOrder=",0,"!Array used to order mass points by distance");
43432 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fAllTri=",0,"!True if FindAllTriangles() has been performed on fGraph2D");
43433 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fInit=",0,"!True if CreateTrianglesDataStructure() and FindHull() have been performed");
43434 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TGraph2D),-1,-1,2,"fGraph2D=",0,"!2D graph containing the user data");
43435 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43436 }
43437 G__tag_memvar_reset();
43438 }
43439
43440
43441
43442 static void G__setup_memvarTGraphSmooth(void) {
43443 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphSmooth));
43444 { TGraphSmooth *p; p=(TGraphSmooth*)0x1000; if (p) { }
43445 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNin=",0,"Number of input points");
43446 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNout=",0,"Number of output points");
43447 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TGraph),-1,-1,2,"fGin=",0,"Input graph");
43448 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TGraph),-1,-1,2,"fGout=",0,"Output graph");
43449 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMinX=",0,"Minimum value of array X");
43450 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMaxX=",0,"Maximum value of array X");
43451 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43452 }
43453 G__tag_memvar_reset();
43454 }
43455
43456
43457
43458 static void G__setup_memvarTGraphTime(void) {
43459 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphTime));
43460 { TGraphTime *p; p=(TGraphTime*)0x1000; if (p) { }
43461 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fSleepTime=",0,"Time (msec) to wait between time steps");
43462 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNsteps=",0,"Number of time steps");
43463 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fXmin=",0,"Minimum for X axis");
43464 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fXmax=",0,"Maximum for X axis");
43465 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fYmin=",0,"Minimum for Y axis");
43466 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fYmax=",0,"Maximum for Y axis");
43467 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TObjArray),-1,-1,2,"fSteps=",0,"array of TLists for each time step");
43468 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TH1),-1,-1,2,"fFrame=",0,"TH1 object used for the pad range");
43469 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43470 }
43471 G__tag_memvar_reset();
43472 }
43473
43474
43475
43476 static void G__setup_memvarTH1D(void) {
43477 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TH1D));
43478 { TH1D *p; p=(TH1D*)0x1000; if (p) { }
43479 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43480 }
43481 G__tag_memvar_reset();
43482 }
43483
43484
43485
43486 static void G__setup_memvarTH1C(void) {
43487 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TH1C));
43488 { TH1C *p; p=(TH1C*)0x1000; if (p) { }
43489 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43490 }
43491 G__tag_memvar_reset();
43492 }
43493
43494
43495
43496 static void G__setup_memvarTH1S(void) {
43497 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TH1S));
43498 { TH1S *p; p=(TH1S*)0x1000; if (p) { }
43499 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43500 }
43501 G__tag_memvar_reset();
43502 }
43503
43504
43505
43506 static void G__setup_memvarTH1I(void) {
43507 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TH1I));
43508 { TH1I *p; p=(TH1I*)0x1000; if (p) { }
43509 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43510 }
43511 G__tag_memvar_reset();
43512 }
43513
43514
43515
43516 static void G__setup_memvarTH1K(void) {
43517 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TH1K));
43518 { TH1K *p; p=(TH1K*)0x1000; if (p) { }
43519 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fReady=",0,"!");
43520 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNIn=",0,(char*)NULL);
43521 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fKOrd=",0,"!");
43522 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fKCur=",0,"!");
43523 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43524 }
43525 G__tag_memvar_reset();
43526 }
43527
43528
43529
43530 static void G__setup_memvarTProfile(void) {
43531 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile));
43532 { TProfile *p; p=(TProfile*)0x1000; if (p) { }
43533 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TArrayD),-1,-1,2,"fBinEntries=",0,"number of entries per bin");
43534 G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__HistLN_EErrorType),-1,-1,2,"fErrorMode=",0,"Option to compute errors");
43535 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fYmin=",0,"Lower limit in Y (if set)");
43536 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fYmax=",0,"Upper limit in Y (if set)");
43537 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fScaling=",0,"!True when TProfile::Scale is called");
43538 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fTsumwy=",0,"Total Sum of weight*Y");
43539 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fTsumwy2=",0,"Total Sum of weight*Y*Y");
43540 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TArrayD),-1,-1,2,"fBinSumw2=",0,"Array of sum of squares of weights per bin ");
43541 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-2,2,"fgApproximate=",0,"bin error approximation option");
43542 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43543 }
43544 G__tag_memvar_reset();
43545 }
43546
43547
43548
43549 static void G__setup_memvarTH2C(void) {
43550 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TH2C));
43551 { TH2C *p; p=(TH2C*)0x1000; if (p) { }
43552 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43553 }
43554 G__tag_memvar_reset();
43555 }
43556
43557
43558
43559 static void G__setup_memvarTH2S(void) {
43560 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TH2S));
43561 { TH2S *p; p=(TH2S*)0x1000; if (p) { }
43562 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43563 }
43564 G__tag_memvar_reset();
43565 }
43566
43567
43568
43569 static void G__setup_memvarTH2I(void) {
43570 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TH2I));
43571 { TH2I *p; p=(TH2I*)0x1000; if (p) { }
43572 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43573 }
43574 G__tag_memvar_reset();
43575 }
43576
43577
43578
43579 static void G__setup_memvarTH2F(void) {
43580 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TH2F));
43581 { TH2F *p; p=(TH2F*)0x1000; if (p) { }
43582 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43583 }
43584 G__tag_memvar_reset();
43585 }
43586
43587
43588
43589 static void G__setup_memvarTH2PolyBin(void) {
43590 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TH2PolyBin));
43591 { TH2PolyBin *p; p=(TH2PolyBin*)0x1000; if (p) { }
43592 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fChanged=",0,"For the 3D Painter");
43593 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNumber=",0,"Bin number of the bin in TH2Poly");
43594 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TObject),-1,-1,2,"fPoly=",0,"Object holding the polygon definition");
43595 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fArea=",0,"Bin area");
43596 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fContent=",0,"Bin content");
43597 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fXmin=",0,"X minimum value");
43598 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fYmin=",0,"Y minimum value");
43599 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fXmax=",0,"X maximum value");
43600 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fYmax=",0,"Y maximum value");
43601 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43602 }
43603 G__tag_memvar_reset();
43604 }
43605
43606
43607
43608 static void G__setup_memvarTH2Poly(void) {
43609 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TH2Poly));
43610 { TH2Poly *p; p=(TH2Poly*)0x1000; if (p) { }
43611 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TList),-1,-1,2,"fBins=",0,"List of bins.");
43612 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fOverflow[9]=",0,"Overflow bins");
43613 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fCellX=",0,"Number of partition cells in the x-direction of the histogram");
43614 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fCellY=",0,"Number of partition cells in the y-direction of the histogram");
43615 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNCells=",0,"Number of partition cells: fCellX*fCellY");
43616 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TList),-1,-1,2,"fCells=",0,"[fNCells] The array of TLists that store the bins that intersect with each cell");
43617 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fStepX=",0,(char*)NULL);
43618 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fStepY=",0,"Dimensions of a partition cell");
43619 G__memvar_setup((void*)0,71,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fIsEmpty=",0,"[fNCells] The array that returns true if the cell at the given coordinate is empty");
43620 G__memvar_setup((void*)0,71,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fCompletelyInside=",0,"[fNCells] The array that returns true if the cell at the given coordinate is completely inside a bin");
43621 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fFloat=",0,"When set to kTRUE, allows the histogram to expand if a bin outside the limits is added.");
43622 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fNewBinAdded=",0,"!For the 3D Painter");
43623 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fBinContentChanged=",0,"!For the 3D Painter");
43624 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43625 }
43626 G__tag_memvar_reset();
43627 }
43628
43629
43630
43631 static void G__setup_memvarTProfile2D(void) {
43632 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile2D));
43633 { TProfile2D *p; p=(TProfile2D*)0x1000; if (p) { }
43634 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TArrayD),-1,-1,2,"fBinEntries=",0,"number of entries per bin");
43635 G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__HistLN_EErrorType),-1,-1,2,"fErrorMode=",0,"Option to compute errors");
43636 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fZmin=",0,"Lower limit in Z (if set)");
43637 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fZmax=",0,"Upper limit in Z (if set)");
43638 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fScaling=",0,"!True when TProfile2D::Scale is called");
43639 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fTsumwz=",0,"Total Sum of weight*Z");
43640 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fTsumwz2=",0,"Total Sum of weight*Z*Z");
43641 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TArrayD),-1,-1,2,"fBinSumw2=",0,"Array of sum of squares of weights per bin ");
43642 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-2,2,"fgApproximate=",0,"bin error approximation option");
43643 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43644 }
43645 G__tag_memvar_reset();
43646 }
43647
43648
43649
43650 static void G__setup_memvarTH3(void) {
43651 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TH3));
43652 { TH3 *p; p=(TH3*)0x1000; if (p) { }
43653 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fTsumwy=",0,"Total Sum of weight*Y");
43654 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fTsumwy2=",0,"Total Sum of weight*Y*Y");
43655 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fTsumwxy=",0,"Total Sum of weight*X*Y");
43656 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fTsumwz=",0,"Total Sum of weight*Z");
43657 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fTsumwz2=",0,"Total Sum of weight*Z*Z");
43658 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fTsumwxz=",0,"Total Sum of weight*X*Z");
43659 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fTsumwyz=",0,"Total Sum of weight*Y*Z");
43660 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43661 }
43662 G__tag_memvar_reset();
43663 }
43664
43665
43666
43667 static void G__setup_memvarTH3C(void) {
43668 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TH3C));
43669 { TH3C *p; p=(TH3C*)0x1000; if (p) { }
43670 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43671 }
43672 G__tag_memvar_reset();
43673 }
43674
43675
43676
43677 static void G__setup_memvarTH3S(void) {
43678 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TH3S));
43679 { TH3S *p; p=(TH3S*)0x1000; if (p) { }
43680 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43681 }
43682 G__tag_memvar_reset();
43683 }
43684
43685
43686
43687 static void G__setup_memvarTH3I(void) {
43688 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TH3I));
43689 { TH3I *p; p=(TH3I*)0x1000; if (p) { }
43690 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43691 }
43692 G__tag_memvar_reset();
43693 }
43694
43695
43696
43697 static void G__setup_memvarTH3F(void) {
43698 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TH3F));
43699 { TH3F *p; p=(TH3F*)0x1000; if (p) { }
43700 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43701 }
43702 G__tag_memvar_reset();
43703 }
43704
43705
43706
43707 static void G__setup_memvarTH3D(void) {
43708 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TH3D));
43709 { TH3D *p; p=(TH3D*)0x1000; if (p) { }
43710 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43711 }
43712 G__tag_memvar_reset();
43713 }
43714
43715
43716
43717 static void G__setup_memvarTHLimitsFinder(void) {
43718 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_THLimitsFinder));
43719 { THLimitsFinder *p; p=(THLimitsFinder*)0x1000; if (p) { }
43720 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_THLimitsFinder),-1,-2,2,"fgLimitsFinder=",0,"!Pointer to hist limits finder");
43721 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43722 }
43723 G__tag_memvar_reset();
43724 }
43725
43726
43727
43728 static void G__setup_memvarTHnSparseArrayChunk(void) {
43729 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseArrayChunk));
43730 { THnSparseArrayChunk *p; p=(THnSparseArrayChunk*)0x1000; if (p) { }
43731 G__memvar_setup((void*)((long)(&p->fCoordinateAllocationSize)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fCoordinateAllocationSize=",0,"! size of the allocated coordinate buffer; -1 means none or fCoordinatesSize");
43732 G__memvar_setup((void*)((long)(&p->fSingleCoordinateSize)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fSingleCoordinateSize=",0,"size of a single bin coordinate");
43733 G__memvar_setup((void*)((long)(&p->fCoordinatesSize)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fCoordinatesSize=",0,"size of the bin coordinate buffer");
43734 G__memvar_setup((void*)((long)(&p->fCoordinates)-(long)(p)),67,0,0,-1,G__defined_typename("Char_t"),-1,1,"fCoordinates=",0,"[fCoordinatesSize] compact bin coordinate buffer");
43735 G__memvar_setup((void*)((long)(&p->fContent)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__G__HistLN_TArray),-1,-1,1,"fContent=",0,"bin content");
43736 G__memvar_setup((void*)((long)(&p->fSumw2)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__G__HistLN_TArrayD),-1,-1,1,"fSumw2=",0,"bin errors");
43737 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43738 }
43739 G__tag_memvar_reset();
43740 }
43741
43742
43743
43744 static void G__setup_memvarTHnSparseTlETArrayDgR(void) {
43745 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayDgR));
43746 { THnSparseT<TArrayD> *p; p=(THnSparseT<TArrayD>*)0x1000; if (p) { }
43747 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43748 }
43749 G__tag_memvar_reset();
43750 }
43751
43752
43753
43754 static void G__setup_memvarTHnSparseTlETArrayFgR(void) {
43755 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayFgR));
43756 { THnSparseT<TArrayF> *p; p=(THnSparseT<TArrayF>*)0x1000; if (p) { }
43757 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43758 }
43759 G__tag_memvar_reset();
43760 }
43761
43762
43763
43764 static void G__setup_memvarTHnSparseTlETArrayLgR(void) {
43765 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayLgR));
43766 { THnSparseT<TArrayL> *p; p=(THnSparseT<TArrayL>*)0x1000; if (p) { }
43767 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43768 }
43769 G__tag_memvar_reset();
43770 }
43771
43772
43773
43774 static void G__setup_memvarTHnSparseTlETArrayIgR(void) {
43775 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayIgR));
43776 { THnSparseT<TArrayI> *p; p=(THnSparseT<TArrayI>*)0x1000; if (p) { }
43777 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43778 }
43779 G__tag_memvar_reset();
43780 }
43781
43782
43783
43784 static void G__setup_memvarTHnSparseTlETArraySgR(void) {
43785 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArraySgR));
43786 { THnSparseT<TArrayS> *p; p=(THnSparseT<TArrayS>*)0x1000; if (p) { }
43787 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43788 }
43789 G__tag_memvar_reset();
43790 }
43791
43792
43793
43794 static void G__setup_memvarTHnSparseTlETArrayCgR(void) {
43795 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayCgR));
43796 { THnSparseT<TArrayC> *p; p=(THnSparseT<TArrayC>*)0x1000; if (p) { }
43797 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43798 }
43799 G__tag_memvar_reset();
43800 }
43801
43802
43803
43804 static void G__setup_memvarTHStack(void) {
43805 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_THStack));
43806 { THStack *p; p=(THStack*)0x1000; if (p) { }
43807 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TList),-1,-1,2,"fHists=",0,"Pointer to array of TH1");
43808 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TObjArray),-1,-1,2,"fStack=",0,"!Pointer to array of sums of TH1");
43809 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TH1),-1,-1,2,"fHistogram=",0,"Pointer to histogram used for drawing axis");
43810 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMaximum=",0,"Maximum value for plotting along y");
43811 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMinimum=",0,"Minimum value for plotting along y");
43812 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43813 }
43814 G__tag_memvar_reset();
43815 }
43816
43817
43818
43819 static void G__setup_memvarTKDE(void) {
43820 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TKDE));
43821 { TKDE *p; p=(TKDE*)0x1000; if (p) { }
43822 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TKDEcLcLEKernelType),-1,-2,1,G__FastAllocString(2048).Format("kGaussian=%lldLL",(long long)TKDE::kGaussian).data(),0,(char*)NULL);
43823 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TKDEcLcLEKernelType),-1,-2,1,G__FastAllocString(2048).Format("kEpanechnikov=%lldLL",(long long)TKDE::kEpanechnikov).data(),0,(char*)NULL);
43824 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TKDEcLcLEKernelType),-1,-2,1,G__FastAllocString(2048).Format("kBiweight=%lldLL",(long long)TKDE::kBiweight).data(),0,(char*)NULL);
43825 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TKDEcLcLEKernelType),-1,-2,1,G__FastAllocString(2048).Format("kCosineArch=%lldLL",(long long)TKDE::kCosineArch).data(),0,(char*)NULL);
43826 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TKDEcLcLEKernelType),-1,-2,1,G__FastAllocString(2048).Format("kUserDefined=%lldLL",(long long)TKDE::kUserDefined).data(),0,(char*)NULL);
43827 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TKDEcLcLEKernelType),-1,-2,1,G__FastAllocString(2048).Format("kTotalKernels=%lldLL",(long long)TKDE::kTotalKernels).data(),0,(char*)NULL);
43828 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TKDEcLcLEIteration),-1,-2,1,G__FastAllocString(2048).Format("kAdaptive=%lldLL",(long long)TKDE::kAdaptive).data(),0,(char*)NULL);
43829 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TKDEcLcLEIteration),-1,-2,1,G__FastAllocString(2048).Format("kFixed=%lldLL",(long long)TKDE::kFixed).data(),0,(char*)NULL);
43830 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TKDEcLcLEMirror),-1,-2,1,G__FastAllocString(2048).Format("kNoMirror=%lldLL",(long long)TKDE::kNoMirror).data(),0,(char*)NULL);
43831 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TKDEcLcLEMirror),-1,-2,1,G__FastAllocString(2048).Format("kMirrorLeft=%lldLL",(long long)TKDE::kMirrorLeft).data(),0,(char*)NULL);
43832 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TKDEcLcLEMirror),-1,-2,1,G__FastAllocString(2048).Format("kMirrorRight=%lldLL",(long long)TKDE::kMirrorRight).data(),0,(char*)NULL);
43833 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TKDEcLcLEMirror),-1,-2,1,G__FastAllocString(2048).Format("kMirrorBoth=%lldLL",(long long)TKDE::kMirrorBoth).data(),0,(char*)NULL);
43834 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TKDEcLcLEMirror),-1,-2,1,G__FastAllocString(2048).Format("kMirrorAsymLeft=%lldLL",(long long)TKDE::kMirrorAsymLeft).data(),0,(char*)NULL);
43835 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TKDEcLcLEMirror),-1,-2,1,G__FastAllocString(2048).Format("kMirrorAsymLeftRight=%lldLL",(long long)TKDE::kMirrorAsymLeftRight).data(),0,(char*)NULL);
43836 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TKDEcLcLEMirror),-1,-2,1,G__FastAllocString(2048).Format("kMirrorAsymRight=%lldLL",(long long)TKDE::kMirrorAsymRight).data(),0,(char*)NULL);
43837 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TKDEcLcLEMirror),-1,-2,1,G__FastAllocString(2048).Format("kMirrorLeftAsymRight=%lldLL",(long long)TKDE::kMirrorLeftAsymRight).data(),0,(char*)NULL);
43838 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TKDEcLcLEMirror),-1,-2,1,G__FastAllocString(2048).Format("kMirrorAsymBoth=%lldLL",(long long)TKDE::kMirrorAsymBoth).data(),0,(char*)NULL);
43839 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TKDEcLcLEBinning),-1,-2,1,G__FastAllocString(2048).Format("kUnbinned=%lldLL",(long long)TKDE::kUnbinned).data(),0,(char*)NULL);
43840 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TKDEcLcLEBinning),-1,-2,1,G__FastAllocString(2048).Format("kRelaxedBinning=%lldLL",(long long)TKDE::kRelaxedBinning).data(),0,(char*)NULL);
43841 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TKDEcLcLEBinning),-1,-2,1,G__FastAllocString(2048).Format("kForcedBinning=%lldLL",(long long)TKDE::kForcedBinning).data(),0,(char*)NULL);
43842 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLIBaseFunctionOneDim),G__defined_typename("KernelFunction_Ptr"),-1,4,"fKernelFunction=",0,(char*)NULL);
43843 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TKDEcLcLTKernel),-1,-1,4,"fKernel=",0,(char*)NULL);
43844 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_vectorlEdoublecOallocatorlEdoublegRsPgR),G__defined_typename("vector<Double_t>"),-1,4,"fData=",0,"Data events");
43845 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_vectorlEdoublecOallocatorlEdoublegRsPgR),G__defined_typename("vector<Double_t>"),-1,4,"fEvents=",0,"Original data storage");
43846 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TF1),-1,-1,4,"fPDF=",0,"Output Kernel Density Estimation PDF function");
43847 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TF1),-1,-1,4,"fUpperPDF=",0,"Output Kernel Density Estimation upper confidence interval PDF function");
43848 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TF1),-1,-1,4,"fLowerPDF=",0,"Output Kernel Density Estimation lower confidence interval PDF function");
43849 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TF1),-1,-1,4,"fApproximateBias=",0,"Output Kernel Density Estimation approximate bias");
43850 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TGraphErrors),-1,-1,4,"fGraph=",0,"Graph with the errors");
43851 G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__HistLN_TKDEcLcLEKernelType),-1,-1,4,"fKernelType=",0,(char*)NULL);
43852 G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__HistLN_TKDEcLcLEIteration),-1,-1,4,"fIteration=",0,(char*)NULL);
43853 G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__HistLN_TKDEcLcLEMirror),-1,-1,4,"fMirror=",0,(char*)NULL);
43854 G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__HistLN_TKDEcLcLEBinning),-1,-1,4,"fBinning=",0,(char*)NULL);
43855 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fUseMirroring=",0,(char*)NULL);
43856 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fMirrorLeft=",0,(char*)NULL);
43857 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fMirrorRight=",0,(char*)NULL);
43858 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fAsymLeft=",0,(char*)NULL);
43859 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fAsymRight=",0,(char*)NULL);
43860 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fUseBins=",0,(char*)NULL);
43861 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fNewData=",0,"flag to control when new data are given");
43862 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fUseMinMaxFromData=",0,"flag top control if min and max must be used from data");
43863 G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fNBins=",0,"Number of bins for binned data option");
43864 G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fNEvents=",0,"Data's number of events");
43865 G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fUseBinsNEvents=",0,"If the algorithm is allowed to use binning this is the minimum number of events to do so");
43866 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fMean=",0,"Data mean");
43867 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fSigma=",0,"Data std deviation");
43868 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fSigmaRob=",0,"Data std deviation (robust estimation)");
43869 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fXMin=",0,"Data minimum value");
43870 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fXMax=",0,"Data maximum value");
43871 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fRho=",0,"Adjustment factor for sigma");
43872 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fAdaptiveBandwidthFactor=",0,"Geometric mean of the kernel density estimation from the data for adaptive iteration");
43873 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fWeightSize=",0,"Caches the weight size");
43874 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_vectorlEdoublecOallocatorlEdoublegRsPgR),G__defined_typename("vector<Double_t>"),-1,4,"fCanonicalBandwidths=",0,(char*)NULL);
43875 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_vectorlEdoublecOallocatorlEdoublegRsPgR),G__defined_typename("vector<Double_t>"),-1,4,"fKernelSigmas2=",0,(char*)NULL);
43876 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR),G__defined_typename("vector<UInt_t>"),-1,4,"fBinCount=",0,"Number of events per bin for binned data option");
43877 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_vectorlEboolcOallocatorlEboolgRsPgR),G__defined_typename("vector<Bool_t>"),-1,4,"fSettedOptions=",0,"User input options flag");
43878 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43879 }
43880 G__tag_memvar_reset();
43881 }
43882
43883
43884
43885 static void G__setup_memvarTLimitDataSource(void) {
43886 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TLimitDataSource));
43887 { TLimitDataSource *p; p=(TLimitDataSource*)0x1000; if (p) { }
43888 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TObjArray),-1,-1,4,"fSignal=",0,"packed input signal");
43889 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TObjArray),-1,-1,4,"fBackground=",0,"packed input background");
43890 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TObjArray),-1,-1,4,"fCandidates=",0,"packed input candidates (data)");
43891 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TObjArray),-1,-1,4,"fErrorOnSignal=",0,"packed error sources for signal");
43892 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TObjArray),-1,-1,4,"fErrorOnBackground=",0,"packed error sources for background");
43893 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TObjArray),-1,-1,4,"fIds=",0,"packed IDs for the different error sources");
43894 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TObjArray),-1,-1,4,"fDummyTA=",0,"array of dummy object (used for bookeeping)");
43895 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TObjArray),-1,-1,4,"fDummyIds=",0,"array of dummy object (used for bookeeping)");
43896 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43897 }
43898 G__tag_memvar_reset();
43899 }
43900
43901
43902
43903 static void G__setup_memvarTLimit(void) {
43904 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TLimit));
43905 { TLimit *p; p=(TLimit*)0x1000; if (p) { }
43906 G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
43907 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TArrayD),-1,-2,4,"fgTable=",0,"a log table... just to speed up calculation");
43908 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TOrdCollection),-1,-2,4,"fgSystNames=",0,"Collection of systematics names");
43909 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43910 }
43911 G__tag_memvar_reset();
43912 }
43913
43914
43915
43916 static void G__setup_memvarTMultiDimFit(void) {
43917 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TMultiDimFit));
43918 { TMultiDimFit *p; p=(TMultiDimFit*)0x1000; if (p) { }
43919 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TMultiDimFitcLcLEMDFPolyType),-1,-2,1,G__FastAllocString(2048).Format("kMonomials=%lldLL",(long long)TMultiDimFit::kMonomials).data(),0,(char*)NULL);
43920 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TMultiDimFitcLcLEMDFPolyType),-1,-2,1,G__FastAllocString(2048).Format("kChebyshev=%lldLL",(long long)TMultiDimFit::kChebyshev).data(),0,(char*)NULL);
43921 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TMultiDimFitcLcLEMDFPolyType),-1,-2,1,G__FastAllocString(2048).Format("kLegendre=%lldLL",(long long)TMultiDimFit::kLegendre).data(),0,(char*)NULL);
43922 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMultiDimFit),-1,-2,4,"fgInstance=",0,"Static instance");
43923 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,2,"fQuantity=",0,"Training sample, dependent quantity");
43924 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,2,"fSqError=",0,"Training sample, error in quantity");
43925 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMeanQuantity=",0,"Mean of dependent quantity");
43926 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMaxQuantity=",0,"Max value of dependent quantity");
43927 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMinQuantity=",0,"Min value of dependent quantity");
43928 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fSumSqQuantity=",0,"SumSquare of dependent quantity");
43929 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fSumSqAvgQuantity=",0,"Sum of squares away from mean");
43930 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,2,"fVariables=",0,"Training sample, independent variables");
43931 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNVariables=",0,"Number of independent variables");
43932 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,2,"fMeanVariables=",0,"mean value of independent variables");
43933 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,2,"fMaxVariables=",0,"max value of independent variables");
43934 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,2,"fMinVariables=",0,"min value of independent variables");
43935 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fSampleSize=",0,"Size of training sample");
43936 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,2,"fTestQuantity=",0,"Test sample, dependent quantity");
43937 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,2,"fTestSqError=",0,"Test sample, Error in quantity");
43938 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,2,"fTestVariables=",0,"Test sample, independent variables");
43939 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fTestSampleSize=",0,"Size of test sample");
43940 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMinAngle=",0,"Min angle for acepting new function");
43941 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMaxAngle=",0,"Max angle for acepting new function");
43942 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMaxTerms=",0,"Max terms expected in final expr.");
43943 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMinRelativeError=",0,"Min relative error accepted");
43944 G__memvar_setup((void*)0,73,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMaxPowers=",0,"[fNVariables] maximum powers");
43945 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fPowerLimit=",0,"Control parameter");
43946 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TMatrixTlEdoublegR),G__defined_typename("TMatrixD"),-1,2,"fFunctions=",0,"Functions evaluated over sample");
43947 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMaxFunctions=",0,"max number of functions");
43948 G__memvar_setup((void*)0,73,0,0,-1,G__defined_typename("Int_t"),-1,2,"fFunctionCodes=",0,"[fMaxFunctions] acceptance code");
43949 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMaxStudy=",0,"max functions to study");
43950 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMaxFuncNV=",0,"fMaxFunctions*fNVariables");
43951 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TMatrixTlEdoublegR),G__defined_typename("TMatrixD"),-1,2,"fOrthFunctions=",0,"As above, but orthogonalised");
43952 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,2,"fOrthFunctionNorms=",0,"Norm of the evaluated functions");
43953 G__memvar_setup((void*)0,73,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMaxPowersFinal=",0,"[fNVariables] maximum powers from fit;");
43954 G__memvar_setup((void*)0,73,0,0,-1,G__defined_typename("Int_t"),-1,2,"fPowers=",0,"[fMaxFuncNV] where fMaxFuncNV = fMaxFunctions*fNVariables");
43955 G__memvar_setup((void*)0,73,0,0,-1,G__defined_typename("Int_t"),-1,2,"fPowerIndex=",0,"[fMaxTerms] Index of accepted powers");
43956 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,2,"fResiduals=",0,"Vector of the final residuals");
43957 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMaxResidual=",0,"Max redsidual value");
43958 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMinResidual=",0,"Min redsidual value");
43959 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMaxResidualRow=",0,"Row giving max residual");
43960 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMinResidualRow=",0,"Row giving min residual");
43961 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fSumSqResidual=",0,"Sum of Square residuals");
43962 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNCoefficients=",0,"Dimension of model coefficients");
43963 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,2,"fOrthCoefficients=",0,"The model coefficients");
43964 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TMatrixTlEdoublegR),G__defined_typename("TMatrixD"),-1,2,"fOrthCurvatureMatrix=",0,"Model matrix");
43965 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,2,"fCoefficients=",0,"Vector of the final coefficients");
43966 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,2,"fCoefficientsRMS=",0,"Vector of RMS of coefficients");
43967 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fRMS=",0,"Root mean square of fit");
43968 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fChi2=",0,"Chi square of fit");
43969 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fParameterisationCode=",0,"Exit code of parameterisation");
43970 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fError=",0,"Error from parameterization");
43971 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fTestError=",0,"Error from test");
43972 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fPrecision=",0,"Relative precision of param");
43973 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fTestPrecision=",0,"Relative precision of test");
43974 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fCorrelationCoeff=",0,"Multi Correlation coefficient");
43975 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TMatrixTlEdoublegR),G__defined_typename("TMatrixD"),-1,2,"fCorrelationMatrix=",0,"Correlation matrix");
43976 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fTestCorrelationCoeff=",0,"Multi Correlation coefficient");
43977 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TList),-1,-1,2,"fHistograms=",0,"List of histograms");
43978 G__memvar_setup((void*)0,98,0,0,-1,G__defined_typename("Byte_t"),-1,2,"fHistogramMask=",0,"Bit pattern of hisograms used");
43979 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fBinVarX=",0,"Number of bin in independent variables");
43980 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fBinVarY=",0,"Number of bin in dependent variables");
43981 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TVirtualFitter),-1,-1,2,"fFitter=",0,"! Fit object (MINUIT)");
43982 G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__HistLN_TMultiDimFitcLcLEMDFPolyType),-1,-1,2,"fPolyType=",0,"Type of polynomials to use");
43983 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fShowCorrelation=",0,"print correlation matrix");
43984 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fIsUserFunction=",0,"Flag for user defined function");
43985 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fIsVerbose=",0,(char*)NULL);
43986 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43987 }
43988 G__tag_memvar_reset();
43989 }
43990
43991
43992
43993 static void G__setup_memvarTPolyMarker(void) {
43994 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TPolyMarker));
43995 { TPolyMarker *p; p=(TPolyMarker*)0x1000; if (p) { }
43996 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fN=",0,"number of points");
43997 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fLastPoint=",0,"The index of the last filled point");
43998 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fX=",0,"[fN] Array of X coordinates");
43999 G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fY=",0,"[fN] Array of Y coordinates");
44000 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TString),-1,-1,2,"fOption=",0,"options");
44001 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
44002 }
44003 G__tag_memvar_reset();
44004 }
44005
44006
44007
44008 static void G__setup_memvarTPrincipal(void) {
44009 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TPrincipal));
44010 { TPrincipal *p; p=(TPrincipal*)0x1000; if (p) { }
44011 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNumberOfDataPoints=",0,"Number of data points");
44012 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNumberOfVariables=",0,"Number of variables");
44013 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,2,"fMeanValues=",0,"Mean value over all data points");
44014 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,2,"fSigmas=",0,"vector of sigmas");
44015 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TMatrixTlEdoublegR),G__defined_typename("TMatrixD"),-1,2,"fCovarianceMatrix=",0,"Covariance matrix");
44016 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TMatrixTlEdoublegR),G__defined_typename("TMatrixD"),-1,2,"fEigenVectors=",0,"Eigenvector matrix of trans");
44017 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,2,"fEigenValues=",0,"Eigenvalue vector of trans");
44018 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,2,"fOffDiagonal=",0,"elements of the tridiagonal");
44019 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,2,"fUserData=",0,"Vector of original data points");
44020 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fTrace=",0,"Trace of covarience matrix");
44021 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TList),-1,-1,2,"fHistograms=",0,"List of histograms");
44022 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fIsNormalised=",0,"Normalize matrix?");
44023 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fStoreData=",0,"Should we store input data?");
44024 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
44025 }
44026 G__tag_memvar_reset();
44027 }
44028
44029
44030
44031 static void G__setup_memvarTProfile3D(void) {
44032 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile3D));
44033 { TProfile3D *p; p=(TProfile3D*)0x1000; if (p) { }
44034 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TArrayD),-1,-1,2,"fBinEntries=",0,"number of entries per bin");
44035 G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__HistLN_EErrorType),-1,-1,2,"fErrorMode=",0,"Option to compute errors");
44036 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fTmin=",0,"Lower limit in T (if set)");
44037 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fTmax=",0,"Upper limit in T (if set)");
44038 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fScaling=",0,"!True when TProfile3D::Scale is called");
44039 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fTsumwt=",0,"Total Sum of weight*T");
44040 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fTsumwt2=",0,"Total Sum of weight*T*T");
44041 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TArrayD),-1,-1,2,"fBinSumw2=",0,"Array of sum of squares of weights per bin ");
44042 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-2,2,"fgApproximate=",0,"bin error approximation option");
44043 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
44044 }
44045 G__tag_memvar_reset();
44046 }
44047
44048
44049
44050 static void G__setup_memvarTSplinePoly(void) {
44051 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TSplinePoly));
44052 { TSplinePoly *p; p=(TSplinePoly*)0x1000; if (p) { }
44053 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fX=",0,"abscissa");
44054 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fY=",0,"constant term");
44055 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
44056 }
44057 G__tag_memvar_reset();
44058 }
44059
44060
44061
44062 static void G__setup_memvarTSplinePoly3(void) {
44063 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TSplinePoly3));
44064 { TSplinePoly3 *p; p=(TSplinePoly3*)0x1000; if (p) { }
44065 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fB=",0,"first order expansion coefficient : fB*1! is the first derivative at x");
44066 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fC=",0,"second order expansion coefficient : fC*2! is the second derivative at x");
44067 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fD=",0,"third order expansion coefficient : fD*3! is the third derivative at x");
44068 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
44069 }
44070 G__tag_memvar_reset();
44071 }
44072
44073
44074
44075 static void G__setup_memvarTSplinePoly5(void) {
44076 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TSplinePoly5));
44077 { TSplinePoly5 *p; p=(TSplinePoly5*)0x1000; if (p) { }
44078 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fB=",0,"first order expansion coefficient : fB*1! is the first derivative at x");
44079 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fC=",0,"second order expansion coefficient : fC*2! is the second derivative at x");
44080 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fD=",0,"third order expansion coefficient : fD*3! is the third derivative at x");
44081 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fE=",0,"fourth order expansion coefficient : fE*4! is the fourth derivative at x");
44082 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fF=",0,"fifth order expansion coefficient : fF*5! is the fifth derivative at x");
44083 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
44084 }
44085 G__tag_memvar_reset();
44086 }
44087
44088
44089
44090 static void G__setup_memvarTSpline3(void) {
44091 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TSpline3));
44092 { TSpline3 *p; p=(TSpline3*)0x1000; if (p) { }
44093 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TSplinePoly3),-1,-1,2,"fPoly=",0,"[fNp] Array of polynomial terms");
44094 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fValBeg=",0,"Initial value of first or second derivative");
44095 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fValEnd=",0,"End value of first or second derivative");
44096 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fBegCond=",0,"0=no beg cond, 1=first derivative, 2=second derivative");
44097 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fEndCond=",0,"0=no end cond, 1=first derivative, 2=second derivative");
44098 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
44099 }
44100 G__tag_memvar_reset();
44101 }
44102
44103
44104
44105 static void G__setup_memvarTSpline5(void) {
44106 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TSpline5));
44107 { TSpline5 *p; p=(TSpline5*)0x1000; if (p) { }
44108 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TSplinePoly5),-1,-1,2,"fPoly=",0,"[fNp] Array of polynomial terms");
44109 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
44110 }
44111 G__tag_memvar_reset();
44112 }
44113
44114
44115
44116 static void G__setup_memvarTSVDUnfold(void) {
44117 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TSVDUnfold));
44118 { TSVDUnfold *p; p=(TSVDUnfold*)0x1000; if (p) { }
44119 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fNdim=",0,"! Truth and reconstructed dimensions");
44120 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fDdim=",0,"! Derivative for curvature matrix");
44121 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fNormalize=",0,"! Normalize unfolded spectrum to 1");
44122 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fKReg=",0,"! Regularisation parameter");
44123 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TH1D),-1,-1,4,"fDHist=",0,"Distribution of d (for checking regularization)");
44124 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TH1D),-1,-1,4,"fSVHist=",0,"Distribution of singular values");
44125 G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__HistLN_TH1D),-1,-1,4,"fBdat=",0,"measured distribution (data)");
44126 G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__HistLN_TH1D),-1,-1,4,"fBini=",0,"reconstructed distribution (MC)");
44127 G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__HistLN_TH1D),-1,-1,4,"fXini=",0,"truth distribution (MC)");
44128 G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__HistLN_TH2D),-1,-1,4,"fAdet=",0,"Detector response matrix");
44129 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TH1D),-1,-1,4,"fToyhisto=",0,"! Toy MC histogram");
44130 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TH2D),-1,-1,4,"fToymat=",0,"! Toy MC detector response matrix");
44131 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fToyMode=",0,"! Internal switch for covariance matrix propagation");
44132 G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fMatToyMode=",0,"! Internal switch for evaluation of statistical uncertainties from response matrix");
44133 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
44134 }
44135 G__tag_memvar_reset();
44136 }
44137
44138
44139
44140 static void G__setup_memvarTUnfold(void) {
44141 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TUnfold));
44142 { TUnfold *p; p=(TUnfold*)0x1000; if (p) { }
44143 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TUnfoldcLcLEConstraint),-1,-2,1,G__FastAllocString(2048).Format("kEConstraintNone=%lldLL",(long long)TUnfold::kEConstraintNone).data(),0,(char*)NULL);
44144 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TUnfoldcLcLEConstraint),-1,-2,1,G__FastAllocString(2048).Format("kEConstraintArea=%lldLL",(long long)TUnfold::kEConstraintArea).data(),0,(char*)NULL);
44145 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TUnfoldcLcLERegMode),-1,-2,1,G__FastAllocString(2048).Format("kRegModeNone=%lldLL",(long long)TUnfold::kRegModeNone).data(),0,(char*)NULL);
44146 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TUnfoldcLcLERegMode),-1,-2,1,G__FastAllocString(2048).Format("kRegModeSize=%lldLL",(long long)TUnfold::kRegModeSize).data(),0,(char*)NULL);
44147 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TUnfoldcLcLERegMode),-1,-2,1,G__FastAllocString(2048).Format("kRegModeDerivative=%lldLL",(long long)TUnfold::kRegModeDerivative).data(),0,(char*)NULL);
44148 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TUnfoldcLcLERegMode),-1,-2,1,G__FastAllocString(2048).Format("kRegModeCurvature=%lldLL",(long long)TUnfold::kRegModeCurvature).data(),0,(char*)NULL);
44149 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TUnfoldcLcLERegMode),-1,-2,1,G__FastAllocString(2048).Format("kRegModeMixed=%lldLL",(long long)TUnfold::kRegModeMixed).data(),0,(char*)NULL);
44150 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR),G__defined_typename("TMatrixDSparse"),-1,2,"fA=",0,"Input: matrix");
44151 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR),G__defined_typename("TMatrixDSparse"),-1,2,"fLsquared=",0,"Input: regularisation conditions squared");
44152 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR),G__defined_typename("TMatrixDSparse"),-1,2,"fVyy=",0,"Input: covariance matrix for y");
44153 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMatrixTlEdoublegR),G__defined_typename("TMatrixD"),-1,2,"fY=",0,"Input: y");
44154 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMatrixTlEdoublegR),G__defined_typename("TMatrixD"),-1,2,"fX0=",0,"Input: x0");
44155 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fTauSquared=",0,"Input: regularisation parameter");
44156 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fBiasScale=",0,"Input: scale factor for the bias");
44157 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TArrayI),-1,-1,2,"fXToHist=",0,"Input: matrix indices -> histogram bins");
44158 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TArrayI),-1,-1,2,"fHistToX=",0,"Input: histogram bins -> matrix indices");
44159 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_TArrayD),-1,-1,2,"fSumOverY=",0,"Input: sum of all columns");
44160 G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__HistLN_TUnfoldcLcLEConstraint),-1,-1,2,"fConstraint=",0,"Input: type of constraint to use");
44161 G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__HistLN_TUnfoldcLcLERegMode),-1,-1,2,"fRegMode=",0,"Input: type of regularisation");
44162 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMatrixTlEdoublegR),G__defined_typename("TMatrixD"),-1,4,"fX=",0,"Result: x");
44163 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR),G__defined_typename("TMatrixDSparse"),-1,4,"fVxx=",0,"Result: covariance matrix on x");
44164 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR),G__defined_typename("TMatrixDSparse"),-1,4,"fVxxInv=",0,"Result: inverse of covariance matrix on x");
44165 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR),G__defined_typename("TMatrixDSparse"),-1,4,"fAx=",0,"Result: Ax");
44166 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fChi2A=",0,"Result: chi**2 contribution from (y-Ax)V(y-Ax)");
44167 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fLXsquared=",0,"Result: chi**2 contribution from (x-s*x0)Lsquared(x-s*x0)");
44168 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fRhoMax=",0,"Result: maximum global correlation");
44169 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fRhoAvg=",0,"Result: average global correlation");
44170 G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fNdf=",0,"Result: number of degrees of freedom");
44171 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR),G__defined_typename("TMatrixDSparse"),-1,4,"fDXDAM[2]=",0,"Result: part of derivative dx_k/dA_ij");
44172 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR),G__defined_typename("TMatrixDSparse"),-1,4,"fDXDAZ[2]=",0,"Result: part of derivative dx_k/dA_ij");
44173 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR),G__defined_typename("TMatrixDSparse"),-1,4,"fDXDtauSquared=",0,"Result: derivative dx/dtau");
44174 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR),G__defined_typename("TMatrixDSparse"),-1,4,"fDXDY=",0,"Result: derivative dx/dy");
44175 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR),G__defined_typename("TMatrixDSparse"),-1,4,"fEinv=",0,"Result: matrix E^(-1)");
44176 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR),G__defined_typename("TMatrixDSparse"),-1,4,"fE=",0,"Result: matrix E");
44177 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TUnfoldcLcLEHistMap),-1,-2,1,G__FastAllocString(2048).Format("kHistMapOutputHoriz=%lldLL",(long long)TUnfold::kHistMapOutputHoriz).data(),0,(char*)NULL);
44178 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TUnfoldcLcLEHistMap),-1,-2,1,G__FastAllocString(2048).Format("kHistMapOutputVert=%lldLL",(long long)TUnfold::kHistMapOutputVert).data(),0,(char*)NULL);
44179 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
44180 }
44181 G__tag_memvar_reset();
44182 }
44183
44184
44185
44186 static void G__setup_memvarTUnfoldSys(void) {
44187 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TUnfoldSys));
44188 { TUnfoldSys *p; p=(TUnfoldSys*)0x1000; if (p) { }
44189 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR),G__defined_typename("TMatrixDSparse"),-1,2,"fDAinRelSq=",0,"Input: normalized errors from input matrix");
44190 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMatrixTlEdoublegR),G__defined_typename("TMatrixD"),-1,2,"fDAinColRelSq=",0,"Input: normalized column err.sq. (inp.matr.)");
44191 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMatrixTlEdoublegR),G__defined_typename("TMatrixD"),-1,2,"fAoutside=",0,"Input: underflow/overflow bins");
44192 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMap),-1,-1,2,"fSysIn=",0,"Input: correlated errors");
44193 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMap),-1,-1,2,"fBgrIn=",0,"Input: size of background sources");
44194 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMap),-1,-1,2,"fBgrErrUncorrIn=",0,"Input: uncorrelated error from bgr sources");
44195 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMap),-1,-1,2,"fBgrErrCorrIn=",0,"Input: background sources correlated error");
44196 G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fDtau=",0,"Input: error on tau");
44197 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMatrixTlEdoublegR),G__defined_typename("TMatrixD"),-1,2,"fYData=",0,"Input: fY prior to bgr subtraction");
44198 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR),G__defined_typename("TMatrixDSparse"),-1,2,"fVyyData=",0,"Input: error on fY prior to bgr subtraction");
44199 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR),G__defined_typename("TMatrixDSparse"),-1,2,"fEmatUncorrX=",0,"Result: syst.error from fDA2 on fX");
44200 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR),G__defined_typename("TMatrixDSparse"),-1,2,"fEmatUncorrAx=",0,"Result: syst.error from fDA2 on fAx");
44201 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMap),-1,-1,2,"fDeltaCorrX=",0,"Result: syst.shift from fSysIn on fX");
44202 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMap),-1,-1,2,"fDeltaCorrAx=",0,"Result: syst.shift from fSysIn on fAx");
44203 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR),G__defined_typename("TMatrixDSparse"),-1,2,"fDeltaSysTau=",0,"Result: systematic shift from tau");
44204 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TUnfoldSyscLcLESysErrMode),-1,-2,1,G__FastAllocString(2048).Format("kSysErrModeMatrix=%lldLL",(long long)TUnfoldSys::kSysErrModeMatrix).data(),0,(char*)NULL);
44205 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TUnfoldSyscLcLESysErrMode),-1,-2,1,G__FastAllocString(2048).Format("kSysErrModeShift=%lldLL",(long long)TUnfoldSys::kSysErrModeShift).data(),0,(char*)NULL);
44206 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_TUnfoldSyscLcLESysErrMode),-1,-2,1,G__FastAllocString(2048).Format("kSysErrModeRelative=%lldLL",(long long)TUnfoldSys::kSysErrModeRelative).data(),0,(char*)NULL);
44207 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
44208 }
44209 G__tag_memvar_reset();
44210 }
44211
44212
44213
44214 static void G__setup_memvarTVirtualGraphPainter(void) {
44215 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_TVirtualGraphPainter));
44216 { TVirtualGraphPainter *p; p=(TVirtualGraphPainter*)0x1000; if (p) { }
44217 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TVirtualGraphPainter),-1,-2,4,"fgPainter=",0,"Pointer to class painter");
44218 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
44219 }
44220 G__tag_memvar_reset();
44221 }
44222
44223
44224
44225 static void G__setup_memvarROOTcLcLMathcLcLWrappedMultiTF1(void) {
44226 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedMultiTF1));
44227 { ROOT::Math::WrappedMultiTF1 *p; p=(ROOT::Math::WrappedMultiTF1*)0x1000; if (p) { }
44228 G__memvar_setup((void*)0,103,0,0,-1,-1,-1,4,"fLinear=",0,"flag for linear functions ");
44229 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TF1),-1,-1,4,"fFunc=",0,"pointer to ROOT function");
44230 G__memvar_setup((void*)0,104,0,0,-1,-1,-1,4,"fDim=",0,"cached value of dimension");
44231 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_vectorlEdoublecOallocatorlEdoublegRsPgR),G__defined_typename("vector<double>"),-1,4,"fParams=",0,"cached vector with parameter values");
44232 G__memvar_setup((void*)0,100,0,0,-1,-1,-2,4,"fgEps=",0,"epsilon used in derivative calculation h ~ eps |p|");
44233 }
44234 G__tag_memvar_reset();
44235 }
44236
44237
44238
44239 static void G__setup_memvarROOTcLcLMathcLcLWrappedTF1(void) {
44240 G__tag_memvar_setup(G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedTF1));
44241 { ROOT::Math::WrappedTF1 *p; p=(ROOT::Math::WrappedTF1*)0x1000; if (p) { }
44242 G__memvar_setup((void*)0,103,0,0,-1,-1,-1,4,"fLinear=",0,"flag for linear functions ");
44243 G__memvar_setup((void*)0,103,0,0,-1,-1,-1,4,"fPolynomial=",0,"flag for polynomial functions ");
44244 G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__HistLN_TF1),-1,-1,4,"fFunc=",0,"pointer to ROOT function");
44245 G__memvar_setup((void*)0,100,0,0,-1,-1,-1,4,"fX[1]=",0,"! cached vector for x value (needed for TF1::EvalPar signature) ");
44246 G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__HistLN_vectorlEdoublecOallocatorlEdoublegRsPgR),G__defined_typename("vector<double>"),-1,4,"fParams=",0,"cached vector with parameter values");
44247 G__memvar_setup((void*)0,100,0,0,-1,-1,-2,4,"fgEps=",0,"epsilon used in derivative calculation h ~ eps |x|");
44248 }
44249 G__tag_memvar_reset();
44250 }
44251
44252 extern "C" void G__cpp_setup_memvarG__Hist() {
44253 }
44254
44255
44256
44257
44258
44259
44260
44261
44262
44263
44264
44265
44266 static void G__setup_memfuncFoption_t(void) {
44267
44268 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_Foption_t));
44269 G__memfunc_setup("Foption_t",946,G__G__Hist_99_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_Foption_t), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44270
44271 G__memfunc_setup("Foption_t", 946, G__G__Hist_99_0_2, (int) ('i'), G__get_linked_tagnum(&G__G__HistLN_Foption_t), -1, 0, 1, 1, 1, 0, "u 'Foption_t' - 11 - -", (char*) NULL, (void*) NULL, 0);
44272
44273 G__memfunc_setup("~Foption_t", 1072, G__G__Hist_99_0_3, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
44274
44275 G__memfunc_setup("operator=", 937, G__G__Hist_99_0_4, (int) ('u'), G__get_linked_tagnum(&G__G__HistLN_Foption_t), -1, 1, 1, 1, 1, 0, "u 'Foption_t' - 11 - -", (char*) NULL, (void*) NULL, 0);
44276 G__tag_memfunc_reset();
44277 }
44278
44279 static void G__setup_memfuncTH1(void) {
44280
44281 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TH1));
44282 G__memfunc_setup("FitOptionsMake",1421,G__G__Hist_100_0_1, 105, -1, G__defined_typename("Int_t"), 0, 2, 3, 1, 0,
44283 "C - 'Option_t' 10 - option u 'Foption_t' - 1 - Foption", (char*)NULL, (void*) G__func2void( (Int_t (*)(Option_t*, Foption_t&))(&TH1::FitOptionsMake) ), 0);
44284 G__memfunc_setup("AxisChoice",992,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 4, 8, "C - 'Option_t' 10 - axis", (char*)NULL, (void*) NULL, 0);
44285 G__memfunc_setup("Build",496,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
44286 G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 1, 1, 1, 4, 0, "u 'TH1' - 11 - -", "Not implemented", (void*) NULL, 0);
44287 G__memfunc_setup("CheckConsistency",1648,(G__InterfaceMethod) NULL, 103, -1, -1, 0, 2, 3, 4, 0,
44288 "U 'TH1' - 10 - h1 U 'TH1' - 10 - h2", (char*)NULL, (void*) NULL, 0);
44289 G__memfunc_setup("TH1",205,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
44290 G__memfunc_setup("TH1",205,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 5, 1, 2, 0,
44291 "C - - 10 - name C - - 10 - title "
44292 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
44293 "d - 'Double_t' 0 - xup", (char*)NULL, (void*) NULL, 0);
44294 G__memfunc_setup("TH1",205,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 4, 1, 2, 0,
44295 "C - - 10 - name C - - 10 - title "
44296 "i - 'Int_t' 0 - nbinsx F - 'Float_t' 10 - xbins", (char*)NULL, (void*) NULL, 0);
44297 G__memfunc_setup("TH1",205,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 4, 1, 2, 0,
44298 "C - - 10 - name C - - 10 - title "
44299 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins", (char*)NULL, (void*) NULL, 0);
44300 G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 8, "u 'TObject' - 1 - hnew", (char*)NULL, (void*) NULL, 1);
44301 G__memfunc_setup("BufferFill",993,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 2, 0,
44302 "d - 'Double_t' 0 - x d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
44303 G__memfunc_setup("FindNewAxisLimits",1714,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 4, 1, 2, 0,
44304 "U 'TAxis' - 10 - axis d - 'Double_t' 10 - point "
44305 "d - 'Double_t' 1 - newMin d - 'Double_t' 1 - newMax", (char*)NULL, (void*) NULL, 1);
44306 G__memfunc_setup("SavePrimitiveHelp",1745,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0,
44307 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - - 10 - hname "
44308 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
44309 G__memfunc_setup("RecomputeAxisLimits",1979,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 2, 3, 2, 0,
44310 "u 'TAxis' - 1 - destAxis u 'TAxis' - 11 - anAxis", (char*)NULL, (void*) NULL, 0);
44311 G__memfunc_setup("SameLimitsAndNBins",1765,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 2, 3, 2, 0,
44312 "u 'TAxis' - 11 - axis1 u 'TAxis' - 11 - axis2", (char*)NULL, (void*) NULL, 0);
44313 G__memfunc_setup("DoIntegral",1001,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 9, 1, 2, 8,
44314 "i - 'Int_t' 0 - ix1 i - 'Int_t' 0 - ix2 "
44315 "i - 'Int_t' 0 - iy1 i - 'Int_t' 0 - iy2 "
44316 "i - 'Int_t' 0 - iz1 i - 'Int_t' 0 - iz2 "
44317 "d - 'Double_t' 1 - err C - 'Option_t' 10 - opt "
44318 "g - 'Bool_t' 0 'kFALSE' doerr", (char*)NULL, (void*) NULL, 1);
44319 G__memfunc_setup("TH1",205,G__G__Hist_100_0_17, 105, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 1, 1, 1, 0, "u 'TH1' - 11 - -", (char*)NULL, (void*) NULL, 0);
44320 G__memfunc_setup("Add",265,G__G__Hist_100_0_18, 121, -1, -1, 0, 3, 1, 1, 0,
44321 "U 'TF1' - 0 - h1 d - 'Double_t' 0 '1' c1 "
44322 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
44323 G__memfunc_setup("Add",265,G__G__Hist_100_0_19, 121, -1, -1, 0, 2, 1, 1, 0,
44324 "U 'TH1' - 10 - h1 d - 'Double_t' 0 '1' c1", (char*)NULL, (void*) NULL, 1);
44325 G__memfunc_setup("Add",265,G__G__Hist_100_0_20, 121, -1, -1, 0, 4, 1, 1, 0,
44326 "U 'TH1' - 10 - h U 'TH1' - 10 - h2 "
44327 "d - 'Double_t' 0 '1' c1 d - 'Double_t' 0 '1' c2", "*MENU*", (void*) NULL, 1);
44328 G__memfunc_setup("AddBinContent",1277,G__G__Hist_100_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
44329 G__memfunc_setup("AddBinContent",1277,G__G__Hist_100_0_22, 121, -1, -1, 0, 2, 1, 1, 0,
44330 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
44331 G__memfunc_setup("AddDirectory",1214,G__G__Hist_100_0_23, 121, -1, -1, 0, 1, 3, 1, 0, "g - 'Bool_t' 0 'kTRUE' add", (char*)NULL, (void*) G__func2void( (void (*)(Bool_t))(&TH1::AddDirectory) ), 0);
44332 G__memfunc_setup("AddDirectoryStatus",1858,G__G__Hist_100_0_24, 103, -1, G__defined_typename("Bool_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Bool_t (*)())(&TH1::AddDirectoryStatus) ), 0);
44333 G__memfunc_setup("Browse",626,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TBrowser' - 0 - b", (char*)NULL, (void*) NULL, 1);
44334 G__memfunc_setup("Chi2Test",742,G__G__Hist_100_0_26, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
44335 "U 'TH1' - 10 - h2 C - 'Option_t' 10 '\"UU\"' option "
44336 "D - 'Double_t' 0 '0' res", (char*)NULL, (void*) NULL, 1);
44337 G__memfunc_setup("Chi2TestX",830,G__G__Hist_100_0_27, 100, -1, G__defined_typename("Double_t"), 0, 6, 1, 1, 8,
44338 "U 'TH1' - 10 - h2 d - 'Double_t' 1 - chi2 "
44339 "i - 'Int_t' 1 - ndf i - 'Int_t' 1 - igood "
44340 "C - 'Option_t' 10 '\"UU\"' option D - 'Double_t' 0 '0' res", (char*)NULL, (void*) NULL, 1);
44341 G__memfunc_setup("ComputeIntegral",1555,G__G__Hist_100_0_28, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
44342 G__memfunc_setup("DirectoryAutoAdd",1623,G__G__Hist_100_0_29, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TDirectory' - 0 - -", (char*)NULL, (void*) NULL, 1);
44343 G__memfunc_setup("DistancetoPrimitive",1991,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
44344 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
44345 G__memfunc_setup("Divide",597,G__G__Hist_100_0_31, 121, -1, -1, 0, 2, 1, 1, 0,
44346 "U 'TF1' - 0 - f1 d - 'Double_t' 0 '1' c1", (char*)NULL, (void*) NULL, 1);
44347 G__memfunc_setup("Divide",597,G__G__Hist_100_0_32, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TH1' - 10 - h1", (char*)NULL, (void*) NULL, 1);
44348 G__memfunc_setup("Divide",597,G__G__Hist_100_0_33, 121, -1, -1, 0, 5, 1, 1, 0,
44349 "U 'TH1' - 10 - h1 U 'TH1' - 10 - h2 "
44350 "d - 'Double_t' 0 '1' c1 d - 'Double_t' 0 '1' c2 "
44351 "C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 1);
44352 G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
44353 G__memfunc_setup("DrawCopy",809,G__G__Hist_100_0_35, 85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
44354 G__memfunc_setup("DrawNormalized",1443,G__G__Hist_100_0_36, 85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 2, 1, 1, 8,
44355 "C - 'Option_t' 10 '\"\"' option d - 'Double_t' 0 '1' norm", (char*)NULL, (void*) NULL, 1);
44356 G__memfunc_setup("DrawPanel",894,G__G__Hist_100_0_37, 121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 1);
44357 G__memfunc_setup("BufferEmpty",1129,G__G__Hist_100_0_38, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 '0' action", (char*)NULL, (void*) NULL, 1);
44358 G__memfunc_setup("Eval",392,G__G__Hist_100_0_39, 121, -1, -1, 0, 2, 1, 1, 0,
44359 "U 'TF1' - 0 - f1 C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
44360 G__memfunc_setup("ExecuteEvent",1237,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
44361 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
44362 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
44363 G__memfunc_setup("FFT",224,G__G__Hist_100_0_41, 85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 2, 1, 1, 0,
44364 "U 'TH1' - 0 - h_output C - 'Option_t' 10 - option", (char*)NULL, (void*) NULL, 1);
44365 G__memfunc_setup("Fill",391,G__G__Hist_100_0_42, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 1);
44366 G__memfunc_setup("Fill",391,G__G__Hist_100_0_43, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
44367 "d - 'Double_t' 0 - x d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
44368 G__memfunc_setup("Fill",391,G__G__Hist_100_0_44, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
44369 "C - - 10 - name d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
44370 G__memfunc_setup("FillN",469,G__G__Hist_100_0_45, 121, -1, -1, 0, 4, 1, 1, 0,
44371 "i - 'Int_t' 0 - ntimes D - 'Double_t' 10 - x "
44372 "D - 'Double_t' 10 - w i - 'Int_t' 0 '1' stride", (char*)NULL, (void*) NULL, 1);
44373 G__memfunc_setup("FillN",469,G__G__Hist_100_0_46, 121, -1, -1, 0, 5, 1, 1, 0,
44374 "i - 'Int_t' 0 - - D - 'Double_t' 10 - - "
44375 "D - 'Double_t' 10 - - D - 'Double_t' 10 - - "
44376 "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
44377 G__memfunc_setup("FillRandom",1000,G__G__Hist_100_0_47, 121, -1, -1, 0, 2, 1, 1, 0,
44378 "C - - 10 - fname i - 'Int_t' 0 '5000' ntimes", (char*)NULL, (void*) NULL, 1);
44379 G__memfunc_setup("FillRandom",1000,G__G__Hist_100_0_48, 121, -1, -1, 0, 2, 1, 1, 0,
44380 "U 'TH1' - 0 - h i - 'Int_t' 0 '5000' ntimes", (char*)NULL, (void*) NULL, 1);
44381 G__memfunc_setup("FindBin",666,G__G__Hist_100_0_49, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
44382 "d - 'Double_t' 0 - x d - 'Double_t' 0 '0' y "
44383 "d - 'Double_t' 0 '0' z", (char*)NULL, (void*) NULL, 1);
44384 G__memfunc_setup("FindFixBin",961,G__G__Hist_100_0_50, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 8,
44385 "d - 'Double_t' 0 - x d - 'Double_t' 0 '0' y "
44386 "d - 'Double_t' 0 '0' z", (char*)NULL, (void*) NULL, 1);
44387 G__memfunc_setup("FindFirstBinAbove",1679,G__G__Hist_100_0_51, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 8,
44388 "d - 'Double_t' 0 '0' threshold i - 'Int_t' 0 '1' axis", (char*)NULL, (void*) NULL, 1);
44389 G__memfunc_setup("FindLastBinAbove",1563,G__G__Hist_100_0_52, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 8,
44390 "d - 'Double_t' 0 '0' threshold i - 'Int_t' 0 '1' axis", (char*)NULL, (void*) NULL, 1);
44391 G__memfunc_setup("FindObject",984,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TObject), -1, 0, 1, 1, 1, 8, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
44392 G__memfunc_setup("FindObject",984,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TObject), -1, 0, 1, 1, 1, 8, "U 'TObject' - 10 - obj", (char*)NULL, (void*) NULL, 1);
44393 G__memfunc_setup("Fit",291,G__G__Hist_100_0_55, 117, G__get_linked_tagnum(&G__G__HistLN_TFitResultPtr), -1, 0, 5, 1, 1, 0,
44394 "C - - 10 - formula C - 'Option_t' 10 '\"\"' option "
44395 "C - 'Option_t' 10 '\"\"' goption d - 'Double_t' 0 '0' xmin "
44396 "d - 'Double_t' 0 '0' xmax", "*MENU*", (void*) NULL, 1);
44397 G__memfunc_setup("Fit",291,G__G__Hist_100_0_56, 117, G__get_linked_tagnum(&G__G__HistLN_TFitResultPtr), -1, 0, 5, 1, 1, 0,
44398 "U 'TF1' - 0 - f1 C - 'Option_t' 10 '\"\"' option "
44399 "C - 'Option_t' 10 '\"\"' goption d - 'Double_t' 0 '0' xmin "
44400 "d - 'Double_t' 0 '0' xmax", (char*)NULL, (void*) NULL, 1);
44401 G__memfunc_setup("FitPanel",787,G__G__Hist_100_0_57, 121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 1);
44402 G__memfunc_setup("GetAsymmetry",1259,G__G__Hist_100_0_58, 85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 3, 1, 1, 0,
44403 "U 'TH1' - 0 - h2 d - 'Double_t' 0 '1' c2 "
44404 "d - 'Double_t' 0 '0' dc2", (char*)NULL, (void*) NULL, 0);
44405 G__memfunc_setup("GetBufferLength",1500,G__G__Hist_100_0_59, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44406 G__memfunc_setup("GetBufferSize",1301,G__G__Hist_100_0_60, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44407 G__memfunc_setup("GetBuffer",890,G__G__Hist_100_0_61, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
44408 G__memfunc_setup("GetDefaultBufferSize",2010,G__G__Hist_100_0_62, 105, -1, G__defined_typename("Int_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Int_t (*)())(&TH1::GetDefaultBufferSize) ), 0);
44409 G__memfunc_setup("GetIntegral",1110,G__G__Hist_100_0_63, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
44410 G__memfunc_setup("GetListOfFunctions",1834,G__G__Hist_100_0_64, 85, G__get_linked_tagnum(&G__G__HistLN_TList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44411 G__memfunc_setup("GetNdivisions",1350,G__G__Hist_100_0_65, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
44412 G__memfunc_setup("GetAxisColor",1204,G__G__Hist_100_0_66, 115, -1, G__defined_typename("Color_t"), 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
44413 G__memfunc_setup("GetLabelColor",1279,G__G__Hist_100_0_67, 115, -1, G__defined_typename("Color_t"), 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
44414 G__memfunc_setup("GetLabelFont",1175,G__G__Hist_100_0_68, 115, -1, G__defined_typename("Style_t"), 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
44415 G__memfunc_setup("GetLabelOffset",1383,G__G__Hist_100_0_69, 102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
44416 G__memfunc_setup("GetLabelSize",1179,G__G__Hist_100_0_70, 102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
44417 G__memfunc_setup("GetTitleFont",1209,G__G__Hist_100_0_71, 115, -1, G__defined_typename("Style_t"), 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
44418 G__memfunc_setup("GetTitleOffset",1417,G__G__Hist_100_0_72, 102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
44419 G__memfunc_setup("GetTitleSize",1213,G__G__Hist_100_0_73, 102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
44420 G__memfunc_setup("GetTickLength",1293,G__G__Hist_100_0_74, 102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
44421 G__memfunc_setup("GetBarOffset",1180,G__G__Hist_100_0_75, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44422 G__memfunc_setup("GetBarWidth",1077,G__G__Hist_100_0_76, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44423 G__memfunc_setup("GetContour",1034,G__G__Hist_100_0_77, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "D - 'Double_t' 0 '0' levels", (char*)NULL, (void*) NULL, 1);
44424 G__memfunc_setup("GetContourLevel",1538,G__G__Hist_100_0_78, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - level", (char*)NULL, (void*) NULL, 1);
44425 G__memfunc_setup("GetContourLevelPad",1815,G__G__Hist_100_0_79, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - level", (char*)NULL, (void*) NULL, 1);
44426 G__memfunc_setup("GetBin",569,G__G__Hist_100_0_80, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 8,
44427 "i - 'Int_t' 0 - binx i - 'Int_t' 0 '0' biny "
44428 "i - 'Int_t' 0 '0' binz", (char*)NULL, (void*) NULL, 1);
44429 G__memfunc_setup("GetBinXYZ",836,G__G__Hist_100_0_81, 121, -1, -1, 0, 4, 1, 1, 8,
44430 "i - 'Int_t' 0 - binglobal i - 'Int_t' 1 - binx "
44431 "i - 'Int_t' 1 - biny i - 'Int_t' 1 - binz", (char*)NULL, (void*) NULL, 1);
44432 G__memfunc_setup("GetBinCenter",1178,G__G__Hist_100_0_82, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
44433 G__memfunc_setup("GetBinContent",1300,G__G__Hist_100_0_83, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
44434 G__memfunc_setup("GetBinContent",1300,G__G__Hist_100_0_84, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
44435 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny", (char*)NULL, (void*) NULL, 1);
44436 G__memfunc_setup("GetBinContent",1300,G__G__Hist_100_0_85, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
44437 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
44438 "i - 'Int_t' 0 - binz", (char*)NULL, (void*) NULL, 1);
44439 G__memfunc_setup("GetBinError",1091,G__G__Hist_100_0_86, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
44440 G__memfunc_setup("GetBinError",1091,G__G__Hist_100_0_87, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
44441 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny", (char*)NULL, (void*) NULL, 1);
44442 G__memfunc_setup("GetBinError",1091,G__G__Hist_100_0_88, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
44443 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
44444 "i - 'Int_t' 0 - binz", (char*)NULL, (void*) NULL, 1);
44445 G__memfunc_setup("GetBinLowEdge",1248,G__G__Hist_100_0_89, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
44446 G__memfunc_setup("GetBinWidth",1081,G__G__Hist_100_0_90, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
44447 G__memfunc_setup("GetBinWithContent",1712,G__G__Hist_100_0_91, 100, -1, G__defined_typename("Double_t"), 0, 5, 1, 1, 8,
44448 "d - 'Double_t' 0 - c i - 'Int_t' 1 - binx "
44449 "i - 'Int_t' 0 '0' firstx i - 'Int_t' 0 '0' lastx "
44450 "d - 'Double_t' 0 '0' maxdiff", (char*)NULL, (void*) NULL, 1);
44451 G__memfunc_setup("GetCellContent",1403,G__G__Hist_100_0_92, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
44452 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny", (char*)NULL, (void*) NULL, 1);
44453 G__memfunc_setup("GetCellError",1194,G__G__Hist_100_0_93, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
44454 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny", (char*)NULL, (void*) NULL, 1);
44455 G__memfunc_setup("GetCenter",897,G__G__Hist_100_0_94, 121, -1, -1, 0, 1, 1, 1, 8, "D - 'Double_t' 0 - center", (char*)NULL, (void*) NULL, 1);
44456 G__memfunc_setup("GetDefaultSumw2",1475,G__G__Hist_100_0_95, 103, -1, G__defined_typename("Bool_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Bool_t (*)())(&TH1::GetDefaultSumw2) ), 0);
44457 G__memfunc_setup("GetDirectory",1237,G__G__Hist_100_0_96, 85, G__get_linked_tagnum(&G__G__HistLN_TDirectory), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44458 G__memfunc_setup("GetEntries",1018,G__G__Hist_100_0_97, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44459 G__memfunc_setup("GetEffectiveEntries",1931,G__G__Hist_100_0_98, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44460 G__memfunc_setup("GetFunction",1126,G__G__Hist_100_0_99, 85, G__get_linked_tagnum(&G__G__HistLN_TF1), -1, 0, 1, 1, 1, 8, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
44461 G__memfunc_setup("GetDimension",1222,G__G__Hist_100_0_100, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44462 G__memfunc_setup("GetKurtosis",1156,G__G__Hist_100_0_101, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 '1' axis", (char*)NULL, (void*) NULL, 1);
44463 G__memfunc_setup("GetLowEdge",967,G__G__Hist_100_0_102, 121, -1, -1, 0, 1, 1, 1, 8, "D - 'Double_t' 0 - edge", (char*)NULL, (void*) NULL, 1);
44464 G__memfunc_setup("GetMaximum",1022,G__G__Hist_100_0_103, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 'FLT_MAX' maxval", (char*)NULL, (void*) NULL, 1);
44465 G__memfunc_setup("GetMaximumBin",1303,G__G__Hist_100_0_104, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44466 G__memfunc_setup("GetMaximumBin",1303,G__G__Hist_100_0_105, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 8,
44467 "i - 'Int_t' 1 - locmax i - 'Int_t' 1 - locmay "
44468 "i - 'Int_t' 1 - locmaz", (char*)NULL, (void*) NULL, 1);
44469 G__memfunc_setup("GetMaximumStored",1647,G__G__Hist_100_0_106, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44470 G__memfunc_setup("GetMinimum",1020,G__G__Hist_100_0_107, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 '-FLT_MAX' minval", (char*)NULL, (void*) NULL, 1);
44471 G__memfunc_setup("GetMinimumBin",1301,G__G__Hist_100_0_108, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44472 G__memfunc_setup("GetMinimumBin",1301,G__G__Hist_100_0_109, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 8,
44473 "i - 'Int_t' 1 - locmix i - 'Int_t' 1 - locmiy "
44474 "i - 'Int_t' 1 - locmiz", (char*)NULL, (void*) NULL, 1);
44475 G__memfunc_setup("GetMinimumStored",1645,G__G__Hist_100_0_110, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44476 G__memfunc_setup("GetMean",673,G__G__Hist_100_0_111, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 '1' axis", (char*)NULL, (void*) NULL, 1);
44477 G__memfunc_setup("GetMeanError",1195,G__G__Hist_100_0_112, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 '1' axis", (char*)NULL, (void*) NULL, 1);
44478 G__memfunc_setup("GetNbinsX",882,G__G__Hist_100_0_113, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44479 G__memfunc_setup("GetNbinsY",883,G__G__Hist_100_0_114, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44480 G__memfunc_setup("GetNbinsZ",884,G__G__Hist_100_0_115, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44481 G__memfunc_setup("GetNormFactor",1307,G__G__Hist_100_0_116, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44482 G__memfunc_setup("GetObjectInfo",1283,(G__InterfaceMethod) NULL,67, -1, -1, 0, 2, 1, 1, 8,
44483 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
44484 G__memfunc_setup("GetOption",921,(G__InterfaceMethod) NULL,67, -1, G__defined_typename("Option_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44485 G__memfunc_setup("GetPainter",1011,G__G__Hist_100_0_119, 85, G__get_linked_tagnum(&G__G__HistLN_TVirtualHistPainter), -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
44486 G__memfunc_setup("GetQuantiles",1238,G__G__Hist_100_0_120, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
44487 "i - 'Int_t' 0 - nprobSum D - 'Double_t' 0 - q "
44488 "D - 'Double_t' 10 '0' probSum", (char*)NULL, (void*) NULL, 1);
44489 G__memfunc_setup("GetRandom",897,G__G__Hist_100_0_121, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44490 G__memfunc_setup("GetStats",815,G__G__Hist_100_0_122, 121, -1, -1, 0, 1, 1, 1, 8, "D - 'Double_t' 0 - stats", (char*)NULL, (void*) NULL, 1);
44491 G__memfunc_setup("GetSumOfWeights",1509,G__G__Hist_100_0_123, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44492 G__memfunc_setup("GetSumw2",766,G__G__Hist_100_0_124, 85, G__get_linked_tagnum(&G__G__HistLN_TArrayD), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
44493 G__memfunc_setup("GetSumw2",766,G__G__Hist_100_0_125, 85, G__get_linked_tagnum(&G__G__HistLN_TArrayD), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
44494 G__memfunc_setup("GetSumw2N",844,G__G__Hist_100_0_126, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44495 G__memfunc_setup("GetRMS",530,G__G__Hist_100_0_127, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 '1' axis", (char*)NULL, (void*) NULL, 1);
44496 G__memfunc_setup("GetRMSError",1052,G__G__Hist_100_0_128, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 '1' axis", (char*)NULL, (void*) NULL, 1);
44497 G__memfunc_setup("GetSkewness",1139,G__G__Hist_100_0_129, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 '1' axis", (char*)NULL, (void*) NULL, 1);
44498 G__memfunc_setup("GetXaxis",813,G__G__Hist_100_0_130, 85, G__get_linked_tagnum(&G__G__HistLN_TAxis), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44499 G__memfunc_setup("GetYaxis",814,G__G__Hist_100_0_131, 85, G__get_linked_tagnum(&G__G__HistLN_TAxis), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44500 G__memfunc_setup("GetZaxis",815,G__G__Hist_100_0_132, 85, G__get_linked_tagnum(&G__G__HistLN_TAxis), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44501 G__memfunc_setup("Integral",822,G__G__Hist_100_0_133, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
44502 G__memfunc_setup("Integral",822,G__G__Hist_100_0_134, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
44503 "i - 'Int_t' 0 - binx1 i - 'Int_t' 0 - binx2 "
44504 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
44505 G__memfunc_setup("IntegralAndError",1619,G__G__Hist_100_0_135, 100, -1, G__defined_typename("Double_t"), 0, 4, 1, 1, 8,
44506 "i - 'Int_t' 0 - binx1 i - 'Int_t' 0 - binx2 "
44507 "d - 'Double_t' 1 - err C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
44508 G__memfunc_setup("Interpolate",1159,G__G__Hist_100_0_136, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 1);
44509 G__memfunc_setup("Interpolate",1159,G__G__Hist_100_0_137, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
44510 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y", (char*)NULL, (void*) NULL, 1);
44511 G__memfunc_setup("Interpolate",1159,G__G__Hist_100_0_138, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 0,
44512 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
44513 "d - 'Double_t' 0 - z", (char*)NULL, (void*) NULL, 1);
44514 G__memfunc_setup("IsBinOverflow",1321,G__G__Hist_100_0_139, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 0);
44515 G__memfunc_setup("IsBinUnderflow",1419,G__G__Hist_100_0_140, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 0);
44516 G__memfunc_setup("KolmogorovTest",1487,G__G__Hist_100_0_141, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
44517 "U 'TH1' - 10 - h2 C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
44518 G__memfunc_setup("LabelsDeflate",1288,G__G__Hist_100_0_142, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
44519 G__memfunc_setup("LabelsInflate",1302,G__G__Hist_100_0_143, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
44520 G__memfunc_setup("LabelsOption",1228,G__G__Hist_100_0_144, 121, -1, -1, 0, 2, 1, 1, 0,
44521 "C - 'Option_t' 10 '\"h\"' option C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
44522 G__memfunc_setup("Merge",496,G__G__Hist_100_0_145, 110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 0, "U 'TCollection' - 0 - list", (char*)NULL, (void*) NULL, 1);
44523 G__memfunc_setup("Multiply",864,G__G__Hist_100_0_146, 121, -1, -1, 0, 2, 1, 1, 0,
44524 "U 'TF1' - 0 - h1 d - 'Double_t' 0 '1' c1", (char*)NULL, (void*) NULL, 1);
44525 G__memfunc_setup("Multiply",864,G__G__Hist_100_0_147, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TH1' - 10 - h1", (char*)NULL, (void*) NULL, 1);
44526 G__memfunc_setup("Multiply",864,G__G__Hist_100_0_148, 121, -1, -1, 0, 5, 1, 1, 0,
44527 "U 'TH1' - 10 - h1 U 'TH1' - 10 - h2 "
44528 "d - 'Double_t' 0 '1' c1 d - 'Double_t' 0 '1' c2 "
44529 "C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 1);
44530 G__memfunc_setup("Paint",508,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
44531 G__memfunc_setup("Print",525,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
44532 G__memfunc_setup("PutStats",840,G__G__Hist_100_0_151, 121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 0 - stats", (char*)NULL, (void*) NULL, 1);
44533 G__memfunc_setup("Rebin",496,G__G__Hist_100_0_152, 85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 3, 1, 1, 0,
44534 "i - 'Int_t' 0 '2' ngroup C - - 10 '\"\"' newname "
44535 "D - 'Double_t' 10 '0' xbins", "*MENU*", (void*) NULL, 1);
44536 G__memfunc_setup("RebinAxis",901,G__G__Hist_100_0_153, 121, -1, -1, 0, 2, 1, 1, 0,
44537 "d - 'Double_t' 0 - x U 'TAxis' - 0 - axis", (char*)NULL, (void*) NULL, 1);
44538 G__memfunc_setup("Rebuild",711,G__G__Hist_100_0_154, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
44539 G__memfunc_setup("RecursiveRemove",1574,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
44540 G__memfunc_setup("Reset",515,G__G__Hist_100_0_156, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
44541 G__memfunc_setup("ResetStats",1042,G__G__Hist_100_0_157, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
44542 G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
44543 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
44544 G__memfunc_setup("Scale",488,G__G__Hist_100_0_159, 121, -1, -1, 0, 2, 1, 1, 0,
44545 "d - 'Double_t' 0 '1' c1 C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
44546 G__memfunc_setup("SetAxisColor",1216,G__G__Hist_100_0_160, 121, -1, -1, 0, 2, 1, 1, 0,
44547 "s - 'Color_t' 0 '1' color C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
44548 G__memfunc_setup("SetAxisRange",1198,G__G__Hist_100_0_161, 121, -1, -1, 0, 3, 1, 1, 0,
44549 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - xmax "
44550 "C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
44551 G__memfunc_setup("SetBarOffset",1192,G__G__Hist_100_0_162, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0.25' offset", (char*)NULL, (void*) NULL, 1);
44552 G__memfunc_setup("SetBarWidth",1089,G__G__Hist_100_0_163, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0.5' width", (char*)NULL, (void*) NULL, 1);
44553 G__memfunc_setup("SetBinContent",1312,G__G__Hist_100_0_164, 121, -1, -1, 0, 2, 1, 1, 0,
44554 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
44555 G__memfunc_setup("SetBinContent",1312,G__G__Hist_100_0_165, 121, -1, -1, 0, 3, 1, 1, 0,
44556 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
44557 "d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
44558 G__memfunc_setup("SetBinContent",1312,G__G__Hist_100_0_166, 121, -1, -1, 0, 4, 1, 1, 0,
44559 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
44560 "i - 'Int_t' 0 - binz d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
44561 G__memfunc_setup("SetBinError",1103,G__G__Hist_100_0_167, 121, -1, -1, 0, 2, 1, 1, 0,
44562 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - error", (char*)NULL, (void*) NULL, 1);
44563 G__memfunc_setup("SetBinError",1103,G__G__Hist_100_0_168, 121, -1, -1, 0, 3, 1, 1, 0,
44564 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
44565 "d - 'Double_t' 0 - error", (char*)NULL, (void*) NULL, 1);
44566 G__memfunc_setup("SetBinError",1103,G__G__Hist_100_0_169, 121, -1, -1, 0, 4, 1, 1, 0,
44567 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
44568 "i - 'Int_t' 0 - binz d - 'Double_t' 0 - error", (char*)NULL, (void*) NULL, 1);
44569 G__memfunc_setup("SetBins",696,G__G__Hist_100_0_170, 121, -1, -1, 0, 3, 1, 1, 0,
44570 "i - 'Int_t' 0 - nx d - 'Double_t' 0 - xmin "
44571 "d - 'Double_t' 0 - xmax", (char*)NULL, (void*) NULL, 1);
44572 G__memfunc_setup("SetBins",696,G__G__Hist_100_0_171, 121, -1, -1, 0, 2, 1, 1, 0,
44573 "i - 'Int_t' 0 - nx D - 'Double_t' 10 - xBins", (char*)NULL, (void*) NULL, 1);
44574 G__memfunc_setup("SetBins",696,G__G__Hist_100_0_172, 121, -1, -1, 0, 6, 1, 1, 0,
44575 "i - 'Int_t' 0 - nx d - 'Double_t' 0 - xmin "
44576 "d - 'Double_t' 0 - xmax i - 'Int_t' 0 - ny "
44577 "d - 'Double_t' 0 - ymin d - 'Double_t' 0 - ymax", (char*)NULL, (void*) NULL, 1);
44578 G__memfunc_setup("SetBins",696,G__G__Hist_100_0_173, 121, -1, -1, 0, 4, 1, 1, 0,
44579 "i - 'Int_t' 0 - nx D - 'Double_t' 10 - xBins "
44580 "i - 'Int_t' 0 - ny D - 'Double_t' 10 - yBins", (char*)NULL, (void*) NULL, 1);
44581 G__memfunc_setup("SetBins",696,G__G__Hist_100_0_174, 121, -1, -1, 0, 9, 1, 1, 0,
44582 "i - 'Int_t' 0 - nx d - 'Double_t' 0 - xmin "
44583 "d - 'Double_t' 0 - xmax i - 'Int_t' 0 - ny "
44584 "d - 'Double_t' 0 - ymin d - 'Double_t' 0 - ymax "
44585 "i - 'Int_t' 0 - nz d - 'Double_t' 0 - zmin "
44586 "d - 'Double_t' 0 - zmax", (char*)NULL, (void*) NULL, 1);
44587 G__memfunc_setup("SetBins",696,G__G__Hist_100_0_175, 121, -1, -1, 0, 6, 1, 1, 0,
44588 "i - 'Int_t' 0 - nx D - 'Double_t' 10 - xBins "
44589 "i - 'Int_t' 0 - ny D - 'Double_t' 10 - yBins "
44590 "i - 'Int_t' 0 - nz D - 'Double_t' 10 - zBins", (char*)NULL, (void*) NULL, 1);
44591 G__memfunc_setup("SetBinsLength",1306,G__G__Hist_100_0_176, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '-1' -", "redefined in derived classes", (void*) NULL, 1);
44592 G__memfunc_setup("SetBuffer",902,G__G__Hist_100_0_177, 121, -1, -1, 0, 2, 1, 1, 0,
44593 "i - 'Int_t' 0 - buffersize C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
44594 G__memfunc_setup("SetCellContent",1415,G__G__Hist_100_0_178, 121, -1, -1, 0, 3, 1, 1, 0,
44595 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
44596 "d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
44597 G__memfunc_setup("SetCellError",1206,G__G__Hist_100_0_179, 121, -1, -1, 0, 3, 1, 1, 0,
44598 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
44599 "d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
44600 G__memfunc_setup("SetContent",1031,G__G__Hist_100_0_180, 121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 10 - content", (char*)NULL, (void*) NULL, 1);
44601 G__memfunc_setup("SetContour",1046,G__G__Hist_100_0_181, 121, -1, -1, 0, 2, 1, 1, 0,
44602 "i - 'Int_t' 0 - nlevels D - 'Double_t' 10 '0' levels", (char*)NULL, (void*) NULL, 1);
44603 G__memfunc_setup("SetContourLevel",1550,G__G__Hist_100_0_182, 121, -1, -1, 0, 2, 1, 1, 0,
44604 "i - 'Int_t' 0 - level d - 'Double_t' 0 - value", (char*)NULL, (void*) NULL, 1);
44605 G__memfunc_setup("SetDefaultBufferSize",2022,G__G__Hist_100_0_183, 121, -1, -1, 0, 1, 3, 1, 0, "i - 'Int_t' 0 '1000' buffersize", (char*)NULL, (void*) G__func2void( (void (*)(Int_t))(&TH1::SetDefaultBufferSize) ), 0);
44606 G__memfunc_setup("SetDefaultSumw2",1487,G__G__Hist_100_0_184, 121, -1, -1, 0, 1, 3, 1, 0, "g - 'Bool_t' 0 'kTRUE' sumw2", (char*)NULL, (void*) G__func2void( (void (*)(Bool_t))(&TH1::SetDefaultSumw2) ), 0);
44607 G__memfunc_setup("SetDirectory",1249,G__G__Hist_100_0_185, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TDirectory' - 0 - dir", (char*)NULL, (void*) NULL, 1);
44608 G__memfunc_setup("SetEntries",1030,G__G__Hist_100_0_186, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - n", (char*)NULL, (void*) NULL, 1);
44609 G__memfunc_setup("SetError",822,G__G__Hist_100_0_187, 121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 10 - error", (char*)NULL, (void*) NULL, 1);
44610 G__memfunc_setup("SetLabelColor",1291,G__G__Hist_100_0_188, 121, -1, -1, 0, 2, 1, 1, 0,
44611 "s - 'Color_t' 0 '1' color C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
44612 G__memfunc_setup("SetLabelFont",1187,G__G__Hist_100_0_189, 121, -1, -1, 0, 2, 1, 1, 0,
44613 "s - 'Style_t' 0 '62' font C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
44614 G__memfunc_setup("SetLabelOffset",1395,G__G__Hist_100_0_190, 121, -1, -1, 0, 2, 1, 1, 0,
44615 "f - 'Float_t' 0 '0.005' offset C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
44616 G__memfunc_setup("SetLabelSize",1191,G__G__Hist_100_0_191, 121, -1, -1, 0, 2, 1, 1, 0,
44617 "f - 'Float_t' 0 '0.02' size C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
44618 G__memfunc_setup("SetMaximum",1034,G__G__Hist_100_0_192, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 '-1111' maximum", "*MENU*", (void*) NULL, 1);
44619 G__memfunc_setup("SetMinimum",1032,G__G__Hist_100_0_193, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 '-1111' minimum", "*MENU*", (void*) NULL, 1);
44620 G__memfunc_setup("SetName",685,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - name", "*MENU*", (void*) NULL, 1);
44621 G__memfunc_setup("SetNameTitle",1199,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
44622 "C - - 10 - name C - - 10 - title", (char*)NULL, (void*) NULL, 1);
44623 G__memfunc_setup("SetNdivisions",1362,G__G__Hist_100_0_196, 121, -1, -1, 0, 2, 1, 1, 0,
44624 "i - 'Int_t' 0 '510' n C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
44625 G__memfunc_setup("SetNormFactor",1319,G__G__Hist_100_0_197, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 '1' factor", (char*)NULL, (void*) NULL, 1);
44626 G__memfunc_setup("SetStats",827,G__G__Hist_100_0_198, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' stats", (char*)NULL, (void*) NULL, 1);
44627 G__memfunc_setup("SetOption",933,G__G__Hist_100_0_199, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\" \"' option", (char*)NULL, (void*) NULL, 1);
44628 G__memfunc_setup("SetTickLength",1305,G__G__Hist_100_0_200, 121, -1, -1, 0, 2, 1, 1, 0,
44629 "f - 'Float_t' 0 '0.02' length C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
44630 G__memfunc_setup("SetTitleFont",1221,G__G__Hist_100_0_201, 121, -1, -1, 0, 2, 1, 1, 0,
44631 "s - 'Style_t' 0 '62' font C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
44632 G__memfunc_setup("SetTitleOffset",1429,G__G__Hist_100_0_202, 121, -1, -1, 0, 2, 1, 1, 0,
44633 "f - 'Float_t' 0 '1' offset C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
44634 G__memfunc_setup("SetTitleSize",1225,G__G__Hist_100_0_203, 121, -1, -1, 0, 2, 1, 1, 0,
44635 "f - 'Float_t' 0 '0.02' size C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
44636 G__memfunc_setup("SetTitle",814,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - title", "*MENU*", (void*) NULL, 1);
44637 G__memfunc_setup("SetXTitle",902,G__G__Hist_100_0_205, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - title", (char*)NULL, (void*) NULL, 1);
44638 G__memfunc_setup("SetYTitle",903,G__G__Hist_100_0_206, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - title", (char*)NULL, (void*) NULL, 1);
44639 G__memfunc_setup("SetZTitle",904,G__G__Hist_100_0_207, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - title", (char*)NULL, (void*) NULL, 1);
44640 G__memfunc_setup("ShowBackground",1441,G__G__Hist_100_0_208, 85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 2, 1, 1, 0,
44641 "i - 'Int_t' 0 '20' niter C - 'Option_t' 10 '\"same\"' option", "*MENU*", (void*) NULL, 1);
44642 G__memfunc_setup("ShowPeaks",917,G__G__Hist_100_0_209, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
44643 "d - 'Double_t' 0 '2' sigma C - 'Option_t' 10 '\"\"' option "
44644 "d - 'Double_t' 0 '0.05' threshold", "*MENU*", (void*) NULL, 1);
44645 G__memfunc_setup("Smooth",634,G__G__Hist_100_0_210, 121, -1, -1, 0, 2, 1, 1, 0,
44646 "i - 'Int_t' 0 '1' ntimes C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 1);
44647 G__memfunc_setup("SmoothArray",1145,G__G__Hist_100_0_211, 121, -1, -1, 0, 3, 3, 1, 0,
44648 "i - 'Int_t' 0 - NN D - 'Double_t' 0 - XX "
44649 "i - 'Int_t' 0 '1' ntimes", (char*)NULL, (void*) G__func2void( (void (*)(Int_t, Double_t*, Int_t))(&TH1::SmoothArray) ), 0);
44650 G__memfunc_setup("StatOverflows",1379,G__G__Hist_100_0_212, 121, -1, -1, 0, 1, 3, 1, 0, "g - 'Bool_t' 0 'kTRUE' flag", (char*)NULL, (void*) G__func2void( (void (*)(Bool_t))(&TH1::StatOverflows) ), 0);
44651 G__memfunc_setup("Sumw2",478,G__G__Hist_100_0_213, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
44652 G__memfunc_setup("UseCurrentStyle",1569,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
44653 G__memfunc_setup("TransformHisto",1475,G__G__Hist_100_0_215, 85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 3, 3, 1, 0,
44654 "U 'TVirtualFFT' - 0 - fft U 'TH1' - 0 - h_output "
44655 "C - 'Option_t' 10 - option", (char*)NULL, (void*) G__func2void( (TH1* (*)(TVirtualFFT*, TH1*, Option_t*))(&TH1::TransformHisto) ), 0);
44656 G__memfunc_setup("Class",502,G__G__Hist_100_0_216, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TH1::Class) ), 0);
44657 G__memfunc_setup("Class_Name",982,G__G__Hist_100_0_217, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH1::Class_Name) ), 0);
44658 G__memfunc_setup("Class_Version",1339,G__G__Hist_100_0_218, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TH1::Class_Version) ), 0);
44659 G__memfunc_setup("Dictionary",1046,G__G__Hist_100_0_219, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TH1::Dictionary) ), 0);
44660 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44661 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
44662 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
44663 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_100_0_223, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
44664 G__memfunc_setup("DeclFileName",1145,G__G__Hist_100_0_224, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH1::DeclFileName) ), 0);
44665 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_100_0_225, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH1::ImplFileLine) ), 0);
44666 G__memfunc_setup("ImplFileName",1171,G__G__Hist_100_0_226, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH1::ImplFileName) ), 0);
44667 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_100_0_227, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH1::DeclFileLine) ), 0);
44668
44669 G__memfunc_setup("~TH1", 331, G__G__Hist_100_0_228, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
44670 G__tag_memfunc_reset();
44671 }
44672
44673 static void G__setup_memfuncTHnSparse(void) {
44674
44675 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparse));
44676 G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__HistLN_THnSparse), -1, 1, 1, 1, 4, 0, "u 'THnSparse' - 11 - -", "Not implemented", (void*) NULL, 0);
44677 G__memfunc_setup("GetChunkSize",1204,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 0);
44678 G__memfunc_setup("GetCompactCoord",1502,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_THnSparseCompactBinCoord), -1, 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 0);
44679 G__memfunc_setup("GetChunk",793,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_THnSparseArrayChunk), -1, 0, 1, 1, 2, 8, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 0);
44680 G__memfunc_setup("AddChunk",770,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_THnSparseArrayChunk), -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
44681 G__memfunc_setup("FillExMap",866,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
44682 G__memfunc_setup("GenerateArray",1322,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TArray), -1, 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 3);
44683 G__memfunc_setup("GetBinIndexForCurrentBin",2388,(G__InterfaceMethod) NULL, 110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 2, 0, "g - 'Bool_t' 0 - allocate", (char*)NULL, (void*) NULL, 0);
44684 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 2, 0,
44685 "n - 'Long64_t' 0 - bin d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 0);
44686 G__memfunc_setup("CloneEmpty",1024,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_THnSparse), -1, 0, 5, 1, 2, 8,
44687 "C - - 10 - name C - - 10 - title "
44688 "U 'TObjArray' - 10 - axes i - 'Int_t' 0 - chunksize "
44689 "g - 'Bool_t' 0 - keepTargetAxis", (char*)NULL, (void*) NULL, 0);
44690 G__memfunc_setup("CheckConsistency",1648,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 2, 8,
44691 "U 'THnSparse' - 10 - h C - - 10 - tag", (char*)NULL, (void*) NULL, 0);
44692 G__memfunc_setup("IsInRange",864,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 2, 8, "I - 'Int_t' 0 - coord", (char*)NULL, (void*) NULL, 0);
44693 G__memfunc_setup("CreateHist",1004,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 4, 1, 2, 8,
44694 "C - - 10 - name C - - 10 - title "
44695 "U 'TObjArray' - 10 - axes g - 'Bool_t' 0 - keepTargetAxis", (char*)NULL, (void*) NULL, 0);
44696 G__memfunc_setup("ProjectionAny",1349,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TObject), -1, 0, 4, 1, 2, 8,
44697 "i - 'Int_t' 0 - ndim I - 'Int_t' 10 - dim "
44698 "g - 'Bool_t' 0 - wantSparse C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
44699 G__memfunc_setup("PrintBin",806,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 2, 8,
44700 "n - 'Long64_t' 0 - idx I - 'Int_t' 0 - coord "
44701 "C - 'Option_t' 10 - options", (char*)NULL, (void*) NULL, 0);
44702 G__memfunc_setup("AddInternal",1094,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0,
44703 "U 'THnSparse' - 10 - h d - 'Double_t' 0 - c "
44704 "g - 'Bool_t' 0 - rebinned", (char*)NULL, (void*) NULL, 0);
44705 G__memfunc_setup("CreateSparse",1218,G__G__Hist_101_0_20, 85, G__get_linked_tagnum(&G__G__HistLN_THnSparse), -1, 0, 4, 3, 1, 0,
44706 "C - - 10 - name C - - 10 - title "
44707 "U 'TH1' - 10 - h1 i - 'Int_t' 0 '1024*16' ChunkSize", (char*)NULL, (void*) G__func2void( (THnSparse* (*)(const char*, const char*, const TH1*, Int_t))(&THnSparse::CreateSparse) ), 0);
44708 G__memfunc_setup("GetNChunks",986,G__G__Hist_101_0_21, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44709 G__memfunc_setup("GetListOfAxes",1282,G__G__Hist_101_0_22, 85, G__get_linked_tagnum(&G__G__HistLN_TObjArray), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44710 G__memfunc_setup("GetAxis",693,G__G__Hist_101_0_23, 85, G__get_linked_tagnum(&G__G__HistLN_TAxis), -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 - dim", (char*)NULL, (void*) NULL, 0);
44711 G__memfunc_setup("Fill",391,G__G__Hist_101_0_24, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0,
44712 "D - 'Double_t' 10 - x d - 'Double_t' 0 '1.' w", (char*)NULL, (void*) NULL, 0);
44713 G__memfunc_setup("Fill",391,G__G__Hist_101_0_25, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0,
44714 "C - - 12 - name d - 'Double_t' 0 '1.' w", (char*)NULL, (void*) NULL, 0);
44715 G__memfunc_setup("Fit",291,G__G__Hist_101_0_26, 117, G__get_linked_tagnum(&G__G__HistLN_TFitResultPtr), -1, 0, 3, 1, 1, 0,
44716 "U 'TF1' - 0 - f1 C - 'Option_t' 10 '\"\"' option "
44717 "C - 'Option_t' 10 '\"\"' goption", (char*)NULL, (void*) NULL, 0);
44718 G__memfunc_setup("GetListOfFunctions",1834,G__G__Hist_101_0_27, 85, G__get_linked_tagnum(&G__G__HistLN_TList), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44719 G__memfunc_setup("GetEntries",1018,G__G__Hist_101_0_28, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44720 G__memfunc_setup("GetWeightSum",1213,G__G__Hist_101_0_29, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44721 G__memfunc_setup("GetNbins",794,G__G__Hist_101_0_30, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44722 G__memfunc_setup("GetNdimensions",1447,G__G__Hist_101_0_31, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44723 G__memfunc_setup("GetCalculateErrors",1835,G__G__Hist_101_0_32, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44724 G__memfunc_setup("CalculateErrors",1547,G__G__Hist_101_0_33, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' calc", (char*)NULL, (void*) NULL, 0);
44725 G__memfunc_setup("GetBin",569,G__G__Hist_101_0_34, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0,
44726 "I - 'Int_t' 10 - idx g - 'Bool_t' 0 'kTRUE' allocate", (char*)NULL, (void*) NULL, 0);
44727 G__memfunc_setup("GetBin",569,G__G__Hist_101_0_35, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0,
44728 "D - 'Double_t' 10 - x g - 'Bool_t' 0 'kTRUE' allocate", (char*)NULL, (void*) NULL, 0);
44729 G__memfunc_setup("GetBin",569,G__G__Hist_101_0_36, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0,
44730 "C - - 12 - name g - 'Bool_t' 0 'kTRUE' allocate", (char*)NULL, (void*) NULL, 0);
44731 G__memfunc_setup("SetBinEdges",1069,G__G__Hist_101_0_37, 121, -1, -1, 0, 2, 1, 1, 0,
44732 "i - 'Int_t' 0 - idim D - 'Double_t' 10 - bins", (char*)NULL, (void*) NULL, 0);
44733 G__memfunc_setup("SetBinContent",1312,G__G__Hist_101_0_38, 121, -1, -1, 0, 2, 1, 1, 0,
44734 "I - 'Int_t' 10 - x d - 'Double_t' 0 - v", (char*)NULL, (void*) NULL, 0);
44735 G__memfunc_setup("SetBinContent",1312,G__G__Hist_101_0_39, 121, -1, -1, 0, 2, 1, 1, 0,
44736 "n - 'Long64_t' 0 - bin d - 'Double_t' 0 - v", (char*)NULL, (void*) NULL, 0);
44737 G__memfunc_setup("SetBinError",1103,G__G__Hist_101_0_40, 121, -1, -1, 0, 2, 1, 1, 0,
44738 "I - 'Int_t' 10 - x d - 'Double_t' 0 - e", (char*)NULL, (void*) NULL, 0);
44739 G__memfunc_setup("SetBinError",1103,G__G__Hist_101_0_41, 121, -1, -1, 0, 2, 1, 1, 0,
44740 "n - 'Long64_t' 0 - bin d - 'Double_t' 0 - e", (char*)NULL, (void*) NULL, 0);
44741 G__memfunc_setup("AddBinContent",1277,G__G__Hist_101_0_42, 121, -1, -1, 0, 2, 1, 1, 0,
44742 "I - 'Int_t' 10 - x d - 'Double_t' 0 '1.' v", (char*)NULL, (void*) NULL, 0);
44743 G__memfunc_setup("AddBinContent",1277,G__G__Hist_101_0_43, 121, -1, -1, 0, 2, 1, 1, 0,
44744 "n - 'Long64_t' 0 - bin d - 'Double_t' 0 '1.' v", (char*)NULL, (void*) NULL, 0);
44745 G__memfunc_setup("SetEntries",1030,G__G__Hist_101_0_44, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - entries", (char*)NULL, (void*) NULL, 0);
44746 G__memfunc_setup("SetTitle",814,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - title", (char*)NULL, (void*) NULL, 1);
44747 G__memfunc_setup("GetBinContent",1300,G__G__Hist_101_0_46, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "I - 'Int_t' 10 - idx", (char*)NULL, (void*) NULL, 0);
44748 G__memfunc_setup("GetBinContent",1300,G__G__Hist_101_0_47, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
44749 "n - 'Long64_t' 0 - bin I - 'Int_t' 0 '0' idx", (char*)NULL, (void*) NULL, 0);
44750 G__memfunc_setup("GetBinError",1091,G__G__Hist_101_0_48, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "I - 'Int_t' 10 - idx", (char*)NULL, (void*) NULL, 0);
44751 G__memfunc_setup("GetBinError",1091,G__G__Hist_101_0_49, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "n - 'Long64_t' 0 - linidx", (char*)NULL, (void*) NULL, 0);
44752 G__memfunc_setup("GetSparseFractionBins",2128,G__G__Hist_101_0_50, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44753 G__memfunc_setup("GetSparseFractionMem",2019,G__G__Hist_101_0_51, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44754 G__memfunc_setup("GetSumw",716,G__G__Hist_101_0_52, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44755 G__memfunc_setup("GetSumw2",766,G__G__Hist_101_0_53, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44756 G__memfunc_setup("GetSumwx",836,G__G__Hist_101_0_54, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - dim", (char*)NULL, (void*) NULL, 0);
44757 G__memfunc_setup("GetSumwx2",886,G__G__Hist_101_0_55, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - dim", (char*)NULL, (void*) NULL, 0);
44758 G__memfunc_setup("Projection",1053,G__G__Hist_101_0_56, 85, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 0, 2, 1, 1, 8,
44759 "i - 'Int_t' 0 - xDim C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
44760 G__memfunc_setup("Projection",1053,G__G__Hist_101_0_57, 85, G__get_linked_tagnum(&G__G__HistLN_TH2D), -1, 0, 3, 1, 1, 8,
44761 "i - 'Int_t' 0 - yDim i - 'Int_t' 0 - xDim "
44762 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
44763 G__memfunc_setup("Projection",1053,G__G__Hist_101_0_58, 85, G__get_linked_tagnum(&G__G__HistLN_TH3D), -1, 0, 4, 1, 1, 8,
44764 "i - 'Int_t' 0 - xDim i - 'Int_t' 0 - yDim "
44765 "i - 'Int_t' 0 - zDim C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
44766 G__memfunc_setup("Projection",1053,G__G__Hist_101_0_59, 85, G__get_linked_tagnum(&G__G__HistLN_THnSparse), -1, 0, 3, 1, 1, 8,
44767 "i - 'Int_t' 0 - ndim I - 'Int_t' 10 - dim "
44768 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
44769 G__memfunc_setup("Rebin",496,G__G__Hist_101_0_60, 85, G__get_linked_tagnum(&G__G__HistLN_THnSparse), -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 - group", (char*)NULL, (void*) NULL, 0);
44770 G__memfunc_setup("Rebin",496,G__G__Hist_101_0_61, 85, G__get_linked_tagnum(&G__G__HistLN_THnSparse), -1, 0, 1, 1, 1, 8, "I - 'Int_t' 10 - group", (char*)NULL, (void*) NULL, 0);
44771 G__memfunc_setup("Merge",496,G__G__Hist_101_0_62, 110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 0, "U 'TCollection' - 0 - list", (char*)NULL, (void*) NULL, 0);
44772 G__memfunc_setup("Scale",488,G__G__Hist_101_0_63, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - c", (char*)NULL, (void*) NULL, 0);
44773 G__memfunc_setup("Add",265,G__G__Hist_101_0_64, 121, -1, -1, 0, 2, 1, 1, 0,
44774 "U 'THnSparse' - 10 - h d - 'Double_t' 0 '1.' c", (char*)NULL, (void*) NULL, 0);
44775 G__memfunc_setup("Multiply",864,G__G__Hist_101_0_65, 121, -1, -1, 0, 1, 1, 1, 0, "U 'THnSparse' - 10 - h", (char*)NULL, (void*) NULL, 0);
44776 G__memfunc_setup("Multiply",864,G__G__Hist_101_0_66, 121, -1, -1, 0, 2, 1, 1, 0,
44777 "U 'TF1' - 0 - f d - 'Double_t' 0 '1.' c", (char*)NULL, (void*) NULL, 0);
44778 G__memfunc_setup("Divide",597,G__G__Hist_101_0_67, 121, -1, -1, 0, 1, 1, 1, 0, "U 'THnSparse' - 10 - h", (char*)NULL, (void*) NULL, 0);
44779 G__memfunc_setup("Divide",597,G__G__Hist_101_0_68, 121, -1, -1, 0, 5, 1, 1, 0,
44780 "U 'THnSparse' - 10 - h1 U 'THnSparse' - 10 - h2 "
44781 "d - 'Double_t' 0 '1.' c1 d - 'Double_t' 0 '1.' c2 "
44782 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
44783 G__memfunc_setup("RebinnedAdd",1072,G__G__Hist_101_0_69, 121, -1, -1, 0, 2, 1, 1, 0,
44784 "U 'THnSparse' - 10 - h d - 'Double_t' 0 '1.' c", (char*)NULL, (void*) NULL, 0);
44785 G__memfunc_setup("Reset",515,G__G__Hist_101_0_70, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
44786 G__memfunc_setup("Sumw2",478,G__G__Hist_101_0_71, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44787 G__memfunc_setup("ComputeIntegral",1555,G__G__Hist_101_0_72, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44788 G__memfunc_setup("GetRandom",897,G__G__Hist_101_0_73, 121, -1, -1, 0, 2, 1, 1, 0,
44789 "D - 'Double_t' 0 - rand g - 'Bool_t' 0 'kTRUE' subBinRandom", (char*)NULL, (void*) NULL, 0);
44790 G__memfunc_setup("Print",525,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
44791 G__memfunc_setup("PrintEntries",1255,G__G__Hist_101_0_75, 121, -1, -1, 0, 3, 1, 1, 8,
44792 "n - 'Long64_t' 0 '0' from n - 'Long64_t' 0 '-1' howmany "
44793 "C - 'Option_t' 10 '0' options", (char*)NULL, (void*) NULL, 0);
44794 G__memfunc_setup("PrintBin",806,G__G__Hist_101_0_76, 121, -1, -1, 0, 2, 1, 1, 8,
44795 "I - 'Int_t' 0 - coord C - 'Option_t' 10 - options", (char*)NULL, (void*) NULL, 0);
44796 G__memfunc_setup("PrintBin",806,G__G__Hist_101_0_77, 121, -1, -1, 0, 2, 1, 1, 8,
44797 "n - 'Long64_t' 0 - idx C - 'Option_t' 10 - options", (char*)NULL, (void*) NULL, 0);
44798 G__memfunc_setup("Class",502,G__G__Hist_101_0_78, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&THnSparse::Class) ), 0);
44799 G__memfunc_setup("Class_Name",982,G__G__Hist_101_0_79, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THnSparse::Class_Name) ), 0);
44800 G__memfunc_setup("Class_Version",1339,G__G__Hist_101_0_80, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&THnSparse::Class_Version) ), 0);
44801 G__memfunc_setup("Dictionary",1046,G__G__Hist_101_0_81, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&THnSparse::Dictionary) ), 0);
44802 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44803 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
44804 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
44805 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_101_0_85, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
44806 G__memfunc_setup("DeclFileName",1145,G__G__Hist_101_0_86, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THnSparse::DeclFileName) ), 0);
44807 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_101_0_87, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&THnSparse::ImplFileLine) ), 0);
44808 G__memfunc_setup("ImplFileName",1171,G__G__Hist_101_0_88, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THnSparse::ImplFileName) ), 0);
44809 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_101_0_89, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&THnSparse::DeclFileLine) ), 0);
44810
44811 G__memfunc_setup("~THnSparse", 1014, G__G__Hist_101_0_90, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
44812 G__tag_memfunc_reset();
44813 }
44814
44815 static void G__setup_memfuncTF1(void) {
44816
44817 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TF1));
44818 G__memfunc_setup("CreateFromFunctor",1737,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0,
44819 "C - - 10 - name i - 'Int_t' 0 - npar", (char*)NULL, (void*) NULL, 0);
44820 G__memfunc_setup("CreateFromCintClass",1900,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 7, 1, 2, 0,
44821 "C - - 10 - name Y - - 0 - ptr "
44822 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - xmax "
44823 "i - 'Int_t' 0 - npar C - - 10 - cname "
44824 "C - - 10 - fname", (char*)NULL, (void*) NULL, 0);
44825 G__memfunc_setup("TF1",203,G__G__Hist_102_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TF1), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44826 G__memfunc_setup("TF1",203,G__G__Hist_102_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_TF1), -1, 0, 4, 1, 1, 0,
44827 "C - - 10 - name C - - 10 - formula "
44828 "d - 'Double_t' 0 '0' xmin d - 'Double_t' 0 '1' xmax", (char*)NULL, (void*) NULL, 0);
44829 G__memfunc_setup("TF1",203,G__G__Hist_102_0_5, 105, G__get_linked_tagnum(&G__G__HistLN_TF1), -1, 0, 4, 1, 1, 0,
44830 "C - - 10 - name d - 'Double_t' 0 - xmin "
44831 "d - 'Double_t' 0 - xmax i - 'Int_t' 0 - npar", (char*)NULL, (void*) NULL, 0);
44832 G__memfunc_setup("TF1",203,G__G__Hist_102_0_6, 105, G__get_linked_tagnum(&G__G__HistLN_TF1), -1, 0, 5, 1, 1, 0,
44833 "C - - 10 - name Y - - 0 - fcn "
44834 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - xmax "
44835 "i - 'Int_t' 0 - npar", (char*)NULL, (void*) NULL, 0);
44836 G__memfunc_setup("TF1",203,G__G__Hist_102_0_7, 105, G__get_linked_tagnum(&G__G__HistLN_TF1), -1, 0, 5, 1, 1, 0,
44837 "C - - 10 - name u 'ROOT::Math::ParamFunctor' - 0 - f "
44838 "d - 'Double_t' 0 '0' xmin d - 'Double_t' 0 '1' xmax "
44839 "i - 'Int_t' 0 '0' npar", (char*)NULL, (void*) NULL, 0);
44840 G__memfunc_setup("TF1",203,G__G__Hist_102_0_8, 105, G__get_linked_tagnum(&G__G__HistLN_TF1), -1, 0, 6, 1, 1, 0,
44841 "C - - 10 - name Y - - 0 - ptr "
44842 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - xmax "
44843 "i - 'Int_t' 0 - npar C - - 10 - className", (char*)NULL, (void*) NULL, 0);
44844 G__memfunc_setup("TF1",203,G__G__Hist_102_0_9, 105, G__get_linked_tagnum(&G__G__HistLN_TF1), -1, 0, 8, 1, 1, 0,
44845 "C - - 10 - name Y - - 0 - ptr "
44846 "Y - - 0 - - d - 'Double_t' 0 - xmin "
44847 "d - 'Double_t' 0 - xmax i - 'Int_t' 0 - npar "
44848 "C - - 10 - className C - - 10 '0' methodName", (char*)NULL, (void*) NULL, 0);
44849 G__memfunc_setup("TF1",203,G__G__Hist_102_0_10, 105, G__get_linked_tagnum(&G__G__HistLN_TF1), -1, 0, 1, 1, 1, 0, "u 'TF1' - 11 - f1", (char*)NULL, (void*) NULL, 0);
44850 G__memfunc_setup("operator=",937,G__G__Hist_102_0_11, 117, G__get_linked_tagnum(&G__G__HistLN_TF1), -1, 1, 1, 1, 1, 0, "u 'TF1' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
44851 G__memfunc_setup("Browse",626,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TBrowser' - 0 - b", (char*)NULL, (void*) NULL, 1);
44852 G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - f1", (char*)NULL, (void*) NULL, 1);
44853 G__memfunc_setup("Derivative",1043,G__G__Hist_102_0_14, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
44854 "d - 'Double_t' 0 - x D - 'Double_t' 0 '0' params "
44855 "d - 'Double_t' 0 '0.001' epsilon", (char*)NULL, (void*) NULL, 1);
44856 G__memfunc_setup("Derivative2",1093,G__G__Hist_102_0_15, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
44857 "d - 'Double_t' 0 - x D - 'Double_t' 0 '0' params "
44858 "d - 'Double_t' 0 '0.001' epsilon", (char*)NULL, (void*) NULL, 1);
44859 G__memfunc_setup("Derivative3",1094,G__G__Hist_102_0_16, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
44860 "d - 'Double_t' 0 - x D - 'Double_t' 0 '0' params "
44861 "d - 'Double_t' 0 '0.001' epsilon", (char*)NULL, (void*) NULL, 1);
44862 G__memfunc_setup("DerivativeError",1565,G__G__Hist_102_0_17, 100, -1, G__defined_typename("Double_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Double_t (*)())(&TF1::DerivativeError) ), 0);
44863 G__memfunc_setup("DistancetoPrimitive",1991,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
44864 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
44865 G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
44866 G__memfunc_setup("DrawCopy",809,G__G__Hist_102_0_20, 85, G__get_linked_tagnum(&G__G__HistLN_TF1), -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
44867 G__memfunc_setup("DrawDerivative",1441,G__G__Hist_102_0_21, 85, G__get_linked_tagnum(&G__G__HistLN_TObject), -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"al\"' option", "*MENU*", (void*) NULL, 1);
44868 G__memfunc_setup("DrawIntegral",1220,G__G__Hist_102_0_22, 85, G__get_linked_tagnum(&G__G__HistLN_TObject), -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"al\"' option", "*MENU*", (void*) NULL, 1);
44869 G__memfunc_setup("DrawF1",517,G__G__Hist_102_0_23, 121, -1, -1, 0, 4, 1, 1, 0,
44870 "C - - 10 - formula d - 'Double_t' 0 - xmin "
44871 "d - 'Double_t' 0 - xmax C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
44872 G__memfunc_setup("Eval",392,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 4, 1, 1, 8,
44873 "d - 'Double_t' 0 - x d - 'Double_t' 0 '0' y "
44874 "d - 'Double_t' 0 '0' z d - 'Double_t' 0 '0' t", (char*)NULL, (void*) NULL, 1);
44875 G__memfunc_setup("EvalPar",683,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
44876 "D - 'Double_t' 10 - x D - 'Double_t' 10 '0' params", (char*)NULL, (void*) NULL, 1);
44877 G__memfunc_setup("operator()",957,G__G__Hist_102_0_26, 100, -1, G__defined_typename("Double_t"), 0, 4, 1, 1, 8,
44878 "d - 'Double_t' 0 - x d - 'Double_t' 0 '0' y "
44879 "d - 'Double_t' 0 '0' z d - 'Double_t' 0 '0' t", (char*)NULL, (void*) NULL, 1);
44880 G__memfunc_setup("operator()",957,G__G__Hist_102_0_27, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
44881 "D - 'Double_t' 10 - x D - 'Double_t' 10 '0' params", (char*)NULL, (void*) NULL, 1);
44882 G__memfunc_setup("ExecuteEvent",1237,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
44883 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
44884 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
44885 G__memfunc_setup("FixParameter",1224,G__G__Hist_102_0_29, 121, -1, -1, 0, 2, 1, 1, 0,
44886 "i - 'Int_t' 0 - ipar d - 'Double_t' 0 - value", (char*)NULL, (void*) NULL, 1);
44887 G__memfunc_setup("GetChisquare",1221,G__G__Hist_102_0_30, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44888 G__memfunc_setup("GetHistogram",1230,G__G__Hist_102_0_31, 85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44889 G__memfunc_setup("GetMaximum",1022,G__G__Hist_102_0_32, 100, -1, G__defined_typename("Double_t"), 0, 5, 1, 1, 8,
44890 "d - 'Double_t' 0 '0' xmin d - 'Double_t' 0 '0' xmax "
44891 "d - 'Double_t' 0 '1.E-10' epsilon i - 'Int_t' 0 '100' maxiter "
44892 "g - 'Bool_t' 0 'false' logx", (char*)NULL, (void*) NULL, 1);
44893 G__memfunc_setup("GetMinimum",1020,G__G__Hist_102_0_33, 100, -1, G__defined_typename("Double_t"), 0, 5, 1, 1, 8,
44894 "d - 'Double_t' 0 '0' xmin d - 'Double_t' 0 '0' xmax "
44895 "d - 'Double_t' 0 '1.E-10' epsilon i - 'Int_t' 0 '100' maxiter "
44896 "g - 'Bool_t' 0 'false' logx", (char*)NULL, (void*) NULL, 1);
44897 G__memfunc_setup("GetMaximumX",1110,G__G__Hist_102_0_34, 100, -1, G__defined_typename("Double_t"), 0, 5, 1, 1, 8,
44898 "d - 'Double_t' 0 '0' xmin d - 'Double_t' 0 '0' xmax "
44899 "d - 'Double_t' 0 '1.E-10' epsilon i - 'Int_t' 0 '100' maxiter "
44900 "g - 'Bool_t' 0 'false' logx", (char*)NULL, (void*) NULL, 1);
44901 G__memfunc_setup("GetMinimumX",1108,G__G__Hist_102_0_35, 100, -1, G__defined_typename("Double_t"), 0, 5, 1, 1, 8,
44902 "d - 'Double_t' 0 '0' xmin d - 'Double_t' 0 '0' xmax "
44903 "d - 'Double_t' 0 '1.E-10' epsilon i - 'Int_t' 0 '100' maxiter "
44904 "g - 'Bool_t' 0 'false' logx", (char*)NULL, (void*) NULL, 1);
44905 G__memfunc_setup("GetNDF",504,G__G__Hist_102_0_36, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44906 G__memfunc_setup("GetNpx",598,G__G__Hist_102_0_37, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44907 G__memfunc_setup("GetMethodCall",1277,G__G__Hist_102_0_38, 85, G__get_linked_tagnum(&G__G__HistLN_TMethodCall), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44908 G__memfunc_setup("GetNumberFreeParameters",2335,G__G__Hist_102_0_39, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44909 G__memfunc_setup("GetNumberFitPoints",1833,G__G__Hist_102_0_40, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44910 G__memfunc_setup("GetObjectInfo",1283,(G__InterfaceMethod) NULL,67, -1, -1, 0, 2, 1, 1, 8,
44911 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
44912 G__memfunc_setup("GetParent",906,G__G__Hist_102_0_42, 85, G__get_linked_tagnum(&G__G__HistLN_TObject), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44913 G__memfunc_setup("GetParError",1101,G__G__Hist_102_0_43, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - ipar", (char*)NULL, (void*) NULL, 1);
44914 G__memfunc_setup("GetParErrors",1216,G__G__Hist_102_0_44, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44915 G__memfunc_setup("GetParLimits",1205,G__G__Hist_102_0_45, 121, -1, -1, 0, 3, 1, 1, 8,
44916 "i - 'Int_t' 0 - ipar d - 'Double_t' 1 - parmin "
44917 "d - 'Double_t' 1 - parmax", (char*)NULL, (void*) NULL, 1);
44918 G__memfunc_setup("GetProb",691,G__G__Hist_102_0_46, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44919 G__memfunc_setup("GetQuantiles",1238,G__G__Hist_102_0_47, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
44920 "i - 'Int_t' 0 - nprobSum D - 'Double_t' 0 - q "
44921 "D - 'Double_t' 10 - probSum", (char*)NULL, (void*) NULL, 1);
44922 G__memfunc_setup("GetRandom",897,G__G__Hist_102_0_48, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
44923 G__memfunc_setup("GetRandom",897,G__G__Hist_102_0_49, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
44924 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - xmax", (char*)NULL, (void*) NULL, 1);
44925 G__memfunc_setup("GetRange",781,G__G__Hist_102_0_50, 121, -1, -1, 0, 2, 1, 1, 8,
44926 "d - 'Double_t' 1 - xmin d - 'Double_t' 1 - xmax", (char*)NULL, (void*) NULL, 1);
44927 G__memfunc_setup("GetRange",781,G__G__Hist_102_0_51, 121, -1, -1, 0, 4, 1, 1, 8,
44928 "d - 'Double_t' 1 - xmin d - 'Double_t' 1 - ymin "
44929 "d - 'Double_t' 1 - xmax d - 'Double_t' 1 - ymax", (char*)NULL, (void*) NULL, 1);
44930 G__memfunc_setup("GetRange",781,G__G__Hist_102_0_52, 121, -1, -1, 0, 6, 1, 1, 8,
44931 "d - 'Double_t' 1 - xmin d - 'Double_t' 1 - ymin "
44932 "d - 'Double_t' 1 - zmin d - 'Double_t' 1 - xmax "
44933 "d - 'Double_t' 1 - ymax d - 'Double_t' 1 - zmax", (char*)NULL, (void*) NULL, 1);
44934 G__memfunc_setup("GetSave",687,G__G__Hist_102_0_53, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "D - 'Double_t' 10 - x", (char*)NULL, (void*) NULL, 1);
44935 G__memfunc_setup("GetX",376,G__G__Hist_102_0_54, 100, -1, G__defined_typename("Double_t"), 0, 6, 1, 1, 8,
44936 "d - 'Double_t' 0 - y d - 'Double_t' 0 '0' xmin "
44937 "d - 'Double_t' 0 '0' xmax d - 'Double_t' 0 '1.E-10' epsilon "
44938 "i - 'Int_t' 0 '100' maxiter g - 'Bool_t' 0 'false' logx", (char*)NULL, (void*) NULL, 1);
44939 G__memfunc_setup("GetXmin",700,G__G__Hist_102_0_55, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44940 G__memfunc_setup("GetXmax",702,G__G__Hist_102_0_56, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44941 G__memfunc_setup("GetXaxis",813,G__G__Hist_102_0_57, 85, G__get_linked_tagnum(&G__G__HistLN_TAxis), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44942 G__memfunc_setup("GetYaxis",814,G__G__Hist_102_0_58, 85, G__get_linked_tagnum(&G__G__HistLN_TAxis), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44943 G__memfunc_setup("GetZaxis",815,G__G__Hist_102_0_59, 85, G__get_linked_tagnum(&G__G__HistLN_TAxis), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44944 G__memfunc_setup("GradientPar",1105,G__G__Hist_102_0_60, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 0,
44945 "i - 'Int_t' 0 - ipar D - 'Double_t' 10 - x "
44946 "d - 'Double_t' 0 '0.01' eps", (char*)NULL, (void*) NULL, 1);
44947 G__memfunc_setup("GradientPar",1105,G__G__Hist_102_0_61, 121, -1, -1, 0, 3, 1, 1, 0,
44948 "D - 'Double_t' 10 - x D - 'Double_t' 0 - grad "
44949 "d - 'Double_t' 0 '0.01' eps", (char*)NULL, (void*) NULL, 1);
44950 G__memfunc_setup("InitArgs",801,G__G__Hist_102_0_62, 121, -1, -1, 0, 2, 1, 1, 0,
44951 "D - 'Double_t' 10 - x D - 'Double_t' 10 - params", (char*)NULL, (void*) NULL, 1);
44952 G__memfunc_setup("InitStandardFunctions",2174,G__G__Hist_102_0_63, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TF1::InitStandardFunctions) ), 0);
44953 G__memfunc_setup("Integral",822,G__G__Hist_102_0_64, 100, -1, G__defined_typename("Double_t"), 0, 4, 1, 1, 0,
44954 "d - 'Double_t' 0 - a d - 'Double_t' 0 - b "
44955 "D - 'Double_t' 10 '0' params d - 'Double_t' 0 '1e-12' epsilon", (char*)NULL, (void*) NULL, 1);
44956 G__memfunc_setup("Integral",822,G__G__Hist_102_0_65, 100, -1, G__defined_typename("Double_t"), 0, 5, 1, 1, 0,
44957 "d - 'Double_t' 0 - ax d - 'Double_t' 0 - bx "
44958 "d - 'Double_t' 0 - ay d - 'Double_t' 0 - by "
44959 "d - 'Double_t' 0 '1e-12' epsilon", (char*)NULL, (void*) NULL, 1);
44960 G__memfunc_setup("Integral",822,G__G__Hist_102_0_66, 100, -1, G__defined_typename("Double_t"), 0, 7, 1, 1, 0,
44961 "d - 'Double_t' 0 - ax d - 'Double_t' 0 - bx "
44962 "d - 'Double_t' 0 - ay d - 'Double_t' 0 - by "
44963 "d - 'Double_t' 0 - az d - 'Double_t' 0 - bz "
44964 "d - 'Double_t' 0 '1e-12' epsilon", (char*)NULL, (void*) NULL, 1);
44965 G__memfunc_setup("IntegralError",1344,G__G__Hist_102_0_67, 100, -1, G__defined_typename("Double_t"), 0, 5, 1, 1, 0,
44966 "d - 'Double_t' 0 - a d - 'Double_t' 0 - b "
44967 "D - 'Double_t' 10 '0' params D - 'Double_t' 10 '0' covmat "
44968 "d - 'Double_t' 0 '1e-12' epsilon", (char*)NULL, (void*) NULL, 1);
44969 G__memfunc_setup("IntegralError",1344,G__G__Hist_102_0_68, 100, -1, G__defined_typename("Double_t"), 0, 6, 1, 1, 0,
44970 "i - 'Int_t' 0 - n D - 'Double_t' 10 - a "
44971 "D - 'Double_t' 10 - b D - 'Double_t' 10 '0' params "
44972 "D - 'Double_t' 10 '0' covmat d - 'Double_t' 0 '1e-12' epsilon", (char*)NULL, (void*) NULL, 1);
44973 G__memfunc_setup("IntegralFast",1220,G__G__Hist_102_0_69, 100, -1, G__defined_typename("Double_t"), 0, 7, 1, 1, 0,
44974 "i - 'Int_t' 0 - num D - 'Double_t' 0 - x "
44975 "D - 'Double_t' 0 - w d - 'Double_t' 0 - a "
44976 "d - 'Double_t' 0 - b D - 'Double_t' 0 '0' params "
44977 "d - 'Double_t' 0 '1e-12' epsilon", (char*)NULL, (void*) NULL, 1);
44978 G__memfunc_setup("IntegralMultiple",1666,G__G__Hist_102_0_70, 100, -1, G__defined_typename("Double_t"), 0, 9, 1, 1, 0,
44979 "i - 'Int_t' 0 - n D - 'Double_t' 10 - a "
44980 "D - 'Double_t' 10 - b i - 'Int_t' 0 - minpts "
44981 "i - 'Int_t' 0 - maxpts d - 'Double_t' 0 - epsilon "
44982 "d - 'Double_t' 1 - relerr i - 'Int_t' 1 - nfnevl "
44983 "i - 'Int_t' 1 - ifail", (char*)NULL, (void*) NULL, 1);
44984 G__memfunc_setup("IntegralMultiple",1666,G__G__Hist_102_0_71, 100, -1, G__defined_typename("Double_t"), 0, 5, 1, 1, 0,
44985 "i - 'Int_t' 0 - n D - 'Double_t' 10 - a "
44986 "D - 'Double_t' 10 - b d - 'Double_t' 0 - epsilon "
44987 "d - 'Double_t' 1 - relerr", (char*)NULL, (void*) NULL, 1);
44988 G__memfunc_setup("IsInside",792,G__G__Hist_102_0_72, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "D - 'Double_t' 10 - x", (char*)NULL, (void*) NULL, 1);
44989 G__memfunc_setup("Paint",508,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
44990 G__memfunc_setup("Print",525,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
44991 G__memfunc_setup("ReleaseParameter",1634,G__G__Hist_102_0_75, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ipar", (char*)NULL, (void*) NULL, 1);
44992 G__memfunc_setup("Save",399,G__G__Hist_102_0_76, 121, -1, -1, 0, 6, 1, 1, 0,
44993 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - xmax "
44994 "d - 'Double_t' 0 - ymin d - 'Double_t' 0 - ymax "
44995 "d - 'Double_t' 0 - zmin d - 'Double_t' 0 - zmax", (char*)NULL, (void*) NULL, 1);
44996 G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
44997 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
44998 G__memfunc_setup("SetChisquare",1233,G__G__Hist_102_0_78, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - chi2", (char*)NULL, (void*) NULL, 1);
44999 G__memfunc_setup("SetFitResult",1230,G__G__Hist_102_0_79, 121, -1, -1, 0, 2, 1, 1, 0,
45000 "u 'ROOT::Fit::FitResult' - 11 - result I - 'Int_t' 10 '0' indpar", (char*)NULL, (void*) NULL, 1);
45001 G__memfunc_setup("SetMaximum",1034,G__G__Hist_102_0_80, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 '-1111' maximum", "*MENU*", (void*) NULL, 1);
45002 G__memfunc_setup("SetMinimum",1032,G__G__Hist_102_0_81, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 '-1111' minimum", "*MENU*", (void*) NULL, 1);
45003 G__memfunc_setup("SetNDF",516,G__G__Hist_102_0_82, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ndf", (char*)NULL, (void*) NULL, 1);
45004 G__memfunc_setup("SetNumberFitPoints",1845,G__G__Hist_102_0_83, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - npfits", (char*)NULL, (void*) NULL, 1);
45005 G__memfunc_setup("SetNpx",610,G__G__Hist_102_0_84, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '100' npx", "*MENU*", (void*) NULL, 1);
45006 G__memfunc_setup("SetParError",1113,G__G__Hist_102_0_85, 121, -1, -1, 0, 2, 1, 1, 0,
45007 "i - 'Int_t' 0 - ipar d - 'Double_t' 0 - error", (char*)NULL, (void*) NULL, 1);
45008 G__memfunc_setup("SetParErrors",1228,G__G__Hist_102_0_86, 121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 10 - errors", (char*)NULL, (void*) NULL, 1);
45009 G__memfunc_setup("SetParLimits",1217,G__G__Hist_102_0_87, 121, -1, -1, 0, 3, 1, 1, 0,
45010 "i - 'Int_t' 0 - ipar d - 'Double_t' 0 - parmin "
45011 "d - 'Double_t' 0 - parmax", (char*)NULL, (void*) NULL, 1);
45012 G__memfunc_setup("SetParent",918,G__G__Hist_102_0_88, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 '0' p", (char*)NULL, (void*) NULL, 1);
45013 G__memfunc_setup("SetRange",793,G__G__Hist_102_0_89, 121, -1, -1, 0, 2, 1, 1, 0,
45014 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - xmax", "*MENU*", (void*) NULL, 1);
45015 G__memfunc_setup("SetRange",793,G__G__Hist_102_0_90, 121, -1, -1, 0, 4, 1, 1, 0,
45016 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - ymin "
45017 "d - 'Double_t' 0 - xmax d - 'Double_t' 0 - ymax", (char*)NULL, (void*) NULL, 1);
45018 G__memfunc_setup("SetRange",793,G__G__Hist_102_0_91, 121, -1, -1, 0, 6, 1, 1, 0,
45019 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - ymin "
45020 "d - 'Double_t' 0 - zmin d - 'Double_t' 0 - xmax "
45021 "d - 'Double_t' 0 - ymax d - 'Double_t' 0 - zmax", (char*)NULL, (void*) NULL, 1);
45022 G__memfunc_setup("SetSavedPoint",1321,G__G__Hist_102_0_92, 121, -1, -1, 0, 2, 1, 1, 0,
45023 "i - 'Int_t' 0 - point d - 'Double_t' 0 - value", (char*)NULL, (void*) NULL, 1);
45024 G__memfunc_setup("SetTitle",814,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 '\"\"' title", "*MENU*", (void*) NULL, 1);
45025 G__memfunc_setup("Update",611,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
45026 G__memfunc_setup("GetCurrent",1027,G__G__Hist_102_0_95, 85, G__get_linked_tagnum(&G__G__HistLN_TF1), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TF1* (*)())(&TF1::GetCurrent) ), 0);
45027 G__memfunc_setup("AbsValue",787,G__G__Hist_102_0_96, 121, -1, -1, 0, 1, 3, 1, 0, "g - 'Bool_t' 0 'kTRUE' reject", (char*)NULL, (void*) G__func2void( (void (*)(Bool_t))(&TF1::AbsValue) ), 0);
45028 G__memfunc_setup("RejectPoint",1127,G__G__Hist_102_0_97, 121, -1, -1, 0, 1, 3, 1, 0, "g - 'Bool_t' 0 'kTRUE' reject", (char*)NULL, (void*) G__func2void( (void (*)(Bool_t))(&TF1::RejectPoint) ), 0);
45029 G__memfunc_setup("RejectedPoint",1328,G__G__Hist_102_0_98, 103, -1, G__defined_typename("Bool_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Bool_t (*)())(&TF1::RejectedPoint) ), 0);
45030 G__memfunc_setup("SetCurrent",1039,G__G__Hist_102_0_99, 121, -1, -1, 0, 1, 3, 1, 0, "U 'TF1' - 0 - f1", (char*)NULL, (void*) G__func2void( (void (*)(TF1*))(&TF1::SetCurrent) ), 0);
45031 G__memfunc_setup("Moment",624,G__G__Hist_102_0_100, 100, -1, G__defined_typename("Double_t"), 0, 5, 1, 1, 0,
45032 "d - 'Double_t' 0 - n d - 'Double_t' 0 - a "
45033 "d - 'Double_t' 0 - b D - 'Double_t' 10 '0' params "
45034 "d - 'Double_t' 0 '0.000001' epsilon", (char*)NULL, (void*) NULL, 1);
45035 G__memfunc_setup("CentralMoment",1337,G__G__Hist_102_0_101, 100, -1, G__defined_typename("Double_t"), 0, 5, 1, 1, 0,
45036 "d - 'Double_t' 0 - n d - 'Double_t' 0 - a "
45037 "d - 'Double_t' 0 - b D - 'Double_t' 10 '0' params "
45038 "d - 'Double_t' 0 '0.000001' epsilon", (char*)NULL, (void*) NULL, 1);
45039 G__memfunc_setup("Mean",385,G__G__Hist_102_0_102, 100, -1, G__defined_typename("Double_t"), 0, 4, 1, 1, 0,
45040 "d - 'Double_t' 0 - a d - 'Double_t' 0 - b "
45041 "D - 'Double_t' 10 '0' params d - 'Double_t' 0 '0.000001' epsilon", (char*)NULL, (void*) NULL, 1);
45042 G__memfunc_setup("Variance",809,G__G__Hist_102_0_103, 100, -1, G__defined_typename("Double_t"), 0, 4, 1, 1, 0,
45043 "d - 'Double_t' 0 - a d - 'Double_t' 0 - b "
45044 "D - 'Double_t' 10 '0' params d - 'Double_t' 0 '0.000001' epsilon", (char*)NULL, (void*) NULL, 1);
45045 G__memfunc_setup("CalcGaussLegendreSamplingPoints",3156,G__G__Hist_102_0_104, 121, -1, -1, 0, 4, 3, 1, 0,
45046 "i - 'Int_t' 0 - num D - 'Double_t' 0 - x "
45047 "D - 'Double_t' 0 - w d - 'Double_t' 0 '3.0e-11' eps", (char*)NULL, (void*) G__func2void( (void (*)(Int_t, Double_t*, Double_t*, Double_t))(&TF1::CalcGaussLegendreSamplingPoints) ), 0);
45048 G__memfunc_setup("Class",502,G__G__Hist_102_0_105, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TF1::Class) ), 0);
45049 G__memfunc_setup("Class_Name",982,G__G__Hist_102_0_106, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TF1::Class_Name) ), 0);
45050 G__memfunc_setup("Class_Version",1339,G__G__Hist_102_0_107, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TF1::Class_Version) ), 0);
45051 G__memfunc_setup("Dictionary",1046,G__G__Hist_102_0_108, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TF1::Dictionary) ), 0);
45052 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45053 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45054 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45055 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_102_0_112, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45056 G__memfunc_setup("DeclFileName",1145,G__G__Hist_102_0_113, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TF1::DeclFileName) ), 0);
45057 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_102_0_114, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TF1::ImplFileLine) ), 0);
45058 G__memfunc_setup("ImplFileName",1171,G__G__Hist_102_0_115, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TF1::ImplFileName) ), 0);
45059 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_102_0_116, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TF1::DeclFileLine) ), 0);
45060
45061 G__memfunc_setup("~TF1", 329, G__G__Hist_102_0_117, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
45062 G__tag_memfunc_reset();
45063 }
45064
45065 static void G__setup_memfuncTF2(void) {
45066
45067 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TF2));
45068 G__memfunc_setup("TF2",204,G__G__Hist_103_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TF2), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45069 G__memfunc_setup("TF2",204,G__G__Hist_103_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TF2), -1, 0, 6, 1, 1, 0,
45070 "C - - 10 - name C - - 10 - formula "
45071 "d - 'Double_t' 0 '0' xmin d - 'Double_t' 0 '1' xmax "
45072 "d - 'Double_t' 0 '0' ymin d - 'Double_t' 0 '1' ymax", (char*)NULL, (void*) NULL, 0);
45073 G__memfunc_setup("TF2",204,G__G__Hist_103_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TF2), -1, 0, 7, 1, 1, 0,
45074 "C - - 10 - name Y - - 0 - fcn "
45075 "d - 'Double_t' 0 '0' xmin d - 'Double_t' 0 '1' xmax "
45076 "d - 'Double_t' 0 '0' ymin d - 'Double_t' 0 '1' ymax "
45077 "i - 'Int_t' 0 '0' npar", (char*)NULL, (void*) NULL, 0);
45078 G__memfunc_setup("TF2",204,G__G__Hist_103_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_TF2), -1, 0, 7, 1, 1, 0,
45079 "C - - 10 - name u 'ROOT::Math::ParamFunctor' - 0 - f "
45080 "d - 'Double_t' 0 '0' xmin d - 'Double_t' 0 '1' xmax "
45081 "d - 'Double_t' 0 '0' ymin d - 'Double_t' 0 '1' ymax "
45082 "i - 'Int_t' 0 '0' npar", (char*)NULL, (void*) NULL, 0);
45083 G__memfunc_setup("TF2",204,G__G__Hist_103_0_5, 105, G__get_linked_tagnum(&G__G__HistLN_TF2), -1, 0, 8, 1, 1, 0,
45084 "C - - 10 - name Y - - 0 - ptr "
45085 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - xmax "
45086 "d - 'Double_t' 0 - ymin d - 'Double_t' 0 - ymax "
45087 "i - 'Int_t' 0 - npar C - - 10 - className", (char*)NULL, (void*) NULL, 0);
45088 G__memfunc_setup("TF2",204,G__G__Hist_103_0_6, 105, G__get_linked_tagnum(&G__G__HistLN_TF2), -1, 0, 10, 1, 1, 0,
45089 "C - - 10 - name Y - - 0 - ptr "
45090 "Y - - 0 - - d - 'Double_t' 0 - xmin "
45091 "d - 'Double_t' 0 - xmax d - 'Double_t' 0 - ymin "
45092 "d - 'Double_t' 0 - ymax i - 'Int_t' 0 - npar "
45093 "C - - 10 - className C - - 10 '0' methodName", (char*)NULL, (void*) NULL, 0);
45094 G__memfunc_setup("TF2",204,G__G__Hist_103_0_7, 105, G__get_linked_tagnum(&G__G__HistLN_TF2), -1, 0, 1, 1, 1, 0, "u 'TF2' - 11 - f2", (char*)NULL, (void*) NULL, 0);
45095 G__memfunc_setup("operator=",937,G__G__Hist_103_0_8, 117, G__get_linked_tagnum(&G__G__HistLN_TF2), -1, 1, 1, 1, 1, 0, "u 'TF2' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
45096 G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - f2", (char*)NULL, (void*) NULL, 1);
45097 G__memfunc_setup("DistancetoPrimitive",1991,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
45098 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
45099 G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
45100 G__memfunc_setup("DrawCopy",809,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TF1), -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
45101 G__memfunc_setup("DrawDerivative",1441,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TObject), -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"al\"' -", (char*)NULL, (void*) NULL, 1);
45102 G__memfunc_setup("DrawIntegral",1220,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TObject), -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"al\"' -", (char*)NULL, (void*) NULL, 1);
45103 G__memfunc_setup("DrawF2",518,G__G__Hist_103_0_15, 121, -1, -1, 0, 6, 1, 1, 0,
45104 "C - - 10 - formula d - 'Double_t' 0 - xmin "
45105 "d - 'Double_t' 0 - xmax d - 'Double_t' 0 - ymin "
45106 "d - 'Double_t' 0 - ymax C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
45107 G__memfunc_setup("ExecuteEvent",1237,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
45108 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
45109 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
45110 G__memfunc_setup("GetContour",1034,G__G__Hist_103_0_17, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "D - 'Double_t' 0 '0' levels", (char*)NULL, (void*) NULL, 1);
45111 G__memfunc_setup("GetContourLevel",1538,G__G__Hist_103_0_18, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - level", (char*)NULL, (void*) NULL, 1);
45112 G__memfunc_setup("GetNpy",599,G__G__Hist_103_0_19, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45113 G__memfunc_setup("GetObjectInfo",1283,(G__InterfaceMethod) NULL,67, -1, -1, 0, 2, 1, 1, 8,
45114 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
45115 G__memfunc_setup("GetRandom",897,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
45116 G__memfunc_setup("GetRandom",897,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
45117 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - xmax", (char*)NULL, (void*) NULL, 1);
45118 G__memfunc_setup("GetRandom2",947,G__G__Hist_103_0_23, 121, -1, -1, 0, 2, 1, 1, 0,
45119 "d - 'Double_t' 1 - xrandom d - 'Double_t' 1 - yrandom", (char*)NULL, (void*) NULL, 1);
45120 G__memfunc_setup("GetRange",781,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 8,
45121 "d - 'Double_t' 1 - xmin d - 'Double_t' 1 - xmax", (char*)NULL, (void*) NULL, 1);
45122 G__memfunc_setup("GetRange",781,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 8,
45123 "d - 'Double_t' 1 - xmin d - 'Double_t' 1 - ymin "
45124 "d - 'Double_t' 1 - xmax d - 'Double_t' 1 - ymax", (char*)NULL, (void*) NULL, 1);
45125 G__memfunc_setup("GetRange",781,(G__InterfaceMethod) NULL,121, -1, -1, 0, 6, 1, 1, 8,
45126 "d - 'Double_t' 1 - xmin d - 'Double_t' 1 - ymin "
45127 "d - 'Double_t' 1 - zmin d - 'Double_t' 1 - xmax "
45128 "d - 'Double_t' 1 - ymax d - 'Double_t' 1 - zmax", (char*)NULL, (void*) NULL, 1);
45129 G__memfunc_setup("GetSave",687,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "D - 'Double_t' 10 - x", (char*)NULL, (void*) NULL, 1);
45130 G__memfunc_setup("GetMinimumXY",1197,G__G__Hist_103_0_28, 121, -1, -1, 0, 2, 1, 1, 0,
45131 "d - 'Double_t' 1 - x d - 'Double_t' 1 - y", (char*)NULL, (void*) NULL, 1);
45132 G__memfunc_setup("GetYmin",701,G__G__Hist_103_0_29, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45133 G__memfunc_setup("GetYmax",703,G__G__Hist_103_0_30, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45134 G__memfunc_setup("Integral",822,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 4, 1, 1, 0,
45135 "d - 'Double_t' 0 - a d - 'Double_t' 0 - b "
45136 "D - 'Double_t' 10 '0' params d - 'Double_t' 0 '0.000001' epsil", (char*)NULL, (void*) NULL, 1);
45137 G__memfunc_setup("Integral",822,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 5, 1, 1, 0,
45138 "d - 'Double_t' 0 - ax d - 'Double_t' 0 - bx "
45139 "d - 'Double_t' 0 - ay d - 'Double_t' 0 - by "
45140 "d - 'Double_t' 0 '0.000001' epsil", (char*)NULL, (void*) NULL, 1);
45141 G__memfunc_setup("Integral",822,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 7, 1, 1, 0,
45142 "d - 'Double_t' 0 - ax d - 'Double_t' 0 - bx "
45143 "d - 'Double_t' 0 - ay d - 'Double_t' 0 - by "
45144 "d - 'Double_t' 0 - az d - 'Double_t' 0 - bz "
45145 "d - 'Double_t' 0 '0.000001' epsil", (char*)NULL, (void*) NULL, 1);
45146 G__memfunc_setup("IsInside",792,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "D - 'Double_t' 10 - x", (char*)NULL, (void*) NULL, 1);
45147 G__memfunc_setup("CreateHistogram",1538,G__G__Hist_103_0_35, 85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
45148 G__memfunc_setup("Paint",508,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
45149 G__memfunc_setup("Save",399,(G__InterfaceMethod) NULL,121, -1, -1, 0, 6, 1, 1, 0,
45150 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - xmax "
45151 "d - 'Double_t' 0 - ymin d - 'Double_t' 0 - ymax "
45152 "d - 'Double_t' 0 - zmin d - 'Double_t' 0 - zmax", (char*)NULL, (void*) NULL, 1);
45153 G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
45154 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
45155 G__memfunc_setup("SetNpy",611,G__G__Hist_103_0_39, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '100' npy", "*MENU*", (void*) NULL, 1);
45156 G__memfunc_setup("SetContour",1046,G__G__Hist_103_0_40, 121, -1, -1, 0, 2, 1, 1, 0,
45157 "i - 'Int_t' 0 '20' nlevels D - 'Double_t' 10 '0' levels", (char*)NULL, (void*) NULL, 1);
45158 G__memfunc_setup("SetContourLevel",1550,G__G__Hist_103_0_41, 121, -1, -1, 0, 2, 1, 1, 0,
45159 "i - 'Int_t' 0 - level d - 'Double_t' 0 - value", (char*)NULL, (void*) NULL, 1);
45160 G__memfunc_setup("SetRange",793,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
45161 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - xmax", (char*)NULL, (void*) NULL, 1);
45162 G__memfunc_setup("SetRange",793,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0,
45163 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - ymin "
45164 "d - 'Double_t' 0 - xmax d - 'Double_t' 0 - ymax", "*MENU*", (void*) NULL, 1);
45165 G__memfunc_setup("SetRange",793,(G__InterfaceMethod) NULL,121, -1, -1, 0, 6, 1, 1, 0,
45166 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - ymin "
45167 "d - 'Double_t' 0 - zmin d - 'Double_t' 0 - xmax "
45168 "d - 'Double_t' 0 - ymax d - 'Double_t' 0 - zmax", (char*)NULL, (void*) NULL, 1);
45169 G__memfunc_setup("Moment2",674,G__G__Hist_103_0_45, 100, -1, G__defined_typename("Double_t"), 0, 7, 1, 1, 0,
45170 "d - 'Double_t' 0 - nx d - 'Double_t' 0 - ax "
45171 "d - 'Double_t' 0 - bx d - 'Double_t' 0 - ny "
45172 "d - 'Double_t' 0 - ay d - 'Double_t' 0 - by "
45173 "d - 'Double_t' 0 '0.000001' epsilon", (char*)NULL, (void*) NULL, 1);
45174 G__memfunc_setup("CentralMoment2",1387,G__G__Hist_103_0_46, 100, -1, G__defined_typename("Double_t"), 0, 7, 1, 1, 0,
45175 "d - 'Double_t' 0 - nx d - 'Double_t' 0 - ax "
45176 "d - 'Double_t' 0 - bx d - 'Double_t' 0 - ny "
45177 "d - 'Double_t' 0 - ay d - 'Double_t' 0 - by "
45178 "d - 'Double_t' 0 '0.000001' epsilon", (char*)NULL, (void*) NULL, 1);
45179 G__memfunc_setup("Mean2X",523,G__G__Hist_103_0_47, 100, -1, G__defined_typename("Double_t"), 0, 5, 1, 1, 0,
45180 "d - 'Double_t' 0 - ax d - 'Double_t' 0 - bx "
45181 "d - 'Double_t' 0 - ay d - 'Double_t' 0 - by "
45182 "d - 'Double_t' 0 '0.000001' epsilon", (char*)NULL, (void*) NULL, 1);
45183 G__memfunc_setup("Mean2Y",524,G__G__Hist_103_0_48, 100, -1, G__defined_typename("Double_t"), 0, 5, 1, 1, 0,
45184 "d - 'Double_t' 0 - ax d - 'Double_t' 0 - bx "
45185 "d - 'Double_t' 0 - ay d - 'Double_t' 0 - by "
45186 "d - 'Double_t' 0 '0.000001' epsilon", (char*)NULL, (void*) NULL, 1);
45187 G__memfunc_setup("Variance2X",947,G__G__Hist_103_0_49, 100, -1, G__defined_typename("Double_t"), 0, 5, 1, 1, 0,
45188 "d - 'Double_t' 0 - ax d - 'Double_t' 0 - bx "
45189 "d - 'Double_t' 0 - ay d - 'Double_t' 0 - by "
45190 "d - 'Double_t' 0 '0.000001' epsilon", (char*)NULL, (void*) NULL, 1);
45191 G__memfunc_setup("Variance2Y",948,G__G__Hist_103_0_50, 100, -1, G__defined_typename("Double_t"), 0, 5, 1, 1, 0,
45192 "d - 'Double_t' 0 - ax d - 'Double_t' 0 - bx "
45193 "d - 'Double_t' 0 - ay d - 'Double_t' 0 - by "
45194 "d - 'Double_t' 0 '0.000001' epsilon", (char*)NULL, (void*) NULL, 1);
45195 G__memfunc_setup("Covariance2XY",1246,G__G__Hist_103_0_51, 100, -1, G__defined_typename("Double_t"), 0, 5, 1, 1, 0,
45196 "d - 'Double_t' 0 - ax d - 'Double_t' 0 - bx "
45197 "d - 'Double_t' 0 - ay d - 'Double_t' 0 - by "
45198 "d - 'Double_t' 0 '0.000001' epsilon", (char*)NULL, (void*) NULL, 1);
45199 G__memfunc_setup("Class",502,G__G__Hist_103_0_52, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TF2::Class) ), 0);
45200 G__memfunc_setup("Class_Name",982,G__G__Hist_103_0_53, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TF2::Class_Name) ), 0);
45201 G__memfunc_setup("Class_Version",1339,G__G__Hist_103_0_54, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TF2::Class_Version) ), 0);
45202 G__memfunc_setup("Dictionary",1046,G__G__Hist_103_0_55, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TF2::Dictionary) ), 0);
45203 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45204 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45205 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45206 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_103_0_59, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45207 G__memfunc_setup("DeclFileName",1145,G__G__Hist_103_0_60, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TF2::DeclFileName) ), 0);
45208 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_103_0_61, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TF2::ImplFileLine) ), 0);
45209 G__memfunc_setup("ImplFileName",1171,G__G__Hist_103_0_62, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TF2::ImplFileName) ), 0);
45210 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_103_0_63, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TF2::DeclFileLine) ), 0);
45211
45212 G__memfunc_setup("~TF2", 330, G__G__Hist_103_0_64, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
45213 G__tag_memfunc_reset();
45214 }
45215
45216 static void G__setup_memfuncTGraph(void) {
45217
45218 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TGraph));
45219 G__memfunc_setup("SwapValues",1035,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 3, 2, 0,
45220 "D - 'Double_t' 0 - arr i - 'Int_t' 0 - pos1 "
45221 "i - 'Int_t' 0 - pos2", (char*)NULL, (void*) NULL, 0);
45222 G__memfunc_setup("SwapPoints",1048,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0,
45223 "i - 'Int_t' 0 - pos1 i - 'Int_t' 0 - pos2", (char*)NULL, (void*) NULL, 1);
45224 G__memfunc_setup("Allocate",805,(G__InterfaceMethod) NULL, 68, -1, G__defined_typename("Double_t"), 2, 1, 1, 2, 0, "i - 'Int_t' 0 - newsize", (char*)NULL, (void*) NULL, 1);
45225 G__memfunc_setup("AllocateArrays",1431,(G__InterfaceMethod) NULL, 68, -1, G__defined_typename("Double_t"), 2, 2, 1, 2, 0,
45226 "i - 'Int_t' 0 - Narrays i - 'Int_t' 0 - arraySize", (char*)NULL, (void*) NULL, 0);
45227 G__memfunc_setup("CopyPoints",1048,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 4, 1, 2, 0,
45228 "D - 'Double_t' 2 - newarrays i - 'Int_t' 0 - ibegin "
45229 "i - 'Int_t' 0 - iend i - 'Int_t' 0 - obegin", (char*)NULL, (void*) NULL, 1);
45230 G__memfunc_setup("CopyAndRelease",1391,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 2, 0,
45231 "D - 'Double_t' 2 - newarrays i - 'Int_t' 0 - ibegin "
45232 "i - 'Int_t' 0 - iend i - 'Int_t' 0 - obegin", (char*)NULL, (void*) NULL, 1);
45233 G__memfunc_setup("CtorAllocate",1213,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
45234 G__memfunc_setup("ExpandAndCopy",1294,(G__InterfaceMethod) NULL, 68, -1, G__defined_typename("Double_t"), 2, 2, 1, 2, 0,
45235 "i - 'Int_t' 0 - size i - 'Int_t' 0 - iend", (char*)NULL, (void*) NULL, 0);
45236 G__memfunc_setup("FillZero",807,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0,
45237 "i - 'Int_t' 0 - begin i - 'Int_t' 0 - end "
45238 "g - 'Bool_t' 0 'kTRUE' from_ctor", (char*)NULL, (void*) NULL, 1);
45239 G__memfunc_setup("ShrinkAndCopy",1309,(G__InterfaceMethod) NULL, 68, -1, G__defined_typename("Double_t"), 2, 2, 1, 2, 0,
45240 "i - 'Int_t' 0 - size i - 'Int_t' 0 - iend", (char*)NULL, (void*) NULL, 0);
45241 G__memfunc_setup("TGraph",582,G__G__Hist_104_0_11, 105, G__get_linked_tagnum(&G__G__HistLN_TGraph), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45242 G__memfunc_setup("TGraph",582,G__G__Hist_104_0_12, 105, G__get_linked_tagnum(&G__G__HistLN_TGraph), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 0);
45243 G__memfunc_setup("TGraph",582,G__G__Hist_104_0_13, 105, G__get_linked_tagnum(&G__G__HistLN_TGraph), -1, 0, 3, 1, 1, 0,
45244 "i - 'Int_t' 0 - n I - 'Int_t' 10 - x "
45245 "I - 'Int_t' 10 - y", (char*)NULL, (void*) NULL, 0);
45246 G__memfunc_setup("TGraph",582,G__G__Hist_104_0_14, 105, G__get_linked_tagnum(&G__G__HistLN_TGraph), -1, 0, 3, 1, 1, 0,
45247 "i - 'Int_t' 0 - n F - 'Float_t' 10 - x "
45248 "F - 'Float_t' 10 - y", (char*)NULL, (void*) NULL, 0);
45249 G__memfunc_setup("TGraph",582,G__G__Hist_104_0_15, 105, G__get_linked_tagnum(&G__G__HistLN_TGraph), -1, 0, 3, 1, 1, 0,
45250 "i - 'Int_t' 0 - n D - 'Double_t' 10 - x "
45251 "D - 'Double_t' 10 - y", (char*)NULL, (void*) NULL, 0);
45252 G__memfunc_setup("TGraph",582,G__G__Hist_104_0_16, 105, G__get_linked_tagnum(&G__G__HistLN_TGraph), -1, 0, 1, 1, 1, 0, "u 'TGraph' - 11 - gr", (char*)NULL, (void*) NULL, 0);
45253 G__memfunc_setup("operator=",937,G__G__Hist_104_0_17, 117, G__get_linked_tagnum(&G__G__HistLN_TGraph), -1, 1, 1, 1, 1, 0, "u 'TGraph' - 11 - -", (char*)NULL, (void*) NULL, 0);
45254 G__memfunc_setup("TGraph",582,G__G__Hist_104_0_18, 105, G__get_linked_tagnum(&G__G__HistLN_TGraph), -1, 0, 2, 1, 1, 0,
45255 "u 'TVectorT<float>' 'TVectorF' 11 - vx u 'TVectorT<float>' 'TVectorF' 11 - vy", (char*)NULL, (void*) NULL, 0);
45256 G__memfunc_setup("TGraph",582,G__G__Hist_104_0_19, 105, G__get_linked_tagnum(&G__G__HistLN_TGraph), -1, 0, 2, 1, 1, 0,
45257 "u 'TVectorT<double>' 'TVectorD' 11 - vx u 'TVectorT<double>' 'TVectorD' 11 - vy", (char*)NULL, (void*) NULL, 0);
45258 G__memfunc_setup("TGraph",582,G__G__Hist_104_0_20, 105, G__get_linked_tagnum(&G__G__HistLN_TGraph), -1, 0, 1, 1, 1, 0, "U 'TH1' - 10 - h", (char*)NULL, (void*) NULL, 0);
45259 G__memfunc_setup("TGraph",582,G__G__Hist_104_0_21, 105, G__get_linked_tagnum(&G__G__HistLN_TGraph), -1, 0, 2, 1, 1, 0,
45260 "U 'TF1' - 10 - f C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
45261 G__memfunc_setup("TGraph",582,G__G__Hist_104_0_22, 105, G__get_linked_tagnum(&G__G__HistLN_TGraph), -1, 0, 3, 1, 1, 0,
45262 "C - - 10 - filename C - - 10 '\"%lg %lg\"' format "
45263 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
45264 G__memfunc_setup("Apply",518,G__G__Hist_104_0_23, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TF1' - 0 - f", (char*)NULL, (void*) NULL, 1);
45265 G__memfunc_setup("Browse",626,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TBrowser' - 0 - b", (char*)NULL, (void*) NULL, 1);
45266 G__memfunc_setup("Chisquare",933,G__G__Hist_104_0_25, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "U 'TF1' - 10 - f1", (char*)NULL, (void*) NULL, 1);
45267 G__memfunc_setup("CompareArg",993,G__G__Hist_104_0_26, 103, -1, G__defined_typename("Bool_t"), 0, 3, 3, 1, 0,
45268 "U 'TGraph' - 10 - gr i - 'Int_t' 0 - left "
45269 "i - 'Int_t' 0 - right", (char*)NULL, (void*) G__func2void( (Bool_t (*)(const TGraph*, Int_t, Int_t))(&TGraph::CompareArg) ), 0);
45270 G__memfunc_setup("CompareX",799,G__G__Hist_104_0_27, 103, -1, G__defined_typename("Bool_t"), 0, 3, 3, 1, 0,
45271 "U 'TGraph' - 10 - gr i - 'Int_t' 0 - left "
45272 "i - 'Int_t' 0 - right", (char*)NULL, (void*) G__func2void( (Bool_t (*)(const TGraph*, Int_t, Int_t))(&TGraph::CompareX) ), 0);
45273 G__memfunc_setup("CompareY",800,G__G__Hist_104_0_28, 103, -1, G__defined_typename("Bool_t"), 0, 3, 3, 1, 0,
45274 "U 'TGraph' - 10 - gr i - 'Int_t' 0 - left "
45275 "i - 'Int_t' 0 - right", (char*)NULL, (void*) G__func2void( (Bool_t (*)(const TGraph*, Int_t, Int_t))(&TGraph::CompareY) ), 0);
45276 G__memfunc_setup("CompareRadius",1327,G__G__Hist_104_0_29, 103, -1, G__defined_typename("Bool_t"), 0, 3, 3, 1, 0,
45277 "U 'TGraph' - 10 - gr i - 'Int_t' 0 - left "
45278 "i - 'Int_t' 0 - right", (char*)NULL, (void*) G__func2void( (Bool_t (*)(const TGraph*, Int_t, Int_t))(&TGraph::CompareRadius) ), 0);
45279 G__memfunc_setup("ComputeRange",1226,G__G__Hist_104_0_30, 121, -1, -1, 0, 4, 1, 1, 8,
45280 "d - 'Double_t' 1 - xmin d - 'Double_t' 1 - ymin "
45281 "d - 'Double_t' 1 - xmax d - 'Double_t' 1 - ymax", (char*)NULL, (void*) NULL, 1);
45282 G__memfunc_setup("DistancetoPrimitive",1991,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
45283 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
45284 G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' chopt", (char*)NULL, (void*) NULL, 1);
45285 G__memfunc_setup("DrawGraph",896,G__G__Hist_104_0_33, 121, -1, -1, 0, 4, 1, 1, 0,
45286 "i - 'Int_t' 0 - n I - 'Int_t' 10 - x "
45287 "I - 'Int_t' 10 - y C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
45288 G__memfunc_setup("DrawGraph",896,G__G__Hist_104_0_34, 121, -1, -1, 0, 4, 1, 1, 0,
45289 "i - 'Int_t' 0 - n F - 'Float_t' 10 - x "
45290 "F - 'Float_t' 10 - y C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
45291 G__memfunc_setup("DrawGraph",896,G__G__Hist_104_0_35, 121, -1, -1, 0, 4, 1, 1, 0,
45292 "i - 'Int_t' 0 - n D - 'Double_t' 10 '0' x "
45293 "D - 'Double_t' 10 '0' y C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
45294 G__memfunc_setup("DrawPanel",894,G__G__Hist_104_0_36, 121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 1);
45295 G__memfunc_setup("Eval",392,G__G__Hist_104_0_37, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
45296 "d - 'Double_t' 0 - x U 'TSpline' - 0 '0' spline "
45297 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
45298 G__memfunc_setup("ExecuteEvent",1237,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
45299 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
45300 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
45301 G__memfunc_setup("Expand",608,G__G__Hist_104_0_39, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - newsize", (char*)NULL, (void*) NULL, 1);
45302 G__memfunc_setup("Expand",608,G__G__Hist_104_0_40, 121, -1, -1, 0, 2, 1, 1, 0,
45303 "i - 'Int_t' 0 - newsize i - 'Int_t' 0 - step", (char*)NULL, (void*) NULL, 1);
45304 G__memfunc_setup("FindObject",984,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TObject), -1, 0, 1, 1, 1, 8, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
45305 G__memfunc_setup("FindObject",984,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TObject), -1, 0, 1, 1, 1, 8, "U 'TObject' - 10 - obj", (char*)NULL, (void*) NULL, 1);
45306 G__memfunc_setup("Fit",291,G__G__Hist_104_0_43, 117, G__get_linked_tagnum(&G__G__HistLN_TFitResultPtr), -1, 0, 5, 1, 1, 0,
45307 "C - - 10 - formula C - 'Option_t' 10 '\"\"' option "
45308 "C - 'Option_t' 10 '\"\"' goption d - 'Axis_t' 0 '0' xmin "
45309 "d - 'Axis_t' 0 '0' xmax", "*MENU*", (void*) NULL, 1);
45310 G__memfunc_setup("Fit",291,G__G__Hist_104_0_44, 117, G__get_linked_tagnum(&G__G__HistLN_TFitResultPtr), -1, 0, 5, 1, 1, 0,
45311 "U 'TF1' - 0 - f1 C - 'Option_t' 10 '\"\"' option "
45312 "C - 'Option_t' 10 '\"\"' goption d - 'Axis_t' 0 '0' xmin "
45313 "d - 'Axis_t' 0 '0' xmax", (char*)NULL, (void*) NULL, 1);
45314 G__memfunc_setup("FitPanel",787,G__G__Hist_104_0_45, 121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 1);
45315 G__memfunc_setup("GetEditable",1082,G__G__Hist_104_0_46, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45316 G__memfunc_setup("GetFunction",1126,G__G__Hist_104_0_47, 85, G__get_linked_tagnum(&G__G__HistLN_TF1), -1, 0, 1, 1, 1, 8, "C - - 10 - name", (char*)NULL, (void*) NULL, 0);
45317 G__memfunc_setup("GetHistogram",1230,G__G__Hist_104_0_48, 85, G__get_linked_tagnum(&G__G__HistLN_TH1F), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45318 G__memfunc_setup("GetListOfFunctions",1834,G__G__Hist_104_0_49, 85, G__get_linked_tagnum(&G__G__HistLN_TList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45319 G__memfunc_setup("GetCorrelationFactor",2049,G__G__Hist_104_0_50, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45320 G__memfunc_setup("GetCovariance",1307,G__G__Hist_104_0_51, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45321 G__memfunc_setup("GetMean",673,G__G__Hist_104_0_52, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 '1' axis", (char*)NULL, (void*) NULL, 1);
45322 G__memfunc_setup("GetRMS",530,G__G__Hist_104_0_53, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 '1' axis", (char*)NULL, (void*) NULL, 1);
45323 G__memfunc_setup("GetMaxSize",993,G__G__Hist_104_0_54, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45324 G__memfunc_setup("GetN",366,G__G__Hist_104_0_55, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45325 G__memfunc_setup("GetErrorX",898,G__G__Hist_104_0_56, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
45326 G__memfunc_setup("GetErrorY",899,G__G__Hist_104_0_57, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
45327 G__memfunc_setup("GetErrorXhigh",1314,G__G__Hist_104_0_58, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
45328 G__memfunc_setup("GetErrorXlow",1236,G__G__Hist_104_0_59, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
45329 G__memfunc_setup("GetErrorYhigh",1315,G__G__Hist_104_0_60, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
45330 G__memfunc_setup("GetErrorYlow",1237,G__G__Hist_104_0_61, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
45331 G__memfunc_setup("GetX",376,G__G__Hist_104_0_62, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45332 G__memfunc_setup("GetY",377,G__G__Hist_104_0_63, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45333 G__memfunc_setup("GetEX",445,G__G__Hist_104_0_64, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45334 G__memfunc_setup("GetEY",446,G__G__Hist_104_0_65, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45335 G__memfunc_setup("GetEXhigh",861,G__G__Hist_104_0_66, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45336 G__memfunc_setup("GetEXlow",783,G__G__Hist_104_0_67, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45337 G__memfunc_setup("GetEYhigh",862,G__G__Hist_104_0_68, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45338 G__memfunc_setup("GetEYlow",784,G__G__Hist_104_0_69, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45339 G__memfunc_setup("GetEXlowd",883,G__G__Hist_104_0_70, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45340 G__memfunc_setup("GetEXhighd",961,G__G__Hist_104_0_71, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45341 G__memfunc_setup("GetEYlowd",884,G__G__Hist_104_0_72, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45342 G__memfunc_setup("GetEYhighd",962,G__G__Hist_104_0_73, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45343 G__memfunc_setup("GetMaximum",1022,G__G__Hist_104_0_74, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45344 G__memfunc_setup("GetMinimum",1020,G__G__Hist_104_0_75, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45345 G__memfunc_setup("GetXaxis",813,G__G__Hist_104_0_76, 85, G__get_linked_tagnum(&G__G__HistLN_TAxis), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45346 G__memfunc_setup("GetYaxis",814,G__G__Hist_104_0_77, 85, G__get_linked_tagnum(&G__G__HistLN_TAxis), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45347 G__memfunc_setup("GetPoint",810,G__G__Hist_104_0_78, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 8,
45348 "i - 'Int_t' 0 - i d - 'Double_t' 1 - x "
45349 "d - 'Double_t' 1 - y", (char*)NULL, (void*) NULL, 1);
45350 G__memfunc_setup("InitExpo",816,G__G__Hist_104_0_79, 121, -1, -1, 0, 2, 1, 1, 0,
45351 "d - 'Double_t' 0 '0' xmin d - 'Double_t' 0 '0' xmax", (char*)NULL, (void*) NULL, 1);
45352 G__memfunc_setup("InitGaus",804,G__G__Hist_104_0_80, 121, -1, -1, 0, 2, 1, 1, 0,
45353 "d - 'Double_t' 0 '0' xmin d - 'Double_t' 0 '0' xmax", (char*)NULL, (void*) NULL, 1);
45354 G__memfunc_setup("InitPolynom",1154,G__G__Hist_104_0_81, 121, -1, -1, 0, 2, 1, 1, 0,
45355 "d - 'Double_t' 0 '0' xmin d - 'Double_t' 0 '0' xmax", (char*)NULL, (void*) NULL, 1);
45356 G__memfunc_setup("InsertPoint",1151,G__G__Hist_104_0_82, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 1);
45357 G__memfunc_setup("Integral",822,G__G__Hist_104_0_83, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
45358 "i - 'Int_t' 0 '0' first i - 'Int_t' 0 '-1' last", (char*)NULL, (void*) NULL, 1);
45359 G__memfunc_setup("IsEditable",982,G__G__Hist_104_0_84, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45360 G__memfunc_setup("IsInside",792,G__G__Hist_104_0_85, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 8,
45361 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y", (char*)NULL, (void*) NULL, 1);
45362 G__memfunc_setup("LeastSquareFit",1421,G__G__Hist_104_0_86, 121, -1, -1, 0, 4, 1, 1, 0,
45363 "i - 'Int_t' 0 - m D - 'Double_t' 0 - a "
45364 "d - 'Double_t' 0 '0' xmin d - 'Double_t' 0 '0' xmax", (char*)NULL, (void*) NULL, 1);
45365 G__memfunc_setup("LeastSquareLinearFit",2024,G__G__Hist_104_0_87, 121, -1, -1, 0, 6, 1, 1, 0,
45366 "i - 'Int_t' 0 - n d - 'Double_t' 1 - a0 "
45367 "d - 'Double_t' 1 - a1 i - 'Int_t' 1 - ifail "
45368 "d - 'Double_t' 0 '0' xmin d - 'Double_t' 0 '0' xmax", (char*)NULL, (void*) NULL, 1);
45369 G__memfunc_setup("Merge",496,G__G__Hist_104_0_88, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "U 'TCollection' - 0 - list", (char*)NULL, (void*) NULL, 1);
45370 G__memfunc_setup("Paint",508,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' chopt", (char*)NULL, (void*) NULL, 1);
45371 G__memfunc_setup("PaintGraph",1006,G__G__Hist_104_0_90, 121, -1, -1, 0, 4, 1, 1, 0,
45372 "i - 'Int_t' 0 - npoints D - 'Double_t' 10 - x "
45373 "D - 'Double_t' 10 - y C - 'Option_t' 10 - chopt", (char*)NULL, (void*) NULL, 0);
45374 G__memfunc_setup("PaintGrapHist",1310,G__G__Hist_104_0_91, 121, -1, -1, 0, 4, 1, 1, 0,
45375 "i - 'Int_t' 0 - npoints D - 'Double_t' 10 - x "
45376 "D - 'Double_t' 10 - y C - 'Option_t' 10 - chopt", (char*)NULL, (void*) NULL, 0);
45377 G__memfunc_setup("PaintStats",1035,G__G__Hist_104_0_92, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TF1' - 0 - fit", (char*)NULL, (void*) NULL, 1);
45378 G__memfunc_setup("Print",525,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' chopt", (char*)NULL, (void*) NULL, 1);
45379 G__memfunc_setup("RecursiveRemove",1574,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
45380 G__memfunc_setup("RemovePoint",1144,G__G__Hist_104_0_95, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 1);
45381 G__memfunc_setup("RemovePoint",1144,G__G__Hist_104_0_96, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ipoint", (char*)NULL, (void*) NULL, 1);
45382 G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
45383 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
45384 G__memfunc_setup("SetEditable",1094,G__G__Hist_104_0_98, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' editable", "*TOGGLE* *GETTER=GetEditable", (void*) NULL, 1);
45385 G__memfunc_setup("SetHistogram",1242,G__G__Hist_104_0_99, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TH1' - 0 - h", (char*)NULL, (void*) NULL, 1);
45386 G__memfunc_setup("SetMaximum",1034,G__G__Hist_104_0_100, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 '-1111' maximum", "*MENU*", (void*) NULL, 1);
45387 G__memfunc_setup("SetMinimum",1032,G__G__Hist_104_0_101, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 '-1111' minimum", "*MENU*", (void*) NULL, 1);
45388 G__memfunc_setup("Set",300,G__G__Hist_104_0_102, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
45389 G__memfunc_setup("SetPoint",822,G__G__Hist_104_0_103, 121, -1, -1, 0, 3, 1, 1, 0,
45390 "i - 'Int_t' 0 - i d - 'Double_t' 0 - x "
45391 "d - 'Double_t' 0 - y", (char*)NULL, (void*) NULL, 1);
45392 G__memfunc_setup("SetTitle",814,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 '\"\"' title", "*MENU*", (void*) NULL, 1);
45393 G__memfunc_setup("Sort",424,G__G__Hist_104_0_105, 121, -1, -1, 0, 4, 1, 1, 0,
45394 "1 - 'Bool_t (*)(const TGraph*, Int_t, Int_t)' 0 '&TGraph::CompareX' greater g - 'Bool_t' 0 'kTRUE' ascending "
45395 "i - 'Int_t' 0 '0' low i - 'Int_t' 0 '-1111' high", (char*)NULL, (void*) NULL, 1);
45396 G__memfunc_setup("UseCurrentStyle",1569,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
45397 G__memfunc_setup("Zero",416,G__G__Hist_104_0_107, 121, -1, -1, 0, 7, 1, 1, 0,
45398 "i - 'Int_t' 1 - k d - 'Double_t' 0 - AZ "
45399 "d - 'Double_t' 0 - BZ d - 'Double_t' 0 - E2 "
45400 "d - 'Double_t' 1 - X d - 'Double_t' 1 - Y "
45401 "i - 'Int_t' 0 - maxiterations", (char*)NULL, (void*) NULL, 0);
45402 G__memfunc_setup("Class",502,G__G__Hist_104_0_108, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGraph::Class) ), 0);
45403 G__memfunc_setup("Class_Name",982,G__G__Hist_104_0_109, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGraph::Class_Name) ), 0);
45404 G__memfunc_setup("Class_Version",1339,G__G__Hist_104_0_110, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGraph::Class_Version) ), 0);
45405 G__memfunc_setup("Dictionary",1046,G__G__Hist_104_0_111, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGraph::Dictionary) ), 0);
45406 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45407 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45408 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45409 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_104_0_115, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45410 G__memfunc_setup("DeclFileName",1145,G__G__Hist_104_0_116, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGraph::DeclFileName) ), 0);
45411 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_104_0_117, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGraph::ImplFileLine) ), 0);
45412 G__memfunc_setup("ImplFileName",1171,G__G__Hist_104_0_118, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGraph::ImplFileName) ), 0);
45413 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_104_0_119, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGraph::DeclFileLine) ), 0);
45414
45415 G__memfunc_setup("~TGraph", 708, G__G__Hist_104_0_120, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
45416 G__tag_memfunc_reset();
45417 }
45418
45419 static void G__setup_memfuncTGraphErrors(void) {
45420
45421 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphErrors));
45422 G__memfunc_setup("SwapPoints",1048,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0,
45423 "i - 'Int_t' 0 - pos1 i - 'Int_t' 0 - pos2", (char*)NULL, (void*) NULL, 1);
45424 G__memfunc_setup("Allocate",805,(G__InterfaceMethod) NULL, 68, -1, G__defined_typename("Double_t"), 2, 1, 1, 2, 0, "i - 'Int_t' 0 - size", (char*)NULL, (void*) NULL, 1);
45425 G__memfunc_setup("CopyAndRelease",1391,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 2, 0,
45426 "D - 'Double_t' 2 - newarrays i - 'Int_t' 0 - ibegin "
45427 "i - 'Int_t' 0 - iend i - 'Int_t' 0 - obegin", (char*)NULL, (void*) NULL, 1);
45428 G__memfunc_setup("CopyPoints",1048,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 4, 1, 2, 0,
45429 "D - 'Double_t' 2 - arrays i - 'Int_t' 0 - ibegin "
45430 "i - 'Int_t' 0 - iend i - 'Int_t' 0 - obegin", (char*)NULL, (void*) NULL, 1);
45431 G__memfunc_setup("CtorAllocate",1213,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
45432 G__memfunc_setup("FillZero",807,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0,
45433 "i - 'Int_t' 0 - begin i - 'Int_t' 0 - end "
45434 "g - 'Bool_t' 0 'kTRUE' from_ctor", (char*)NULL, (void*) NULL, 1);
45435 G__memfunc_setup("TGraphErrors",1219,G__G__Hist_105_0_7, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphErrors), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45436 G__memfunc_setup("TGraphErrors",1219,G__G__Hist_105_0_8, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphErrors), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 0);
45437 G__memfunc_setup("TGraphErrors",1219,G__G__Hist_105_0_9, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphErrors), -1, 0, 5, 1, 1, 0,
45438 "i - 'Int_t' 0 - n F - 'Float_t' 10 - x "
45439 "F - 'Float_t' 10 - y F - 'Float_t' 10 '0' ex "
45440 "F - 'Float_t' 10 '0' ey", (char*)NULL, (void*) NULL, 0);
45441 G__memfunc_setup("TGraphErrors",1219,G__G__Hist_105_0_10, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphErrors), -1, 0, 5, 1, 1, 0,
45442 "i - 'Int_t' 0 - n D - 'Double_t' 10 - x "
45443 "D - 'Double_t' 10 - y D - 'Double_t' 10 '0' ex "
45444 "D - 'Double_t' 10 '0' ey", (char*)NULL, (void*) NULL, 0);
45445 G__memfunc_setup("TGraphErrors",1219,G__G__Hist_105_0_11, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphErrors), -1, 0, 4, 1, 1, 0,
45446 "u 'TVectorT<float>' 'TVectorF' 11 - vx u 'TVectorT<float>' 'TVectorF' 11 - vy "
45447 "u 'TVectorT<float>' 'TVectorF' 11 - vex u 'TVectorT<float>' 'TVectorF' 11 - vey", (char*)NULL, (void*) NULL, 0);
45448 G__memfunc_setup("TGraphErrors",1219,G__G__Hist_105_0_12, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphErrors), -1, 0, 4, 1, 1, 0,
45449 "u 'TVectorT<double>' 'TVectorD' 11 - vx u 'TVectorT<double>' 'TVectorD' 11 - vy "
45450 "u 'TVectorT<double>' 'TVectorD' 11 - vex u 'TVectorT<double>' 'TVectorD' 11 - vey", (char*)NULL, (void*) NULL, 0);
45451 G__memfunc_setup("TGraphErrors",1219,G__G__Hist_105_0_13, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphErrors), -1, 0, 1, 1, 1, 0, "u 'TGraphErrors' - 11 - gr", (char*)NULL, (void*) NULL, 0);
45452 G__memfunc_setup("operator=",937,G__G__Hist_105_0_14, 117, G__get_linked_tagnum(&G__G__HistLN_TGraphErrors), -1, 1, 1, 1, 1, 0, "u 'TGraphErrors' - 11 - gr", (char*)NULL, (void*) NULL, 0);
45453 G__memfunc_setup("TGraphErrors",1219,G__G__Hist_105_0_15, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphErrors), -1, 0, 1, 1, 1, 0, "U 'TH1' - 10 - h", (char*)NULL, (void*) NULL, 0);
45454 G__memfunc_setup("TGraphErrors",1219,G__G__Hist_105_0_16, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphErrors), -1, 0, 3, 1, 1, 0,
45455 "C - - 10 - filename C - - 10 '\"%lg %lg %lg %lg\"' format "
45456 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
45457 G__memfunc_setup("Apply",518,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TF1' - 0 - f", (char*)NULL, (void*) NULL, 1);
45458 G__memfunc_setup("CalculateScanfFields",2000,G__G__Hist_105_0_18, 105, -1, G__defined_typename("Int_t"), 0, 1, 3, 1, 0, "C - - 10 - fmt", (char*)NULL, (void*) G__func2void( (Int_t (*)(const char*))(&TGraphErrors::CalculateScanfFields) ), 0);
45459 G__memfunc_setup("ComputeRange",1226,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 8,
45460 "d - 'Double_t' 1 - xmin d - 'Double_t' 1 - ymin "
45461 "d - 'Double_t' 1 - xmax d - 'Double_t' 1 - ymax", (char*)NULL, (void*) NULL, 1);
45462 G__memfunc_setup("GetErrorX",898,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
45463 G__memfunc_setup("GetErrorY",899,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
45464 G__memfunc_setup("GetErrorXhigh",1314,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
45465 G__memfunc_setup("GetErrorXlow",1236,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
45466 G__memfunc_setup("GetErrorYhigh",1315,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
45467 G__memfunc_setup("GetErrorYlow",1237,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
45468 G__memfunc_setup("GetEX",445,(G__InterfaceMethod) NULL,68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45469 G__memfunc_setup("GetEY",446,(G__InterfaceMethod) NULL,68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45470 G__memfunc_setup("Print",525,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' chopt", (char*)NULL, (void*) NULL, 1);
45471 G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
45472 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
45473 G__memfunc_setup("SetPointError",1344,G__G__Hist_105_0_30, 121, -1, -1, 0, 2, 1, 1, 0,
45474 "d - 'Double_t' 0 - ex d - 'Double_t' 0 - ey", "*MENU", (void*) NULL, 1);
45475 G__memfunc_setup("SetPointError",1344,G__G__Hist_105_0_31, 121, -1, -1, 0, 3, 1, 1, 0,
45476 "i - 'Int_t' 0 - i d - 'Double_t' 0 - ex "
45477 "d - 'Double_t' 0 - ey", (char*)NULL, (void*) NULL, 1);
45478 G__memfunc_setup("Class",502,G__G__Hist_105_0_32, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGraphErrors::Class) ), 0);
45479 G__memfunc_setup("Class_Name",982,G__G__Hist_105_0_33, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGraphErrors::Class_Name) ), 0);
45480 G__memfunc_setup("Class_Version",1339,G__G__Hist_105_0_34, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGraphErrors::Class_Version) ), 0);
45481 G__memfunc_setup("Dictionary",1046,G__G__Hist_105_0_35, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGraphErrors::Dictionary) ), 0);
45482 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45483 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45484 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45485 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_105_0_39, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45486 G__memfunc_setup("DeclFileName",1145,G__G__Hist_105_0_40, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGraphErrors::DeclFileName) ), 0);
45487 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_105_0_41, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGraphErrors::ImplFileLine) ), 0);
45488 G__memfunc_setup("ImplFileName",1171,G__G__Hist_105_0_42, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGraphErrors::ImplFileName) ), 0);
45489 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_105_0_43, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGraphErrors::DeclFileLine) ), 0);
45490
45491 G__memfunc_setup("~TGraphErrors", 1345, G__G__Hist_105_0_44, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
45492 G__tag_memfunc_reset();
45493 }
45494
45495 static void G__setup_memfuncTGraph2D(void) {
45496
45497 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TGraph2D));
45498 G__memfunc_setup("Build",496,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 0);
45499 G__memfunc_setup("TGraph2D",700,G__G__Hist_106_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TGraph2D), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45500 G__memfunc_setup("TGraph2D",700,G__G__Hist_106_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TGraph2D), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 0);
45501 G__memfunc_setup("TGraph2D",700,G__G__Hist_106_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_TGraph2D), -1, 0, 4, 1, 1, 0,
45502 "i - 'Int_t' 0 - n I - 'Int_t' 0 - x "
45503 "I - 'Int_t' 0 - y I - 'Int_t' 0 - z", (char*)NULL, (void*) NULL, 0);
45504 G__memfunc_setup("TGraph2D",700,G__G__Hist_106_0_5, 105, G__get_linked_tagnum(&G__G__HistLN_TGraph2D), -1, 0, 4, 1, 1, 0,
45505 "i - 'Int_t' 0 - n F - 'Float_t' 0 - x "
45506 "F - 'Float_t' 0 - y F - 'Float_t' 0 - z", (char*)NULL, (void*) NULL, 0);
45507 G__memfunc_setup("TGraph2D",700,G__G__Hist_106_0_6, 105, G__get_linked_tagnum(&G__G__HistLN_TGraph2D), -1, 0, 4, 1, 1, 0,
45508 "i - 'Int_t' 0 - n D - 'Double_t' 0 - x "
45509 "D - 'Double_t' 0 - y D - 'Double_t' 0 - z", (char*)NULL, (void*) NULL, 0);
45510 G__memfunc_setup("TGraph2D",700,G__G__Hist_106_0_7, 105, G__get_linked_tagnum(&G__G__HistLN_TGraph2D), -1, 0, 1, 1, 1, 0, "U 'TH2' - 0 - h2", (char*)NULL, (void*) NULL, 0);
45511 G__memfunc_setup("TGraph2D",700,G__G__Hist_106_0_8, 105, G__get_linked_tagnum(&G__G__HistLN_TGraph2D), -1, 0, 6, 1, 1, 0,
45512 "C - - 10 - name C - - 10 - title "
45513 "i - 'Int_t' 0 - n D - 'Double_t' 0 - x "
45514 "D - 'Double_t' 0 - y D - 'Double_t' 0 - z", (char*)NULL, (void*) NULL, 0);
45515 G__memfunc_setup("TGraph2D",700,G__G__Hist_106_0_9, 105, G__get_linked_tagnum(&G__G__HistLN_TGraph2D), -1, 0, 3, 1, 1, 0,
45516 "C - - 10 - filename C - - 10 '\"%lg %lg %lg\"' format "
45517 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
45518 G__memfunc_setup("TGraph2D",700,G__G__Hist_106_0_10, 105, G__get_linked_tagnum(&G__G__HistLN_TGraph2D), -1, 0, 1, 1, 1, 0, "u 'TGraph2D' - 11 - -", (char*)NULL, (void*) NULL, 0);
45519 G__memfunc_setup("operator=",937,G__G__Hist_106_0_11, 117, G__get_linked_tagnum(&G__G__HistLN_TGraph2D), -1, 1, 1, 1, 1, 0, "u 'TGraph2D' - 11 - -", (char*)NULL, (void*) NULL, 0);
45520 G__memfunc_setup("Clear",487,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
45521 G__memfunc_setup("DirectoryAutoAdd",1623,G__G__Hist_106_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TDirectory' - 0 - -", (char*)NULL, (void*) NULL, 1);
45522 G__memfunc_setup("DistancetoPrimitive",1991,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
45523 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
45524 G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
45525 G__memfunc_setup("ExecuteEvent",1237,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
45526 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
45527 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
45528 G__memfunc_setup("FindObject",984,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TObject), -1, 0, 1, 1, 1, 8, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
45529 G__memfunc_setup("FindObject",984,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TObject), -1, 0, 1, 1, 1, 8, "U 'TObject' - 10 - obj", (char*)NULL, (void*) NULL, 1);
45530 G__memfunc_setup("Fit",291,G__G__Hist_106_0_19, 117, G__get_linked_tagnum(&G__G__HistLN_TFitResultPtr), -1, 0, 3, 1, 1, 0,
45531 "C - - 10 - formula C - 'Option_t' 10 '\"\"' option "
45532 "C - 'Option_t' 10 '\"\"' goption", "*MENU*", (void*) NULL, 1);
45533 G__memfunc_setup("Fit",291,G__G__Hist_106_0_20, 117, G__get_linked_tagnum(&G__G__HistLN_TFitResultPtr), -1, 0, 3, 1, 1, 0,
45534 "U 'TF2' - 0 - f2 C - 'Option_t' 10 '\"\"' option "
45535 "C - 'Option_t' 10 '\"\"' goption", "*MENU*", (void*) NULL, 1);
45536 G__memfunc_setup("FitPanel",787,G__G__Hist_106_0_21, 121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 1);
45537 G__memfunc_setup("GetContourList",1446,G__G__Hist_106_0_22, 85, G__get_linked_tagnum(&G__G__HistLN_TList), -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - contour", (char*)NULL, (void*) NULL, 0);
45538 G__memfunc_setup("GetDirectory",1237,G__G__Hist_106_0_23, 85, G__get_linked_tagnum(&G__G__HistLN_TDirectory), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45539 G__memfunc_setup("GetNpx",598,G__G__Hist_106_0_24, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45540 G__memfunc_setup("GetNpy",599,G__G__Hist_106_0_25, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45541 G__memfunc_setup("GetHistogram",1230,G__G__Hist_106_0_26, 85, G__get_linked_tagnum(&G__G__HistLN_TH2D), -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
45542 G__memfunc_setup("GetListOfFunctions",1834,G__G__Hist_106_0_27, 85, G__get_linked_tagnum(&G__G__HistLN_TList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45543 G__memfunc_setup("GetErrorX",898,G__G__Hist_106_0_28, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
45544 G__memfunc_setup("GetErrorY",899,G__G__Hist_106_0_29, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
45545 G__memfunc_setup("GetErrorZ",900,G__G__Hist_106_0_30, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
45546 G__memfunc_setup("GetMargin",894,G__G__Hist_106_0_31, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45547 G__memfunc_setup("GetXaxis",813,G__G__Hist_106_0_32, 85, G__get_linked_tagnum(&G__G__HistLN_TAxis), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45548 G__memfunc_setup("GetYaxis",814,G__G__Hist_106_0_33, 85, G__get_linked_tagnum(&G__G__HistLN_TAxis), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45549 G__memfunc_setup("GetZaxis",815,G__G__Hist_106_0_34, 85, G__get_linked_tagnum(&G__G__HistLN_TAxis), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45550 G__memfunc_setup("GetN",366,G__G__Hist_106_0_35, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45551 G__memfunc_setup("GetX",376,G__G__Hist_106_0_36, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45552 G__memfunc_setup("GetY",377,G__G__Hist_106_0_37, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45553 G__memfunc_setup("GetZ",378,G__G__Hist_106_0_38, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45554 G__memfunc_setup("GetEX",445,G__G__Hist_106_0_39, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45555 G__memfunc_setup("GetEY",446,G__G__Hist_106_0_40, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45556 G__memfunc_setup("GetEZ",447,G__G__Hist_106_0_41, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45557 G__memfunc_setup("GetXmax",702,G__G__Hist_106_0_42, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45558 G__memfunc_setup("GetXmin",700,G__G__Hist_106_0_43, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45559 G__memfunc_setup("GetYmax",703,G__G__Hist_106_0_44, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45560 G__memfunc_setup("GetYmin",701,G__G__Hist_106_0_45, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45561 G__memfunc_setup("GetZmax",704,G__G__Hist_106_0_46, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45562 G__memfunc_setup("GetZmin",702,G__G__Hist_106_0_47, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45563 G__memfunc_setup("GetXmaxE",771,G__G__Hist_106_0_48, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45564 G__memfunc_setup("GetXminE",769,G__G__Hist_106_0_49, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45565 G__memfunc_setup("GetYmaxE",772,G__G__Hist_106_0_50, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45566 G__memfunc_setup("GetYminE",770,G__G__Hist_106_0_51, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45567 G__memfunc_setup("GetZmaxE",773,G__G__Hist_106_0_52, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45568 G__memfunc_setup("GetZminE",771,G__G__Hist_106_0_53, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45569 G__memfunc_setup("Interpolate",1159,G__G__Hist_106_0_54, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
45570 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y", (char*)NULL, (void*) NULL, 0);
45571 G__memfunc_setup("Paint",508,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
45572 G__memfunc_setup("Project",727,G__G__Hist_106_0_56, 85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"x\"' option", "*MENU*", (void*) NULL, 0);
45573 G__memfunc_setup("RemovePoint",1144,G__G__Hist_106_0_57, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ipoint", "*MENU*", (void*) NULL, 0);
45574 G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
45575 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
45576 G__memfunc_setup("Set",300,G__G__Hist_106_0_59, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
45577 G__memfunc_setup("SetDirectory",1249,G__G__Hist_106_0_60, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TDirectory' - 0 - dir", (char*)NULL, (void*) NULL, 1);
45578 G__memfunc_setup("SetHistogram",1242,G__G__Hist_106_0_61, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TH2' - 0 - h", (char*)NULL, (void*) NULL, 1);
45579 G__memfunc_setup("SetMargin",906,G__G__Hist_106_0_62, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 '0.1' m", "*MENU*", (void*) NULL, 0);
45580 G__memfunc_setup("SetMarginBinsContent",2033,G__G__Hist_106_0_63, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 '0.' z", "*MENU*", (void*) NULL, 0);
45581 G__memfunc_setup("SetMaximum",1034,G__G__Hist_106_0_64, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 '-1111' maximum", "*MENU*", (void*) NULL, 0);
45582 G__memfunc_setup("SetMinimum",1032,G__G__Hist_106_0_65, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 '-1111' minimum", "*MENU*", (void*) NULL, 0);
45583 G__memfunc_setup("SetMaxIter",998,G__G__Hist_106_0_66, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '100000' n", "*MENU*", (void*) NULL, 0);
45584 G__memfunc_setup("SetName",685,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - name", "*MENU*", (void*) NULL, 1);
45585 G__memfunc_setup("SetNameTitle",1199,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
45586 "C - - 10 - name C - - 10 - title", (char*)NULL, (void*) NULL, 1);
45587 G__memfunc_setup("SetNpx",610,G__G__Hist_106_0_69, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '40' npx", "*MENU*", (void*) NULL, 0);
45588 G__memfunc_setup("SetNpy",611,G__G__Hist_106_0_70, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '40' npx", "*MENU*", (void*) NULL, 0);
45589 G__memfunc_setup("SetPoint",822,G__G__Hist_106_0_71, 121, -1, -1, 0, 4, 1, 1, 0,
45590 "i - 'Int_t' 0 - point d - 'Double_t' 0 - x "
45591 "d - 'Double_t' 0 - y d - 'Double_t' 0 - z", "*MENU*", (void*) NULL, 1);
45592 G__memfunc_setup("SetTitle",814,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 '\"\"' title", "*MENU*", (void*) NULL, 1);
45593 G__memfunc_setup("Class",502,G__G__Hist_106_0_73, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGraph2D::Class) ), 0);
45594 G__memfunc_setup("Class_Name",982,G__G__Hist_106_0_74, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGraph2D::Class_Name) ), 0);
45595 G__memfunc_setup("Class_Version",1339,G__G__Hist_106_0_75, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGraph2D::Class_Version) ), 0);
45596 G__memfunc_setup("Dictionary",1046,G__G__Hist_106_0_76, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGraph2D::Dictionary) ), 0);
45597 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45598 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45599 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45600 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_106_0_80, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45601 G__memfunc_setup("DeclFileName",1145,G__G__Hist_106_0_81, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGraph2D::DeclFileName) ), 0);
45602 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_106_0_82, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGraph2D::ImplFileLine) ), 0);
45603 G__memfunc_setup("ImplFileName",1171,G__G__Hist_106_0_83, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGraph2D::ImplFileName) ), 0);
45604 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_106_0_84, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGraph2D::DeclFileLine) ), 0);
45605
45606 G__memfunc_setup("~TGraph2D", 826, G__G__Hist_106_0_85, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
45607 G__tag_memfunc_reset();
45608 }
45609
45610 static void G__setup_memfuncTMultiGraph(void) {
45611
45612 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TMultiGraph));
45613 G__memfunc_setup("TMultiGraph",1105,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__HistLN_TMultiGraph), -1, 0, 1, 1, 2, 0, "u 'TMultiGraph' - 11 - -", (char*)NULL, (void*) NULL, 0);
45614 G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__HistLN_TMultiGraph), -1, 1, 1, 1, 2, 0, "u 'TMultiGraph' - 11 - -", (char*)NULL, (void*) NULL, 0);
45615 G__memfunc_setup("TMultiGraph",1105,G__G__Hist_107_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TMultiGraph), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45616 G__memfunc_setup("TMultiGraph",1105,G__G__Hist_107_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_TMultiGraph), -1, 0, 2, 1, 1, 0,
45617 "C - - 10 - name C - - 10 - title", (char*)NULL, (void*) NULL, 0);
45618 G__memfunc_setup("Add",265,G__G__Hist_107_0_5, 121, -1, -1, 0, 2, 1, 1, 0,
45619 "U 'TGraph' - 0 - graph C - 'Option_t' 10 '\"\"' chopt", (char*)NULL, (void*) NULL, 1);
45620 G__memfunc_setup("Add",265,G__G__Hist_107_0_6, 121, -1, -1, 0, 2, 1, 1, 0,
45621 "U 'TMultiGraph' - 0 - multigraph C - 'Option_t' 10 '\"\"' chopt", (char*)NULL, (void*) NULL, 1);
45622 G__memfunc_setup("Browse",626,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TBrowser' - 0 - b", (char*)NULL, (void*) NULL, 1);
45623 G__memfunc_setup("DistancetoPrimitive",1991,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
45624 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
45625 G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' chopt", (char*)NULL, (void*) NULL, 1);
45626 G__memfunc_setup("Fit",291,G__G__Hist_107_0_10, 117, G__get_linked_tagnum(&G__G__HistLN_TFitResultPtr), -1, 0, 5, 1, 1, 0,
45627 "C - - 10 - formula C - 'Option_t' 10 '\"\"' option "
45628 "C - 'Option_t' 10 '\"\"' goption d - 'Axis_t' 0 '0' xmin "
45629 "d - 'Axis_t' 0 '0' xmax", (char*)NULL, (void*) NULL, 1);
45630 G__memfunc_setup("Fit",291,G__G__Hist_107_0_11, 117, G__get_linked_tagnum(&G__G__HistLN_TFitResultPtr), -1, 0, 5, 1, 1, 0,
45631 "U 'TF1' - 0 - f1 C - 'Option_t' 10 '\"\"' option "
45632 "C - 'Option_t' 10 '\"\"' goption d - 'Axis_t' 0 '0' rxmin "
45633 "d - 'Axis_t' 0 '0' rxmax", (char*)NULL, (void*) NULL, 1);
45634 G__memfunc_setup("FitPanel",787,G__G__Hist_107_0_12, 121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 1);
45635 G__memfunc_setup("GetGraphDrawOption",1817,G__G__Hist_107_0_13, 67, -1, G__defined_typename("Option_t"), 0, 1, 1, 1, 8, "U 'TGraph' - 10 - gr", (char*)NULL, (void*) NULL, 1);
45636 G__memfunc_setup("LeastSquareLinearFit",2024,G__G__Hist_107_0_14, 121, -1, -1, 0, 6, 1, 1, 0,
45637 "i - 'Int_t' 0 - ndata d - 'Double_t' 1 - a0 "
45638 "d - 'Double_t' 1 - a1 i - 'Int_t' 1 - ifail "
45639 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - xmax", (char*)NULL, (void*) NULL, 1);
45640 G__memfunc_setup("LeastSquareFit",1421,G__G__Hist_107_0_15, 121, -1, -1, 0, 4, 1, 1, 0,
45641 "i - 'Int_t' 0 - m D - 'Double_t' 0 - a "
45642 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - xmax", (char*)NULL, (void*) NULL, 1);
45643 G__memfunc_setup("InitPolynom",1154,G__G__Hist_107_0_16, 121, -1, -1, 0, 2, 1, 1, 0,
45644 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - xmax", (char*)NULL, (void*) NULL, 1);
45645 G__memfunc_setup("InitExpo",816,G__G__Hist_107_0_17, 121, -1, -1, 0, 2, 1, 1, 0,
45646 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - xmax", (char*)NULL, (void*) NULL, 1);
45647 G__memfunc_setup("InitGaus",804,G__G__Hist_107_0_18, 121, -1, -1, 0, 2, 1, 1, 0,
45648 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - xmax", (char*)NULL, (void*) NULL, 1);
45649 G__memfunc_setup("IsInside",792,G__G__Hist_107_0_19, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 8,
45650 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y", (char*)NULL, (void*) NULL, 1);
45651 G__memfunc_setup("GetHistogram",1230,G__G__Hist_107_0_20, 85, G__get_linked_tagnum(&G__G__HistLN_TH1F), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45652 G__memfunc_setup("GetFunction",1126,G__G__Hist_107_0_21, 85, G__get_linked_tagnum(&G__G__HistLN_TF1), -1, 0, 1, 1, 1, 8, "C - - 10 - name", (char*)NULL, (void*) NULL, 0);
45653 G__memfunc_setup("GetListOfGraphs",1494,G__G__Hist_107_0_22, 85, G__get_linked_tagnum(&G__G__HistLN_TList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45654 G__memfunc_setup("GetListOfFunctions",1834,G__G__Hist_107_0_23, 85, G__get_linked_tagnum(&G__G__HistLN_TList), -1, 0, 0, 1, 1, 0, "", "non const method (create list if empty)", (void*) NULL, 0);
45655 G__memfunc_setup("GetListOfFunctions",1834,G__G__Hist_107_0_24, 85, G__get_linked_tagnum(&G__G__HistLN_TList), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
45656 G__memfunc_setup("GetXaxis",813,G__G__Hist_107_0_25, 85, G__get_linked_tagnum(&G__G__HistLN_TAxis), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45657 G__memfunc_setup("GetYaxis",814,G__G__Hist_107_0_26, 85, G__get_linked_tagnum(&G__G__HistLN_TAxis), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45658 G__memfunc_setup("Paint",508,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' chopt", (char*)NULL, (void*) NULL, 1);
45659 G__memfunc_setup("Print",525,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' chopt", (char*)NULL, (void*) NULL, 1);
45660 G__memfunc_setup("RecursiveRemove",1574,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
45661 G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
45662 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
45663 G__memfunc_setup("SetMaximum",1034,G__G__Hist_107_0_31, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 '-1111' maximum", (char*)NULL, (void*) NULL, 1);
45664 G__memfunc_setup("SetMinimum",1032,G__G__Hist_107_0_32, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 '-1111' minimum", (char*)NULL, (void*) NULL, 1);
45665 G__memfunc_setup("Class",502,G__G__Hist_107_0_33, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TMultiGraph::Class) ), 0);
45666 G__memfunc_setup("Class_Name",982,G__G__Hist_107_0_34, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TMultiGraph::Class_Name) ), 0);
45667 G__memfunc_setup("Class_Version",1339,G__G__Hist_107_0_35, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TMultiGraph::Class_Version) ), 0);
45668 G__memfunc_setup("Dictionary",1046,G__G__Hist_107_0_36, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TMultiGraph::Dictionary) ), 0);
45669 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45670 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45671 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45672 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_107_0_40, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45673 G__memfunc_setup("DeclFileName",1145,G__G__Hist_107_0_41, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TMultiGraph::DeclFileName) ), 0);
45674 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_107_0_42, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TMultiGraph::ImplFileLine) ), 0);
45675 G__memfunc_setup("ImplFileName",1171,G__G__Hist_107_0_43, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TMultiGraph::ImplFileName) ), 0);
45676 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_107_0_44, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TMultiGraph::DeclFileLine) ), 0);
45677
45678 G__memfunc_setup("~TMultiGraph", 1231, G__G__Hist_107_0_45, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
45679 G__tag_memfunc_reset();
45680 }
45681
45682 static void G__setup_memfuncTFitResult(void) {
45683
45684 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TFitResult));
45685 G__memfunc_setup("TFitResult",1014,G__G__Hist_108_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TFitResult), -1, 0, 1, 1, 1, 0, "i - - 0 '0' status", (char*)NULL, (void*) NULL, 0);
45686 G__memfunc_setup("TFitResult",1014,G__G__Hist_108_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TFitResult), -1, 0, 1, 1, 1, 0, "u 'ROOT::Fit::FitResult' - 11 - f", (char*)NULL, (void*) NULL, 0);
45687 G__memfunc_setup("Print",525,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
45688 G__memfunc_setup("GetCovarianceMatrix",1936,G__G__Hist_108_0_4, 117, G__get_linked_tagnum(&G__G__HistLN_TMatrixTSymlEdoublegR), G__defined_typename("TMatrixDSym"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45689 G__memfunc_setup("GetCorrelationMatrix",2071,G__G__Hist_108_0_5, 117, G__get_linked_tagnum(&G__G__HistLN_TMatrixTSymlEdoublegR), G__defined_typename("TMatrixDSym"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45690 G__memfunc_setup("Class",502,G__G__Hist_108_0_6, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TFitResult::Class) ), 0);
45691 G__memfunc_setup("Class_Name",982,G__G__Hist_108_0_7, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFitResult::Class_Name) ), 0);
45692 G__memfunc_setup("Class_Version",1339,G__G__Hist_108_0_8, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TFitResult::Class_Version) ), 0);
45693 G__memfunc_setup("Dictionary",1046,G__G__Hist_108_0_9, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TFitResult::Dictionary) ), 0);
45694 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45695 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45696 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45697 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_108_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45698 G__memfunc_setup("DeclFileName",1145,G__G__Hist_108_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFitResult::DeclFileName) ), 0);
45699 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_108_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TFitResult::ImplFileLine) ), 0);
45700 G__memfunc_setup("ImplFileName",1171,G__G__Hist_108_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFitResult::ImplFileName) ), 0);
45701 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_108_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TFitResult::DeclFileLine) ), 0);
45702
45703 G__memfunc_setup("TFitResult", 1014, G__G__Hist_108_0_18, (int) ('i'), G__get_linked_tagnum(&G__G__HistLN_TFitResult), -1, 0, 1, 1, 1, 0, "u 'TFitResult' - 11 - -", (char*) NULL, (void*) NULL, 0);
45704
45705 G__memfunc_setup("~TFitResult", 1140, G__G__Hist_108_0_19, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
45706
45707 G__memfunc_setup("operator=", 937, G__G__Hist_108_0_20, (int) ('u'), G__get_linked_tagnum(&G__G__HistLN_TFitResult), -1, 1, 1, 1, 1, 0, "u 'TFitResult' - 11 - -", (char*) NULL, (void*) NULL, 0);
45708 G__tag_memfunc_reset();
45709 }
45710
45711 static void G__setup_memfuncTFitResultPtr(void) {
45712
45713 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TFitResultPtr));
45714 G__memfunc_setup("TFitResultPtr",1324,G__G__Hist_109_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TFitResultPtr), -1, 0, 1, 1, 1, 0, "i - - 0 '-1' status", (char*)NULL, (void*) NULL, 0);
45715 G__memfunc_setup("TFitResultPtr",1324,G__G__Hist_109_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TFitResultPtr), -1, 0, 1, 1, 1, 0, "U 'TFitResult' - 0 - p", (char*)NULL, (void*) NULL, 0);
45716 G__memfunc_setup("TFitResultPtr",1324,G__G__Hist_109_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TFitResultPtr), -1, 0, 1, 1, 1, 0, "u 'TFitResultPtr' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
45717 G__memfunc_setup("operator int",1239,G__G__Hist_109_0_4, 105, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45718 G__memfunc_setup("operator*",918,G__G__Hist_109_0_5, 117, G__get_linked_tagnum(&G__G__HistLN_TFitResult), -1, 1, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45719 G__memfunc_setup("operator->",983,G__G__Hist_109_0_6, 85, G__get_linked_tagnum(&G__G__HistLN_TFitResult), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45720 G__memfunc_setup("Get",288,G__G__Hist_109_0_7, 85, G__get_linked_tagnum(&G__G__HistLN_TFitResult), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45721 G__memfunc_setup("operator=",937,G__G__Hist_109_0_8, 117, G__get_linked_tagnum(&G__G__HistLN_TFitResultPtr), -1, 1, 1, 1, 1, 0, "u 'TFitResultPtr' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
45722 G__memfunc_setup("Class",502,G__G__Hist_109_0_9, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TFitResultPtr::Class) ), 0);
45723 G__memfunc_setup("Class_Name",982,G__G__Hist_109_0_10, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFitResultPtr::Class_Name) ), 0);
45724 G__memfunc_setup("Class_Version",1339,G__G__Hist_109_0_11, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TFitResultPtr::Class_Version) ), 0);
45725 G__memfunc_setup("Dictionary",1046,G__G__Hist_109_0_12, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TFitResultPtr::Dictionary) ), 0);
45726 G__memfunc_setup("IsA",253,G__G__Hist_109_0_13, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45727 G__memfunc_setup("ShowMembers",1132,G__G__Hist_109_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45728 G__memfunc_setup("Streamer",835,G__G__Hist_109_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45729 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_109_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45730 G__memfunc_setup("DeclFileName",1145,G__G__Hist_109_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFitResultPtr::DeclFileName) ), 0);
45731 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_109_0_18, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TFitResultPtr::ImplFileLine) ), 0);
45732 G__memfunc_setup("ImplFileName",1171,G__G__Hist_109_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFitResultPtr::ImplFileName) ), 0);
45733 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_109_0_20, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TFitResultPtr::DeclFileLine) ), 0);
45734
45735 G__memfunc_setup("~TFitResultPtr", 1450, G__G__Hist_109_0_21, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
45736 G__tag_memfunc_reset();
45737 }
45738
45739 static void G__setup_memfuncROOTcLcLFit(void) {
45740
45741 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLFit));
45742 G__memfunc_setup("UnBinFit",767,G__G__Hist_112_0_1, 117, G__get_linked_tagnum(&G__G__HistLN_TFitResultPtr), -1, 0, 4, 1, 1, 0,
45743 "U 'ROOT::Fit::UnBinData' - 0 - data U 'TF1' - 0 - f1 "
45744 "u 'Foption_t' - 1 - option u 'ROOT::Math::MinimizerOptions' - 11 - moption", (char*)NULL, (void*) G__func2void( (TFitResultPtr (*)(ROOT::Fit::UnBinData*, TF1*, Foption_t&, const ROOT::Math::MinimizerOptions&))(&ROOT::Fit::UnBinFit) ), 0);
45745 G__memfunc_setup("FillData",769,G__G__Hist_112_0_2, 121, -1, -1, 0, 3, 1, 1, 0,
45746 "u 'ROOT::Fit::BinData' - 1 - dv U 'TH1' - 10 - hist "
45747 "U 'TF1' - 0 '0' func", (char*)NULL, (void*) G__func2void( (void (*)(ROOT::Fit::BinData&, const TH1*, TF1*))(&ROOT::Fit::FillData) ), 0);
45748 G__memfunc_setup("FillData",769,G__G__Hist_112_0_3, 121, -1, -1, 0, 3, 1, 1, 0,
45749 "u 'ROOT::Fit::SparseData' - 1 - dv U 'TH1' - 10 - hist "
45750 "U 'TF1' - 0 '0' func", (char*)NULL, (void*) G__func2void( (void (*)(ROOT::Fit::SparseData&, const TH1*, TF1*))(&ROOT::Fit::FillData) ), 0);
45751 G__memfunc_setup("FillData",769,G__G__Hist_112_0_4, 121, -1, -1, 0, 3, 1, 1, 0,
45752 "u 'ROOT::Fit::SparseData' - 1 - dv U 'THnSparse' - 10 - hist "
45753 "U 'TF1' - 0 '0' func", (char*)NULL, (void*) G__func2void( (void (*)(ROOT::Fit::SparseData&, const THnSparse*, TF1*))(&ROOT::Fit::FillData) ), 0);
45754 G__memfunc_setup("FillData",769,G__G__Hist_112_0_5, 121, -1, -1, 0, 3, 1, 1, 0,
45755 "u 'ROOT::Fit::BinData' - 1 - dv U 'THnSparse' - 10 - hist "
45756 "U 'TF1' - 0 '0' func", (char*)NULL, (void*) G__func2void( (void (*)(ROOT::Fit::BinData&, const THnSparse*, TF1*))(&ROOT::Fit::FillData) ), 0);
45757 G__memfunc_setup("FillData",769,G__G__Hist_112_0_6, 121, -1, -1, 0, 3, 1, 1, 0,
45758 "u 'ROOT::Fit::BinData' - 1 - dv U 'TGraph2D' - 10 - gr "
45759 "U 'TF1' - 0 '0' func", (char*)NULL, (void*) G__func2void( (void (*)(ROOT::Fit::BinData&, const TGraph2D*, TF1*))(&ROOT::Fit::FillData) ), 0);
45760 G__memfunc_setup("FillData",769,G__G__Hist_112_0_7, 121, -1, -1, 0, 3, 1, 1, 0,
45761 "u 'ROOT::Fit::BinData' - 1 - dv U 'TGraph' - 10 - gr "
45762 "U 'TF1' - 0 '0' func", (char*)NULL, (void*) G__func2void( (void (*)(ROOT::Fit::BinData&, const TGraph*, TF1*))(&ROOT::Fit::FillData) ), 0);
45763 G__memfunc_setup("FillData",769,G__G__Hist_112_0_8, 121, -1, -1, 0, 3, 1, 1, 0,
45764 "u 'ROOT::Fit::BinData' - 1 - dv U 'TMultiGraph' - 10 - gr "
45765 "U 'TF1' - 0 '0' func", (char*)NULL, (void*) G__func2void( (void (*)(ROOT::Fit::BinData&, const TMultiGraph*, TF1*))(&ROOT::Fit::FillData) ), 0);
45766 G__memfunc_setup("InitExpo",816,G__G__Hist_112_0_9, 121, -1, -1, 0, 2, 1, 1, 0,
45767 "u 'ROOT::Fit::BinData' - 11 - data U 'TF1' - 0 - f1", (char*)NULL, (void*) G__func2void( (void (*)(const ROOT::Fit::BinData&, TF1*))(&ROOT::Fit::InitExpo) ), 0);
45768 G__memfunc_setup("InitGaus",804,G__G__Hist_112_0_10, 121, -1, -1, 0, 2, 1, 1, 0,
45769 "u 'ROOT::Fit::BinData' - 11 - data U 'TF1' - 0 - f1", (char*)NULL, (void*) G__func2void( (void (*)(const ROOT::Fit::BinData&, TF1*))(&ROOT::Fit::InitGaus) ), 0);
45770 G__memfunc_setup("Init2DGaus",922,G__G__Hist_112_0_11, 121, -1, -1, 0, 2, 1, 1, 0,
45771 "u 'ROOT::Fit::BinData' - 11 - data U 'TF1' - 0 - f1", (char*)NULL, (void*) G__func2void( (void (*)(const ROOT::Fit::BinData&, TF1*))(&ROOT::Fit::Init2DGaus) ), 0);
45772 G__memfunc_setup("GetConfidenceIntervals",2246,G__G__Hist_112_0_12, 103, -1, -1, 0, 4, 1, 1, 0,
45773 "U 'TH1' - 10 - h1 u 'ROOT::Fit::FitResult' - 11 - r "
45774 "U 'TGraphErrors' - 0 - gr d - - 0 '0.95' cl", (char*)NULL, (void*) G__func2void( (bool (*)(const TH1*, const ROOT::Fit::FitResult&, TGraphErrors*, double))(&ROOT::Fit::GetConfidenceIntervals) ), 0);
45775 G__tag_memfunc_reset();
45776 }
45777
45778 static void G__setup_memfuncROOTcLcLFitcLcLFitResult(void) {
45779
45780 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLFitcLcLFitResult));
45781 G__memfunc_setup("GetCovarianceMatrix<TMatrixDSym>",3152,G__G__Hist_113_0_48, 121, -1, -1, 0, 1, 1, 1, 8, "u 'TMatrixTSym<double>' - 1 - mat", (char*)NULL, (void*) NULL, 0);
45782 G__memfunc_setup("GetCorrelationMatrix<TMatrixDSym>",3287,G__G__Hist_113_0_49, 121, -1, -1, 0, 1, 1, 1, 8, "u 'TMatrixTSym<double>' - 1 - mat", (char*)NULL, (void*) NULL, 0);
45783 G__tag_memfunc_reset();
45784 }
45785
45786 static void G__setup_memfuncTAxis(void) {
45787
45788 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TAxis));
45789 G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__HistLN_TAxis), -1, 1, 1, 1, 4, 0, "u 'TAxis' - 11 - -", "Not implemented", (void*) NULL, 0);
45790 G__memfunc_setup("TAxis",489,G__G__Hist_133_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TAxis), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45791 G__memfunc_setup("TAxis",489,G__G__Hist_133_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TAxis), -1, 0, 3, 1, 1, 0,
45792 "i - 'Int_t' 0 - nbins d - 'Double_t' 0 - xmin "
45793 "d - 'Double_t' 0 - xmax", (char*)NULL, (void*) NULL, 0);
45794 G__memfunc_setup("TAxis",489,G__G__Hist_133_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_TAxis), -1, 0, 2, 1, 1, 0,
45795 "i - 'Int_t' 0 - nbins D - 'Double_t' 10 - xbins", (char*)NULL, (void*) NULL, 0);
45796 G__memfunc_setup("TAxis",489,G__G__Hist_133_0_5, 105, G__get_linked_tagnum(&G__G__HistLN_TAxis), -1, 0, 1, 1, 1, 0, "u 'TAxis' - 11 - axis", (char*)NULL, (void*) NULL, 0);
45797 G__memfunc_setup("CenterLabels",1204,G__G__Hist_133_0_6, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' center", "*TOGGLE* *GETTER=GetCenterLabels", (void*) NULL, 1);
45798 G__memfunc_setup("CenterTitle",1123,G__G__Hist_133_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' center", "*TOGGLE* *GETTER=GetCenterTitle", (void*) NULL, 1);
45799 G__memfunc_setup("ChooseTimeFormat",1625,G__G__Hist_133_0_8, 67, -1, -1, 0, 1, 1, 1, 1, "d - 'Double_t' 0 '0' axislength", (char*)NULL, (void*) NULL, 0);
45800 G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - axis", (char*)NULL, (void*) NULL, 1);
45801 G__memfunc_setup("Delete",595,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' -", (char*)NULL, (void*) NULL, 1);
45802 G__memfunc_setup("DistancetoPrimitive",1991,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
45803 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
45804 G__memfunc_setup("DrawClone",895,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TObject), -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' -", (char*)NULL, (void*) NULL, 1);
45805 G__memfunc_setup("ExecuteEvent",1237,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
45806 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
45807 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
45808 G__memfunc_setup("FindBin",666,G__G__Hist_133_0_14, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 1);
45809 G__memfunc_setup("FindBin",666,G__G__Hist_133_0_15, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "C - - 10 - label", (char*)NULL, (void*) NULL, 1);
45810 G__memfunc_setup("FindFixBin",961,G__G__Hist_133_0_16, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 1);
45811 G__memfunc_setup("GetBinCenter",1178,G__G__Hist_133_0_17, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
45812 G__memfunc_setup("GetBinCenterLog",1468,G__G__Hist_133_0_18, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
45813 G__memfunc_setup("GetBinLabel",1049,G__G__Hist_133_0_19, 67, -1, -1, 0, 1, 1, 1, 9, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 0);
45814 G__memfunc_setup("GetBinLowEdge",1248,G__G__Hist_133_0_20, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
45815 G__memfunc_setup("GetBinUpEdge",1139,G__G__Hist_133_0_21, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
45816 G__memfunc_setup("GetBinWidth",1081,G__G__Hist_133_0_22, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
45817 G__memfunc_setup("GetCenter",897,G__G__Hist_133_0_23, 121, -1, -1, 0, 1, 1, 1, 8, "D - 'Double_t' 0 - center", (char*)NULL, (void*) NULL, 1);
45818 G__memfunc_setup("GetCenterLabels",1492,G__G__Hist_133_0_24, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45819 G__memfunc_setup("GetCenterTitle",1411,G__G__Hist_133_0_25, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45820 G__memfunc_setup("GetLabels",883,G__G__Hist_133_0_26, 85, G__get_linked_tagnum(&G__G__HistLN_THashList), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45821 G__memfunc_setup("GetLowEdge",967,G__G__Hist_133_0_27, 121, -1, -1, 0, 1, 1, 1, 8, "D - 'Double_t' 0 - edge", (char*)NULL, (void*) NULL, 1);
45822 G__memfunc_setup("GetMoreLogLabels",1576,G__G__Hist_133_0_28, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45823 G__memfunc_setup("GetNbins",794,G__G__Hist_133_0_29, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45824 G__memfunc_setup("GetNoExponent",1326,G__G__Hist_133_0_30, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45825 G__memfunc_setup("GetDecimals",1090,G__G__Hist_133_0_31, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45826 G__memfunc_setup("GetParent",906,G__G__Hist_133_0_32, 85, G__get_linked_tagnum(&G__G__HistLN_TObject), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45827 G__memfunc_setup("GetRotateTitle",1425,G__G__Hist_133_0_33, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45828 G__memfunc_setup("GetTicks",798,G__G__Hist_133_0_34, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
45829 G__memfunc_setup("GetTimeDisplay",1413,G__G__Hist_133_0_35, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45830 G__memfunc_setup("GetTimeFormat",1304,G__G__Hist_133_0_36, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
45831 G__memfunc_setup("GetTimeFormatOnly",1722,G__G__Hist_133_0_37, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
45832 G__memfunc_setup("GetTitle",802,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
45833 G__memfunc_setup("GetXbins",804,G__G__Hist_133_0_39, 85, G__get_linked_tagnum(&G__G__HistLN_TArrayD), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
45834 G__memfunc_setup("GetFirst",808,G__G__Hist_133_0_40, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45835 G__memfunc_setup("GetLast",692,G__G__Hist_133_0_41, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45836 G__memfunc_setup("GetXmin",700,G__G__Hist_133_0_42, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45837 G__memfunc_setup("GetXmax",702,G__G__Hist_133_0_43, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45838 G__memfunc_setup("ImportAttributes",1698,G__G__Hist_133_0_44, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TAxis' - 10 - axis", (char*)NULL, (void*) NULL, 1);
45839 G__memfunc_setup("IsVariableBinSize",1686,G__G__Hist_133_0_45, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45840 G__memfunc_setup("LabelsOption",1228,G__G__Hist_133_0_46, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"h\"' option", "*MENU*", (void*) NULL, 1);
45841 G__memfunc_setup("RotateTitle",1137,G__G__Hist_133_0_47, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' rotate", "*TOGGLE* *GETTER=GetRotateTitle", (void*) NULL, 1);
45842 G__memfunc_setup("SaveAttributes",1462,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
45843 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - - 10 - name "
45844 "C - - 10 - subname", (char*)NULL, (void*) NULL, 1);
45845 G__memfunc_setup("Set",300,G__G__Hist_133_0_49, 121, -1, -1, 0, 3, 1, 1, 0,
45846 "i - 'Int_t' 0 - nbins d - 'Double_t' 0 - xmin "
45847 "d - 'Double_t' 0 - xmax", (char*)NULL, (void*) NULL, 1);
45848 G__memfunc_setup("Set",300,G__G__Hist_133_0_50, 121, -1, -1, 0, 2, 1, 1, 0,
45849 "i - 'Int_t' 0 - nbins F - 'Float_t' 10 - xbins", (char*)NULL, (void*) NULL, 1);
45850 G__memfunc_setup("Set",300,G__G__Hist_133_0_51, 121, -1, -1, 0, 2, 1, 1, 0,
45851 "i - 'Int_t' 0 - nbins D - 'Double_t' 10 - xbins", (char*)NULL, (void*) NULL, 1);
45852 G__memfunc_setup("SetBinLabel",1061,G__G__Hist_133_0_52, 121, -1, -1, 0, 2, 1, 1, 0,
45853 "i - 'Int_t' 0 - bin C - - 10 - label", (char*)NULL, (void*) NULL, 1);
45854 G__memfunc_setup("SetDefaults",1124,G__G__Hist_133_0_53, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
45855 G__memfunc_setup("SetDrawOption",1331,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' -", (char*)NULL, (void*) NULL, 1);
45856 G__memfunc_setup("SetLimits",926,G__G__Hist_133_0_55, 121, -1, -1, 0, 2, 1, 1, 0,
45857 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - xmax", (char*)NULL, (void*) NULL, 1);
45858 G__memfunc_setup("SetMoreLogLabels",1588,G__G__Hist_133_0_56, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' more", "*TOGGLE* *GETTER=GetMoreLogLabels", (void*) NULL, 1);
45859 G__memfunc_setup("SetNoExponent",1338,G__G__Hist_133_0_57, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' noExponent", "*TOGGLE* *GETTER=GetNoExponent", (void*) NULL, 1);
45860 G__memfunc_setup("SetDecimals",1102,G__G__Hist_133_0_58, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' dot", "*TOGGLE* *GETTER=GetDecimals", (void*) NULL, 1);
45861 G__memfunc_setup("SetParent",918,G__G__Hist_133_0_59, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
45862 G__memfunc_setup("SetRange",793,G__G__Hist_133_0_60, 121, -1, -1, 0, 2, 1, 1, 0,
45863 "i - 'Int_t' 0 '0' first i - 'Int_t' 0 '0' last", "*MENU*", (void*) NULL, 1);
45864 G__memfunc_setup("SetRangeUser",1208,G__G__Hist_133_0_61, 121, -1, -1, 0, 2, 1, 1, 0,
45865 "d - 'Double_t' 0 - ufirst d - 'Double_t' 0 - ulast", "*MENU*", (void*) NULL, 1);
45866 G__memfunc_setup("SetTicks",810,G__G__Hist_133_0_62, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"+\"' option", "*MENU*", (void*) NULL, 1);
45867 G__memfunc_setup("SetTimeDisplay",1425,G__G__Hist_133_0_63, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - value", "*TOGGLE*", (void*) NULL, 1);
45868 G__memfunc_setup("SetTimeFormat",1316,G__G__Hist_133_0_64, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 '\"\"' format", "*MENU*", (void*) NULL, 1);
45869 G__memfunc_setup("SetTimeOffset",1314,G__G__Hist_133_0_65, 121, -1, -1, 0, 2, 1, 1, 0,
45870 "d - 'Double_t' 0 - toffset C - 'Option_t' 10 '\"local\"' option", (char*)NULL, (void*) NULL, 1);
45871 G__memfunc_setup("UnZoom",616,G__G__Hist_133_0_66, 121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 1);
45872 G__memfunc_setup("ZoomOut",733,G__G__Hist_133_0_67, 121, -1, -1, 0, 2, 1, 1, 0,
45873 "d - 'Double_t' 0 '0' factor d - 'Double_t' 0 '0' offset", "*MENU*", (void*) NULL, 1);
45874 G__memfunc_setup("Class",502,G__G__Hist_133_0_68, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TAxis::Class) ), 0);
45875 G__memfunc_setup("Class_Name",982,G__G__Hist_133_0_69, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAxis::Class_Name) ), 0);
45876 G__memfunc_setup("Class_Version",1339,G__G__Hist_133_0_70, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TAxis::Class_Version) ), 0);
45877 G__memfunc_setup("Dictionary",1046,G__G__Hist_133_0_71, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TAxis::Dictionary) ), 0);
45878 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45879 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45880 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45881 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_133_0_75, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45882 G__memfunc_setup("DeclFileName",1145,G__G__Hist_133_0_76, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAxis::DeclFileName) ), 0);
45883 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_133_0_77, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TAxis::ImplFileLine) ), 0);
45884 G__memfunc_setup("ImplFileName",1171,G__G__Hist_133_0_78, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAxis::ImplFileName) ), 0);
45885 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_133_0_79, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TAxis::DeclFileLine) ), 0);
45886
45887 G__memfunc_setup("~TAxis", 615, G__G__Hist_133_0_80, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
45888 G__tag_memfunc_reset();
45889 }
45890
45891 static void G__setup_memfuncTBackCompFitter(void) {
45892
45893 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TBackCompFitter));
45894 G__memfunc_setup("TBackCompFitter",1474,G__G__Hist_201_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TBackCompFitter), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45895 G__memfunc_setup("TBackCompFitter",1474,G__G__Hist_201_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TBackCompFitter), -1, 0, 2, 1, 1, 0,
45896 "u 'auto_ptr<ROOT::Fit::Fitter>' - 0 - fitter u 'auto_ptr<ROOT::Fit::FitData>' - 0 - data", (char*)NULL, (void*) NULL, 0);
45897 G__memfunc_setup("Chisquare",933,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
45898 "i - 'Int_t' 0 - npar D - 'Double_t' 0 - params", (char*)NULL, (void*) NULL, 1);
45899 G__memfunc_setup("Clear",487,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
45900 G__memfunc_setup("ExecuteCommand",1426,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
45901 "C - - 10 - command D - 'Double_t' 0 - args "
45902 "i - 'Int_t' 0 - nargs", (char*)NULL, (void*) NULL, 1);
45903 G__memfunc_setup("FixParameter",1224,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ipar", (char*)NULL, (void*) NULL, 1);
45904 G__memfunc_setup("GetConfidenceIntervals",2246,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0,
45905 "i - 'Int_t' 0 - n i - 'Int_t' 0 - ndim "
45906 "D - 'Double_t' 10 - x D - 'Double_t' 0 - ci "
45907 "d - 'Double_t' 0 '0.95' cl", (char*)NULL, (void*) NULL, 1);
45908 G__memfunc_setup("GetConfidenceIntervals",2246,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
45909 "U 'TObject' - 0 - obj d - 'Double_t' 0 '0.95' cl", (char*)NULL, (void*) NULL, 1);
45910 G__memfunc_setup("GetCovarianceMatrix",1936,(G__InterfaceMethod) NULL,68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45911 G__memfunc_setup("GetCovarianceMatrixElement",2650,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
45912 "i - 'Int_t' 0 - i i - 'Int_t' 0 - j", (char*)NULL, (void*) NULL, 1);
45913 G__memfunc_setup("GetErrors",925,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 5, 1, 1, 8,
45914 "i - 'Int_t' 0 - ipar d - 'Double_t' 1 - eplus "
45915 "d - 'Double_t' 1 - eminus d - 'Double_t' 1 - eparab "
45916 "d - 'Double_t' 1 - globcc", (char*)NULL, (void*) NULL, 1);
45917 G__memfunc_setup("GetNumberTotalParameters",2465,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45918 G__memfunc_setup("GetNumberFreeParameters",2335,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45919 G__memfunc_setup("GetParError",1101,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - ipar", (char*)NULL, (void*) NULL, 1);
45920 G__memfunc_setup("GetParameter",1217,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - ipar", (char*)NULL, (void*) NULL, 1);
45921 G__memfunc_setup("GetParameter",1217,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 6, 1, 1, 8,
45922 "i - 'Int_t' 0 - ipar C - - 0 - name "
45923 "d - 'Double_t' 1 - value d - 'Double_t' 1 - verr "
45924 "d - 'Double_t' 1 - vlow d - 'Double_t' 1 - vhigh", (char*)NULL, (void*) NULL, 1);
45925 G__memfunc_setup("GetParName",964,(G__InterfaceMethod) NULL,67, -1, -1, 0, 1, 1, 1, 9, "i - 'Int_t' 0 - ipar", (char*)NULL, (void*) NULL, 1);
45926 G__memfunc_setup("GetStats",815,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 5, 1, 1, 8,
45927 "d - 'Double_t' 1 - amin d - 'Double_t' 1 - edm "
45928 "d - 'Double_t' 1 - errdef i - 'Int_t' 1 - nvpar "
45929 "i - 'Int_t' 1 - nparx", (char*)NULL, (void*) NULL, 1);
45930 G__memfunc_setup("GetSumLog",887,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 1);
45931 G__memfunc_setup("IsFixed",684,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - ipar", (char*)NULL, (void*) NULL, 1);
45932 G__memfunc_setup("PrintResults",1279,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 8,
45933 "i - 'Int_t' 0 - level d - 'Double_t' 0 - amin", (char*)NULL, (void*) NULL, 1);
45934 G__memfunc_setup("ReleaseParameter",1634,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ipar", (char*)NULL, (void*) NULL, 1);
45935 G__memfunc_setup("SetFitMethod",1200,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
45936 G__memfunc_setup("SetParameter",1229,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 6, 1, 1, 0,
45937 "i - 'Int_t' 0 - ipar C - - 10 - parname "
45938 "d - 'Double_t' 0 - value d - 'Double_t' 0 - verr "
45939 "d - 'Double_t' 0 - vlow d - 'Double_t' 0 - vhigh", (char*)NULL, (void*) NULL, 1);
45940 G__memfunc_setup("SetFCN",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "1 - 'void (*)(Int_t&, Double_t*, Double_t&f, Double_t*, Int_t) ' 0 - fcn", (char*)NULL, (void*) NULL, 1);
45941 G__memfunc_setup("SetFCN",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "Y - - 0 - -", (char*)NULL, (void*) NULL, 1);
45942 G__memfunc_setup("SetMethodCall",1289,G__G__Hist_201_0_27, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TMethodCall' - 0 - m", (char*)NULL, (void*) NULL, 1);
45943 G__memfunc_setup("GetFitConfig",1177,G__G__Hist_201_0_28, 117, G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLFitcLcLFitConfig), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45944 G__memfunc_setup("GetFitResult",1218,G__G__Hist_201_0_29, 117, G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLFitcLcLFitResult), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
45945 G__memfunc_setup("GetTFitResult",1302,G__G__Hist_201_0_30, 85, G__get_linked_tagnum(&G__G__HistLN_TFitResult), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45946 G__memfunc_setup("GetFitData",957,G__G__Hist_201_0_31, 117, G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLFitcLcLFitData), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
45947 G__memfunc_setup("GetMinimizer",1236,G__G__Hist_201_0_32, 85, G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLMinimizer), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45948 G__memfunc_setup("GetObjFunction",1409,G__G__Hist_201_0_33, 85, G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLIBaseFunctionMultiDim), G__defined_typename("ROOT::Math::IMultiGenFunction"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45949 G__memfunc_setup("Scan",389,G__G__Hist_201_0_34, 103, -1, -1, 0, 4, 1, 1, 0,
45950 "h - - 0 - ipar U 'TGraph' - 0 - gr "
45951 "d - - 0 '0' xmin d - - 0 '0' xmax", (char*)NULL, (void*) NULL, 0);
45952 G__memfunc_setup("Contour",746,G__G__Hist_201_0_35, 103, -1, -1, 0, 4, 1, 1, 0,
45953 "h - - 0 - ipar h - - 0 - jpar "
45954 "U 'TGraph' - 0 - gr d - - 0 '0.683' confLevel", (char*)NULL, (void*) NULL, 0);
45955 G__memfunc_setup("SetObjFunction",1421,G__G__Hist_201_0_36, 121, -1, -1, 0, 1, 1, 1, 0, "U 'ROOT::Math::IBaseFunctionMultiDim' 'ROOT::Math::IMultiGenFunction' 0 - f", (char*)NULL, (void*) NULL, 1);
45956 G__memfunc_setup("ReCreateMinimizer",1727,G__G__Hist_201_0_37, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45957 G__memfunc_setup("ValidParameterIndex",1929,(G__InterfaceMethod) NULL, 103, -1, -1, 0, 1, 1, 2, 8, "i - - 0 - ipar", (char*)NULL, (void*) NULL, 0);
45958 G__memfunc_setup("DoSetDimension",1413,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
45959 G__memfunc_setup("Class",502,G__G__Hist_201_0_40, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TBackCompFitter::Class) ), 0);
45960 G__memfunc_setup("Class_Name",982,G__G__Hist_201_0_41, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBackCompFitter::Class_Name) ), 0);
45961 G__memfunc_setup("Class_Version",1339,G__G__Hist_201_0_42, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TBackCompFitter::Class_Version) ), 0);
45962 G__memfunc_setup("Dictionary",1046,G__G__Hist_201_0_43, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TBackCompFitter::Dictionary) ), 0);
45963 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45964 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45965 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45966 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_201_0_47, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45967 G__memfunc_setup("DeclFileName",1145,G__G__Hist_201_0_48, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBackCompFitter::DeclFileName) ), 0);
45968 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_201_0_49, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBackCompFitter::ImplFileLine) ), 0);
45969 G__memfunc_setup("ImplFileName",1171,G__G__Hist_201_0_50, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBackCompFitter::ImplFileName) ), 0);
45970 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_201_0_51, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBackCompFitter::DeclFileLine) ), 0);
45971
45972 G__memfunc_setup("TBackCompFitter", 1474, G__G__Hist_201_0_52, (int) ('i'), G__get_linked_tagnum(&G__G__HistLN_TBackCompFitter), -1, 0, 1, 1, 1, 0, "u 'TBackCompFitter' - 11 - -", (char*) NULL, (void*) NULL, 0);
45973
45974 G__memfunc_setup("~TBackCompFitter", 1600, G__G__Hist_201_0_53, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
45975 G__tag_memfunc_reset();
45976 }
45977
45978 static void G__setup_memfuncTBinomialEfficiencyFitter(void) {
45979
45980 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TBinomialEfficiencyFitter));
45981 G__memfunc_setup("TBinomialEfficiencyFitter",2530,G__G__Hist_205_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TBinomialEfficiencyFitter), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45982 G__memfunc_setup("TBinomialEfficiencyFitter",2530,G__G__Hist_205_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TBinomialEfficiencyFitter), -1, 0, 2, 1, 1, 0,
45983 "U 'TH1' - 10 - numerator U 'TH1' - 10 - denominator", (char*)NULL, (void*) NULL, 0);
45984 G__memfunc_setup("Set",300,G__G__Hist_205_0_3, 121, -1, -1, 0, 2, 1, 1, 0,
45985 "U 'TH1' - 10 - numerator U 'TH1' - 10 - denominator", (char*)NULL, (void*) NULL, 0);
45986 G__memfunc_setup("SetPrecision",1240,G__G__Hist_205_0_4, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - epsilon", (char*)NULL, (void*) NULL, 0);
45987 G__memfunc_setup("Fit",291,G__G__Hist_205_0_5, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
45988 "U 'TF1' - 0 - f1 C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
45989 G__memfunc_setup("GetFitter",910,G__G__Hist_205_0_6, 85, G__get_linked_tagnum(&G__G__HistLN_TVirtualFitter), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TVirtualFitter* (*)())(&TBinomialEfficiencyFitter::GetFitter) ), 0);
45990 G__memfunc_setup("ComputeFCN",948,G__G__Hist_205_0_7, 121, -1, -1, 0, 5, 1, 1, 0,
45991 "i - 'Int_t' 1 - npar D - 'Double_t' 0 - - "
45992 "d - 'Double_t' 1 - f D - 'Double_t' 0 - par "
45993 "i - 'Int_t' 0 - flag", (char*)NULL, (void*) NULL, 0);
45994 G__memfunc_setup("Class",502,G__G__Hist_205_0_8, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TBinomialEfficiencyFitter::Class) ), 0);
45995 G__memfunc_setup("Class_Name",982,G__G__Hist_205_0_9, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBinomialEfficiencyFitter::Class_Name) ), 0);
45996 G__memfunc_setup("Class_Version",1339,G__G__Hist_205_0_10, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TBinomialEfficiencyFitter::Class_Version) ), 0);
45997 G__memfunc_setup("Dictionary",1046,G__G__Hist_205_0_11, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TBinomialEfficiencyFitter::Dictionary) ), 0);
45998 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45999 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46000 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46001 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_205_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46002 G__memfunc_setup("DeclFileName",1145,G__G__Hist_205_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBinomialEfficiencyFitter::DeclFileName) ), 0);
46003 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_205_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBinomialEfficiencyFitter::ImplFileLine) ), 0);
46004 G__memfunc_setup("ImplFileName",1171,G__G__Hist_205_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBinomialEfficiencyFitter::ImplFileName) ), 0);
46005 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_205_0_19, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBinomialEfficiencyFitter::DeclFileLine) ), 0);
46006
46007 G__memfunc_setup("TBinomialEfficiencyFitter", 2530, G__G__Hist_205_0_20, (int) ('i'),
46008 G__get_linked_tagnum(&G__G__HistLN_TBinomialEfficiencyFitter), -1, 0, 1, 1, 1, 0, "u 'TBinomialEfficiencyFitter' - 11 - -", (char*) NULL, (void*) NULL, 0);
46009
46010 G__memfunc_setup("~TBinomialEfficiencyFitter", 2656, G__G__Hist_205_0_21, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46011
46012 G__memfunc_setup("operator=", 937, G__G__Hist_205_0_22, (int) ('u'), G__get_linked_tagnum(&G__G__HistLN_TBinomialEfficiencyFitter), -1, 1, 1, 1, 1, 0, "u 'TBinomialEfficiencyFitter' - 11 - -", (char*) NULL, (void*) NULL, 0);
46013 G__tag_memfunc_reset();
46014 }
46015
46016 static void G__setup_memfuncTConfidenceLevel(void) {
46017
46018 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TConfidenceLevel));
46019 G__memfunc_setup("TConfidenceLevel",1594,G__G__Hist_206_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TConfidenceLevel), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46020 G__memfunc_setup("TConfidenceLevel",1594,G__G__Hist_206_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TConfidenceLevel), -1, 0, 2, 1, 1, 0,
46021 "i - 'Int_t' 0 - mc g - - 0 'kTRUE' onesided", (char*)NULL, (void*) NULL, 0);
46022 G__memfunc_setup("SetTSD",535,G__G__Hist_206_0_3, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - in", (char*)NULL, (void*) NULL, 0);
46023 G__memfunc_setup("SetTSB",533,G__G__Hist_206_0_4, 121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 0 - in", (char*)NULL, (void*) NULL, 0);
46024 G__memfunc_setup("SetTSS",550,G__G__Hist_206_0_5, 121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 0 - in", (char*)NULL, (void*) NULL, 0);
46025 G__memfunc_setup("SetLRS",541,G__G__Hist_206_0_6, 121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 0 - in", (char*)NULL, (void*) NULL, 0);
46026 G__memfunc_setup("SetLRB",524,G__G__Hist_206_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 0 - in", (char*)NULL, (void*) NULL, 0);
46027 G__memfunc_setup("SetBtot",709,G__G__Hist_206_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - in", (char*)NULL, (void*) NULL, 0);
46028 G__memfunc_setup("SetStot",726,G__G__Hist_206_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - in", (char*)NULL, (void*) NULL, 0);
46029 G__memfunc_setup("SetDtot",711,G__G__Hist_206_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - in", (char*)NULL, (void*) NULL, 0);
46030 G__memfunc_setup("GetStatistic",1240,G__G__Hist_206_0_11, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46031 G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
46032 G__memfunc_setup("GetExpectedStatistic_b",2251,G__G__Hist_206_0_13, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' sigma", (char*)NULL, (void*) NULL, 0);
46033 G__memfunc_setup("GetExpectedStatistic_sb",2366,G__G__Hist_206_0_14, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' sigma", (char*)NULL, (void*) NULL, 0);
46034 G__memfunc_setup("CLb",241,G__G__Hist_206_0_15, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "g - - 0 'kFALSE' use_sMC", (char*)NULL, (void*) NULL, 0);
46035 G__memfunc_setup("CLsb",356,G__G__Hist_206_0_16, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "g - - 0 'kFALSE' use_sMC", (char*)NULL, (void*) NULL, 0);
46036 G__memfunc_setup("CLs",258,G__G__Hist_206_0_17, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "g - - 0 'kFALSE' use_sMC", (char*)NULL, (void*) NULL, 0);
46037 G__memfunc_setup("GetExpectedCLb_sb",1655,G__G__Hist_206_0_18, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' sigma", (char*)NULL, (void*) NULL, 0);
46038 G__memfunc_setup("GetExpectedCLb_b",1540,G__G__Hist_206_0_19, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' sigma", (char*)NULL, (void*) NULL, 0);
46039 G__memfunc_setup("GetExpectedCLsb_b",1655,G__G__Hist_206_0_20, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' sigma", (char*)NULL, (void*) NULL, 0);
46040 G__memfunc_setup("GetExpectedCLs_b",1557,G__G__Hist_206_0_21, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' sigma", (char*)NULL, (void*) NULL, 0);
46041 G__memfunc_setup("GetAverageCLs",1245,G__G__Hist_206_0_22, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46042 G__memfunc_setup("GetAverageCLsb",1343,G__G__Hist_206_0_23, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46043 G__memfunc_setup("Get3sProbability",1607,G__G__Hist_206_0_24, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46044 G__memfunc_setup("Get5sProbability",1609,G__G__Hist_206_0_25, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46045 G__memfunc_setup("GetDtot",699,G__G__Hist_206_0_26, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46046 G__memfunc_setup("GetStot",714,G__G__Hist_206_0_27, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46047 G__memfunc_setup("GetBtot",697,G__G__Hist_206_0_28, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46048 G__memfunc_setup("Class",502,G__G__Hist_206_0_29, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TConfidenceLevel::Class) ), 0);
46049 G__memfunc_setup("Class_Name",982,G__G__Hist_206_0_30, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TConfidenceLevel::Class_Name) ), 0);
46050 G__memfunc_setup("Class_Version",1339,G__G__Hist_206_0_31, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TConfidenceLevel::Class_Version) ), 0);
46051 G__memfunc_setup("Dictionary",1046,G__G__Hist_206_0_32, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TConfidenceLevel::Dictionary) ), 0);
46052 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46053 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46054 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46055 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_206_0_36, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46056 G__memfunc_setup("DeclFileName",1145,G__G__Hist_206_0_37, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TConfidenceLevel::DeclFileName) ), 0);
46057 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_206_0_38, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TConfidenceLevel::ImplFileLine) ), 0);
46058 G__memfunc_setup("ImplFileName",1171,G__G__Hist_206_0_39, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TConfidenceLevel::ImplFileName) ), 0);
46059 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_206_0_40, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TConfidenceLevel::DeclFileLine) ), 0);
46060
46061 G__memfunc_setup("TConfidenceLevel", 1594, G__G__Hist_206_0_41, (int) ('i'), G__get_linked_tagnum(&G__G__HistLN_TConfidenceLevel), -1, 0, 1, 1, 1, 0, "u 'TConfidenceLevel' - 11 - -", (char*) NULL, (void*) NULL, 0);
46062
46063 G__memfunc_setup("~TConfidenceLevel", 1720, G__G__Hist_206_0_42, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46064
46065 G__memfunc_setup("operator=", 937, G__G__Hist_206_0_43, (int) ('u'), G__get_linked_tagnum(&G__G__HistLN_TConfidenceLevel), -1, 1, 1, 1, 1, 0, "u 'TConfidenceLevel' - 11 - -", (char*) NULL, (void*) NULL, 0);
46066 G__tag_memfunc_reset();
46067 }
46068
46069 static void G__setup_memfuncTGraphAsymmErrors(void) {
46070
46071 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors));
46072 G__memfunc_setup("SwapPoints",1048,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0,
46073 "i - 'Int_t' 0 - pos1 i - 'Int_t' 0 - pos2", (char*)NULL, (void*) NULL, 1);
46074 G__memfunc_setup("Allocate",805,(G__InterfaceMethod) NULL, 68, -1, G__defined_typename("Double_t"), 2, 1, 1, 2, 0, "i - 'Int_t' 0 - size", (char*)NULL, (void*) NULL, 1);
46075 G__memfunc_setup("CopyAndRelease",1391,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 2, 0,
46076 "D - 'Double_t' 2 - newarrays i - 'Int_t' 0 - ibegin "
46077 "i - 'Int_t' 0 - iend i - 'Int_t' 0 - obegin", (char*)NULL, (void*) NULL, 1);
46078 G__memfunc_setup("CopyPoints",1048,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 4, 1, 2, 0,
46079 "D - 'Double_t' 2 - arrays i - 'Int_t' 0 - ibegin "
46080 "i - 'Int_t' 0 - iend i - 'Int_t' 0 - obegin", (char*)NULL, (void*) NULL, 1);
46081 G__memfunc_setup("CtorAllocate",1213,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
46082 G__memfunc_setup("FillZero",807,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0,
46083 "i - 'Int_t' 0 - begin i - 'Int_t' 0 - end "
46084 "g - 'Bool_t' 0 'kTRUE' from_ctor", (char*)NULL, (void*) NULL, 1);
46085 G__memfunc_setup("TGraphAsymmErrors",1738,G__G__Hist_213_0_7, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46086 G__memfunc_setup("TGraphAsymmErrors",1738,G__G__Hist_213_0_8, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 0);
46087 G__memfunc_setup("TGraphAsymmErrors",1738,G__G__Hist_213_0_9, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors), -1, 0, 7, 1, 1, 0,
46088 "i - 'Int_t' 0 - n F - 'Float_t' 10 - x "
46089 "F - 'Float_t' 10 - y F - 'Float_t' 10 '0' exl "
46090 "F - 'Float_t' 10 '0' exh F - 'Float_t' 10 '0' eyl "
46091 "F - 'Float_t' 10 '0' eyh", (char*)NULL, (void*) NULL, 0);
46092 G__memfunc_setup("TGraphAsymmErrors",1738,G__G__Hist_213_0_10, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors), -1, 0, 7, 1, 1, 0,
46093 "i - 'Int_t' 0 - n D - 'Double_t' 10 - x "
46094 "D - 'Double_t' 10 - y D - 'Double_t' 10 '0' exl "
46095 "D - 'Double_t' 10 '0' exh D - 'Double_t' 10 '0' eyl "
46096 "D - 'Double_t' 10 '0' eyh", (char*)NULL, (void*) NULL, 0);
46097 G__memfunc_setup("TGraphAsymmErrors",1738,G__G__Hist_213_0_11, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors), -1, 0, 6, 1, 1, 0,
46098 "u 'TVectorT<float>' 'TVectorF' 11 - vx u 'TVectorT<float>' 'TVectorF' 11 - vy "
46099 "u 'TVectorT<float>' 'TVectorF' 11 - vexl u 'TVectorT<float>' 'TVectorF' 11 - vexh "
46100 "u 'TVectorT<float>' 'TVectorF' 11 - veyl u 'TVectorT<float>' 'TVectorF' 11 - veyh", (char*)NULL, (void*) NULL, 0);
46101 G__memfunc_setup("TGraphAsymmErrors",1738,G__G__Hist_213_0_12, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors), -1, 0, 6, 1, 1, 0,
46102 "u 'TVectorT<double>' 'TVectorD' 11 - vx u 'TVectorT<double>' 'TVectorD' 11 - vy "
46103 "u 'TVectorT<double>' 'TVectorD' 11 - vexl u 'TVectorT<double>' 'TVectorD' 11 - vexh "
46104 "u 'TVectorT<double>' 'TVectorD' 11 - veyl u 'TVectorT<double>' 'TVectorD' 11 - veyh", (char*)NULL, (void*) NULL, 0);
46105 G__memfunc_setup("TGraphAsymmErrors",1738,G__G__Hist_213_0_13, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors), -1, 0, 1, 1, 1, 0, "u 'TGraphAsymmErrors' - 11 - gr", (char*)NULL, (void*) NULL, 0);
46106 G__memfunc_setup("operator=",937,G__G__Hist_213_0_14, 117, G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors), -1, 1, 1, 1, 1, 0, "u 'TGraphAsymmErrors' - 11 - gr", (char*)NULL, (void*) NULL, 0);
46107 G__memfunc_setup("TGraphAsymmErrors",1738,G__G__Hist_213_0_15, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors), -1, 0, 1, 1, 1, 0, "U 'TH1' - 10 - h", (char*)NULL, (void*) NULL, 0);
46108 G__memfunc_setup("TGraphAsymmErrors",1738,G__G__Hist_213_0_16, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors), -1, 0, 3, 1, 1, 0,
46109 "U 'TH1' - 10 - pass U 'TH1' - 10 - total "
46110 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
46111 G__memfunc_setup("Apply",518,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TF1' - 0 - f", (char*)NULL, (void*) NULL, 1);
46112 G__memfunc_setup("BayesDivide",1097,G__G__Hist_213_0_18, 121, -1, -1, 0, 3, 1, 1, 0,
46113 "U 'TH1' - 10 - pass U 'TH1' - 10 - total "
46114 "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
46115 G__memfunc_setup("Divide",597,G__G__Hist_213_0_19, 121, -1, -1, 0, 3, 1, 1, 0,
46116 "U 'TH1' - 10 - pass U 'TH1' - 10 - total "
46117 "C - 'Option_t' 10 '\"cp\"' opt", (char*)NULL, (void*) NULL, 1);
46118 G__memfunc_setup("ComputeRange",1226,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 8,
46119 "d - 'Double_t' 1 - xmin d - 'Double_t' 1 - ymin "
46120 "d - 'Double_t' 1 - xmax d - 'Double_t' 1 - ymax", (char*)NULL, (void*) NULL, 1);
46121 G__memfunc_setup("GetErrorX",898,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
46122 G__memfunc_setup("GetErrorY",899,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
46123 G__memfunc_setup("GetErrorXlow",1236,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 1);
46124 G__memfunc_setup("GetErrorXhigh",1314,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 1);
46125 G__memfunc_setup("GetErrorYlow",1237,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 1);
46126 G__memfunc_setup("GetErrorYhigh",1315,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 1);
46127 G__memfunc_setup("GetEXlow",783,(G__InterfaceMethod) NULL,68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46128 G__memfunc_setup("GetEXhigh",861,(G__InterfaceMethod) NULL,68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46129 G__memfunc_setup("GetEYlow",784,(G__InterfaceMethod) NULL,68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46130 G__memfunc_setup("GetEYhigh",862,(G__InterfaceMethod) NULL,68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46131 G__memfunc_setup("Print",525,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' chopt", (char*)NULL, (void*) NULL, 1);
46132 G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
46133 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
46134 G__memfunc_setup("SetPointError",1344,G__G__Hist_213_0_33, 121, -1, -1, 0, 4, 1, 1, 0,
46135 "d - 'Double_t' 0 - exl d - 'Double_t' 0 - exh "
46136 "d - 'Double_t' 0 - eyl d - 'Double_t' 0 - eyh", "*MENU*", (void*) NULL, 1);
46137 G__memfunc_setup("SetPointError",1344,G__G__Hist_213_0_34, 121, -1, -1, 0, 5, 1, 1, 0,
46138 "i - 'Int_t' 0 - i d - 'Double_t' 0 - exl "
46139 "d - 'Double_t' 0 - exh d - 'Double_t' 0 - eyl "
46140 "d - 'Double_t' 0 - eyh", (char*)NULL, (void*) NULL, 1);
46141 G__memfunc_setup("SetPointEXlow",1317,G__G__Hist_213_0_35, 121, -1, -1, 0, 2, 1, 1, 0,
46142 "i - 'Int_t' 0 - i d - 'Double_t' 0 - exl", (char*)NULL, (void*) NULL, 1);
46143 G__memfunc_setup("SetPointEXhigh",1395,G__G__Hist_213_0_36, 121, -1, -1, 0, 2, 1, 1, 0,
46144 "i - 'Int_t' 0 - i d - 'Double_t' 0 - exh", (char*)NULL, (void*) NULL, 1);
46145 G__memfunc_setup("SetPointEYlow",1318,G__G__Hist_213_0_37, 121, -1, -1, 0, 2, 1, 1, 0,
46146 "i - 'Int_t' 0 - i d - 'Double_t' 0 - eyl", (char*)NULL, (void*) NULL, 1);
46147 G__memfunc_setup("SetPointEYhigh",1396,G__G__Hist_213_0_38, 121, -1, -1, 0, 2, 1, 1, 0,
46148 "i - 'Int_t' 0 - i d - 'Double_t' 0 - eyh", (char*)NULL, (void*) NULL, 1);
46149 G__memfunc_setup("Class",502,G__G__Hist_213_0_39, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGraphAsymmErrors::Class) ), 0);
46150 G__memfunc_setup("Class_Name",982,G__G__Hist_213_0_40, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGraphAsymmErrors::Class_Name) ), 0);
46151 G__memfunc_setup("Class_Version",1339,G__G__Hist_213_0_41, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGraphAsymmErrors::Class_Version) ), 0);
46152 G__memfunc_setup("Dictionary",1046,G__G__Hist_213_0_42, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGraphAsymmErrors::Dictionary) ), 0);
46153 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46154 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46155 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46156 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_213_0_46, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46157 G__memfunc_setup("DeclFileName",1145,G__G__Hist_213_0_47, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGraphAsymmErrors::DeclFileName) ), 0);
46158 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_213_0_48, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGraphAsymmErrors::ImplFileLine) ), 0);
46159 G__memfunc_setup("ImplFileName",1171,G__G__Hist_213_0_49, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGraphAsymmErrors::ImplFileName) ), 0);
46160 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_213_0_50, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGraphAsymmErrors::DeclFileLine) ), 0);
46161
46162 G__memfunc_setup("~TGraphAsymmErrors", 1864, G__G__Hist_213_0_51, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46163 G__tag_memfunc_reset();
46164 }
46165
46166 static void G__setup_memfuncTH2(void) {
46167
46168 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TH2));
46169 G__memfunc_setup("TH2",206,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__HistLN_TH2), -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
46170 G__memfunc_setup("TH2",206,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__HistLN_TH2), -1, 0, 8, 1, 2, 0,
46171 "C - - 10 - name C - - 10 - title "
46172 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
46173 "d - 'Double_t' 0 - xup i - 'Int_t' 0 - nbinsy "
46174 "d - 'Double_t' 0 - ylow d - 'Double_t' 0 - yup", (char*)NULL, (void*) NULL, 0);
46175 G__memfunc_setup("TH2",206,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__HistLN_TH2), -1, 0, 7, 1, 2, 0,
46176 "C - - 10 - name C - - 10 - title "
46177 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins "
46178 "i - 'Int_t' 0 - nbinsy d - 'Double_t' 0 - ylow "
46179 "d - 'Double_t' 0 - yup", (char*)NULL, (void*) NULL, 0);
46180 G__memfunc_setup("TH2",206,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__HistLN_TH2), -1, 0, 7, 1, 2, 0,
46181 "C - - 10 - name C - - 10 - title "
46182 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
46183 "d - 'Double_t' 0 - xup i - 'Int_t' 0 - nbinsy "
46184 "D - 'Double_t' 10 - ybins", (char*)NULL, (void*) NULL, 0);
46185 G__memfunc_setup("TH2",206,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__HistLN_TH2), -1, 0, 6, 1, 2, 0,
46186 "C - - 10 - name C - - 10 - title "
46187 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins "
46188 "i - 'Int_t' 0 - nbinsy D - 'Double_t' 10 - ybins", (char*)NULL, (void*) NULL, 0);
46189 G__memfunc_setup("TH2",206,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__HistLN_TH2), -1, 0, 6, 1, 2, 0,
46190 "C - - 10 - name C - - 10 - title "
46191 "i - 'Int_t' 0 - nbinsx F - 'Float_t' 10 - xbins "
46192 "i - 'Int_t' 0 - nbinsy F - 'Float_t' 10 - ybins", (char*)NULL, (void*) NULL, 0);
46193 G__memfunc_setup("BufferFill",993,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 2, 0,
46194 "d - 'Double_t' 0 - - d - 'Double_t' 0 - -", "may not use", (void*) NULL, 1);
46195 G__memfunc_setup("BufferFill",993,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 2, 0,
46196 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
46197 "d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
46198 G__memfunc_setup("DoProjection",1232,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 0, 5, 1, 2, 8,
46199 "g - - 0 - onX C - - 10 - name "
46200 "i - 'Int_t' 0 - firstbin i - 'Int_t' 0 - lastbin "
46201 "C - 'Option_t' 10 - option", (char*)NULL, (void*) NULL, 1);
46202 G__memfunc_setup("DoProfile",900,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TProfile), -1, 0, 5, 1, 2, 8,
46203 "g - - 0 - onX C - - 10 - name "
46204 "i - 'Int_t' 0 - firstbin i - 'Int_t' 0 - lastbin "
46205 "C - 'Option_t' 10 - option", (char*)NULL, (void*) NULL, 1);
46206 G__memfunc_setup("DoFitSlices",1081,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 7, 1, 2, 0,
46207 "g - - 0 - onX U 'TF1' - 0 - f1 "
46208 "i - 'Int_t' 0 - firstbin i - 'Int_t' 0 - lastbin "
46209 "i - 'Int_t' 0 - cut C - 'Option_t' 10 - option "
46210 "U 'TObjArray' - 0 - arr", (char*)NULL, (void*) NULL, 1);
46211 G__memfunc_setup("TH2",206,G__G__Hist_214_0_12, 105, G__get_linked_tagnum(&G__G__HistLN_TH2), -1, 0, 1, 1, 1, 0, "u 'TH2' - 11 - -", (char*)NULL, (void*) NULL, 0);
46212 G__memfunc_setup("BufferEmpty",1129,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 '0' action", (char*)NULL, (void*) NULL, 1);
46213 G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - hnew", (char*)NULL, (void*) NULL, 1);
46214 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - -", "MayNotUse", (void*) NULL, 1);
46215 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
46216 "C - - 10 - - d - 'Double_t' 0 - -", "MayNotUse", (void*) NULL, 1);
46217 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
46218 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y", (char*)NULL, (void*) NULL, 1);
46219 G__memfunc_setup("Fill",391,G__G__Hist_214_0_18, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
46220 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
46221 "d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
46222 G__memfunc_setup("Fill",391,G__G__Hist_214_0_19, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
46223 "d - 'Double_t' 0 - x C - - 10 - namey "
46224 "d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
46225 G__memfunc_setup("Fill",391,G__G__Hist_214_0_20, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
46226 "C - - 10 - namex d - 'Double_t' 0 - y "
46227 "d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
46228 G__memfunc_setup("Fill",391,G__G__Hist_214_0_21, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
46229 "C - - 10 - namex C - - 10 - namey "
46230 "d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
46231 G__memfunc_setup("FillN",469,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0,
46232 "i - 'Int_t' 0 - - D - 'Double_t' 10 - - "
46233 "D - 'Double_t' 10 - - i - 'Int_t' 0 - -", "MayNotUse", (void*) NULL, 1);
46234 G__memfunc_setup("FillN",469,G__G__Hist_214_0_23, 121, -1, -1, 0, 5, 1, 1, 0,
46235 "i - 'Int_t' 0 - ntimes D - 'Double_t' 10 - x "
46236 "D - 'Double_t' 10 - y D - 'Double_t' 10 - w "
46237 "i - 'Int_t' 0 '1' stride", (char*)NULL, (void*) NULL, 1);
46238 G__memfunc_setup("FillRandom",1000,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
46239 "C - - 10 - fname i - 'Int_t' 0 '5000' ntimes", (char*)NULL, (void*) NULL, 1);
46240 G__memfunc_setup("FillRandom",1000,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
46241 "U 'TH1' - 0 - h i - 'Int_t' 0 '5000' ntimes", (char*)NULL, (void*) NULL, 1);
46242 G__memfunc_setup("FindFirstBinAbove",1679,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 8,
46243 "d - 'Double_t' 0 '0' threshold i - 'Int_t' 0 '1' axis", (char*)NULL, (void*) NULL, 1);
46244 G__memfunc_setup("FindLastBinAbove",1563,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 8,
46245 "d - 'Double_t' 0 '0' threshold i - 'Int_t' 0 '1' axis", (char*)NULL, (void*) NULL, 1);
46246 G__memfunc_setup("FitSlicesX",990,G__G__Hist_214_0_28, 121, -1, -1, 0, 6, 1, 1, 0,
46247 "U 'TF1' - 0 '0' f1 i - 'Int_t' 0 '0' firstybin "
46248 "i - 'Int_t' 0 '-1' lastybin i - 'Int_t' 0 '0' cut "
46249 "C - 'Option_t' 10 '\"QNR\"' option U 'TObjArray' - 0 '0' arr", "*MENU*", (void*) NULL, 1);
46250 G__memfunc_setup("FitSlicesY",991,G__G__Hist_214_0_29, 121, -1, -1, 0, 6, 1, 1, 0,
46251 "U 'TF1' - 0 '0' f1 i - 'Int_t' 0 '0' firstxbin "
46252 "i - 'Int_t' 0 '-1' lastxbin i - 'Int_t' 0 '0' cut "
46253 "C - 'Option_t' 10 '\"QNR\"' option U 'TObjArray' - 0 '0' arr", "*MENU*", (void*) NULL, 1);
46254 G__memfunc_setup("GetBinWithContent2",1762,G__G__Hist_214_0_30, 100, -1, G__defined_typename("Double_t"), 0, 8, 1, 1, 8,
46255 "d - 'Double_t' 0 - c i - 'Int_t' 1 - binx "
46256 "i - 'Int_t' 1 - biny i - 'Int_t' 0 '1' firstxbin "
46257 "i - 'Int_t' 0 '-1' lastxbin i - 'Int_t' 0 '1' firstybin "
46258 "i - 'Int_t' 0 '-1' lastybin d - 'Double_t' 0 '0' maxdiff", (char*)NULL, (void*) NULL, 1);
46259 G__memfunc_setup("GetCorrelationFactor",2049,G__G__Hist_214_0_31, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
46260 "i - 'Int_t' 0 '1' axis1 i - 'Int_t' 0 '2' axis2", (char*)NULL, (void*) NULL, 1);
46261 G__memfunc_setup("GetCovariance",1307,G__G__Hist_214_0_32, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
46262 "i - 'Int_t' 0 '1' axis1 i - 'Int_t' 0 '2' axis2", (char*)NULL, (void*) NULL, 1);
46263 G__memfunc_setup("GetRandom2",947,G__G__Hist_214_0_33, 121, -1, -1, 0, 2, 1, 1, 0,
46264 "d - 'Double_t' 1 - x d - 'Double_t' 1 - y", (char*)NULL, (void*) NULL, 1);
46265 G__memfunc_setup("GetStats",815,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "D - 'Double_t' 0 - stats", (char*)NULL, (void*) NULL, 1);
46266 G__memfunc_setup("Integral",822,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
46267 G__memfunc_setup("Integral",822,G__G__Hist_214_0_36, 100, -1, G__defined_typename("Double_t"), 0, 5, 1, 1, 8,
46268 "i - 'Int_t' 0 - binx1 i - 'Int_t' 0 - binx2 "
46269 "i - 'Int_t' 0 - biny1 i - 'Int_t' 0 - biny2 "
46270 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
46271 G__memfunc_setup("Integral",822,G__G__Hist_214_0_37, 100, -1, G__defined_typename("Double_t"), 0, 7, 1, 1, 8,
46272 "i - 'Int_t' 0 - - i - 'Int_t' 0 - - "
46273 "i - 'Int_t' 0 - - i - 'Int_t' 0 - - "
46274 "i - 'Int_t' 0 - - i - 'Int_t' 0 - - "
46275 "C - 'Option_t' 10 '\"\"' -", (char*)NULL, (void*) NULL, 1);
46276 G__memfunc_setup("IntegralAndError",1619,G__G__Hist_214_0_38, 100, -1, G__defined_typename("Double_t"), 0, 6, 1, 1, 8,
46277 "i - 'Int_t' 0 - binx1 i - 'Int_t' 0 - binx2 "
46278 "i - 'Int_t' 0 - biny1 i - 'Int_t' 0 - biny2 "
46279 "d - 'Double_t' 1 - err C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
46280 G__memfunc_setup("Interpolate",1159,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 1);
46281 G__memfunc_setup("Interpolate",1159,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
46282 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y", (char*)NULL, (void*) NULL, 1);
46283 G__memfunc_setup("Interpolate",1159,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 0,
46284 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
46285 "d - 'Double_t' 0 - z", (char*)NULL, (void*) NULL, 1);
46286 G__memfunc_setup("KolmogorovTest",1487,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
46287 "U 'TH1' - 10 - h2 C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
46288 G__memfunc_setup("Merge",496,(G__InterfaceMethod) NULL,110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 0, "U 'TCollection' - 0 - list", (char*)NULL, (void*) NULL, 1);
46289 G__memfunc_setup("RebinX",584,G__G__Hist_214_0_44, 85, G__get_linked_tagnum(&G__G__HistLN_TH2), -1, 0, 2, 1, 1, 0,
46290 "i - 'Int_t' 0 '2' ngroup C - - 10 '\"\"' newname", (char*)NULL, (void*) NULL, 1);
46291 G__memfunc_setup("RebinY",585,G__G__Hist_214_0_45, 85, G__get_linked_tagnum(&G__G__HistLN_TH2), -1, 0, 2, 1, 1, 0,
46292 "i - 'Int_t' 0 '2' ngroup C - - 10 '\"\"' newname", (char*)NULL, (void*) NULL, 1);
46293 G__memfunc_setup("Rebin2D",614,G__G__Hist_214_0_46, 85, G__get_linked_tagnum(&G__G__HistLN_TH2), -1, 0, 3, 1, 1, 0,
46294 "i - 'Int_t' 0 '2' nxgroup i - 'Int_t' 0 '2' nygroup "
46295 "C - - 10 '\"\"' newname", (char*)NULL, (void*) NULL, 1);
46296 G__memfunc_setup("ProfileX",809,G__G__Hist_214_0_47, 85, G__get_linked_tagnum(&G__G__HistLN_TProfile), -1, 0, 4, 1, 1, 8,
46297 "C - - 10 '\"_pfx\"' name i - 'Int_t' 0 '1' firstybin "
46298 "i - 'Int_t' 0 '-1' lastybin C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 0);
46299 G__memfunc_setup("ProfileY",810,G__G__Hist_214_0_48, 85, G__get_linked_tagnum(&G__G__HistLN_TProfile), -1, 0, 4, 1, 1, 8,
46300 "C - - 10 '\"_pfy\"' name i - 'Int_t' 0 '1' firstxbin "
46301 "i - 'Int_t' 0 '-1' lastxbin C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 0);
46302 G__memfunc_setup("ProjectionX",1141,G__G__Hist_214_0_49, 85, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 0, 4, 1, 1, 8,
46303 "C - - 10 '\"_px\"' name i - 'Int_t' 0 '0' firstybin "
46304 "i - 'Int_t' 0 '-1' lastybin C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 0);
46305 G__memfunc_setup("ProjectionY",1142,G__G__Hist_214_0_50, 85, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 0, 4, 1, 1, 8,
46306 "C - - 10 '\"_py\"' name i - 'Int_t' 0 '0' firstxbin "
46307 "i - 'Int_t' 0 '-1' lastxbin C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 0);
46308 G__memfunc_setup("PutStats",840,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 0 - stats", (char*)NULL, (void*) NULL, 1);
46309 G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
46310 G__memfunc_setup("SetShowProjectionX",1858,G__G__Hist_214_0_53, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - nbins", "*MENU*", (void*) NULL, 1);
46311 G__memfunc_setup("SetShowProjectionY",1859,G__G__Hist_214_0_54, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - nbins", "*MENU*", (void*) NULL, 1);
46312 G__memfunc_setup("ShowBackground",1441,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 2, 1, 1, 0,
46313 "i - 'Int_t' 0 '20' niter C - 'Option_t' 10 '\"same\"' option", (char*)NULL, (void*) NULL, 1);
46314 G__memfunc_setup("ShowPeaks",917,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
46315 "d - 'Double_t' 0 '2' sigma C - 'Option_t' 10 '\"\"' option "
46316 "d - 'Double_t' 0 '0.05' threshold", "*MENU*", (void*) NULL, 1);
46317 G__memfunc_setup("Smooth",634,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
46318 "i - 'Int_t' 0 '1' ntimes C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 1);
46319 G__memfunc_setup("Class",502,G__G__Hist_214_0_58, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TH2::Class) ), 0);
46320 G__memfunc_setup("Class_Name",982,G__G__Hist_214_0_59, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH2::Class_Name) ), 0);
46321 G__memfunc_setup("Class_Version",1339,G__G__Hist_214_0_60, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TH2::Class_Version) ), 0);
46322 G__memfunc_setup("Dictionary",1046,G__G__Hist_214_0_61, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TH2::Dictionary) ), 0);
46323 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46324 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46325 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46326 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_214_0_65, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46327 G__memfunc_setup("DeclFileName",1145,G__G__Hist_214_0_66, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH2::DeclFileName) ), 0);
46328 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_214_0_67, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH2::ImplFileLine) ), 0);
46329 G__memfunc_setup("ImplFileName",1171,G__G__Hist_214_0_68, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH2::ImplFileName) ), 0);
46330 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_214_0_69, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH2::DeclFileLine) ), 0);
46331
46332 G__memfunc_setup("~TH2", 332, G__G__Hist_214_0_70, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46333 G__tag_memfunc_reset();
46334 }
46335
46336 static void G__setup_memfuncTEfficiency(void) {
46337
46338 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TEfficiency));
46339 G__memfunc_setup("Build",496,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0,
46340 "C - - 10 - name C - - 10 - title", (char*)NULL, (void*) NULL, 0);
46341 G__memfunc_setup("TEfficiency",1097,G__G__Hist_215_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TEfficiency), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46342 G__memfunc_setup("TEfficiency",1097,G__G__Hist_215_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TEfficiency), -1, 0, 2, 1, 1, 0,
46343 "u 'TH1' - 11 - passed u 'TH1' - 11 - total", (char*)NULL, (void*) NULL, 0);
46344 G__memfunc_setup("TEfficiency",1097,G__G__Hist_215_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_TEfficiency), -1, 0, 4, 1, 1, 0,
46345 "C - - 10 - name C - - 10 - title "
46346 "i - 'Int_t' 0 - nbins D - 'Double_t' 10 - xbins", (char*)NULL, (void*) NULL, 0);
46347 G__memfunc_setup("TEfficiency",1097,G__G__Hist_215_0_5, 105, G__get_linked_tagnum(&G__G__HistLN_TEfficiency), -1, 0, 5, 1, 1, 0,
46348 "C - - 10 - name C - - 10 - title "
46349 "i - 'Int_t' 0 - nbins d - 'Double_t' 0 - xlow "
46350 "d - 'Double_t' 0 - xup", (char*)NULL, (void*) NULL, 0);
46351 G__memfunc_setup("TEfficiency",1097,G__G__Hist_215_0_6, 105, G__get_linked_tagnum(&G__G__HistLN_TEfficiency), -1, 0, 8, 1, 1, 0,
46352 "C - - 10 - name C - - 10 - title "
46353 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
46354 "d - 'Double_t' 0 - xup i - 'Int_t' 0 - nbinsy "
46355 "d - 'Double_t' 0 - ylow d - 'Double_t' 0 - yup", (char*)NULL, (void*) NULL, 0);
46356 G__memfunc_setup("TEfficiency",1097,G__G__Hist_215_0_7, 105, G__get_linked_tagnum(&G__G__HistLN_TEfficiency), -1, 0, 6, 1, 1, 0,
46357 "C - - 10 - name C - - 10 - title "
46358 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins "
46359 "i - 'Int_t' 0 - nbinsy D - 'Double_t' 10 - ybins", (char*)NULL, (void*) NULL, 0);
46360 G__memfunc_setup("TEfficiency",1097,G__G__Hist_215_0_8, 105, G__get_linked_tagnum(&G__G__HistLN_TEfficiency), -1, 0, 11, 1, 1, 0,
46361 "C - - 10 - name C - - 10 - title "
46362 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
46363 "d - 'Double_t' 0 - xup i - 'Int_t' 0 - nbinsy "
46364 "d - 'Double_t' 0 - ylow d - 'Double_t' 0 - yup "
46365 "i - 'Int_t' 0 - nbinsz d - 'Double_t' 0 - zlow "
46366 "d - 'Double_t' 0 - zup", (char*)NULL, (void*) NULL, 0);
46367 G__memfunc_setup("TEfficiency",1097,G__G__Hist_215_0_9, 105, G__get_linked_tagnum(&G__G__HistLN_TEfficiency), -1, 0, 8, 1, 1, 0,
46368 "C - - 10 - name C - - 10 - title "
46369 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins "
46370 "i - 'Int_t' 0 - nbinsy D - 'Double_t' 10 - ybins "
46371 "i - 'Int_t' 0 - nbinsz D - 'Double_t' 10 - zbins", (char*)NULL, (void*) NULL, 0);
46372 G__memfunc_setup("TEfficiency",1097,G__G__Hist_215_0_10, 105, G__get_linked_tagnum(&G__G__HistLN_TEfficiency), -1, 0, 1, 1, 1, 0, "u 'TEfficiency' - 11 - heff", (char*)NULL, (void*) NULL, 0);
46373 G__memfunc_setup("Add",265,G__G__Hist_215_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TEfficiency' - 11 - rEff", (char*)NULL, (void*) NULL, 0);
46374 G__memfunc_setup("DistancetoPrimitive",1991,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
46375 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
46376 G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
46377 G__memfunc_setup("ExecuteEvent",1237,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
46378 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
46379 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
46380 G__memfunc_setup("Fill",391,G__G__Hist_215_0_15, 121, -1, -1, 0, 4, 1, 1, 0,
46381 "g - 'Bool_t' 0 - bPassed d - 'Double_t' 0 - x "
46382 "d - 'Double_t' 0 '0' y d - 'Double_t' 0 '0' z", (char*)NULL, (void*) NULL, 0);
46383 G__memfunc_setup("FindFixBin",961,G__G__Hist_215_0_16, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 8,
46384 "d - 'Double_t' 0 - x d - 'Double_t' 0 '0' y "
46385 "d - 'Double_t' 0 '0' z", (char*)NULL, (void*) NULL, 0);
46386 G__memfunc_setup("Fit",291,G__G__Hist_215_0_17, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
46387 "U 'TF1' - 0 - f1 C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 0);
46388 G__memfunc_setup("GetBetaAlpha",1154,G__G__Hist_215_0_18, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 '-1' bin", (char*)NULL, (void*) NULL, 0);
46389 G__memfunc_setup("GetBetaBeta",1048,G__G__Hist_215_0_19, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 '-1' bin", (char*)NULL, (void*) NULL, 0);
46390 G__memfunc_setup("GetConfidenceLevel",1798,G__G__Hist_215_0_20, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46391 G__memfunc_setup("GetCopyPassedHisto",1826,G__G__Hist_215_0_21, 85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46392 G__memfunc_setup("GetCopyTotalHisto",1734,G__G__Hist_215_0_22, 85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46393 G__memfunc_setup("GetDimension",1222,G__G__Hist_215_0_23, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46394 G__memfunc_setup("GetDirectory",1237,G__G__Hist_215_0_24, 85, G__get_linked_tagnum(&G__G__HistLN_TDirectory), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46395 G__memfunc_setup("GetEfficiency",1301,G__G__Hist_215_0_25, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 0);
46396 G__memfunc_setup("GetEfficiencyErrorLow",2129,G__G__Hist_215_0_26, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 0);
46397 G__memfunc_setup("GetEfficiencyErrorUp",2020,G__G__Hist_215_0_27, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 0);
46398 G__memfunc_setup("GetGlobalBin",1162,G__G__Hist_215_0_28, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 8,
46399 "i - 'Int_t' 0 - binx i - 'Int_t' 0 '0' biny "
46400 "i - 'Int_t' 0 '0' binz", (char*)NULL, (void*) NULL, 0);
46401 G__memfunc_setup("GetPaintedGraph",1495,G__G__Hist_215_0_29, 85, G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46402 G__memfunc_setup("GetPaintedHistogram",1939,G__G__Hist_215_0_30, 85, G__get_linked_tagnum(&G__G__HistLN_TH2), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46403 G__memfunc_setup("GetListOfFunctions",1834,G__G__Hist_215_0_31, 85, G__get_linked_tagnum(&G__G__HistLN_TList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46404 G__memfunc_setup("GetPassedHistogram",1838,G__G__Hist_215_0_32, 85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
46405 G__memfunc_setup("GetStatisticOption",1873,G__G__Hist_215_0_33, 105, G__get_linked_tagnum(&G__G__HistLN_TEfficiencycLcLEStatOption), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46406 G__memfunc_setup("GetTotalHistogram",1746,G__G__Hist_215_0_34, 85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
46407 G__memfunc_setup("GetWeight",904,G__G__Hist_215_0_35, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46408 G__memfunc_setup("Merge",496,G__G__Hist_215_0_36, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TCollection' - 0 - list", (char*)NULL, (void*) NULL, 0);
46409 G__memfunc_setup("operator+=",980,G__G__Hist_215_0_37, 117, G__get_linked_tagnum(&G__G__HistLN_TEfficiency), -1, 1, 1, 1, 1, 0, "u 'TEfficiency' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
46410 G__memfunc_setup("operator=",937,G__G__Hist_215_0_38, 117, G__get_linked_tagnum(&G__G__HistLN_TEfficiency), -1, 1, 1, 1, 1, 0, "u 'TEfficiency' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
46411 G__memfunc_setup("Paint",508,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 - opt", (char*)NULL, (void*) NULL, 1);
46412 G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
46413 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
46414 G__memfunc_setup("SetBetaAlpha",1166,G__G__Hist_215_0_41, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - alpha", (char*)NULL, (void*) NULL, 0);
46415 G__memfunc_setup("SetBetaBeta",1060,G__G__Hist_215_0_42, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - beta", (char*)NULL, (void*) NULL, 0);
46416 G__memfunc_setup("SetBetaBinParameters",2005,G__G__Hist_215_0_43, 121, -1, -1, 0, 3, 1, 1, 0,
46417 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - alpha "
46418 "d - 'Double_t' 0 - beta", (char*)NULL, (void*) NULL, 0);
46419 G__memfunc_setup("SetConfidenceLevel",1810,G__G__Hist_215_0_44, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - level", (char*)NULL, (void*) NULL, 0);
46420 G__memfunc_setup("SetDirectory",1249,G__G__Hist_215_0_45, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TDirectory' - 0 - dir", (char*)NULL, (void*) NULL, 0);
46421 G__memfunc_setup("SetName",685,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
46422 G__memfunc_setup("SetPassedEvents",1537,G__G__Hist_215_0_47, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0,
46423 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - events", (char*)NULL, (void*) NULL, 0);
46424 G__memfunc_setup("SetPassedHistogram",1850,G__G__Hist_215_0_48, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0,
46425 "u 'TH1' - 11 - rPassed C - 'Option_t' 10 - opt", (char*)NULL, (void*) NULL, 0);
46426 G__memfunc_setup("SetPosteriorMode",1656,G__G__Hist_215_0_49, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'true' on", (char*)NULL, (void*) NULL, 0);
46427 G__memfunc_setup("SetPosteriorAverage",1966,G__G__Hist_215_0_50, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'true' on", (char*)NULL, (void*) NULL, 0);
46428 G__memfunc_setup("SetShortestInterval",1997,G__G__Hist_215_0_51, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'true' on", (char*)NULL, (void*) NULL, 0);
46429 G__memfunc_setup("SetCentralInterval",1850,G__G__Hist_215_0_52, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'true' on", (char*)NULL, (void*) NULL, 0);
46430 G__memfunc_setup("SetStatisticOption",1885,G__G__Hist_215_0_53, 121, -1, -1, 0, 1, 1, 1, 0, "i 'TEfficiency::EStatOption' - 0 - option", (char*)NULL, (void*) NULL, 0);
46431 G__memfunc_setup("SetTitle",814,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - title", (char*)NULL, (void*) NULL, 1);
46432 G__memfunc_setup("SetTotalEvents",1445,G__G__Hist_215_0_55, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0,
46433 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - events", (char*)NULL, (void*) NULL, 0);
46434 G__memfunc_setup("SetTotalHistogram",1758,G__G__Hist_215_0_56, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0,
46435 "u 'TH1' - 11 - rTotal C - 'Option_t' 10 - opt", (char*)NULL, (void*) NULL, 0);
46436 G__memfunc_setup("SetWeight",916,G__G__Hist_215_0_57, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - weight", (char*)NULL, (void*) NULL, 0);
46437 G__memfunc_setup("UsesBayesianStat",1640,G__G__Hist_215_0_58, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46438 G__memfunc_setup("UsesPosteriorMode",1772,G__G__Hist_215_0_59, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46439 G__memfunc_setup("UsesShortestInterval",2113,G__G__Hist_215_0_60, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46440 G__memfunc_setup("UsesPosteriorAverage",2082,G__G__Hist_215_0_61, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46441 G__memfunc_setup("UsesCentralInterval",1966,G__G__Hist_215_0_62, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46442 G__memfunc_setup("CheckBinning",1187,G__G__Hist_215_0_63, 103, -1, G__defined_typename("Bool_t"), 0, 2, 3, 1, 0,
46443 "u 'TH1' - 11 - pass u 'TH1' - 11 - total", (char*)NULL, (void*) G__func2void( (Bool_t (*)(const TH1&, const TH1&))(&TEfficiency::CheckBinning) ), 0);
46444 G__memfunc_setup("CheckConsistency",1648,G__G__Hist_215_0_64, 103, -1, G__defined_typename("Bool_t"), 0, 3, 3, 1, 0,
46445 "u 'TH1' - 11 - pass u 'TH1' - 11 - total "
46446 "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) G__func2void( (Bool_t (*)(const TH1&, const TH1&, Option_t*))(&TEfficiency::CheckConsistency) ), 0);
46447 G__memfunc_setup("CheckEntries",1208,G__G__Hist_215_0_65, 103, -1, G__defined_typename("Bool_t"), 0, 3, 3, 1, 0,
46448 "u 'TH1' - 11 - pass u 'TH1' - 11 - total "
46449 "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) G__func2void( (Bool_t (*)(const TH1&, const TH1&, Option_t*))(&TEfficiency::CheckEntries) ), 0);
46450 G__memfunc_setup("Combine",701,G__G__Hist_215_0_66, 100, -1, G__defined_typename("Double_t"), 0, 10, 3, 1, 0,
46451 "d - 'Double_t' 1 - up d - 'Double_t' 1 - low "
46452 "i - 'Int_t' 0 - n I - 'Int_t' 10 - pass "
46453 "I - 'Int_t' 10 - total d - 'Double_t' 0 - alpha "
46454 "d - 'Double_t' 0 - beta d - 'Double_t' 0 '0.683' level "
46455 "D - 'Double_t' 10 '0' w C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t&, Double_t&, Int_t, const Int_t*, const Int_t*, Double_t, Double_t, Double_t, const Double_t*, Option_t*))(&TEfficiency::Combine) ), 0);
46456 G__memfunc_setup("Combine",701,G__G__Hist_215_0_67, 85, G__get_linked_tagnum(&G__G__HistLN_TGraphAsymmErrors), -1, 0, 4, 3, 1, 0,
46457 "U 'TCollection' - 0 - pList C - 'Option_t' 10 '\"\"' opt "
46458 "i - 'Int_t' 0 '0' n D - 'Double_t' 10 '0' w", (char*)NULL, (void*) G__func2void( (TGraphAsymmErrors* (*)(TCollection*, Option_t*, Int_t, const Double_t*))(&TEfficiency::Combine) ), 0);
46459 G__memfunc_setup("AgrestiCoull",1230,G__G__Hist_215_0_68, 100, -1, G__defined_typename("Double_t"), 0, 4, 3, 1, 0,
46460 "i - 'Int_t' 0 - total i - 'Int_t' 0 - passed "
46461 "d - 'Double_t' 0 - level g - 'Bool_t' 0 - bUpper", (char*)NULL, (void*) G__func2void( (Double_t (*)(Int_t, Int_t, Double_t, Bool_t))(&TEfficiency::AgrestiCoull) ), 0);
46462 G__memfunc_setup("ClopperPearson",1453,G__G__Hist_215_0_69, 100, -1, G__defined_typename("Double_t"), 0, 4, 3, 1, 0,
46463 "i - 'Int_t' 0 - total i - 'Int_t' 0 - passed "
46464 "d - 'Double_t' 0 - level g - 'Bool_t' 0 - bUpper", (char*)NULL, (void*) G__func2void( (Double_t (*)(Int_t, Int_t, Double_t, Bool_t))(&TEfficiency::ClopperPearson) ), 0);
46465 G__memfunc_setup("Normal",617,G__G__Hist_215_0_70, 100, -1, G__defined_typename("Double_t"), 0, 4, 3, 1, 0,
46466 "i - 'Int_t' 0 - total i - 'Int_t' 0 - passed "
46467 "d - 'Double_t' 0 - level g - 'Bool_t' 0 - bUpper", (char*)NULL, (void*) G__func2void( (Double_t (*)(Int_t, Int_t, Double_t, Bool_t))(&TEfficiency::Normal) ), 0);
46468 G__memfunc_setup("Wilson",636,G__G__Hist_215_0_71, 100, -1, G__defined_typename("Double_t"), 0, 4, 3, 1, 0,
46469 "i - 'Int_t' 0 - total i - 'Int_t' 0 - passed "
46470 "d - 'Double_t' 0 - level g - 'Bool_t' 0 - bUpper", (char*)NULL, (void*) G__func2void( (Double_t (*)(Int_t, Int_t, Double_t, Bool_t))(&TEfficiency::Wilson) ), 0);
46471 G__memfunc_setup("FeldmanCousins",1435,G__G__Hist_215_0_72, 100, -1, G__defined_typename("Double_t"), 0, 4, 3, 1, 0,
46472 "i - 'Int_t' 0 - total i - 'Int_t' 0 - passed "
46473 "d - 'Double_t' 0 - level g - 'Bool_t' 0 - bUpper", (char*)NULL, (void*) G__func2void( (Double_t (*)(Int_t, Int_t, Double_t, Bool_t))(&TEfficiency::FeldmanCousins) ), 0);
46474 G__memfunc_setup("FeldmanCousinsInterval",2272,G__G__Hist_215_0_73, 103, -1, G__defined_typename("Bool_t"), 0, 5, 3, 1, 0,
46475 "i - 'Int_t' 0 - total i - 'Int_t' 0 - passed "
46476 "d - 'Double_t' 0 - level d - 'Double_t' 1 - lower "
46477 "d - 'Double_t' 1 - upper", (char*)NULL, (void*) G__func2void( (Bool_t (*)(Int_t, Int_t, Double_t, Double_t&, Double_t&))(&TEfficiency::FeldmanCousinsInterval) ), 0);
46478 G__memfunc_setup("Bayesian",812,G__G__Hist_215_0_74, 100, -1, G__defined_typename("Double_t"), 0, 7, 3, 1, 0,
46479 "i - 'Int_t' 0 - total i - 'Int_t' 0 - passed "
46480 "d - 'Double_t' 0 - level d - 'Double_t' 0 - alpha "
46481 "d - 'Double_t' 0 - beta g - 'Bool_t' 0 - bUpper "
46482 "g - 'Bool_t' 0 'false' bShortest", (char*)NULL, (void*) G__func2void( (Double_t (*)(Int_t, Int_t, Double_t, Double_t, Double_t, Bool_t, Bool_t))(&TEfficiency::Bayesian) ), 0);
46483 G__memfunc_setup("BetaCentralInterval",1930,G__G__Hist_215_0_75, 100, -1, G__defined_typename("Double_t"), 0, 4, 3, 1, 0,
46484 "d - 'Double_t' 0 - level d - 'Double_t' 0 - alpha "
46485 "d - 'Double_t' 0 - beta g - 'Bool_t' 0 - bUpper", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t, Double_t, Bool_t))(&TEfficiency::BetaCentralInterval) ), 0);
46486 G__memfunc_setup("BetaShortestInterval",2077,G__G__Hist_215_0_76, 103, -1, G__defined_typename("Bool_t"), 0, 5, 3, 1, 0,
46487 "d - 'Double_t' 0 - level d - 'Double_t' 0 - alpha "
46488 "d - 'Double_t' 0 - beta d - 'Double_t' 1 - lower "
46489 "d - 'Double_t' 1 - upper", (char*)NULL, (void*) G__func2void( (Bool_t (*)(Double_t, Double_t, Double_t, Double_t&, Double_t&))(&TEfficiency::BetaShortestInterval) ), 0);
46490 G__memfunc_setup("BetaMean",765,G__G__Hist_215_0_77, 100, -1, G__defined_typename("Double_t"), 0, 2, 3, 1, 0,
46491 "d - 'Double_t' 0 - alpha d - 'Double_t' 0 - beta", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t))(&TEfficiency::BetaMean) ), 0);
46492 G__memfunc_setup("BetaMode",769,G__G__Hist_215_0_78, 100, -1, G__defined_typename("Double_t"), 0, 2, 3, 1, 0,
46493 "d - 'Double_t' 0 - alpha d - 'Double_t' 0 - beta", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t))(&TEfficiency::BetaMode) ), 0);
46494 G__memfunc_setup("Class",502,G__G__Hist_215_0_79, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TEfficiency::Class) ), 0);
46495 G__memfunc_setup("Class_Name",982,G__G__Hist_215_0_80, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TEfficiency::Class_Name) ), 0);
46496 G__memfunc_setup("Class_Version",1339,G__G__Hist_215_0_81, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TEfficiency::Class_Version) ), 0);
46497 G__memfunc_setup("Dictionary",1046,G__G__Hist_215_0_82, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TEfficiency::Dictionary) ), 0);
46498 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46499 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46500 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46501 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_215_0_86, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46502 G__memfunc_setup("DeclFileName",1145,G__G__Hist_215_0_87, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TEfficiency::DeclFileName) ), 0);
46503 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_215_0_88, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TEfficiency::ImplFileLine) ), 0);
46504 G__memfunc_setup("ImplFileName",1171,G__G__Hist_215_0_89, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TEfficiency::ImplFileName) ), 0);
46505 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_215_0_90, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TEfficiency::DeclFileLine) ), 0);
46506
46507 G__memfunc_setup("~TEfficiency", 1223, G__G__Hist_215_0_91, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46508 G__tag_memfunc_reset();
46509 }
46510
46511 static void G__setup_memfuncTFormulaPrimitive(void) {
46512
46513 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TFormulaPrimitive));
46514 G__memfunc_setup("BuildBasicFormulas",1819,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 0, 3, 2, 0, "", "build list of basic formulas", (void*) NULL, 0);
46515 G__memfunc_setup("TFormulaPrimitive",1763,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__HistLN_TFormulaPrimitive), -1, 0, 1, 1, 4, 0, "u 'TFormulaPrimitive' - 11 - -", "Not implemented", (void*) NULL, 0);
46516 G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__HistLN_TFormulaPrimitive), -1, 1, 1, 1, 4, 0, "u 'TFormulaPrimitive' - 11 - -", "Not implemented", (void*) NULL, 0);
46517 G__memfunc_setup("TFormulaPrimitive",1763,G__G__Hist_227_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_TFormulaPrimitive), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46518 G__memfunc_setup("TFormulaPrimitive",1763,G__G__Hist_227_0_5, 105, G__get_linked_tagnum(&G__G__HistLN_TFormulaPrimitive), -1, 0, 3, 1, 1, 0,
46519 "C - - 10 - name C - - 10 - formula "
46520 "Y - 'TFormulaPrimitive::GenFunc0' 0 - fpointer", (char*)NULL, (void*) NULL, 0);
46521 G__memfunc_setup("TFormulaPrimitive",1763,G__G__Hist_227_0_6, 105, G__get_linked_tagnum(&G__G__HistLN_TFormulaPrimitive), -1, 0, 4, 1, 1, 0,
46522 "C - - 10 - name C - - 10 - formula "
46523 "Y - 'TFormulaPrimitive::GenFuncG' 0 - fpointer i - 'Int_t' 0 - npar", (char*)NULL, (void*) NULL, 0);
46524 G__memfunc_setup("TFormulaPrimitive",1763,G__G__Hist_227_0_7, 105, G__get_linked_tagnum(&G__G__HistLN_TFormulaPrimitive), -1, 0, 3, 1, 1, 0,
46525 "C - - 10 - name C - - 10 - formula "
46526 "a - 'TFormulaPrimitive::TFunc0' 0 - fpointer", (char*)NULL, (void*) NULL, 0);
46527 G__memfunc_setup("AddFormula",991,G__G__Hist_227_0_8, 105, -1, G__defined_typename("Int_t"), 0, 1, 3, 1, 0, "U 'TFormulaPrimitive' - 0 - formula", (char*)NULL, (void*) G__func2void( (Int_t (*)(TFormulaPrimitive*))(&TFormulaPrimitive::AddFormula) ), 0);
46528 G__memfunc_setup("FindFormula",1111,G__G__Hist_227_0_9, 85, G__get_linked_tagnum(&G__G__HistLN_TFormulaPrimitive), -1, 0, 1, 3, 1, 0, "C - - 10 - name", (char*)NULL, (void*) G__func2void( (TFormulaPrimitive* (*)(const char*))(&TFormulaPrimitive::FindFormula) ), 0);
46529 G__memfunc_setup("FindFormula",1111,G__G__Hist_227_0_10, 85, G__get_linked_tagnum(&G__G__HistLN_TFormulaPrimitive), -1, 0, 2, 3, 1, 0,
46530 "C - - 10 - name C - - 10 - args", (char*)NULL, (void*) G__func2void( (TFormulaPrimitive* (*)(const char*, const char*))(&TFormulaPrimitive::FindFormula) ), 0);
46531 G__memfunc_setup("FindFormula",1111,G__G__Hist_227_0_11, 85, G__get_linked_tagnum(&G__G__HistLN_TFormulaPrimitive), -1, 0, 2, 3, 1, 0,
46532 "C - - 10 - name h - 'UInt_t' 0 - nargs", (char*)NULL, (void*) G__func2void( (TFormulaPrimitive* (*)(const char*, UInt_t))(&TFormulaPrimitive::FindFormula) ), 0);
46533 G__memfunc_setup("Eval",392,G__G__Hist_227_0_12, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "D - 'Double_t' 0 - x", "eval primitive function", (void*) NULL, 0);
46534 G__memfunc_setup("Eval",392,G__G__Hist_227_0_13, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
46535 "U 'TObject' - 0 - o D - 'Double_t' 0 - x", "eval member function", (void*) NULL, 0);
46536 G__memfunc_setup("Eval",392,G__G__Hist_227_0_14, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
46537 "D - 'Double_t' 0 - x D - 'Double_t' 0 - param", "eval primitive parametric function", (void*) NULL, 0);
46538 G__memfunc_setup("Class",502,G__G__Hist_227_0_15, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TFormulaPrimitive::Class) ), 0);
46539 G__memfunc_setup("Class_Name",982,G__G__Hist_227_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFormulaPrimitive::Class_Name) ), 0);
46540 G__memfunc_setup("Class_Version",1339,G__G__Hist_227_0_17, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TFormulaPrimitive::Class_Version) ), 0);
46541 G__memfunc_setup("Dictionary",1046,G__G__Hist_227_0_18, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TFormulaPrimitive::Dictionary) ), 0);
46542 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46543 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46544 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46545 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_227_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46546 G__memfunc_setup("DeclFileName",1145,G__G__Hist_227_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFormulaPrimitive::DeclFileName) ), 0);
46547 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_227_0_24, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TFormulaPrimitive::ImplFileLine) ), 0);
46548 G__memfunc_setup("ImplFileName",1171,G__G__Hist_227_0_25, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFormulaPrimitive::ImplFileName) ), 0);
46549 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_227_0_26, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TFormulaPrimitive::DeclFileLine) ), 0);
46550
46551 G__memfunc_setup("~TFormulaPrimitive", 1889, G__G__Hist_227_0_27, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
46552 G__tag_memfunc_reset();
46553 }
46554
46555 static void G__setup_memfuncTFormula(void) {
46556
46557 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TFormula));
46558 G__memfunc_setup("PreCompile",1008,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
46559 G__memfunc_setup("CheckOperands",1306,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 2, 0,
46560 "i - 'Int_t' 0 - operation i - 'Int_t' 1 - err", (char*)NULL, (void*) NULL, 1);
46561 G__memfunc_setup("CheckOperands",1306,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 2, 0,
46562 "i - 'Int_t' 0 - leftoperand i - 'Int_t' 0 - rightoperartion "
46563 "i - 'Int_t' 1 - err", (char*)NULL, (void*) NULL, 1);
46564 G__memfunc_setup("StringToNumber",1443,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 2, 0, "i - 'Int_t' 0 - code", (char*)NULL, (void*) NULL, 1);
46565 G__memfunc_setup("MakePrimitive",1335,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0,
46566 "C - - 10 - expr i - 'Int_t' 0 - pos", (char*)NULL, (void*) NULL, 0);
46567 G__memfunc_setup("GetOper",694,(G__InterfaceMethod) NULL, 73, -1, G__defined_typename("Int_t"), 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 0);
46568 G__memfunc_setup("GetAction",894,(G__InterfaceMethod) NULL, 115, -1, G__defined_typename("Short_t"), 0, 1, 1, 2, 8, "i - 'Int_t' 0 - code", (char*)NULL, (void*) NULL, 0);
46569 G__memfunc_setup("GetActionParam",1391,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 8, "i - 'Int_t' 0 - code", (char*)NULL, (void*) NULL, 0);
46570 G__memfunc_setup("SetAction",906,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0,
46571 "i - 'Int_t' 0 - code i - 'Int_t' 0 - value "
46572 "i - 'Int_t' 0 '0' param", (char*)NULL, (void*) NULL, 0);
46573 G__memfunc_setup("GetOperOptimized",1643,(G__InterfaceMethod) NULL, 73, -1, G__defined_typename("Int_t"), 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 0);
46574 G__memfunc_setup("GetActionOptimized",1843,(G__InterfaceMethod) NULL, 115, -1, G__defined_typename("Short_t"), 0, 1, 1, 2, 8, "i - 'Int_t' 0 - code", (char*)NULL, (void*) NULL, 0);
46575 G__memfunc_setup("GetActionParamOptimized",2340,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 8, "i - 'Int_t' 0 - code", (char*)NULL, (void*) NULL, 0);
46576 G__memfunc_setup("SetActionOptimized",1855,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0,
46577 "i - 'Int_t' 0 - code i - 'Int_t' 0 - value "
46578 "i - 'Int_t' 0 '0' param", (char*)NULL, (void*) NULL, 0);
46579 G__memfunc_setup("ClearFormula",1213,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
46580 G__memfunc_setup("IsString",819,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 2, 8, "i - 'Int_t' 0 - oper", (char*)NULL, (void*) NULL, 1);
46581 G__memfunc_setup("Convert",737,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "h - 'UInt_t' 0 - fromVersion", (char*)NULL, (void*) NULL, 1);
46582 G__memfunc_setup("EvalParFast",1081,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 2, 0,
46583 "D - 'Double_t' 10 - x D - 'Double_t' 10 - params", (char*)NULL, (void*) NULL, 0);
46584 G__memfunc_setup("EvalPrimitive",1345,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 2, 0,
46585 "D - 'Double_t' 10 - x D - 'Double_t' 10 - params", (char*)NULL, (void*) NULL, 0);
46586 G__memfunc_setup("EvalPrimitive0",1393,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 2, 0,
46587 "D - 'Double_t' 10 - x D - 'Double_t' 10 - params", (char*)NULL, (void*) NULL, 0);
46588 G__memfunc_setup("EvalPrimitive1",1394,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 2, 0,
46589 "D - 'Double_t' 10 - x D - 'Double_t' 10 - params", (char*)NULL, (void*) NULL, 0);
46590 G__memfunc_setup("EvalPrimitive2",1395,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 2, 0,
46591 "D - 'Double_t' 10 - x D - 'Double_t' 10 - params", (char*)NULL, (void*) NULL, 0);
46592 G__memfunc_setup("EvalPrimitive3",1396,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 2, 0,
46593 "D - 'Double_t' 10 - x D - 'Double_t' 10 - params", (char*)NULL, (void*) NULL, 0);
46594 G__memfunc_setup("EvalPrimitive4",1397,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 2, 0,
46595 "D - 'Double_t' 10 - x D - 'Double_t' 10 - params", (char*)NULL, (void*) NULL, 0);
46596 G__memfunc_setup("TFormula",810,G__G__Hist_229_0_24, 105, G__get_linked_tagnum(&G__G__HistLN_TFormula), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46597 G__memfunc_setup("TFormula",810,G__G__Hist_229_0_25, 105, G__get_linked_tagnum(&G__G__HistLN_TFormula), -1, 0, 2, 1, 1, 0,
46598 "C - - 10 - name C - - 10 - formula", (char*)NULL, (void*) NULL, 0);
46599 G__memfunc_setup("TFormula",810,G__G__Hist_229_0_26, 105, G__get_linked_tagnum(&G__G__HistLN_TFormula), -1, 0, 1, 1, 1, 0, "u 'TFormula' - 11 - formula", (char*)NULL, (void*) NULL, 0);
46600 G__memfunc_setup("operator=",937,G__G__Hist_229_0_27, 117, G__get_linked_tagnum(&G__G__HistLN_TFormula), -1, 1, 1, 1, 1, 0, "u 'TFormula' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
46601 G__memfunc_setup("Optimize",849,G__G__Hist_229_0_28, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46602 G__memfunc_setup("Analyze",724,G__G__Hist_229_0_29, 121, -1, -1, 0, 3, 1, 1, 0,
46603 "C - - 10 - schain i - 'Int_t' 1 - err "
46604 "i - 'Int_t' 0 '0' offset", (char*)NULL, (void*) NULL, 1);
46605 G__memfunc_setup("AnalyzeFunction",1562,G__G__Hist_229_0_30, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0,
46606 "u 'TString' - 1 - chaine i - 'Int_t' 1 - err "
46607 "i - 'Int_t' 0 '0' offset", (char*)NULL, (void*) NULL, 1);
46608 G__memfunc_setup("Compile",713,G__G__Hist_229_0_31, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "C - - 10 '\"\"' expression", (char*)NULL, (void*) NULL, 1);
46609 G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - formula", (char*)NULL, (void*) NULL, 1);
46610 G__memfunc_setup("Clear",487,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
46611 G__memfunc_setup("DefinedString",1318,G__G__Hist_229_0_34, 67, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - code", (char*)NULL, (void*) NULL, 1);
46612 G__memfunc_setup("DefinedValue",1196,G__G__Hist_229_0_35, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - code", (char*)NULL, (void*) NULL, 1);
46613 G__memfunc_setup("DefinedVariable",1493,G__G__Hist_229_0_36, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
46614 "u 'TString' - 1 - variable i - 'Int_t' 1 - action", (char*)NULL, (void*) NULL, 1);
46615 G__memfunc_setup("Eval",392,G__G__Hist_229_0_37, 100, -1, G__defined_typename("Double_t"), 0, 4, 1, 1, 8,
46616 "d - 'Double_t' 0 - x d - 'Double_t' 0 '0' y "
46617 "d - 'Double_t' 0 '0' z d - 'Double_t' 0 '0' t", (char*)NULL, (void*) NULL, 1);
46618 G__memfunc_setup("EvalParOld",970,G__G__Hist_229_0_38, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
46619 "D - 'Double_t' 10 - x D - 'Double_t' 10 '0' params", (char*)NULL, (void*) NULL, 1);
46620 G__memfunc_setup("EvalPar",683,G__G__Hist_229_0_39, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
46621 "D - 'Double_t' 10 - x D - 'Double_t' 10 '0' params", (char*)NULL, (void*) NULL, 1);
46622 G__memfunc_setup("GetLinearPart",1298,G__G__Hist_229_0_40, 85, G__get_linked_tagnum(&G__G__HistLN_TObject), -1, 0, 1, 1, 1, 1, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 1);
46623 G__memfunc_setup("GetNdim",680,G__G__Hist_229_0_41, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46624 G__memfunc_setup("GetNpar",689,G__G__Hist_229_0_42, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46625 G__memfunc_setup("GetNumber",905,G__G__Hist_229_0_43, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46626 G__memfunc_setup("GetExpFormula",1315,G__G__Hist_229_0_44, 117, G__get_linked_tagnum(&G__G__HistLN_TString), -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
46627 G__memfunc_setup("GetParameter",1217,G__G__Hist_229_0_45, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - ipar", (char*)NULL, (void*) NULL, 0);
46628 G__memfunc_setup("GetParameter",1217,G__G__Hist_229_0_46, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "C - - 10 - name", (char*)NULL, (void*) NULL, 0);
46629 G__memfunc_setup("GetParameters",1332,G__G__Hist_229_0_47, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46630 G__memfunc_setup("GetParameters",1332,G__G__Hist_229_0_48, 121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 0 - params", (char*)NULL, (void*) NULL, 1);
46631 G__memfunc_setup("GetParName",964,G__G__Hist_229_0_49, 67, -1, -1, 0, 1, 1, 1, 9, "i - 'Int_t' 0 - ipar", (char*)NULL, (void*) NULL, 1);
46632 G__memfunc_setup("GetParNumber",1196,G__G__Hist_229_0_50, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
46633 G__memfunc_setup("IsLinear",791,G__G__Hist_229_0_51, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
46634 G__memfunc_setup("IsNormalized",1233,G__G__Hist_229_0_52, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
46635 G__memfunc_setup("Print",525,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 1);
46636 G__memfunc_setup("ProcessLinear",1338,G__G__Hist_229_0_54, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TString' - 1 - replaceformula", (char*)NULL, (void*) NULL, 1);
46637 G__memfunc_setup("SetNumber",917,G__G__Hist_229_0_55, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - number", (char*)NULL, (void*) NULL, 1);
46638 G__memfunc_setup("SetParameter",1229,G__G__Hist_229_0_56, 121, -1, -1, 0, 2, 1, 1, 0,
46639 "C - - 10 - name d - 'Double_t' 0 - parvalue", (char*)NULL, (void*) NULL, 1);
46640 G__memfunc_setup("SetParameter",1229,G__G__Hist_229_0_57, 121, -1, -1, 0, 2, 1, 1, 0,
46641 "i - 'Int_t' 0 - ipar d - 'Double_t' 0 - parvalue", (char*)NULL, (void*) NULL, 1);
46642 G__memfunc_setup("SetParameters",1344,G__G__Hist_229_0_58, 121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 10 - params", (char*)NULL, (void*) NULL, 1);
46643 G__memfunc_setup("SetParameters",1344,G__G__Hist_229_0_59, 121, -1, -1, 0, 11, 1, 1, 0,
46644 "d - 'Double_t' 0 - p0 d - 'Double_t' 0 - p1 "
46645 "d - 'Double_t' 0 '0' p2 d - 'Double_t' 0 '0' p3 "
46646 "d - 'Double_t' 0 '0' p4 d - 'Double_t' 0 '0' p5 "
46647 "d - 'Double_t' 0 '0' p6 d - 'Double_t' 0 '0' p7 "
46648 "d - 'Double_t' 0 '0' p8 d - 'Double_t' 0 '0' p9 "
46649 "d - 'Double_t' 0 '0' p10", "*MENU*", (void*) NULL, 1);
46650 G__memfunc_setup("SetParName",976,G__G__Hist_229_0_60, 121, -1, -1, 0, 2, 1, 1, 0,
46651 "i - 'Int_t' 0 - ipar C - - 10 - name", (char*)NULL, (void*) NULL, 1);
46652 G__memfunc_setup("SetParNames",1091,G__G__Hist_229_0_61, 121, -1, -1, 0, 11, 1, 1, 0,
46653 "C - - 10 '\"p0\"' name0 C - - 10 '\"p1\"' name1 "
46654 "C - - 10 '\"p2\"' name2 C - - 10 '\"p3\"' name3 "
46655 "C - - 10 '\"p4\"' name4 C - - 10 '\"p5\"' name5 "
46656 "C - - 10 '\"p6\"' name6 C - - 10 '\"p7\"' name7 "
46657 "C - - 10 '\"p8\"' name8 C - - 10 '\"p9\"' name9 "
46658 "C - - 10 '\"p10\"' name10", "*MENU*", (void*) NULL, 1);
46659 G__memfunc_setup("Update",611,G__G__Hist_229_0_62, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
46660 G__memfunc_setup("SetMaxima",905,G__G__Hist_229_0_63, 121, -1, -1, 0, 3, 3, 1, 0,
46661 "i - 'Int_t' 0 '1000' maxop i - 'Int_t' 0 '1000' maxpar "
46662 "i - 'Int_t' 0 '1000' maxconst", (char*)NULL, (void*) G__func2void( (void (*)(Int_t, Int_t, Int_t))(&TFormula::SetMaxima) ), 0);
46663 G__memfunc_setup("Class",502,G__G__Hist_229_0_64, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TFormula::Class) ), 0);
46664 G__memfunc_setup("Class_Name",982,G__G__Hist_229_0_65, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFormula::Class_Name) ), 0);
46665 G__memfunc_setup("Class_Version",1339,G__G__Hist_229_0_66, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TFormula::Class_Version) ), 0);
46666 G__memfunc_setup("Dictionary",1046,G__G__Hist_229_0_67, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TFormula::Dictionary) ), 0);
46667 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46668 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46669 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46670 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_229_0_71, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46671 G__memfunc_setup("DeclFileName",1145,G__G__Hist_229_0_72, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFormula::DeclFileName) ), 0);
46672 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_229_0_73, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TFormula::ImplFileLine) ), 0);
46673 G__memfunc_setup("ImplFileName",1171,G__G__Hist_229_0_74, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFormula::ImplFileName) ), 0);
46674 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_229_0_75, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TFormula::DeclFileLine) ), 0);
46675
46676 G__memfunc_setup("~TFormula", 936, G__G__Hist_229_0_76, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46677 G__tag_memfunc_reset();
46678 }
46679
46680 static void G__setup_memfuncTF12(void) {
46681
46682 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TF12));
46683 G__memfunc_setup("TF12",253,G__G__Hist_235_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TF12), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46684 G__memfunc_setup("TF12",253,G__G__Hist_235_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TF12), -1, 0, 4, 1, 1, 0,
46685 "C - - 10 - name U 'TF2' - 0 - f2 "
46686 "d - 'Double_t' 0 - xy C - 'Option_t' 10 '\"x\"' option", (char*)NULL, (void*) NULL, 0);
46687 G__memfunc_setup("TF12",253,G__G__Hist_235_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TF12), -1, 0, 1, 1, 1, 0, "u 'TF12' - 11 - f12", (char*)NULL, (void*) NULL, 0);
46688 G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - f12", (char*)NULL, (void*) NULL, 1);
46689 G__memfunc_setup("DrawCopy",809,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TF1), -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
46690 G__memfunc_setup("Eval",392,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 4, 1, 1, 8,
46691 "d - 'Double_t' 0 - x d - 'Double_t' 0 '0' y "
46692 "d - 'Double_t' 0 '0' z d - 'Double_t' 0 '0' t", (char*)NULL, (void*) NULL, 1);
46693 G__memfunc_setup("EvalPar",683,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
46694 "D - 'Double_t' 10 - x D - 'Double_t' 10 '0' params", (char*)NULL, (void*) NULL, 1);
46695 G__memfunc_setup("GetXY",465,G__G__Hist_235_0_8, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46696 G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
46697 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
46698 G__memfunc_setup("SetXY",477,G__G__Hist_235_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - xy", "*MENU*", (void*) NULL, 1);
46699 G__memfunc_setup("Class",502,G__G__Hist_235_0_11, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TF12::Class) ), 0);
46700 G__memfunc_setup("Class_Name",982,G__G__Hist_235_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TF12::Class_Name) ), 0);
46701 G__memfunc_setup("Class_Version",1339,G__G__Hist_235_0_13, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TF12::Class_Version) ), 0);
46702 G__memfunc_setup("Dictionary",1046,G__G__Hist_235_0_14, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TF12::Dictionary) ), 0);
46703 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46704 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46705 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46706 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_235_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46707 G__memfunc_setup("DeclFileName",1145,G__G__Hist_235_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TF12::DeclFileName) ), 0);
46708 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_235_0_20, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TF12::ImplFileLine) ), 0);
46709 G__memfunc_setup("ImplFileName",1171,G__G__Hist_235_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TF12::ImplFileName) ), 0);
46710 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_235_0_22, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TF12::DeclFileLine) ), 0);
46711
46712 G__memfunc_setup("~TF12", 379, G__G__Hist_235_0_23, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46713 G__tag_memfunc_reset();
46714 }
46715
46716 static void G__setup_memfuncTF3(void) {
46717
46718 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TF3));
46719 G__memfunc_setup("TF3",205,G__G__Hist_236_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TF3), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46720 G__memfunc_setup("TF3",205,G__G__Hist_236_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TF3), -1, 0, 8, 1, 1, 0,
46721 "C - - 10 - name C - - 10 - formula "
46722 "d - 'Double_t' 0 '0' xmin d - 'Double_t' 0 '1' xmax "
46723 "d - 'Double_t' 0 '0' ymin d - 'Double_t' 0 '1' ymax "
46724 "d - 'Double_t' 0 '0' zmin d - 'Double_t' 0 '1' zmax", (char*)NULL, (void*) NULL, 0);
46725 G__memfunc_setup("TF3",205,G__G__Hist_236_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TF3), -1, 0, 9, 1, 1, 0,
46726 "C - - 10 - name Y - - 0 - fcn "
46727 "d - 'Double_t' 0 '0' xmin d - 'Double_t' 0 '1' xmax "
46728 "d - 'Double_t' 0 '0' ymin d - 'Double_t' 0 '1' ymax "
46729 "d - 'Double_t' 0 '0' zmin d - 'Double_t' 0 '1' zmax "
46730 "i - 'Int_t' 0 '0' npar", (char*)NULL, (void*) NULL, 0);
46731 G__memfunc_setup("TF3",205,G__G__Hist_236_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_TF3), -1, 0, 9, 1, 1, 0,
46732 "C - - 10 - name u 'ROOT::Math::ParamFunctor' - 0 - f "
46733 "d - 'Double_t' 0 '0' xmin d - 'Double_t' 0 '1' xmax "
46734 "d - 'Double_t' 0 '0' ymin d - 'Double_t' 0 '1' ymax "
46735 "d - 'Double_t' 0 '0' zmin d - 'Double_t' 0 '1' zmax "
46736 "i - 'Int_t' 0 '0' npar", (char*)NULL, (void*) NULL, 0);
46737 G__memfunc_setup("TF3",205,G__G__Hist_236_0_5, 105, G__get_linked_tagnum(&G__G__HistLN_TF3), -1, 0, 10, 1, 1, 0,
46738 "C - - 10 - name Y - - 0 - ptr "
46739 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - xmax "
46740 "d - 'Double_t' 0 - ymin d - 'Double_t' 0 - ymax "
46741 "d - 'Double_t' 0 - zmin d - 'Double_t' 0 - zmax "
46742 "i - 'Int_t' 0 - npar C - - 10 - className", (char*)NULL, (void*) NULL, 0);
46743 G__memfunc_setup("TF3",205,G__G__Hist_236_0_6, 105, G__get_linked_tagnum(&G__G__HistLN_TF3), -1, 0, 12, 1, 1, 0,
46744 "C - - 10 - name Y - - 0 - ptr "
46745 "Y - - 0 - - d - 'Double_t' 0 - xmin "
46746 "d - 'Double_t' 0 - xmax d - 'Double_t' 0 - ymin "
46747 "d - 'Double_t' 0 - ymax d - 'Double_t' 0 - zmin "
46748 "d - 'Double_t' 0 - zmax i - 'Int_t' 0 - npar "
46749 "C - - 10 - className C - - 10 '0' methodName", (char*)NULL, (void*) NULL, 0);
46750 G__memfunc_setup("TF3",205,G__G__Hist_236_0_7, 105, G__get_linked_tagnum(&G__G__HistLN_TF3), -1, 0, 1, 1, 1, 0, "u 'TF3' - 11 - f3", (char*)NULL, (void*) NULL, 0);
46751 G__memfunc_setup("operator=",937,G__G__Hist_236_0_8, 117, G__get_linked_tagnum(&G__G__HistLN_TF3), -1, 1, 1, 1, 1, 0, "u 'TF3' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
46752 G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - f3", (char*)NULL, (void*) NULL, 1);
46753 G__memfunc_setup("DistancetoPrimitive",1991,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
46754 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
46755 G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
46756 G__memfunc_setup("DrawDerivative",1441,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TObject), -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"al\"' -", (char*)NULL, (void*) NULL, 1);
46757 G__memfunc_setup("DrawIntegral",1220,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TObject), -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"al\"' -", (char*)NULL, (void*) NULL, 1);
46758 G__memfunc_setup("ExecuteEvent",1237,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
46759 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
46760 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
46761 G__memfunc_setup("GetMinimumXYZ",1287,G__G__Hist_236_0_15, 121, -1, -1, 0, 3, 1, 1, 0,
46762 "d - 'Double_t' 1 - x d - 'Double_t' 1 - y "
46763 "d - 'Double_t' 1 - z", (char*)NULL, (void*) NULL, 1);
46764 G__memfunc_setup("GetNpz",600,G__G__Hist_236_0_16, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46765 G__memfunc_setup("GetRandom3",948,G__G__Hist_236_0_17, 121, -1, -1, 0, 3, 1, 1, 0,
46766 "d - 'Double_t' 1 - xrandom d - 'Double_t' 1 - yrandom "
46767 "d - 'Double_t' 1 - zrandom", (char*)NULL, (void*) NULL, 1);
46768 G__memfunc_setup("GetRange",781,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 8,
46769 "d - 'Double_t' 1 - xmin d - 'Double_t' 1 - xmax", (char*)NULL, (void*) NULL, 1);
46770 G__memfunc_setup("GetRange",781,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 8,
46771 "d - 'Double_t' 1 - xmin d - 'Double_t' 1 - ymin "
46772 "d - 'Double_t' 1 - xmax d - 'Double_t' 1 - ymax", (char*)NULL, (void*) NULL, 1);
46773 G__memfunc_setup("GetRange",781,(G__InterfaceMethod) NULL,121, -1, -1, 0, 6, 1, 1, 8,
46774 "d - 'Double_t' 1 - xmin d - 'Double_t' 1 - ymin "
46775 "d - 'Double_t' 1 - zmin d - 'Double_t' 1 - xmax "
46776 "d - 'Double_t' 1 - ymax d - 'Double_t' 1 - zmax", (char*)NULL, (void*) NULL, 1);
46777 G__memfunc_setup("GetSave",687,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "D - 'Double_t' 10 - x", (char*)NULL, (void*) NULL, 1);
46778 G__memfunc_setup("GetZmin",702,G__G__Hist_236_0_22, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46779 G__memfunc_setup("GetZmax",704,G__G__Hist_236_0_23, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46780 G__memfunc_setup("Integral",822,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 4, 1, 1, 0,
46781 "d - 'Double_t' 0 - a d - 'Double_t' 0 - b "
46782 "D - 'Double_t' 10 '0' params d - 'Double_t' 0 '0.000001' epsilon", (char*)NULL, (void*) NULL, 1);
46783 G__memfunc_setup("Integral",822,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 5, 1, 1, 0,
46784 "d - 'Double_t' 0 - ax d - 'Double_t' 0 - bx "
46785 "d - 'Double_t' 0 - ay d - 'Double_t' 0 - by "
46786 "d - 'Double_t' 0 '0.000001' epsilon", (char*)NULL, (void*) NULL, 1);
46787 G__memfunc_setup("Integral",822,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 7, 1, 1, 0,
46788 "d - 'Double_t' 0 - ax d - 'Double_t' 0 - bx "
46789 "d - 'Double_t' 0 - ay d - 'Double_t' 0 - by "
46790 "d - 'Double_t' 0 - az d - 'Double_t' 0 - bz "
46791 "d - 'Double_t' 0 '0.000001' epsilon", (char*)NULL, (void*) NULL, 1);
46792 G__memfunc_setup("IsInside",792,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "D - 'Double_t' 10 - x", (char*)NULL, (void*) NULL, 1);
46793 G__memfunc_setup("CreateHistogram",1538,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
46794 G__memfunc_setup("Paint",508,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
46795 G__memfunc_setup("Save",399,(G__InterfaceMethod) NULL,121, -1, -1, 0, 6, 1, 1, 0,
46796 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - xmax "
46797 "d - 'Double_t' 0 - ymin d - 'Double_t' 0 - ymax "
46798 "d - 'Double_t' 0 - zmin d - 'Double_t' 0 - zmax", (char*)NULL, (void*) NULL, 1);
46799 G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
46800 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
46801 G__memfunc_setup("SetClippingBoxOff",1702,G__G__Hist_236_0_32, 121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 1);
46802 G__memfunc_setup("SetClippingBoxOn",1608,G__G__Hist_236_0_33, 121, -1, -1, 0, 3, 1, 1, 0,
46803 "d - 'Double_t' 0 '0' xclip d - 'Double_t' 0 '0' yclip "
46804 "d - 'Double_t' 0 '0' zclip", "*MENU*", (void*) NULL, 1);
46805 G__memfunc_setup("SetNpz",612,G__G__Hist_236_0_34, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '30' npz", (char*)NULL, (void*) NULL, 1);
46806 G__memfunc_setup("SetRange",793,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
46807 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - xmax", (char*)NULL, (void*) NULL, 1);
46808 G__memfunc_setup("SetRange",793,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0,
46809 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - ymin "
46810 "d - 'Double_t' 0 - xmax d - 'Double_t' 0 - ymax", (char*)NULL, (void*) NULL, 1);
46811 G__memfunc_setup("SetRange",793,(G__InterfaceMethod) NULL,121, -1, -1, 0, 6, 1, 1, 0,
46812 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - ymin "
46813 "d - 'Double_t' 0 - zmin d - 'Double_t' 0 - xmax "
46814 "d - 'Double_t' 0 - ymax d - 'Double_t' 0 - zmax", "*MENU*", (void*) NULL, 1);
46815 G__memfunc_setup("Moment3",675,G__G__Hist_236_0_38, 100, -1, G__defined_typename("Double_t"), 0, 10, 1, 1, 0,
46816 "d - 'Double_t' 0 - nx d - 'Double_t' 0 - ax "
46817 "d - 'Double_t' 0 - bx d - 'Double_t' 0 - ny "
46818 "d - 'Double_t' 0 - ay d - 'Double_t' 0 - by "
46819 "d - 'Double_t' 0 - nz d - 'Double_t' 0 - az "
46820 "d - 'Double_t' 0 - bz d - 'Double_t' 0 '0.000001' epsilon", (char*)NULL, (void*) NULL, 1);
46821 G__memfunc_setup("CentralMoment3",1388,G__G__Hist_236_0_39, 100, -1, G__defined_typename("Double_t"), 0, 10, 1, 1, 0,
46822 "d - 'Double_t' 0 - nx d - 'Double_t' 0 - ax "
46823 "d - 'Double_t' 0 - bx d - 'Double_t' 0 - ny "
46824 "d - 'Double_t' 0 - ay d - 'Double_t' 0 - by "
46825 "d - 'Double_t' 0 - nz d - 'Double_t' 0 - az "
46826 "d - 'Double_t' 0 - bz d - 'Double_t' 0 '0.000001' epsilon", (char*)NULL, (void*) NULL, 1);
46827 G__memfunc_setup("Mean3X",524,G__G__Hist_236_0_40, 100, -1, G__defined_typename("Double_t"), 0, 7, 1, 1, 0,
46828 "d - 'Double_t' 0 - ax d - 'Double_t' 0 - bx "
46829 "d - 'Double_t' 0 - ay d - 'Double_t' 0 - by "
46830 "d - 'Double_t' 0 - az d - 'Double_t' 0 - bz "
46831 "d - 'Double_t' 0 '0.000001' epsilon", (char*)NULL, (void*) NULL, 1);
46832 G__memfunc_setup("Mean3Y",525,G__G__Hist_236_0_41, 100, -1, G__defined_typename("Double_t"), 0, 7, 1, 1, 0,
46833 "d - 'Double_t' 0 - ax d - 'Double_t' 0 - bx "
46834 "d - 'Double_t' 0 - ay d - 'Double_t' 0 - by "
46835 "d - 'Double_t' 0 - az d - 'Double_t' 0 - bz "
46836 "d - 'Double_t' 0 '0.000001' epsilon", (char*)NULL, (void*) NULL, 1);
46837 G__memfunc_setup("Mean3Z",526,G__G__Hist_236_0_42, 100, -1, G__defined_typename("Double_t"), 0, 7, 1, 1, 0,
46838 "d - 'Double_t' 0 - ax d - 'Double_t' 0 - bx "
46839 "d - 'Double_t' 0 - ay d - 'Double_t' 0 - by "
46840 "d - 'Double_t' 0 - az d - 'Double_t' 0 - bz "
46841 "d - 'Double_t' 0 '0.000001' epsilon", (char*)NULL, (void*) NULL, 1);
46842 G__memfunc_setup("Variance3X",948,G__G__Hist_236_0_43, 100, -1, G__defined_typename("Double_t"), 0, 7, 1, 1, 0,
46843 "d - 'Double_t' 0 - ax d - 'Double_t' 0 - bx "
46844 "d - 'Double_t' 0 - ay d - 'Double_t' 0 - by "
46845 "d - 'Double_t' 0 - az d - 'Double_t' 0 - bz "
46846 "d - 'Double_t' 0 '0.000001' epsilon", (char*)NULL, (void*) NULL, 1);
46847 G__memfunc_setup("Variance3Y",949,G__G__Hist_236_0_44, 100, -1, G__defined_typename("Double_t"), 0, 7, 1, 1, 0,
46848 "d - 'Double_t' 0 - ax d - 'Double_t' 0 - bx "
46849 "d - 'Double_t' 0 - ay d - 'Double_t' 0 - by "
46850 "d - 'Double_t' 0 - az d - 'Double_t' 0 - bz "
46851 "d - 'Double_t' 0 '0.000001' epsilon", (char*)NULL, (void*) NULL, 1);
46852 G__memfunc_setup("Variance3Z",950,G__G__Hist_236_0_45, 100, -1, G__defined_typename("Double_t"), 0, 7, 1, 1, 0,
46853 "d - 'Double_t' 0 - ax d - 'Double_t' 0 - bx "
46854 "d - 'Double_t' 0 - ay d - 'Double_t' 0 - by "
46855 "d - 'Double_t' 0 - az d - 'Double_t' 0 - bz "
46856 "d - 'Double_t' 0 '0.000001' epsilon", (char*)NULL, (void*) NULL, 1);
46857 G__memfunc_setup("Covariance3XY",1247,G__G__Hist_236_0_46, 100, -1, G__defined_typename("Double_t"), 0, 7, 1, 1, 0,
46858 "d - 'Double_t' 0 - ax d - 'Double_t' 0 - bx "
46859 "d - 'Double_t' 0 - ay d - 'Double_t' 0 - by "
46860 "d - 'Double_t' 0 - az d - 'Double_t' 0 - bz "
46861 "d - 'Double_t' 0 '0.000001' epsilon", (char*)NULL, (void*) NULL, 1);
46862 G__memfunc_setup("Covariance3XZ",1248,G__G__Hist_236_0_47, 100, -1, G__defined_typename("Double_t"), 0, 7, 1, 1, 0,
46863 "d - 'Double_t' 0 - ax d - 'Double_t' 0 - bx "
46864 "d - 'Double_t' 0 - ay d - 'Double_t' 0 - by "
46865 "d - 'Double_t' 0 - az d - 'Double_t' 0 - bz "
46866 "d - 'Double_t' 0 '0.000001' epsilon", (char*)NULL, (void*) NULL, 1);
46867 G__memfunc_setup("Covariance3YZ",1249,G__G__Hist_236_0_48, 100, -1, G__defined_typename("Double_t"), 0, 7, 1, 1, 0,
46868 "d - 'Double_t' 0 - ax d - 'Double_t' 0 - bx "
46869 "d - 'Double_t' 0 - ay d - 'Double_t' 0 - by "
46870 "d - 'Double_t' 0 - az d - 'Double_t' 0 - bz "
46871 "d - 'Double_t' 0 '0.000001' epsilon", (char*)NULL, (void*) NULL, 1);
46872 G__memfunc_setup("Class",502,G__G__Hist_236_0_49, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TF3::Class) ), 0);
46873 G__memfunc_setup("Class_Name",982,G__G__Hist_236_0_50, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TF3::Class_Name) ), 0);
46874 G__memfunc_setup("Class_Version",1339,G__G__Hist_236_0_51, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TF3::Class_Version) ), 0);
46875 G__memfunc_setup("Dictionary",1046,G__G__Hist_236_0_52, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TF3::Dictionary) ), 0);
46876 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46877 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46878 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46879 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_236_0_56, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46880 G__memfunc_setup("DeclFileName",1145,G__G__Hist_236_0_57, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TF3::DeclFileName) ), 0);
46881 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_236_0_58, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TF3::ImplFileLine) ), 0);
46882 G__memfunc_setup("ImplFileName",1171,G__G__Hist_236_0_59, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TF3::ImplFileName) ), 0);
46883 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_236_0_60, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TF3::DeclFileLine) ), 0);
46884
46885 G__memfunc_setup("~TF3", 331, G__G__Hist_236_0_61, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46886 G__tag_memfunc_reset();
46887 }
46888
46889 static void G__setup_memfuncTFractionFitter(void) {
46890
46891 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TFractionFitter));
46892 G__memfunc_setup("TFractionFitter",1528,G__G__Hist_272_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TFractionFitter), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46893 G__memfunc_setup("TFractionFitter",1528,G__G__Hist_272_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TFractionFitter), -1, 0, 2, 1, 1, 0,
46894 "U 'TH1' - 0 - data U 'TObjArray' - 0 - MCs", (char*)NULL, (void*) NULL, 0);
46895 G__memfunc_setup("GetFitter",910,G__G__Hist_272_0_3, 85, G__get_linked_tagnum(&G__G__HistLN_TVirtualFitter), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46896 G__memfunc_setup("ErrorAnalysis",1358,G__G__Hist_272_0_4, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - UP", (char*)NULL, (void*) NULL, 0);
46897 G__memfunc_setup("SetRangeX",881,G__G__Hist_272_0_5, 121, -1, -1, 0, 2, 1, 1, 0,
46898 "i - 'Int_t' 0 - low i - 'Int_t' 0 - high", (char*)NULL, (void*) NULL, 0);
46899 G__memfunc_setup("ReleaseRangeX",1286,G__G__Hist_272_0_6, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46900 G__memfunc_setup("SetRangeY",882,G__G__Hist_272_0_7, 121, -1, -1, 0, 2, 1, 1, 0,
46901 "i - 'Int_t' 0 - low i - 'Int_t' 0 - high", (char*)NULL, (void*) NULL, 0);
46902 G__memfunc_setup("ReleaseRangeY",1287,G__G__Hist_272_0_8, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46903 G__memfunc_setup("SetRangeZ",883,G__G__Hist_272_0_9, 121, -1, -1, 0, 2, 1, 1, 0,
46904 "i - 'Int_t' 0 - low i - 'Int_t' 0 - high", (char*)NULL, (void*) NULL, 0);
46905 G__memfunc_setup("ReleaseRangeZ",1288,G__G__Hist_272_0_10, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46906 G__memfunc_setup("Constrain",945,G__G__Hist_272_0_11, 121, -1, -1, 0, 3, 1, 1, 0,
46907 "i - 'Int_t' 0 - parm d - 'Double_t' 0 - low "
46908 "d - 'Double_t' 0 - high", (char*)NULL, (void*) NULL, 0);
46909 G__memfunc_setup("UnConstrain",1140,G__G__Hist_272_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - parm", (char*)NULL, (void*) NULL, 0);
46910 G__memfunc_setup("SetData",678,G__G__Hist_272_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TH1' - 0 - data", (char*)NULL, (void*) NULL, 0);
46911 G__memfunc_setup("SetMC",444,G__G__Hist_272_0_14, 121, -1, -1, 0, 2, 1, 1, 0,
46912 "i - 'Int_t' 0 - parm U 'TH1' - 0 - MC", (char*)NULL, (void*) NULL, 0);
46913 G__memfunc_setup("SetWeight",916,G__G__Hist_272_0_15, 121, -1, -1, 0, 2, 1, 1, 0,
46914 "i - 'Int_t' 0 - parm U 'TH1' - 0 - weight", (char*)NULL, (void*) NULL, 0);
46915 G__memfunc_setup("Fit",291,G__G__Hist_272_0_16, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46916 G__memfunc_setup("GetResult",927,G__G__Hist_272_0_17, 121, -1, -1, 0, 3, 1, 1, 8,
46917 "i - 'Int_t' 0 - parm d - 'Double_t' 1 - value "
46918 "d - 'Double_t' 1 - error", (char*)NULL, (void*) NULL, 0);
46919 G__memfunc_setup("GetPlot",703,G__G__Hist_272_0_18, 85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46920 G__memfunc_setup("GetChisquare",1221,G__G__Hist_272_0_19, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46921 G__memfunc_setup("GetNDF",504,G__G__Hist_272_0_20, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46922 G__memfunc_setup("GetProb",691,G__G__Hist_272_0_21, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46923 G__memfunc_setup("GetMCPrediction",1473,G__G__Hist_272_0_22, 85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 - parm", (char*)NULL, (void*) NULL, 0);
46924 G__memfunc_setup("CheckParNo",958,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 8, "i - 'Int_t' 0 - parm", (char*)NULL, (void*) NULL, 0);
46925 G__memfunc_setup("CheckConsistency",1648,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
46926 G__memfunc_setup("FindPrediction",1426,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 5, 1, 4, 8,
46927 "i - - 0 - bin D - - 0 - fractions "
46928 "d - - 1 - Ti i - - 1 - k0 "
46929 "d - - 1 - Aki", (char*)NULL, (void*) NULL, 0);
46930 G__memfunc_setup("ComputeFCN",948,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 5, 1, 4, 0,
46931 "i - 'Int_t' 1 - npar D - 'Double_t' 0 - gin "
46932 "d - 'Double_t' 1 - f D - 'Double_t' 0 - par "
46933 "i - 'Int_t' 0 - flag", (char*)NULL, (void*) NULL, 0);
46934 G__memfunc_setup("GetRanges",896,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 6, 1, 4, 8,
46935 "i - 'Int_t' 1 - minX i - 'Int_t' 1 - maxX "
46936 "i - 'Int_t' 1 - minY i - 'Int_t' 1 - maxY "
46937 "i - 'Int_t' 1 - minZ i - 'Int_t' 1 - maxZ", (char*)NULL, (void*) NULL, 0);
46938 G__memfunc_setup("ComputeChisquareLambda",2243,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
46939 G__memfunc_setup("Class",502,G__G__Hist_272_0_29, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TFractionFitter::Class) ), 0);
46940 G__memfunc_setup("Class_Name",982,G__G__Hist_272_0_30, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFractionFitter::Class_Name) ), 0);
46941 G__memfunc_setup("Class_Version",1339,G__G__Hist_272_0_31, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TFractionFitter::Class_Version) ), 0);
46942 G__memfunc_setup("Dictionary",1046,G__G__Hist_272_0_32, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TFractionFitter::Dictionary) ), 0);
46943 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46944 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46945 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46946 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_272_0_36, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46947 G__memfunc_setup("DeclFileName",1145,G__G__Hist_272_0_37, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFractionFitter::DeclFileName) ), 0);
46948 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_272_0_38, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TFractionFitter::ImplFileLine) ), 0);
46949 G__memfunc_setup("ImplFileName",1171,G__G__Hist_272_0_39, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFractionFitter::ImplFileName) ), 0);
46950 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_272_0_40, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TFractionFitter::DeclFileLine) ), 0);
46951
46952 G__memfunc_setup("~TFractionFitter", 1654, G__G__Hist_272_0_41, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46953 G__tag_memfunc_reset();
46954 }
46955
46956 static void G__setup_memfuncTVirtualHistPainter(void) {
46957
46958 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TVirtualHistPainter));
46959 G__memfunc_setup("DistancetoPrimitive",1991,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
46960 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 3);
46961 G__memfunc_setup("DrawPanel",894,G__G__Hist_273_0_3, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 3);
46962 G__memfunc_setup("ExecuteEvent",1237,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
46963 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
46964 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 3);
46965 G__memfunc_setup("GetContourList",1446,G__G__Hist_273_0_5, 85, G__get_linked_tagnum(&G__G__HistLN_TList), -1, 0, 1, 1, 1, 8, "d - 'Double_t' 0 - contour", (char*)NULL, (void*) NULL, 3);
46966 G__memfunc_setup("GetObjectInfo",1283,(G__InterfaceMethod) NULL,67, -1, -1, 0, 2, 1, 1, 8,
46967 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 3);
46968 G__memfunc_setup("GetStack",790,G__G__Hist_273_0_7, 85, G__get_linked_tagnum(&G__G__HistLN_TList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
46969 G__memfunc_setup("IsInside",792,G__G__Hist_273_0_8, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0,
46970 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 3);
46971 G__memfunc_setup("IsInside",792,G__G__Hist_273_0_9, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0,
46972 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y", (char*)NULL, (void*) NULL, 3);
46973 G__memfunc_setup("Paint",508,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 3);
46974 G__memfunc_setup("PaintStat",920,G__G__Hist_273_0_11, 121, -1, -1, 0, 2, 1, 1, 0,
46975 "i - 'Int_t' 0 - dostat U 'TF1' - 0 - fit", (char*)NULL, (void*) NULL, 3);
46976 G__memfunc_setup("ProcessMessage",1444,G__G__Hist_273_0_12, 121, -1, -1, 0, 2, 1, 1, 0,
46977 "C - - 10 - mess U 'TObject' - 10 - obj", (char*)NULL, (void*) NULL, 3);
46978 G__memfunc_setup("SetHistogram",1242,G__G__Hist_273_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TH1' - 0 - h", (char*)NULL, (void*) NULL, 3);
46979 G__memfunc_setup("SetStack",802,G__G__Hist_273_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TList' - 0 - stack", (char*)NULL, (void*) NULL, 3);
46980 G__memfunc_setup("MakeCuts",797,G__G__Hist_273_0_15, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "C - - 0 - cutsopt", (char*)NULL, (void*) NULL, 3);
46981 G__memfunc_setup("SetShowProjection",1770,G__G__Hist_273_0_16, 121, -1, -1, 0, 2, 1, 1, 0,
46982 "C - - 10 - option i - 'Int_t' 0 - nbins", (char*)NULL, (void*) NULL, 3);
46983 G__memfunc_setup("HistPainter",1131,G__G__Hist_273_0_17, 85, G__get_linked_tagnum(&G__G__HistLN_TVirtualHistPainter), -1, 0, 1, 3, 1, 0, "U 'TH1' - 0 - obj", (char*)NULL, (void*) G__func2void( (TVirtualHistPainter* (*)(TH1*))(&TVirtualHistPainter::HistPainter) ), 0);
46984 G__memfunc_setup("SetPainter",1023,G__G__Hist_273_0_18, 121, -1, -1, 0, 1, 3, 1, 0, "C - - 10 - painter", (char*)NULL, (void*) G__func2void( (void (*)(const char*))(&TVirtualHistPainter::SetPainter) ), 0);
46985 G__memfunc_setup("Class",502,G__G__Hist_273_0_19, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TVirtualHistPainter::Class) ), 0);
46986 G__memfunc_setup("Class_Name",982,G__G__Hist_273_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualHistPainter::Class_Name) ), 0);
46987 G__memfunc_setup("Class_Version",1339,G__G__Hist_273_0_21, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TVirtualHistPainter::Class_Version) ), 0);
46988 G__memfunc_setup("Dictionary",1046,G__G__Hist_273_0_22, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TVirtualHistPainter::Dictionary) ), 0);
46989 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46990 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46991 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46992 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_273_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46993 G__memfunc_setup("DeclFileName",1145,G__G__Hist_273_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualHistPainter::DeclFileName) ), 0);
46994 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_273_0_28, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualHistPainter::ImplFileLine) ), 0);
46995 G__memfunc_setup("ImplFileName",1171,G__G__Hist_273_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualHistPainter::ImplFileName) ), 0);
46996 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_273_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualHistPainter::DeclFileLine) ), 0);
46997
46998 G__memfunc_setup("~TVirtualHistPainter", 2084, G__G__Hist_273_0_31, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46999
47000 G__memfunc_setup("operator=", 937, G__G__Hist_273_0_32, (int) ('u'), G__get_linked_tagnum(&G__G__HistLN_TVirtualHistPainter), -1, 1, 1, 1, 1, 0, "u 'TVirtualHistPainter' - 11 - -", (char*) NULL, (void*) NULL, 0);
47001 G__tag_memfunc_reset();
47002 }
47003
47004 static void G__setup_memfuncTH2D(void) {
47005
47006 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TH2D));
47007 G__memfunc_setup("TH2D",274,G__G__Hist_274_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TH2D), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47008 G__memfunc_setup("TH2D",274,G__G__Hist_274_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TH2D), -1, 0, 8, 1, 1, 0,
47009 "C - - 10 - name C - - 10 - title "
47010 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
47011 "d - 'Double_t' 0 - xup i - 'Int_t' 0 - nbinsy "
47012 "d - 'Double_t' 0 - ylow d - 'Double_t' 0 - yup", (char*)NULL, (void*) NULL, 0);
47013 G__memfunc_setup("TH2D",274,G__G__Hist_274_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TH2D), -1, 0, 7, 1, 1, 0,
47014 "C - - 10 - name C - - 10 - title "
47015 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins "
47016 "i - 'Int_t' 0 - nbinsy d - 'Double_t' 0 - ylow "
47017 "d - 'Double_t' 0 - yup", (char*)NULL, (void*) NULL, 0);
47018 G__memfunc_setup("TH2D",274,G__G__Hist_274_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_TH2D), -1, 0, 7, 1, 1, 0,
47019 "C - - 10 - name C - - 10 - title "
47020 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
47021 "d - 'Double_t' 0 - xup i - 'Int_t' 0 - nbinsy "
47022 "D - 'Double_t' 10 - ybins", (char*)NULL, (void*) NULL, 0);
47023 G__memfunc_setup("TH2D",274,G__G__Hist_274_0_5, 105, G__get_linked_tagnum(&G__G__HistLN_TH2D), -1, 0, 6, 1, 1, 0,
47024 "C - - 10 - name C - - 10 - title "
47025 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins "
47026 "i - 'Int_t' 0 - nbinsy D - 'Double_t' 10 - ybins", (char*)NULL, (void*) NULL, 0);
47027 G__memfunc_setup("TH2D",274,G__G__Hist_274_0_6, 105, G__get_linked_tagnum(&G__G__HistLN_TH2D), -1, 0, 6, 1, 1, 0,
47028 "C - - 10 - name C - - 10 - title "
47029 "i - 'Int_t' 0 - nbinsx F - 'Float_t' 10 - xbins "
47030 "i - 'Int_t' 0 - nbinsy F - 'Float_t' 10 - ybins", (char*)NULL, (void*) NULL, 0);
47031 G__memfunc_setup("TH2D",274,G__G__Hist_274_0_7, 105, G__get_linked_tagnum(&G__G__HistLN_TH2D), -1, 0, 1, 1, 1, 0, "u 'TMatrixTBase<double>' 'TMatrixDBase' 11 - m", (char*)NULL, (void*) NULL, 0);
47032 G__memfunc_setup("TH2D",274,G__G__Hist_274_0_8, 105, G__get_linked_tagnum(&G__G__HistLN_TH2D), -1, 0, 1, 1, 1, 0, "u 'TH2D' - 11 - h2d", (char*)NULL, (void*) NULL, 0);
47033 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
47034 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
47035 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
47036 G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - hnew", (char*)NULL, (void*) NULL, 1);
47037 G__memfunc_setup("DrawCopy",809,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
47038 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
47039 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
47040 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny", (char*)NULL, (void*) NULL, 1);
47041 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
47042 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
47043 "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
47044 G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
47045 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
47046 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
47047 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
47048 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
47049 "d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
47050 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0,
47051 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
47052 "i - 'Int_t' 0 - - d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
47053 G__memfunc_setup("SetBinsLength",1306,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '-1' n", (char*)NULL, (void*) NULL, 1);
47054 G__memfunc_setup("operator=",937,G__G__Hist_274_0_21, 117, G__get_linked_tagnum(&G__G__HistLN_TH2D), -1, 1, 1, 1, 1, 0, "u 'TH2D' - 11 - h1", (char*)NULL, (void*) NULL, 0);
47055 G__memfunc_setup("Class",502,G__G__Hist_274_0_22, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TH2D::Class) ), 0);
47056 G__memfunc_setup("Class_Name",982,G__G__Hist_274_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH2D::Class_Name) ), 0);
47057 G__memfunc_setup("Class_Version",1339,G__G__Hist_274_0_24, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TH2D::Class_Version) ), 0);
47058 G__memfunc_setup("Dictionary",1046,G__G__Hist_274_0_25, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TH2D::Dictionary) ), 0);
47059 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47060 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47061 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47062 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_274_0_29, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47063 G__memfunc_setup("DeclFileName",1145,G__G__Hist_274_0_30, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH2D::DeclFileName) ), 0);
47064 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_274_0_31, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH2D::ImplFileLine) ), 0);
47065 G__memfunc_setup("ImplFileName",1171,G__G__Hist_274_0_32, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH2D::ImplFileName) ), 0);
47066 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_274_0_33, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH2D::DeclFileLine) ), 0);
47067
47068 G__memfunc_setup("~TH2D", 400, G__G__Hist_274_0_34, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47069 G__tag_memfunc_reset();
47070 }
47071
47072 static void G__setup_memfuncTGraph2DErrors(void) {
47073
47074 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TGraph2DErrors));
47075 G__memfunc_setup("TGraph2DErrors",1337,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__HistLN_TGraph2DErrors), -1, 0, 1, 1, 4, 0, "u 'TGraph2DErrors' - 11 - -", "Not implemented", (void*) NULL, 0);
47076 G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__HistLN_TGraph2DErrors), -1, 1, 1, 1, 4, 0, "u 'TGraph2DErrors' - 11 - -", "Not implemented", (void*) NULL, 0);
47077 G__memfunc_setup("TGraph2DErrors",1337,G__G__Hist_276_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TGraph2DErrors), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47078 G__memfunc_setup("TGraph2DErrors",1337,G__G__Hist_276_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_TGraph2DErrors), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 0);
47079 G__memfunc_setup("TGraph2DErrors",1337,G__G__Hist_276_0_5, 105, G__get_linked_tagnum(&G__G__HistLN_TGraph2DErrors), -1, 0, 8, 1, 1, 0,
47080 "i - 'Int_t' 0 - n D - 'Double_t' 0 - x "
47081 "D - 'Double_t' 0 - y D - 'Double_t' 0 - z "
47082 "D - 'Double_t' 0 '0' ex D - 'Double_t' 0 '0' ey "
47083 "D - 'Double_t' 0 '0' ez C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
47084 G__memfunc_setup("GetErrorX",898,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
47085 G__memfunc_setup("GetErrorY",899,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
47086 G__memfunc_setup("GetErrorZ",900,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
47087 G__memfunc_setup("GetEX",445,(G__InterfaceMethod) NULL,68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47088 G__memfunc_setup("GetEY",446,(G__InterfaceMethod) NULL,68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47089 G__memfunc_setup("GetEZ",447,(G__InterfaceMethod) NULL,68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47090 G__memfunc_setup("GetXmaxE",771,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47091 G__memfunc_setup("GetXminE",769,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47092 G__memfunc_setup("GetYmaxE",772,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47093 G__memfunc_setup("GetYminE",770,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47094 G__memfunc_setup("GetZmaxE",773,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47095 G__memfunc_setup("GetZminE",771,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47096 G__memfunc_setup("Set",300,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
47097 G__memfunc_setup("SetPoint",822,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0,
47098 "i - 'Int_t' 0 - i d - 'Double_t' 0 - x "
47099 "d - 'Double_t' 0 - y d - 'Double_t' 0 - z", (char*)NULL, (void*) NULL, 1);
47100 G__memfunc_setup("SetPointError",1344,G__G__Hist_276_0_20, 121, -1, -1, 0, 4, 1, 1, 0,
47101 "i - 'Int_t' 0 - i d - 'Double_t' 0 - ex "
47102 "d - 'Double_t' 0 - ey d - 'Double_t' 0 - ez", (char*)NULL, (void*) NULL, 1);
47103 G__memfunc_setup("Class",502,G__G__Hist_276_0_21, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGraph2DErrors::Class) ), 0);
47104 G__memfunc_setup("Class_Name",982,G__G__Hist_276_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGraph2DErrors::Class_Name) ), 0);
47105 G__memfunc_setup("Class_Version",1339,G__G__Hist_276_0_23, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGraph2DErrors::Class_Version) ), 0);
47106 G__memfunc_setup("Dictionary",1046,G__G__Hist_276_0_24, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGraph2DErrors::Dictionary) ), 0);
47107 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47108 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47109 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47110 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_276_0_28, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47111 G__memfunc_setup("DeclFileName",1145,G__G__Hist_276_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGraph2DErrors::DeclFileName) ), 0);
47112 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_276_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGraph2DErrors::ImplFileLine) ), 0);
47113 G__memfunc_setup("ImplFileName",1171,G__G__Hist_276_0_31, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGraph2DErrors::ImplFileName) ), 0);
47114 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_276_0_32, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGraph2DErrors::DeclFileLine) ), 0);
47115
47116 G__memfunc_setup("~TGraph2DErrors", 1463, G__G__Hist_276_0_33, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47117 G__tag_memfunc_reset();
47118 }
47119
47120 static void G__setup_memfuncTH1F(void) {
47121
47122 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TH1F));
47123 G__memfunc_setup("TH1F",275,G__G__Hist_277_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TH1F), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47124 G__memfunc_setup("TH1F",275,G__G__Hist_277_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TH1F), -1, 0, 5, 1, 1, 0,
47125 "C - - 10 - name C - - 10 - title "
47126 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
47127 "d - 'Double_t' 0 - xup", (char*)NULL, (void*) NULL, 0);
47128 G__memfunc_setup("TH1F",275,G__G__Hist_277_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TH1F), -1, 0, 4, 1, 1, 0,
47129 "C - - 10 - name C - - 10 - title "
47130 "i - 'Int_t' 0 - nbinsx F - 'Float_t' 10 - xbins", (char*)NULL, (void*) NULL, 0);
47131 G__memfunc_setup("TH1F",275,G__G__Hist_277_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_TH1F), -1, 0, 4, 1, 1, 0,
47132 "C - - 10 - name C - - 10 - title "
47133 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins", (char*)NULL, (void*) NULL, 0);
47134 G__memfunc_setup("TH1F",275,G__G__Hist_277_0_5, 105, G__get_linked_tagnum(&G__G__HistLN_TH1F), -1, 0, 1, 1, 1, 0, "u 'TVectorT<float>' 'TVectorF' 11 - v", (char*)NULL, (void*) NULL, 0);
47135 G__memfunc_setup("TH1F",275,G__G__Hist_277_0_6, 105, G__get_linked_tagnum(&G__G__HistLN_TH1F), -1, 0, 1, 1, 1, 0, "u 'TH1F' - 11 - h1f", (char*)NULL, (void*) NULL, 0);
47136 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
47137 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
47138 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
47139 G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - hnew", (char*)NULL, (void*) NULL, 1);
47140 G__memfunc_setup("DrawCopy",809,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
47141 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
47142 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
47143 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
47144 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
47145 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - - "
47146 "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
47147 G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
47148 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
47149 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
47150 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
47151 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - - "
47152 "d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
47153 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0,
47154 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - - "
47155 "i - 'Int_t' 0 - - d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
47156 G__memfunc_setup("SetBinsLength",1306,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '-1' n", (char*)NULL, (void*) NULL, 1);
47157 G__memfunc_setup("operator=",937,G__G__Hist_277_0_19, 117, G__get_linked_tagnum(&G__G__HistLN_TH1F), -1, 1, 1, 1, 1, 0, "u 'TH1F' - 11 - h1", (char*)NULL, (void*) NULL, 0);
47158 G__memfunc_setup("Class",502,G__G__Hist_277_0_20, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TH1F::Class) ), 0);
47159 G__memfunc_setup("Class_Name",982,G__G__Hist_277_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH1F::Class_Name) ), 0);
47160 G__memfunc_setup("Class_Version",1339,G__G__Hist_277_0_22, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TH1F::Class_Version) ), 0);
47161 G__memfunc_setup("Dictionary",1046,G__G__Hist_277_0_23, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TH1F::Dictionary) ), 0);
47162 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47163 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47164 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47165 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_277_0_27, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47166 G__memfunc_setup("DeclFileName",1145,G__G__Hist_277_0_28, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH1F::DeclFileName) ), 0);
47167 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_277_0_29, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH1F::ImplFileLine) ), 0);
47168 G__memfunc_setup("ImplFileName",1171,G__G__Hist_277_0_30, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH1F::ImplFileName) ), 0);
47169 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_277_0_31, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH1F::DeclFileLine) ), 0);
47170
47171 G__memfunc_setup("~TH1F", 401, G__G__Hist_277_0_32, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47172 G__tag_memfunc_reset();
47173 }
47174
47175 static void G__setup_memfuncTSpline(void) {
47176
47177 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TSpline));
47178 G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__HistLN_TSpline), -1, 1, 1, 1, 2, 0, "u 'TSpline' - 11 - -", (char*)NULL, (void*) NULL, 0);
47179 G__memfunc_setup("BuildCoeff",979,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 3);
47180 G__memfunc_setup("GetKnot",700,G__G__Hist_278_0_6, 121, -1, -1, 0, 3, 1, 1, 8,
47181 "i - 'Int_t' 0 - i d - 'Double_t' 1 - x "
47182 "d - 'Double_t' 1 - y", (char*)NULL, (void*) NULL, 3);
47183 G__memfunc_setup("DistancetoPrimitive",1991,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
47184 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
47185 G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
47186 G__memfunc_setup("ExecuteEvent",1237,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
47187 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
47188 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
47189 G__memfunc_setup("GetDelta",778,G__G__Hist_278_0_10, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47190 G__memfunc_setup("GetHistogram",1230,G__G__Hist_278_0_11, 85, G__get_linked_tagnum(&G__G__HistLN_TH1F), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
47191 G__memfunc_setup("GetNp",478,G__G__Hist_278_0_12, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47192 G__memfunc_setup("GetNpx",598,G__G__Hist_278_0_13, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47193 G__memfunc_setup("GetXmin",700,G__G__Hist_278_0_14, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47194 G__memfunc_setup("GetXmax",702,G__G__Hist_278_0_15, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47195 G__memfunc_setup("Paint",508,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
47196 G__memfunc_setup("Eval",392,G__G__Hist_278_0_17, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 3);
47197 G__memfunc_setup("SaveAs",579,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 8,
47198 "C - - 10 - - C - 'Option_t' 10 - -", (char*)NULL, (void*) NULL, 1);
47199 G__memfunc_setup("SetNpx",610,G__G__Hist_278_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 0);
47200 G__memfunc_setup("Class",502,G__G__Hist_278_0_20, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TSpline::Class) ), 0);
47201 G__memfunc_setup("Class_Name",982,G__G__Hist_278_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSpline::Class_Name) ), 0);
47202 G__memfunc_setup("Class_Version",1339,G__G__Hist_278_0_22, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TSpline::Class_Version) ), 0);
47203 G__memfunc_setup("Dictionary",1046,G__G__Hist_278_0_23, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TSpline::Dictionary) ), 0);
47204 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47205 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47206 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47207 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_278_0_27, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47208 G__memfunc_setup("DeclFileName",1145,G__G__Hist_278_0_28, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSpline::DeclFileName) ), 0);
47209 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_278_0_29, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSpline::ImplFileLine) ), 0);
47210 G__memfunc_setup("ImplFileName",1171,G__G__Hist_278_0_30, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSpline::ImplFileName) ), 0);
47211 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_278_0_31, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSpline::DeclFileLine) ), 0);
47212
47213 G__memfunc_setup("~TSpline", 829, G__G__Hist_278_0_32, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47214 G__tag_memfunc_reset();
47215 }
47216
47217 static void G__setup_memfuncTGraphBentErrors(void) {
47218
47219 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphBentErrors));
47220 G__memfunc_setup("SwapPoints",1048,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0,
47221 "i - 'Int_t' 0 - pos1 i - 'Int_t' 0 - pos2", (char*)NULL, (void*) NULL, 1);
47222 G__memfunc_setup("Allocate",805,(G__InterfaceMethod) NULL, 68, -1, G__defined_typename("Double_t"), 2, 1, 1, 2, 0, "i - 'Int_t' 0 - size", (char*)NULL, (void*) NULL, 1);
47223 G__memfunc_setup("CopyAndRelease",1391,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 2, 0,
47224 "D - 'Double_t' 2 - newarrays i - 'Int_t' 0 - ibegin "
47225 "i - 'Int_t' 0 - iend i - 'Int_t' 0 - obegin", (char*)NULL, (void*) NULL, 1);
47226 G__memfunc_setup("CopyPoints",1048,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 4, 1, 2, 0,
47227 "D - 'Double_t' 2 - arrays i - 'Int_t' 0 - ibegin "
47228 "i - 'Int_t' 0 - iend i - 'Int_t' 0 - obegin", (char*)NULL, (void*) NULL, 1);
47229 G__memfunc_setup("CtorAllocate",1213,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
47230 G__memfunc_setup("FillZero",807,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0,
47231 "i - 'Int_t' 0 - begin i - 'Int_t' 0 - end "
47232 "g - 'Bool_t' 0 'kTRUE' from_ctor", (char*)NULL, (void*) NULL, 1);
47233 G__memfunc_setup("TGraphBentErrors",1612,G__G__Hist_280_0_7, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphBentErrors), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47234 G__memfunc_setup("TGraphBentErrors",1612,G__G__Hist_280_0_8, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphBentErrors), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 0);
47235 G__memfunc_setup("TGraphBentErrors",1612,G__G__Hist_280_0_9, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphBentErrors), -1, 0, 11, 1, 1, 0,
47236 "i - 'Int_t' 0 - n F - 'Float_t' 10 - x "
47237 "F - 'Float_t' 10 - y F - 'Float_t' 10 '0' exl "
47238 "F - 'Float_t' 10 '0' exh F - 'Float_t' 10 '0' eyl "
47239 "F - 'Float_t' 10 '0' eyh F - 'Float_t' 10 '0' exld "
47240 "F - 'Float_t' 10 '0' exhd F - 'Float_t' 10 '0' eyld "
47241 "F - 'Float_t' 10 '0' eyhd", (char*)NULL, (void*) NULL, 0);
47242 G__memfunc_setup("TGraphBentErrors",1612,G__G__Hist_280_0_10, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphBentErrors), -1, 0, 11, 1, 1, 0,
47243 "i - 'Int_t' 0 - n D - 'Double_t' 10 - x "
47244 "D - 'Double_t' 10 - y D - 'Double_t' 10 '0' exl "
47245 "D - 'Double_t' 10 '0' exh D - 'Double_t' 10 '0' eyl "
47246 "D - 'Double_t' 10 '0' eyh D - 'Double_t' 10 '0' exld "
47247 "D - 'Double_t' 10 '0' exhd D - 'Double_t' 10 '0' eyld "
47248 "D - 'Double_t' 10 '0' eyhd", (char*)NULL, (void*) NULL, 0);
47249 G__memfunc_setup("TGraphBentErrors",1612,G__G__Hist_280_0_11, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphBentErrors), -1, 0, 1, 1, 1, 0, "u 'TGraphBentErrors' - 11 - gr", (char*)NULL, (void*) NULL, 0);
47250 G__memfunc_setup("Apply",518,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TF1' - 0 - f", (char*)NULL, (void*) NULL, 1);
47251 G__memfunc_setup("ComputeRange",1226,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 8,
47252 "d - 'Double_t' 1 - xmin d - 'Double_t' 1 - ymin "
47253 "d - 'Double_t' 1 - xmax d - 'Double_t' 1 - ymax", (char*)NULL, (void*) NULL, 1);
47254 G__memfunc_setup("GetErrorX",898,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
47255 G__memfunc_setup("GetErrorY",899,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
47256 G__memfunc_setup("GetErrorXlow",1236,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
47257 G__memfunc_setup("GetErrorXhigh",1314,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
47258 G__memfunc_setup("GetErrorYlow",1237,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
47259 G__memfunc_setup("GetErrorYhigh",1315,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
47260 G__memfunc_setup("GetEXlow",783,(G__InterfaceMethod) NULL,68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47261 G__memfunc_setup("GetEXhigh",861,(G__InterfaceMethod) NULL,68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47262 G__memfunc_setup("GetEYlow",784,(G__InterfaceMethod) NULL,68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47263 G__memfunc_setup("GetEYhigh",862,(G__InterfaceMethod) NULL,68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47264 G__memfunc_setup("GetEXlowd",883,(G__InterfaceMethod) NULL,68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47265 G__memfunc_setup("GetEXhighd",961,(G__InterfaceMethod) NULL,68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47266 G__memfunc_setup("GetEYlowd",884,(G__InterfaceMethod) NULL,68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47267 G__memfunc_setup("GetEYhighd",962,(G__InterfaceMethod) NULL,68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47268 G__memfunc_setup("Print",525,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' chopt", (char*)NULL, (void*) NULL, 1);
47269 G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
47270 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
47271 G__memfunc_setup("SetPointError",1344,G__G__Hist_280_0_30, 121, -1, -1, 0, 8, 1, 1, 0,
47272 "d - 'Double_t' 0 - exl d - 'Double_t' 0 - exh "
47273 "d - 'Double_t' 0 - eyl d - 'Double_t' 0 - eyh "
47274 "d - 'Double_t' 0 '0' exld d - 'Double_t' 0 '0' exhd "
47275 "d - 'Double_t' 0 '0' eyld d - 'Double_t' 0 '0' eyhd", "*MENU*", (void*) NULL, 1);
47276 G__memfunc_setup("SetPointError",1344,G__G__Hist_280_0_31, 121, -1, -1, 0, 9, 1, 1, 0,
47277 "i - 'Int_t' 0 - i d - 'Double_t' 0 - exl "
47278 "d - 'Double_t' 0 - exh d - 'Double_t' 0 - eyl "
47279 "d - 'Double_t' 0 - eyh d - 'Double_t' 0 '0' exld "
47280 "d - 'Double_t' 0 '0' exhd d - 'Double_t' 0 '0' eyld "
47281 "d - 'Double_t' 0 '0' eyhd", (char*)NULL, (void*) NULL, 1);
47282 G__memfunc_setup("Class",502,G__G__Hist_280_0_32, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGraphBentErrors::Class) ), 0);
47283 G__memfunc_setup("Class_Name",982,G__G__Hist_280_0_33, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGraphBentErrors::Class_Name) ), 0);
47284 G__memfunc_setup("Class_Version",1339,G__G__Hist_280_0_34, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGraphBentErrors::Class_Version) ), 0);
47285 G__memfunc_setup("Dictionary",1046,G__G__Hist_280_0_35, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGraphBentErrors::Dictionary) ), 0);
47286 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47287 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47288 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47289 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_280_0_39, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47290 G__memfunc_setup("DeclFileName",1145,G__G__Hist_280_0_40, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGraphBentErrors::DeclFileName) ), 0);
47291 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_280_0_41, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGraphBentErrors::ImplFileLine) ), 0);
47292 G__memfunc_setup("ImplFileName",1171,G__G__Hist_280_0_42, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGraphBentErrors::ImplFileName) ), 0);
47293 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_280_0_43, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGraphBentErrors::DeclFileLine) ), 0);
47294
47295 G__memfunc_setup("~TGraphBentErrors", 1738, G__G__Hist_280_0_44, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47296
47297 G__memfunc_setup("operator=", 937, G__G__Hist_280_0_45, (int) ('u'), G__get_linked_tagnum(&G__G__HistLN_TGraphBentErrors), -1, 1, 1, 1, 1, 0, "u 'TGraphBentErrors' - 11 - -", (char*) NULL, (void*) NULL, 0);
47298 G__tag_memfunc_reset();
47299 }
47300
47301 static void G__setup_memfuncTGraphDelaunay(void) {
47302
47303 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphDelaunay));
47304 G__memfunc_setup("TGraphDelaunay",1401,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphDelaunay), -1, 0, 1, 1, 4, 0, "u 'TGraphDelaunay' - 11 - -", "Not implemented", (void*) NULL, 0);
47305 G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__HistLN_TGraphDelaunay), -1, 1, 1, 1, 4, 0, "u 'TGraphDelaunay' - 11 - -", "Not implemented", (void*) NULL, 0);
47306 G__memfunc_setup("CreateTrianglesDataStructure",2888,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
47307 G__memfunc_setup("Enclose",713,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 4, 1, 2, 8,
47308 "i - 'Int_t' 0 - T1 i - 'Int_t' 0 - T2 "
47309 "i - 'Int_t' 0 - T3 i - 'Int_t' 0 - Ex", (char*)NULL, (void*) NULL, 0);
47310 G__memfunc_setup("FileIt",573,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0,
47311 "i - 'Int_t' 0 - P i - 'Int_t' 0 - N "
47312 "i - 'Int_t' 0 - M", (char*)NULL, (void*) NULL, 0);
47313 G__memfunc_setup("FindHull",790,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
47314 G__memfunc_setup("InHull",588,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 2, 8,
47315 "i - 'Int_t' 0 - E i - 'Int_t' 0 - X", (char*)NULL, (void*) NULL, 0);
47316 G__memfunc_setup("InterpolateOnPlane",1844,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 4, 1, 2, 8,
47317 "i - 'Int_t' 0 - TI1 i - 'Int_t' 0 - TI2 "
47318 "i - 'Int_t' 0 - TI3 i - 'Int_t' 0 - E", (char*)NULL, (void*) NULL, 0);
47319 G__memfunc_setup("TGraphDelaunay",1401,G__G__Hist_281_0_9, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphDelaunay), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47320 G__memfunc_setup("TGraphDelaunay",1401,G__G__Hist_281_0_10, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphDelaunay), -1, 0, 1, 1, 1, 0, "U 'TGraph2D' - 0 - g", (char*)NULL, (void*) NULL, 0);
47321 G__memfunc_setup("ComputeZ",823,G__G__Hist_281_0_11, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
47322 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y", (char*)NULL, (void*) NULL, 0);
47323 G__memfunc_setup("FindAllTriangles",1603,G__G__Hist_281_0_12, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47324 G__memfunc_setup("GetGraph2D",904,G__G__Hist_281_0_13, 85, G__get_linked_tagnum(&G__G__HistLN_TGraph2D), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
47325 G__memfunc_setup("GetMarginBinsContent",2021,G__G__Hist_281_0_14, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
47326 G__memfunc_setup("GetNdt",582,G__G__Hist_281_0_15, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
47327 G__memfunc_setup("GetPTried",872,G__G__Hist_281_0_16, 73, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
47328 G__memfunc_setup("GetNTried",870,G__G__Hist_281_0_17, 73, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
47329 G__memfunc_setup("GetMTried",869,G__G__Hist_281_0_18, 73, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
47330 G__memfunc_setup("GetXN",454,G__G__Hist_281_0_19, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
47331 G__memfunc_setup("GetYN",455,G__G__Hist_281_0_20, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
47332 G__memfunc_setup("GetXNmin",778,G__G__Hist_281_0_21, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
47333 G__memfunc_setup("GetXNmax",780,G__G__Hist_281_0_22, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
47334 G__memfunc_setup("GetYNmin",779,G__G__Hist_281_0_23, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
47335 G__memfunc_setup("GetYNmax",781,G__G__Hist_281_0_24, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
47336 G__memfunc_setup("Interpolate",1159,G__G__Hist_281_0_25, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
47337 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y", (char*)NULL, (void*) NULL, 0);
47338 G__memfunc_setup("SetMaxIter",998,G__G__Hist_281_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '100000' n", (char*)NULL, (void*) NULL, 0);
47339 G__memfunc_setup("SetMarginBinsContent",2033,G__G__Hist_281_0_27, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 '0.' z", (char*)NULL, (void*) NULL, 0);
47340 G__memfunc_setup("Class",502,G__G__Hist_281_0_28, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGraphDelaunay::Class) ), 0);
47341 G__memfunc_setup("Class_Name",982,G__G__Hist_281_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGraphDelaunay::Class_Name) ), 0);
47342 G__memfunc_setup("Class_Version",1339,G__G__Hist_281_0_30, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGraphDelaunay::Class_Version) ), 0);
47343 G__memfunc_setup("Dictionary",1046,G__G__Hist_281_0_31, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGraphDelaunay::Dictionary) ), 0);
47344 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47345 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47346 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47347 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_281_0_35, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47348 G__memfunc_setup("DeclFileName",1145,G__G__Hist_281_0_36, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGraphDelaunay::DeclFileName) ), 0);
47349 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_281_0_37, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGraphDelaunay::ImplFileLine) ), 0);
47350 G__memfunc_setup("ImplFileName",1171,G__G__Hist_281_0_38, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGraphDelaunay::ImplFileName) ), 0);
47351 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_281_0_39, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGraphDelaunay::DeclFileLine) ), 0);
47352
47353 G__memfunc_setup("~TGraphDelaunay", 1527, G__G__Hist_281_0_40, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47354 G__tag_memfunc_reset();
47355 }
47356
47357 static void G__setup_memfuncTGraphSmooth(void) {
47358
47359 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphSmooth));
47360 G__memfunc_setup("TGraphSmooth",1216,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphSmooth), -1, 0, 1, 1, 4, 0, "u 'TGraphSmooth' - 11 - -", "Not implented", (void*) NULL, 0);
47361 G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__HistLN_TGraphSmooth), -1, 1, 1, 1, 4, 0, "u 'TGraphSmooth' - 11 - -", "Not implented", (void*) NULL, 0);
47362 G__memfunc_setup("TGraphSmooth",1216,G__G__Hist_282_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphSmooth), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47363 G__memfunc_setup("TGraphSmooth",1216,G__G__Hist_282_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphSmooth), -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 0);
47364 G__memfunc_setup("Approx",634,G__G__Hist_282_0_5, 85, G__get_linked_tagnum(&G__G__HistLN_TGraph), -1, 0, 9, 1, 1, 0,
47365 "U 'TGraph' - 0 - grin C - 'Option_t' 10 '\"linear\"' option "
47366 "i - 'Int_t' 0 '50' nout D - 'Double_t' 0 '0' xout "
47367 "d - 'Double_t' 0 '0' yleft d - 'Double_t' 0 '0' yright "
47368 "i - 'Int_t' 0 '0' rule d - 'Double_t' 0 '0' f "
47369 "C - 'Option_t' 10 '\"mean\"' ties", (char*)NULL, (void*) NULL, 0);
47370 G__memfunc_setup("SmoothKern",1034,G__G__Hist_282_0_6, 85, G__get_linked_tagnum(&G__G__HistLN_TGraph), -1, 0, 5, 1, 1, 0,
47371 "U 'TGraph' - 0 - grin C - 'Option_t' 10 '\"normal\"' option "
47372 "d - 'Double_t' 0 '0.5' bandwidth i - 'Int_t' 0 '100' nout "
47373 "D - 'Double_t' 0 '0' xout", (char*)NULL, (void*) NULL, 0);
47374 G__memfunc_setup("SmoothLowess",1271,G__G__Hist_282_0_7, 85, G__get_linked_tagnum(&G__G__HistLN_TGraph), -1, 0, 5, 1, 1, 0,
47375 "U 'TGraph' - 0 - grin C - 'Option_t' 10 '\"\"' option "
47376 "d - 'Double_t' 0 '0.67' span i - 'Int_t' 0 '3' iter "
47377 "d - 'Double_t' 0 '0' delta", (char*)NULL, (void*) NULL, 0);
47378 G__memfunc_setup("SmoothSuper",1161,G__G__Hist_282_0_8, 85, G__get_linked_tagnum(&G__G__HistLN_TGraph), -1, 0, 6, 1, 1, 0,
47379 "U 'TGraph' - 0 - grin C - 'Option_t' 10 '\"\"' option "
47380 "d - 'Double_t' 0 '0' bass d - 'Double_t' 0 '0' span "
47381 "g - 'Bool_t' 0 'kFALSE' isPeriodic D - 'Double_t' 0 '0' w", (char*)NULL, (void*) NULL, 0);
47382 G__memfunc_setup("Approxin",849,G__G__Hist_282_0_9, 121, -1, -1, 0, 6, 1, 1, 0,
47383 "U 'TGraph' - 0 - grin i - 'Int_t' 0 - iKind "
47384 "d - 'Double_t' 1 - Ylow d - 'Double_t' 1 - Yhigh "
47385 "i - 'Int_t' 0 - rule i - 'Int_t' 0 - iTies", (char*)NULL, (void*) NULL, 0);
47386 G__memfunc_setup("Smoothin",849,G__G__Hist_282_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGraph' - 0 - grin", (char*)NULL, (void*) NULL, 0);
47387 G__memfunc_setup("Approx1",683,G__G__Hist_282_0_11, 100, -1, G__defined_typename("Double_t"), 0, 8, 3, 1, 0,
47388 "d - 'Double_t' 0 - v d - 'Double_t' 0 - f "
47389 "D - 'Double_t' 0 - x D - 'Double_t' 0 - y "
47390 "i - 'Int_t' 0 - n i - 'Int_t' 0 - iKind "
47391 "d - 'Double_t' 0 - Ylow d - 'Double_t' 0 - Yhigh", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t, Double_t, Double_t*, Double_t*, Int_t, Int_t, Double_t, Double_t))(&TGraphSmooth::Approx1) ), 0);
47392 G__memfunc_setup("Lowess",637,G__G__Hist_282_0_12, 121, -1, -1, 0, 7, 1, 1, 0,
47393 "D - 'Double_t' 0 - x D - 'Double_t' 0 - y "
47394 "i - 'Int_t' 0 - n D - 'Double_t' 0 - ys "
47395 "d - 'Double_t' 0 - span i - 'Int_t' 0 - iter "
47396 "d - 'Double_t' 0 - delta", (char*)NULL, (void*) NULL, 0);
47397 G__memfunc_setup("Lowest",638,G__G__Hist_282_0_13, 121, -1, -1, 0, 11, 3, 1, 0,
47398 "D - 'Double_t' 0 - x D - 'Double_t' 0 - y "
47399 "i - 'Int_t' 0 - n d - 'Double_t' 1 - xs "
47400 "d - 'Double_t' 1 - ys i - 'Int_t' 0 - nleft "
47401 "i - 'Int_t' 0 - nright D - 'Double_t' 0 - w "
47402 "g - 'Bool_t' 0 - userw D - 'Double_t' 0 - rw "
47403 "g - 'Bool_t' 1 - ok", (char*)NULL, (void*) G__func2void( (void (*)(Double_t*, Double_t*, Int_t, Double_t&, Double_t&, Int_t, Int_t, Double_t*, Bool_t, Double_t*, Bool_t&))(&TGraphSmooth::Lowest) ), 0);
47404 G__memfunc_setup("Rcmp",402,G__G__Hist_282_0_14, 105, -1, G__defined_typename("Int_t"), 0, 2, 3, 1, 0,
47405 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y", (char*)NULL, (void*) G__func2void( (Int_t (*)(Double_t, Double_t))(&TGraphSmooth::Rcmp) ), 0);
47406 G__memfunc_setup("Psort",536,G__G__Hist_282_0_15, 121, -1, -1, 0, 3, 3, 1, 0,
47407 "D - 'Double_t' 0 - x i - 'Int_t' 0 - n "
47408 "i - 'Int_t' 0 - k", (char*)NULL, (void*) G__func2void( (void (*)(Double_t*, Int_t, Int_t))(&TGraphSmooth::Psort) ), 0);
47409 G__memfunc_setup("Rank",396,G__G__Hist_282_0_16, 121, -1, -1, 0, 5, 3, 1, 0,
47410 "i - 'Int_t' 0 - n D - 'Double_t' 0 - a "
47411 "I - 'Int_t' 0 - index I - 'Int_t' 0 - rank "
47412 "g - 'Bool_t' 0 'kTRUE' down", (char*)NULL, (void*) G__func2void( (void (*)(Int_t, Double_t*, Int_t*, Int_t*, Bool_t))(&TGraphSmooth::Rank) ), 0);
47413 G__memfunc_setup("BDRksmooth",989,G__G__Hist_282_0_17, 121, -1, -1, 0, 8, 3, 1, 0,
47414 "D - 'Double_t' 0 - x D - 'Double_t' 0 - y "
47415 "i - 'Int_t' 0 - n D - 'Double_t' 0 - xp "
47416 "D - 'Double_t' 0 - yp i - 'Int_t' 0 - np "
47417 "i - 'Int_t' 0 - kernel d - 'Double_t' 0 - bw", (char*)NULL, (void*) G__func2void( (void (*)(Double_t*, Double_t*, Int_t, Double_t*, Double_t*, Int_t, Int_t, Double_t))(&TGraphSmooth::BDRksmooth) ), 0);
47418 G__memfunc_setup("BDRsupsmu",901,G__G__Hist_282_0_18, 121, -1, -1, 0, 9, 3, 1, 0,
47419 "i - 'Int_t' 0 - n D - 'Double_t' 0 - x "
47420 "D - 'Double_t' 0 - y D - 'Double_t' 0 - w "
47421 "i - 'Int_t' 0 - iper d - 'Double_t' 0 - span "
47422 "d - 'Double_t' 0 - alpha D - 'Double_t' 0 - smo "
47423 "D - 'Double_t' 0 - sc", (char*)NULL, (void*) G__func2void( (void (*)(Int_t, Double_t*, Double_t*, Double_t*, Int_t, Double_t, Double_t, Double_t*, Double_t*))(&TGraphSmooth::BDRsupsmu) ), 0);
47424 G__memfunc_setup("BDRsmooth",882,G__G__Hist_282_0_19, 121, -1, -1, 0, 9, 3, 1, 0,
47425 "i - 'Int_t' 0 - n D - 'Double_t' 0 - x "
47426 "D - 'Double_t' 0 - y D - 'Double_t' 0 - w "
47427 "d - 'Double_t' 0 - span i - 'Int_t' 0 - iper "
47428 "d - 'Double_t' 0 - vsmlsq D - 'Double_t' 0 - smo "
47429 "D - 'Double_t' 0 - acvr", (char*)NULL, (void*) G__func2void( (void (*)(Int_t, Double_t*, Double_t*, Double_t*, Double_t, Int_t, Double_t, Double_t*, Double_t*))(&TGraphSmooth::BDRsmooth) ), 0);
47430 G__memfunc_setup("Class",502,G__G__Hist_282_0_20, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGraphSmooth::Class) ), 0);
47431 G__memfunc_setup("Class_Name",982,G__G__Hist_282_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGraphSmooth::Class_Name) ), 0);
47432 G__memfunc_setup("Class_Version",1339,G__G__Hist_282_0_22, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGraphSmooth::Class_Version) ), 0);
47433 G__memfunc_setup("Dictionary",1046,G__G__Hist_282_0_23, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGraphSmooth::Dictionary) ), 0);
47434 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47435 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47436 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47437 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_282_0_27, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47438 G__memfunc_setup("DeclFileName",1145,G__G__Hist_282_0_28, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGraphSmooth::DeclFileName) ), 0);
47439 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_282_0_29, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGraphSmooth::ImplFileLine) ), 0);
47440 G__memfunc_setup("ImplFileName",1171,G__G__Hist_282_0_30, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGraphSmooth::ImplFileName) ), 0);
47441 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_282_0_31, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGraphSmooth::DeclFileLine) ), 0);
47442
47443 G__memfunc_setup("~TGraphSmooth", 1342, G__G__Hist_282_0_32, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47444 G__tag_memfunc_reset();
47445 }
47446
47447 static void G__setup_memfuncTGraphTime(void) {
47448
47449 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TGraphTime));
47450 G__memfunc_setup("TGraphTime",981,G__G__Hist_283_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphTime), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47451 G__memfunc_setup("TGraphTime",981,G__G__Hist_283_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphTime), -1, 0, 5, 1, 1, 0,
47452 "i - 'Int_t' 0 - nsteps d - 'Double_t' 0 - xmin "
47453 "d - 'Double_t' 0 - ymin d - 'Double_t' 0 - xmax "
47454 "d - 'Double_t' 0 - ymax", (char*)NULL, (void*) NULL, 0);
47455 G__memfunc_setup("TGraphTime",981,G__G__Hist_283_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TGraphTime), -1, 0, 1, 1, 1, 0, "u 'TGraphTime' - 11 - gr", (char*)NULL, (void*) NULL, 0);
47456 G__memfunc_setup("Add",265,G__G__Hist_283_0_4, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
47457 "U 'TObject' - 10 - obj i - 'Int_t' 0 - slot "
47458 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
47459 G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' chopt", (char*)NULL, (void*) NULL, 1);
47460 G__memfunc_setup("GetSteps",815,G__G__Hist_283_0_6, 85, G__get_linked_tagnum(&G__G__HistLN_TObjArray), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
47461 G__memfunc_setup("Paint",508,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' chopt", (char*)NULL, (void*) NULL, 1);
47462 G__memfunc_setup("SaveAnimatedGif",1480,G__G__Hist_283_0_8, 121, -1, -1, 0, 1, 1, 1, 8, "C - - 10 '\"\"' filename", (char*)NULL, (void*) NULL, 1);
47463 G__memfunc_setup("SetSleepTime",1204,G__G__Hist_283_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '0' stime", (char*)NULL, (void*) NULL, 1);
47464 G__memfunc_setup("Class",502,G__G__Hist_283_0_10, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGraphTime::Class) ), 0);
47465 G__memfunc_setup("Class_Name",982,G__G__Hist_283_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGraphTime::Class_Name) ), 0);
47466 G__memfunc_setup("Class_Version",1339,G__G__Hist_283_0_12, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGraphTime::Class_Version) ), 0);
47467 G__memfunc_setup("Dictionary",1046,G__G__Hist_283_0_13, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGraphTime::Dictionary) ), 0);
47468 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47469 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47470 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47471 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_283_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47472 G__memfunc_setup("DeclFileName",1145,G__G__Hist_283_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGraphTime::DeclFileName) ), 0);
47473 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_283_0_19, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGraphTime::ImplFileLine) ), 0);
47474 G__memfunc_setup("ImplFileName",1171,G__G__Hist_283_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGraphTime::ImplFileName) ), 0);
47475 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_283_0_21, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGraphTime::DeclFileLine) ), 0);
47476
47477 G__memfunc_setup("~TGraphTime", 1107, G__G__Hist_283_0_22, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47478
47479 G__memfunc_setup("operator=", 937, G__G__Hist_283_0_23, (int) ('u'), G__get_linked_tagnum(&G__G__HistLN_TGraphTime), -1, 1, 1, 1, 1, 0, "u 'TGraphTime' - 11 - -", (char*) NULL, (void*) NULL, 0);
47480 G__tag_memfunc_reset();
47481 }
47482
47483 static void G__setup_memfuncTH1D(void) {
47484
47485 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TH1D));
47486 G__memfunc_setup("TH1D",273,G__G__Hist_288_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47487 G__memfunc_setup("TH1D",273,G__G__Hist_288_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 0, 5, 1, 1, 0,
47488 "C - - 10 - name C - - 10 - title "
47489 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
47490 "d - 'Double_t' 0 - xup", (char*)NULL, (void*) NULL, 0);
47491 G__memfunc_setup("TH1D",273,G__G__Hist_288_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 0, 4, 1, 1, 0,
47492 "C - - 10 - name C - - 10 - title "
47493 "i - 'Int_t' 0 - nbinsx F - 'Float_t' 10 - xbins", (char*)NULL, (void*) NULL, 0);
47494 G__memfunc_setup("TH1D",273,G__G__Hist_288_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 0, 4, 1, 1, 0,
47495 "C - - 10 - name C - - 10 - title "
47496 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins", (char*)NULL, (void*) NULL, 0);
47497 G__memfunc_setup("TH1D",273,G__G__Hist_288_0_5, 105, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 0, 1, 1, 1, 0, "u 'TVectorT<double>' 'TVectorD' 11 - v", (char*)NULL, (void*) NULL, 0);
47498 G__memfunc_setup("TH1D",273,G__G__Hist_288_0_6, 105, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 0, 1, 1, 1, 0, "u 'TH1D' - 11 - h1d", (char*)NULL, (void*) NULL, 0);
47499 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
47500 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
47501 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
47502 G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - hnew", (char*)NULL, (void*) NULL, 1);
47503 G__memfunc_setup("DrawCopy",809,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
47504 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
47505 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
47506 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
47507 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
47508 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - - "
47509 "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
47510 G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
47511 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
47512 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
47513 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
47514 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - - "
47515 "d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
47516 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0,
47517 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - - "
47518 "i - 'Int_t' 0 - - d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
47519 G__memfunc_setup("SetBinsLength",1306,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '-1' n", (char*)NULL, (void*) NULL, 1);
47520 G__memfunc_setup("operator=",937,G__G__Hist_288_0_19, 117, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 1, 1, 1, 1, 0, "u 'TH1D' - 11 - h1", (char*)NULL, (void*) NULL, 0);
47521 G__memfunc_setup("Class",502,G__G__Hist_288_0_20, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TH1D::Class) ), 0);
47522 G__memfunc_setup("Class_Name",982,G__G__Hist_288_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH1D::Class_Name) ), 0);
47523 G__memfunc_setup("Class_Version",1339,G__G__Hist_288_0_22, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TH1D::Class_Version) ), 0);
47524 G__memfunc_setup("Dictionary",1046,G__G__Hist_288_0_23, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TH1D::Dictionary) ), 0);
47525 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47526 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47527 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47528 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_288_0_27, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47529 G__memfunc_setup("DeclFileName",1145,G__G__Hist_288_0_28, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH1D::DeclFileName) ), 0);
47530 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_288_0_29, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH1D::ImplFileLine) ), 0);
47531 G__memfunc_setup("ImplFileName",1171,G__G__Hist_288_0_30, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH1D::ImplFileName) ), 0);
47532 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_288_0_31, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH1D::DeclFileLine) ), 0);
47533
47534 G__memfunc_setup("~TH1D", 399, G__G__Hist_288_0_32, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47535 G__tag_memfunc_reset();
47536 }
47537
47538 static void G__setup_memfuncTH1C(void) {
47539
47540 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TH1C));
47541 G__memfunc_setup("TH1C",272,G__G__Hist_291_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TH1C), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47542 G__memfunc_setup("TH1C",272,G__G__Hist_291_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TH1C), -1, 0, 5, 1, 1, 0,
47543 "C - - 10 - name C - - 10 - title "
47544 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
47545 "d - 'Double_t' 0 - xup", (char*)NULL, (void*) NULL, 0);
47546 G__memfunc_setup("TH1C",272,G__G__Hist_291_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TH1C), -1, 0, 4, 1, 1, 0,
47547 "C - - 10 - name C - - 10 - title "
47548 "i - 'Int_t' 0 - nbinsx F - 'Float_t' 10 - xbins", (char*)NULL, (void*) NULL, 0);
47549 G__memfunc_setup("TH1C",272,G__G__Hist_291_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_TH1C), -1, 0, 4, 1, 1, 0,
47550 "C - - 10 - name C - - 10 - title "
47551 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins", (char*)NULL, (void*) NULL, 0);
47552 G__memfunc_setup("TH1C",272,G__G__Hist_291_0_5, 105, G__get_linked_tagnum(&G__G__HistLN_TH1C), -1, 0, 1, 1, 1, 0, "u 'TH1C' - 11 - h1c", (char*)NULL, (void*) NULL, 0);
47553 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
47554 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
47555 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
47556 G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - hnew", (char*)NULL, (void*) NULL, 1);
47557 G__memfunc_setup("DrawCopy",809,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
47558 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
47559 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
47560 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
47561 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
47562 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - - "
47563 "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
47564 G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
47565 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
47566 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
47567 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
47568 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - - "
47569 "d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
47570 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0,
47571 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - - "
47572 "i - 'Int_t' 0 - - d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
47573 G__memfunc_setup("SetBinsLength",1306,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '-1' n", (char*)NULL, (void*) NULL, 1);
47574 G__memfunc_setup("operator=",937,G__G__Hist_291_0_18, 117, G__get_linked_tagnum(&G__G__HistLN_TH1C), -1, 1, 1, 1, 1, 0, "u 'TH1C' - 11 - h1", (char*)NULL, (void*) NULL, 0);
47575 G__memfunc_setup("Class",502,G__G__Hist_291_0_19, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TH1C::Class) ), 0);
47576 G__memfunc_setup("Class_Name",982,G__G__Hist_291_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH1C::Class_Name) ), 0);
47577 G__memfunc_setup("Class_Version",1339,G__G__Hist_291_0_21, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TH1C::Class_Version) ), 0);
47578 G__memfunc_setup("Dictionary",1046,G__G__Hist_291_0_22, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TH1C::Dictionary) ), 0);
47579 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47580 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47581 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47582 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_291_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47583 G__memfunc_setup("DeclFileName",1145,G__G__Hist_291_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH1C::DeclFileName) ), 0);
47584 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_291_0_28, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH1C::ImplFileLine) ), 0);
47585 G__memfunc_setup("ImplFileName",1171,G__G__Hist_291_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH1C::ImplFileName) ), 0);
47586 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_291_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH1C::DeclFileLine) ), 0);
47587
47588 G__memfunc_setup("~TH1C", 398, G__G__Hist_291_0_31, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47589 G__tag_memfunc_reset();
47590 }
47591
47592 static void G__setup_memfuncTH1S(void) {
47593
47594 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TH1S));
47595 G__memfunc_setup("TH1S",288,G__G__Hist_292_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TH1S), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47596 G__memfunc_setup("TH1S",288,G__G__Hist_292_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TH1S), -1, 0, 5, 1, 1, 0,
47597 "C - - 10 - name C - - 10 - title "
47598 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
47599 "d - 'Double_t' 0 - xup", (char*)NULL, (void*) NULL, 0);
47600 G__memfunc_setup("TH1S",288,G__G__Hist_292_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TH1S), -1, 0, 4, 1, 1, 0,
47601 "C - - 10 - name C - - 10 - title "
47602 "i - 'Int_t' 0 - nbinsx F - 'Float_t' 10 - xbins", (char*)NULL, (void*) NULL, 0);
47603 G__memfunc_setup("TH1S",288,G__G__Hist_292_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_TH1S), -1, 0, 4, 1, 1, 0,
47604 "C - - 10 - name C - - 10 - title "
47605 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins", (char*)NULL, (void*) NULL, 0);
47606 G__memfunc_setup("TH1S",288,G__G__Hist_292_0_5, 105, G__get_linked_tagnum(&G__G__HistLN_TH1S), -1, 0, 1, 1, 1, 0, "u 'TH1S' - 11 - h1s", (char*)NULL, (void*) NULL, 0);
47607 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
47608 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
47609 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
47610 G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - hnew", (char*)NULL, (void*) NULL, 1);
47611 G__memfunc_setup("DrawCopy",809,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
47612 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
47613 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
47614 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
47615 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
47616 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - - "
47617 "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
47618 G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
47619 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
47620 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
47621 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
47622 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - - "
47623 "d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
47624 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0,
47625 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - - "
47626 "i - 'Int_t' 0 - - d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
47627 G__memfunc_setup("SetBinsLength",1306,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '-1' n", (char*)NULL, (void*) NULL, 1);
47628 G__memfunc_setup("operator=",937,G__G__Hist_292_0_18, 117, G__get_linked_tagnum(&G__G__HistLN_TH1S), -1, 1, 1, 1, 1, 0, "u 'TH1S' - 11 - h1", (char*)NULL, (void*) NULL, 0);
47629 G__memfunc_setup("Class",502,G__G__Hist_292_0_19, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TH1S::Class) ), 0);
47630 G__memfunc_setup("Class_Name",982,G__G__Hist_292_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH1S::Class_Name) ), 0);
47631 G__memfunc_setup("Class_Version",1339,G__G__Hist_292_0_21, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TH1S::Class_Version) ), 0);
47632 G__memfunc_setup("Dictionary",1046,G__G__Hist_292_0_22, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TH1S::Dictionary) ), 0);
47633 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47634 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47635 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47636 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_292_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47637 G__memfunc_setup("DeclFileName",1145,G__G__Hist_292_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH1S::DeclFileName) ), 0);
47638 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_292_0_28, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH1S::ImplFileLine) ), 0);
47639 G__memfunc_setup("ImplFileName",1171,G__G__Hist_292_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH1S::ImplFileName) ), 0);
47640 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_292_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH1S::DeclFileLine) ), 0);
47641
47642 G__memfunc_setup("~TH1S", 414, G__G__Hist_292_0_31, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47643 G__tag_memfunc_reset();
47644 }
47645
47646 static void G__setup_memfuncTH1I(void) {
47647
47648 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TH1I));
47649 G__memfunc_setup("TH1I",278,G__G__Hist_293_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TH1I), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47650 G__memfunc_setup("TH1I",278,G__G__Hist_293_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TH1I), -1, 0, 5, 1, 1, 0,
47651 "C - - 10 - name C - - 10 - title "
47652 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
47653 "d - 'Double_t' 0 - xup", (char*)NULL, (void*) NULL, 0);
47654 G__memfunc_setup("TH1I",278,G__G__Hist_293_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TH1I), -1, 0, 4, 1, 1, 0,
47655 "C - - 10 - name C - - 10 - title "
47656 "i - 'Int_t' 0 - nbinsx F - 'Float_t' 10 - xbins", (char*)NULL, (void*) NULL, 0);
47657 G__memfunc_setup("TH1I",278,G__G__Hist_293_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_TH1I), -1, 0, 4, 1, 1, 0,
47658 "C - - 10 - name C - - 10 - title "
47659 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins", (char*)NULL, (void*) NULL, 0);
47660 G__memfunc_setup("TH1I",278,G__G__Hist_293_0_5, 105, G__get_linked_tagnum(&G__G__HistLN_TH1I), -1, 0, 1, 1, 1, 0, "u 'TH1I' - 11 - h1i", (char*)NULL, (void*) NULL, 0);
47661 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
47662 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
47663 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
47664 G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - hnew", (char*)NULL, (void*) NULL, 1);
47665 G__memfunc_setup("DrawCopy",809,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
47666 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
47667 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
47668 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
47669 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
47670 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - - "
47671 "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
47672 G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
47673 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
47674 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
47675 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
47676 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - - "
47677 "d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
47678 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0,
47679 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - - "
47680 "i - 'Int_t' 0 - - d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
47681 G__memfunc_setup("SetBinsLength",1306,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '-1' n", (char*)NULL, (void*) NULL, 1);
47682 G__memfunc_setup("operator=",937,G__G__Hist_293_0_18, 117, G__get_linked_tagnum(&G__G__HistLN_TH1I), -1, 1, 1, 1, 1, 0, "u 'TH1I' - 11 - h1", (char*)NULL, (void*) NULL, 0);
47683 G__memfunc_setup("Class",502,G__G__Hist_293_0_19, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TH1I::Class) ), 0);
47684 G__memfunc_setup("Class_Name",982,G__G__Hist_293_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH1I::Class_Name) ), 0);
47685 G__memfunc_setup("Class_Version",1339,G__G__Hist_293_0_21, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TH1I::Class_Version) ), 0);
47686 G__memfunc_setup("Dictionary",1046,G__G__Hist_293_0_22, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TH1I::Dictionary) ), 0);
47687 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47688 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47689 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47690 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_293_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47691 G__memfunc_setup("DeclFileName",1145,G__G__Hist_293_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH1I::DeclFileName) ), 0);
47692 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_293_0_28, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH1I::ImplFileLine) ), 0);
47693 G__memfunc_setup("ImplFileName",1171,G__G__Hist_293_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH1I::ImplFileName) ), 0);
47694 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_293_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH1I::DeclFileLine) ), 0);
47695
47696 G__memfunc_setup("~TH1I", 404, G__G__Hist_293_0_31, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47697 G__tag_memfunc_reset();
47698 }
47699
47700 static void G__setup_memfuncTH1K(void) {
47701
47702 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TH1K));
47703 G__memfunc_setup("Sort",424,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
47704 G__memfunc_setup("TH1K",280,G__G__Hist_294_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TH1K), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47705 G__memfunc_setup("TH1K",280,G__G__Hist_294_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TH1K), -1, 0, 6, 1, 1, 0,
47706 "C - - 10 - name C - - 10 - title "
47707 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
47708 "d - 'Double_t' 0 - xup i - 'Int_t' 0 '0' k", (char*)NULL, (void*) NULL, 0);
47709 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 1);
47710 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
47711 "d - 'Double_t' 0 - x d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
47712 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
47713 "C - - 10 - name d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
47714 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
47715 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
47716 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
47717 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
47718 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - - "
47719 "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
47720 G__memfunc_setup("GetBinError",1091,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
47721 G__memfunc_setup("GetBinError",1091,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
47722 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
47723 G__memfunc_setup("GetBinError",1091,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
47724 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - - "
47725 "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
47726 G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
47727 G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
47728 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
47729 G__memfunc_setup("SetKOrd",668,G__G__Hist_294_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - k", (char*)NULL, (void*) NULL, 0);
47730 G__memfunc_setup("Class",502,G__G__Hist_294_0_16, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TH1K::Class) ), 0);
47731 G__memfunc_setup("Class_Name",982,G__G__Hist_294_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH1K::Class_Name) ), 0);
47732 G__memfunc_setup("Class_Version",1339,G__G__Hist_294_0_18, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TH1K::Class_Version) ), 0);
47733 G__memfunc_setup("Dictionary",1046,G__G__Hist_294_0_19, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TH1K::Dictionary) ), 0);
47734 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47735 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47736 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47737 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_294_0_23, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47738 G__memfunc_setup("DeclFileName",1145,G__G__Hist_294_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH1K::DeclFileName) ), 0);
47739 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_294_0_25, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH1K::ImplFileLine) ), 0);
47740 G__memfunc_setup("ImplFileName",1171,G__G__Hist_294_0_26, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH1K::ImplFileName) ), 0);
47741 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_294_0_27, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH1K::DeclFileLine) ), 0);
47742
47743 G__memfunc_setup("TH1K", 280, G__G__Hist_294_0_28, (int) ('i'), G__get_linked_tagnum(&G__G__HistLN_TH1K), -1, 0, 1, 1, 1, 0, "u 'TH1K' - 11 - -", (char*) NULL, (void*) NULL, 0);
47744
47745 G__memfunc_setup("~TH1K", 406, G__G__Hist_294_0_29, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47746 G__tag_memfunc_reset();
47747 }
47748
47749 static void G__setup_memfuncTProfile(void) {
47750
47751 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile));
47752 G__memfunc_setup("BufferFill",993,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 2, 0,
47753 "d - 'Double_t' 0 - - d - 'Double_t' 0 - -", "may not use", (void*) NULL, 1);
47754 G__memfunc_setup("BufferFill",993,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 2, 0,
47755 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
47756 "d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
47757 G__memfunc_setup("SetBins",696,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0,
47758 "I - 'Int_t' 10 - nbins D - 'Double_t' 10 - range", (char*)NULL, (void*) NULL, 0);
47759 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 0, "D - 'Double_t' 10 - v", (char*)NULL, (void*) NULL, 0);
47760 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 4, 0, "d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 1);
47761 G__memfunc_setup("FillN",469,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 4, 0,
47762 "i - 'Int_t' 0 - - D - 'Double_t' 10 - - "
47763 "D - 'Double_t' 10 - - i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
47764 G__memfunc_setup("GetB",354,(G__InterfaceMethod) NULL, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
47765 G__memfunc_setup("GetB2",404,(G__InterfaceMethod) NULL, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
47766 G__memfunc_setup("GetW",375,(G__InterfaceMethod) NULL, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
47767 G__memfunc_setup("GetW2",425,(G__InterfaceMethod) NULL, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
47768 G__memfunc_setup("SetBins",696,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 6, 1, 4, 0,
47769 "i - 'Int_t' 0 - - d - 'Double_t' 0 - - "
47770 "d - 'Double_t' 0 - - i - 'Int_t' 0 - - "
47771 "d - 'Double_t' 0 - - d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 1);
47772 G__memfunc_setup("SetBins",696,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 4, 0,
47773 "i - 'Int_t' 0 - - D - 'Double_t' 10 - - "
47774 "i - 'Int_t' 0 - - D - 'Double_t' 10 - -", (char*)NULL, (void*) NULL, 1);
47775 G__memfunc_setup("SetBins",696,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 9, 1, 4, 0,
47776 "i - 'Int_t' 0 - - d - 'Double_t' 0 - - "
47777 "d - 'Double_t' 0 - - i - 'Int_t' 0 - - "
47778 "d - 'Double_t' 0 - - d - 'Double_t' 0 - - "
47779 "i - 'Int_t' 0 - - d - 'Double_t' 0 - - "
47780 "d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 1);
47781 G__memfunc_setup("SetBins",696,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 6, 1, 4, 0,
47782 "i - 'Int_t' 0 - - D - 'Double_t' 10 - - "
47783 "i - 'Int_t' 0 - - D - 'Double_t' 10 - - "
47784 "i - 'Int_t' 0 - - D - 'Double_t' 10 - -", (char*)NULL, (void*) NULL, 1);
47785 G__memfunc_setup("TProfile",805,G__G__Hist_295_0_15, 105, G__get_linked_tagnum(&G__G__HistLN_TProfile), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47786 G__memfunc_setup("TProfile",805,G__G__Hist_295_0_16, 105, G__get_linked_tagnum(&G__G__HistLN_TProfile), -1, 0, 6, 1, 1, 0,
47787 "C - - 10 - name C - - 10 - title "
47788 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
47789 "d - 'Double_t' 0 - xup C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
47790 G__memfunc_setup("TProfile",805,G__G__Hist_295_0_17, 105, G__get_linked_tagnum(&G__G__HistLN_TProfile), -1, 0, 8, 1, 1, 0,
47791 "C - - 10 - name C - - 10 - title "
47792 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
47793 "d - 'Double_t' 0 - xup d - 'Double_t' 0 - ylow "
47794 "d - 'Double_t' 0 - yup C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
47795 G__memfunc_setup("TProfile",805,G__G__Hist_295_0_18, 105, G__get_linked_tagnum(&G__G__HistLN_TProfile), -1, 0, 5, 1, 1, 0,
47796 "C - - 10 - name C - - 10 - title "
47797 "i - 'Int_t' 0 - nbinsx F - 'Float_t' 10 - xbins "
47798 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
47799 G__memfunc_setup("TProfile",805,G__G__Hist_295_0_19, 105, G__get_linked_tagnum(&G__G__HistLN_TProfile), -1, 0, 5, 1, 1, 0,
47800 "C - - 10 - name C - - 10 - title "
47801 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins "
47802 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
47803 G__memfunc_setup("TProfile",805,G__G__Hist_295_0_20, 105, G__get_linked_tagnum(&G__G__HistLN_TProfile), -1, 0, 7, 1, 1, 0,
47804 "C - - 10 - name C - - 10 - title "
47805 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins "
47806 "d - 'Double_t' 0 - ylow d - 'Double_t' 0 - yup "
47807 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
47808 G__memfunc_setup("TProfile",805,G__G__Hist_295_0_21, 105, G__get_linked_tagnum(&G__G__HistLN_TProfile), -1, 0, 1, 1, 1, 0, "u 'TProfile' - 11 - profile", (char*)NULL, (void*) NULL, 0);
47809 G__memfunc_setup("Add",265,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
47810 "U 'TF1' - 0 - h1 d - 'Double_t' 0 '1' c1 "
47811 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
47812 G__memfunc_setup("Add",265,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
47813 "U 'TH1' - 10 - h1 d - 'Double_t' 0 '1' c1", (char*)NULL, (void*) NULL, 1);
47814 G__memfunc_setup("Add",265,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0,
47815 "U 'TH1' - 10 - h1 U 'TH1' - 10 - h2 "
47816 "d - 'Double_t' 0 '1' c1 d - 'Double_t' 0 '1' c2", "*MENU*", (void*) NULL, 1);
47817 G__memfunc_setup("Approximate",1162,G__G__Hist_295_0_25, 121, -1, -1, 0, 1, 3, 1, 0, "g - 'Bool_t' 0 'kTRUE' approx", (char*)NULL, (void*) G__func2void( (void (*)(Bool_t))(&TProfile::Approximate) ), 0);
47818 G__memfunc_setup("BufferEmpty",1129,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 '0' action", (char*)NULL, (void*) NULL, 1);
47819 G__memfunc_setup("BuildOptions",1244,G__G__Hist_295_0_27, 121, -1, -1, 0, 3, 1, 1, 0,
47820 "d - 'Double_t' 0 - ymin d - 'Double_t' 0 - ymax "
47821 "C - 'Option_t' 10 - option", (char*)NULL, (void*) NULL, 0);
47822 G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - hnew", (char*)NULL, (void*) NULL, 1);
47823 G__memfunc_setup("Divide",597,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
47824 "U 'TF1' - 0 - h1 d - 'Double_t' 0 '1' c1", (char*)NULL, (void*) NULL, 1);
47825 G__memfunc_setup("Divide",597,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TH1' - 10 - h1", (char*)NULL, (void*) NULL, 1);
47826 G__memfunc_setup("Divide",597,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0,
47827 "U 'TH1' - 10 - h1 U 'TH1' - 10 - h2 "
47828 "d - 'Double_t' 0 '1' c1 d - 'Double_t' 0 '1' c2 "
47829 "C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 1);
47830 G__memfunc_setup("DrawCopy",809,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
47831 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
47832 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y", (char*)NULL, (void*) NULL, 1);
47833 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
47834 "C - - 10 - namex d - 'Double_t' 0 - y", (char*)NULL, (void*) NULL, 1);
47835 G__memfunc_setup("Fill",391,G__G__Hist_295_0_35, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
47836 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
47837 "d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
47838 G__memfunc_setup("Fill",391,G__G__Hist_295_0_36, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
47839 "C - - 10 - namex d - 'Double_t' 0 - y "
47840 "d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
47841 G__memfunc_setup("FillN",469,G__G__Hist_295_0_37, 121, -1, -1, 0, 5, 1, 1, 0,
47842 "i - 'Int_t' 0 - ntimes D - 'Double_t' 10 - x "
47843 "D - 'Double_t' 10 - y D - 'Double_t' 10 - w "
47844 "i - 'Int_t' 0 '1' stride", (char*)NULL, (void*) NULL, 1);
47845 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
47846 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
47847 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
47848 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
47849 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - - "
47850 "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
47851 G__memfunc_setup("GetBinError",1091,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
47852 G__memfunc_setup("GetBinError",1091,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
47853 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
47854 G__memfunc_setup("GetBinError",1091,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
47855 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - - "
47856 "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
47857 G__memfunc_setup("GetBinEntries",1299,G__G__Hist_295_0_44, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
47858 G__memfunc_setup("GetBinEffectiveEntries",2212,G__G__Hist_295_0_45, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
47859 G__memfunc_setup("GetBinSumw2",1047,G__G__Hist_295_0_46, 85, G__get_linked_tagnum(&G__G__HistLN_TArrayD), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
47860 G__memfunc_setup("GetBinSumw2",1047,G__G__Hist_295_0_47, 85, G__get_linked_tagnum(&G__G__HistLN_TArrayD), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
47861 G__memfunc_setup("GetErrorOption",1443,G__G__Hist_295_0_48, 67, -1, G__defined_typename("Option_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
47862 G__memfunc_setup("GetObjectInfo",1283,(G__InterfaceMethod) NULL,67, -1, -1, 0, 2, 1, 1, 8,
47863 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
47864 G__memfunc_setup("GetStats",815,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "D - 'Double_t' 0 - stats", (char*)NULL, (void*) NULL, 1);
47865 G__memfunc_setup("GetYmin",701,G__G__Hist_295_0_51, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47866 G__memfunc_setup("GetYmax",703,G__G__Hist_295_0_52, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47867 G__memfunc_setup("LabelsDeflate",1288,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
47868 G__memfunc_setup("LabelsInflate",1302,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
47869 G__memfunc_setup("LabelsOption",1228,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
47870 "C - 'Option_t' 10 '\"h\"' option C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
47871 G__memfunc_setup("Merge",496,(G__InterfaceMethod) NULL,110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 0, "U 'TCollection' - 0 - list", (char*)NULL, (void*) NULL, 1);
47872 G__memfunc_setup("Multiply",864,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
47873 "U 'TF1' - 0 - h1 d - 'Double_t' 0 '1' c1", (char*)NULL, (void*) NULL, 1);
47874 G__memfunc_setup("Multiply",864,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TH1' - 10 - h1", (char*)NULL, (void*) NULL, 1);
47875 G__memfunc_setup("Multiply",864,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0,
47876 "U 'TH1' - 10 - h1 U 'TH1' - 10 - h2 "
47877 "d - 'Double_t' 0 '1' c1 d - 'Double_t' 0 '1' c2 "
47878 "C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 1);
47879 G__memfunc_setup("ProjectionX",1141,G__G__Hist_295_0_60, 85, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 0, 2, 1, 1, 8,
47880 "C - - 10 '\"_px\"' name C - 'Option_t' 10 '\"e\"' option", (char*)NULL, (void*) NULL, 0);
47881 G__memfunc_setup("PutStats",840,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 0 - stats", (char*)NULL, (void*) NULL, 1);
47882 G__memfunc_setup("Rebin",496,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 3, 1, 1, 0,
47883 "i - 'Int_t' 0 '2' ngroup C - - 10 '\"\"' newname "
47884 "D - 'Double_t' 10 '0' xbins", (char*)NULL, (void*) NULL, 1);
47885 G__memfunc_setup("RebinAxis",901,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
47886 "d - 'Double_t' 0 - x U 'TAxis' - 0 - axis", (char*)NULL, (void*) NULL, 1);
47887 G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
47888 G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
47889 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
47890 G__memfunc_setup("Scale",488,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
47891 "d - 'Double_t' 0 '1' c1 C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
47892 G__memfunc_setup("SetBinEntries",1311,G__G__Hist_295_0_67, 121, -1, -1, 0, 2, 1, 1, 0,
47893 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
47894 G__memfunc_setup("SetBins",696,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
47895 "i - 'Int_t' 0 - nbins d - 'Double_t' 0 - xmin "
47896 "d - 'Double_t' 0 - xmax", (char*)NULL, (void*) NULL, 1);
47897 G__memfunc_setup("SetBins",696,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
47898 "i - 'Int_t' 0 - nx D - 'Double_t' 10 - xbins", (char*)NULL, (void*) NULL, 1);
47899 G__memfunc_setup("SetBuffer",902,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
47900 "i - 'Int_t' 0 - buffersize C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
47901 G__memfunc_setup("SetErrorOption",1455,G__G__Hist_295_0_71, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 1);
47902 G__memfunc_setup("Sumw2",478,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
47903 G__memfunc_setup("Class",502,G__G__Hist_295_0_73, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TProfile::Class) ), 0);
47904 G__memfunc_setup("Class_Name",982,G__G__Hist_295_0_74, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TProfile::Class_Name) ), 0);
47905 G__memfunc_setup("Class_Version",1339,G__G__Hist_295_0_75, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TProfile::Class_Version) ), 0);
47906 G__memfunc_setup("Dictionary",1046,G__G__Hist_295_0_76, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TProfile::Dictionary) ), 0);
47907 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47908 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47909 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47910 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_295_0_80, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47911 G__memfunc_setup("DeclFileName",1145,G__G__Hist_295_0_81, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TProfile::DeclFileName) ), 0);
47912 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_295_0_82, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TProfile::ImplFileLine) ), 0);
47913 G__memfunc_setup("ImplFileName",1171,G__G__Hist_295_0_83, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TProfile::ImplFileName) ), 0);
47914 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_295_0_84, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TProfile::DeclFileLine) ), 0);
47915
47916 G__memfunc_setup("~TProfile", 931, G__G__Hist_295_0_85, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47917 G__tag_memfunc_reset();
47918 }
47919
47920 static void G__setup_memfuncTH2C(void) {
47921
47922 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TH2C));
47923 G__memfunc_setup("TH2C",273,G__G__Hist_296_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TH2C), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47924 G__memfunc_setup("TH2C",273,G__G__Hist_296_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TH2C), -1, 0, 8, 1, 1, 0,
47925 "C - - 10 - name C - - 10 - title "
47926 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
47927 "d - 'Double_t' 0 - xup i - 'Int_t' 0 - nbinsy "
47928 "d - 'Double_t' 0 - ylow d - 'Double_t' 0 - yup", (char*)NULL, (void*) NULL, 0);
47929 G__memfunc_setup("TH2C",273,G__G__Hist_296_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TH2C), -1, 0, 7, 1, 1, 0,
47930 "C - - 10 - name C - - 10 - title "
47931 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins "
47932 "i - 'Int_t' 0 - nbinsy d - 'Double_t' 0 - ylow "
47933 "d - 'Double_t' 0 - yup", (char*)NULL, (void*) NULL, 0);
47934 G__memfunc_setup("TH2C",273,G__G__Hist_296_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_TH2C), -1, 0, 7, 1, 1, 0,
47935 "C - - 10 - name C - - 10 - title "
47936 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
47937 "d - 'Double_t' 0 - xup i - 'Int_t' 0 - nbinsy "
47938 "D - 'Double_t' 10 - ybins", (char*)NULL, (void*) NULL, 0);
47939 G__memfunc_setup("TH2C",273,G__G__Hist_296_0_5, 105, G__get_linked_tagnum(&G__G__HistLN_TH2C), -1, 0, 6, 1, 1, 0,
47940 "C - - 10 - name C - - 10 - title "
47941 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins "
47942 "i - 'Int_t' 0 - nbinsy D - 'Double_t' 10 - ybins", (char*)NULL, (void*) NULL, 0);
47943 G__memfunc_setup("TH2C",273,G__G__Hist_296_0_6, 105, G__get_linked_tagnum(&G__G__HistLN_TH2C), -1, 0, 6, 1, 1, 0,
47944 "C - - 10 - name C - - 10 - title "
47945 "i - 'Int_t' 0 - nbinsx F - 'Float_t' 10 - xbins "
47946 "i - 'Int_t' 0 - nbinsy F - 'Float_t' 10 - ybins", (char*)NULL, (void*) NULL, 0);
47947 G__memfunc_setup("TH2C",273,G__G__Hist_296_0_7, 105, G__get_linked_tagnum(&G__G__HistLN_TH2C), -1, 0, 1, 1, 1, 0, "u 'TH2C' - 11 - h2c", (char*)NULL, (void*) NULL, 0);
47948 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
47949 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
47950 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
47951 G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - hnew", (char*)NULL, (void*) NULL, 1);
47952 G__memfunc_setup("DrawCopy",809,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
47953 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
47954 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
47955 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny", (char*)NULL, (void*) NULL, 1);
47956 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
47957 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
47958 "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
47959 G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
47960 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
47961 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
47962 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
47963 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
47964 "d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
47965 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0,
47966 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
47967 "i - 'Int_t' 0 - - d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
47968 G__memfunc_setup("SetBinsLength",1306,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '-1' n", (char*)NULL, (void*) NULL, 1);
47969 G__memfunc_setup("operator=",937,G__G__Hist_296_0_20, 117, G__get_linked_tagnum(&G__G__HistLN_TH2C), -1, 1, 1, 1, 1, 0, "u 'TH2C' - 11 - h1", (char*)NULL, (void*) NULL, 0);
47970 G__memfunc_setup("Class",502,G__G__Hist_296_0_21, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TH2C::Class) ), 0);
47971 G__memfunc_setup("Class_Name",982,G__G__Hist_296_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH2C::Class_Name) ), 0);
47972 G__memfunc_setup("Class_Version",1339,G__G__Hist_296_0_23, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TH2C::Class_Version) ), 0);
47973 G__memfunc_setup("Dictionary",1046,G__G__Hist_296_0_24, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TH2C::Dictionary) ), 0);
47974 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47975 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47976 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47977 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_296_0_28, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47978 G__memfunc_setup("DeclFileName",1145,G__G__Hist_296_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH2C::DeclFileName) ), 0);
47979 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_296_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH2C::ImplFileLine) ), 0);
47980 G__memfunc_setup("ImplFileName",1171,G__G__Hist_296_0_31, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH2C::ImplFileName) ), 0);
47981 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_296_0_32, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH2C::DeclFileLine) ), 0);
47982
47983 G__memfunc_setup("~TH2C", 399, G__G__Hist_296_0_33, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47984 G__tag_memfunc_reset();
47985 }
47986
47987 static void G__setup_memfuncTH2S(void) {
47988
47989 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TH2S));
47990 G__memfunc_setup("TH2S",289,G__G__Hist_297_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TH2S), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47991 G__memfunc_setup("TH2S",289,G__G__Hist_297_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TH2S), -1, 0, 8, 1, 1, 0,
47992 "C - - 10 - name C - - 10 - title "
47993 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
47994 "d - 'Double_t' 0 - xup i - 'Int_t' 0 - nbinsy "
47995 "d - 'Double_t' 0 - ylow d - 'Double_t' 0 - yup", (char*)NULL, (void*) NULL, 0);
47996 G__memfunc_setup("TH2S",289,G__G__Hist_297_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TH2S), -1, 0, 7, 1, 1, 0,
47997 "C - - 10 - name C - - 10 - title "
47998 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins "
47999 "i - 'Int_t' 0 - nbinsy d - 'Double_t' 0 - ylow "
48000 "d - 'Double_t' 0 - yup", (char*)NULL, (void*) NULL, 0);
48001 G__memfunc_setup("TH2S",289,G__G__Hist_297_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_TH2S), -1, 0, 7, 1, 1, 0,
48002 "C - - 10 - name C - - 10 - title "
48003 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
48004 "d - 'Double_t' 0 - xup i - 'Int_t' 0 - nbinsy "
48005 "D - 'Double_t' 10 - ybins", (char*)NULL, (void*) NULL, 0);
48006 G__memfunc_setup("TH2S",289,G__G__Hist_297_0_5, 105, G__get_linked_tagnum(&G__G__HistLN_TH2S), -1, 0, 6, 1, 1, 0,
48007 "C - - 10 - name C - - 10 - title "
48008 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins "
48009 "i - 'Int_t' 0 - nbinsy D - 'Double_t' 10 - ybins", (char*)NULL, (void*) NULL, 0);
48010 G__memfunc_setup("TH2S",289,G__G__Hist_297_0_6, 105, G__get_linked_tagnum(&G__G__HistLN_TH2S), -1, 0, 6, 1, 1, 0,
48011 "C - - 10 - name C - - 10 - title "
48012 "i - 'Int_t' 0 - nbinsx F - 'Float_t' 10 - xbins "
48013 "i - 'Int_t' 0 - nbinsy F - 'Float_t' 10 - ybins", (char*)NULL, (void*) NULL, 0);
48014 G__memfunc_setup("TH2S",289,G__G__Hist_297_0_7, 105, G__get_linked_tagnum(&G__G__HistLN_TH2S), -1, 0, 1, 1, 1, 0, "u 'TH2S' - 11 - h2s", (char*)NULL, (void*) NULL, 0);
48015 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
48016 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
48017 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
48018 G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - hnew", (char*)NULL, (void*) NULL, 1);
48019 G__memfunc_setup("DrawCopy",809,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
48020 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
48021 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
48022 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny", (char*)NULL, (void*) NULL, 1);
48023 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
48024 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
48025 "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
48026 G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
48027 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
48028 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
48029 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
48030 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
48031 "d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
48032 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0,
48033 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
48034 "i - 'Int_t' 0 - - d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
48035 G__memfunc_setup("SetBinsLength",1306,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '-1' n", (char*)NULL, (void*) NULL, 1);
48036 G__memfunc_setup("operator=",937,G__G__Hist_297_0_20, 117, G__get_linked_tagnum(&G__G__HistLN_TH2S), -1, 1, 1, 1, 1, 0, "u 'TH2S' - 11 - h1", (char*)NULL, (void*) NULL, 0);
48037 G__memfunc_setup("Class",502,G__G__Hist_297_0_21, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TH2S::Class) ), 0);
48038 G__memfunc_setup("Class_Name",982,G__G__Hist_297_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH2S::Class_Name) ), 0);
48039 G__memfunc_setup("Class_Version",1339,G__G__Hist_297_0_23, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TH2S::Class_Version) ), 0);
48040 G__memfunc_setup("Dictionary",1046,G__G__Hist_297_0_24, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TH2S::Dictionary) ), 0);
48041 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
48042 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
48043 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
48044 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_297_0_28, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
48045 G__memfunc_setup("DeclFileName",1145,G__G__Hist_297_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH2S::DeclFileName) ), 0);
48046 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_297_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH2S::ImplFileLine) ), 0);
48047 G__memfunc_setup("ImplFileName",1171,G__G__Hist_297_0_31, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH2S::ImplFileName) ), 0);
48048 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_297_0_32, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH2S::DeclFileLine) ), 0);
48049
48050 G__memfunc_setup("~TH2S", 415, G__G__Hist_297_0_33, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
48051 G__tag_memfunc_reset();
48052 }
48053
48054 static void G__setup_memfuncTH2I(void) {
48055
48056 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TH2I));
48057 G__memfunc_setup("TH2I",279,G__G__Hist_298_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TH2I), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
48058 G__memfunc_setup("TH2I",279,G__G__Hist_298_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TH2I), -1, 0, 8, 1, 1, 0,
48059 "C - - 10 - name C - - 10 - title "
48060 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
48061 "d - 'Double_t' 0 - xup i - 'Int_t' 0 - nbinsy "
48062 "d - 'Double_t' 0 - ylow d - 'Double_t' 0 - yup", (char*)NULL, (void*) NULL, 0);
48063 G__memfunc_setup("TH2I",279,G__G__Hist_298_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TH2I), -1, 0, 7, 1, 1, 0,
48064 "C - - 10 - name C - - 10 - title "
48065 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins "
48066 "i - 'Int_t' 0 - nbinsy d - 'Double_t' 0 - ylow "
48067 "d - 'Double_t' 0 - yup", (char*)NULL, (void*) NULL, 0);
48068 G__memfunc_setup("TH2I",279,G__G__Hist_298_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_TH2I), -1, 0, 7, 1, 1, 0,
48069 "C - - 10 - name C - - 10 - title "
48070 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
48071 "d - 'Double_t' 0 - xup i - 'Int_t' 0 - nbinsy "
48072 "D - 'Double_t' 10 - ybins", (char*)NULL, (void*) NULL, 0);
48073 G__memfunc_setup("TH2I",279,G__G__Hist_298_0_5, 105, G__get_linked_tagnum(&G__G__HistLN_TH2I), -1, 0, 6, 1, 1, 0,
48074 "C - - 10 - name C - - 10 - title "
48075 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins "
48076 "i - 'Int_t' 0 - nbinsy D - 'Double_t' 10 - ybins", (char*)NULL, (void*) NULL, 0);
48077 G__memfunc_setup("TH2I",279,G__G__Hist_298_0_6, 105, G__get_linked_tagnum(&G__G__HistLN_TH2I), -1, 0, 6, 1, 1, 0,
48078 "C - - 10 - name C - - 10 - title "
48079 "i - 'Int_t' 0 - nbinsx F - 'Float_t' 10 - xbins "
48080 "i - 'Int_t' 0 - nbinsy F - 'Float_t' 10 - ybins", (char*)NULL, (void*) NULL, 0);
48081 G__memfunc_setup("TH2I",279,G__G__Hist_298_0_7, 105, G__get_linked_tagnum(&G__G__HistLN_TH2I), -1, 0, 1, 1, 1, 0, "u 'TH2I' - 11 - h2i", (char*)NULL, (void*) NULL, 0);
48082 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
48083 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
48084 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
48085 G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - hnew", (char*)NULL, (void*) NULL, 1);
48086 G__memfunc_setup("DrawCopy",809,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
48087 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
48088 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
48089 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny", (char*)NULL, (void*) NULL, 1);
48090 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
48091 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
48092 "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
48093 G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
48094 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
48095 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
48096 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
48097 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
48098 "d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
48099 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0,
48100 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
48101 "i - 'Int_t' 0 - - d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
48102 G__memfunc_setup("SetBinsLength",1306,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '-1' n", (char*)NULL, (void*) NULL, 1);
48103 G__memfunc_setup("operator=",937,G__G__Hist_298_0_20, 117, G__get_linked_tagnum(&G__G__HistLN_TH2I), -1, 1, 1, 1, 1, 0, "u 'TH2I' - 11 - h1", (char*)NULL, (void*) NULL, 0);
48104 G__memfunc_setup("Class",502,G__G__Hist_298_0_21, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TH2I::Class) ), 0);
48105 G__memfunc_setup("Class_Name",982,G__G__Hist_298_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH2I::Class_Name) ), 0);
48106 G__memfunc_setup("Class_Version",1339,G__G__Hist_298_0_23, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TH2I::Class_Version) ), 0);
48107 G__memfunc_setup("Dictionary",1046,G__G__Hist_298_0_24, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TH2I::Dictionary) ), 0);
48108 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
48109 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
48110 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
48111 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_298_0_28, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
48112 G__memfunc_setup("DeclFileName",1145,G__G__Hist_298_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH2I::DeclFileName) ), 0);
48113 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_298_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH2I::ImplFileLine) ), 0);
48114 G__memfunc_setup("ImplFileName",1171,G__G__Hist_298_0_31, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH2I::ImplFileName) ), 0);
48115 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_298_0_32, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH2I::DeclFileLine) ), 0);
48116
48117 G__memfunc_setup("~TH2I", 405, G__G__Hist_298_0_33, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
48118 G__tag_memfunc_reset();
48119 }
48120
48121 static void G__setup_memfuncTH2F(void) {
48122
48123 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TH2F));
48124 G__memfunc_setup("TH2F",276,G__G__Hist_299_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TH2F), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
48125 G__memfunc_setup("TH2F",276,G__G__Hist_299_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TH2F), -1, 0, 8, 1, 1, 0,
48126 "C - - 10 - name C - - 10 - title "
48127 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
48128 "d - 'Double_t' 0 - xup i - 'Int_t' 0 - nbinsy "
48129 "d - 'Double_t' 0 - ylow d - 'Double_t' 0 - yup", (char*)NULL, (void*) NULL, 0);
48130 G__memfunc_setup("TH2F",276,G__G__Hist_299_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TH2F), -1, 0, 7, 1, 1, 0,
48131 "C - - 10 - name C - - 10 - title "
48132 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins "
48133 "i - 'Int_t' 0 - nbinsy d - 'Double_t' 0 - ylow "
48134 "d - 'Double_t' 0 - yup", (char*)NULL, (void*) NULL, 0);
48135 G__memfunc_setup("TH2F",276,G__G__Hist_299_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_TH2F), -1, 0, 7, 1, 1, 0,
48136 "C - - 10 - name C - - 10 - title "
48137 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
48138 "d - 'Double_t' 0 - xup i - 'Int_t' 0 - nbinsy "
48139 "D - 'Double_t' 10 - ybins", (char*)NULL, (void*) NULL, 0);
48140 G__memfunc_setup("TH2F",276,G__G__Hist_299_0_5, 105, G__get_linked_tagnum(&G__G__HistLN_TH2F), -1, 0, 6, 1, 1, 0,
48141 "C - - 10 - name C - - 10 - title "
48142 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins "
48143 "i - 'Int_t' 0 - nbinsy D - 'Double_t' 10 - ybins", (char*)NULL, (void*) NULL, 0);
48144 G__memfunc_setup("TH2F",276,G__G__Hist_299_0_6, 105, G__get_linked_tagnum(&G__G__HistLN_TH2F), -1, 0, 6, 1, 1, 0,
48145 "C - - 10 - name C - - 10 - title "
48146 "i - 'Int_t' 0 - nbinsx F - 'Float_t' 10 - xbins "
48147 "i - 'Int_t' 0 - nbinsy F - 'Float_t' 10 - ybins", (char*)NULL, (void*) NULL, 0);
48148 G__memfunc_setup("TH2F",276,G__G__Hist_299_0_7, 105, G__get_linked_tagnum(&G__G__HistLN_TH2F), -1, 0, 1, 1, 1, 0, "u 'TMatrixTBase<float>' 'TMatrixFBase' 11 - m", (char*)NULL, (void*) NULL, 0);
48149 G__memfunc_setup("TH2F",276,G__G__Hist_299_0_8, 105, G__get_linked_tagnum(&G__G__HistLN_TH2F), -1, 0, 1, 1, 1, 0, "u 'TH2F' - 11 - h2f", (char*)NULL, (void*) NULL, 0);
48150 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
48151 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
48152 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
48153 G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - hnew", (char*)NULL, (void*) NULL, 1);
48154 G__memfunc_setup("DrawCopy",809,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
48155 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
48156 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
48157 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny", (char*)NULL, (void*) NULL, 1);
48158 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
48159 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
48160 "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
48161 G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
48162 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
48163 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
48164 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
48165 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
48166 "d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
48167 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0,
48168 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
48169 "i - 'Int_t' 0 - - d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
48170 G__memfunc_setup("SetBinsLength",1306,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '-1' n", (char*)NULL, (void*) NULL, 1);
48171 G__memfunc_setup("operator=",937,G__G__Hist_299_0_21, 117, G__get_linked_tagnum(&G__G__HistLN_TH2F), -1, 1, 1, 1, 1, 0, "u 'TH2F' - 11 - h1", (char*)NULL, (void*) NULL, 0);
48172 G__memfunc_setup("Class",502,G__G__Hist_299_0_22, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TH2F::Class) ), 0);
48173 G__memfunc_setup("Class_Name",982,G__G__Hist_299_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH2F::Class_Name) ), 0);
48174 G__memfunc_setup("Class_Version",1339,G__G__Hist_299_0_24, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TH2F::Class_Version) ), 0);
48175 G__memfunc_setup("Dictionary",1046,G__G__Hist_299_0_25, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TH2F::Dictionary) ), 0);
48176 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
48177 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
48178 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
48179 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_299_0_29, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
48180 G__memfunc_setup("DeclFileName",1145,G__G__Hist_299_0_30, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH2F::DeclFileName) ), 0);
48181 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_299_0_31, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH2F::ImplFileLine) ), 0);
48182 G__memfunc_setup("ImplFileName",1171,G__G__Hist_299_0_32, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH2F::ImplFileName) ), 0);
48183 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_299_0_33, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH2F::DeclFileLine) ), 0);
48184
48185 G__memfunc_setup("~TH2F", 402, G__G__Hist_299_0_34, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
48186 G__tag_memfunc_reset();
48187 }
48188
48189 static void G__setup_memfuncTH2PolyBin(void) {
48190
48191 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TH2PolyBin));
48192 G__memfunc_setup("TH2PolyBin",907,G__G__Hist_303_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TH2PolyBin), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
48193 G__memfunc_setup("TH2PolyBin",907,G__G__Hist_303_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TH2PolyBin), -1, 0, 2, 1, 1, 0,
48194 "U 'TObject' - 0 - poly i - 'Int_t' 0 - bin_number", (char*)NULL, (void*) NULL, 0);
48195 G__memfunc_setup("ClearContent",1218,G__G__Hist_303_0_3, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
48196 G__memfunc_setup("Fill",391,G__G__Hist_303_0_4, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 0);
48197 G__memfunc_setup("GetArea",665,G__G__Hist_303_0_5, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
48198 G__memfunc_setup("GetContent",1019,G__G__Hist_303_0_6, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
48199 G__memfunc_setup("GetChanged",970,G__G__Hist_303_0_7, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
48200 G__memfunc_setup("GetBinNumber",1186,G__G__Hist_303_0_8, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
48201 G__memfunc_setup("GetPolygon",1032,G__G__Hist_303_0_9, 85, G__get_linked_tagnum(&G__G__HistLN_TObject), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
48202 G__memfunc_setup("GetXMax",670,G__G__Hist_303_0_10, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
48203 G__memfunc_setup("GetXMin",668,G__G__Hist_303_0_11, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
48204 G__memfunc_setup("GetYMax",671,G__G__Hist_303_0_12, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
48205 G__memfunc_setup("GetYMin",669,G__G__Hist_303_0_13, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
48206 G__memfunc_setup("IsInside",792,G__G__Hist_303_0_14, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 8,
48207 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y", (char*)NULL, (void*) NULL, 0);
48208 G__memfunc_setup("SetChanged",982,G__G__Hist_303_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - flag", (char*)NULL, (void*) NULL, 0);
48209 G__memfunc_setup("SetContent",1031,G__G__Hist_303_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 0);
48210 G__memfunc_setup("Class",502,G__G__Hist_303_0_17, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TH2PolyBin::Class) ), 0);
48211 G__memfunc_setup("Class_Name",982,G__G__Hist_303_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH2PolyBin::Class_Name) ), 0);
48212 G__memfunc_setup("Class_Version",1339,G__G__Hist_303_0_19, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TH2PolyBin::Class_Version) ), 0);
48213 G__memfunc_setup("Dictionary",1046,G__G__Hist_303_0_20, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TH2PolyBin::Dictionary) ), 0);
48214 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
48215 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
48216 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
48217 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_303_0_24, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
48218 G__memfunc_setup("DeclFileName",1145,G__G__Hist_303_0_25, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH2PolyBin::DeclFileName) ), 0);
48219 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_303_0_26, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH2PolyBin::ImplFileLine) ), 0);
48220 G__memfunc_setup("ImplFileName",1171,G__G__Hist_303_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH2PolyBin::ImplFileName) ), 0);
48221 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_303_0_28, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH2PolyBin::DeclFileLine) ), 0);
48222
48223 G__memfunc_setup("TH2PolyBin", 907, G__G__Hist_303_0_29, (int) ('i'), G__get_linked_tagnum(&G__G__HistLN_TH2PolyBin), -1, 0, 1, 1, 1, 0, "u 'TH2PolyBin' - 11 - -", (char*) NULL, (void*) NULL, 0);
48224
48225 G__memfunc_setup("~TH2PolyBin", 1033, G__G__Hist_303_0_30, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
48226
48227 G__memfunc_setup("operator=", 937, G__G__Hist_303_0_31, (int) ('u'), G__get_linked_tagnum(&G__G__HistLN_TH2PolyBin), -1, 1, 1, 1, 1, 0, "u 'TH2PolyBin' - 11 - -", (char*) NULL, (void*) NULL, 0);
48228 G__tag_memfunc_reset();
48229 }
48230
48231 static void G__setup_memfuncTH2Poly(void) {
48232
48233 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TH2Poly));
48234 G__memfunc_setup("TH2Poly",626,G__G__Hist_305_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TH2Poly), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
48235 G__memfunc_setup("TH2Poly",626,G__G__Hist_305_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TH2Poly), -1, 0, 6, 1, 1, 0,
48236 "C - - 10 - name C - - 10 - title "
48237 "d - 'Double_t' 0 - xlow d - 'Double_t' 0 - xup "
48238 "d - 'Double_t' 0 - ylow d - 'Double_t' 0 - yup", (char*)NULL, (void*) NULL, 0);
48239 G__memfunc_setup("TH2Poly",626,G__G__Hist_305_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TH2Poly), -1, 0, 8, 1, 1, 0,
48240 "C - - 10 - name C - - 10 - title "
48241 "i - 'Int_t' 0 - nX d - 'Double_t' 0 - xlow "
48242 "d - 'Double_t' 0 - xup i - 'Int_t' 0 - nY "
48243 "d - 'Double_t' 0 - ylow d - 'Double_t' 0 - yup", (char*)NULL, (void*) NULL, 0);
48244 G__memfunc_setup("AddBin",546,G__G__Hist_305_0_4, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "U 'TObject' - 0 - poly", (char*)NULL, (void*) NULL, 0);
48245 G__memfunc_setup("AddBin",546,G__G__Hist_305_0_5, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
48246 "i - 'Int_t' 0 - n D - 'Double_t' 10 - x "
48247 "D - 'Double_t' 10 - y", (char*)NULL, (void*) NULL, 0);
48248 G__memfunc_setup("AddBin",546,G__G__Hist_305_0_6, 105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0,
48249 "d - 'Double_t' 0 - x1 d - 'Double_t' 0 - y1 "
48250 "d - 'Double_t' 0 - x2 d - 'Double_t' 0 - y2", (char*)NULL, (void*) NULL, 0);
48251 G__memfunc_setup("ClearBinContents",1614,G__G__Hist_305_0_7, 121, -1, -1, 0, 0, 1, 1, 0, "", "Clears the content of all bins", (void*) NULL, 0);
48252 G__memfunc_setup("ChangePartition",1536,G__G__Hist_305_0_8, 121, -1, -1, 0, 2, 1, 1, 0,
48253 "i - 'Int_t' 0 - n i - 'Int_t' 0 - m", "Sets the number of partition cells to another value", (void*) NULL, 0);
48254 G__memfunc_setup("DrawCopy",809,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
48255 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
48256 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y", (char*)NULL, (void*) NULL, 1);
48257 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
48258 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
48259 "d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
48260 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
48261 "C - - 10 - name d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
48262 G__memfunc_setup("FillN",469,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0,
48263 "i - 'Int_t' 0 - ntimes D - 'Double_t' 10 - x "
48264 "D - 'Double_t' 10 - y D - 'Double_t' 10 - w "
48265 "i - 'Int_t' 0 '1' stride", (char*)NULL, (void*) NULL, 1);
48266 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - -", "MayNotUse", (void*) NULL, 1);
48267 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
48268 "d - 'Double_t' 0 - - C - - 10 - - "
48269 "d - 'Double_t' 0 - -", "MayNotUse", (void*) NULL, 1);
48270 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
48271 "C - - 10 - - d - 'Double_t' 0 - - "
48272 "d - 'Double_t' 0 - -", "MayNotUse", (void*) NULL, 1);
48273 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
48274 "C - - 10 - - C - - 10 - - "
48275 "d - 'Double_t' 0 - -", "MayNotUse", (void*) NULL, 1);
48276 G__memfunc_setup("FillN",469,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0,
48277 "i - 'Int_t' 0 - - D - 'Double_t' 10 - - "
48278 "D - 'Double_t' 10 - - i - 'Int_t' 0 - -", "MayNotUse", (void*) NULL, 1);
48279 G__memfunc_setup("FindBin",666,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
48280 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
48281 "d - 'Double_t' 0 '0' z", (char*)NULL, (void*) NULL, 1);
48282 G__memfunc_setup("GetBins",684,G__G__Hist_305_0_20, 85, G__get_linked_tagnum(&G__G__HistLN_TList), -1, 0, 0, 1, 1, 0, "", "Returns the TList of all bins in the histogram", (void*) NULL, 0);
48283 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
48284 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
48285 "i - 'Int_t' 0 - - i - 'Int_t' 0 - -", "MayNotUse", (void*) NULL, 1);
48286 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
48287 "i - 'Int_t' 0 - - i - 'Int_t' 0 - - "
48288 "i - 'Int_t' 0 - -", "MayNotUse", (void*) NULL, 1);
48289 G__memfunc_setup("GetBinContentChanged",1982,G__G__Hist_305_0_24, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
48290 G__memfunc_setup("GetBinError",1091,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
48291 G__memfunc_setup("GetBinError",1091,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
48292 "i - 'Int_t' 0 - - i - 'Int_t' 0 - -", "MayNotUse", (void*) NULL, 1);
48293 G__memfunc_setup("GetBinError",1091,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
48294 "i - 'Int_t' 0 - - i - 'Int_t' 0 - - "
48295 "i - 'Int_t' 0 - -", "MayNotUse", (void*) NULL, 1);
48296 G__memfunc_setup("GetBinName",954,G__G__Hist_305_0_28, 67, -1, -1, 0, 1, 1, 1, 9, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 0);
48297 G__memfunc_setup("GetBinTitle",1083,G__G__Hist_305_0_29, 67, -1, -1, 0, 1, 1, 1, 9, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 0);
48298 G__memfunc_setup("GetFloat",790,G__G__Hist_305_0_30, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
48299 G__memfunc_setup("GetMaximum",1022,G__G__Hist_305_0_31, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
48300 G__memfunc_setup("GetMaximum",1022,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - maxval", (char*)NULL, (void*) NULL, 1);
48301 G__memfunc_setup("GetMinimum",1020,G__G__Hist_305_0_33, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
48302 G__memfunc_setup("GetMinimum",1020,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - minval", (char*)NULL, (void*) NULL, 1);
48303 G__memfunc_setup("GetNewBinAdded",1333,G__G__Hist_305_0_35, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
48304 G__memfunc_setup("GetNumberOfBins",1482,G__G__Hist_305_0_36, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
48305 G__memfunc_setup("Honeycomb",932,G__G__Hist_305_0_37, 121, -1, -1, 0, 5, 1, 1, 0,
48306 "d - 'Double_t' 0 - xstart d - 'Double_t' 0 - ystart "
48307 "d - 'Double_t' 0 - a i - 'Int_t' 0 - k "
48308 "i - 'Int_t' 0 - s", "Bins the histogram using a honeycomb structure", (void*) NULL, 0);
48309 G__memfunc_setup("Integral",822,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
48310 G__memfunc_setup("Integral",822,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
48311 "i - 'Int_t' 0 - - i - 'Int_t' 0 - - "
48312 "C - 'Option_t' 10 - -", "MayNotUse", (void*) NULL, 1);
48313 G__memfunc_setup("Integral",822,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 5, 1, 1, 8,
48314 "i - 'Int_t' 0 - - i - 'Int_t' 0 - - "
48315 "i - 'Int_t' 0 - - i - 'Int_t' 0 - - "
48316 "C - 'Option_t' 10 - -", "MayNotUse", (void*) NULL, 1);
48317 G__memfunc_setup("Integral",822,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 7, 1, 1, 8,
48318 "i - 'Int_t' 0 - - i - 'Int_t' 0 - - "
48319 "i - 'Int_t' 0 - - i - 'Int_t' 0 - - "
48320 "i - 'Int_t' 0 - - i - 'Int_t' 0 - - "
48321 "C - 'Option_t' 10 - -", "MayNotUse", (void*) NULL, 1);
48322 G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
48323 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
48324 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
48325 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
48326 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
48327 "i - 'Int_t' 0 - - i - 'Int_t' 0 - - "
48328 "d - 'Double_t' 0 - -", "MayNotUse", (void*) NULL, 1);
48329 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0,
48330 "i - 'Int_t' 0 - - i - 'Int_t' 0 - - "
48331 "i - 'Int_t' 0 - - d - 'Double_t' 0 - -", "MayNotUse", (void*) NULL, 1);
48332 G__memfunc_setup("SetBinContentChanged",1994,G__G__Hist_305_0_46, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - flag", (char*)NULL, (void*) NULL, 0);
48333 G__memfunc_setup("SetFloat",802,G__G__Hist_305_0_47, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'true' flag", (char*)NULL, (void*) NULL, 0);
48334 G__memfunc_setup("SetNewBinAdded",1345,G__G__Hist_305_0_48, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - flag", (char*)NULL, (void*) NULL, 0);
48335 G__memfunc_setup("AddBinToPartition",1695,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TH2PolyBin' - 0 - bin", "Adds the input bin into the partition matrix", (void*) NULL, 0);
48336 G__memfunc_setup("Initialize",1042,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 6, 1, 2, 0,
48337 "d - 'Double_t' 0 - xlow d - 'Double_t' 0 - xup "
48338 "d - 'Double_t' 0 - ylow d - 'Double_t' 0 - yup "
48339 "i - 'Int_t' 0 - n i - 'Int_t' 0 - m", (char*)NULL, (void*) NULL, 0);
48340 G__memfunc_setup("IsIntersecting",1451,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 5, 1, 2, 0,
48341 "U 'TH2PolyBin' - 0 - bin d - 'Double_t' 0 - xclipl "
48342 "d - 'Double_t' 0 - xclipr d - 'Double_t' 0 - yclipb "
48343 "d - 'Double_t' 0 - yclipt", (char*)NULL, (void*) NULL, 0);
48344 G__memfunc_setup("IsIntersectingPolygon",2195,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 7, 1, 2, 0,
48345 "i - 'Int_t' 0 - bn D - 'Double_t' 0 - x "
48346 "D - 'Double_t' 0 - y d - 'Double_t' 0 - xclipl "
48347 "d - 'Double_t' 0 - xclipr d - 'Double_t' 0 - yclipb "
48348 "d - 'Double_t' 0 - yclipt", (char*)NULL, (void*) NULL, 0);
48349 G__memfunc_setup("Class",502,G__G__Hist_305_0_53, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TH2Poly::Class) ), 0);
48350 G__memfunc_setup("Class_Name",982,G__G__Hist_305_0_54, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH2Poly::Class_Name) ), 0);
48351 G__memfunc_setup("Class_Version",1339,G__G__Hist_305_0_55, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TH2Poly::Class_Version) ), 0);
48352 G__memfunc_setup("Dictionary",1046,G__G__Hist_305_0_56, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TH2Poly::Dictionary) ), 0);
48353 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
48354 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
48355 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
48356 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_305_0_60, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
48357 G__memfunc_setup("DeclFileName",1145,G__G__Hist_305_0_61, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH2Poly::DeclFileName) ), 0);
48358 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_305_0_62, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH2Poly::ImplFileLine) ), 0);
48359 G__memfunc_setup("ImplFileName",1171,G__G__Hist_305_0_63, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH2Poly::ImplFileName) ), 0);
48360 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_305_0_64, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH2Poly::DeclFileLine) ), 0);
48361
48362 G__memfunc_setup("TH2Poly", 626, G__G__Hist_305_0_65, (int) ('i'), G__get_linked_tagnum(&G__G__HistLN_TH2Poly), -1, 0, 1, 1, 1, 0, "u 'TH2Poly' - 11 - -", (char*) NULL, (void*) NULL, 0);
48363
48364 G__memfunc_setup("~TH2Poly", 752, G__G__Hist_305_0_66, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
48365 G__tag_memfunc_reset();
48366 }
48367
48368 static void G__setup_memfuncTProfile2D(void) {
48369
48370 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile2D));
48371 G__memfunc_setup("BufferFill",993,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 2, 0,
48372 "d - 'Double_t' 0 - - d - 'Double_t' 0 - -", "may not use", (void*) NULL, 1);
48373 G__memfunc_setup("BufferFill",993,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 2, 0,
48374 "d - 'Double_t' 0 - - d - 'Double_t' 0 - - "
48375 "d - 'Double_t' 0 - -", "may not use", (void*) NULL, 1);
48376 G__memfunc_setup("BufferFill",993,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 4, 1, 2, 0,
48377 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
48378 "d - 'Double_t' 0 - z d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
48379 G__memfunc_setup("SetBins",696,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0,
48380 "I - 'Int_t' 10 - nbins D - 'Double_t' 10 - range", (char*)NULL, (void*) NULL, 0);
48381 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 0, "D - 'Double_t' 10 - v", (char*)NULL, (void*) NULL, 0);
48382 G__memfunc_setup("GetB",354,(G__InterfaceMethod) NULL, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
48383 G__memfunc_setup("GetB2",404,(G__InterfaceMethod) NULL, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
48384 G__memfunc_setup("GetW",375,(G__InterfaceMethod) NULL, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
48385 G__memfunc_setup("GetW2",425,(G__InterfaceMethod) NULL, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
48386 G__memfunc_setup("SetBins",696,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 4, 0,
48387 "i - 'Int_t' 0 - - d - 'Double_t' 0 - - "
48388 "d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 1);
48389 G__memfunc_setup("SetBins",696,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 0,
48390 "i - 'Int_t' 0 - - D - 'Double_t' 10 - -", (char*)NULL, (void*) NULL, 1);
48391 G__memfunc_setup("SetBins",696,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 4, 0,
48392 "i - 'Int_t' 0 - - D - 'Double_t' 10 - - "
48393 "i - 'Int_t' 0 - - D - 'Double_t' 10 - -", (char*)NULL, (void*) NULL, 1);
48394 G__memfunc_setup("SetBins",696,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 9, 1, 4, 0,
48395 "i - 'Int_t' 0 - - d - 'Double_t' 0 - - "
48396 "d - 'Double_t' 0 - - i - 'Int_t' 0 - - "
48397 "d - 'Double_t' 0 - - d - 'Double_t' 0 - - "
48398 "i - 'Int_t' 0 - - d - 'Double_t' 0 - - "
48399 "d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 1);
48400 G__memfunc_setup("SetBins",696,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 6, 1, 4, 0,
48401 "i - 'Int_t' 0 - - D - 'Double_t' 10 - - "
48402 "i - 'Int_t' 0 - - D - 'Double_t' 10 - - "
48403 "i - 'Int_t' 0 - - D - 'Double_t' 10 - -", (char*)NULL, (void*) NULL, 1);
48404 G__memfunc_setup("TProfile2D",923,G__G__Hist_307_0_15, 105, G__get_linked_tagnum(&G__G__HistLN_TProfile2D), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
48405 G__memfunc_setup("TProfile2D",923,G__G__Hist_307_0_16, 105, G__get_linked_tagnum(&G__G__HistLN_TProfile2D), -1, 0, 11, 1, 1, 0,
48406 "C - - 10 - name C - - 10 - title "
48407 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
48408 "d - 'Double_t' 0 - xup i - 'Int_t' 0 - nbinsy "
48409 "d - 'Double_t' 0 - ylow d - 'Double_t' 0 - yup "
48410 "d - 'Double_t' 0 - zlow d - 'Double_t' 0 - zup "
48411 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
48412 G__memfunc_setup("TProfile2D",923,G__G__Hist_307_0_17, 105, G__get_linked_tagnum(&G__G__HistLN_TProfile2D), -1, 0, 9, 1, 1, 0,
48413 "C - - 10 - name C - - 10 - title "
48414 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
48415 "d - 'Double_t' 0 - xup i - 'Int_t' 0 - nbinsy "
48416 "d - 'Double_t' 0 - ylow d - 'Double_t' 0 - yup "
48417 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
48418 G__memfunc_setup("TProfile2D",923,G__G__Hist_307_0_18, 105, G__get_linked_tagnum(&G__G__HistLN_TProfile2D), -1, 0, 8, 1, 1, 0,
48419 "C - - 10 - name C - - 10 - title "
48420 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins "
48421 "i - 'Int_t' 0 - nbinsy d - 'Double_t' 0 - ylow "
48422 "d - 'Double_t' 0 - yup C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
48423 G__memfunc_setup("TProfile2D",923,G__G__Hist_307_0_19, 105, G__get_linked_tagnum(&G__G__HistLN_TProfile2D), -1, 0, 8, 1, 1, 0,
48424 "C - - 10 - name C - - 10 - title "
48425 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
48426 "d - 'Double_t' 0 - xup i - 'Int_t' 0 - nbinsy "
48427 "D - 'Double_t' 10 - ybins C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
48428 G__memfunc_setup("TProfile2D",923,G__G__Hist_307_0_20, 105, G__get_linked_tagnum(&G__G__HistLN_TProfile2D), -1, 0, 7, 1, 1, 0,
48429 "C - - 10 - name C - - 10 - title "
48430 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins "
48431 "i - 'Int_t' 0 - nbinsy D - 'Double_t' 10 - ybins "
48432 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
48433 G__memfunc_setup("TProfile2D",923,G__G__Hist_307_0_21, 105, G__get_linked_tagnum(&G__G__HistLN_TProfile2D), -1, 0, 1, 1, 1, 0, "u 'TProfile2D' - 11 - profile", (char*)NULL, (void*) NULL, 0);
48434 G__memfunc_setup("Add",265,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
48435 "U 'TF1' - 0 - h1 d - 'Double_t' 0 '1' c1 "
48436 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
48437 G__memfunc_setup("Add",265,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
48438 "U 'TH1' - 10 - h1 d - 'Double_t' 0 '1' c1", (char*)NULL, (void*) NULL, 1);
48439 G__memfunc_setup("Add",265,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0,
48440 "U 'TH1' - 10 - h1 U 'TH1' - 10 - h2 "
48441 "d - 'Double_t' 0 '1' c1 d - 'Double_t' 0 '1' c2", "*MENU*", (void*) NULL, 1);
48442 G__memfunc_setup("Approximate",1162,G__G__Hist_307_0_25, 121, -1, -1, 0, 1, 3, 1, 0, "g - 'Bool_t' 0 'kTRUE' approx", (char*)NULL, (void*) G__func2void( (void (*)(Bool_t))(&TProfile2D::Approximate) ), 0);
48443 G__memfunc_setup("BuildOptions",1244,G__G__Hist_307_0_26, 121, -1, -1, 0, 3, 1, 1, 0,
48444 "d - 'Double_t' 0 - zmin d - 'Double_t' 0 - zmax "
48445 "C - 'Option_t' 10 - option", (char*)NULL, (void*) NULL, 0);
48446 G__memfunc_setup("BufferEmpty",1129,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 '0' action", (char*)NULL, (void*) NULL, 1);
48447 G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - hnew", (char*)NULL, (void*) NULL, 1);
48448 G__memfunc_setup("Divide",597,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
48449 "U 'TF1' - 0 - h1 d - 'Double_t' 0 '1' c1", (char*)NULL, (void*) NULL, 1);
48450 G__memfunc_setup("Divide",597,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TH1' - 10 - h1", (char*)NULL, (void*) NULL, 1);
48451 G__memfunc_setup("Divide",597,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0,
48452 "U 'TH1' - 10 - h1 U 'TH1' - 10 - h2 "
48453 "d - 'Double_t' 0 '1' c1 d - 'Double_t' 0 '1' c2 "
48454 "C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 1);
48455 G__memfunc_setup("DrawCopy",809,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
48456 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - -", "MayNotUse", (void*) NULL, 1);
48457 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
48458 "C - - 10 - - d - 'Double_t' 0 - -", "MayNotUse", (void*) NULL, 1);
48459 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
48460 "d - 'Double_t' 0 - - d - 'Double_t' 0 - -", "MayNotUse", (void*) NULL, 1);
48461 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
48462 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
48463 "d - 'Double_t' 0 - z", (char*)NULL, (void*) NULL, 1);
48464 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
48465 "d - 'Double_t' 0 - x C - - 10 - namey "
48466 "d - 'Double_t' 0 - z", (char*)NULL, (void*) NULL, 1);
48467 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
48468 "C - - 10 - namex d - 'Double_t' 0 - y "
48469 "d - 'Double_t' 0 - z", (char*)NULL, (void*) NULL, 1);
48470 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
48471 "C - - 10 - namex C - - 10 - namey "
48472 "d - 'Double_t' 0 - z", (char*)NULL, (void*) NULL, 1);
48473 G__memfunc_setup("Fill",391,G__G__Hist_307_0_40, 105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0,
48474 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
48475 "d - 'Double_t' 0 - z d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
48476 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
48477 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
48478 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny", (char*)NULL, (void*) NULL, 1);
48479 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
48480 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
48481 "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
48482 G__memfunc_setup("GetBinError",1091,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
48483 G__memfunc_setup("GetBinError",1091,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
48484 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny", (char*)NULL, (void*) NULL, 1);
48485 G__memfunc_setup("GetBinError",1091,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
48486 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
48487 "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
48488 G__memfunc_setup("GetBinEntries",1299,G__G__Hist_307_0_47, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
48489 G__memfunc_setup("GetBinEffectiveEntries",2212,G__G__Hist_307_0_48, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
48490 G__memfunc_setup("GetBinSumw2",1047,G__G__Hist_307_0_49, 85, G__get_linked_tagnum(&G__G__HistLN_TArrayD), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
48491 G__memfunc_setup("GetBinSumw2",1047,G__G__Hist_307_0_50, 85, G__get_linked_tagnum(&G__G__HistLN_TArrayD), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
48492 G__memfunc_setup("GetErrorOption",1443,G__G__Hist_307_0_51, 67, -1, G__defined_typename("Option_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
48493 G__memfunc_setup("GetStats",815,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "D - 'Double_t' 0 - stats", (char*)NULL, (void*) NULL, 1);
48494 G__memfunc_setup("GetZmin",702,G__G__Hist_307_0_53, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
48495 G__memfunc_setup("GetZmax",704,G__G__Hist_307_0_54, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
48496 G__memfunc_setup("LabelsDeflate",1288,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
48497 G__memfunc_setup("LabelsInflate",1302,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
48498 G__memfunc_setup("LabelsOption",1228,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
48499 "C - 'Option_t' 10 '\"h\"' option C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 1);
48500 G__memfunc_setup("Merge",496,(G__InterfaceMethod) NULL,110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 0, "U 'TCollection' - 0 - list", (char*)NULL, (void*) NULL, 1);
48501 G__memfunc_setup("Multiply",864,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
48502 "U 'TF1' - 0 - h1 d - 'Double_t' 0 '1' c1", (char*)NULL, (void*) NULL, 1);
48503 G__memfunc_setup("Multiply",864,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TH1' - 10 - h1", (char*)NULL, (void*) NULL, 1);
48504 G__memfunc_setup("Multiply",864,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0,
48505 "U 'TH1' - 10 - h1 U 'TH1' - 10 - h2 "
48506 "d - 'Double_t' 0 '1' c1 d - 'Double_t' 0 '1' c2 "
48507 "C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 1);
48508 G__memfunc_setup("ProjectionXY",1230,G__G__Hist_307_0_62, 85, G__get_linked_tagnum(&G__G__HistLN_TH2D), -1, 0, 2, 1, 1, 8,
48509 "C - - 10 '\"_pxy\"' name C - 'Option_t' 10 '\"e\"' option", (char*)NULL, (void*) NULL, 0);
48510 G__memfunc_setup("PutStats",840,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 0 - stats", (char*)NULL, (void*) NULL, 1);
48511 G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
48512 G__memfunc_setup("RebinAxis",901,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
48513 "d - 'Double_t' 0 - x U 'TAxis' - 0 - axis", (char*)NULL, (void*) NULL, 1);
48514 G__memfunc_setup("Rebin2D",614,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TProfile2D), -1, 0, 3, 1, 1, 0,
48515 "i - 'Int_t' 0 '2' nxgroup i - 'Int_t' 0 '2' nygroup "
48516 "C - - 10 '\"\"' newname", (char*)NULL, (void*) NULL, 1);
48517 G__memfunc_setup("RebinX",584,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TProfile2D), -1, 0, 2, 1, 1, 0,
48518 "i - 'Int_t' 0 '2' ngroup C - - 10 '\"\"' newname", (char*)NULL, (void*) NULL, 1);
48519 G__memfunc_setup("RebinY",585,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TProfile2D), -1, 0, 2, 1, 1, 0,
48520 "i - 'Int_t' 0 '2' ngroup C - - 10 '\"\"' newname", (char*)NULL, (void*) NULL, 1);
48521 G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
48522 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
48523 G__memfunc_setup("Scale",488,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
48524 "d - 'Double_t' 0 '1' c1 C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
48525 G__memfunc_setup("SetBinEntries",1311,G__G__Hist_307_0_71, 121, -1, -1, 0, 2, 1, 1, 0,
48526 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
48527 G__memfunc_setup("SetBins",696,(G__InterfaceMethod) NULL,121, -1, -1, 0, 6, 1, 1, 0,
48528 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xmin "
48529 "d - 'Double_t' 0 - xmax i - 'Int_t' 0 - nbinsy "
48530 "d - 'Double_t' 0 - ymin d - 'Double_t' 0 - ymax", (char*)NULL, (void*) NULL, 1);
48531 G__memfunc_setup("SetBuffer",902,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
48532 "i - 'Int_t' 0 - buffersize C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
48533 G__memfunc_setup("SetErrorOption",1455,G__G__Hist_307_0_74, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 1);
48534 G__memfunc_setup("Sumw2",478,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
48535 G__memfunc_setup("Class",502,G__G__Hist_307_0_76, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TProfile2D::Class) ), 0);
48536 G__memfunc_setup("Class_Name",982,G__G__Hist_307_0_77, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TProfile2D::Class_Name) ), 0);
48537 G__memfunc_setup("Class_Version",1339,G__G__Hist_307_0_78, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TProfile2D::Class_Version) ), 0);
48538 G__memfunc_setup("Dictionary",1046,G__G__Hist_307_0_79, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TProfile2D::Dictionary) ), 0);
48539 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
48540 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
48541 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
48542 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_307_0_83, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
48543 G__memfunc_setup("DeclFileName",1145,G__G__Hist_307_0_84, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TProfile2D::DeclFileName) ), 0);
48544 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_307_0_85, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TProfile2D::ImplFileLine) ), 0);
48545 G__memfunc_setup("ImplFileName",1171,G__G__Hist_307_0_86, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TProfile2D::ImplFileName) ), 0);
48546 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_307_0_87, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TProfile2D::DeclFileLine) ), 0);
48547
48548 G__memfunc_setup("~TProfile2D", 1049, G__G__Hist_307_0_88, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
48549 G__tag_memfunc_reset();
48550 }
48551
48552 static void G__setup_memfuncTH3(void) {
48553
48554 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TH3));
48555 G__memfunc_setup("TH3",207,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__HistLN_TH3), -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
48556 G__memfunc_setup("TH3",207,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__HistLN_TH3), -1, 0, 11, 1, 2, 0,
48557 "C - - 10 - name C - - 10 - title "
48558 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
48559 "d - 'Double_t' 0 - xup i - 'Int_t' 0 - nbinsy "
48560 "d - 'Double_t' 0 - ylow d - 'Double_t' 0 - yup "
48561 "i - 'Int_t' 0 - nbinsz d - 'Double_t' 0 - zlow "
48562 "d - 'Double_t' 0 - zup", (char*)NULL, (void*) NULL, 0);
48563 G__memfunc_setup("TH3",207,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__HistLN_TH3), -1, 0, 8, 1, 2, 0,
48564 "C - - 10 - name C - - 10 - title "
48565 "i - 'Int_t' 0 - nbinsx F - 'Float_t' 10 - xbins "
48566 "i - 'Int_t' 0 - nbinsy F - 'Float_t' 10 - ybins "
48567 "i - 'Int_t' 0 - nbinsz F - 'Float_t' 10 - zbins", (char*)NULL, (void*) NULL, 0);
48568 G__memfunc_setup("TH3",207,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__HistLN_TH3), -1, 0, 8, 1, 2, 0,
48569 "C - - 10 - name C - - 10 - title "
48570 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins "
48571 "i - 'Int_t' 0 - nbinsy D - 'Double_t' 10 - ybins "
48572 "i - 'Int_t' 0 - nbinsz D - 'Double_t' 10 - zbins", (char*)NULL, (void*) NULL, 0);
48573 G__memfunc_setup("BufferFill",993,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 2, 0,
48574 "d - 'Double_t' 0 - - d - 'Double_t' 0 - -", "may not use", (void*) NULL, 1);
48575 G__memfunc_setup("BufferFill",993,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 2, 0,
48576 "d - 'Double_t' 0 - - d - 'Double_t' 0 - - "
48577 "d - 'Double_t' 0 - -", "may not use", (void*) NULL, 1);
48578 G__memfunc_setup("BufferFill",993,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 4, 1, 2, 0,
48579 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
48580 "d - 'Double_t' 0 - z d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
48581 G__memfunc_setup("DoFillProfileProjection",2344,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 9, 1, 2, 8,
48582 "U 'TProfile2D' - 0 - p2 u 'TAxis' - 11 - a1 "
48583 "u 'TAxis' - 11 - a2 u 'TAxis' - 11 - a3 "
48584 "i - 'Int_t' 0 - bin1 i - 'Int_t' 0 - bin2 "
48585 "i - 'Int_t' 0 - bin3 i - 'Int_t' 0 - inBin "
48586 "g - 'Bool_t' 0 - useWeights", (char*)NULL, (void*) NULL, 0);
48587 G__memfunc_setup("TH3",207,G__G__Hist_308_0_9, 105, G__get_linked_tagnum(&G__G__HistLN_TH3), -1, 0, 1, 1, 1, 0, "u 'TH3' - 11 - -", (char*)NULL, (void*) NULL, 0);
48588 G__memfunc_setup("BufferEmpty",1129,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 '0' action", (char*)NULL, (void*) NULL, 1);
48589 G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - hnew", (char*)NULL, (void*) NULL, 1);
48590 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - -", "MayNotUse", (void*) NULL, 1);
48591 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
48592 "d - 'Double_t' 0 - - d - 'Double_t' 0 - -", "MayNotUse", (void*) NULL, 1);
48593 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
48594 "C - - 10 - - d - 'Double_t' 0 - -", "MayNotUse", (void*) NULL, 1);
48595 G__memfunc_setup("Fill",391,G__G__Hist_308_0_15, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
48596 "d - 'Double_t' 0 - - C - - 10 - - "
48597 "d - 'Double_t' 0 - -", "MayNotUse", (void*) NULL, 0);
48598 G__memfunc_setup("Fill",391,G__G__Hist_308_0_16, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
48599 "C - - 10 - - d - 'Double_t' 0 - - "
48600 "d - 'Double_t' 0 - -", "MayNotUse", (void*) NULL, 0);
48601 G__memfunc_setup("Fill",391,G__G__Hist_308_0_17, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
48602 "C - - 10 - - C - - 10 - - "
48603 "d - 'Double_t' 0 - -", "MayNotUse", (void*) NULL, 0);
48604 G__memfunc_setup("Fill",391,G__G__Hist_308_0_18, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
48605 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
48606 "d - 'Double_t' 0 - z", (char*)NULL, (void*) NULL, 1);
48607 G__memfunc_setup("Fill",391,G__G__Hist_308_0_19, 105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0,
48608 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
48609 "d - 'Double_t' 0 - z d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
48610 G__memfunc_setup("Fill",391,G__G__Hist_308_0_20, 105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0,
48611 "C - - 10 - namex C - - 10 - namey "
48612 "C - - 10 - namez d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
48613 G__memfunc_setup("Fill",391,G__G__Hist_308_0_21, 105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0,
48614 "C - - 10 - namex d - 'Double_t' 0 - y "
48615 "C - - 10 - namez d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
48616 G__memfunc_setup("Fill",391,G__G__Hist_308_0_22, 105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0,
48617 "C - - 10 - namex C - - 10 - namey "
48618 "d - 'Double_t' 0 - z d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
48619 G__memfunc_setup("Fill",391,G__G__Hist_308_0_23, 105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0,
48620 "d - 'Double_t' 0 - x C - - 10 - namey "
48621 "C - - 10 - namez d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
48622 G__memfunc_setup("Fill",391,G__G__Hist_308_0_24, 105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0,
48623 "d - 'Double_t' 0 - x C - - 10 - namey "
48624 "d - 'Double_t' 0 - z d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
48625 G__memfunc_setup("Fill",391,G__G__Hist_308_0_25, 105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0,
48626 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
48627 "C - - 10 - namez d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
48628 G__memfunc_setup("FillRandom",1000,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
48629 "C - - 10 - fname i - 'Int_t' 0 '5000' ntimes", (char*)NULL, (void*) NULL, 1);
48630 G__memfunc_setup("FillRandom",1000,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
48631 "U 'TH1' - 0 - h i - 'Int_t' 0 '5000' ntimes", (char*)NULL, (void*) NULL, 1);
48632 G__memfunc_setup("FindFirstBinAbove",1679,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 8,
48633 "d - 'Double_t' 0 '0' threshold i - 'Int_t' 0 '1' axis", (char*)NULL, (void*) NULL, 1);
48634 G__memfunc_setup("FindLastBinAbove",1563,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 8,
48635 "d - 'Double_t' 0 '0' threshold i - 'Int_t' 0 '1' axis", (char*)NULL, (void*) NULL, 1);
48636 G__memfunc_setup("FitSlicesZ",992,G__G__Hist_308_0_30, 121, -1, -1, 0, 7, 1, 1, 0,
48637 "U 'TF1' - 0 '0' f1 i - 'Int_t' 0 '1' binminx "
48638 "i - 'Int_t' 0 '0' binmaxx i - 'Int_t' 0 '1' binminy "
48639 "i - 'Int_t' 0 '0' binmaxy i - 'Int_t' 0 '0' cut "
48640 "C - 'Option_t' 10 '\"QNR\"' option", "*MENU*", (void*) NULL, 1);
48641 G__memfunc_setup("GetBinWithContent3",1763,G__G__Hist_308_0_31, 100, -1, G__defined_typename("Double_t"), 0, 11, 1, 1, 8,
48642 "d - 'Double_t' 0 - c i - 'Int_t' 1 - binx "
48643 "i - 'Int_t' 1 - biny i - 'Int_t' 1 - binz "
48644 "i - 'Int_t' 0 '0' firstx i - 'Int_t' 0 '0' lastx "
48645 "i - 'Int_t' 0 '0' firsty i - 'Int_t' 0 '0' lasty "
48646 "i - 'Int_t' 0 '0' firstz i - 'Int_t' 0 '0' lastz "
48647 "d - 'Double_t' 0 '0' maxdiff", (char*)NULL, (void*) NULL, 1);
48648 G__memfunc_setup("GetCorrelationFactor",2049,G__G__Hist_308_0_32, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
48649 "i - 'Int_t' 0 '1' axis1 i - 'Int_t' 0 '2' axis2", (char*)NULL, (void*) NULL, 1);
48650 G__memfunc_setup("GetCovariance",1307,G__G__Hist_308_0_33, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
48651 "i - 'Int_t' 0 '1' axis1 i - 'Int_t' 0 '2' axis2", (char*)NULL, (void*) NULL, 1);
48652 G__memfunc_setup("GetRandom3",948,G__G__Hist_308_0_34, 121, -1, -1, 0, 3, 1, 1, 0,
48653 "d - 'Double_t' 1 - x d - 'Double_t' 1 - y "
48654 "d - 'Double_t' 1 - z", (char*)NULL, (void*) NULL, 1);
48655 G__memfunc_setup("GetStats",815,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "D - 'Double_t' 0 - stats", (char*)NULL, (void*) NULL, 1);
48656 G__memfunc_setup("Integral",822,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
48657 G__memfunc_setup("Integral",822,G__G__Hist_308_0_37, 100, -1, G__defined_typename("Double_t"), 0, 7, 1, 1, 8,
48658 "i - 'Int_t' 0 - binx1 i - 'Int_t' 0 - binx2 "
48659 "i - 'Int_t' 0 - biny1 i - 'Int_t' 0 - biny2 "
48660 "i - 'Int_t' 0 - binz1 i - 'Int_t' 0 - binz2 "
48661 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
48662 G__memfunc_setup("IntegralAndError",1619,G__G__Hist_308_0_38, 100, -1, G__defined_typename("Double_t"), 0, 8, 1, 1, 8,
48663 "i - 'Int_t' 0 - binx1 i - 'Int_t' 0 - binx2 "
48664 "i - 'Int_t' 0 - biny1 i - 'Int_t' 0 - biny2 "
48665 "i - 'Int_t' 0 - binz1 i - 'Int_t' 0 - binz2 "
48666 "d - 'Double_t' 1 - err C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
48667 G__memfunc_setup("Interpolate",1159,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 1);
48668 G__memfunc_setup("Interpolate",1159,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0,
48669 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y", (char*)NULL, (void*) NULL, 1);
48670 G__memfunc_setup("Interpolate",1159,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 0,
48671 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
48672 "d - 'Double_t' 0 - z", (char*)NULL, (void*) NULL, 1);
48673 G__memfunc_setup("KolmogorovTest",1487,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
48674 "U 'TH1' - 10 - h2 C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
48675 G__memfunc_setup("Merge",496,(G__InterfaceMethod) NULL,110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 0, "U 'TCollection' - 0 - list", (char*)NULL, (void*) NULL, 1);
48676 G__memfunc_setup("ProjectionX",1141,G__G__Hist_308_0_44, 85, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 0, 6, 1, 1, 8,
48677 "C - - 10 '\"_px\"' name i - 'Int_t' 0 '0' firstybin "
48678 "i - 'Int_t' 0 '-1' lastybin i - 'Int_t' 0 '0' firstzbin "
48679 "i - 'Int_t' 0 '-1' lastzbin C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 0);
48680 G__memfunc_setup("ProjectionY",1142,G__G__Hist_308_0_45, 85, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 0, 6, 1, 1, 8,
48681 "C - - 10 '\"_py\"' name i - 'Int_t' 0 '0' firstxbin "
48682 "i - 'Int_t' 0 '-1' lastxbin i - 'Int_t' 0 '0' firstzbin "
48683 "i - 'Int_t' 0 '-1' lastzbin C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 0);
48684 G__memfunc_setup("ProjectionZ",1143,G__G__Hist_308_0_46, 85, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 0, 6, 1, 1, 8,
48685 "C - - 10 '\"_pz\"' name i - 'Int_t' 0 '0' firstxbin "
48686 "i - 'Int_t' 0 '-1' lastxbin i - 'Int_t' 0 '0' firstybin "
48687 "i - 'Int_t' 0 '-1' lastybin C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 0);
48688 G__memfunc_setup("Project3D",846,G__G__Hist_308_0_47, 85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"x\"' option", "*MENU*", (void*) NULL, 0);
48689 G__memfunc_setup("Project3DProfile",1567,G__G__Hist_308_0_48, 85, G__get_linked_tagnum(&G__G__HistLN_TProfile2D), -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"xy\"' option", "*MENU*", (void*) NULL, 0);
48690 G__memfunc_setup("PutStats",840,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 0 - stats", (char*)NULL, (void*) NULL, 1);
48691 G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
48692 G__memfunc_setup("SetShowProjection",1770,G__G__Hist_308_0_51, 121, -1, -1, 0, 2, 1, 1, 0,
48693 "C - - 10 '\"xy\"' option i - 'Int_t' 0 '1' nbins", "*MENU*", (void*) NULL, 1);
48694 G__memfunc_setup("DoProject1D",1023,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 0, 7, 1, 2, 8,
48695 "C - - 10 - name C - - 10 - title "
48696 "U 'TAxis' - 0 - projX g - - 0 - computeErrors "
48697 "g - - 0 - originalRange g - - 0 - useUF "
48698 "g - - 0 - useOF", (char*)NULL, (void*) NULL, 0);
48699 G__memfunc_setup("DoProject2D",1024,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TH2D), -1, 0, 8, 1, 2, 8,
48700 "C - - 10 - name C - - 10 - title "
48701 "U 'TAxis' - 0 - projX U 'TAxis' - 0 - projY "
48702 "g - - 0 - computeErrors g - - 0 - originalRange "
48703 "g - - 0 - useUF g - - 0 - useOF", (char*)NULL, (void*) NULL, 0);
48704 G__memfunc_setup("DoProjectProfile2D",1745,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TProfile2D), -1, 0, 7, 1, 2, 8,
48705 "C - - 10 - name C - - 10 - title "
48706 "U 'TAxis' - 0 - projX U 'TAxis' - 0 - projY "
48707 "g - - 0 - originalRange g - - 0 - useUF "
48708 "g - - 0 - useOF", (char*)NULL, (void*) NULL, 0);
48709 G__memfunc_setup("Class",502,G__G__Hist_308_0_55, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TH3::Class) ), 0);
48710 G__memfunc_setup("Class_Name",982,G__G__Hist_308_0_56, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH3::Class_Name) ), 0);
48711 G__memfunc_setup("Class_Version",1339,G__G__Hist_308_0_57, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TH3::Class_Version) ), 0);
48712 G__memfunc_setup("Dictionary",1046,G__G__Hist_308_0_58, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TH3::Dictionary) ), 0);
48713 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
48714 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
48715 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
48716 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_308_0_62, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
48717 G__memfunc_setup("DeclFileName",1145,G__G__Hist_308_0_63, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH3::DeclFileName) ), 0);
48718 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_308_0_64, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH3::ImplFileLine) ), 0);
48719 G__memfunc_setup("ImplFileName",1171,G__G__Hist_308_0_65, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH3::ImplFileName) ), 0);
48720 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_308_0_66, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH3::DeclFileLine) ), 0);
48721
48722 G__memfunc_setup("~TH3", 333, G__G__Hist_308_0_67, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
48723 G__tag_memfunc_reset();
48724 }
48725
48726 static void G__setup_memfuncTH3C(void) {
48727
48728 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TH3C));
48729 G__memfunc_setup("TH3C",274,G__G__Hist_309_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TH3C), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
48730 G__memfunc_setup("TH3C",274,G__G__Hist_309_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TH3C), -1, 0, 11, 1, 1, 0,
48731 "C - - 10 - name C - - 10 - title "
48732 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
48733 "d - 'Double_t' 0 - xup i - 'Int_t' 0 - nbinsy "
48734 "d - 'Double_t' 0 - ylow d - 'Double_t' 0 - yup "
48735 "i - 'Int_t' 0 - nbinsz d - 'Double_t' 0 - zlow "
48736 "d - 'Double_t' 0 - zup", (char*)NULL, (void*) NULL, 0);
48737 G__memfunc_setup("TH3C",274,G__G__Hist_309_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TH3C), -1, 0, 8, 1, 1, 0,
48738 "C - - 10 - name C - - 10 - title "
48739 "i - 'Int_t' 0 - nbinsx F - 'Float_t' 10 - xbins "
48740 "i - 'Int_t' 0 - nbinsy F - 'Float_t' 10 - ybins "
48741 "i - 'Int_t' 0 - nbinsz F - 'Float_t' 10 - zbins", (char*)NULL, (void*) NULL, 0);
48742 G__memfunc_setup("TH3C",274,G__G__Hist_309_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_TH3C), -1, 0, 8, 1, 1, 0,
48743 "C - - 10 - name C - - 10 - title "
48744 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins "
48745 "i - 'Int_t' 0 - nbinsy D - 'Double_t' 10 - ybins "
48746 "i - 'Int_t' 0 - nbinsz D - 'Double_t' 10 - zbins", (char*)NULL, (void*) NULL, 0);
48747 G__memfunc_setup("TH3C",274,G__G__Hist_309_0_5, 105, G__get_linked_tagnum(&G__G__HistLN_TH3C), -1, 0, 1, 1, 1, 0, "u 'TH3C' - 11 - h3c", (char*)NULL, (void*) NULL, 0);
48748 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
48749 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
48750 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
48751 G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - hnew", (char*)NULL, (void*) NULL, 1);
48752 G__memfunc_setup("DrawCopy",809,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
48753 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
48754 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
48755 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
48756 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
48757 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
48758 "i - 'Int_t' 0 - binz", (char*)NULL, (void*) NULL, 1);
48759 G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
48760 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
48761 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
48762 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
48763 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - - "
48764 "d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
48765 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0,
48766 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
48767 "i - 'Int_t' 0 - binz d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
48768 G__memfunc_setup("SetBinsLength",1306,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '-1' n", (char*)NULL, (void*) NULL, 1);
48769 G__memfunc_setup("operator=",937,G__G__Hist_309_0_18, 117, G__get_linked_tagnum(&G__G__HistLN_TH3C), -1, 1, 1, 1, 1, 0, "u 'TH3C' - 11 - h1", (char*)NULL, (void*) NULL, 0);
48770 G__memfunc_setup("Class",502,G__G__Hist_309_0_19, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TH3C::Class) ), 0);
48771 G__memfunc_setup("Class_Name",982,G__G__Hist_309_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH3C::Class_Name) ), 0);
48772 G__memfunc_setup("Class_Version",1339,G__G__Hist_309_0_21, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TH3C::Class_Version) ), 0);
48773 G__memfunc_setup("Dictionary",1046,G__G__Hist_309_0_22, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TH3C::Dictionary) ), 0);
48774 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
48775 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
48776 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
48777 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_309_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
48778 G__memfunc_setup("DeclFileName",1145,G__G__Hist_309_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH3C::DeclFileName) ), 0);
48779 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_309_0_28, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH3C::ImplFileLine) ), 0);
48780 G__memfunc_setup("ImplFileName",1171,G__G__Hist_309_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH3C::ImplFileName) ), 0);
48781 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_309_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH3C::DeclFileLine) ), 0);
48782
48783 G__memfunc_setup("~TH3C", 400, G__G__Hist_309_0_31, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
48784 G__tag_memfunc_reset();
48785 }
48786
48787 static void G__setup_memfuncTH3S(void) {
48788
48789 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TH3S));
48790 G__memfunc_setup("TH3S",290,G__G__Hist_310_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TH3S), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
48791 G__memfunc_setup("TH3S",290,G__G__Hist_310_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TH3S), -1, 0, 11, 1, 1, 0,
48792 "C - - 10 - name C - - 10 - title "
48793 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
48794 "d - 'Double_t' 0 - xup i - 'Int_t' 0 - nbinsy "
48795 "d - 'Double_t' 0 - ylow d - 'Double_t' 0 - yup "
48796 "i - 'Int_t' 0 - nbinsz d - 'Double_t' 0 - zlow "
48797 "d - 'Double_t' 0 - zup", (char*)NULL, (void*) NULL, 0);
48798 G__memfunc_setup("TH3S",290,G__G__Hist_310_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TH3S), -1, 0, 8, 1, 1, 0,
48799 "C - - 10 - name C - - 10 - title "
48800 "i - 'Int_t' 0 - nbinsx F - 'Float_t' 10 - xbins "
48801 "i - 'Int_t' 0 - nbinsy F - 'Float_t' 10 - ybins "
48802 "i - 'Int_t' 0 - nbinsz F - 'Float_t' 10 - zbins", (char*)NULL, (void*) NULL, 0);
48803 G__memfunc_setup("TH3S",290,G__G__Hist_310_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_TH3S), -1, 0, 8, 1, 1, 0,
48804 "C - - 10 - name C - - 10 - title "
48805 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins "
48806 "i - 'Int_t' 0 - nbinsy D - 'Double_t' 10 - ybins "
48807 "i - 'Int_t' 0 - nbinsz D - 'Double_t' 10 - zbins", (char*)NULL, (void*) NULL, 0);
48808 G__memfunc_setup("TH3S",290,G__G__Hist_310_0_5, 105, G__get_linked_tagnum(&G__G__HistLN_TH3S), -1, 0, 1, 1, 1, 0, "u 'TH3S' - 11 - h3s", (char*)NULL, (void*) NULL, 0);
48809 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
48810 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
48811 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
48812 G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - hnew", (char*)NULL, (void*) NULL, 1);
48813 G__memfunc_setup("DrawCopy",809,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
48814 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
48815 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
48816 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
48817 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
48818 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
48819 "i - 'Int_t' 0 - binz", (char*)NULL, (void*) NULL, 1);
48820 G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
48821 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
48822 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
48823 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
48824 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - - "
48825 "d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
48826 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0,
48827 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
48828 "i - 'Int_t' 0 - binz d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
48829 G__memfunc_setup("SetBinsLength",1306,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '-1' n", (char*)NULL, (void*) NULL, 1);
48830 G__memfunc_setup("operator=",937,G__G__Hist_310_0_18, 117, G__get_linked_tagnum(&G__G__HistLN_TH3S), -1, 1, 1, 1, 1, 0, "u 'TH3S' - 11 - h1", (char*)NULL, (void*) NULL, 0);
48831 G__memfunc_setup("Class",502,G__G__Hist_310_0_19, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TH3S::Class) ), 0);
48832 G__memfunc_setup("Class_Name",982,G__G__Hist_310_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH3S::Class_Name) ), 0);
48833 G__memfunc_setup("Class_Version",1339,G__G__Hist_310_0_21, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TH3S::Class_Version) ), 0);
48834 G__memfunc_setup("Dictionary",1046,G__G__Hist_310_0_22, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TH3S::Dictionary) ), 0);
48835 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
48836 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
48837 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
48838 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_310_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
48839 G__memfunc_setup("DeclFileName",1145,G__G__Hist_310_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH3S::DeclFileName) ), 0);
48840 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_310_0_28, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH3S::ImplFileLine) ), 0);
48841 G__memfunc_setup("ImplFileName",1171,G__G__Hist_310_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH3S::ImplFileName) ), 0);
48842 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_310_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH3S::DeclFileLine) ), 0);
48843
48844 G__memfunc_setup("~TH3S", 416, G__G__Hist_310_0_31, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
48845 G__tag_memfunc_reset();
48846 }
48847
48848 static void G__setup_memfuncTH3I(void) {
48849
48850 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TH3I));
48851 G__memfunc_setup("TH3I",280,G__G__Hist_311_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TH3I), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
48852 G__memfunc_setup("TH3I",280,G__G__Hist_311_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TH3I), -1, 0, 11, 1, 1, 0,
48853 "C - - 10 - name C - - 10 - title "
48854 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
48855 "d - 'Double_t' 0 - xup i - 'Int_t' 0 - nbinsy "
48856 "d - 'Double_t' 0 - ylow d - 'Double_t' 0 - yup "
48857 "i - 'Int_t' 0 - nbinsz d - 'Double_t' 0 - zlow "
48858 "d - 'Double_t' 0 - zup", (char*)NULL, (void*) NULL, 0);
48859 G__memfunc_setup("TH3I",280,G__G__Hist_311_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TH3I), -1, 0, 8, 1, 1, 0,
48860 "C - - 10 - name C - - 10 - title "
48861 "i - 'Int_t' 0 - nbinsx F - 'Float_t' 10 - xbins "
48862 "i - 'Int_t' 0 - nbinsy F - 'Float_t' 10 - ybins "
48863 "i - 'Int_t' 0 - nbinsz F - 'Float_t' 10 - zbins", (char*)NULL, (void*) NULL, 0);
48864 G__memfunc_setup("TH3I",280,G__G__Hist_311_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_TH3I), -1, 0, 8, 1, 1, 0,
48865 "C - - 10 - name C - - 10 - title "
48866 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins "
48867 "i - 'Int_t' 0 - nbinsy D - 'Double_t' 10 - ybins "
48868 "i - 'Int_t' 0 - nbinsz D - 'Double_t' 10 - zbins", (char*)NULL, (void*) NULL, 0);
48869 G__memfunc_setup("TH3I",280,G__G__Hist_311_0_5, 105, G__get_linked_tagnum(&G__G__HistLN_TH3I), -1, 0, 1, 1, 1, 0, "u 'TH3I' - 11 - h3i", (char*)NULL, (void*) NULL, 0);
48870 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
48871 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
48872 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
48873 G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - hnew", (char*)NULL, (void*) NULL, 1);
48874 G__memfunc_setup("DrawCopy",809,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
48875 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
48876 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
48877 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
48878 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
48879 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
48880 "i - 'Int_t' 0 - binz", (char*)NULL, (void*) NULL, 1);
48881 G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
48882 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
48883 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
48884 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
48885 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - - "
48886 "d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
48887 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0,
48888 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
48889 "i - 'Int_t' 0 - binz d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
48890 G__memfunc_setup("SetBinsLength",1306,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '-1' n", (char*)NULL, (void*) NULL, 1);
48891 G__memfunc_setup("operator=",937,G__G__Hist_311_0_18, 117, G__get_linked_tagnum(&G__G__HistLN_TH3I), -1, 1, 1, 1, 1, 0, "u 'TH3I' - 11 - h1", (char*)NULL, (void*) NULL, 0);
48892 G__memfunc_setup("Class",502,G__G__Hist_311_0_19, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TH3I::Class) ), 0);
48893 G__memfunc_setup("Class_Name",982,G__G__Hist_311_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH3I::Class_Name) ), 0);
48894 G__memfunc_setup("Class_Version",1339,G__G__Hist_311_0_21, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TH3I::Class_Version) ), 0);
48895 G__memfunc_setup("Dictionary",1046,G__G__Hist_311_0_22, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TH3I::Dictionary) ), 0);
48896 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
48897 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
48898 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
48899 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_311_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
48900 G__memfunc_setup("DeclFileName",1145,G__G__Hist_311_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH3I::DeclFileName) ), 0);
48901 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_311_0_28, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH3I::ImplFileLine) ), 0);
48902 G__memfunc_setup("ImplFileName",1171,G__G__Hist_311_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH3I::ImplFileName) ), 0);
48903 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_311_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH3I::DeclFileLine) ), 0);
48904
48905 G__memfunc_setup("~TH3I", 406, G__G__Hist_311_0_31, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
48906 G__tag_memfunc_reset();
48907 }
48908
48909 static void G__setup_memfuncTH3F(void) {
48910
48911 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TH3F));
48912 G__memfunc_setup("TH3F",277,G__G__Hist_312_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TH3F), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
48913 G__memfunc_setup("TH3F",277,G__G__Hist_312_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TH3F), -1, 0, 11, 1, 1, 0,
48914 "C - - 10 - name C - - 10 - title "
48915 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
48916 "d - 'Double_t' 0 - xup i - 'Int_t' 0 - nbinsy "
48917 "d - 'Double_t' 0 - ylow d - 'Double_t' 0 - yup "
48918 "i - 'Int_t' 0 - nbinsz d - 'Double_t' 0 - zlow "
48919 "d - 'Double_t' 0 - zup", (char*)NULL, (void*) NULL, 0);
48920 G__memfunc_setup("TH3F",277,G__G__Hist_312_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TH3F), -1, 0, 8, 1, 1, 0,
48921 "C - - 10 - name C - - 10 - title "
48922 "i - 'Int_t' 0 - nbinsx F - 'Float_t' 10 - xbins "
48923 "i - 'Int_t' 0 - nbinsy F - 'Float_t' 10 - ybins "
48924 "i - 'Int_t' 0 - nbinsz F - 'Float_t' 10 - zbins", (char*)NULL, (void*) NULL, 0);
48925 G__memfunc_setup("TH3F",277,G__G__Hist_312_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_TH3F), -1, 0, 8, 1, 1, 0,
48926 "C - - 10 - name C - - 10 - title "
48927 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins "
48928 "i - 'Int_t' 0 - nbinsy D - 'Double_t' 10 - ybins "
48929 "i - 'Int_t' 0 - nbinsz D - 'Double_t' 10 - zbins", (char*)NULL, (void*) NULL, 0);
48930 G__memfunc_setup("TH3F",277,G__G__Hist_312_0_5, 105, G__get_linked_tagnum(&G__G__HistLN_TH3F), -1, 0, 1, 1, 1, 0, "u 'TH3F' - 11 - h3f", (char*)NULL, (void*) NULL, 0);
48931 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
48932 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
48933 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
48934 G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - hnew", (char*)NULL, (void*) NULL, 1);
48935 G__memfunc_setup("DrawCopy",809,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
48936 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
48937 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
48938 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
48939 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
48940 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
48941 "i - 'Int_t' 0 - binz", (char*)NULL, (void*) NULL, 1);
48942 G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
48943 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
48944 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
48945 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
48946 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - - "
48947 "d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
48948 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0,
48949 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
48950 "i - 'Int_t' 0 - binz d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
48951 G__memfunc_setup("SetBinsLength",1306,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '-1' n", (char*)NULL, (void*) NULL, 1);
48952 G__memfunc_setup("operator=",937,G__G__Hist_312_0_18, 117, G__get_linked_tagnum(&G__G__HistLN_TH3F), -1, 1, 1, 1, 1, 0, "u 'TH3F' - 11 - h1", (char*)NULL, (void*) NULL, 0);
48953 G__memfunc_setup("Class",502,G__G__Hist_312_0_19, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TH3F::Class) ), 0);
48954 G__memfunc_setup("Class_Name",982,G__G__Hist_312_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH3F::Class_Name) ), 0);
48955 G__memfunc_setup("Class_Version",1339,G__G__Hist_312_0_21, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TH3F::Class_Version) ), 0);
48956 G__memfunc_setup("Dictionary",1046,G__G__Hist_312_0_22, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TH3F::Dictionary) ), 0);
48957 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
48958 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
48959 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
48960 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_312_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
48961 G__memfunc_setup("DeclFileName",1145,G__G__Hist_312_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH3F::DeclFileName) ), 0);
48962 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_312_0_28, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH3F::ImplFileLine) ), 0);
48963 G__memfunc_setup("ImplFileName",1171,G__G__Hist_312_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH3F::ImplFileName) ), 0);
48964 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_312_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH3F::DeclFileLine) ), 0);
48965
48966 G__memfunc_setup("~TH3F", 403, G__G__Hist_312_0_31, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
48967 G__tag_memfunc_reset();
48968 }
48969
48970 static void G__setup_memfuncTH3D(void) {
48971
48972 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TH3D));
48973 G__memfunc_setup("TH3D",275,G__G__Hist_313_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TH3D), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
48974 G__memfunc_setup("TH3D",275,G__G__Hist_313_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TH3D), -1, 0, 11, 1, 1, 0,
48975 "C - - 10 - name C - - 10 - title "
48976 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
48977 "d - 'Double_t' 0 - xup i - 'Int_t' 0 - nbinsy "
48978 "d - 'Double_t' 0 - ylow d - 'Double_t' 0 - yup "
48979 "i - 'Int_t' 0 - nbinsz d - 'Double_t' 0 - zlow "
48980 "d - 'Double_t' 0 - zup", (char*)NULL, (void*) NULL, 0);
48981 G__memfunc_setup("TH3D",275,G__G__Hist_313_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TH3D), -1, 0, 8, 1, 1, 0,
48982 "C - - 10 - name C - - 10 - title "
48983 "i - 'Int_t' 0 - nbinsx F - 'Float_t' 10 - xbins "
48984 "i - 'Int_t' 0 - nbinsy F - 'Float_t' 10 - ybins "
48985 "i - 'Int_t' 0 - nbinsz F - 'Float_t' 10 - zbins", (char*)NULL, (void*) NULL, 0);
48986 G__memfunc_setup("TH3D",275,G__G__Hist_313_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_TH3D), -1, 0, 8, 1, 1, 0,
48987 "C - - 10 - name C - - 10 - title "
48988 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins "
48989 "i - 'Int_t' 0 - nbinsy D - 'Double_t' 10 - ybins "
48990 "i - 'Int_t' 0 - nbinsz D - 'Double_t' 10 - zbins", (char*)NULL, (void*) NULL, 0);
48991 G__memfunc_setup("TH3D",275,G__G__Hist_313_0_5, 105, G__get_linked_tagnum(&G__G__HistLN_TH3D), -1, 0, 1, 1, 1, 0, "u 'TH3D' - 11 - h3d", (char*)NULL, (void*) NULL, 0);
48992 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
48993 G__memfunc_setup("AddBinContent",1277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
48994 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
48995 G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - hnew", (char*)NULL, (void*) NULL, 1);
48996 G__memfunc_setup("DrawCopy",809,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
48997 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
48998 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
48999 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
49000 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
49001 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
49002 "i - 'Int_t' 0 - binz", (char*)NULL, (void*) NULL, 1);
49003 G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
49004 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
49005 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
49006 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
49007 "i - 'Int_t' 0 - bin i - 'Int_t' 0 - - "
49008 "d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
49009 G__memfunc_setup("SetBinContent",1312,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0,
49010 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
49011 "i - 'Int_t' 0 - binz d - 'Double_t' 0 - content", (char*)NULL, (void*) NULL, 1);
49012 G__memfunc_setup("SetBinsLength",1306,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '-1' n", (char*)NULL, (void*) NULL, 1);
49013 G__memfunc_setup("operator=",937,G__G__Hist_313_0_18, 117, G__get_linked_tagnum(&G__G__HistLN_TH3D), -1, 1, 1, 1, 1, 0, "u 'TH3D' - 11 - h1", (char*)NULL, (void*) NULL, 0);
49014 G__memfunc_setup("Class",502,G__G__Hist_313_0_19, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TH3D::Class) ), 0);
49015 G__memfunc_setup("Class_Name",982,G__G__Hist_313_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH3D::Class_Name) ), 0);
49016 G__memfunc_setup("Class_Version",1339,G__G__Hist_313_0_21, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TH3D::Class_Version) ), 0);
49017 G__memfunc_setup("Dictionary",1046,G__G__Hist_313_0_22, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TH3D::Dictionary) ), 0);
49018 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49019 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
49020 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
49021 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_313_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
49022 G__memfunc_setup("DeclFileName",1145,G__G__Hist_313_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH3D::DeclFileName) ), 0);
49023 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_313_0_28, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH3D::ImplFileLine) ), 0);
49024 G__memfunc_setup("ImplFileName",1171,G__G__Hist_313_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH3D::ImplFileName) ), 0);
49025 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_313_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH3D::DeclFileLine) ), 0);
49026
49027 G__memfunc_setup("~TH3D", 401, G__G__Hist_313_0_31, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
49028 G__tag_memfunc_reset();
49029 }
49030
49031 static void G__setup_memfuncTHLimitsFinder(void) {
49032
49033 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_THLimitsFinder));
49034 G__memfunc_setup("THLimitsFinder",1382,G__G__Hist_314_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_THLimitsFinder), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
49035 G__memfunc_setup("FindGoodLimits",1404,G__G__Hist_314_0_2, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
49036 "U 'TH1' - 0 - h d - 'Double_t' 0 - xmin "
49037 "d - 'Double_t' 0 - xmax", (char*)NULL, (void*) NULL, 1);
49038 G__memfunc_setup("FindGoodLimits",1404,G__G__Hist_314_0_3, 105, -1, G__defined_typename("Int_t"), 0, 5, 1, 1, 0,
49039 "U 'TH1' - 0 - h d - 'Double_t' 0 - xmin "
49040 "d - 'Double_t' 0 - xmax d - 'Double_t' 0 - ymin "
49041 "d - 'Double_t' 0 - ymax", (char*)NULL, (void*) NULL, 1);
49042 G__memfunc_setup("FindGoodLimits",1404,G__G__Hist_314_0_4, 105, -1, G__defined_typename("Int_t"), 0, 7, 1, 1, 0,
49043 "U 'TH1' - 0 - h d - 'Double_t' 0 - xmin "
49044 "d - 'Double_t' 0 - xmax d - 'Double_t' 0 - ymin "
49045 "d - 'Double_t' 0 - ymax d - 'Double_t' 0 - zmin "
49046 "d - 'Double_t' 0 - zmax", (char*)NULL, (void*) NULL, 1);
49047 G__memfunc_setup("Optimize",849,G__G__Hist_314_0_5, 121, -1, -1, 0, 8, 3, 1, 0,
49048 "d - 'Double_t' 0 - A1 d - 'Double_t' 0 - A2 "
49049 "i - 'Int_t' 0 - nold d - 'Double_t' 1 - BinLow "
49050 "d - 'Double_t' 1 - BinHigh i - 'Int_t' 1 - nbins "
49051 "d - 'Double_t' 1 - BWID C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) G__func2void( (void (*)(Double_t, Double_t, Int_t, Double_t&, Double_t&, Int_t&, Double_t&, Option_t*))(&THLimitsFinder::Optimize) ), 0);
49052 G__memfunc_setup("OptimizeLimits",1475,G__G__Hist_314_0_6, 121, -1, -1, 0, 5, 3, 1, 0,
49053 "i - 'Int_t' 0 - nbins i - 'Int_t' 1 - newbins "
49054 "d - 'Double_t' 1 - xmin d - 'Double_t' 1 - xmax "
49055 "g - 'Bool_t' 0 - isInteger", (char*)NULL, (void*) G__func2void( (void (*)(Int_t, Int_t&, Double_t&, Double_t&, Bool_t))(&THLimitsFinder::OptimizeLimits) ), 0);
49056 G__memfunc_setup("GetLimitsFinder",1514,G__G__Hist_314_0_7, 85, G__get_linked_tagnum(&G__G__HistLN_THLimitsFinder), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (THLimitsFinder* (*)())(&THLimitsFinder::GetLimitsFinder) ), 0);
49057 G__memfunc_setup("SetLimitsFinder",1526,G__G__Hist_314_0_8, 121, -1, -1, 0, 1, 3, 1, 0, "U 'THLimitsFinder' - 0 - finder", (char*)NULL, (void*) G__func2void( (void (*)(THLimitsFinder*))(&THLimitsFinder::SetLimitsFinder) ), 0);
49058 G__memfunc_setup("Class",502,G__G__Hist_314_0_9, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&THLimitsFinder::Class) ), 0);
49059 G__memfunc_setup("Class_Name",982,G__G__Hist_314_0_10, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THLimitsFinder::Class_Name) ), 0);
49060 G__memfunc_setup("Class_Version",1339,G__G__Hist_314_0_11, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&THLimitsFinder::Class_Version) ), 0);
49061 G__memfunc_setup("Dictionary",1046,G__G__Hist_314_0_12, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&THLimitsFinder::Dictionary) ), 0);
49062 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49063 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
49064 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
49065 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_314_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
49066 G__memfunc_setup("DeclFileName",1145,G__G__Hist_314_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THLimitsFinder::DeclFileName) ), 0);
49067 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_314_0_18, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&THLimitsFinder::ImplFileLine) ), 0);
49068 G__memfunc_setup("ImplFileName",1171,G__G__Hist_314_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THLimitsFinder::ImplFileName) ), 0);
49069 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_314_0_20, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&THLimitsFinder::DeclFileLine) ), 0);
49070
49071 G__memfunc_setup("THLimitsFinder", 1382, G__G__Hist_314_0_21, (int) ('i'), G__get_linked_tagnum(&G__G__HistLN_THLimitsFinder), -1, 0, 1, 1, 1, 0, "u 'THLimitsFinder' - 11 - -", (char*) NULL, (void*) NULL, 0);
49072
49073 G__memfunc_setup("~THLimitsFinder", 1508, G__G__Hist_314_0_22, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
49074
49075 G__memfunc_setup("operator=", 937, G__G__Hist_314_0_23, (int) ('u'), G__get_linked_tagnum(&G__G__HistLN_THLimitsFinder), -1, 1, 1, 1, 1, 0, "u 'THLimitsFinder' - 11 - -", (char*) NULL, (void*) NULL, 0);
49076 G__tag_memfunc_reset();
49077 }
49078
49079 static void G__setup_memfuncTHnSparseArrayChunk(void) {
49080
49081 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseArrayChunk));
49082 G__memfunc_setup("THnSparseArrayChunk",1904,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__HistLN_THnSparseArrayChunk), -1, 0, 1, 1, 4, 0, "u 'THnSparseArrayChunk' - 11 - -", "Not implemented", (void*) NULL, 0);
49083 G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__HistLN_THnSparseArrayChunk), -1, 1, 1, 1, 4, 0, "u 'THnSparseArrayChunk' - 11 - -", "Not implemented", (void*) NULL, 0);
49084 G__memfunc_setup("THnSparseArrayChunk",1904,G__G__Hist_319_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_THnSparseArrayChunk), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
49085 G__memfunc_setup("THnSparseArrayChunk",1904,G__G__Hist_319_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_THnSparseArrayChunk), -1, 0, 3, 1, 1, 0,
49086 "i - 'Int_t' 0 - coordsize g - - 0 - errors "
49087 "U 'TArray' - 0 - cont", (char*)NULL, (void*) NULL, 0);
49088 G__memfunc_setup("AddBin",546,G__G__Hist_319_0_5, 121, -1, -1, 0, 2, 1, 1, 0,
49089 "i - 'Int_t' 0 - idx C - 'Char_t' 10 - idxbuf", (char*)NULL, (void*) NULL, 0);
49090 G__memfunc_setup("AddBinContent",1277,G__G__Hist_319_0_6, 121, -1, -1, 0, 2, 1, 1, 0,
49091 "i - 'Int_t' 0 - idx d - 'Double_t' 0 '1.' v", (char*)NULL, (void*) NULL, 0);
49092 G__memfunc_setup("Sumw2",478,G__G__Hist_319_0_7, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
49093 G__memfunc_setup("GetEntries",1018,G__G__Hist_319_0_8, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49094 G__memfunc_setup("Matches",709,G__G__Hist_319_0_9, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 8,
49095 "i - 'Int_t' 0 - idx C - 'Char_t' 10 - idxbuf", (char*)NULL, (void*) NULL, 0);
49096 G__memfunc_setup("Class",502,G__G__Hist_319_0_10, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&THnSparseArrayChunk::Class) ), 0);
49097 G__memfunc_setup("Class_Name",982,G__G__Hist_319_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THnSparseArrayChunk::Class_Name) ), 0);
49098 G__memfunc_setup("Class_Version",1339,G__G__Hist_319_0_12, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&THnSparseArrayChunk::Class_Version) ), 0);
49099 G__memfunc_setup("Dictionary",1046,G__G__Hist_319_0_13, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&THnSparseArrayChunk::Dictionary) ), 0);
49100 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49101 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
49102 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
49103 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_319_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
49104 G__memfunc_setup("DeclFileName",1145,G__G__Hist_319_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THnSparseArrayChunk::DeclFileName) ), 0);
49105 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_319_0_19, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&THnSparseArrayChunk::ImplFileLine) ), 0);
49106 G__memfunc_setup("ImplFileName",1171,G__G__Hist_319_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THnSparseArrayChunk::ImplFileName) ), 0);
49107 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_319_0_21, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&THnSparseArrayChunk::DeclFileLine) ), 0);
49108
49109 G__memfunc_setup("~THnSparseArrayChunk", 2030, G__G__Hist_319_0_22, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
49110 G__tag_memfunc_reset();
49111 }
49112
49113 static void G__setup_memfuncTHnSparseTlETArrayDgR(void) {
49114
49115 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayDgR));
49116 G__memfunc_setup("THnSparseT<TArrayD>",1757,G__G__Hist_322_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayDgR), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
49117 G__memfunc_setup("THnSparseT<TArrayD>",1757,G__G__Hist_322_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayDgR), -1, 0, 7, 1, 1, 0,
49118 "C - - 10 - name C - - 10 - title "
49119 "i - 'Int_t' 0 - dim I - 'Int_t' 10 - nbins "
49120 "D - 'Double_t' 10 '0' xmin D - 'Double_t' 10 '0' xmax "
49121 "i - 'Int_t' 0 '1024*16' chunksize", (char*)NULL, (void*) NULL, 0);
49122 G__memfunc_setup("GenerateArray",1322,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TArray), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49123 G__memfunc_setup("Class",502,G__G__Hist_322_0_4, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&THnSparseT<TArrayD>::Class) ), 0);
49124 G__memfunc_setup("Class_Name",982,G__G__Hist_322_0_5, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THnSparseT<TArrayD>::Class_Name) ), 0);
49125 G__memfunc_setup("Class_Version",1339,G__G__Hist_322_0_6, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&THnSparseT<TArrayD>::Class_Version) ), 0);
49126 G__memfunc_setup("Dictionary",1046,G__G__Hist_322_0_7, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&THnSparseT<TArrayD>::Dictionary) ), 0);
49127 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49128 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
49129 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
49130 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_322_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
49131 G__memfunc_setup("DeclFileName",1145,G__G__Hist_322_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THnSparseT<TArrayD>::DeclFileName) ), 0);
49132 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_322_0_13, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&THnSparseT<TArrayD>::ImplFileLine) ), 0);
49133 G__memfunc_setup("ImplFileName",1171,G__G__Hist_322_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THnSparseT<TArrayD>::ImplFileName) ), 0);
49134 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_322_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&THnSparseT<TArrayD>::DeclFileLine) ), 0);
49135
49136 G__memfunc_setup("~THnSparseT<TArrayD>", 1883, G__G__Hist_322_0_16, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
49137 G__tag_memfunc_reset();
49138 }
49139
49140 static void G__setup_memfuncTHnSparseTlETArrayFgR(void) {
49141
49142 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayFgR));
49143 G__memfunc_setup("THnSparseT<TArrayF>",1759,G__G__Hist_323_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayFgR), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
49144 G__memfunc_setup("THnSparseT<TArrayF>",1759,G__G__Hist_323_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayFgR), -1, 0, 7, 1, 1, 0,
49145 "C - - 10 - name C - - 10 - title "
49146 "i - 'Int_t' 0 - dim I - 'Int_t' 10 - nbins "
49147 "D - 'Double_t' 10 '0' xmin D - 'Double_t' 10 '0' xmax "
49148 "i - 'Int_t' 0 '1024*16' chunksize", (char*)NULL, (void*) NULL, 0);
49149 G__memfunc_setup("GenerateArray",1322,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TArray), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49150 G__memfunc_setup("Class",502,G__G__Hist_323_0_4, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&THnSparseT<TArrayF>::Class) ), 0);
49151 G__memfunc_setup("Class_Name",982,G__G__Hist_323_0_5, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THnSparseT<TArrayF>::Class_Name) ), 0);
49152 G__memfunc_setup("Class_Version",1339,G__G__Hist_323_0_6, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&THnSparseT<TArrayF>::Class_Version) ), 0);
49153 G__memfunc_setup("Dictionary",1046,G__G__Hist_323_0_7, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&THnSparseT<TArrayF>::Dictionary) ), 0);
49154 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49155 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
49156 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
49157 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_323_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
49158 G__memfunc_setup("DeclFileName",1145,G__G__Hist_323_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THnSparseT<TArrayF>::DeclFileName) ), 0);
49159 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_323_0_13, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&THnSparseT<TArrayF>::ImplFileLine) ), 0);
49160 G__memfunc_setup("ImplFileName",1171,G__G__Hist_323_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THnSparseT<TArrayF>::ImplFileName) ), 0);
49161 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_323_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&THnSparseT<TArrayF>::DeclFileLine) ), 0);
49162
49163 G__memfunc_setup("~THnSparseT<TArrayF>", 1885, G__G__Hist_323_0_16, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
49164 G__tag_memfunc_reset();
49165 }
49166
49167 static void G__setup_memfuncTHnSparseTlETArrayLgR(void) {
49168
49169 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayLgR));
49170 G__memfunc_setup("THnSparseT<TArrayL>",1765,G__G__Hist_324_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayLgR), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
49171 G__memfunc_setup("THnSparseT<TArrayL>",1765,G__G__Hist_324_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayLgR), -1, 0, 7, 1, 1, 0,
49172 "C - - 10 - name C - - 10 - title "
49173 "i - 'Int_t' 0 - dim I - 'Int_t' 10 - nbins "
49174 "D - 'Double_t' 10 '0' xmin D - 'Double_t' 10 '0' xmax "
49175 "i - 'Int_t' 0 '1024*16' chunksize", (char*)NULL, (void*) NULL, 0);
49176 G__memfunc_setup("GenerateArray",1322,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TArray), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49177 G__memfunc_setup("Class",502,G__G__Hist_324_0_4, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&THnSparseT<TArrayL>::Class) ), 0);
49178 G__memfunc_setup("Class_Name",982,G__G__Hist_324_0_5, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THnSparseT<TArrayL>::Class_Name) ), 0);
49179 G__memfunc_setup("Class_Version",1339,G__G__Hist_324_0_6, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&THnSparseT<TArrayL>::Class_Version) ), 0);
49180 G__memfunc_setup("Dictionary",1046,G__G__Hist_324_0_7, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&THnSparseT<TArrayL>::Dictionary) ), 0);
49181 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49182 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
49183 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
49184 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_324_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
49185 G__memfunc_setup("DeclFileName",1145,G__G__Hist_324_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THnSparseT<TArrayL>::DeclFileName) ), 0);
49186 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_324_0_13, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&THnSparseT<TArrayL>::ImplFileLine) ), 0);
49187 G__memfunc_setup("ImplFileName",1171,G__G__Hist_324_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THnSparseT<TArrayL>::ImplFileName) ), 0);
49188 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_324_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&THnSparseT<TArrayL>::DeclFileLine) ), 0);
49189
49190 G__memfunc_setup("~THnSparseT<TArrayL>", 1891, G__G__Hist_324_0_16, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
49191 G__tag_memfunc_reset();
49192 }
49193
49194 static void G__setup_memfuncTHnSparseTlETArrayIgR(void) {
49195
49196 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayIgR));
49197 G__memfunc_setup("THnSparseT<TArrayI>",1762,G__G__Hist_325_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayIgR), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
49198 G__memfunc_setup("THnSparseT<TArrayI>",1762,G__G__Hist_325_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayIgR), -1, 0, 7, 1, 1, 0,
49199 "C - - 10 - name C - - 10 - title "
49200 "i - 'Int_t' 0 - dim I - 'Int_t' 10 - nbins "
49201 "D - 'Double_t' 10 '0' xmin D - 'Double_t' 10 '0' xmax "
49202 "i - 'Int_t' 0 '1024*16' chunksize", (char*)NULL, (void*) NULL, 0);
49203 G__memfunc_setup("GenerateArray",1322,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TArray), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49204 G__memfunc_setup("Class",502,G__G__Hist_325_0_4, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&THnSparseT<TArrayI>::Class) ), 0);
49205 G__memfunc_setup("Class_Name",982,G__G__Hist_325_0_5, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THnSparseT<TArrayI>::Class_Name) ), 0);
49206 G__memfunc_setup("Class_Version",1339,G__G__Hist_325_0_6, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&THnSparseT<TArrayI>::Class_Version) ), 0);
49207 G__memfunc_setup("Dictionary",1046,G__G__Hist_325_0_7, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&THnSparseT<TArrayI>::Dictionary) ), 0);
49208 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49209 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
49210 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
49211 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_325_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
49212 G__memfunc_setup("DeclFileName",1145,G__G__Hist_325_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THnSparseT<TArrayI>::DeclFileName) ), 0);
49213 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_325_0_13, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&THnSparseT<TArrayI>::ImplFileLine) ), 0);
49214 G__memfunc_setup("ImplFileName",1171,G__G__Hist_325_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THnSparseT<TArrayI>::ImplFileName) ), 0);
49215 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_325_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&THnSparseT<TArrayI>::DeclFileLine) ), 0);
49216
49217 G__memfunc_setup("~THnSparseT<TArrayI>", 1888, G__G__Hist_325_0_16, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
49218 G__tag_memfunc_reset();
49219 }
49220
49221 static void G__setup_memfuncTHnSparseTlETArraySgR(void) {
49222
49223 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArraySgR));
49224 G__memfunc_setup("THnSparseT<TArrayS>",1772,G__G__Hist_326_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArraySgR), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
49225 G__memfunc_setup("THnSparseT<TArrayS>",1772,G__G__Hist_326_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArraySgR), -1, 0, 7, 1, 1, 0,
49226 "C - - 10 - name C - - 10 - title "
49227 "i - 'Int_t' 0 - dim I - 'Int_t' 10 - nbins "
49228 "D - 'Double_t' 10 '0' xmin D - 'Double_t' 10 '0' xmax "
49229 "i - 'Int_t' 0 '1024*16' chunksize", (char*)NULL, (void*) NULL, 0);
49230 G__memfunc_setup("GenerateArray",1322,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TArray), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49231 G__memfunc_setup("Class",502,G__G__Hist_326_0_4, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&THnSparseT<TArrayS>::Class) ), 0);
49232 G__memfunc_setup("Class_Name",982,G__G__Hist_326_0_5, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THnSparseT<TArrayS>::Class_Name) ), 0);
49233 G__memfunc_setup("Class_Version",1339,G__G__Hist_326_0_6, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&THnSparseT<TArrayS>::Class_Version) ), 0);
49234 G__memfunc_setup("Dictionary",1046,G__G__Hist_326_0_7, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&THnSparseT<TArrayS>::Dictionary) ), 0);
49235 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49236 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
49237 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
49238 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_326_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
49239 G__memfunc_setup("DeclFileName",1145,G__G__Hist_326_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THnSparseT<TArrayS>::DeclFileName) ), 0);
49240 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_326_0_13, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&THnSparseT<TArrayS>::ImplFileLine) ), 0);
49241 G__memfunc_setup("ImplFileName",1171,G__G__Hist_326_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THnSparseT<TArrayS>::ImplFileName) ), 0);
49242 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_326_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&THnSparseT<TArrayS>::DeclFileLine) ), 0);
49243
49244 G__memfunc_setup("~THnSparseT<TArrayS>", 1898, G__G__Hist_326_0_16, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
49245 G__tag_memfunc_reset();
49246 }
49247
49248 static void G__setup_memfuncTHnSparseTlETArrayCgR(void) {
49249
49250 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayCgR));
49251 G__memfunc_setup("THnSparseT<TArrayC>",1756,G__G__Hist_327_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayCgR), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
49252 G__memfunc_setup("THnSparseT<TArrayC>",1756,G__G__Hist_327_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_THnSparseTlETArrayCgR), -1, 0, 7, 1, 1, 0,
49253 "C - - 10 - name C - - 10 - title "
49254 "i - 'Int_t' 0 - dim I - 'Int_t' 10 - nbins "
49255 "D - 'Double_t' 10 '0' xmin D - 'Double_t' 10 '0' xmax "
49256 "i - 'Int_t' 0 '1024*16' chunksize", (char*)NULL, (void*) NULL, 0);
49257 G__memfunc_setup("GenerateArray",1322,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TArray), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49258 G__memfunc_setup("Class",502,G__G__Hist_327_0_4, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&THnSparseT<TArrayC>::Class) ), 0);
49259 G__memfunc_setup("Class_Name",982,G__G__Hist_327_0_5, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THnSparseT<TArrayC>::Class_Name) ), 0);
49260 G__memfunc_setup("Class_Version",1339,G__G__Hist_327_0_6, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&THnSparseT<TArrayC>::Class_Version) ), 0);
49261 G__memfunc_setup("Dictionary",1046,G__G__Hist_327_0_7, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&THnSparseT<TArrayC>::Dictionary) ), 0);
49262 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49263 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
49264 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
49265 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_327_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
49266 G__memfunc_setup("DeclFileName",1145,G__G__Hist_327_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THnSparseT<TArrayC>::DeclFileName) ), 0);
49267 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_327_0_13, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&THnSparseT<TArrayC>::ImplFileLine) ), 0);
49268 G__memfunc_setup("ImplFileName",1171,G__G__Hist_327_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THnSparseT<TArrayC>::ImplFileName) ), 0);
49269 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_327_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&THnSparseT<TArrayC>::DeclFileLine) ), 0);
49270
49271 G__memfunc_setup("~THnSparseT<TArrayC>", 1882, G__G__Hist_327_0_16, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
49272 G__tag_memfunc_reset();
49273 }
49274
49275 static void G__setup_memfuncTHStack(void) {
49276
49277 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_THStack));
49278 G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__HistLN_THStack), -1, 1, 1, 1, 4, 0, "u 'THStack' - 11 - -", "Not implemented", (void*) NULL, 0);
49279 G__memfunc_setup("BuildStack",998,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
49280 G__memfunc_setup("THStack",658,G__G__Hist_328_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_THStack), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
49281 G__memfunc_setup("THStack",658,G__G__Hist_328_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_THStack), -1, 0, 2, 1, 1, 0,
49282 "C - - 10 - name C - - 10 - title", (char*)NULL, (void*) NULL, 0);
49283 G__memfunc_setup("THStack",658,G__G__Hist_328_0_5, 105, G__get_linked_tagnum(&G__G__HistLN_THStack), -1, 0, 10, 1, 1, 0,
49284 "U 'TH1' - 10 - hist C - 'Option_t' 10 '\"x\"' axis "
49285 "C - - 10 '0' name C - - 10 '0' title "
49286 "i - 'Int_t' 0 '1' firstbin i - 'Int_t' 0 '-1' lastbin "
49287 "i - 'Int_t' 0 '1' firstbin2 i - 'Int_t' 0 '-1' lastbin2 "
49288 "C - 'Option_t' 10 '\"\"' proj_option C - 'Option_t' 10 '\"\"' draw_option", (char*)NULL, (void*) NULL, 0);
49289 G__memfunc_setup("THStack",658,G__G__Hist_328_0_6, 105, G__get_linked_tagnum(&G__G__HistLN_THStack), -1, 0, 1, 1, 1, 0, "u 'THStack' - 11 - hstack", (char*)NULL, (void*) NULL, 0);
49290 G__memfunc_setup("Add",265,G__G__Hist_328_0_7, 121, -1, -1, 0, 2, 1, 1, 0,
49291 "U 'TH1' - 0 - h C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
49292 G__memfunc_setup("Browse",626,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TBrowser' - 0 - b", (char*)NULL, (void*) NULL, 1);
49293 G__memfunc_setup("DistancetoPrimitive",1991,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
49294 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
49295 G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' chopt", (char*)NULL, (void*) NULL, 1);
49296 G__memfunc_setup("GetHistogram",1230,G__G__Hist_328_0_11, 85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49297 G__memfunc_setup("GetHists",811,G__G__Hist_328_0_12, 85, G__get_linked_tagnum(&G__G__HistLN_TList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49298 G__memfunc_setup("GetStack",790,G__G__Hist_328_0_13, 85, G__get_linked_tagnum(&G__G__HistLN_TObjArray), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
49299 G__memfunc_setup("GetMaximum",1022,G__G__Hist_328_0_14, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
49300 G__memfunc_setup("GetMinimum",1020,G__G__Hist_328_0_15, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
49301 G__memfunc_setup("GetXaxis",813,G__G__Hist_328_0_16, 85, G__get_linked_tagnum(&G__G__HistLN_TAxis), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49302 G__memfunc_setup("GetYaxis",814,G__G__Hist_328_0_17, 85, G__get_linked_tagnum(&G__G__HistLN_TAxis), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49303 G__memfunc_setup("ls",223,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
49304 G__memfunc_setup("Modified",801,G__G__Hist_328_0_19, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
49305 G__memfunc_setup("Paint",508,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' chopt", (char*)NULL, (void*) NULL, 1);
49306 G__memfunc_setup("Print",525,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' chopt", (char*)NULL, (void*) NULL, 1);
49307 G__memfunc_setup("RecursiveRemove",1574,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
49308 G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
49309 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
49310 G__memfunc_setup("SetHistogram",1242,G__G__Hist_328_0_24, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TH1' - 0 - h", (char*)NULL, (void*) NULL, 1);
49311 G__memfunc_setup("SetMaximum",1034,G__G__Hist_328_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 '-1111' maximum", "*MENU*", (void*) NULL, 1);
49312 G__memfunc_setup("SetMinimum",1032,G__G__Hist_328_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 '-1111' minimum", "*MENU*", (void*) NULL, 1);
49313 G__memfunc_setup("Class",502,G__G__Hist_328_0_27, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&THStack::Class) ), 0);
49314 G__memfunc_setup("Class_Name",982,G__G__Hist_328_0_28, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THStack::Class_Name) ), 0);
49315 G__memfunc_setup("Class_Version",1339,G__G__Hist_328_0_29, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&THStack::Class_Version) ), 0);
49316 G__memfunc_setup("Dictionary",1046,G__G__Hist_328_0_30, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&THStack::Dictionary) ), 0);
49317 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49318 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
49319 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
49320 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_328_0_34, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
49321 G__memfunc_setup("DeclFileName",1145,G__G__Hist_328_0_35, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THStack::DeclFileName) ), 0);
49322 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_328_0_36, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&THStack::ImplFileLine) ), 0);
49323 G__memfunc_setup("ImplFileName",1171,G__G__Hist_328_0_37, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&THStack::ImplFileName) ), 0);
49324 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_328_0_38, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&THStack::DeclFileLine) ), 0);
49325
49326 G__memfunc_setup("~THStack", 784, G__G__Hist_328_0_39, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
49327 G__tag_memfunc_reset();
49328 }
49329
49330 static void G__setup_memfuncTKDE(void) {
49331
49332 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TKDE));
49333 G__memfunc_setup("TKDE",296,G__G__Hist_333_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TKDE), -1, 0, 6, 5, 1, 0,
49334 "h - 'UInt_t' 0 '0' events D - 'Double_t' 10 '0' data "
49335 "d - 'Double_t' 0 '0.0' xMin d - 'Double_t' 0 '0.0' xMax "
49336 "C - 'Option_t' 10 '\"KernelType:Gaussian;Iteration:Adaptive;Mirror:noMirror;Binning:RelaxedBinning\"' option d - 'Double_t' 0 '1.0' rho", (char*)NULL, (void*) NULL, 0);
49337 G__memfunc_setup("Fill",391,G__G__Hist_333_0_2, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - data", (char*)NULL, (void*) NULL, 0);
49338 G__memfunc_setup("SetKernelType",1327,G__G__Hist_333_0_3, 121, -1, -1, 0, 1, 1, 1, 0, "i 'TKDE::EKernelType' - 0 - kern", (char*)NULL, (void*) NULL, 0);
49339 G__memfunc_setup("SetIteration",1243,G__G__Hist_333_0_4, 121, -1, -1, 0, 1, 1, 1, 0, "i 'TKDE::EIteration' - 0 - iter", (char*)NULL, (void*) NULL, 0);
49340 G__memfunc_setup("SetMirror",935,G__G__Hist_333_0_5, 121, -1, -1, 0, 1, 1, 1, 0, "i 'TKDE::EMirror' - 0 - mir", (char*)NULL, (void*) NULL, 0);
49341 G__memfunc_setup("SetBinning",1009,G__G__Hist_333_0_6, 121, -1, -1, 0, 1, 1, 1, 0, "i 'TKDE::EBinning' - 0 - -", (char*)NULL, (void*) NULL, 0);
49342 G__memfunc_setup("SetNBins",774,G__G__Hist_333_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - nbins", (char*)NULL, (void*) NULL, 0);
49343 G__memfunc_setup("SetUseBinsNEvents",1704,G__G__Hist_333_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - nEvents", (char*)NULL, (void*) NULL, 0);
49344 G__memfunc_setup("SetTuneFactor",1319,G__G__Hist_333_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - rho", (char*)NULL, (void*) NULL, 0);
49345 G__memfunc_setup("SetRange",793,G__G__Hist_333_0_10, 121, -1, -1, 0, 2, 1, 1, 0,
49346 "d - 'Double_t' 0 - xMin d - 'Double_t' 0 - xMax", "By default computed from the data", (void*) NULL, 0);
49347 G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
49348 G__memfunc_setup("operator()",957,G__G__Hist_333_0_12, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 0);
49349 G__memfunc_setup("operator()",957,G__G__Hist_333_0_13, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
49350 "D - 'Double_t' 10 - x D - 'Double_t' 10 '0' p", "Needed for creating TF1", (void*) NULL, 0);
49351 G__memfunc_setup("GetValue",797,G__G__Hist_333_0_14, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 0);
49352 G__memfunc_setup("GetError",810,G__G__Hist_333_0_15, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 0);
49353 G__memfunc_setup("GetBias",671,G__G__Hist_333_0_16, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 0);
49354 G__memfunc_setup("GetMean",673,G__G__Hist_333_0_17, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49355 G__memfunc_setup("GetSigma",785,G__G__Hist_333_0_18, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49356 G__memfunc_setup("GetRAMISE",737,G__G__Hist_333_0_19, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49357 G__memfunc_setup("GetFixedWeight",1400,G__G__Hist_333_0_20, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49358 G__memfunc_setup("GetFunction",1126,G__G__Hist_333_0_21, 85, G__get_linked_tagnum(&G__G__HistLN_TF1), -1, 0, 3, 1, 1, 0,
49359 "h - 'UInt_t' 0 '100' npx d - 'Double_t' 0 '1.0' xMin "
49360 "d - 'Double_t' 0 '0.0' xMax", (char*)NULL, (void*) NULL, 0);
49361 G__memfunc_setup("GetUpperFunction",1650,G__G__Hist_333_0_22, 85, G__get_linked_tagnum(&G__G__HistLN_TF1), -1, 0, 4, 1, 1, 0,
49362 "d - 'Double_t' 0 '0.95' confidenceLevel h - 'UInt_t' 0 '100' npx "
49363 "d - 'Double_t' 0 '1.0' xMin d - 'Double_t' 0 '0.0' xMax", (char*)NULL, (void*) NULL, 0);
49364 G__memfunc_setup("GetLowerFunction",1647,G__G__Hist_333_0_23, 85, G__get_linked_tagnum(&G__G__HistLN_TF1), -1, 0, 4, 1, 1, 0,
49365 "d - 'Double_t' 0 '0.95' confidenceLevel h - 'UInt_t' 0 '100' npx "
49366 "d - 'Double_t' 0 '1.0' xMin d - 'Double_t' 0 '0.0' xMax", (char*)NULL, (void*) NULL, 0);
49367 G__memfunc_setup("GetApproximateBias",1833,G__G__Hist_333_0_24, 85, G__get_linked_tagnum(&G__G__HistLN_TF1), -1, 0, 3, 1, 1, 0,
49368 "h - 'UInt_t' 0 '100' npx d - 'Double_t' 0 '1.0' xMin "
49369 "d - 'Double_t' 0 '0.0' xMax", (char*)NULL, (void*) NULL, 0);
49370 G__memfunc_setup("GetGraphWithErrors",1835,G__G__Hist_333_0_25, 85, G__get_linked_tagnum(&G__G__HistLN_TGraphErrors), -1, 0, 3, 1, 1, 0,
49371 "h - 'UInt_t' 0 '100' npx d - 'Double_t' 0 '1.0' xMin "
49372 "d - 'Double_t' 0 '0.0' xMax", (char*)NULL, (void*) NULL, 0);
49373 G__memfunc_setup("GetDrawnFunction",1634,G__G__Hist_333_0_26, 85, G__get_linked_tagnum(&G__G__HistLN_TF1), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
49374 G__memfunc_setup("GetDrawnUpperFunction",2158,G__G__Hist_333_0_27, 85, G__get_linked_tagnum(&G__G__HistLN_TF1), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
49375 G__memfunc_setup("GetDrawnLowerFunction",2155,G__G__Hist_333_0_28, 85, G__get_linked_tagnum(&G__G__HistLN_TF1), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
49376 G__memfunc_setup("GetDrawnGraph",1294,G__G__Hist_333_0_29, 85, G__get_linked_tagnum(&G__G__HistLN_TGraphErrors), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
49377 G__memfunc_setup("GetAdaptiveWeights",1833,G__G__Hist_333_0_30, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
49378 G__memfunc_setup("TKDE",296,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__HistLN_TKDE), -1, 0, 1, 1, 4, 0, "u 'TKDE' - 1 - kde", "Disallowed copy constructor", (void*) NULL, 0);
49379 G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__HistLN_TKDE), -1, 0, 1, 1, 4, 0, "u 'TKDE' - 1 - kde", "Disallowed assign operator", (void*) NULL, 0);
49380 G__memfunc_setup("Instantiate",1156,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 7, 1, 4, 0,
49381 "U 'ROOT::Math::IBaseFunctionOneDim' 'TKDE::KernelFunction_Ptr' 0 - kernfunc h - 'UInt_t' 0 - events "
49382 "D - 'Double_t' 10 - data d - 'Double_t' 0 - xMin "
49383 "d - 'Double_t' 0 - xMax C - 'Option_t' 10 - option "
49384 "d - 'Double_t' 0 - rho", (char*)NULL, (void*) NULL, 0);
49385 G__memfunc_setup("GaussianKernel",1436,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 4, 8, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 0);
49386 G__memfunc_setup("EpanechnikovKernel",1852,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 4, 8, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 0);
49387 G__memfunc_setup("BiweightKernel",1428,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 4, 8, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 0);
49388 G__memfunc_setup("CosineArchKernel",1600,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 4, 8, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 0);
49389 G__memfunc_setup("UpperConfidenceInterval",2367,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 4, 8,
49390 "D - 'Double_t' 10 - x D - 'Double_t' 10 - p", "Valid if the bandwidth is small compared to nEvents**1/5", (void*) NULL, 0);
49391 G__memfunc_setup("LowerConfidenceInterval",2364,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 4, 8,
49392 "D - 'Double_t' 10 - x D - 'Double_t' 10 - p", "Valid if the bandwidth is small compared to nEvents**1/5", (void*) NULL, 0);
49393 G__memfunc_setup("ApproximateBias",1545,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 4, 8,
49394 "D - 'Double_t' 10 - x D - 'Double_t' 10 - -", (char*)NULL, (void*) NULL, 0);
49395 G__memfunc_setup("ComputeKernelL2Norm",1880,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
49396 G__memfunc_setup("ComputeKernelSigma2",1889,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
49397 G__memfunc_setup("ComputeKernelMu",1536,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
49398 G__memfunc_setup("ComputeKernelIntegral",2164,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
49399 G__memfunc_setup("ComputeMidspread",1654,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
49400 G__memfunc_setup("Index",504,(G__InterfaceMethod) NULL, 104, -1, G__defined_typename("UInt_t"), 0, 1, 1, 4, 8, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 0);
49401 G__memfunc_setup("SetBinCentreData",1568,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 0,
49402 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - xmax", (char*)NULL, (void*) NULL, 0);
49403 G__memfunc_setup("SetBinCountData",1480,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
49404 G__memfunc_setup("CheckKernelValidity",1925,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
49405 G__memfunc_setup("SetCanonicalBandwidth",2121,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
49406 G__memfunc_setup("SetKernelSigma2",1456,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
49407 G__memfunc_setup("SetCanonicalBandwidths",2236,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
49408 G__memfunc_setup("SetKernelSigmas2",1571,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
49409 G__memfunc_setup("SetHistogram",1242,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
49410 G__memfunc_setup("SetUseBins",997,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
49411 G__memfunc_setup("SetMirror",935,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
49412 G__memfunc_setup("SetMean",685,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
49413 G__memfunc_setup("SetSigma",797,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "d - 'Double_t' 0 - R", (char*)NULL, (void*) NULL, 0);
49414 G__memfunc_setup("SetKernel",909,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
49415 G__memfunc_setup("SetKernelFunction",1747,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "U 'ROOT::Math::IBaseFunctionOneDim' 'TKDE::KernelFunction_Ptr' 0 '0' kernfunc", (char*)NULL, (void*) NULL, 0);
49416 G__memfunc_setup("SetOptions",1048,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 0,
49417 "C - 'Option_t' 10 - option d - 'Double_t' 0 - rho", (char*)NULL, (void*) NULL, 0);
49418 G__memfunc_setup("CheckOptions",1226,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "g - 'Bool_t' 0 'kFALSE' isUserDefinedKernel", (char*)NULL, (void*) NULL, 0);
49419 G__memfunc_setup("GetOptions",1036,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 0,
49420 "u 'string' - 0 - optionType u 'string' - 0 - option", (char*)NULL, (void*) NULL, 0);
49421 G__memfunc_setup("AssureOptions",1375,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
49422 G__memfunc_setup("SetData",678,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "D - 'Double_t' 10 - data", (char*)NULL, (void*) NULL, 0);
49423 G__memfunc_setup("InitFromNewData",1484,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
49424 G__memfunc_setup("SetMirroredEvents",1765,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
49425 G__memfunc_setup("SetDrawOptions",1446,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 4, 0,
49426 "C - 'Option_t' 10 - option u 'TString' - 1 - plotOpt "
49427 "u 'TString' - 1 - drawOpt", (char*)NULL, (void*) NULL, 0);
49428 G__memfunc_setup("DrawErrors",1035,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "u 'TString' - 1 - drawOpt", (char*)NULL, (void*) NULL, 0);
49429 G__memfunc_setup("DrawConfidenceInterval",2241,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 0,
49430 "u 'TString' - 1 - drawOpt d - - 0 '0.95' cl", (char*)NULL, (void*) NULL, 0);
49431 G__memfunc_setup("GetKDEFunction",1338,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TF1), -1, 0, 3, 1, 4, 0,
49432 "h - 'UInt_t' 0 '100' npx d - 'Double_t' 0 '1.0' xMin "
49433 "d - 'Double_t' 0 '0.0' xMax", (char*)NULL, (void*) NULL, 0);
49434 G__memfunc_setup("GetKDEApproximateBias",2045,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TF1), -1, 0, 3, 1, 4, 0,
49435 "h - 'UInt_t' 0 '100' npx d - 'Double_t' 0 '1.0' xMin "
49436 "d - 'Double_t' 0 '0.0' xMax", (char*)NULL, (void*) NULL, 0);
49437 G__memfunc_setup("GetPDFUpperConfidenceInterval",2873,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TF1), -1, 0, 4, 1, 4, 0,
49438 "d - 'Double_t' 0 '0.95' confidenceLevel h - 'UInt_t' 0 '100' npx "
49439 "d - 'Double_t' 0 '1.0' xMin d - 'Double_t' 0 '0.0' xMax", (char*)NULL, (void*) NULL, 0);
49440 G__memfunc_setup("GetPDFLowerConfidenceInterval",2870,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TF1), -1, 0, 4, 1, 4, 0,
49441 "d - 'Double_t' 0 '0.95' confidenceLevel h - 'UInt_t' 0 '100' npx "
49442 "d - 'Double_t' 0 '1.0' xMin d - 'Double_t' 0 '0.0' xMax", (char*)NULL, (void*) NULL, 0);
49443 G__memfunc_setup("Class",502,G__G__Hist_333_0_75, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TKDE::Class) ), 0);
49444 G__memfunc_setup("Class_Name",982,G__G__Hist_333_0_76, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TKDE::Class_Name) ), 0);
49445 G__memfunc_setup("Class_Version",1339,G__G__Hist_333_0_77, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TKDE::Class_Version) ), 0);
49446 G__memfunc_setup("Dictionary",1046,G__G__Hist_333_0_78, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TKDE::Dictionary) ), 0);
49447 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49448 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
49449 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
49450 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_333_0_82, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
49451 G__memfunc_setup("DeclFileName",1145,G__G__Hist_333_0_83, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TKDE::DeclFileName) ), 0);
49452 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_333_0_84, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TKDE::ImplFileLine) ), 0);
49453 G__memfunc_setup("ImplFileName",1171,G__G__Hist_333_0_85, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TKDE::ImplFileName) ), 0);
49454 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_333_0_86, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TKDE::DeclFileLine) ), 0);
49455
49456 G__memfunc_setup("~TKDE", 422, G__G__Hist_333_0_87, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
49457 G__tag_memfunc_reset();
49458 }
49459
49460 static void G__setup_memfuncTLimitDataSource(void) {
49461
49462 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TLimitDataSource));
49463 G__memfunc_setup("TLimitDataSource",1598,G__G__Hist_344_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TLimitDataSource), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
49464 G__memfunc_setup("TLimitDataSource",1598,G__G__Hist_344_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TLimitDataSource), -1, 0, 3, 1, 1, 0,
49465 "U 'TH1' - 0 - s U 'TH1' - 0 - b "
49466 "U 'TH1' - 0 - d", (char*)NULL, (void*) NULL, 0);
49467 G__memfunc_setup("TLimitDataSource",1598,G__G__Hist_344_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TLimitDataSource), -1, 0, 6, 1, 1, 0,
49468 "U 'TH1' - 0 - s U 'TH1' - 0 - b "
49469 "U 'TH1' - 0 - d U 'TVectorT<double>' 'TVectorD' 0 - es "
49470 "U 'TVectorT<double>' 'TVectorD' 0 - eb U 'TObjArray' - 0 - names", (char*)NULL, (void*) NULL, 0);
49471 G__memfunc_setup("AddChannel",962,G__G__Hist_344_0_4, 121, -1, -1, 0, 3, 1, 1, 0,
49472 "U 'TH1' - 0 - - U 'TH1' - 0 - - "
49473 "U 'TH1' - 0 - -", (char*)NULL, (void*) NULL, 1);
49474 G__memfunc_setup("AddChannel",962,G__G__Hist_344_0_5, 121, -1, -1, 0, 6, 1, 1, 0,
49475 "U 'TH1' - 0 - - U 'TH1' - 0 - - "
49476 "U 'TH1' - 0 - - U 'TVectorT<double>' 'TVectorD' 0 - - "
49477 "U 'TVectorT<double>' 'TVectorD' 0 - - U 'TObjArray' - 0 - -", (char*)NULL, (void*) NULL, 1);
49478 G__memfunc_setup("GetSignal",894,G__G__Hist_344_0_6, 85, G__get_linked_tagnum(&G__G__HistLN_TObjArray), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
49479 G__memfunc_setup("GetBackground",1312,G__G__Hist_344_0_7, 85, G__get_linked_tagnum(&G__G__HistLN_TObjArray), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
49480 G__memfunc_setup("GetCandidates",1296,G__G__Hist_344_0_8, 85, G__get_linked_tagnum(&G__G__HistLN_TObjArray), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
49481 G__memfunc_setup("GetErrorOnSignal",1605,G__G__Hist_344_0_9, 85, G__get_linked_tagnum(&G__G__HistLN_TObjArray), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
49482 G__memfunc_setup("GetErrorOnBackground",2023,G__G__Hist_344_0_10, 85, G__get_linked_tagnum(&G__G__HistLN_TObjArray), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
49483 G__memfunc_setup("GetErrorNames",1310,G__G__Hist_344_0_11, 85, G__get_linked_tagnum(&G__G__HistLN_TObjArray), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
49484 G__memfunc_setup("SetOwner",823,G__G__Hist_344_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "g - - 0 'kTRUE' swtch", (char*)NULL, (void*) NULL, 1);
49485 G__memfunc_setup("Class",502,G__G__Hist_344_0_13, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TLimitDataSource::Class) ), 0);
49486 G__memfunc_setup("Class_Name",982,G__G__Hist_344_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLimitDataSource::Class_Name) ), 0);
49487 G__memfunc_setup("Class_Version",1339,G__G__Hist_344_0_15, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TLimitDataSource::Class_Version) ), 0);
49488 G__memfunc_setup("Dictionary",1046,G__G__Hist_344_0_16, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TLimitDataSource::Dictionary) ), 0);
49489 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49490 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
49491 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
49492 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_344_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
49493 G__memfunc_setup("DeclFileName",1145,G__G__Hist_344_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLimitDataSource::DeclFileName) ), 0);
49494 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_344_0_22, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLimitDataSource::ImplFileLine) ), 0);
49495 G__memfunc_setup("ImplFileName",1171,G__G__Hist_344_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLimitDataSource::ImplFileName) ), 0);
49496 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_344_0_24, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLimitDataSource::DeclFileLine) ), 0);
49497
49498 G__memfunc_setup("~TLimitDataSource", 1724, G__G__Hist_344_0_25, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
49499 G__tag_memfunc_reset();
49500 }
49501
49502 static void G__setup_memfuncTLimit(void) {
49503
49504 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TLimit));
49505 G__memfunc_setup("Fluctuate",941,(G__InterfaceMethod) NULL, 103, -1, -1, 0, 5, 3, 2, 0,
49506 "U 'TLimitDataSource' - 0 - input U 'TLimitDataSource' - 0 - output "
49507 "g - - 0 - init U 'TRandom' - 0 - - "
49508 "g - - 0 'false' stat", (char*)NULL, (void*) NULL, 0);
49509 G__memfunc_setup("LogLikelihood",1318,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 4, 3, 2, 0,
49510 "d - 'Double_t' 0 - s d - 'Double_t' 0 - b "
49511 "d - 'Double_t' 0 - b2 d - 'Double_t' 0 - d", (char*)NULL, (void*) NULL, 0);
49512 G__memfunc_setup("TLimit",595,G__G__Hist_347_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TLimit), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
49513 G__memfunc_setup("ComputeLimit",1244,G__G__Hist_347_0_4, 85, G__get_linked_tagnum(&G__G__HistLN_TConfidenceLevel), -1, 0, 4, 3, 1, 0,
49514 "U 'TLimitDataSource' - 0 - data i - 'Int_t' 0 '50000' nmc "
49515 "g - - 0 'false' stat U 'TRandom' - 0 '0' generator", (char*)NULL, (void*) G__func2void( (TConfidenceLevel* (*)(TLimitDataSource*, Int_t, bool, TRandom*))(&TLimit::ComputeLimit) ), 0);
49516 G__memfunc_setup("ComputeLimit",1244,G__G__Hist_347_0_5, 85, G__get_linked_tagnum(&G__G__HistLN_TConfidenceLevel), -1, 0, 6, 3, 1, 0,
49517 "d - 'Double_t' 0 - s d - 'Double_t' 0 - b "
49518 "i - 'Int_t' 0 - d i - 'Int_t' 0 '50000' nmc "
49519 "g - - 0 'false' stat U 'TRandom' - 0 '0' generator", (char*)NULL, (void*) G__func2void( (TConfidenceLevel* (*)(Double_t, Double_t, Int_t, Int_t, bool, TRandom*))(&TLimit::ComputeLimit) ), 0);
49520 G__memfunc_setup("ComputeLimit",1244,G__G__Hist_347_0_6, 85, G__get_linked_tagnum(&G__G__HistLN_TConfidenceLevel), -1, 0, 9, 3, 1, 0,
49521 "d - 'Double_t' 0 - s d - 'Double_t' 0 - b "
49522 "i - 'Int_t' 0 - d U 'TVectorT<double>' 'TVectorD' 0 - se "
49523 "U 'TVectorT<double>' 'TVectorD' 0 - be U 'TObjArray' - 0 - - "
49524 "i - 'Int_t' 0 '50000' nmc g - - 0 'false' stat "
49525 "U 'TRandom' - 0 '0' generator", (char*)NULL, (void*) G__func2void( (TConfidenceLevel* (*)(Double_t, Double_t, Int_t, TVectorD*, TVectorD*, TObjArray*, Int_t, bool, TRandom*))(&TLimit::ComputeLimit) ), 0);
49526 G__memfunc_setup("ComputeLimit",1244,G__G__Hist_347_0_7, 85, G__get_linked_tagnum(&G__G__HistLN_TConfidenceLevel), -1, 0, 6, 3, 1, 0,
49527 "U 'TH1' - 0 - s U 'TH1' - 0 - b "
49528 "U 'TH1' - 0 - d i - 'Int_t' 0 '50000' nmc "
49529 "g - - 0 'false' stat U 'TRandom' - 0 '0' generator", (char*)NULL, (void*) G__func2void( (TConfidenceLevel* (*)(TH1*, TH1*, TH1*, Int_t, bool, TRandom*))(&TLimit::ComputeLimit) ), 0);
49530 G__memfunc_setup("ComputeLimit",1244,G__G__Hist_347_0_8, 85, G__get_linked_tagnum(&G__G__HistLN_TConfidenceLevel), -1, 0, 9, 3, 1, 0,
49531 "U 'TH1' - 0 - s U 'TH1' - 0 - b "
49532 "U 'TH1' - 0 - d U 'TVectorT<double>' 'TVectorD' 0 - se "
49533 "U 'TVectorT<double>' 'TVectorD' 0 - be U 'TObjArray' - 0 - - "
49534 "i - 'Int_t' 0 '50000' nmc g - - 0 'false' stat "
49535 "U 'TRandom' - 0 '0' generator", (char*)NULL, (void*) G__func2void( (TConfidenceLevel* (*)(TH1*, TH1*, TH1*, TVectorD*, TVectorD*, TObjArray*, Int_t, bool, TRandom*))(&TLimit::ComputeLimit) ), 0);
49536 G__memfunc_setup("Class",502,G__G__Hist_347_0_9, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TLimit::Class) ), 0);
49537 G__memfunc_setup("Class_Name",982,G__G__Hist_347_0_10, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLimit::Class_Name) ), 0);
49538 G__memfunc_setup("Class_Version",1339,G__G__Hist_347_0_11, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TLimit::Class_Version) ), 0);
49539 G__memfunc_setup("Dictionary",1046,G__G__Hist_347_0_12, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TLimit::Dictionary) ), 0);
49540 G__memfunc_setup("IsA",253,G__G__Hist_347_0_13, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49541 G__memfunc_setup("ShowMembers",1132,G__G__Hist_347_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
49542 G__memfunc_setup("Streamer",835,G__G__Hist_347_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
49543 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_347_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
49544 G__memfunc_setup("DeclFileName",1145,G__G__Hist_347_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLimit::DeclFileName) ), 0);
49545 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_347_0_18, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLimit::ImplFileLine) ), 0);
49546 G__memfunc_setup("ImplFileName",1171,G__G__Hist_347_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLimit::ImplFileName) ), 0);
49547 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_347_0_20, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLimit::DeclFileLine) ), 0);
49548
49549 G__memfunc_setup("TLimit", 595, G__G__Hist_347_0_21, (int) ('i'), G__get_linked_tagnum(&G__G__HistLN_TLimit), -1, 0, 1, 1, 1, 0, "u 'TLimit' - 11 - -", (char*) NULL, (void*) NULL, 0);
49550
49551 G__memfunc_setup("~TLimit", 721, G__G__Hist_347_0_22, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
49552
49553 G__memfunc_setup("operator=", 937, G__G__Hist_347_0_23, (int) ('u'), G__get_linked_tagnum(&G__G__HistLN_TLimit), -1, 1, 1, 1, 1, 0, "u 'TLimit' - 11 - -", (char*) NULL, (void*) NULL, 0);
49554 G__tag_memfunc_reset();
49555 }
49556
49557 static void G__setup_memfuncTMultiDimFit(void) {
49558
49559 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TMultiDimFit));
49560 G__memfunc_setup("EvalFactor",999,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 2, 8,
49561 "i - 'Int_t' 0 - p d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 1);
49562 G__memfunc_setup("EvalControl",1129,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 2, 8, "I - 'Int_t' 10 - powers", (char*)NULL, (void*) NULL, 1);
49563 G__memfunc_setup("MakeCoefficientErrors",2138,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
49564 G__memfunc_setup("MakeCorrelation",1536,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
49565 G__memfunc_setup("MakeGramSchmidt",1489,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 2, 0, "i - 'Int_t' 0 - function", (char*)NULL, (void*) NULL, 1);
49566 G__memfunc_setup("MakeCoefficients",1616,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
49567 G__memfunc_setup("MakeCandidates",1390,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
49568 G__memfunc_setup("MakeNormalized",1427,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
49569 G__memfunc_setup("MakeParameterization",2077,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
49570 G__memfunc_setup("MakeRealCode",1149,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0,
49571 "C - - 10 - filename C - - 10 - classname "
49572 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
49573 G__memfunc_setup("Select",608,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 2, 0, "I - 'Int_t' 10 - iv", (char*)NULL, (void*) NULL, 1);
49574 G__memfunc_setup("TestFunction",1254,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 2, 0,
49575 "d - 'Double_t' 0 - squareResidual d - 'Double_t' 0 - dResidur", (char*)NULL, (void*) NULL, 1);
49576 G__memfunc_setup("TMultiDimFit",1180,G__G__Hist_378_0_13, 105, G__get_linked_tagnum(&G__G__HistLN_TMultiDimFit), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
49577 G__memfunc_setup("TMultiDimFit",1180,G__G__Hist_378_0_14, 105, G__get_linked_tagnum(&G__G__HistLN_TMultiDimFit), -1, 0, 3, 1, 1, 0,
49578 "i - 'Int_t' 0 - dimension i 'TMultiDimFit::EMDFPolyType' - 0 'kMonomials' type "
49579 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
49580 G__memfunc_setup("AddRow",577,G__G__Hist_378_0_15, 121, -1, -1, 0, 3, 1, 1, 0,
49581 "D - 'Double_t' 10 - x d - 'Double_t' 0 - D "
49582 "d - 'Double_t' 0 '0' E", (char*)NULL, (void*) NULL, 1);
49583 G__memfunc_setup("AddTestRow",993,G__G__Hist_378_0_16, 121, -1, -1, 0, 3, 1, 1, 0,
49584 "D - 'Double_t' 10 - x d - 'Double_t' 0 - D "
49585 "d - 'Double_t' 0 '0' E", (char*)NULL, (void*) NULL, 1);
49586 G__memfunc_setup("Browse",626,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TBrowser' - 0 - b", (char*)NULL, (void*) NULL, 1);
49587 G__memfunc_setup("Clear",487,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 1);
49588 G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"d\"' -", (char*)NULL, (void*) NULL, 1);
49589 G__memfunc_setup("Eval",392,G__G__Hist_378_0_20, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
49590 "D - 'Double_t' 10 - x D - 'Double_t' 10 '0' coeff", (char*)NULL, (void*) NULL, 1);
49591 G__memfunc_setup("EvalError",914,G__G__Hist_378_0_21, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
49592 "D - 'Double_t' 10 - x D - 'Double_t' 10 '0' coeff", (char*)NULL, (void*) NULL, 1);
49593 G__memfunc_setup("FindParameterization",2080,G__G__Hist_378_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 1);
49594 G__memfunc_setup("Fit",291,G__G__Hist_378_0_23, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 1);
49595 G__memfunc_setup("GetChi2",614,G__G__Hist_378_0_24, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49596 G__memfunc_setup("GetCorrelationMatrix",2071,G__G__Hist_378_0_25, 85, G__get_linked_tagnum(&G__G__HistLN_TMatrixTlEdoublegR), G__defined_typename("TMatrixD"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
49597 G__memfunc_setup("GetCoefficients",1522,G__G__Hist_378_0_26, 85, G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR), G__defined_typename("TVectorD"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
49598 G__memfunc_setup("GetError",810,G__G__Hist_378_0_27, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49599 G__memfunc_setup("GetFunctionCodes",1620,G__G__Hist_378_0_28, 73, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49600 G__memfunc_setup("GetFunctions",1241,G__G__Hist_378_0_29, 85, G__get_linked_tagnum(&G__G__HistLN_TMatrixTlEdoublegR), G__defined_typename("TMatrixD"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
49601 G__memfunc_setup("GetHistograms",1345,G__G__Hist_378_0_30, 85, G__get_linked_tagnum(&G__G__HistLN_TList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49602 G__memfunc_setup("GetMaxAngle",1069,G__G__Hist_378_0_31, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49603 G__memfunc_setup("GetMaxFunctions",1535,G__G__Hist_378_0_32, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49604 G__memfunc_setup("GetMaxPowers",1222,G__G__Hist_378_0_33, 73, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49605 G__memfunc_setup("GetMaxQuantity",1445,G__G__Hist_378_0_34, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49606 G__memfunc_setup("GetMaxStudy",1119,G__G__Hist_378_0_35, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49607 G__memfunc_setup("GetMaxTerms",1105,G__G__Hist_378_0_36, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49608 G__memfunc_setup("GetMaxVariables",1503,G__G__Hist_378_0_37, 85, G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR), G__defined_typename("TVectorD"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
49609 G__memfunc_setup("GetMeanQuantity",1536,G__G__Hist_378_0_38, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49610 G__memfunc_setup("GetMeanVariables",1594,G__G__Hist_378_0_39, 85, G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR), G__defined_typename("TVectorD"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
49611 G__memfunc_setup("GetMinAngle",1067,G__G__Hist_378_0_40, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49612 G__memfunc_setup("GetMinQuantity",1443,G__G__Hist_378_0_41, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49613 G__memfunc_setup("GetMinRelativeError",1930,G__G__Hist_378_0_42, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49614 G__memfunc_setup("GetMinVariables",1501,G__G__Hist_378_0_43, 85, G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR), G__defined_typename("TVectorD"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
49615 G__memfunc_setup("GetNVariables",1287,G__G__Hist_378_0_44, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49616 G__memfunc_setup("GetNCoefficients",1600,G__G__Hist_378_0_45, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49617 G__memfunc_setup("GetPolyType",1126,G__G__Hist_378_0_46, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49618 G__memfunc_setup("GetPowerIndex",1317,G__G__Hist_378_0_47, 73, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49619 G__memfunc_setup("GetPowerLimit",1324,G__G__Hist_378_0_48, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49620 G__memfunc_setup("GetPowers",928,G__G__Hist_378_0_49, 73, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
49621 G__memfunc_setup("GetPrecision",1228,G__G__Hist_378_0_50, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49622 G__memfunc_setup("GetQuantity",1151,G__G__Hist_378_0_51, 85, G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR), G__defined_typename("TVectorD"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
49623 G__memfunc_setup("GetResidualMax",1407,G__G__Hist_378_0_52, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49624 G__memfunc_setup("GetResidualMin",1405,G__G__Hist_378_0_53, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49625 G__memfunc_setup("GetResidualMaxRow",1719,G__G__Hist_378_0_54, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49626 G__memfunc_setup("GetResidualMinRow",1717,G__G__Hist_378_0_55, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49627 G__memfunc_setup("GetResidualSumSq",1618,G__G__Hist_378_0_56, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49628 G__memfunc_setup("GetRMS",530,G__G__Hist_378_0_57, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49629 G__memfunc_setup("GetSampleSize",1309,G__G__Hist_378_0_58, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49630 G__memfunc_setup("GetSqError",1006,G__G__Hist_378_0_59, 85, G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR), G__defined_typename("TVectorD"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
49631 G__memfunc_setup("GetSumSqAvgQuantity",1942,G__G__Hist_378_0_60, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49632 G__memfunc_setup("GetSumSqQuantity",1656,G__G__Hist_378_0_61, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49633 G__memfunc_setup("GetTestError",1226,G__G__Hist_378_0_62, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49634 G__memfunc_setup("GetTestPrecision",1644,G__G__Hist_378_0_63, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49635 G__memfunc_setup("GetTestQuantity",1567,G__G__Hist_378_0_64, 85, G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR), G__defined_typename("TVectorD"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
49636 G__memfunc_setup("GetTestSampleSize",1725,G__G__Hist_378_0_65, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49637 G__memfunc_setup("GetTestSqError",1422,G__G__Hist_378_0_66, 85, G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR), G__defined_typename("TVectorD"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
49638 G__memfunc_setup("GetTestVariables",1625,G__G__Hist_378_0_67, 85, G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR), G__defined_typename("TVectorD"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
49639 G__memfunc_setup("GetVariables",1209,G__G__Hist_378_0_68, 85, G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR), G__defined_typename("TVectorD"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
49640 G__memfunc_setup("Instance",821,G__G__Hist_378_0_69, 85, G__get_linked_tagnum(&G__G__HistLN_TMultiDimFit), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TMultiDimFit* (*)())(&TMultiDimFit::Instance) ), 0);
49641 G__memfunc_setup("IsFolder",792,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49642 G__memfunc_setup("MakeChi2",708,G__G__Hist_378_0_71, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "D - 'Double_t' 10 '0' coeff", (char*)NULL, (void*) NULL, 1);
49643 G__memfunc_setup("MakeCode",761,G__G__Hist_378_0_72, 121, -1, -1, 0, 2, 1, 1, 0,
49644 "C - - 10 '\"MDF\"' functionName C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 1);
49645 G__memfunc_setup("MakeHistograms",1439,G__G__Hist_378_0_73, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"A\"' option", "*MENU*", (void*) NULL, 1);
49646 G__memfunc_setup("MakeMethod",991,G__G__Hist_378_0_74, 121, -1, -1, 0, 2, 1, 1, 0,
49647 "C - 'Char_t' 10 '\"MDF\"' className C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 1);
49648 G__memfunc_setup("Print",525,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"ps\"' option", "*MENU*", (void*) NULL, 1);
49649 G__memfunc_setup("SetBinVarX",966,G__G__Hist_378_0_76, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - nbbinvarx", (char*)NULL, (void*) NULL, 0);
49650 G__memfunc_setup("SetBinVarY",967,G__G__Hist_378_0_77, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - nbbinvary", (char*)NULL, (void*) NULL, 0);
49651 G__memfunc_setup("SetMaxAngle",1081,G__G__Hist_378_0_78, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 '0' angle", (char*)NULL, (void*) NULL, 0);
49652 G__memfunc_setup("SetMaxFunctions",1547,G__G__Hist_378_0_79, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 0);
49653 G__memfunc_setup("SetMaxPowers",1234,G__G__Hist_378_0_80, 121, -1, -1, 0, 1, 1, 1, 0, "I - 'Int_t' 10 - powers", (char*)NULL, (void*) NULL, 0);
49654 G__memfunc_setup("SetMaxStudy",1131,G__G__Hist_378_0_81, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 0);
49655 G__memfunc_setup("SetMaxTerms",1117,G__G__Hist_378_0_82, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - terms", (char*)NULL, (void*) NULL, 0);
49656 G__memfunc_setup("SetMinRelativeError",1942,G__G__Hist_378_0_83, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - error", (char*)NULL, (void*) NULL, 0);
49657 G__memfunc_setup("SetMinAngle",1079,G__G__Hist_378_0_84, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 '1' angle", (char*)NULL, (void*) NULL, 0);
49658 G__memfunc_setup("SetPowerLimit",1336,G__G__Hist_378_0_85, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 '1e-3' limit", (char*)NULL, (void*) NULL, 0);
49659 G__memfunc_setup("SetPowers",940,G__G__Hist_378_0_86, 121, -1, -1, 0, 2, 1, 1, 0,
49660 "I - 'Int_t' 10 - powers i - 'Int_t' 0 - terms", (char*)NULL, (void*) NULL, 1);
49661 G__memfunc_setup("Class",502,G__G__Hist_378_0_87, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TMultiDimFit::Class) ), 0);
49662 G__memfunc_setup("Class_Name",982,G__G__Hist_378_0_88, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TMultiDimFit::Class_Name) ), 0);
49663 G__memfunc_setup("Class_Version",1339,G__G__Hist_378_0_89, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TMultiDimFit::Class_Version) ), 0);
49664 G__memfunc_setup("Dictionary",1046,G__G__Hist_378_0_90, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TMultiDimFit::Dictionary) ), 0);
49665 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49666 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
49667 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
49668 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_378_0_94, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
49669 G__memfunc_setup("DeclFileName",1145,G__G__Hist_378_0_95, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TMultiDimFit::DeclFileName) ), 0);
49670 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_378_0_96, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TMultiDimFit::ImplFileLine) ), 0);
49671 G__memfunc_setup("ImplFileName",1171,G__G__Hist_378_0_97, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TMultiDimFit::ImplFileName) ), 0);
49672 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_378_0_98, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TMultiDimFit::DeclFileLine) ), 0);
49673
49674 G__memfunc_setup("TMultiDimFit", 1180, G__G__Hist_378_0_99, (int) ('i'), G__get_linked_tagnum(&G__G__HistLN_TMultiDimFit), -1, 0, 1, 1, 1, 0, "u 'TMultiDimFit' - 11 - -", (char*) NULL, (void*) NULL, 0);
49675
49676 G__memfunc_setup("~TMultiDimFit", 1306, G__G__Hist_378_0_100, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
49677
49678 G__memfunc_setup("operator=", 937, G__G__Hist_378_0_101, (int) ('u'), G__get_linked_tagnum(&G__G__HistLN_TMultiDimFit), -1, 1, 1, 1, 1, 0, "u 'TMultiDimFit' - 11 - -", (char*) NULL, (void*) NULL, 0);
49679 G__tag_memfunc_reset();
49680 }
49681
49682 static void G__setup_memfuncTPolyMarker(void) {
49683
49684 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TPolyMarker));
49685 G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__HistLN_TPolyMarker), -1, 1, 1, 1, 2, 0, "u 'TPolyMarker' - 11 - -", (char*)NULL, (void*) NULL, 0);
49686 G__memfunc_setup("TPolyMarker",1114,G__G__Hist_380_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TPolyMarker), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
49687 G__memfunc_setup("TPolyMarker",1114,G__G__Hist_380_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TPolyMarker), -1, 0, 2, 1, 1, 0,
49688 "i - 'Int_t' 0 - n C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
49689 G__memfunc_setup("TPolyMarker",1114,G__G__Hist_380_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_TPolyMarker), -1, 0, 4, 1, 1, 0,
49690 "i - 'Int_t' 0 - n F - 'Float_t' 0 - x "
49691 "F - 'Float_t' 0 - y C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
49692 G__memfunc_setup("TPolyMarker",1114,G__G__Hist_380_0_5, 105, G__get_linked_tagnum(&G__G__HistLN_TPolyMarker), -1, 0, 4, 1, 1, 0,
49693 "i - 'Int_t' 0 - n D - 'Double_t' 0 - x "
49694 "D - 'Double_t' 0 - y C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
49695 G__memfunc_setup("TPolyMarker",1114,G__G__Hist_380_0_6, 105, G__get_linked_tagnum(&G__G__HistLN_TPolyMarker), -1, 0, 1, 1, 1, 0, "u 'TPolyMarker' - 11 - polymarker", (char*)NULL, (void*) NULL, 0);
49696 G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - polymarker", (char*)NULL, (void*) NULL, 1);
49697 G__memfunc_setup("DistancetoPrimitive",1991,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
49698 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
49699 G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
49700 G__memfunc_setup("DrawPolyMarker",1428,G__G__Hist_380_0_10, 121, -1, -1, 0, 4, 1, 1, 0,
49701 "i - 'Int_t' 0 - n D - 'Double_t' 0 - x "
49702 "D - 'Double_t' 0 - y C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
49703 G__memfunc_setup("ExecuteEvent",1237,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
49704 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
49705 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
49706 G__memfunc_setup("GetLastPoint",1214,G__G__Hist_380_0_12, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49707 G__memfunc_setup("GetN",366,G__G__Hist_380_0_13, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49708 G__memfunc_setup("GetOption",921,(G__InterfaceMethod) NULL,67, -1, G__defined_typename("Option_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49709 G__memfunc_setup("GetX",376,G__G__Hist_380_0_15, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49710 G__memfunc_setup("GetY",377,G__G__Hist_380_0_16, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49711 G__memfunc_setup("ls",223,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
49712 G__memfunc_setup("Merge",496,G__G__Hist_380_0_18, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "U 'TCollection' - 0 - list", (char*)NULL, (void*) NULL, 1);
49713 G__memfunc_setup("Paint",508,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
49714 G__memfunc_setup("PaintPolyMarker",1538,G__G__Hist_380_0_20, 121, -1, -1, 0, 4, 1, 1, 0,
49715 "i - 'Int_t' 0 - n D - 'Double_t' 0 - x "
49716 "D - 'Double_t' 0 - y C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
49717 G__memfunc_setup("Print",525,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
49718 G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
49719 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
49720 G__memfunc_setup("SetNextPoint",1237,G__G__Hist_380_0_23, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
49721 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y", "*MENU*", (void*) NULL, 1);
49722 G__memfunc_setup("SetPoint",822,G__G__Hist_380_0_24, 121, -1, -1, 0, 3, 1, 1, 0,
49723 "i - 'Int_t' 0 - point d - 'Double_t' 0 - x "
49724 "d - 'Double_t' 0 - y", "*MENU*", (void*) NULL, 1);
49725 G__memfunc_setup("SetPolyMarker",1330,G__G__Hist_380_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
49726 G__memfunc_setup("SetPolyMarker",1330,G__G__Hist_380_0_26, 121, -1, -1, 0, 4, 1, 1, 0,
49727 "i - 'Int_t' 0 - n F - 'Float_t' 0 - x "
49728 "F - 'Float_t' 0 - y C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
49729 G__memfunc_setup("SetPolyMarker",1330,G__G__Hist_380_0_27, 121, -1, -1, 0, 4, 1, 1, 0,
49730 "i - 'Int_t' 0 - n D - 'Double_t' 0 - x "
49731 "D - 'Double_t' 0 - y C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
49732 G__memfunc_setup("Size",411,G__G__Hist_380_0_28, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49733 G__memfunc_setup("Class",502,G__G__Hist_380_0_29, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TPolyMarker::Class) ), 0);
49734 G__memfunc_setup("Class_Name",982,G__G__Hist_380_0_30, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TPolyMarker::Class_Name) ), 0);
49735 G__memfunc_setup("Class_Version",1339,G__G__Hist_380_0_31, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TPolyMarker::Class_Version) ), 0);
49736 G__memfunc_setup("Dictionary",1046,G__G__Hist_380_0_32, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TPolyMarker::Dictionary) ), 0);
49737 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49738 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
49739 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
49740 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_380_0_36, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
49741 G__memfunc_setup("DeclFileName",1145,G__G__Hist_380_0_37, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TPolyMarker::DeclFileName) ), 0);
49742 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_380_0_38, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TPolyMarker::ImplFileLine) ), 0);
49743 G__memfunc_setup("ImplFileName",1171,G__G__Hist_380_0_39, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TPolyMarker::ImplFileName) ), 0);
49744 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_380_0_40, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TPolyMarker::DeclFileLine) ), 0);
49745
49746 G__memfunc_setup("~TPolyMarker", 1240, G__G__Hist_380_0_41, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
49747 G__tag_memfunc_reset();
49748 }
49749
49750 static void G__setup_memfuncTPrincipal(void) {
49751
49752 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TPrincipal));
49753 G__memfunc_setup("TPrincipal",1014,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__HistLN_TPrincipal), -1, 0, 1, 1, 2, 0, "u 'TPrincipal' - 11 - -", (char*)NULL, (void*) NULL, 0);
49754 G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__HistLN_TPrincipal), -1, 1, 1, 1, 2, 0, "u 'TPrincipal' - 11 - -", (char*)NULL, (void*) NULL, 0);
49755 G__memfunc_setup("MakeNormalised",1420,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
49756 G__memfunc_setup("MakeRealCode",1149,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0,
49757 "C - - 10 - filename C - - 10 - prefix "
49758 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
49759 G__memfunc_setup("TPrincipal",1014,G__G__Hist_381_0_5, 105, G__get_linked_tagnum(&G__G__HistLN_TPrincipal), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
49760 G__memfunc_setup("TPrincipal",1014,G__G__Hist_381_0_6, 105, G__get_linked_tagnum(&G__G__HistLN_TPrincipal), -1, 0, 2, 1, 1, 0,
49761 "i - 'Int_t' 0 - nVariables C - 'Option_t' 10 '\"ND\"' opt", (char*)NULL, (void*) NULL, 0);
49762 G__memfunc_setup("AddRow",577,G__G__Hist_381_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 10 - x", (char*)NULL, (void*) NULL, 1);
49763 G__memfunc_setup("Browse",626,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TBrowser' - 0 - b", (char*)NULL, (void*) NULL, 1);
49764 G__memfunc_setup("Clear",487,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
49765 G__memfunc_setup("GetCovarianceMatrix",1936,G__G__Hist_381_0_10, 85, G__get_linked_tagnum(&G__G__HistLN_TMatrixTlEdoublegR), G__defined_typename("TMatrixD"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
49766 G__memfunc_setup("GetEigenValues",1400,G__G__Hist_381_0_11, 85, G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR), G__defined_typename("TVectorD"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
49767 G__memfunc_setup("GetEigenVectors",1518,G__G__Hist_381_0_12, 85, G__get_linked_tagnum(&G__G__HistLN_TMatrixTlEdoublegR), G__defined_typename("TMatrixD"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
49768 G__memfunc_setup("GetHistograms",1345,G__G__Hist_381_0_13, 85, G__get_linked_tagnum(&G__G__HistLN_TList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49769 G__memfunc_setup("GetMeanValues",1297,G__G__Hist_381_0_14, 85, G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR), G__defined_typename("TVectorD"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
49770 G__memfunc_setup("GetRow",600,G__G__Hist_381_0_15, 68, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 1, "i - 'Int_t' 0 - row", (char*)NULL, (void*) NULL, 0);
49771 G__memfunc_setup("GetSigmas",900,G__G__Hist_381_0_16, 85, G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR), G__defined_typename("TVectorD"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
49772 G__memfunc_setup("GetUserData",1081,G__G__Hist_381_0_17, 85, G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR), G__defined_typename("TVectorD"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
49773 G__memfunc_setup("IsFolder",792,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49774 G__memfunc_setup("MakeCode",761,G__G__Hist_381_0_19, 121, -1, -1, 0, 2, 1, 1, 0,
49775 "C - - 10 '\"pca\"' filename C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 1);
49776 G__memfunc_setup("MakeHistograms",1439,G__G__Hist_381_0_20, 121, -1, -1, 0, 2, 1, 1, 0,
49777 "C - - 10 '\"pca\"' name C - 'Option_t' 10 '\"epsdx\"' option", "*MENU*", (void*) NULL, 1);
49778 G__memfunc_setup("MakeMethods",1106,G__G__Hist_381_0_21, 121, -1, -1, 0, 2, 1, 1, 0,
49779 "C - - 10 '\"PCA\"' classname C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 1);
49780 G__memfunc_setup("MakePrincipals",1427,G__G__Hist_381_0_22, 121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 1);
49781 G__memfunc_setup("P2X",218,G__G__Hist_381_0_23, 121, -1, -1, 0, 3, 1, 1, 0,
49782 "D - 'Double_t' 10 - p D - 'Double_t' 0 - x "
49783 "i - 'Int_t' 0 - nTest", (char*)NULL, (void*) NULL, 1);
49784 G__memfunc_setup("Print",525,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"MSE\"' opt", "*MENU*", (void*) NULL, 1);
49785 G__memfunc_setup("SumOfSquareResiduals",2055,G__G__Hist_381_0_25, 121, -1, -1, 0, 2, 1, 1, 0,
49786 "D - 'Double_t' 10 - x D - 'Double_t' 0 - s", (char*)NULL, (void*) NULL, 1);
49787 G__memfunc_setup("Test",416,G__G__Hist_381_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 0);
49788 G__memfunc_setup("X2P",218,G__G__Hist_381_0_27, 121, -1, -1, 0, 2, 1, 1, 0,
49789 "D - 'Double_t' 10 - x D - 'Double_t' 0 - p", (char*)NULL, (void*) NULL, 1);
49790 G__memfunc_setup("Class",502,G__G__Hist_381_0_28, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TPrincipal::Class) ), 0);
49791 G__memfunc_setup("Class_Name",982,G__G__Hist_381_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TPrincipal::Class_Name) ), 0);
49792 G__memfunc_setup("Class_Version",1339,G__G__Hist_381_0_30, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TPrincipal::Class_Version) ), 0);
49793 G__memfunc_setup("Dictionary",1046,G__G__Hist_381_0_31, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TPrincipal::Dictionary) ), 0);
49794 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49795 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
49796 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
49797 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_381_0_35, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
49798 G__memfunc_setup("DeclFileName",1145,G__G__Hist_381_0_36, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TPrincipal::DeclFileName) ), 0);
49799 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_381_0_37, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TPrincipal::ImplFileLine) ), 0);
49800 G__memfunc_setup("ImplFileName",1171,G__G__Hist_381_0_38, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TPrincipal::ImplFileName) ), 0);
49801 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_381_0_39, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TPrincipal::DeclFileLine) ), 0);
49802
49803 G__memfunc_setup("~TPrincipal", 1140, G__G__Hist_381_0_40, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
49804 G__tag_memfunc_reset();
49805 }
49806
49807 static void G__setup_memfuncTProfile3D(void) {
49808
49809 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TProfile3D));
49810 G__memfunc_setup("BufferFill",993,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 2, 0,
49811 "d - 'Double_t' 0 - - d - 'Double_t' 0 - -", "may not use", (void*) NULL, 1);
49812 G__memfunc_setup("BufferFill",993,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 2, 0,
49813 "d - 'Double_t' 0 - - d - 'Double_t' 0 - - "
49814 "d - 'Double_t' 0 - -", "may not use", (void*) NULL, 1);
49815 G__memfunc_setup("BufferFill",993,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 4, 1, 2, 0,
49816 "d - 'Double_t' 0 - - d - 'Double_t' 0 - - "
49817 "d - 'Double_t' 0 - - d - 'Double_t' 0 - -", "may not use", (void*) NULL, 1);
49818 G__memfunc_setup("BufferFill",993,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 5, 1, 2, 0,
49819 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
49820 "d - 'Double_t' 0 - z d - 'Double_t' 0 - t "
49821 "d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
49822 G__memfunc_setup("SetBins",696,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0,
49823 "I - 'Int_t' 10 - nbins D - 'Double_t' 10 - range", (char*)NULL, (void*) NULL, 0);
49824 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 0, "D - 'Double_t' 10 - v", (char*)NULL, (void*) NULL, 0);
49825 G__memfunc_setup("GetB",354,(G__InterfaceMethod) NULL, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
49826 G__memfunc_setup("GetB2",404,(G__InterfaceMethod) NULL, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
49827 G__memfunc_setup("GetW",375,(G__InterfaceMethod) NULL, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
49828 G__memfunc_setup("GetW2",425,(G__InterfaceMethod) NULL, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
49829 G__memfunc_setup("SetBins",696,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 4, 0,
49830 "i - 'Int_t' 0 - - d - 'Double_t' 0 - - "
49831 "d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 1);
49832 G__memfunc_setup("SetBins",696,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 0,
49833 "i - 'Int_t' 0 - - D - 'Double_t' 10 - -", (char*)NULL, (void*) NULL, 1);
49834 G__memfunc_setup("SetBins",696,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 6, 1, 4, 0,
49835 "i - 'Int_t' 0 - - d - 'Double_t' 0 - - "
49836 "d - 'Double_t' 0 - - i - 'Int_t' 0 - - "
49837 "d - 'Double_t' 0 - - d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 1);
49838 G__memfunc_setup("SetBins",696,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 4, 0,
49839 "i - 'Int_t' 0 - - D - 'Double_t' 10 - - "
49840 "i - 'Int_t' 0 - - D - 'Double_t' 10 - -", (char*)NULL, (void*) NULL, 1);
49841 G__memfunc_setup("SetBins",696,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 6, 1, 4, 0,
49842 "i - 'Int_t' 0 - - D - 'Double_t' 10 - - "
49843 "i - 'Int_t' 0 - - D - 'Double_t' 10 - - "
49844 "i - 'Int_t' 0 - - D - 'Double_t' 10 - -", (char*)NULL, (void*) NULL, 1);
49845 G__memfunc_setup("TProfile3D",924,G__G__Hist_384_0_16, 105, G__get_linked_tagnum(&G__G__HistLN_TProfile3D), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
49846 G__memfunc_setup("TProfile3D",924,G__G__Hist_384_0_17, 105, G__get_linked_tagnum(&G__G__HistLN_TProfile3D), -1, 0, 12, 1, 1, 0,
49847 "C - - 10 - name C - - 10 - title "
49848 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xlow "
49849 "d - 'Double_t' 0 - xup i - 'Int_t' 0 - nbinsy "
49850 "d - 'Double_t' 0 - ylow d - 'Double_t' 0 - yup "
49851 "i - 'Int_t' 0 - nbinsz d - 'Double_t' 0 - zlow "
49852 "d - 'Double_t' 0 - zup C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
49853 G__memfunc_setup("TProfile3D",924,G__G__Hist_384_0_18, 105, G__get_linked_tagnum(&G__G__HistLN_TProfile3D), -1, 0, 9, 1, 1, 0,
49854 "C - - 10 - name C - - 10 - title "
49855 "i - 'Int_t' 0 - nbinsx D - 'Double_t' 10 - xbins "
49856 "i - 'Int_t' 0 - nbinsy D - 'Double_t' 10 - ybins "
49857 "i - 'Int_t' 0 - nbinsz D - 'Double_t' 10 - zbins "
49858 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
49859 G__memfunc_setup("TProfile3D",924,G__G__Hist_384_0_19, 105, G__get_linked_tagnum(&G__G__HistLN_TProfile3D), -1, 0, 1, 1, 1, 0, "u 'TProfile3D' - 11 - profile", (char*)NULL, (void*) NULL, 0);
49860 G__memfunc_setup("Add",265,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0,
49861 "U 'TF1' - 0 - h1 d - 'Double_t' 0 '1' c1 "
49862 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
49863 G__memfunc_setup("Add",265,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
49864 "U 'TH1' - 10 - h1 d - 'Double_t' 0 '1' c1", (char*)NULL, (void*) NULL, 1);
49865 G__memfunc_setup("Add",265,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0,
49866 "U 'TH1' - 10 - h1 U 'TH1' - 10 - h2 "
49867 "d - 'Double_t' 0 '1' c1 d - 'Double_t' 0 '1' c2", "*MENU*", (void*) NULL, 1);
49868 G__memfunc_setup("Approximate",1162,G__G__Hist_384_0_23, 121, -1, -1, 0, 1, 3, 1, 0, "g - 'Bool_t' 0 'kTRUE' approx", (char*)NULL, (void*) G__func2void( (void (*)(Bool_t))(&TProfile3D::Approximate) ), 0);
49869 G__memfunc_setup("BuildOptions",1244,G__G__Hist_384_0_24, 121, -1, -1, 0, 3, 1, 1, 0,
49870 "d - 'Double_t' 0 - tmin d - 'Double_t' 0 - tmax "
49871 "C - 'Option_t' 10 - option", (char*)NULL, (void*) NULL, 0);
49872 G__memfunc_setup("BufferEmpty",1129,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 '0' action", (char*)NULL, (void*) NULL, 1);
49873 G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - hnew", (char*)NULL, (void*) NULL, 1);
49874 G__memfunc_setup("Divide",597,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
49875 "U 'TF1' - 0 - h1 d - 'Double_t' 0 '1' c1", (char*)NULL, (void*) NULL, 1);
49876 G__memfunc_setup("Divide",597,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TH1' - 10 - h1", (char*)NULL, (void*) NULL, 1);
49877 G__memfunc_setup("Divide",597,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0,
49878 "U 'TH1' - 10 - h1 U 'TH1' - 10 - h2 "
49879 "d - 'Double_t' 0 '1' c1 d - 'Double_t' 0 '1' c2 "
49880 "C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 1);
49881 G__memfunc_setup("DrawCopy",809,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
49882 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - -", "MayNotUse", (void*) NULL, 1);
49883 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
49884 "C - - 10 - - d - 'Double_t' 0 - -", "MayNotUse", (void*) NULL, 1);
49885 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
49886 "d - 'Double_t' 0 - - d - 'Double_t' 0 - -", "MayNotUse", (void*) NULL, 1);
49887 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
49888 "d - 'Double_t' 0 - - d - 'Double_t' 0 - - "
49889 "d - 'Double_t' 0 - -", "MayNotUse", (void*) NULL, 1);
49890 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0,
49891 "C - - 10 - - C - - 10 - - "
49892 "C - - 10 - - d - 'Double_t' 0 - -", "MayNotUse", (void*) NULL, 1);
49893 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0,
49894 "C - - 10 - - d - 'Double_t' 0 - - "
49895 "C - - 10 - - d - 'Double_t' 0 - -", "MayNotUse", (void*) NULL, 1);
49896 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0,
49897 "C - - 10 - - C - - 10 - - "
49898 "d - 'Double_t' 0 - - d - 'Double_t' 0 - -", "MayNotUse", (void*) NULL, 1);
49899 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0,
49900 "d - 'Double_t' 0 - - C - - 10 - - "
49901 "C - - 10 - - d - 'Double_t' 0 - -", "MayNotUse", (void*) NULL, 1);
49902 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0,
49903 "d - 'Double_t' 0 - - C - - 10 - - "
49904 "d - 'Double_t' 0 - - d - 'Double_t' 0 - -", "MayNotUse", (void*) NULL, 1);
49905 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0,
49906 "d - 'Double_t' 0 - - d - 'Double_t' 0 - - "
49907 "C - - 10 - - d - 'Double_t' 0 - -", "MayNotUse", (void*) NULL, 1);
49908 G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0,
49909 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
49910 "d - 'Double_t' 0 - z d - 'Double_t' 0 - t", (char*)NULL, (void*) NULL, 1);
49911 G__memfunc_setup("Fill",391,G__G__Hist_384_0_42, 105, -1, G__defined_typename("Int_t"), 0, 5, 1, 1, 0,
49912 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
49913 "d - 'Double_t' 0 - z d - 'Double_t' 0 - t "
49914 "d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
49915 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
49916 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
49917 "i - 'Int_t' 0 - - i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
49918 G__memfunc_setup("GetBinContent",1300,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
49919 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
49920 "i - 'Int_t' 0 - binz", (char*)NULL, (void*) NULL, 1);
49921 G__memfunc_setup("GetBinError",1091,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
49922 G__memfunc_setup("GetBinError",1091,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8,
49923 "i - 'Int_t' 0 - - i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
49924 G__memfunc_setup("GetBinError",1091,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
49925 "i - 'Int_t' 0 - binx i - 'Int_t' 0 - biny "
49926 "i - 'Int_t' 0 - binz", (char*)NULL, (void*) NULL, 1);
49927 G__memfunc_setup("GetBinEntries",1299,G__G__Hist_384_0_49, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
49928 G__memfunc_setup("GetBinEffectiveEntries",2212,G__G__Hist_384_0_50, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 1);
49929 G__memfunc_setup("GetBinSumw2",1047,G__G__Hist_384_0_51, 85, G__get_linked_tagnum(&G__G__HistLN_TArrayD), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
49930 G__memfunc_setup("GetBinSumw2",1047,G__G__Hist_384_0_52, 85, G__get_linked_tagnum(&G__G__HistLN_TArrayD), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
49931 G__memfunc_setup("GetErrorOption",1443,G__G__Hist_384_0_53, 67, -1, G__defined_typename("Option_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
49932 G__memfunc_setup("GetStats",815,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "D - 'Double_t' 0 - stats", (char*)NULL, (void*) NULL, 1);
49933 G__memfunc_setup("GetTmin",696,G__G__Hist_384_0_55, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49934 G__memfunc_setup("GetTmax",698,G__G__Hist_384_0_56, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49935 G__memfunc_setup("Merge",496,(G__InterfaceMethod) NULL,110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 0, "U 'TCollection' - 0 - list", (char*)NULL, (void*) NULL, 1);
49936 G__memfunc_setup("Multiply",864,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
49937 "U 'TF1' - 0 - h1 d - 'Double_t' 0 '1' c1", (char*)NULL, (void*) NULL, 1);
49938 G__memfunc_setup("Multiply",864,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TH1' - 10 - h1", (char*)NULL, (void*) NULL, 1);
49939 G__memfunc_setup("Multiply",864,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0,
49940 "U 'TH1' - 10 - h1 U 'TH1' - 10 - h2 "
49941 "d - 'Double_t' 0 '1' c1 d - 'Double_t' 0 '1' c2 "
49942 "C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 1);
49943 G__memfunc_setup("ProjectionXYZ",1320,G__G__Hist_384_0_61, 85, G__get_linked_tagnum(&G__G__HistLN_TH3D), -1, 0, 2, 1, 1, 8,
49944 "C - - 10 '\"_pxyz\"' name C - 'Option_t' 10 '\"e\"' option", (char*)NULL, (void*) NULL, 0);
49945 G__memfunc_setup("PutStats",840,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 0 - stats", (char*)NULL, (void*) NULL, 1);
49946 G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
49947 G__memfunc_setup("RebinAxis",901,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
49948 "d - 'Double_t' 0 - x U 'TAxis' - 0 - axis", (char*)NULL, (void*) NULL, 1);
49949 G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
49950 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
49951 G__memfunc_setup("Scale",488,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
49952 "d - 'Double_t' 0 '1' c1 C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
49953 G__memfunc_setup("SetBinEntries",1311,G__G__Hist_384_0_67, 121, -1, -1, 0, 2, 1, 1, 0,
49954 "i - 'Int_t' 0 - bin d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 1);
49955 G__memfunc_setup("SetBins",696,(G__InterfaceMethod) NULL,121, -1, -1, 0, 9, 1, 1, 0,
49956 "i - 'Int_t' 0 - nbinsx d - 'Double_t' 0 - xmin "
49957 "d - 'Double_t' 0 - xmax i - 'Int_t' 0 - nbinsy "
49958 "d - 'Double_t' 0 - ymin d - 'Double_t' 0 - ymax "
49959 "i - 'Int_t' 0 - nbinsz d - 'Double_t' 0 - zmin "
49960 "d - 'Double_t' 0 - zmax", (char*)NULL, (void*) NULL, 1);
49961 G__memfunc_setup("SetBuffer",902,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
49962 "i - 'Int_t' 0 - buffersize C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
49963 G__memfunc_setup("SetErrorOption",1455,G__G__Hist_384_0_70, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 1);
49964 G__memfunc_setup("Sumw2",478,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
49965 G__memfunc_setup("Class",502,G__G__Hist_384_0_72, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TProfile3D::Class) ), 0);
49966 G__memfunc_setup("Class_Name",982,G__G__Hist_384_0_73, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TProfile3D::Class_Name) ), 0);
49967 G__memfunc_setup("Class_Version",1339,G__G__Hist_384_0_74, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TProfile3D::Class_Version) ), 0);
49968 G__memfunc_setup("Dictionary",1046,G__G__Hist_384_0_75, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TProfile3D::Dictionary) ), 0);
49969 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
49970 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
49971 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
49972 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_384_0_79, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
49973 G__memfunc_setup("DeclFileName",1145,G__G__Hist_384_0_80, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TProfile3D::DeclFileName) ), 0);
49974 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_384_0_81, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TProfile3D::ImplFileLine) ), 0);
49975 G__memfunc_setup("ImplFileName",1171,G__G__Hist_384_0_82, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TProfile3D::ImplFileName) ), 0);
49976 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_384_0_83, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TProfile3D::DeclFileLine) ), 0);
49977
49978 G__memfunc_setup("~TProfile3D", 1050, G__G__Hist_384_0_84, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
49979 G__tag_memfunc_reset();
49980 }
49981
49982 static void G__setup_memfuncTSplinePoly(void) {
49983
49984 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TSplinePoly));
49985 G__memfunc_setup("TSplinePoly",1123,G__G__Hist_385_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TSplinePoly), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
49986 G__memfunc_setup("TSplinePoly",1123,G__G__Hist_385_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TSplinePoly), -1, 0, 2, 1, 1, 0,
49987 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y", (char*)NULL, (void*) NULL, 0);
49988 G__memfunc_setup("TSplinePoly",1123,G__G__Hist_385_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TSplinePoly), -1, 0, 1, 1, 1, 0, "u 'TSplinePoly' - 41 - other", (char*)NULL, (void*) NULL, 0);
49989 G__memfunc_setup("operator=",937,G__G__Hist_385_0_4, 117, G__get_linked_tagnum(&G__G__HistLN_TSplinePoly), -1, 1, 1, 1, 1, 0, "u 'TSplinePoly' - 41 - other", (char*)NULL, (void*) NULL, 0);
49990 G__memfunc_setup("X",88,G__G__Hist_385_0_5, 100, -1, G__defined_typename("Double_t"), 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
49991 G__memfunc_setup("Y",89,G__G__Hist_385_0_6, 100, -1, G__defined_typename("Double_t"), 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
49992 G__memfunc_setup("GetKnot",700,G__G__Hist_385_0_7, 121, -1, -1, 0, 2, 1, 1, 8,
49993 "d - 'Double_t' 1 - x d - 'Double_t' 1 - y", (char*)NULL, (void*) NULL, 0);
49994 G__memfunc_setup("Eval",392,G__G__Hist_385_0_8, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 1);
49995 G__memfunc_setup("CopyPoly",831,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "u 'TSplinePoly' - 41 - other", (char*)NULL, (void*) NULL, 0);
49996 G__memfunc_setup("Class",502,G__G__Hist_385_0_10, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TSplinePoly::Class) ), 0);
49997 G__memfunc_setup("Class_Name",982,G__G__Hist_385_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSplinePoly::Class_Name) ), 0);
49998 G__memfunc_setup("Class_Version",1339,G__G__Hist_385_0_12, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TSplinePoly::Class_Version) ), 0);
49999 G__memfunc_setup("Dictionary",1046,G__G__Hist_385_0_13, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TSplinePoly::Dictionary) ), 0);
50000 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
50001 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
50002 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
50003 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_385_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
50004 G__memfunc_setup("DeclFileName",1145,G__G__Hist_385_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSplinePoly::DeclFileName) ), 0);
50005 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_385_0_19, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSplinePoly::ImplFileLine) ), 0);
50006 G__memfunc_setup("ImplFileName",1171,G__G__Hist_385_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSplinePoly::ImplFileName) ), 0);
50007 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_385_0_21, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSplinePoly::DeclFileLine) ), 0);
50008
50009 G__memfunc_setup("~TSplinePoly", 1249, G__G__Hist_385_0_22, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
50010 G__tag_memfunc_reset();
50011 }
50012
50013 static void G__setup_memfuncTSplinePoly3(void) {
50014
50015 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TSplinePoly3));
50016 G__memfunc_setup("TSplinePoly3",1174,G__G__Hist_386_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TSplinePoly3), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
50017 G__memfunc_setup("TSplinePoly3",1174,G__G__Hist_386_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TSplinePoly3), -1, 0, 5, 1, 1, 0,
50018 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
50019 "d - 'Double_t' 0 - b d - 'Double_t' 0 - c "
50020 "d - 'Double_t' 0 - d", (char*)NULL, (void*) NULL, 0);
50021 G__memfunc_setup("TSplinePoly3",1174,G__G__Hist_386_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TSplinePoly3), -1, 0, 1, 1, 1, 0, "u 'TSplinePoly3' - 41 - other", (char*)NULL, (void*) NULL, 0);
50022 G__memfunc_setup("operator=",937,G__G__Hist_386_0_4, 117, G__get_linked_tagnum(&G__G__HistLN_TSplinePoly3), -1, 1, 1, 1, 1, 0, "u 'TSplinePoly3' - 41 - other", (char*)NULL, (void*) NULL, 0);
50023 G__memfunc_setup("B",66,G__G__Hist_386_0_5, 100, -1, G__defined_typename("Double_t"), 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
50024 G__memfunc_setup("C",67,G__G__Hist_386_0_6, 100, -1, G__defined_typename("Double_t"), 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
50025 G__memfunc_setup("D",68,G__G__Hist_386_0_7, 100, -1, G__defined_typename("Double_t"), 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
50026 G__memfunc_setup("Eval",392,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 1);
50027 G__memfunc_setup("Derivative",1043,G__G__Hist_386_0_9, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 0);
50028 G__memfunc_setup("CopyPoly",831,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "u 'TSplinePoly3' - 41 - other", (char*)NULL, (void*) NULL, 0);
50029 G__memfunc_setup("Class",502,G__G__Hist_386_0_11, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TSplinePoly3::Class) ), 0);
50030 G__memfunc_setup("Class_Name",982,G__G__Hist_386_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSplinePoly3::Class_Name) ), 0);
50031 G__memfunc_setup("Class_Version",1339,G__G__Hist_386_0_13, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TSplinePoly3::Class_Version) ), 0);
50032 G__memfunc_setup("Dictionary",1046,G__G__Hist_386_0_14, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TSplinePoly3::Dictionary) ), 0);
50033 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
50034 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
50035 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
50036 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_386_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
50037 G__memfunc_setup("DeclFileName",1145,G__G__Hist_386_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSplinePoly3::DeclFileName) ), 0);
50038 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_386_0_20, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSplinePoly3::ImplFileLine) ), 0);
50039 G__memfunc_setup("ImplFileName",1171,G__G__Hist_386_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSplinePoly3::ImplFileName) ), 0);
50040 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_386_0_22, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSplinePoly3::DeclFileLine) ), 0);
50041
50042 G__memfunc_setup("~TSplinePoly3", 1300, G__G__Hist_386_0_23, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
50043 G__tag_memfunc_reset();
50044 }
50045
50046 static void G__setup_memfuncTSplinePoly5(void) {
50047
50048 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TSplinePoly5));
50049 G__memfunc_setup("TSplinePoly5",1176,G__G__Hist_387_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TSplinePoly5), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
50050 G__memfunc_setup("TSplinePoly5",1176,G__G__Hist_387_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TSplinePoly5), -1, 0, 7, 1, 1, 0,
50051 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
50052 "d - 'Double_t' 0 - b d - 'Double_t' 0 - c "
50053 "d - 'Double_t' 0 - d d - 'Double_t' 0 - e "
50054 "d - 'Double_t' 0 - f", (char*)NULL, (void*) NULL, 0);
50055 G__memfunc_setup("TSplinePoly5",1176,G__G__Hist_387_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TSplinePoly5), -1, 0, 1, 1, 1, 0, "u 'TSplinePoly5' - 41 - other", (char*)NULL, (void*) NULL, 0);
50056 G__memfunc_setup("operator=",937,G__G__Hist_387_0_4, 117, G__get_linked_tagnum(&G__G__HistLN_TSplinePoly5), -1, 1, 1, 1, 1, 0, "u 'TSplinePoly5' - 41 - other", (char*)NULL, (void*) NULL, 0);
50057 G__memfunc_setup("B",66,G__G__Hist_387_0_5, 100, -1, G__defined_typename("Double_t"), 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
50058 G__memfunc_setup("C",67,G__G__Hist_387_0_6, 100, -1, G__defined_typename("Double_t"), 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
50059 G__memfunc_setup("D",68,G__G__Hist_387_0_7, 100, -1, G__defined_typename("Double_t"), 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
50060 G__memfunc_setup("E",69,G__G__Hist_387_0_8, 100, -1, G__defined_typename("Double_t"), 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
50061 G__memfunc_setup("F",70,G__G__Hist_387_0_9, 100, -1, G__defined_typename("Double_t"), 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
50062 G__memfunc_setup("Eval",392,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 1);
50063 G__memfunc_setup("Derivative",1043,G__G__Hist_387_0_11, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 0);
50064 G__memfunc_setup("CopyPoly",831,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "u 'TSplinePoly5' - 41 - other", (char*)NULL, (void*) NULL, 0);
50065 G__memfunc_setup("Class",502,G__G__Hist_387_0_13, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TSplinePoly5::Class) ), 0);
50066 G__memfunc_setup("Class_Name",982,G__G__Hist_387_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSplinePoly5::Class_Name) ), 0);
50067 G__memfunc_setup("Class_Version",1339,G__G__Hist_387_0_15, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TSplinePoly5::Class_Version) ), 0);
50068 G__memfunc_setup("Dictionary",1046,G__G__Hist_387_0_16, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TSplinePoly5::Dictionary) ), 0);
50069 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
50070 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
50071 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
50072 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_387_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
50073 G__memfunc_setup("DeclFileName",1145,G__G__Hist_387_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSplinePoly5::DeclFileName) ), 0);
50074 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_387_0_22, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSplinePoly5::ImplFileLine) ), 0);
50075 G__memfunc_setup("ImplFileName",1171,G__G__Hist_387_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSplinePoly5::ImplFileName) ), 0);
50076 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_387_0_24, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSplinePoly5::DeclFileLine) ), 0);
50077
50078 G__memfunc_setup("~TSplinePoly5", 1302, G__G__Hist_387_0_25, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
50079 G__tag_memfunc_reset();
50080 }
50081
50082 static void G__setup_memfuncTSpline3(void) {
50083
50084 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TSpline3));
50085 G__memfunc_setup("BuildCoeff",979,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
50086 G__memfunc_setup("SetCond",688,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "C - - 10 - opt", (char*)NULL, (void*) NULL, 0);
50087 G__memfunc_setup("TSpline3",754,G__G__Hist_388_0_3, 105, G__get_linked_tagnum(&G__G__HistLN_TSpline3), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
50088 G__memfunc_setup("TSpline3",754,G__G__Hist_388_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_TSpline3), -1, 0, 7, 1, 1, 0,
50089 "C - - 10 - title D - 'Double_t' 0 - x "
50090 "D - 'Double_t' 0 - y i - 'Int_t' 0 - n "
50091 "C - - 10 '0' opt d - 'Double_t' 0 '0' valbeg "
50092 "d - 'Double_t' 0 '0' valend", (char*)NULL, (void*) NULL, 0);
50093 G__memfunc_setup("TSpline3",754,G__G__Hist_388_0_5, 105, G__get_linked_tagnum(&G__G__HistLN_TSpline3), -1, 0, 8, 1, 1, 0,
50094 "C - - 10 - title d - 'Double_t' 0 - xmin "
50095 "d - 'Double_t' 0 - xmax D - 'Double_t' 0 - y "
50096 "i - 'Int_t' 0 - n C - - 10 '0' opt "
50097 "d - 'Double_t' 0 '0' valbeg d - 'Double_t' 0 '0' valend", (char*)NULL, (void*) NULL, 0);
50098 G__memfunc_setup("TSpline3",754,G__G__Hist_388_0_6, 105, G__get_linked_tagnum(&G__G__HistLN_TSpline3), -1, 0, 7, 1, 1, 0,
50099 "C - - 10 - title D - 'Double_t' 0 - x "
50100 "U 'TF1' - 10 - func i - 'Int_t' 0 - n "
50101 "C - - 10 '0' opt d - 'Double_t' 0 '0' valbeg "
50102 "d - 'Double_t' 0 '0' valend", (char*)NULL, (void*) NULL, 0);
50103 G__memfunc_setup("TSpline3",754,G__G__Hist_388_0_7, 105, G__get_linked_tagnum(&G__G__HistLN_TSpline3), -1, 0, 8, 1, 1, 0,
50104 "C - - 10 - title d - 'Double_t' 0 - xmin "
50105 "d - 'Double_t' 0 - xmax U 'TF1' - 10 - func "
50106 "i - 'Int_t' 0 - n C - - 10 '0' opt "
50107 "d - 'Double_t' 0 '0' valbeg d - 'Double_t' 0 '0' valend", (char*)NULL, (void*) NULL, 0);
50108 G__memfunc_setup("TSpline3",754,G__G__Hist_388_0_8, 105, G__get_linked_tagnum(&G__G__HistLN_TSpline3), -1, 0, 5, 1, 1, 0,
50109 "C - - 10 - title U 'TGraph' - 10 - g "
50110 "C - - 10 '0' opt d - 'Double_t' 0 '0' valbeg "
50111 "d - 'Double_t' 0 '0' valend", (char*)NULL, (void*) NULL, 0);
50112 G__memfunc_setup("TSpline3",754,G__G__Hist_388_0_9, 105, G__get_linked_tagnum(&G__G__HistLN_TSpline3), -1, 0, 4, 1, 1, 0,
50113 "U 'TH1' - 10 - h C - - 10 '0' opt "
50114 "d - 'Double_t' 0 '0' valbeg d - 'Double_t' 0 '0' valend", (char*)NULL, (void*) NULL, 0);
50115 G__memfunc_setup("TSpline3",754,G__G__Hist_388_0_10, 105, G__get_linked_tagnum(&G__G__HistLN_TSpline3), -1, 0, 1, 1, 1, 0, "u 'TSpline3' - 11 - -", (char*)NULL, (void*) NULL, 0);
50116 G__memfunc_setup("operator=",937,G__G__Hist_388_0_11, 117, G__get_linked_tagnum(&G__G__HistLN_TSpline3), -1, 1, 1, 1, 1, 0, "u 'TSpline3' - 11 - -", (char*)NULL, (void*) NULL, 0);
50117 G__memfunc_setup("FindX",473,G__G__Hist_388_0_12, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 0);
50118 G__memfunc_setup("Eval",392,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 1);
50119 G__memfunc_setup("Derivative",1043,G__G__Hist_388_0_14, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 0);
50120 G__memfunc_setup("GetCoeff",771,G__G__Hist_388_0_15, 121, -1, -1, 0, 6, 1, 1, 0,
50121 "i - 'Int_t' 0 - i d - 'Double_t' 1 - x "
50122 "d - 'Double_t' 1 - y d - 'Double_t' 1 - b "
50123 "d - 'Double_t' 1 - c d - 'Double_t' 1 - d", (char*)NULL, (void*) NULL, 0);
50124 G__memfunc_setup("GetKnot",700,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 8,
50125 "i - 'Int_t' 0 - i d - 'Double_t' 1 - x "
50126 "d - 'Double_t' 1 - y", (char*)NULL, (void*) NULL, 1);
50127 G__memfunc_setup("SaveAs",579,G__G__Hist_388_0_17, 121, -1, -1, 0, 2, 1, 1, 8,
50128 "C - - 10 - filename C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
50129 G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
50130 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
50131 G__memfunc_setup("SetPoint",822,G__G__Hist_388_0_19, 121, -1, -1, 0, 3, 1, 1, 0,
50132 "i - 'Int_t' 0 - i d - 'Double_t' 0 - x "
50133 "d - 'Double_t' 0 - y", (char*)NULL, (void*) NULL, 1);
50134 G__memfunc_setup("SetPointCoeff",1305,G__G__Hist_388_0_20, 121, -1, -1, 0, 4, 1, 1, 0,
50135 "i - 'Int_t' 0 - i d - 'Double_t' 0 - b "
50136 "d - 'Double_t' 0 - c d - 'Double_t' 0 - d", (char*)NULL, (void*) NULL, 1);
50137 G__memfunc_setup("Test",416,G__G__Hist_388_0_21, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TSpline3::Test) ), 0);
50138 G__memfunc_setup("Class",502,G__G__Hist_388_0_22, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TSpline3::Class) ), 0);
50139 G__memfunc_setup("Class_Name",982,G__G__Hist_388_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSpline3::Class_Name) ), 0);
50140 G__memfunc_setup("Class_Version",1339,G__G__Hist_388_0_24, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TSpline3::Class_Version) ), 0);
50141 G__memfunc_setup("Dictionary",1046,G__G__Hist_388_0_25, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TSpline3::Dictionary) ), 0);
50142 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
50143 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
50144 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
50145 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_388_0_29, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
50146 G__memfunc_setup("DeclFileName",1145,G__G__Hist_388_0_30, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSpline3::DeclFileName) ), 0);
50147 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_388_0_31, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSpline3::ImplFileLine) ), 0);
50148 G__memfunc_setup("ImplFileName",1171,G__G__Hist_388_0_32, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSpline3::ImplFileName) ), 0);
50149 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_388_0_33, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSpline3::DeclFileLine) ), 0);
50150
50151 G__memfunc_setup("~TSpline3", 880, G__G__Hist_388_0_34, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
50152 G__tag_memfunc_reset();
50153 }
50154
50155 static void G__setup_memfuncTSpline5(void) {
50156
50157 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TSpline5));
50158 G__memfunc_setup("BuildCoeff",979,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
50159 G__memfunc_setup("BoundaryConditions",1886,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 7, 1, 2, 0,
50160 "C - - 10 - opt i - 'Int_t' 1 - beg "
50161 "i - 'Int_t' 1 - end C - - 11 - cb1 "
50162 "C - - 11 - ce1 C - - 11 - cb2 "
50163 "C - - 11 - ce2", (char*)NULL, (void*) NULL, 0);
50164 G__memfunc_setup("SetBoundaries",1336,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 8, 1, 2, 0,
50165 "d - 'Double_t' 0 - b1 d - 'Double_t' 0 - e1 "
50166 "d - 'Double_t' 0 - b2 d - 'Double_t' 0 - e2 "
50167 "C - - 10 - cb1 C - - 10 - ce1 "
50168 "C - - 10 - cb2 C - - 10 - ce2", (char*)NULL, (void*) NULL, 0);
50169 G__memfunc_setup("TSpline5",756,G__G__Hist_389_0_4, 105, G__get_linked_tagnum(&G__G__HistLN_TSpline5), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
50170 G__memfunc_setup("TSpline5",756,G__G__Hist_389_0_5, 105, G__get_linked_tagnum(&G__G__HistLN_TSpline5), -1, 0, 9, 1, 1, 0,
50171 "C - - 10 - title D - 'Double_t' 0 - x "
50172 "D - 'Double_t' 0 - y i - 'Int_t' 0 - n "
50173 "C - - 10 '0' opt d - 'Double_t' 0 '0' b1 "
50174 "d - 'Double_t' 0 '0' e1 d - 'Double_t' 0 '0' b2 "
50175 "d - 'Double_t' 0 '0' e2", (char*)NULL, (void*) NULL, 0);
50176 G__memfunc_setup("TSpline5",756,G__G__Hist_389_0_6, 105, G__get_linked_tagnum(&G__G__HistLN_TSpline5), -1, 0, 10, 1, 1, 0,
50177 "C - - 10 - title d - 'Double_t' 0 - xmin "
50178 "d - 'Double_t' 0 - xmax D - 'Double_t' 0 - y "
50179 "i - 'Int_t' 0 - n C - - 10 '0' opt "
50180 "d - 'Double_t' 0 '0' b1 d - 'Double_t' 0 '0' e1 "
50181 "d - 'Double_t' 0 '0' b2 d - 'Double_t' 0 '0' e2", (char*)NULL, (void*) NULL, 0);
50182 G__memfunc_setup("TSpline5",756,G__G__Hist_389_0_7, 105, G__get_linked_tagnum(&G__G__HistLN_TSpline5), -1, 0, 9, 1, 1, 0,
50183 "C - - 10 - title D - 'Double_t' 0 - x "
50184 "U 'TF1' - 10 - func i - 'Int_t' 0 - n "
50185 "C - - 10 '0' opt d - 'Double_t' 0 '0' b1 "
50186 "d - 'Double_t' 0 '0' e1 d - 'Double_t' 0 '0' b2 "
50187 "d - 'Double_t' 0 '0' e2", (char*)NULL, (void*) NULL, 0);
50188 G__memfunc_setup("TSpline5",756,G__G__Hist_389_0_8, 105, G__get_linked_tagnum(&G__G__HistLN_TSpline5), -1, 0, 10, 1, 1, 0,
50189 "C - - 10 - title d - 'Double_t' 0 - xmin "
50190 "d - 'Double_t' 0 - xmax U 'TF1' - 10 - func "
50191 "i - 'Int_t' 0 - n C - - 10 '0' opt "
50192 "d - 'Double_t' 0 '0' b1 d - 'Double_t' 0 '0' e1 "
50193 "d - 'Double_t' 0 '0' b2 d - 'Double_t' 0 '0' e2", (char*)NULL, (void*) NULL, 0);
50194 G__memfunc_setup("TSpline5",756,G__G__Hist_389_0_9, 105, G__get_linked_tagnum(&G__G__HistLN_TSpline5), -1, 0, 7, 1, 1, 0,
50195 "C - - 10 - title U 'TGraph' - 10 - g "
50196 "C - - 10 '0' opt d - 'Double_t' 0 '0' b1 "
50197 "d - 'Double_t' 0 '0' e1 d - 'Double_t' 0 '0' b2 "
50198 "d - 'Double_t' 0 '0' e2", (char*)NULL, (void*) NULL, 0);
50199 G__memfunc_setup("TSpline5",756,G__G__Hist_389_0_10, 105, G__get_linked_tagnum(&G__G__HistLN_TSpline5), -1, 0, 6, 1, 1, 0,
50200 "U 'TH1' - 10 - h C - - 10 '0' opt "
50201 "d - 'Double_t' 0 '0' b1 d - 'Double_t' 0 '0' e1 "
50202 "d - 'Double_t' 0 '0' b2 d - 'Double_t' 0 '0' e2", (char*)NULL, (void*) NULL, 0);
50203 G__memfunc_setup("TSpline5",756,G__G__Hist_389_0_11, 105, G__get_linked_tagnum(&G__G__HistLN_TSpline5), -1, 0, 1, 1, 1, 0, "u 'TSpline5' - 11 - -", (char*)NULL, (void*) NULL, 0);
50204 G__memfunc_setup("operator=",937,G__G__Hist_389_0_12, 117, G__get_linked_tagnum(&G__G__HistLN_TSpline5), -1, 1, 1, 1, 1, 0, "u 'TSpline5' - 11 - -", (char*)NULL, (void*) NULL, 0);
50205 G__memfunc_setup("FindX",473,G__G__Hist_389_0_13, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 0);
50206 G__memfunc_setup("Eval",392,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 1);
50207 G__memfunc_setup("Derivative",1043,G__G__Hist_389_0_15, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 0);
50208 G__memfunc_setup("GetCoeff",771,G__G__Hist_389_0_16, 121, -1, -1, 0, 8, 1, 1, 0,
50209 "i - 'Int_t' 0 - i d - 'Double_t' 1 - x "
50210 "d - 'Double_t' 1 - y d - 'Double_t' 1 - b "
50211 "d - 'Double_t' 1 - c d - 'Double_t' 1 - d "
50212 "d - 'Double_t' 1 - e d - 'Double_t' 1 - f", (char*)NULL, (void*) NULL, 0);
50213 G__memfunc_setup("GetKnot",700,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 8,
50214 "i - 'Int_t' 0 - i d - 'Double_t' 1 - x "
50215 "d - 'Double_t' 1 - y", (char*)NULL, (void*) NULL, 1);
50216 G__memfunc_setup("SaveAs",579,G__G__Hist_389_0_18, 121, -1, -1, 0, 2, 1, 1, 8,
50217 "C - - 10 - filename C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
50218 G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0,
50219 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
50220 G__memfunc_setup("SetPoint",822,G__G__Hist_389_0_20, 121, -1, -1, 0, 3, 1, 1, 0,
50221 "i - 'Int_t' 0 - i d - 'Double_t' 0 - x "
50222 "d - 'Double_t' 0 - y", (char*)NULL, (void*) NULL, 1);
50223 G__memfunc_setup("SetPointCoeff",1305,G__G__Hist_389_0_21, 121, -1, -1, 0, 6, 1, 1, 0,
50224 "i - 'Int_t' 0 - i d - 'Double_t' 0 - b "
50225 "d - 'Double_t' 0 - c d - 'Double_t' 0 - d "
50226 "d - 'Double_t' 0 - e d - 'Double_t' 0 - f", (char*)NULL, (void*) NULL, 1);
50227 G__memfunc_setup("Test",416,G__G__Hist_389_0_22, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TSpline5::Test) ), 0);
50228 G__memfunc_setup("Class",502,G__G__Hist_389_0_23, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TSpline5::Class) ), 0);
50229 G__memfunc_setup("Class_Name",982,G__G__Hist_389_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSpline5::Class_Name) ), 0);
50230 G__memfunc_setup("Class_Version",1339,G__G__Hist_389_0_25, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TSpline5::Class_Version) ), 0);
50231 G__memfunc_setup("Dictionary",1046,G__G__Hist_389_0_26, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TSpline5::Dictionary) ), 0);
50232 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
50233 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
50234 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
50235 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_389_0_30, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
50236 G__memfunc_setup("DeclFileName",1145,G__G__Hist_389_0_31, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSpline5::DeclFileName) ), 0);
50237 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_389_0_32, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSpline5::ImplFileLine) ), 0);
50238 G__memfunc_setup("ImplFileName",1171,G__G__Hist_389_0_33, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSpline5::ImplFileName) ), 0);
50239 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_389_0_34, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSpline5::DeclFileLine) ), 0);
50240
50241 G__memfunc_setup("~TSpline5", 882, G__G__Hist_389_0_35, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
50242 G__tag_memfunc_reset();
50243 }
50244
50245 static void G__setup_memfuncTSVDUnfold(void) {
50246
50247 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TSVDUnfold));
50248 G__memfunc_setup("TSVDUnfold",937,G__G__Hist_390_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_TSVDUnfold), -1, 0, 4, 1, 1, 0,
50249 "U 'TH1D' - 10 - bdat U 'TH1D' - 10 - bini "
50250 "U 'TH1D' - 10 - xini U 'TH2D' - 10 - Adet", (char*)NULL, (void*) NULL, 0);
50251 G__memfunc_setup("TSVDUnfold",937,G__G__Hist_390_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_TSVDUnfold), -1, 0, 1, 1, 1, 0, "u 'TSVDUnfold' - 11 - other", (char*)NULL, (void*) NULL, 0);
50252 G__memfunc_setup("SetNormalize",1245,G__G__Hist_390_0_3, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - normalize", (char*)NULL, (void*) NULL, 0);
50253 G__memfunc_setup("Unfold",616,G__G__Hist_390_0_4, 85, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - kreg", (char*)NULL, (void*) NULL, 0);
50254 G__memfunc_setup("GetUnfoldCovMatrix",1829,G__G__Hist_390_0_5, 85, G__get_linked_tagnum(&G__G__HistLN_TH2D), -1, 0, 3, 1, 1, 0,
50255 "U 'TH2D' - 10 - cov i - 'Int_t' 0 - ntoys "
50256 "i - 'Int_t' 0 '1' seed", (char*)NULL, (void*) NULL, 0);
50257 G__memfunc_setup("GetAdetCovMatrix",1595,G__G__Hist_390_0_6, 85, G__get_linked_tagnum(&G__G__HistLN_TH2D), -1, 0, 2, 1, 1, 0,
50258 "i - 'Int_t' 0 - ntoys i - 'Int_t' 0 '1' seed", (char*)NULL, (void*) NULL, 0);
50259 G__memfunc_setup("GetKReg",649,G__G__Hist_390_0_7, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
50260 G__memfunc_setup("GetD",356,G__G__Hist_390_0_8, 85, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
50261 G__memfunc_setup("GetSV",457,G__G__Hist_390_0_9, 85, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
50262 G__memfunc_setup("ComputeChiSquared",1734,G__G__Hist_390_0_10, 100, -1, G__defined_typename("Double_t"), 0, 4, 3, 1, 0,
50263 "u 'TH1D' - 11 - truspec u 'TH1D' - 11 - unfspec "
50264 "u 'TH2D' - 11 - covmat d - 'Double_t' 0 '0.01' regpar", (char*)NULL, (void*) G__func2void( (Double_t (*)(const TH1D&, const TH1D&, const TH2D&, Double_t))(&TSVDUnfold::ComputeChiSquared) ), 0);
50265 G__memfunc_setup("FillCurvatureMatrix",1981,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 8,
50266 "u 'TMatrixT<double>' 'TMatrixD' 1 - tCurv u 'TMatrixT<double>' 'TMatrixD' 1 - tC", (char*)NULL, (void*) NULL, 0);
50267 G__memfunc_setup("GetCurvature",1249,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 2, 3, 4, 0,
50268 "u 'TVectorT<double>' 'TVectorD' 11 - vec u 'TMatrixT<double>' 'TMatrixD' 11 - curv", (char*)NULL, (void*) NULL, 0);
50269 G__memfunc_setup("InitHistos",1038,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
50270 G__memfunc_setup("H2V",208,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 3, 4, 0,
50271 "U 'TH1D' - 10 - histo u 'TVectorT<double>' 'TVectorD' 1 - vec", (char*)NULL, (void*) NULL, 0);
50272 G__memfunc_setup("H2Verr",537,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 3, 4, 0,
50273 "U 'TH1D' - 10 - histo u 'TVectorT<double>' 'TVectorD' 1 - vec", (char*)NULL, (void*) NULL, 0);
50274 G__memfunc_setup("V2H",208,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 3, 4, 0,
50275 "u 'TVectorT<double>' 'TVectorD' 11 - vec u 'TH1D' - 1 - histo", (char*)NULL, (void*) NULL, 0);
50276 G__memfunc_setup("H2M",199,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 3, 4, 0,
50277 "U 'TH2D' - 10 - histo u 'TMatrixT<double>' 'TMatrixD' 1 - mat", (char*)NULL, (void*) NULL, 0);
50278 G__memfunc_setup("MatDivVec",867,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__HistLN_TMatrixTlEdoublegR), G__defined_typename("TMatrixD"), 0, 3, 3, 4, 0,
50279 "u 'TMatrixT<double>' 'TMatrixD' 11 - mat u 'TVectorT<double>' 'TVectorD' 11 - vec "
50280 "i - 'Int_t' 0 '0' zero", (char*)NULL, (void*) NULL, 0);
50281 G__memfunc_setup("CompProd",804,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR), G__defined_typename("TVectorD"), 0, 2, 3, 4, 0,
50282 "u 'TVectorT<double>' 'TVectorD' 11 - vec1 u 'TVectorT<double>' 'TVectorD' 11 - vec2", (char*)NULL, (void*) NULL, 0);
50283 G__memfunc_setup("VecDiv",577,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__HistLN_TVectorTlEdoublegR), G__defined_typename("TVectorD"), 0, 3, 3, 4, 0,
50284 "u 'TVectorT<double>' 'TVectorD' 11 - vec1 u 'TVectorT<double>' 'TVectorD' 11 - vec2 "
50285 "i - 'Int_t' 0 '0' zero", (char*)NULL, (void*) NULL, 0);
50286 G__memfunc_setup("RegularisedSymMatInvert",2378,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 3, 4, 0,
50287 "u 'TMatrixTSym<double>' 'TMatrixDSym' 1 - mat d - 'Double_t' 0 '1e-3' eps", (char*)NULL, (void*) NULL, 0);
50288 G__memfunc_setup("Class",502,G__G__Hist_390_0_22, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TSVDUnfold::Class) ), 0);
50289 G__memfunc_setup("Class_Name",982,G__G__Hist_390_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSVDUnfold::Class_Name) ), 0);
50290 G__memfunc_setup("Class_Version",1339,G__G__Hist_390_0_24, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TSVDUnfold::Class_Version) ), 0);
50291 G__memfunc_setup("Dictionary",1046,G__G__Hist_390_0_25, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TSVDUnfold::Dictionary) ), 0);
50292 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
50293 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
50294 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
50295 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_390_0_29, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
50296 G__memfunc_setup("DeclFileName",1145,G__G__Hist_390_0_30, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSVDUnfold::DeclFileName) ), 0);
50297 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_390_0_31, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSVDUnfold::ImplFileLine) ), 0);
50298 G__memfunc_setup("ImplFileName",1171,G__G__Hist_390_0_32, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSVDUnfold::ImplFileName) ), 0);
50299 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_390_0_33, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSVDUnfold::DeclFileLine) ), 0);
50300
50301 G__memfunc_setup("~TSVDUnfold", 1063, G__G__Hist_390_0_34, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
50302 G__tag_memfunc_reset();
50303 }
50304
50305 static void G__setup_memfuncTUnfold(void) {
50306
50307 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TUnfold));
50308 G__memfunc_setup("InitTUnfold",1104,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", "initialize all data members", (void*) NULL, 0);
50309 G__memfunc_setup("TUnfold",700,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__HistLN_TUnfold), -1, 0, 0, 1, 2, 0, "", "for derived classes", (void*) NULL, 0);
50310 G__memfunc_setup("DoUnfold",795,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 2, 0, "", "the unfolding algorithm", (void*) NULL, 1);
50311 G__memfunc_setup("ClearResults",1241,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", "clear all results", (void*) NULL, 1);
50312 G__memfunc_setup("MultiplyMSparseM",1640,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR), G__defined_typename("TMatrixDSparse"), 0, 2, 1, 2, 8,
50313 "U 'TMatrixTSparse<double>' 'TMatrixDSparse' 10 - a U 'TMatrixT<double>' 'TMatrixD' 10 - b", "multiply sparse and non-sparse matrix", (void*) NULL, 0);
50314 G__memfunc_setup("MultiplyMSparseMSparse",2262,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR), G__defined_typename("TMatrixDSparse"), 0, 2, 1, 2, 8,
50315 "U 'TMatrixTSparse<double>' 'TMatrixDSparse' 10 - a U 'TMatrixTSparse<double>' 'TMatrixDSparse' 10 - b", "multiply sparse and sparse matrix", (void*) NULL, 0);
50316 G__memfunc_setup("MultiplyMSparseTranspMSparse",2894,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR), G__defined_typename("TMatrixDSparse"), 0, 2, 1, 2, 8,
50317 "U 'TMatrixTSparse<double>' 'TMatrixDSparse' 10 - a U 'TMatrixTSparse<double>' 'TMatrixDSparse' 10 - b", "multiply transposed sparse and sparse matrix", (void*) NULL, 0);
50318 G__memfunc_setup("MultiplyMSparseMSparseTranspVector",3521,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR), G__defined_typename("TMatrixDSparse"), 0, 3, 1, 2, 8,
50319 "U 'TMatrixTSparse<double>' 'TMatrixDSparse' 10 - m1 U 'TMatrixTSparse<double>' 'TMatrixDSparse' 10 - m2 "
50320 "U 'TMatrixTBase<double>' 'TMatrixTBase<Double_t>' 10 - v", "calculate M_ij = sum_k [m1_ik*m2_jk*v[k] ]. the pointer v may be zero (means no scaling).", (void*) NULL, 0);
50321 G__memfunc_setup("InvertMSparse",1331,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TMatrixTlEdoublegR), G__defined_typename("TMatrixD"), 0, 1, 1, 2, 8, "U 'TMatrixTSparse<double>' 'TMatrixDSparse' 10 - A", "invert sparse matrix", (void*) NULL, 0);
50322 G__memfunc_setup("InvertMConditioned",1845,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 3, 2, 0, "U 'TMatrixT<double>' 'TMatrixD' 0 - A", "invert matrix including preconditioning", (void*) NULL, 0);
50323 G__memfunc_setup("AddMSparse",964,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0,
50324 "U 'TMatrixTSparse<double>' 'TMatrixDSparse' 0 - dest d - 'Double_t' 0 - f "
50325 "U 'TMatrixTSparse<double>' 'TMatrixDSparse' 10 - src", "replacement for dest += f*src", (void*) NULL, 0);
50326 G__memfunc_setup("CreateSparseMatrix",1847,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR), G__defined_typename("TMatrixDSparse"), 0, 6, 1, 2, 8,
50327 "i - 'Int_t' 0 - nrow i - 'Int_t' 0 - ncol "
50328 "i - 'Int_t' 0 - nele I - 'Int_t' 0 - row "
50329 "I - 'Int_t' 0 - col D - 'Double_t' 0 - data", "create a TMatrixDSparse from an array", (void*) NULL, 0);
50330 G__memfunc_setup("GetNx",486,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 2, 8, "", "number of non-zero output bins", (void*) NULL, 0);
50331 G__memfunc_setup("GetNy",487,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 2, 8, "", "number of input bins", (void*) NULL, 0);
50332 G__memfunc_setup("ErrorMatrixToHist",1754,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 2, 8,
50333 "U 'TH2' - 0 - ematrix U 'TMatrixTSparse<double>' 'TMatrixDSparse' 10 - emat "
50334 "I - 'Int_t' 10 - binMap g - 'Bool_t' 0 - doClear", "return an error matrix as histogram", (void*) NULL, 0);
50335 G__memfunc_setup("GetDXDY",601,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR), G__defined_typename("TMatrixDSparse"), 0, 0, 1, 2, 9, "", "access derivative dx/dy", (void*) NULL, 0);
50336 G__memfunc_setup("GetDXDAM",654,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR), G__defined_typename("TMatrixDSparse"), 0, 1, 1, 2, 9, "i - - 0 - i", "access matrix parts of the derivative dx/dA", (void*) NULL, 0);
50337 G__memfunc_setup("GetDXDAZ",667,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR), G__defined_typename("TMatrixDSparse"), 0, 1, 1, 2, 9, "i - - 0 - i", "access vector parts of the derivative dx/dA", (void*) NULL, 0);
50338 G__memfunc_setup("GetDXDtauSquared",1567,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR), G__defined_typename("TMatrixDSparse"), 0, 0, 1, 2, 9, "", "get derivative dx/dtauSquared", (void*) NULL, 0);
50339 G__memfunc_setup("GetAx",473,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR), G__defined_typename("TMatrixDSparse"), 0, 0, 1, 2, 9, "", "get vector Ax", (void*) NULL, 0);
50340 G__memfunc_setup("GetEinv",690,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR), G__defined_typename("TMatrixDSparse"), 0, 0, 1, 2, 9, "", "get matrix E^-1", (void*) NULL, 0);
50341 G__memfunc_setup("GetE",357,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR), G__defined_typename("TMatrixDSparse"), 0, 0, 1, 2, 9, "", "get matrix E", (void*) NULL, 0);
50342 G__memfunc_setup("GetVxx",614,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR), G__defined_typename("TMatrixDSparse"), 0, 0, 1, 2, 9, "", "get covariance matrix of x", (void*) NULL, 0);
50343 G__memfunc_setup("GetVxxInv",915,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR), G__defined_typename("TMatrixDSparse"), 0, 0, 1, 2, 9, "", "get inverse of covariance matrix of x", (void*) NULL, 0);
50344 G__memfunc_setup("GetX",376,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TMatrixTlEdoublegR), G__defined_typename("TMatrixD"), 0, 0, 1, 2, 9, "", "get result vector x", (void*) NULL, 0);
50345 G__memfunc_setup("DeleteMatrix",1224,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 3, 2, 0, "U 'TMatrixT<double>' 'TMatrixD' 2 - m", "delete and invalidate pointer", (void*) NULL, 0);
50346 G__memfunc_setup("DeleteMatrix",1224,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 3, 2, 0, "U 'TMatrixTSparse<double>' 'TMatrixDSparse' 2 - m", "delete and invalidate pointer", (void*) NULL, 0);
50347 G__memfunc_setup("TUnfold",700,G__G__Hist_391_0_28, 105, G__get_linked_tagnum(&G__G__HistLN_TUnfold), -1, 0, 4, 1, 1, 0,
50348 "U 'TH2' - 10 - hist_A i 'TUnfold::EHistMap' - 0 - histmap "
50349 "i 'TUnfold::ERegMode' - 0 'kRegModeSize' regmode i 'TUnfold::EConstraint' - 0 'kEConstraintArea' constraint", "constructor", (void*) NULL, 0);
50350 G__memfunc_setup("GetTUnfoldVersion",1730,G__G__Hist_391_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TUnfold::GetTUnfoldVersion) ), 0);
50351 G__memfunc_setup("SetBias",683,G__G__Hist_391_0_30, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TH1' - 10 - bias", "set alternative bias", (void*) NULL, 0);
50352 G__memfunc_setup("SetConstraint",1361,G__G__Hist_391_0_31, 121, -1, -1, 0, 1, 1, 1, 0, "i 'TUnfold::EConstraint' - 0 - constraint", "set type of constraint for the next unfolding", (void*) NULL, 0);
50353 G__memfunc_setup("RegularizeSize",1461,G__G__Hist_391_0_32, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0,
50354 "i - - 0 - bin d - 'Double_t' 0 '1.0' scale", "regularise the size of one output bin", (void*) NULL, 0);
50355 G__memfunc_setup("RegularizeDerivative",2093,G__G__Hist_391_0_33, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
50356 "i - - 0 - left_bin i - - 0 - right_bin "
50357 "d - 'Double_t' 0 '1.0' scale", "regularize difference of two output bins (1st derivative)", (void*) NULL, 0);
50358 G__memfunc_setup("RegularizeCurvature",2011,G__G__Hist_391_0_34, 105, -1, G__defined_typename("Int_t"), 0, 5, 1, 1, 0,
50359 "i - - 0 - left_bin i - - 0 - center_bin "
50360 "i - - 0 - right_bin d - 'Double_t' 0 '1.0' scale_left "
50361 "d - 'Double_t' 0 '1.0' scale_right", "regularize curvature of three output bins (2nd derivative)", (void*) NULL, 0);
50362 G__memfunc_setup("RegularizeBins",1446,G__G__Hist_391_0_35, 105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0,
50363 "i - - 0 - start i - - 0 - step "
50364 "i - - 0 - nbin i 'TUnfold::ERegMode' - 0 - regmode", "regularize a 1-dimensional curve", (void*) NULL, 0);
50365 G__memfunc_setup("RegularizeBins2D",1564,G__G__Hist_391_0_36, 105, -1, G__defined_typename("Int_t"), 0, 6, 1, 1, 0,
50366 "i - - 0 - start_bin i - - 0 - step1 "
50367 "i - - 0 - nbin1 i - - 0 - step2 "
50368 "i - - 0 - nbin2 i 'TUnfold::ERegMode' - 0 - regmode", "regularize a 2-dimensional grid", (void*) NULL, 0);
50369 G__memfunc_setup("DoUnfold",795,G__G__Hist_391_0_37, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 0,
50370 "d - 'Double_t' 0 - tau U 'TH1' - 10 - hist_y "
50371 "d - 'Double_t' 0 '0.0' scaleBias", "do the unfolding", (void*) NULL, 0);
50372 G__memfunc_setup("SetInput",828,G__G__Hist_391_0_38, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
50373 "U 'TH1' - 10 - hist_y d - 'Double_t' 0 '0.0' scaleBias "
50374 "d - 'Double_t' 0 '0.0' oneOverZeroError", "define input distribution for ScanLCurve", (void*) NULL, 1);
50375 G__memfunc_setup("DoUnfold",795,G__G__Hist_391_0_39, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - tau", "Unfold with given choice of tau", (void*) NULL, 1);
50376 G__memfunc_setup("ScanLcurve",1014,G__G__Hist_391_0_40, 105, -1, G__defined_typename("Int_t"), 0, 6, 1, 1, 0,
50377 "i - 'Int_t' 0 - nPoint d - 'Double_t' 0 - tauMin "
50378 "d - 'Double_t' 0 - tauMax U 'TGraph' - 2 - lCurve "
50379 "U 'TSpline' - 2 '0' logTauX U 'TSpline' - 2 '0' logTauY", "scan the L curve using successive calls to DoUnfold(Double_t)", (void*) NULL, 1);
50380 G__memfunc_setup("GetOutput",945,G__G__Hist_391_0_41, 85, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 0, 4, 1, 1, 8,
50381 "C - - 10 - name C - - 10 - title "
50382 "d - 'Double_t' 0 '0.0' x0 d - 'Double_t' 0 '0.0' x1", "get unfolding result", (void*) NULL, 0);
50383 G__memfunc_setup("GetBias",671,G__G__Hist_391_0_42, 85, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 0, 4, 1, 1, 8,
50384 "C - - 10 - name C - - 10 - title "
50385 "d - 'Double_t' 0 '0.0' x0 d - 'Double_t' 0 '0.0' x1", "get bias", (void*) NULL, 0);
50386 G__memfunc_setup("GetFoldedOutput",1535,G__G__Hist_391_0_43, 85, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 0, 4, 1, 1, 8,
50387 "C - - 10 - name C - - 10 - title "
50388 "d - 'Double_t' 0 '0.0' y0 d - 'Double_t' 0 '0.0' y1", "get folded unfolding result", (void*) NULL, 0);
50389 G__memfunc_setup("GetInput",816,G__G__Hist_391_0_44, 85, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 0, 4, 1, 1, 8,
50390 "C - - 10 - name C - - 10 - title "
50391 "d - 'Double_t' 0 '0.0' y0 d - 'Double_t' 0 '0.0' y1", "get unfolding input", (void*) NULL, 0);
50392 G__memfunc_setup("GetRhoIJ",732,G__G__Hist_391_0_45, 85, G__get_linked_tagnum(&G__G__HistLN_TH2D), -1, 0, 4, 1, 1, 8,
50393 "C - - 10 - name C - - 10 - title "
50394 "d - 'Double_t' 0 '0.0' x0 d - 'Double_t' 0 '0.0' x1", "get correlation coefficients", (void*) NULL, 0);
50395 G__memfunc_setup("GetEmatrix",1018,G__G__Hist_391_0_46, 85, G__get_linked_tagnum(&G__G__HistLN_TH2D), -1, 0, 4, 1, 1, 8,
50396 "C - - 10 - name C - - 10 - title "
50397 "d - 'Double_t' 0 '0.0' x0 d - 'Double_t' 0 '0.0' x1", "get error matrix", (void*) NULL, 0);
50398 G__memfunc_setup("GetRhoI",658,G__G__Hist_391_0_47, 85, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 0, 4, 1, 1, 8,
50399 "C - - 10 - name C - - 10 - title "
50400 "d - 'Double_t' 0 '0.0' x0 d - 'Double_t' 0 '0.0' x1", "get global correlation coefficients", (void*) NULL, 0);
50401 G__memfunc_setup("GetLsquared",1121,G__G__Hist_391_0_48, 85, G__get_linked_tagnum(&G__G__HistLN_TH2D), -1, 0, 4, 1, 1, 8,
50402 "C - - 10 - name C - - 10 - title "
50403 "d - 'Double_t' 0 '0.0' x0 d - 'Double_t' 0 '0.0' x1", "get regularisation conditions squared", (void*) NULL, 0);
50404 G__memfunc_setup("GetOutput",945,G__G__Hist_391_0_49, 121, -1, -1, 0, 2, 1, 1, 8,
50405 "U 'TH1' - 0 - output I - 'Int_t' 10 '0' binMap", "get output distribution, averaged over bins", (void*) NULL, 0);
50406 G__memfunc_setup("GetEmatrix",1018,G__G__Hist_391_0_50, 121, -1, -1, 0, 2, 1, 1, 8,
50407 "U 'TH2' - 0 - ematrix I - 'Int_t' 10 '0' binMap", "get error matrix, averaged over bins", (void*) NULL, 0);
50408 G__memfunc_setup("GetRhoI",658,G__G__Hist_391_0_51, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8,
50409 "U 'TH1' - 0 - rhoi U 'TH2' - 0 '0' ematrixinv "
50410 "I - 'Int_t' 10 '0' binMap", "get global correlation coefficients and inverse of error matrix, averaged over bins", (void*) NULL, 0);
50411 G__memfunc_setup("GetRhoIJ",732,G__G__Hist_391_0_52, 121, -1, -1, 0, 2, 1, 1, 8,
50412 "U 'TH2' - 0 - rhoij I - 'Int_t' 10 '0' binMap", "get correlation coefficients, averaged over bins", (void*) NULL, 0);
50413 G__memfunc_setup("GetTau",586,G__G__Hist_391_0_53, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", "regularisation parameter", (void*) NULL, 0);
50414 G__memfunc_setup("GetRhoMax",879,G__G__Hist_391_0_54, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", "maximum global correlation", (void*) NULL, 0);
50415 G__memfunc_setup("GetRhoAvg",871,G__G__Hist_391_0_55, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", "average global correlation", (void*) NULL, 0);
50416 G__memfunc_setup("GetChi2A",679,G__G__Hist_391_0_56, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", "chi**2 contribution from A", (void*) NULL, 0);
50417 G__memfunc_setup("GetChi2L",690,G__G__Hist_391_0_57, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", "chi**2 contribution from L", (void*) NULL, 0);
50418 G__memfunc_setup("GetLcurveX",1001,G__G__Hist_391_0_58, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", "x axis of L curve", (void*) NULL, 1);
50419 G__memfunc_setup("GetLcurveY",1002,G__G__Hist_391_0_59, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", "y axis of L curve", (void*) NULL, 1);
50420 G__memfunc_setup("GetNdf",568,G__G__Hist_391_0_60, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", "number of degrees of freedom", (void*) NULL, 0);
50421 G__memfunc_setup("GetNpar",689,G__G__Hist_391_0_61, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", "number of parameters", (void*) NULL, 0);
50422 G__memfunc_setup("Class",502,G__G__Hist_391_0_62, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TUnfold::Class) ), 0);
50423 G__memfunc_setup("Class_Name",982,G__G__Hist_391_0_63, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TUnfold::Class_Name) ), 0);
50424 G__memfunc_setup("Class_Version",1339,G__G__Hist_391_0_64, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TUnfold::Class_Version) ), 0);
50425 G__memfunc_setup("Dictionary",1046,G__G__Hist_391_0_65, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TUnfold::Dictionary) ), 0);
50426 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
50427 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
50428 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
50429 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_391_0_69, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
50430 G__memfunc_setup("DeclFileName",1145,G__G__Hist_391_0_70, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TUnfold::DeclFileName) ), 0);
50431 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_391_0_71, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TUnfold::ImplFileLine) ), 0);
50432 G__memfunc_setup("ImplFileName",1171,G__G__Hist_391_0_72, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TUnfold::ImplFileName) ), 0);
50433 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_391_0_73, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TUnfold::DeclFileLine) ), 0);
50434
50435 G__memfunc_setup("TUnfold", 700, G__G__Hist_391_0_74, (int) ('i'), G__get_linked_tagnum(&G__G__HistLN_TUnfold), -1, 0, 1, 1, 1, 0, "u 'TUnfold' - 11 - -", (char*) NULL, (void*) NULL, 0);
50436
50437 G__memfunc_setup("~TUnfold", 826, G__G__Hist_391_0_75, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
50438
50439 G__memfunc_setup("operator=", 937, G__G__Hist_391_0_76, (int) ('u'), G__get_linked_tagnum(&G__G__HistLN_TUnfold), -1, 1, 1, 1, 1, 0, "u 'TUnfold' - 11 - -", (char*) NULL, (void*) NULL, 0);
50440 G__tag_memfunc_reset();
50441 }
50442
50443 static void G__setup_memfuncTUnfoldSys(void) {
50444
50445 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TUnfoldSys));
50446 G__memfunc_setup("InitTUnfoldSys",1423,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", "initialize all data members", (void*) NULL, 0);
50447 G__memfunc_setup("TUnfoldSys",1019,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__HistLN_TUnfoldSys), -1, 0, 0, 1, 2, 0, "", "for derived classes", (void*) NULL, 0);
50448 G__memfunc_setup("ClearResults",1241,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", "clear all results", (void*) NULL, 1);
50449 G__memfunc_setup("PrepareSysError",1560,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", "common calculations for syst.errors", (void*) NULL, 1);
50450 G__memfunc_setup("PrepareUncorrEmat",1743,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR), G__defined_typename("TMatrixDSparse"), 0, 2, 1, 2, 0,
50451 "U 'TMatrixTSparse<double>' 'TMatrixDSparse' 10 - m1 U 'TMatrixTSparse<double>' 'TMatrixDSparse' 10 - m2", "calculate uncorrelated error matrix", (void*) NULL, 1);
50452 G__memfunc_setup("PrepareCorrEmat",1516,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__HistLN_TMatrixTSparselEdoublegR), G__defined_typename("TMatrixDSparse"), 0, 3, 1, 2, 0,
50453 "U 'TMatrixTSparse<double>' 'TMatrixDSparse' 10 - m1 U 'TMatrixTSparse<double>' 'TMatrixDSparse' 10 - m2 "
50454 "U 'TMatrixTSparse<double>' 'TMatrixDSparse' 10 - dsys", "calculate correlated error matrix", (void*) NULL, 1);
50455 G__memfunc_setup("ScaleColumnsByVector",2039,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 8,
50456 "U 'TMatrixTSparse<double>' 'TMatrixDSparse' 0 - m U 'TMatrixTBase<double>' 'TMatrixTBase<Double_t>' 10 - v", "scale columns of m by the corresponding rows of v", (void*) NULL, 0);
50457 G__memfunc_setup("VectorMapToHist",1516,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0,
50458 "U 'TH1' - 0 - hist_delta U 'TMatrixTSparse<double>' 'TMatrixDSparse' 10 - delta "
50459 "I - 'Int_t' 10 - binMap", "map and sum vector delta, save in hist_delta", (void*) NULL, 0);
50460 G__memfunc_setup("GetEmatrixFromVyy",1750,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 2, 0,
50461 "U 'TMatrixTSparse<double>' 'TMatrixDSparse' 10 - vyy U 'TH2' - 0 - ematrix "
50462 "I - 'Int_t' 10 - binMap g - 'Bool_t' 0 - clearEmat", "propagate error matrix vyy to the result", (void*) NULL, 0);
50463 G__memfunc_setup("DoBackgroundSubtraction",2369,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
50464 G__memfunc_setup("TUnfoldSys",1019,G__G__Hist_396_0_11, 105, G__get_linked_tagnum(&G__G__HistLN_TUnfoldSys), -1, 0, 4, 1, 1, 0,
50465 "U 'TH2' - 10 - hist_A i 'TUnfold::EHistMap' - 0 - histmap "
50466 "i 'TUnfold::ERegMode' - 0 'kRegModeSize' regmode i 'TUnfold::EConstraint' - 0 'kEConstraintNone' constraint", "constructor", (void*) NULL, 0);
50467 G__memfunc_setup("AddSysError",1106,G__G__Hist_396_0_12, 121, -1, -1, 0, 4, 1, 1, 0,
50468 "U 'TH2' - 10 - sysError C - - 10 - name "
50469 "i 'TUnfold::EHistMap' - 0 - histmap i 'TUnfoldSys::ESysErrMode' - 0 - mode", "add a systematic error source", (void*) NULL, 0);
50470 G__memfunc_setup("GetDeltaSysSource",1722,G__G__Hist_396_0_13, 121, -1, -1, 0, 3, 1, 1, 0,
50471 "U 'TH1' - 0 - hist_delta C - - 10 - source "
50472 "I - 'Int_t' 10 '0' binMap", "get systematic shifts from one systematic source", (void*) NULL, 0);
50473 G__memfunc_setup("SubtractBackground",1864,G__G__Hist_396_0_14, 121, -1, -1, 0, 4, 1, 1, 0,
50474 "U 'TH1' - 10 - hist_bgr C - - 10 - name "
50475 "d - 'Double_t' 0 '1.0' scale d - 'Double_t' 0 '0.0' scale_error", "subtract background prior to unfolding", (void*) NULL, 0);
50476 G__memfunc_setup("SetInput",828,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
50477 "U 'TH1' - 10 - hist_y d - 'Double_t' 0 '0.0' scaleBias "
50478 "d - 'Double_t' 0 '0.0' oneOverZeroError", "define input consistently in case of background subtraction", (void*) NULL, 1);
50479 G__memfunc_setup("GetDeltaSysBackgroundScale",2609,G__G__Hist_396_0_16, 121, -1, -1, 0, 3, 1, 1, 0,
50480 "U 'TH1' - 0 - delta C - - 10 - source "
50481 "I - 'Int_t' 10 '0' binMap", "get correlated uncertainty induced by the scale uncertainty of a background source", (void*) NULL, 0);
50482 G__memfunc_setup("SetTauError",1120,G__G__Hist_396_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - delta_tau", "set uncertainty on tau", (void*) NULL, 0);
50483 G__memfunc_setup("GetDeltaSysTau",1395,G__G__Hist_396_0_18, 121, -1, -1, 0, 2, 1, 1, 0,
50484 "U 'TH1' - 0 - delta I - 'Int_t' 10 '0' binMap", "get correlated uncertainty from varying tau", (void*) NULL, 0);
50485 G__memfunc_setup("GetEmatrixSysUncorr",1970,G__G__Hist_396_0_19, 121, -1, -1, 0, 3, 1, 1, 0,
50486 "U 'TH2' - 0 - ematrix I - 'Int_t' 10 '0' binMap "
50487 "g - 'Bool_t' 0 'kTRUE' clearEmat", "get error matrix contribution from uncorrelated errors on the matrix A", (void*) NULL, 0);
50488 G__memfunc_setup("GetEmatrixSysSource",1962,G__G__Hist_396_0_20, 121, -1, -1, 0, 4, 1, 1, 0,
50489 "U 'TH2' - 0 - ematrix C - - 10 - source "
50490 "I - 'Int_t' 10 '0' binMap g - 'Bool_t' 0 'kTRUE' clearEmat", "get error matrix from one systematic source", (void*) NULL, 0);
50491 G__memfunc_setup("GetEmatrixSysBackgroundUncorr",2994,G__G__Hist_396_0_21, 121, -1, -1, 0, 4, 1, 1, 0,
50492 "U 'TH2' - 0 - ematrix C - - 10 - source "
50493 "I - 'Int_t' 10 '0' binMap g - 'Bool_t' 0 'kTRUE' clearEmat", "get error matrix from uncorrelated error of one background source", (void*) NULL, 0);
50494 G__memfunc_setup("GetEmatrixSysBackgroundScale",2849,G__G__Hist_396_0_22, 121, -1, -1, 0, 4, 1, 1, 0,
50495 "U 'TH2' - 0 - ematrix C - - 10 - source "
50496 "I - 'Int_t' 10 '0' binMap g - 'Bool_t' 0 'kTRUE' clearEmat", "get error matrix from the scale error of one background source", (void*) NULL, 0);
50497 G__memfunc_setup("GetEmatrixSysTau",1635,G__G__Hist_396_0_23, 121, -1, -1, 0, 3, 1, 1, 0,
50498 "U 'TH2' - 0 - ematrix I - 'Int_t' 10 '0' binMap "
50499 "g - 'Bool_t' 0 'kTRUE' clearEmat", "get error matrix from tau variation", (void*) NULL, 0);
50500 G__memfunc_setup("GetEmatrixInput",1546,G__G__Hist_396_0_24, 121, -1, -1, 0, 3, 1, 1, 0,
50501 "U 'TH2' - 0 - ematrix I - 'Int_t' 10 '0' binMap "
50502 "g - 'Bool_t' 0 'kTRUE' clearEmat", "get error contribution from input vector", (void*) NULL, 0);
50503 G__memfunc_setup("GetEmatrixTotal",1534,G__G__Hist_396_0_25, 121, -1, -1, 0, 2, 1, 1, 0,
50504 "U 'TH2' - 0 - ematrix I - 'Int_t' 10 '0' binMap", "get total error including systematic,statistical,background,tau errors", (void*) NULL, 0);
50505 G__memfunc_setup("GetChi2Sys",933,G__G__Hist_396_0_26, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", "get total chi**2 including all systematic errors", (void*) NULL, 0);
50506 G__memfunc_setup("Class",502,G__G__Hist_396_0_27, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TUnfoldSys::Class) ), 0);
50507 G__memfunc_setup("Class_Name",982,G__G__Hist_396_0_28, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TUnfoldSys::Class_Name) ), 0);
50508 G__memfunc_setup("Class_Version",1339,G__G__Hist_396_0_29, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TUnfoldSys::Class_Version) ), 0);
50509 G__memfunc_setup("Dictionary",1046,G__G__Hist_396_0_30, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TUnfoldSys::Dictionary) ), 0);
50510 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
50511 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
50512 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
50513 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_396_0_34, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
50514 G__memfunc_setup("DeclFileName",1145,G__G__Hist_396_0_35, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TUnfoldSys::DeclFileName) ), 0);
50515 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_396_0_36, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TUnfoldSys::ImplFileLine) ), 0);
50516 G__memfunc_setup("ImplFileName",1171,G__G__Hist_396_0_37, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TUnfoldSys::ImplFileName) ), 0);
50517 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_396_0_38, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TUnfoldSys::DeclFileLine) ), 0);
50518
50519 G__memfunc_setup("TUnfoldSys", 1019, G__G__Hist_396_0_39, (int) ('i'), G__get_linked_tagnum(&G__G__HistLN_TUnfoldSys), -1, 0, 1, 1, 1, 0, "u 'TUnfoldSys' - 11 - -", (char*) NULL, (void*) NULL, 0);
50520
50521 G__memfunc_setup("~TUnfoldSys", 1145, G__G__Hist_396_0_40, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
50522
50523 G__memfunc_setup("operator=", 937, G__G__Hist_396_0_41, (int) ('u'), G__get_linked_tagnum(&G__G__HistLN_TUnfoldSys), -1, 1, 1, 1, 1, 0, "u 'TUnfoldSys' - 11 - -", (char*) NULL, (void*) NULL, 0);
50524 G__tag_memfunc_reset();
50525 }
50526
50527 static void G__setup_memfuncTVirtualGraphPainter(void) {
50528
50529 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_TVirtualGraphPainter));
50530 G__memfunc_setup("DistancetoPrimitiveHelper",2599,G__G__Hist_398_0_2, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0,
50531 "U 'TGraph' - 0 - theGraph i - 'Int_t' 0 - px "
50532 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 3);
50533 G__memfunc_setup("DrawPanelHelper",1502,G__G__Hist_398_0_3, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGraph' - 0 - theGraph", (char*)NULL, (void*) NULL, 3);
50534 G__memfunc_setup("ExecuteEventHelper",1845,G__G__Hist_398_0_4, 121, -1, -1, 0, 4, 1, 1, 0,
50535 "U 'TGraph' - 0 - theGraph i - 'Int_t' 0 - event "
50536 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 3);
50537 G__memfunc_setup("GetObjectInfoHelper",1891,G__G__Hist_398_0_5, 67, -1, -1, 0, 3, 1, 1, 8,
50538 "U 'TGraph' - 0 - theGraph i - 'Int_t' 0 - px "
50539 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 3);
50540 G__memfunc_setup("PaintHelper",1116,G__G__Hist_398_0_6, 121, -1, -1, 0, 2, 1, 1, 0,
50541 "U 'TGraph' - 0 - theGraph C - 'Option_t' 10 - option", (char*)NULL, (void*) NULL, 3);
50542 G__memfunc_setup("PaintGraph",1006,G__G__Hist_398_0_7, 121, -1, -1, 0, 5, 1, 1, 0,
50543 "U 'TGraph' - 0 - theGraph i - 'Int_t' 0 - npoints "
50544 "D - 'Double_t' 10 - x D - 'Double_t' 10 - y "
50545 "C - 'Option_t' 10 - chopt", (char*)NULL, (void*) NULL, 3);
50546 G__memfunc_setup("PaintGrapHist",1310,G__G__Hist_398_0_8, 121, -1, -1, 0, 5, 1, 1, 0,
50547 "U 'TGraph' - 0 - theGraph i - 'Int_t' 0 - npoints "
50548 "D - 'Double_t' 10 - x D - 'Double_t' 10 - y "
50549 "C - 'Option_t' 10 - chopt", (char*)NULL, (void*) NULL, 3);
50550 G__memfunc_setup("PaintStats",1035,G__G__Hist_398_0_9, 121, -1, -1, 0, 2, 1, 1, 0,
50551 "U 'TGraph' - 0 - theGraph U 'TF1' - 0 - fit", (char*)NULL, (void*) NULL, 3);
50552 G__memfunc_setup("GetPainter",1011,G__G__Hist_398_0_10, 85, G__get_linked_tagnum(&G__G__HistLN_TVirtualGraphPainter), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TVirtualGraphPainter* (*)())(&TVirtualGraphPainter::GetPainter) ), 0);
50553 G__memfunc_setup("SetPainter",1023,G__G__Hist_398_0_11, 121, -1, -1, 0, 1, 3, 1, 0, "U 'TVirtualGraphPainter' - 0 - painter", (char*)NULL, (void*) G__func2void( (void (*)(TVirtualGraphPainter*))(&TVirtualGraphPainter::SetPainter) ), 0);
50554 G__memfunc_setup("Class",502,G__G__Hist_398_0_12, 85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TVirtualGraphPainter::Class) ), 0);
50555 G__memfunc_setup("Class_Name",982,G__G__Hist_398_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualGraphPainter::Class_Name) ), 0);
50556 G__memfunc_setup("Class_Version",1339,G__G__Hist_398_0_14, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TVirtualGraphPainter::Class_Version) ), 0);
50557 G__memfunc_setup("Dictionary",1046,G__G__Hist_398_0_15, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TVirtualGraphPainter::Dictionary) ), 0);
50558 G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
50559 G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
50560 G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
50561 G__memfunc_setup("StreamerNVirtual",1656,G__G__Hist_398_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
50562 G__memfunc_setup("DeclFileName",1145,G__G__Hist_398_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualGraphPainter::DeclFileName) ), 0);
50563 G__memfunc_setup("ImplFileLine",1178,G__G__Hist_398_0_21, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualGraphPainter::ImplFileLine) ), 0);
50564 G__memfunc_setup("ImplFileName",1171,G__G__Hist_398_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualGraphPainter::ImplFileName) ), 0);
50565 G__memfunc_setup("DeclFileLine",1152,G__G__Hist_398_0_23, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualGraphPainter::DeclFileLine) ), 0);
50566
50567 G__memfunc_setup("~TVirtualGraphPainter", 2174, G__G__Hist_398_0_24, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
50568
50569 G__memfunc_setup("operator=", 937, G__G__Hist_398_0_25, (int) ('u'), G__get_linked_tagnum(&G__G__HistLN_TVirtualGraphPainter), -1, 1, 1, 1, 1, 0, "u 'TVirtualGraphPainter' - 11 - -", (char*) NULL, (void*) NULL, 0);
50570 G__tag_memfunc_reset();
50571 }
50572
50573 static void G__setup_memfuncROOTcLcLMathcLcLWrappedMultiTF1(void) {
50574
50575 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedMultiTF1));
50576 G__memfunc_setup("WrappedMultiTF1",1449,G__G__Hist_401_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedMultiTF1), -1, 0, 2, 1, 1, 0,
50577 "u 'TF1' - 1 - f h - - 0 '0' dim", (char*)NULL, (void*) NULL, 0);
50578 G__memfunc_setup("WrappedMultiTF1",1449,G__G__Hist_401_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedMultiTF1), -1, 0, 1, 1, 1, 0, "u 'ROOT::Math::WrappedMultiTF1' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
50579 G__memfunc_setup("operator=",937,G__G__Hist_401_0_3, 117, G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedMultiTF1), -1, 1, 1, 1, 1, 0, "u 'ROOT::Math::WrappedMultiTF1' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
50580 G__memfunc_setup("Clone",497,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLIBaseFunctionMultiDim), G__defined_typename("ROOT::Math::IMultiGenFunction"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
50581 G__memfunc_setup("NDim",360,(G__InterfaceMethod) NULL,104, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
50582 G__memfunc_setup("Parameters",1044,(G__InterfaceMethod) NULL,68, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
50583 G__memfunc_setup("SetParameters",1344,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "D - - 10 - p", (char*)NULL, (void*) NULL, 1);
50584 G__memfunc_setup("NPar",369,(G__InterfaceMethod) NULL,104, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
50585 G__memfunc_setup("ParameterName",1314,(G__InterfaceMethod) NULL,117, G__get_linked_tagnum(&G__G__HistLN_string), -1, 0, 1, 1, 1, 8, "h - - 0 - i", (char*)NULL, (void*) NULL, 1);
50586 G__memfunc_setup("ParameterGradient",1743,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 8,
50587 "D - - 10 - x D - - 10 - par "
50588 "D - - 0 - grad", (char*)NULL, (void*) NULL, 1);
50589 G__memfunc_setup("SetDerivPrecision",1746,G__G__Hist_401_0_11, 121, -1, -1, 0, 1, 3, 1, 0, "d - - 0 - eps", (char*)NULL, (void*) G__func2void( (void (*)(double))(&ROOT::Math::WrappedMultiTF1::SetDerivPrecision) ), 0);
50590 G__memfunc_setup("GetDerivPrecision",1734,G__G__Hist_401_0_12, 100, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (double (*)())(&ROOT::Math::WrappedMultiTF1::GetDerivPrecision) ), 0);
50591 G__memfunc_setup("DoEvalPar",862,(G__InterfaceMethod) NULL, 100, -1, -1, 0, 2, 1, 4, 8,
50592 "D - - 10 - x D - - 10 - p", (char*)NULL, (void*) NULL, 1);
50593 G__memfunc_setup("DoParameterDerivative",2151,(G__InterfaceMethod) NULL, 100, -1, -1, 0, 3, 1, 4, 8,
50594 "D - - 10 - x D - - 10 - p "
50595 "h - - 0 - ipar", (char*)NULL, (void*) NULL, 1);
50596
50597 G__memfunc_setup("~WrappedMultiTF1", 1575, G__G__Hist_401_0_15, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
50598 G__tag_memfunc_reset();
50599 }
50600
50601 static void G__setup_memfuncROOTcLcLMathcLcLWrappedTF1(void) {
50602
50603 G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedTF1));
50604 G__memfunc_setup("WrappedTF1",926,G__G__Hist_402_0_1, 105, G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedTF1), -1, 0, 1, 1, 1, 0, "u 'TF1' - 1 - f", (char*)NULL, (void*) NULL, 0);
50605 G__memfunc_setup("WrappedTF1",926,G__G__Hist_402_0_2, 105, G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedTF1), -1, 0, 1, 1, 1, 0, "u 'ROOT::Math::WrappedTF1' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
50606 G__memfunc_setup("operator=",937,G__G__Hist_402_0_3, 117, G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLWrappedTF1), -1, 1, 1, 1, 1, 0, "u 'ROOT::Math::WrappedTF1' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
50607 G__memfunc_setup("Clone",497,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__HistLN_ROOTcLcLMathcLcLIBaseFunctionOneDim), G__defined_typename("ROOT::Math::IGenFunction"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
50608 G__memfunc_setup("Parameters",1044,(G__InterfaceMethod) NULL,68, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
50609 G__memfunc_setup("SetParameters",1344,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "D - - 10 - p", (char*)NULL, (void*) NULL, 1);
50610 G__memfunc_setup("NPar",369,(G__InterfaceMethod) NULL,104, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
50611 G__memfunc_setup("ParameterName",1314,(G__InterfaceMethod) NULL,117, G__get_linked_tagnum(&G__G__HistLN_string), -1, 0, 1, 1, 1, 8, "h - - 0 - i", (char*)NULL, (void*) NULL, 1);
50612 G__memfunc_setup("ParameterGradient",1743,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 8,
50613 "d - - 0 - x D - - 10 - par "
50614 "D - - 0 - grad", (char*)NULL, (void*) NULL, 1);
50615 G__memfunc_setup("FdF",240,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 8,
50616 "d - - 0 - x d - - 1 - f "
50617 "d - - 1 - deriv", (char*)NULL, (void*) NULL, 1);
50618 G__memfunc_setup("SetDerivPrecision",1746,G__G__Hist_402_0_11, 121, -1, -1, 0, 1, 3, 1, 0, "d - - 0 - eps", (char*)NULL, (void*) G__func2void( (void (*)(double))(&ROOT::Math::WrappedTF1::SetDerivPrecision) ), 0);
50619 G__memfunc_setup("GetDerivPrecision",1734,G__G__Hist_402_0_12, 100, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (double (*)())(&ROOT::Math::WrappedTF1::GetDerivPrecision) ), 0);
50620 G__memfunc_setup("DoEvalPar",862,(G__InterfaceMethod) NULL, 100, -1, -1, 0, 2, 1, 4, 8,
50621 "d - - 0 - x D - - 10 - p", (char*)NULL, (void*) NULL, 1);
50622 G__memfunc_setup("DoEval",571,(G__InterfaceMethod) NULL, 100, -1, -1, 0, 1, 1, 4, 8, "d - - 0 - x", (char*)NULL, (void*) NULL, 1);
50623 G__memfunc_setup("DoDerivative",1222,(G__InterfaceMethod) NULL, 100, -1, -1, 0, 1, 1, 4, 8, "d - - 0 - x", (char*)NULL, (void*) NULL, 1);
50624 G__memfunc_setup("DoParameterDerivative",2151,(G__InterfaceMethod) NULL, 100, -1, -1, 0, 3, 1, 4, 8,
50625 "d - - 0 - x D - - 10 - p "
50626 "h - - 0 - ipar", (char*)NULL, (void*) NULL, 1);
50627
50628 G__memfunc_setup("~WrappedTF1", 1052, G__G__Hist_402_0_17, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
50629 G__tag_memfunc_reset();
50630 }
50631
50632
50633
50634
50635
50636 extern "C" void G__cpp_setup_memfuncG__Hist() {
50637 }
50638
50639
50640
50641
50642 static void G__cpp_setup_global0() {
50643
50644
50645 G__resetplocal();
50646
50647 }
50648
50649 static void G__cpp_setup_global1() {
50650 }
50651
50652 static void G__cpp_setup_global2() {
50653 }
50654
50655 static void G__cpp_setup_global3() {
50656 }
50657
50658 static void G__cpp_setup_global4() {
50659 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_EErrorType),-1,-1,1,"kERRORMEAN=0",0,(char*)NULL);
50660 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_EErrorType),-1,-1,1,"kERRORSPREAD=1",0,(char*)NULL);
50661 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_EErrorType),-1,-1,1,"kERRORSPREADI=2",0,(char*)NULL);
50662 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__HistLN_EErrorType),-1,-1,1,"kERRORSPREADG=3",0,(char*)NULL);
50663
50664 G__resetglobalenv();
50665 }
50666 extern "C" void G__cpp_setup_globalG__Hist() {
50667 G__cpp_setup_global0();
50668 G__cpp_setup_global1();
50669 G__cpp_setup_global2();
50670 G__cpp_setup_global3();
50671 G__cpp_setup_global4();
50672 }
50673
50674
50675
50676
50677 static void G__cpp_setup_func0() {
50678 G__lastifuncposition();
50679
50680 }
50681
50682 static void G__cpp_setup_func1() {
50683 }
50684
50685 static void G__cpp_setup_func2() {
50686 }
50687
50688 static void G__cpp_setup_func3() {
50689 }
50690
50691 static void G__cpp_setup_func4() {
50692 }
50693
50694 static void G__cpp_setup_func5() {
50695 }
50696
50697 static void G__cpp_setup_func6() {
50698 }
50699
50700 static void G__cpp_setup_func7() {
50701 }
50702
50703 static void G__cpp_setup_func8() {
50704 G__memfunc_setup("operator*", 918, G__G__Hist__0_858, 117, G__get_linked_tagnum(&G__G__HistLN_TH1C), -1, 0, 2, 1, 1, 0,
50705 "d - 'Double_t' 0 - c1 u 'TH1C' - 11 - h1", (char*) NULL
50706 , (void*) NULL, 0);
50707 G__memfunc_setup("operator*", 918, G__G__Hist__0_859, 117, G__get_linked_tagnum(&G__G__HistLN_TH1C), -1, 0, 2, 1, 1, 0,
50708 "u 'TH1C' - 11 - h1 d - 'Double_t' 0 - c1", (char*) NULL
50709 , (void*) NULL, 0);
50710 G__memfunc_setup("operator+", 919, G__G__Hist__0_860, 117, G__get_linked_tagnum(&G__G__HistLN_TH1C), -1, 0, 2, 1, 1, 0,
50711 "u 'TH1C' - 11 - h1 u 'TH1C' - 11 - h2", (char*) NULL
50712 , (void*) NULL, 0);
50713 G__memfunc_setup("operator-", 921, G__G__Hist__0_861, 117, G__get_linked_tagnum(&G__G__HistLN_TH1C), -1, 0, 2, 1, 1, 0,
50714 "u 'TH1C' - 11 - h1 u 'TH1C' - 11 - h2", (char*) NULL
50715 , (void*) NULL, 0);
50716 G__memfunc_setup("operator*", 918, G__G__Hist__0_862, 117, G__get_linked_tagnum(&G__G__HistLN_TH1C), -1, 0, 2, 1, 1, 0,
50717 "u 'TH1C' - 11 - h1 u 'TH1C' - 11 - h2", (char*) NULL
50718 , (void*) NULL, 0);
50719 G__memfunc_setup("operator/", 923, G__G__Hist__0_863, 117, G__get_linked_tagnum(&G__G__HistLN_TH1C), -1, 0, 2, 1, 1, 0,
50720 "u 'TH1C' - 11 - h1 u 'TH1C' - 11 - h2", (char*) NULL
50721 , (void*) NULL, 0);
50722 G__memfunc_setup("operator*", 918, G__G__Hist__0_864, 117, G__get_linked_tagnum(&G__G__HistLN_TH1S), -1, 0, 2, 1, 1, 0,
50723 "d - 'Double_t' 0 - c1 u 'TH1S' - 11 - h1", (char*) NULL
50724 , (void*) NULL, 0);
50725 G__memfunc_setup("operator*", 918, G__G__Hist__0_865, 117, G__get_linked_tagnum(&G__G__HistLN_TH1S), -1, 0, 2, 1, 1, 0,
50726 "u 'TH1S' - 11 - h1 d - 'Double_t' 0 - c1", (char*) NULL
50727 , (void*) NULL, 0);
50728 G__memfunc_setup("operator+", 919, G__G__Hist__0_866, 117, G__get_linked_tagnum(&G__G__HistLN_TH1S), -1, 0, 2, 1, 1, 0,
50729 "u 'TH1S' - 11 - h1 u 'TH1S' - 11 - h2", (char*) NULL
50730 , (void*) NULL, 0);
50731 G__memfunc_setup("operator-", 921, G__G__Hist__0_867, 117, G__get_linked_tagnum(&G__G__HistLN_TH1S), -1, 0, 2, 1, 1, 0,
50732 "u 'TH1S' - 11 - h1 u 'TH1S' - 11 - h2", (char*) NULL
50733 , (void*) NULL, 0);
50734 G__memfunc_setup("operator*", 918, G__G__Hist__0_868, 117, G__get_linked_tagnum(&G__G__HistLN_TH1S), -1, 0, 2, 1, 1, 0,
50735 "u 'TH1S' - 11 - h1 u 'TH1S' - 11 - h2", (char*) NULL
50736 , (void*) NULL, 0);
50737 G__memfunc_setup("operator/", 923, G__G__Hist__0_869, 117, G__get_linked_tagnum(&G__G__HistLN_TH1S), -1, 0, 2, 1, 1, 0,
50738 "u 'TH1S' - 11 - h1 u 'TH1S' - 11 - h2", (char*) NULL
50739 , (void*) NULL, 0);
50740 G__memfunc_setup("operator*", 918, G__G__Hist__0_870, 117, G__get_linked_tagnum(&G__G__HistLN_TH1I), -1, 0, 2, 1, 1, 0,
50741 "d - 'Double_t' 0 - c1 u 'TH1I' - 11 - h1", (char*) NULL
50742 , (void*) NULL, 0);
50743 G__memfunc_setup("operator*", 918, G__G__Hist__0_871, 117, G__get_linked_tagnum(&G__G__HistLN_TH1I), -1, 0, 2, 1, 1, 0,
50744 "u 'TH1I' - 11 - h1 d - 'Double_t' 0 - c1", (char*) NULL
50745 , (void*) NULL, 0);
50746 G__memfunc_setup("operator+", 919, G__G__Hist__0_872, 117, G__get_linked_tagnum(&G__G__HistLN_TH1I), -1, 0, 2, 1, 1, 0,
50747 "u 'TH1I' - 11 - h1 u 'TH1I' - 11 - h2", (char*) NULL
50748 , (void*) NULL, 0);
50749 G__memfunc_setup("operator-", 921, G__G__Hist__0_873, 117, G__get_linked_tagnum(&G__G__HistLN_TH1I), -1, 0, 2, 1, 1, 0,
50750 "u 'TH1I' - 11 - h1 u 'TH1I' - 11 - h2", (char*) NULL
50751 , (void*) NULL, 0);
50752 G__memfunc_setup("operator*", 918, G__G__Hist__0_874, 117, G__get_linked_tagnum(&G__G__HistLN_TH1I), -1, 0, 2, 1, 1, 0,
50753 "u 'TH1I' - 11 - h1 u 'TH1I' - 11 - h2", (char*) NULL
50754 , (void*) NULL, 0);
50755 G__memfunc_setup("operator/", 923, G__G__Hist__0_875, 117, G__get_linked_tagnum(&G__G__HistLN_TH1I), -1, 0, 2, 1, 1, 0,
50756 "u 'TH1I' - 11 - h1 u 'TH1I' - 11 - h2", (char*) NULL
50757 , (void*) NULL, 0);
50758 G__memfunc_setup("operator*", 918, G__G__Hist__0_876, 117, G__get_linked_tagnum(&G__G__HistLN_TH1F), -1, 0, 2, 1, 1, 0,
50759 "d - 'Double_t' 0 - c1 u 'TH1F' - 11 - h1", (char*) NULL
50760 , (void*) NULL, 0);
50761 G__memfunc_setup("operator*", 918, G__G__Hist__0_877, 117, G__get_linked_tagnum(&G__G__HistLN_TH1F), -1, 0, 2, 1, 1, 0,
50762 "u 'TH1F' - 11 - h1 d - 'Double_t' 0 - c1", (char*) NULL
50763 , (void*) NULL, 0);
50764 G__memfunc_setup("operator+", 919, G__G__Hist__0_878, 117, G__get_linked_tagnum(&G__G__HistLN_TH1F), -1, 0, 2, 1, 1, 0,
50765 "u 'TH1F' - 11 - h1 u 'TH1F' - 11 - h2", (char*) NULL
50766 , (void*) NULL, 0);
50767 G__memfunc_setup("operator-", 921, G__G__Hist__0_879, 117, G__get_linked_tagnum(&G__G__HistLN_TH1F), -1, 0, 2, 1, 1, 0,
50768 "u 'TH1F' - 11 - h1 u 'TH1F' - 11 - h2", (char*) NULL
50769 , (void*) NULL, 0);
50770 G__memfunc_setup("operator*", 918, G__G__Hist__0_880, 117, G__get_linked_tagnum(&G__G__HistLN_TH1F), -1, 0, 2, 1, 1, 0,
50771 "u 'TH1F' - 11 - h1 u 'TH1F' - 11 - h2", (char*) NULL
50772 , (void*) NULL, 0);
50773 G__memfunc_setup("operator/", 923, G__G__Hist__0_881, 117, G__get_linked_tagnum(&G__G__HistLN_TH1F), -1, 0, 2, 1, 1, 0,
50774 "u 'TH1F' - 11 - h1 u 'TH1F' - 11 - h2", (char*) NULL
50775 , (void*) NULL, 0);
50776 G__memfunc_setup("operator*", 918, G__G__Hist__0_882, 117, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 0, 2, 1, 1, 0,
50777 "d - 'Double_t' 0 - c1 u 'TH1D' - 11 - h1", (char*) NULL
50778 , (void*) NULL, 0);
50779 G__memfunc_setup("operator*", 918, G__G__Hist__0_883, 117, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 0, 2, 1, 1, 0,
50780 "u 'TH1D' - 11 - h1 d - 'Double_t' 0 - c1", (char*) NULL
50781 , (void*) NULL, 0);
50782 G__memfunc_setup("operator+", 919, G__G__Hist__0_884, 117, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 0, 2, 1, 1, 0,
50783 "u 'TH1D' - 11 - h1 u 'TH1D' - 11 - h2", (char*) NULL
50784 , (void*) NULL, 0);
50785 G__memfunc_setup("operator-", 921, G__G__Hist__0_885, 117, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 0, 2, 1, 1, 0,
50786 "u 'TH1D' - 11 - h1 u 'TH1D' - 11 - h2", (char*) NULL
50787 , (void*) NULL, 0);
50788 G__memfunc_setup("operator*", 918, G__G__Hist__0_886, 117, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 0, 2, 1, 1, 0,
50789 "u 'TH1D' - 11 - h1 u 'TH1D' - 11 - h2", (char*) NULL
50790 , (void*) NULL, 0);
50791 G__memfunc_setup("operator/", 923, G__G__Hist__0_887, 117, G__get_linked_tagnum(&G__G__HistLN_TH1D), -1, 0, 2, 1, 1, 0,
50792 "u 'TH1D' - 11 - h1 u 'TH1D' - 11 - h2", (char*) NULL
50793 , (void*) NULL, 0);
50794 G__memfunc_setup("R__H", 344, G__G__Hist__0_888, 85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - hid", (char*) NULL
50795 , (void*) NULL, 0);
50796 G__memfunc_setup("R__H", 344, G__G__Hist__0_889, 85, G__get_linked_tagnum(&G__G__HistLN_TH1), -1, 0, 1, 1, 1, 0, "C - - 10 - hname", (char*) NULL
50797 , (void*) NULL, 0);
50798 G__memfunc_setup("operator*", 918, G__G__Hist__0_890, 117, G__get_linked_tagnum(&G__G__HistLN_TH2C), -1, 0, 2, 1, 1, 0,
50799 "f - 'Float_t' 0 - c1 u 'TH2C' - 1 - h1", (char*) NULL
50800 , (void*) NULL, 0);
50801 G__memfunc_setup("operator*", 918, G__G__Hist__0_891, 117, G__get_linked_tagnum(&G__G__HistLN_TH2C), -1, 0, 2, 1, 1, 0,
50802 "u 'TH2C' - 1 - h1 f - 'Float_t' 0 - c1", (char*) NULL
50803 , (void*) NULL, 0);
50804 G__memfunc_setup("operator+", 919, G__G__Hist__0_892, 117, G__get_linked_tagnum(&G__G__HistLN_TH2C), -1, 0, 2, 1, 1, 0,
50805 "u 'TH2C' - 1 - h1 u 'TH2C' - 1 - h2", (char*) NULL
50806 , (void*) NULL, 0);
50807 G__memfunc_setup("operator-", 921, G__G__Hist__0_893, 117, G__get_linked_tagnum(&G__G__HistLN_TH2C), -1, 0, 2, 1, 1, 0,
50808 "u 'TH2C' - 1 - h1 u 'TH2C' - 1 - h2", (char*) NULL
50809 , (void*) NULL, 0);
50810 G__memfunc_setup("operator*", 918, G__G__Hist__0_894, 117, G__get_linked_tagnum(&G__G__HistLN_TH2C), -1, 0, 2, 1, 1, 0,
50811 "u 'TH2C' - 1 - h1 u 'TH2C' - 1 - h2", (char*) NULL
50812 , (void*) NULL, 0);
50813 G__memfunc_setup("operator/", 923, G__G__Hist__0_895, 117, G__get_linked_tagnum(&G__G__HistLN_TH2C), -1, 0, 2, 1, 1, 0,
50814 "u 'TH2C' - 1 - h1 u 'TH2C' - 1 - h2", (char*) NULL
50815 , (void*) NULL, 0);
50816 G__memfunc_setup("operator*", 918, G__G__Hist__0_896, 117, G__get_linked_tagnum(&G__G__HistLN_TH2S), -1, 0, 2, 1, 1, 0,
50817 "f - 'Float_t' 0 - c1 u 'TH2S' - 1 - h1", (char*) NULL
50818 , (void*) NULL, 0);
50819 G__memfunc_setup("operator*", 918, G__G__Hist__0_897, 117, G__get_linked_tagnum(&G__G__HistLN_TH2S), -1, 0, 2, 1, 1, 0,
50820 "u 'TH2S' - 1 - h1 f - 'Float_t' 0 - c1", (char*) NULL
50821 , (void*) NULL, 0);
50822 G__memfunc_setup("operator+", 919, G__G__Hist__0_898, 117, G__get_linked_tagnum(&G__G__HistLN_TH2S), -1, 0, 2, 1, 1, 0,
50823 "u 'TH2S' - 1 - h1 u 'TH2S' - 1 - h2", (char*) NULL
50824 , (void*) NULL, 0);
50825 G__memfunc_setup("operator-", 921, G__G__Hist__0_899, 117, G__get_linked_tagnum(&G__G__HistLN_TH2S), -1, 0, 2, 1, 1, 0,
50826 "u 'TH2S' - 1 - h1 u 'TH2S' - 1 - h2", (char*) NULL
50827 , (void*) NULL, 0);
50828 G__memfunc_setup("operator*", 918, G__G__Hist__0_900, 117, G__get_linked_tagnum(&G__G__HistLN_TH2S), -1, 0, 2, 1, 1, 0,
50829 "u 'TH2S' - 1 - h1 u 'TH2S' - 1 - h2", (char*) NULL
50830 , (void*) NULL, 0);
50831 G__memfunc_setup("operator/", 923, G__G__Hist__0_901, 117, G__get_linked_tagnum(&G__G__HistLN_TH2S), -1, 0, 2, 1, 1, 0,
50832 "u 'TH2S' - 1 - h1 u 'TH2S' - 1 - h2", (char*) NULL
50833 , (void*) NULL, 0);
50834 G__memfunc_setup("operator*", 918, G__G__Hist__0_902, 117, G__get_linked_tagnum(&G__G__HistLN_TH2I), -1, 0, 2, 1, 1, 0,
50835 "f - 'Float_t' 0 - c1 u 'TH2I' - 1 - h1", (char*) NULL
50836 , (void*) NULL, 0);
50837 G__memfunc_setup("operator*", 918, G__G__Hist__0_903, 117, G__get_linked_tagnum(&G__G__HistLN_TH2I), -1, 0, 2, 1, 1, 0,
50838 "u 'TH2I' - 1 - h1 f - 'Float_t' 0 - c1", (char*) NULL
50839 , (void*) NULL, 0);
50840 G__memfunc_setup("operator+", 919, G__G__Hist__0_904, 117, G__get_linked_tagnum(&G__G__HistLN_TH2I), -1, 0, 2, 1, 1, 0,
50841 "u 'TH2I' - 1 - h1 u 'TH2I' - 1 - h2", (char*) NULL
50842 , (void*) NULL, 0);
50843 G__memfunc_setup("operator-", 921, G__G__Hist__0_905, 117, G__get_linked_tagnum(&G__G__HistLN_TH2I), -1, 0, 2, 1, 1, 0,
50844 "u 'TH2I' - 1 - h1 u 'TH2I' - 1 - h2", (char*) NULL
50845 , (void*) NULL, 0);
50846 G__memfunc_setup("operator*", 918, G__G__Hist__0_906, 117, G__get_linked_tagnum(&G__G__HistLN_TH2I), -1, 0, 2, 1, 1, 0,
50847 "u 'TH2I' - 1 - h1 u 'TH2I' - 1 - h2", (char*) NULL
50848 , (void*) NULL, 0);
50849 G__memfunc_setup("operator/", 923, G__G__Hist__0_907, 117, G__get_linked_tagnum(&G__G__HistLN_TH2I), -1, 0, 2, 1, 1, 0,
50850 "u 'TH2I' - 1 - h1 u 'TH2I' - 1 - h2", (char*) NULL
50851 , (void*) NULL, 0);
50852 G__memfunc_setup("operator*", 918, G__G__Hist__0_908, 117, G__get_linked_tagnum(&G__G__HistLN_TH2F), -1, 0, 2, 1, 1, 0,
50853 "f - 'Float_t' 0 - c1 u 'TH2F' - 1 - h1", (char*) NULL
50854 , (void*) NULL, 0);
50855 G__memfunc_setup("operator*", 918, G__G__Hist__0_909, 117, G__get_linked_tagnum(&G__G__HistLN_TH2F), -1, 0, 2, 1, 1, 0,
50856 "u 'TH2F' - 1 - h1 f - 'Float_t' 0 - c1", (char*) NULL
50857 , (void*) NULL, 0);
50858 G__memfunc_setup("operator+", 919, G__G__Hist__0_910, 117, G__get_linked_tagnum(&G__G__HistLN_TH2F), -1, 0, 2, 1, 1, 0,
50859 "u 'TH2F' - 1 - h1 u 'TH2F' - 1 - h2", (char*) NULL
50860 , (void*) NULL, 0);
50861 G__memfunc_setup("operator-", 921, G__G__Hist__0_911, 117, G__get_linked_tagnum(&G__G__HistLN_TH2F), -1, 0, 2, 1, 1, 0,
50862 "u 'TH2F' - 1 - h1 u 'TH2F' - 1 - h2", (char*) NULL
50863 , (void*) NULL, 0);
50864 G__memfunc_setup("operator*", 918, G__G__Hist__0_912, 117, G__get_linked_tagnum(&G__G__HistLN_TH2F), -1, 0, 2, 1, 1, 0,
50865 "u 'TH2F' - 1 - h1 u 'TH2F' - 1 - h2", (char*) NULL
50866 , (void*) NULL, 0);
50867 G__memfunc_setup("operator/", 923, G__G__Hist__0_913, 117, G__get_linked_tagnum(&G__G__HistLN_TH2F), -1, 0, 2, 1, 1, 0,
50868 "u 'TH2F' - 1 - h1 u 'TH2F' - 1 - h2", (char*) NULL
50869 , (void*) NULL, 0);
50870 G__memfunc_setup("operator*", 918, G__G__Hist__0_914, 117, G__get_linked_tagnum(&G__G__HistLN_TH2D), -1, 0, 2, 1, 1, 0,
50871 "f - 'Float_t' 0 - c1 u 'TH2D' - 1 - h1", (char*) NULL
50872 , (void*) NULL, 0);
50873 G__memfunc_setup("operator*", 918, G__G__Hist__0_915, 117, G__get_linked_tagnum(&G__G__HistLN_TH2D), -1, 0, 2, 1, 1, 0,
50874 "u 'TH2D' - 1 - h1 f - 'Float_t' 0 - c1", (char*) NULL
50875 , (void*) NULL, 0);
50876 G__memfunc_setup("operator+", 919, G__G__Hist__0_916, 117, G__get_linked_tagnum(&G__G__HistLN_TH2D), -1, 0, 2, 1, 1, 0,
50877 "u 'TH2D' - 1 - h1 u 'TH2D' - 1 - h2", (char*) NULL
50878 , (void*) NULL, 0);
50879 }
50880
50881 static void G__cpp_setup_func9() {
50882 G__memfunc_setup("operator-", 921, G__G__Hist__0_917, 117, G__get_linked_tagnum(&G__G__HistLN_TH2D), -1, 0, 2, 1, 1, 0,
50883 "u 'TH2D' - 1 - h1 u 'TH2D' - 1 - h2", (char*) NULL
50884 , (void*) NULL, 0);
50885 G__memfunc_setup("operator*", 918, G__G__Hist__0_918, 117, G__get_linked_tagnum(&G__G__HistLN_TH2D), -1, 0, 2, 1, 1, 0,
50886 "u 'TH2D' - 1 - h1 u 'TH2D' - 1 - h2", (char*) NULL
50887 , (void*) NULL, 0);
50888 G__memfunc_setup("operator/", 923, G__G__Hist__0_919, 117, G__get_linked_tagnum(&G__G__HistLN_TH2D), -1, 0, 2, 1, 1, 0,
50889 "u 'TH2D' - 1 - h1 u 'TH2D' - 1 - h2", (char*) NULL
50890 , (void*) NULL, 0);
50891 G__memfunc_setup("operator*", 918, G__G__Hist__0_920, 117, G__get_linked_tagnum(&G__G__HistLN_TH3C), -1, 0, 2, 1, 1, 0,
50892 "f - 'Float_t' 0 - c1 u 'TH3C' - 1 - h1", (char*) NULL
50893 , (void*) NULL, 0);
50894 G__memfunc_setup("operator*", 918, G__G__Hist__0_921, 117, G__get_linked_tagnum(&G__G__HistLN_TH3C), -1, 0, 2, 1, 1, 0,
50895 "u 'TH3C' - 1 - h1 f - 'Float_t' 0 - c1", (char*) NULL
50896 , (void*) NULL, 0);
50897 G__memfunc_setup("operator+", 919, G__G__Hist__0_922, 117, G__get_linked_tagnum(&G__G__HistLN_TH3C), -1, 0, 2, 1, 1, 0,
50898 "u 'TH3C' - 1 - h1 u 'TH3C' - 1 - h2", (char*) NULL
50899 , (void*) NULL, 0);
50900 G__memfunc_setup("operator-", 921, G__G__Hist__0_923, 117, G__get_linked_tagnum(&G__G__HistLN_TH3C), -1, 0, 2, 1, 1, 0,
50901 "u 'TH3C' - 1 - h1 u 'TH3C' - 1 - h2", (char*) NULL
50902 , (void*) NULL, 0);
50903 G__memfunc_setup("operator*", 918, G__G__Hist__0_924, 117, G__get_linked_tagnum(&G__G__HistLN_TH3C), -1, 0, 2, 1, 1, 0,
50904 "u 'TH3C' - 1 - h1 u 'TH3C' - 1 - h2", (char*) NULL
50905 , (void*) NULL, 0);
50906 G__memfunc_setup("operator/", 923, G__G__Hist__0_925, 117, G__get_linked_tagnum(&G__G__HistLN_TH3C), -1, 0, 2, 1, 1, 0,
50907 "u 'TH3C' - 1 - h1 u 'TH3C' - 1 - h2", (char*) NULL
50908 , (void*) NULL, 0);
50909 G__memfunc_setup("operator*", 918, G__G__Hist__0_926, 117, G__get_linked_tagnum(&G__G__HistLN_TH3S), -1, 0, 2, 1, 1, 0,
50910 "f - 'Float_t' 0 - c1 u 'TH3S' - 1 - h1", (char*) NULL
50911 , (void*) NULL, 0);
50912 G__memfunc_setup("operator*", 918, G__G__Hist__0_927, 117, G__get_linked_tagnum(&G__G__HistLN_TH3S), -1, 0, 2, 1, 1, 0,
50913 "u 'TH3S' - 1 - h1 f - 'Float_t' 0 - c1", (char*) NULL
50914 , (void*) NULL, 0);
50915 G__memfunc_setup("operator+", 919, G__G__Hist__0_928, 117, G__get_linked_tagnum(&G__G__HistLN_TH3S), -1, 0, 2, 1, 1, 0,
50916 "u 'TH3S' - 1 - h1 u 'TH3S' - 1 - h2", (char*) NULL
50917 , (void*) NULL, 0);
50918 G__memfunc_setup("operator-", 921, G__G__Hist__0_929, 117, G__get_linked_tagnum(&G__G__HistLN_TH3S), -1, 0, 2, 1, 1, 0,
50919 "u 'TH3S' - 1 - h1 u 'TH3S' - 1 - h2", (char*) NULL
50920 , (void*) NULL, 0);
50921 G__memfunc_setup("operator*", 918, G__G__Hist__0_930, 117, G__get_linked_tagnum(&G__G__HistLN_TH3S), -1, 0, 2, 1, 1, 0,
50922 "u 'TH3S' - 1 - h1 u 'TH3S' - 1 - h2", (char*) NULL
50923 , (void*) NULL, 0);
50924 G__memfunc_setup("operator/", 923, G__G__Hist__0_931, 117, G__get_linked_tagnum(&G__G__HistLN_TH3S), -1, 0, 2, 1, 1, 0,
50925 "u 'TH3S' - 1 - h1 u 'TH3S' - 1 - h2", (char*) NULL
50926 , (void*) NULL, 0);
50927 G__memfunc_setup("operator*", 918, G__G__Hist__0_932, 117, G__get_linked_tagnum(&G__G__HistLN_TH3I), -1, 0, 2, 1, 1, 0,
50928 "f - 'Float_t' 0 - c1 u 'TH3I' - 1 - h1", (char*) NULL
50929 , (void*) NULL, 0);
50930 G__memfunc_setup("operator*", 918, G__G__Hist__0_933, 117, G__get_linked_tagnum(&G__G__HistLN_TH3I), -1, 0, 2, 1, 1, 0,
50931 "u 'TH3I' - 1 - h1 f - 'Float_t' 0 - c1", (char*) NULL
50932 , (void*) NULL, 0);
50933 G__memfunc_setup("operator+", 919, G__G__Hist__0_934, 117, G__get_linked_tagnum(&G__G__HistLN_TH3I), -1, 0, 2, 1, 1, 0,
50934 "u 'TH3I' - 1 - h1 u 'TH3I' - 1 - h2", (char*) NULL
50935 , (void*) NULL, 0);
50936 G__memfunc_setup("operator-", 921, G__G__Hist__0_935, 117, G__get_linked_tagnum(&G__G__HistLN_TH3I), -1, 0, 2, 1, 1, 0,
50937 "u 'TH3I' - 1 - h1 u 'TH3I' - 1 - h2", (char*) NULL
50938 , (void*) NULL, 0);
50939 G__memfunc_setup("operator*", 918, G__G__Hist__0_936, 117, G__get_linked_tagnum(&G__G__HistLN_TH3I), -1, 0, 2, 1, 1, 0,
50940 "u 'TH3I' - 1 - h1 u 'TH3I' - 1 - h2", (char*) NULL
50941 , (void*) NULL, 0);
50942 G__memfunc_setup("operator/", 923, G__G__Hist__0_937, 117, G__get_linked_tagnum(&G__G__HistLN_TH3I), -1, 0, 2, 1, 1, 0,
50943 "u 'TH3I' - 1 - h1 u 'TH3I' - 1 - h2", (char*) NULL
50944 , (void*) NULL, 0);
50945 G__memfunc_setup("operator*", 918, G__G__Hist__0_938, 117, G__get_linked_tagnum(&G__G__HistLN_TH3F), -1, 0, 2, 1, 1, 0,
50946 "f - 'Float_t' 0 - c1 u 'TH3F' - 1 - h1", (char*) NULL
50947 , (void*) NULL, 0);
50948 G__memfunc_setup("operator*", 918, G__G__Hist__0_939, 117, G__get_linked_tagnum(&G__G__HistLN_TH3F), -1, 0, 2, 1, 1, 0,
50949 "u 'TH3F' - 1 - h1 f - 'Float_t' 0 - c1", (char*) NULL
50950 , (void*) NULL, 0);
50951 G__memfunc_setup("operator+", 919, G__G__Hist__0_940, 117, G__get_linked_tagnum(&G__G__HistLN_TH3F), -1, 0, 2, 1, 1, 0,
50952 "u 'TH3F' - 1 - h1 u 'TH3F' - 1 - h2", (char*) NULL
50953 , (void*) NULL, 0);
50954 G__memfunc_setup("operator-", 921, G__G__Hist__0_941, 117, G__get_linked_tagnum(&G__G__HistLN_TH3F), -1, 0, 2, 1, 1, 0,
50955 "u 'TH3F' - 1 - h1 u 'TH3F' - 1 - h2", (char*) NULL
50956 , (void*) NULL, 0);
50957 G__memfunc_setup("operator*", 918, G__G__Hist__0_942, 117, G__get_linked_tagnum(&G__G__HistLN_TH3F), -1, 0, 2, 1, 1, 0,
50958 "u 'TH3F' - 1 - h1 u 'TH3F' - 1 - h2", (char*) NULL
50959 , (void*) NULL, 0);
50960 G__memfunc_setup("operator/", 923, G__G__Hist__0_943, 117, G__get_linked_tagnum(&G__G__HistLN_TH3F), -1, 0, 2, 1, 1, 0,
50961 "u 'TH3F' - 1 - h1 u 'TH3F' - 1 - h2", (char*) NULL
50962 , (void*) NULL, 0);
50963 G__memfunc_setup("operator*", 918, G__G__Hist__0_944, 117, G__get_linked_tagnum(&G__G__HistLN_TH3D), -1, 0, 2, 1, 1, 0,
50964 "f - 'Float_t' 0 - c1 u 'TH3D' - 1 - h1", (char*) NULL
50965 , (void*) NULL, 0);
50966 G__memfunc_setup("operator*", 918, G__G__Hist__0_945, 117, G__get_linked_tagnum(&G__G__HistLN_TH3D), -1, 0, 2, 1, 1, 0,
50967 "u 'TH3D' - 1 - h1 f - 'Float_t' 0 - c1", (char*) NULL
50968 , (void*) NULL, 0);
50969 G__memfunc_setup("operator+", 919, G__G__Hist__0_946, 117, G__get_linked_tagnum(&G__G__HistLN_TH3D), -1, 0, 2, 1, 1, 0,
50970 "u 'TH3D' - 1 - h1 u 'TH3D' - 1 - h2", (char*) NULL
50971 , (void*) NULL, 0);
50972 G__memfunc_setup("operator-", 921, G__G__Hist__0_947, 117, G__get_linked_tagnum(&G__G__HistLN_TH3D), -1, 0, 2, 1, 1, 0,
50973 "u 'TH3D' - 1 - h1 u 'TH3D' - 1 - h2", (char*) NULL
50974 , (void*) NULL, 0);
50975 G__memfunc_setup("operator*", 918, G__G__Hist__0_948, 117, G__get_linked_tagnum(&G__G__HistLN_TH3D), -1, 0, 2, 1, 1, 0,
50976 "u 'TH3D' - 1 - h1 u 'TH3D' - 1 - h2", (char*) NULL
50977 , (void*) NULL, 0);
50978 G__memfunc_setup("operator/", 923, G__G__Hist__0_949, 117, G__get_linked_tagnum(&G__G__HistLN_TH3D), -1, 0, 2, 1, 1, 0,
50979 "u 'TH3D' - 1 - h1 u 'TH3D' - 1 - h2", (char*) NULL
50980 , (void*) NULL, 0);
50981 }
50982
50983 static void G__cpp_setup_func10() {
50984
50985 G__resetifuncposition();
50986 }
50987
50988 extern "C" void G__cpp_setup_funcG__Hist() {
50989 G__cpp_setup_func0();
50990 G__cpp_setup_func1();
50991 G__cpp_setup_func2();
50992 G__cpp_setup_func3();
50993 G__cpp_setup_func4();
50994 G__cpp_setup_func5();
50995 G__cpp_setup_func6();
50996 G__cpp_setup_func7();
50997 G__cpp_setup_func8();
50998 G__cpp_setup_func9();
50999 G__cpp_setup_func10();
51000 }
51001
51002
51003
51004
51005
51006 G__linked_taginfo G__G__HistLN_TClass = { "TClass" , 99 , -1 };
51007 G__linked_taginfo G__G__HistLN_TBuffer = { "TBuffer" , 99 , -1 };
51008 G__linked_taginfo G__G__HistLN_TDirectory = { "TDirectory" , 99 , -1 };
51009 G__linked_taginfo G__G__HistLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
51010 G__linked_taginfo G__G__HistLN_TObject = { "TObject" , 99 , -1 };
51011 G__linked_taginfo G__G__HistLN_TNamed = { "TNamed" , 99 , -1 };
51012 G__linked_taginfo G__G__HistLN_TString = { "TString" , 99 , -1 };
51013 G__linked_taginfo G__G__HistLN_ROOT = { "ROOT" , 110 , -1 };
51014 G__linked_taginfo G__G__HistLN_basic_ostreamlEcharcOchar_traitslEchargRsPgR = { "basic_ostream<char,char_traits<char> >" , 99 , -1 };
51015 G__linked_taginfo G__G__HistLN_string = { "string" , 99 , -1 };
51016 G__linked_taginfo G__G__HistLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >" , 99 , -1 };
51017 G__linked_taginfo G__G__HistLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >::iterator>" , 99 , -1 };
51018 G__linked_taginfo G__G__HistLN_TList = { "TList" , 99 , -1 };
51019 G__linked_taginfo G__G__HistLN_TBrowser = { "TBrowser" , 99 , -1 };
51020 G__linked_taginfo G__G__HistLN_TObjArray = { "TObjArray" , 99 , -1 };
51021 G__linked_taginfo G__G__HistLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector<TVirtualArray*,allocator<TVirtualArray*> >" , 99 , -1 };
51022 G__linked_taginfo G__G__HistLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TVirtualArray*,allocator<TVirtualArray*> >::iterator>" , 99 , -1 };
51023 G__linked_taginfo G__G__HistLN_Foption_t = { "Foption_t" , 115 , -1 };
51024 G__linked_taginfo G__G__HistLN_TH1 = { "TH1" , 99 , -1 };
51025 G__linked_taginfo G__G__HistLN_THnSparse = { "THnSparse" , 99 , -1 };
51026 G__linked_taginfo G__G__HistLN_TF1 = { "TF1" , 99 , -1 };
51027 G__linked_taginfo G__G__HistLN_TF2 = { "TF2" , 99 , -1 };
51028 G__linked_taginfo G__G__HistLN_TGraph = { "TGraph" , 99 , -1 };
51029 G__linked_taginfo G__G__HistLN_TGraphErrors = { "TGraphErrors" , 99 , -1 };
51030 G__linked_taginfo G__G__HistLN_TGraph2D = { "TGraph2D" , 99 , -1 };
51031 G__linked_taginfo G__G__HistLN_TMultiGraph = { "TMultiGraph" , 99 , -1 };
51032 G__linked_taginfo G__G__HistLN_TFitResult = { "TFitResult" , 99 , -1 };
51033 G__linked_taginfo G__G__HistLN_TFitResultPtr = { "TFitResultPtr" , 99 , -1 };
51034 G__linked_taginfo G__G__HistLN_ROOTcLcLMath = { "ROOT::Math" , 110 , -1 };
51035 G__linked_taginfo G__G__HistLN_ROOTcLcLMathcLcLMinimizerOptions = { "ROOT::Math::MinimizerOptions" , 99 , -1 };
51036 G__linked_taginfo G__G__HistLN_ROOTcLcLFit = { "ROOT::Fit" , 110 , -1 };
51037 G__linked_taginfo G__G__HistLN_ROOTcLcLFitcLcLFitResult = { "ROOT::Fit::FitResult" , 99 , -1 };
51038 G__linked_taginfo G__G__HistLN_ROOTcLcLFitcLcLBinData = { "ROOT::Fit::BinData" , 99 , -1 };
51039 G__linked_taginfo G__G__HistLN_ROOTcLcLFitcLcLUnBinData = { "ROOT::Fit::UnBinData" , 99 , -1 };
51040 G__linked_taginfo G__G__HistLN_ROOTcLcLFitcLcLSparseData = { "ROOT::Fit::SparseData" , 99 , -1 };
51041 G__linked_taginfo G__G__HistLN_TAttAxis = { "TAttAxis" , 99 , -1 };
51042 G__linked_taginfo G__G__HistLN_TArray = { "TArray" , 99 , -1 };
51043 G__linked_taginfo G__G__HistLN_TArrayD = { "TArrayD" , 99 , -1 };
51044 G__linked_taginfo G__G__HistLN_THashList = { "THashList" , 99 , -1 };
51045 G__linked_taginfo G__G__HistLN_TAxis = { "TAxis" , 99 , -1 };
51046 G__linked_taginfo G__G__HistLN_TAxiscLcLdA = { "TAxis::$" , 101 , -1 };
51047 G__linked_taginfo G__G__HistLN_TMethodCall = { "TMethodCall" , 99 , -1 };
51048 G__linked_taginfo G__G__HistLN_TVirtualFitter = { "TVirtualFitter" , 99 , -1 };
51049 G__linked_taginfo G__G__HistLN_ROOTcLcLMathcLcLIBaseFunctionOneDim = { "ROOT::Math::IBaseFunctionOneDim" , 99 , -1 };
51050 G__linked_taginfo G__G__HistLN_ROOTcLcLMathcLcLIBaseFunctionMultiDim = { "ROOT::Math::IBaseFunctionMultiDim" , 99 , -1 };
51051 G__linked_taginfo G__G__HistLN_ROOTcLcLMathcLcLIParametricFunctionOneDim = { "ROOT::Math::IParametricFunctionOneDim" , 99 , -1 };
51052 G__linked_taginfo G__G__HistLN_ROOTcLcLMathcLcLIParametricGradFunctionOneDim = { "ROOT::Math::IParametricGradFunctionOneDim" , 99 , -1 };
51053 G__linked_taginfo G__G__HistLN_ROOTcLcLMathcLcLIParametricFunctionMultiDim = { "ROOT::Math::IParametricFunctionMultiDim" , 99 , -1 };
51054 G__linked_taginfo G__G__HistLN_ROOTcLcLMathcLcLIParametricGradFunctionMultiDim = { "ROOT::Math::IParametricGradFunctionMultiDim" , 99 , -1 };
51055 G__linked_taginfo G__G__HistLN_ROOTcLcLMathcLcLMinimizer = { "ROOT::Math::Minimizer" , 99 , -1 };
51056 G__linked_taginfo G__G__HistLN_ROOTcLcLFitcLcLFitConfig = { "ROOT::Fit::FitConfig" , 99 , -1 };
51057 G__linked_taginfo G__G__HistLN_vectorlEROOTcLcLFitcLcLParameterSettingscOallocatorlEROOTcLcLFitcLcLParameterSettingsgRsPgR = { "vector<ROOT::Fit::ParameterSettings,allocator<ROOT::Fit::ParameterSettings> >" , 99 , -1 };
51058 G__linked_taginfo G__G__HistLN_reverse_iteratorlEvectorlEROOTcLcLFitcLcLParameterSettingscOallocatorlEROOTcLcLFitcLcLParameterSettingsgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ROOT::Fit::ParameterSettings,allocator<ROOT::Fit::ParameterSettings> >::iterator>" , 99 , -1 };
51059 G__linked_taginfo G__G__HistLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR = { "vector<unsigned int,allocator<unsigned int> >" , 99 , -1 };
51060 G__linked_taginfo G__G__HistLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<unsigned int,allocator<unsigned int> >::iterator>" , 99 , -1 };
51061 G__linked_taginfo G__G__HistLN_vectorlEdoublecOallocatorlEdoublegRsPgR = { "vector<double,allocator<double> >" , 99 , -1 };
51062 G__linked_taginfo G__G__HistLN_reverse_iteratorlEvectorlEdoublecOallocatorlEdoublegRsPgRcLcLiteratorgR = { "reverse_iterator<vector<double,allocator<double> >::iterator>" , 99 , -1 };
51063 G__linked_taginfo G__G__HistLN_pairlEdoublecOdoublegR = { "pair<double,double>" , 115 , -1 };
51064 G__linked_taginfo G__G__HistLN_maplEunsignedsPintcOpairlEdoublecOdoublegRcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOpairlEdoublecOdoublegRsPgRsPgRsPgR = { "map<unsigned int,pair<double,double>,less<unsigned int>,allocator<pair<const unsigned int,pair<double,double> > > >" , 99 , -1 };
51065 G__linked_taginfo G__G__HistLN_vectorlEstringcOallocatorlEstringgRsPgR = { "vector<string,allocator<string> >" , 99 , -1 };
51066 G__linked_taginfo G__G__HistLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<string,allocator<string> >::iterator>" , 99 , -1 };
51067 G__linked_taginfo G__G__HistLN_auto_ptrlEROOTcLcLMathcLcLIBaseFunctionMultiDimgR = { "auto_ptr<ROOT::Math::IBaseFunctionMultiDim>" , 99 , -1 };
51068 G__linked_taginfo G__G__HistLN_vectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgR = { "vector<pair<double,double>,allocator<pair<double,double> > >" , 99 , -1 };
51069 G__linked_taginfo G__G__HistLN_reverse_iteratorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<pair<double,double>,allocator<pair<double,double> > >::iterator>" , 99 , -1 };
51070 G__linked_taginfo G__G__HistLN_vectorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcOallocatorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRsPgRsPgR = { "vector<vector<pair<double,double>,allocator<pair<double,double> > >,allocator<vector<pair<double,double>,allocator<pair<double,double> > > > >" , 99 , -1 };
51071 G__linked_taginfo G__G__HistLN_reverse_iteratorlEvectorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcOallocatorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRsPgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<vector<pair<double,double>,allocator<pair<double,double> > >,allocator<vector<pair<double,double>,allocator<pair<double,double> > > > >::iterator>" , 99 , -1 };
51072 G__linked_taginfo G__G__HistLN_ROOTcLcLFitcLcLFitData = { "ROOT::Fit::FitData" , 99 , -1 };
51073 G__linked_taginfo G__G__HistLN_vectorlEconstsPdoublemUcOallocatorlEconstsPdoublemUgRsPgR = { "vector<const double*,allocator<const double*> >" , 99 , -1 };
51074 G__linked_taginfo G__G__HistLN_reverse_iteratorlEvectorlEconstsPdoublemUcOallocatorlEconstsPdoublemUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<const double*,allocator<const double*> >::iterator>" , 99 , -1 };
51075 G__linked_taginfo G__G__HistLN_TBackCompFitter = { "TBackCompFitter" , 99 , -1 };
51076 G__linked_taginfo G__G__HistLN_auto_ptrlEROOTcLcLFitcLcLFittergR = { "auto_ptr<ROOT::Fit::Fitter>" , 99 , -1 };
51077 G__linked_taginfo G__G__HistLN_auto_ptrlEROOTcLcLFitcLcLFitDatagR = { "auto_ptr<ROOT::Fit::FitData>" , 99 , -1 };
51078 G__linked_taginfo G__G__HistLN_TBackCompFittercLcLdA = { "TBackCompFitter::$" , 101 , -1 };
51079 G__linked_taginfo G__G__HistLN_TBinomialEfficiencyFitter = { "TBinomialEfficiencyFitter" , 99 , -1 };
51080 G__linked_taginfo G__G__HistLN_TConfidenceLevel = { "TConfidenceLevel" , 99 , -1 };
51081 G__linked_taginfo G__G__HistLN_TAttLine = { "TAttLine" , 99 , -1 };
51082 G__linked_taginfo G__G__HistLN_TAttFill = { "TAttFill" , 99 , -1 };
51083 G__linked_taginfo G__G__HistLN_TAttMarker = { "TAttMarker" , 99 , -1 };
51084 G__linked_taginfo G__G__HistLN_TCollection = { "TCollection" , 99 , -1 };
51085 G__linked_taginfo G__G__HistLN_TGraphAsymmErrors = { "TGraphAsymmErrors" , 99 , -1 };
51086 G__linked_taginfo G__G__HistLN_TH2 = { "TH2" , 99 , -1 };
51087 G__linked_taginfo G__G__HistLN_TEfficiency = { "TEfficiency" , 99 , -1 };
51088 G__linked_taginfo G__G__HistLN_TEfficiencycLcLEStatOption = { "TEfficiency::EStatOption" , 101 , -1 };
51089 G__linked_taginfo G__G__HistLN_TEfficiencycLcLdA = { "TEfficiency::$" , 101 , -1 };
51090 G__linked_taginfo G__G__HistLN_TBits = { "TBits" , 99 , -1 };
51091 G__linked_taginfo G__G__HistLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR = { "iterator<bidirectional_iterator_tag,TObject*,long,const TObject**,const TObject*&>" , 115 , -1 };
51092 G__linked_taginfo G__G__HistLN_TFormulaPrimitive = { "TFormulaPrimitive" , 99 , -1 };
51093 G__linked_taginfo G__G__HistLN_TOperOffset = { "TOperOffset" , 99 , -1 };
51094 G__linked_taginfo G__G__HistLN_TFormula = { "TFormula" , 99 , -1 };
51095 G__linked_taginfo G__G__HistLN_TFormulacLcLdA = { "TFormula::$" , 101 , -1 };
51096 G__linked_taginfo G__G__HistLN_ROOTcLcLMathcLcLParamFunctor = { "ROOT::Math::ParamFunctor" , 99 , -1 };
51097 G__linked_taginfo G__G__HistLN_TF1cLcLdA = { "TF1::$" , 101 , -1 };
51098 G__linked_taginfo G__G__HistLN_TF12 = { "TF12" , 99 , -1 };
51099 G__linked_taginfo G__G__HistLN_TF3 = { "TF3" , 99 , -1 };
51100 G__linked_taginfo G__G__HistLN_TMatrixTBaselEfloatgR = { "TMatrixTBase<float>" , 99 , -1 };
51101 G__linked_taginfo G__G__HistLN_TMatrixTBaselEdoublegR = { "TMatrixTBase<double>" , 99 , -1 };
51102 G__linked_taginfo G__G__HistLN_TVectorTlEfloatgR = { "TVectorT<float>" , 99 , -1 };
51103 G__linked_taginfo G__G__HistLN_TVectorTlEdoublegR = { "TVectorT<double>" , 99 , -1 };
51104 G__linked_taginfo G__G__HistLN_TElementActionTlEdoublegR = { "TElementActionT<double>" , 99 , -1 };
51105 G__linked_taginfo G__G__HistLN_TElementPosActionTlEdoublegR = { "TElementPosActionT<double>" , 99 , -1 };
51106 G__linked_taginfo G__G__HistLN_TMatrixTSymlEdoublegR = { "TMatrixTSym<double>" , 99 , -1 };
51107 G__linked_taginfo G__G__HistLN_TMatrixTlEdoublegR = { "TMatrixT<double>" , 99 , -1 };
51108 G__linked_taginfo G__G__HistLN_TMatrixTRow_constlEdoublegR = { "TMatrixTRow_const<double>" , 99 , -1 };
51109 G__linked_taginfo G__G__HistLN_TMatrixTRowlEdoublegR = { "TMatrixTRow<double>" , 99 , -1 };
51110 G__linked_taginfo G__G__HistLN_TMatrixTColumn_constlEdoublegR = { "TMatrixTColumn_const<double>" , 99 , -1 };
51111 G__linked_taginfo G__G__HistLN_TMatrixTDiag_constlEdoublegR = { "TMatrixTDiag_const<double>" , 99 , -1 };
51112 G__linked_taginfo G__G__HistLN_TMatrixTFlat_constlEdoublegR = { "TMatrixTFlat_const<double>" , 99 , -1 };
51113 G__linked_taginfo G__G__HistLN_TMatrixTSub_constlEdoublegR = { "TMatrixTSub_const<double>" , 99 , -1 };
51114 G__linked_taginfo G__G__HistLN_TMatrixTSparseRow_constlEdoublegR = { "TMatrixTSparseRow_const<double>" , 99 , -1 };
51115 G__linked_taginfo G__G__HistLN_TMatrixTSparselEdoublegR = { "TMatrixTSparse<double>" , 99 , -1 };
51116 G__linked_taginfo G__G__HistLN_TMatrixTSparseDiag_constlEdoublegR = { "TMatrixTSparseDiag_const<double>" , 99 , -1 };
51117 G__linked_taginfo G__G__HistLN_TMatrixTColumnlEdoublegR = { "TMatrixTColumn<double>" , 99 , -1 };
51118 G__linked_taginfo G__G__HistLN_TMatrixTDiaglEdoublegR = { "TMatrixTDiag<double>" , 99 , -1 };
51119 G__linked_taginfo G__G__HistLN_TMatrixTFlatlEdoublegR = { "TMatrixTFlat<double>" , 99 , -1 };
51120 G__linked_taginfo G__G__HistLN_TMatrixTSublEdoublegR = { "TMatrixTSub<double>" , 99 , -1 };
51121 G__linked_taginfo G__G__HistLN_TMatrixTSparseRowlEdoublegR = { "TMatrixTSparseRow<double>" , 99 , -1 };
51122 G__linked_taginfo G__G__HistLN_TMatrixTSparseDiaglEdoublegR = { "TMatrixTSparseDiag<double>" , 99 , -1 };
51123 G__linked_taginfo G__G__HistLN_TFractionFitter = { "TFractionFitter" , 99 , -1 };
51124 G__linked_taginfo G__G__HistLN_TVirtualHistPainter = { "TVirtualHistPainter" , 99 , -1 };
51125 G__linked_taginfo G__G__HistLN_TH2D = { "TH2D" , 99 , -1 };
51126 G__linked_taginfo G__G__HistLN_TGraph2DErrors = { "TGraph2DErrors" , 99 , -1 };
51127 G__linked_taginfo G__G__HistLN_TH1F = { "TH1F" , 99 , -1 };
51128 G__linked_taginfo G__G__HistLN_TSpline = { "TSpline" , 99 , -1 };
51129 G__linked_taginfo G__G__HistLN_TGraphcLcLdA = { "TGraph::$" , 101 , -1 };
51130 G__linked_taginfo G__G__HistLN_TGraphBentErrors = { "TGraphBentErrors" , 99 , -1 };
51131 G__linked_taginfo G__G__HistLN_TGraphDelaunay = { "TGraphDelaunay" , 99 , -1 };
51132 G__linked_taginfo G__G__HistLN_TGraphSmooth = { "TGraphSmooth" , 99 , -1 };
51133 G__linked_taginfo G__G__HistLN_TGraphTime = { "TGraphTime" , 99 , -1 };
51134 G__linked_taginfo G__G__HistLN_TArrayC = { "TArrayC" , 99 , -1 };
51135 G__linked_taginfo G__G__HistLN_TArrayS = { "TArrayS" , 99 , -1 };
51136 G__linked_taginfo G__G__HistLN_TArrayI = { "TArrayI" , 99 , -1 };
51137 G__linked_taginfo G__G__HistLN_TArrayF = { "TArrayF" , 99 , -1 };
51138 G__linked_taginfo G__G__HistLN_TH1D = { "TH1D" , 99 , -1 };
51139 G__linked_taginfo G__G__HistLN_TVirtualFFT = { "TVirtualFFT" , 99 , -1 };
51140 G__linked_taginfo G__G__HistLN_TH1cLcLdA = { "TH1::$" , 101 , -1 };
51141 G__linked_taginfo G__G__HistLN_TH1C = { "TH1C" , 99 , -1 };
51142 G__linked_taginfo G__G__HistLN_TH1S = { "TH1S" , 99 , -1 };
51143 G__linked_taginfo G__G__HistLN_TH1I = { "TH1I" , 99 , -1 };
51144 G__linked_taginfo G__G__HistLN_TH1K = { "TH1K" , 99 , -1 };
51145 G__linked_taginfo G__G__HistLN_TProfile = { "TProfile" , 99 , -1 };
51146 G__linked_taginfo G__G__HistLN_TH2C = { "TH2C" , 99 , -1 };
51147 G__linked_taginfo G__G__HistLN_TH2S = { "TH2S" , 99 , -1 };
51148 G__linked_taginfo G__G__HistLN_TH2I = { "TH2I" , 99 , -1 };
51149 G__linked_taginfo G__G__HistLN_TH2F = { "TH2F" , 99 , -1 };
51150 G__linked_taginfo G__G__HistLN_TH2PolyBin = { "TH2PolyBin" , 99 , -1 };
51151 G__linked_taginfo G__G__HistLN_TH2Poly = { "TH2Poly" , 99 , -1 };
51152 G__linked_taginfo G__G__HistLN_TAtt3D = { "TAtt3D" , 99 , -1 };
51153 G__linked_taginfo G__G__HistLN_TProfile2D = { "TProfile2D" , 99 , -1 };
51154 G__linked_taginfo G__G__HistLN_TH3 = { "TH3" , 99 , -1 };
51155 G__linked_taginfo G__G__HistLN_TH3C = { "TH3C" , 99 , -1 };
51156 G__linked_taginfo G__G__HistLN_TH3S = { "TH3S" , 99 , -1 };
51157 G__linked_taginfo G__G__HistLN_TH3I = { "TH3I" , 99 , -1 };
51158 G__linked_taginfo G__G__HistLN_TH3F = { "TH3F" , 99 , -1 };
51159 G__linked_taginfo G__G__HistLN_TH3D = { "TH3D" , 99 , -1 };
51160 G__linked_taginfo G__G__HistLN_THLimitsFinder = { "THLimitsFinder" , 99 , -1 };
51161 G__linked_taginfo G__G__HistLN_TExMap = { "TExMap" , 99 , -1 };
51162 G__linked_taginfo G__G__HistLN_THnSparseArrayChunk = { "THnSparseArrayChunk" , 99 , -1 };
51163 G__linked_taginfo G__G__HistLN_THnSparseCompactBinCoord = { "THnSparseCompactBinCoord" , 99 , -1 };
51164 G__linked_taginfo G__G__HistLN_THnSparsecLcLdA = { "THnSparse::$" , 101 , -1 };
51165 G__linked_taginfo G__G__HistLN_THnSparseTlETArrayDgR = { "THnSparseT<TArrayD>" , 99 , -1 };
51166 G__linked_taginfo G__G__HistLN_THnSparseTlETArrayFgR = { "THnSparseT<TArrayF>" , 99 , -1 };
51167 G__linked_taginfo G__G__HistLN_THnSparseTlETArrayLgR = { "THnSparseT<TArrayL>" , 99 , -1 };
51168 G__linked_taginfo G__G__HistLN_THnSparseTlETArrayIgR = { "THnSparseT<TArrayI>" , 99 , -1 };
51169 G__linked_taginfo G__G__HistLN_THnSparseTlETArraySgR = { "THnSparseT<TArrayS>" , 99 , -1 };
51170 G__linked_taginfo G__G__HistLN_THnSparseTlETArrayCgR = { "THnSparseT<TArrayC>" , 99 , -1 };
51171 G__linked_taginfo G__G__HistLN_THStack = { "THStack" , 99 , -1 };
51172 G__linked_taginfo G__G__HistLN_ROOTcLcLMathcLcLIGradientOneDim = { "ROOT::Math::IGradientOneDim" , 99 , -1 };
51173 G__linked_taginfo G__G__HistLN_TKDE = { "TKDE" , 99 , -1 };
51174 G__linked_taginfo G__G__HistLN_TKDEcLcLEKernelType = { "TKDE::EKernelType" , 101 , -1 };
51175 G__linked_taginfo G__G__HistLN_TKDEcLcLEIteration = { "TKDE::EIteration" , 101 , -1 };
51176 G__linked_taginfo G__G__HistLN_TKDEcLcLEMirror = { "TKDE::EMirror" , 101 , -1 };
51177 G__linked_taginfo G__G__HistLN_TKDEcLcLEBinning = { "TKDE::EBinning" , 101 , -1 };
51178 G__linked_taginfo G__G__HistLN_TKDEcLcLTKernel = { "TKDE::TKernel" , 99 , -1 };
51179 G__linked_taginfo G__G__HistLN_vectorlEboolcOallocatorlEboolgRsPgR = { "vector<bool,allocator<bool> >" , 99 , -1 };
51180 G__linked_taginfo G__G__HistLN_reverse_iteratorlEvectorlEboolcOallocatorlEboolgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<bool,allocator<bool> >::iterator>" , 99 , -1 };
51181 G__linked_taginfo G__G__HistLN_TLimitDataSource = { "TLimitDataSource" , 99 , -1 };
51182 G__linked_taginfo G__G__HistLN_TRandom = { "TRandom" , 99 , -1 };
51183 G__linked_taginfo G__G__HistLN_TOrdCollection = { "TOrdCollection" , 99 , -1 };
51184 G__linked_taginfo G__G__HistLN_TLimit = { "TLimit" , 99 , -1 };
51185 G__linked_taginfo G__G__HistLN_TMultiDimFit = { "TMultiDimFit" , 99 , -1 };
51186 G__linked_taginfo G__G__HistLN_TMultiDimFitcLcLEMDFPolyType = { "TMultiDimFit::EMDFPolyType" , 101 , -1 };
51187 G__linked_taginfo G__G__HistLN_TPolyMarker = { "TPolyMarker" , 99 , -1 };
51188 G__linked_taginfo G__G__HistLN_TPrincipal = { "TPrincipal" , 99 , -1 };
51189 G__linked_taginfo G__G__HistLN_EErrorType = { "EErrorType" , 101 , -1 };
51190 G__linked_taginfo G__G__HistLN_TProfile3D = { "TProfile3D" , 99 , -1 };
51191 G__linked_taginfo G__G__HistLN_TSplinePoly = { "TSplinePoly" , 99 , -1 };
51192 G__linked_taginfo G__G__HistLN_TSplinePoly3 = { "TSplinePoly3" , 99 , -1 };
51193 G__linked_taginfo G__G__HistLN_TSplinePoly5 = { "TSplinePoly5" , 99 , -1 };
51194 G__linked_taginfo G__G__HistLN_TSpline3 = { "TSpline3" , 99 , -1 };
51195 G__linked_taginfo G__G__HistLN_TSpline5 = { "TSpline5" , 99 , -1 };
51196 G__linked_taginfo G__G__HistLN_TSVDUnfold = { "TSVDUnfold" , 99 , -1 };
51197 G__linked_taginfo G__G__HistLN_TUnfold = { "TUnfold" , 99 , -1 };
51198 G__linked_taginfo G__G__HistLN_TUnfoldcLcLEConstraint = { "TUnfold::EConstraint" , 101 , -1 };
51199 G__linked_taginfo G__G__HistLN_TUnfoldcLcLERegMode = { "TUnfold::ERegMode" , 101 , -1 };
51200 G__linked_taginfo G__G__HistLN_TUnfoldcLcLEHistMap = { "TUnfold::EHistMap" , 101 , -1 };
51201 G__linked_taginfo G__G__HistLN_TMap = { "TMap" , 99 , -1 };
51202 G__linked_taginfo G__G__HistLN_TUnfoldSys = { "TUnfoldSys" , 99 , -1 };
51203 G__linked_taginfo G__G__HistLN_TUnfoldSyscLcLESysErrMode = { "TUnfoldSys::ESysErrMode" , 101 , -1 };
51204 G__linked_taginfo G__G__HistLN_TVirtualGraphPainter = { "TVirtualGraphPainter" , 99 , -1 };
51205 G__linked_taginfo G__G__HistLN_ROOTcLcLMathcLcLIBaseParam = { "ROOT::Math::IBaseParam" , 99 , -1 };
51206 G__linked_taginfo G__G__HistLN_ROOTcLcLMathcLcLWrappedMultiTF1 = { "ROOT::Math::WrappedMultiTF1" , 99 , -1 };
51207 G__linked_taginfo G__G__HistLN_ROOTcLcLMathcLcLWrappedTF1 = { "ROOT::Math::WrappedTF1" , 99 , -1 };
51208
51209
51210 extern "C" void G__cpp_reset_tagtableG__Hist() {
51211 G__G__HistLN_TClass.tagnum = -1 ;
51212 G__G__HistLN_TBuffer.tagnum = -1 ;
51213 G__G__HistLN_TDirectory.tagnum = -1 ;
51214 G__G__HistLN_TMemberInspector.tagnum = -1 ;
51215 G__G__HistLN_TObject.tagnum = -1 ;
51216 G__G__HistLN_TNamed.tagnum = -1 ;
51217 G__G__HistLN_TString.tagnum = -1 ;
51218 G__G__HistLN_ROOT.tagnum = -1 ;
51219 G__G__HistLN_basic_ostreamlEcharcOchar_traitslEchargRsPgR.tagnum = -1 ;
51220 G__G__HistLN_string.tagnum = -1 ;
51221 G__G__HistLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ;
51222 G__G__HistLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ;
51223 G__G__HistLN_TList.tagnum = -1 ;
51224 G__G__HistLN_TBrowser.tagnum = -1 ;
51225 G__G__HistLN_TObjArray.tagnum = -1 ;
51226 G__G__HistLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ;
51227 G__G__HistLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ;
51228 G__G__HistLN_Foption_t.tagnum = -1 ;
51229 G__G__HistLN_TH1.tagnum = -1 ;
51230 G__G__HistLN_THnSparse.tagnum = -1 ;
51231 G__G__HistLN_TF1.tagnum = -1 ;
51232 G__G__HistLN_TF2.tagnum = -1 ;
51233 G__G__HistLN_TGraph.tagnum = -1 ;
51234 G__G__HistLN_TGraphErrors.tagnum = -1 ;
51235 G__G__HistLN_TGraph2D.tagnum = -1 ;
51236 G__G__HistLN_TMultiGraph.tagnum = -1 ;
51237 G__G__HistLN_TFitResult.tagnum = -1 ;
51238 G__G__HistLN_TFitResultPtr.tagnum = -1 ;
51239 G__G__HistLN_ROOTcLcLMath.tagnum = -1 ;
51240 G__G__HistLN_ROOTcLcLMathcLcLMinimizerOptions.tagnum = -1 ;
51241 G__G__HistLN_ROOTcLcLFit.tagnum = -1 ;
51242 G__G__HistLN_ROOTcLcLFitcLcLFitResult.tagnum = -1 ;
51243 G__G__HistLN_ROOTcLcLFitcLcLBinData.tagnum = -1 ;
51244 G__G__HistLN_ROOTcLcLFitcLcLUnBinData.tagnum = -1 ;
51245 G__G__HistLN_ROOTcLcLFitcLcLSparseData.tagnum = -1 ;
51246 G__G__HistLN_TAttAxis.tagnum = -1 ;
51247 G__G__HistLN_TArray.tagnum = -1 ;
51248 G__G__HistLN_TArrayD.tagnum = -1 ;
51249 G__G__HistLN_THashList.tagnum = -1 ;
51250 G__G__HistLN_TAxis.tagnum = -1 ;
51251 G__G__HistLN_TAxiscLcLdA.tagnum = -1 ;
51252 G__G__HistLN_TMethodCall.tagnum = -1 ;
51253 G__G__HistLN_TVirtualFitter.tagnum = -1 ;
51254 G__G__HistLN_ROOTcLcLMathcLcLIBaseFunctionOneDim.tagnum = -1 ;
51255 G__G__HistLN_ROOTcLcLMathcLcLIBaseFunctionMultiDim.tagnum = -1 ;
51256 G__G__HistLN_ROOTcLcLMathcLcLIParametricFunctionOneDim.tagnum = -1 ;
51257 G__G__HistLN_ROOTcLcLMathcLcLIParametricGradFunctionOneDim.tagnum = -1 ;
51258 G__G__HistLN_ROOTcLcLMathcLcLIParametricFunctionMultiDim.tagnum = -1 ;
51259 G__G__HistLN_ROOTcLcLMathcLcLIParametricGradFunctionMultiDim.tagnum = -1 ;
51260 G__G__HistLN_ROOTcLcLMathcLcLMinimizer.tagnum = -1 ;
51261 G__G__HistLN_ROOTcLcLFitcLcLFitConfig.tagnum = -1 ;
51262 G__G__HistLN_vectorlEROOTcLcLFitcLcLParameterSettingscOallocatorlEROOTcLcLFitcLcLParameterSettingsgRsPgR.tagnum = -1 ;
51263 G__G__HistLN_reverse_iteratorlEvectorlEROOTcLcLFitcLcLParameterSettingscOallocatorlEROOTcLcLFitcLcLParameterSettingsgRsPgRcLcLiteratorgR.tagnum = -1 ;
51264 G__G__HistLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR.tagnum = -1 ;
51265 G__G__HistLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR.tagnum = -1 ;
51266 G__G__HistLN_vectorlEdoublecOallocatorlEdoublegRsPgR.tagnum = -1 ;
51267 G__G__HistLN_reverse_iteratorlEvectorlEdoublecOallocatorlEdoublegRsPgRcLcLiteratorgR.tagnum = -1 ;
51268 G__G__HistLN_pairlEdoublecOdoublegR.tagnum = -1 ;
51269 G__G__HistLN_maplEunsignedsPintcOpairlEdoublecOdoublegRcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOpairlEdoublecOdoublegRsPgRsPgRsPgR.tagnum = -1 ;
51270 G__G__HistLN_vectorlEstringcOallocatorlEstringgRsPgR.tagnum = -1 ;
51271 G__G__HistLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR.tagnum = -1 ;
51272 G__G__HistLN_auto_ptrlEROOTcLcLMathcLcLIBaseFunctionMultiDimgR.tagnum = -1 ;
51273 G__G__HistLN_vectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgR.tagnum = -1 ;
51274 G__G__HistLN_reverse_iteratorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcLcLiteratorgR.tagnum = -1 ;
51275 G__G__HistLN_vectorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcOallocatorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRsPgRsPgR.tagnum = -1 ;
51276 G__G__HistLN_reverse_iteratorlEvectorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcOallocatorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRsPgRsPgRcLcLiteratorgR.tagnum = -1 ;
51277 G__G__HistLN_ROOTcLcLFitcLcLFitData.tagnum = -1 ;
51278 G__G__HistLN_vectorlEconstsPdoublemUcOallocatorlEconstsPdoublemUgRsPgR.tagnum = -1 ;
51279 G__G__HistLN_reverse_iteratorlEvectorlEconstsPdoublemUcOallocatorlEconstsPdoublemUgRsPgRcLcLiteratorgR.tagnum = -1 ;
51280 G__G__HistLN_TBackCompFitter.tagnum = -1 ;
51281 G__G__HistLN_auto_ptrlEROOTcLcLFitcLcLFittergR.tagnum = -1 ;
51282 G__G__HistLN_auto_ptrlEROOTcLcLFitcLcLFitDatagR.tagnum = -1 ;
51283 G__G__HistLN_TBackCompFittercLcLdA.tagnum = -1 ;
51284 G__G__HistLN_TBinomialEfficiencyFitter.tagnum = -1 ;
51285 G__G__HistLN_TConfidenceLevel.tagnum = -1 ;
51286 G__G__HistLN_TAttLine.tagnum = -1 ;
51287 G__G__HistLN_TAttFill.tagnum = -1 ;
51288 G__G__HistLN_TAttMarker.tagnum = -1 ;
51289 G__G__HistLN_TCollection.tagnum = -1 ;
51290 G__G__HistLN_TGraphAsymmErrors.tagnum = -1 ;
51291 G__G__HistLN_TH2.tagnum = -1 ;
51292 G__G__HistLN_TEfficiency.tagnum = -1 ;
51293 G__G__HistLN_TEfficiencycLcLEStatOption.tagnum = -1 ;
51294 G__G__HistLN_TEfficiencycLcLdA.tagnum = -1 ;
51295 G__G__HistLN_TBits.tagnum = -1 ;
51296 G__G__HistLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR.tagnum = -1 ;
51297 G__G__HistLN_TFormulaPrimitive.tagnum = -1 ;
51298 G__G__HistLN_TOperOffset.tagnum = -1 ;
51299 G__G__HistLN_TFormula.tagnum = -1 ;
51300 G__G__HistLN_TFormulacLcLdA.tagnum = -1 ;
51301 G__G__HistLN_ROOTcLcLMathcLcLParamFunctor.tagnum = -1 ;
51302 G__G__HistLN_TF1cLcLdA.tagnum = -1 ;
51303 G__G__HistLN_TF12.tagnum = -1 ;
51304 G__G__HistLN_TF3.tagnum = -1 ;
51305 G__G__HistLN_TMatrixTBaselEfloatgR.tagnum = -1 ;
51306 G__G__HistLN_TMatrixTBaselEdoublegR.tagnum = -1 ;
51307 G__G__HistLN_TVectorTlEfloatgR.tagnum = -1 ;
51308 G__G__HistLN_TVectorTlEdoublegR.tagnum = -1 ;
51309 G__G__HistLN_TElementActionTlEdoublegR.tagnum = -1 ;
51310 G__G__HistLN_TElementPosActionTlEdoublegR.tagnum = -1 ;
51311 G__G__HistLN_TMatrixTSymlEdoublegR.tagnum = -1 ;
51312 G__G__HistLN_TMatrixTlEdoublegR.tagnum = -1 ;
51313 G__G__HistLN_TMatrixTRow_constlEdoublegR.tagnum = -1 ;
51314 G__G__HistLN_TMatrixTRowlEdoublegR.tagnum = -1 ;
51315 G__G__HistLN_TMatrixTColumn_constlEdoublegR.tagnum = -1 ;
51316 G__G__HistLN_TMatrixTDiag_constlEdoublegR.tagnum = -1 ;
51317 G__G__HistLN_TMatrixTFlat_constlEdoublegR.tagnum = -1 ;
51318 G__G__HistLN_TMatrixTSub_constlEdoublegR.tagnum = -1 ;
51319 G__G__HistLN_TMatrixTSparseRow_constlEdoublegR.tagnum = -1 ;
51320 G__G__HistLN_TMatrixTSparselEdoublegR.tagnum = -1 ;
51321 G__G__HistLN_TMatrixTSparseDiag_constlEdoublegR.tagnum = -1 ;
51322 G__G__HistLN_TMatrixTColumnlEdoublegR.tagnum = -1 ;
51323 G__G__HistLN_TMatrixTDiaglEdoublegR.tagnum = -1 ;
51324 G__G__HistLN_TMatrixTFlatlEdoublegR.tagnum = -1 ;
51325 G__G__HistLN_TMatrixTSublEdoublegR.tagnum = -1 ;
51326 G__G__HistLN_TMatrixTSparseRowlEdoublegR.tagnum = -1 ;
51327 G__G__HistLN_TMatrixTSparseDiaglEdoublegR.tagnum = -1 ;
51328 G__G__HistLN_TFractionFitter.tagnum = -1 ;
51329 G__G__HistLN_TVirtualHistPainter.tagnum = -1 ;
51330 G__G__HistLN_TH2D.tagnum = -1 ;
51331 G__G__HistLN_TGraph2DErrors.tagnum = -1 ;
51332 G__G__HistLN_TH1F.tagnum = -1 ;
51333 G__G__HistLN_TSpline.tagnum = -1 ;
51334 G__G__HistLN_TGraphcLcLdA.tagnum = -1 ;
51335 G__G__HistLN_TGraphBentErrors.tagnum = -1 ;
51336 G__G__HistLN_TGraphDelaunay.tagnum = -1 ;
51337 G__G__HistLN_TGraphSmooth.tagnum = -1 ;
51338 G__G__HistLN_TGraphTime.tagnum = -1 ;
51339 G__G__HistLN_TArrayC.tagnum = -1 ;
51340 G__G__HistLN_TArrayS.tagnum = -1 ;
51341 G__G__HistLN_TArrayI.tagnum = -1 ;
51342 G__G__HistLN_TArrayF.tagnum = -1 ;
51343 G__G__HistLN_TH1D.tagnum = -1 ;
51344 G__G__HistLN_TVirtualFFT.tagnum = -1 ;
51345 G__G__HistLN_TH1cLcLdA.tagnum = -1 ;
51346 G__G__HistLN_TH1C.tagnum = -1 ;
51347 G__G__HistLN_TH1S.tagnum = -1 ;
51348 G__G__HistLN_TH1I.tagnum = -1 ;
51349 G__G__HistLN_TH1K.tagnum = -1 ;
51350 G__G__HistLN_TProfile.tagnum = -1 ;
51351 G__G__HistLN_TH2C.tagnum = -1 ;
51352 G__G__HistLN_TH2S.tagnum = -1 ;
51353 G__G__HistLN_TH2I.tagnum = -1 ;
51354 G__G__HistLN_TH2F.tagnum = -1 ;
51355 G__G__HistLN_TH2PolyBin.tagnum = -1 ;
51356 G__G__HistLN_TH2Poly.tagnum = -1 ;
51357 G__G__HistLN_TAtt3D.tagnum = -1 ;
51358 G__G__HistLN_TProfile2D.tagnum = -1 ;
51359 G__G__HistLN_TH3.tagnum = -1 ;
51360 G__G__HistLN_TH3C.tagnum = -1 ;
51361 G__G__HistLN_TH3S.tagnum = -1 ;
51362 G__G__HistLN_TH3I.tagnum = -1 ;
51363 G__G__HistLN_TH3F.tagnum = -1 ;
51364 G__G__HistLN_TH3D.tagnum = -1 ;
51365 G__G__HistLN_THLimitsFinder.tagnum = -1 ;
51366 G__G__HistLN_TExMap.tagnum = -1 ;
51367 G__G__HistLN_THnSparseArrayChunk.tagnum = -1 ;
51368 G__G__HistLN_THnSparseCompactBinCoord.tagnum = -1 ;
51369 G__G__HistLN_THnSparsecLcLdA.tagnum = -1 ;
51370 G__G__HistLN_THnSparseTlETArrayDgR.tagnum = -1 ;
51371 G__G__HistLN_THnSparseTlETArrayFgR.tagnum = -1 ;
51372 G__G__HistLN_THnSparseTlETArrayLgR.tagnum = -1 ;
51373 G__G__HistLN_THnSparseTlETArrayIgR.tagnum = -1 ;
51374 G__G__HistLN_THnSparseTlETArraySgR.tagnum = -1 ;
51375 G__G__HistLN_THnSparseTlETArrayCgR.tagnum = -1 ;
51376 G__G__HistLN_THStack.tagnum = -1 ;
51377 G__G__HistLN_ROOTcLcLMathcLcLIGradientOneDim.tagnum = -1 ;
51378 G__G__HistLN_TKDE.tagnum = -1 ;
51379 G__G__HistLN_TKDEcLcLEKernelType.tagnum = -1 ;
51380 G__G__HistLN_TKDEcLcLEIteration.tagnum = -1 ;
51381 G__G__HistLN_TKDEcLcLEMirror.tagnum = -1 ;
51382 G__G__HistLN_TKDEcLcLEBinning.tagnum = -1 ;
51383 G__G__HistLN_TKDEcLcLTKernel.tagnum = -1 ;
51384 G__G__HistLN_vectorlEboolcOallocatorlEboolgRsPgR.tagnum = -1 ;
51385 G__G__HistLN_reverse_iteratorlEvectorlEboolcOallocatorlEboolgRsPgRcLcLiteratorgR.tagnum = -1 ;
51386 G__G__HistLN_TLimitDataSource.tagnum = -1 ;
51387 G__G__HistLN_TRandom.tagnum = -1 ;
51388 G__G__HistLN_TOrdCollection.tagnum = -1 ;
51389 G__G__HistLN_TLimit.tagnum = -1 ;
51390 G__G__HistLN_TMultiDimFit.tagnum = -1 ;
51391 G__G__HistLN_TMultiDimFitcLcLEMDFPolyType.tagnum = -1 ;
51392 G__G__HistLN_TPolyMarker.tagnum = -1 ;
51393 G__G__HistLN_TPrincipal.tagnum = -1 ;
51394 G__G__HistLN_EErrorType.tagnum = -1 ;
51395 G__G__HistLN_TProfile3D.tagnum = -1 ;
51396 G__G__HistLN_TSplinePoly.tagnum = -1 ;
51397 G__G__HistLN_TSplinePoly3.tagnum = -1 ;
51398 G__G__HistLN_TSplinePoly5.tagnum = -1 ;
51399 G__G__HistLN_TSpline3.tagnum = -1 ;
51400 G__G__HistLN_TSpline5.tagnum = -1 ;
51401 G__G__HistLN_TSVDUnfold.tagnum = -1 ;
51402 G__G__HistLN_TUnfold.tagnum = -1 ;
51403 G__G__HistLN_TUnfoldcLcLEConstraint.tagnum = -1 ;
51404 G__G__HistLN_TUnfoldcLcLERegMode.tagnum = -1 ;
51405 G__G__HistLN_TUnfoldcLcLEHistMap.tagnum = -1 ;
51406 G__G__HistLN_TMap.tagnum = -1 ;
51407 G__G__HistLN_TUnfoldSys.tagnum = -1 ;
51408 G__G__HistLN_TUnfoldSyscLcLESysErrMode.tagnum = -1 ;
51409 G__G__HistLN_TVirtualGraphPainter.tagnum = -1 ;
51410 G__G__HistLN_ROOTcLcLMathcLcLIBaseParam.tagnum = -1 ;
51411 G__G__HistLN_ROOTcLcLMathcLcLWrappedMultiTF1.tagnum = -1 ;
51412 G__G__HistLN_ROOTcLcLMathcLcLWrappedTF1.tagnum = -1 ;
51413 }
51414
51415
51416 extern "C" void G__cpp_setup_tagtableG__Hist() {
51417
51418
51419 G__get_linked_tagnum_fwd(&G__G__HistLN_TClass);
51420 G__get_linked_tagnum_fwd(&G__G__HistLN_TBuffer);
51421 G__get_linked_tagnum_fwd(&G__G__HistLN_TDirectory);
51422 G__get_linked_tagnum_fwd(&G__G__HistLN_TMemberInspector);
51423 G__get_linked_tagnum_fwd(&G__G__HistLN_TObject);
51424 G__get_linked_tagnum_fwd(&G__G__HistLN_TNamed);
51425 G__get_linked_tagnum_fwd(&G__G__HistLN_TString);
51426 G__get_linked_tagnum_fwd(&G__G__HistLN_ROOT);
51427 G__get_linked_tagnum_fwd(&G__G__HistLN_basic_ostreamlEcharcOchar_traitslEchargRsPgR);
51428 G__get_linked_tagnum_fwd(&G__G__HistLN_string);
51429 G__get_linked_tagnum_fwd(&G__G__HistLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR);
51430 G__get_linked_tagnum_fwd(&G__G__HistLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR);
51431 G__get_linked_tagnum_fwd(&G__G__HistLN_TList);
51432 G__get_linked_tagnum_fwd(&G__G__HistLN_TBrowser);
51433 G__get_linked_tagnum_fwd(&G__G__HistLN_TObjArray);
51434 G__get_linked_tagnum_fwd(&G__G__HistLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR);
51435 G__get_linked_tagnum_fwd(&G__G__HistLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR);
51436 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_Foption_t),sizeof(Foption_t),-1,262400,(char*)NULL,G__setup_memvarFoption_t,G__setup_memfuncFoption_t);
51437 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TH1),sizeof(TH1),-1,130816,"1-Dim histogram base class",G__setup_memvarTH1,G__setup_memfuncTH1);
51438 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_THnSparse),sizeof(THnSparse),-1,327425,"Interfaces of sparse n-dimensional histogram",G__setup_memvarTHnSparse,G__setup_memfuncTHnSparse);
51439 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TF1),sizeof(TF1),-1,130816,"The Parametric 1-D function",G__setup_memvarTF1,G__setup_memfuncTF1);
51440 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TF2),sizeof(TF2),-1,130816,"The Parametric 2-D function",G__setup_memvarTF2,G__setup_memfuncTF2);
51441 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TGraph),sizeof(TGraph),-1,130816,"Graph graphics class",G__setup_memvarTGraph,G__setup_memfuncTGraph);
51442 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TGraphErrors),sizeof(TGraphErrors),-1,130816,"A graph with error bars",G__setup_memvarTGraphErrors,G__setup_memfuncTGraphErrors);
51443 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TGraph2D),sizeof(TGraph2D),-1,130816,"Set of n x[i],y[i],z[i] points with 3-d graphics including Delaunay triangulation",G__setup_memvarTGraph2D,G__setup_memfuncTGraph2D);
51444 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TMultiGraph),sizeof(TMultiGraph),-1,327424,"A collection of TGraph objects",G__setup_memvarTMultiGraph,G__setup_memfuncTMultiGraph);
51445 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TFitResult),sizeof(TFitResult),-1,324864,"Class holding the result of the fit ",G__setup_memvarTFitResult,G__setup_memfuncTFitResult);
51446 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TFitResultPtr),sizeof(TFitResultPtr),-1,298752,"indirection to TFitResult",G__setup_memvarTFitResultPtr,G__setup_memfuncTFitResultPtr);
51447 G__get_linked_tagnum_fwd(&G__G__HistLN_ROOTcLcLMath);
51448 G__get_linked_tagnum_fwd(&G__G__HistLN_ROOTcLcLMathcLcLMinimizerOptions);
51449 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_ROOTcLcLFit),0,-1,0,(char*)NULL,G__setup_memvarROOTcLcLFit,G__setup_memfuncROOTcLcLFit);
51450 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_ROOTcLcLFitcLcLFitResult),sizeof(ROOT::Fit::FitResult),-1,36608,(char*)NULL,NULL,G__setup_memfuncROOTcLcLFitcLcLFitResult);
51451 G__get_linked_tagnum_fwd(&G__G__HistLN_ROOTcLcLFitcLcLBinData);
51452 G__get_linked_tagnum_fwd(&G__G__HistLN_ROOTcLcLFitcLcLUnBinData);
51453 G__get_linked_tagnum_fwd(&G__G__HistLN_ROOTcLcLFitcLcLSparseData);
51454 G__get_linked_tagnum_fwd(&G__G__HistLN_TAttAxis);
51455 G__get_linked_tagnum_fwd(&G__G__HistLN_TArray);
51456 G__get_linked_tagnum_fwd(&G__G__HistLN_TArrayD);
51457 G__get_linked_tagnum_fwd(&G__G__HistLN_THashList);
51458 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TAxis),sizeof(TAxis),-1,130816,"Axis class",G__setup_memvarTAxis,G__setup_memfuncTAxis);
51459 G__get_linked_tagnum_fwd(&G__G__HistLN_TAxiscLcLdA);
51460 G__get_linked_tagnum_fwd(&G__G__HistLN_TMethodCall);
51461 G__get_linked_tagnum_fwd(&G__G__HistLN_TVirtualFitter);
51462 G__get_linked_tagnum_fwd(&G__G__HistLN_ROOTcLcLMathcLcLIBaseFunctionOneDim);
51463 G__get_linked_tagnum_fwd(&G__G__HistLN_ROOTcLcLMathcLcLIBaseFunctionMultiDim);
51464 G__get_linked_tagnum_fwd(&G__G__HistLN_ROOTcLcLMathcLcLIParametricFunctionOneDim);
51465 G__get_linked_tagnum_fwd(&G__G__HistLN_ROOTcLcLMathcLcLIParametricGradFunctionOneDim);
51466 G__get_linked_tagnum_fwd(&G__G__HistLN_ROOTcLcLMathcLcLIParametricFunctionMultiDim);
51467 G__get_linked_tagnum_fwd(&G__G__HistLN_ROOTcLcLMathcLcLIParametricGradFunctionMultiDim);
51468 G__get_linked_tagnum_fwd(&G__G__HistLN_ROOTcLcLMathcLcLMinimizer);
51469 G__get_linked_tagnum_fwd(&G__G__HistLN_ROOTcLcLFitcLcLFitConfig);
51470 G__get_linked_tagnum_fwd(&G__G__HistLN_vectorlEROOTcLcLFitcLcLParameterSettingscOallocatorlEROOTcLcLFitcLcLParameterSettingsgRsPgR);
51471 G__get_linked_tagnum_fwd(&G__G__HistLN_reverse_iteratorlEvectorlEROOTcLcLFitcLcLParameterSettingscOallocatorlEROOTcLcLFitcLcLParameterSettingsgRsPgRcLcLiteratorgR);
51472 G__get_linked_tagnum_fwd(&G__G__HistLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR);
51473 G__get_linked_tagnum_fwd(&G__G__HistLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR);
51474 G__get_linked_tagnum_fwd(&G__G__HistLN_vectorlEdoublecOallocatorlEdoublegRsPgR);
51475 G__get_linked_tagnum_fwd(&G__G__HistLN_reverse_iteratorlEvectorlEdoublecOallocatorlEdoublegRsPgRcLcLiteratorgR);
51476 G__get_linked_tagnum_fwd(&G__G__HistLN_pairlEdoublecOdoublegR);
51477 G__get_linked_tagnum_fwd(&G__G__HistLN_maplEunsignedsPintcOpairlEdoublecOdoublegRcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOpairlEdoublecOdoublegRsPgRsPgRsPgR);
51478 G__get_linked_tagnum_fwd(&G__G__HistLN_vectorlEstringcOallocatorlEstringgRsPgR);
51479 G__get_linked_tagnum_fwd(&G__G__HistLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR);
51480 G__get_linked_tagnum_fwd(&G__G__HistLN_auto_ptrlEROOTcLcLMathcLcLIBaseFunctionMultiDimgR);
51481 G__get_linked_tagnum_fwd(&G__G__HistLN_vectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgR);
51482 G__get_linked_tagnum_fwd(&G__G__HistLN_reverse_iteratorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcLcLiteratorgR);
51483 G__get_linked_tagnum_fwd(&G__G__HistLN_vectorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcOallocatorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRsPgRsPgR);
51484 G__get_linked_tagnum_fwd(&G__G__HistLN_reverse_iteratorlEvectorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcOallocatorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRsPgRsPgRcLcLiteratorgR);
51485 G__get_linked_tagnum_fwd(&G__G__HistLN_ROOTcLcLFitcLcLFitData);
51486 G__get_linked_tagnum_fwd(&G__G__HistLN_vectorlEconstsPdoublemUcOallocatorlEconstsPdoublemUgRsPgR);
51487 G__get_linked_tagnum_fwd(&G__G__HistLN_reverse_iteratorlEvectorlEconstsPdoublemUcOallocatorlEconstsPdoublemUgRsPgRcLcLiteratorgR);
51488 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TBackCompFitter),sizeof(TBackCompFitter),-1,324864,"Class providing backward compatibility for fitting by implementing the TVirtualFitter interface",G__setup_memvarTBackCompFitter,G__setup_memfuncTBackCompFitter);
51489 G__get_linked_tagnum_fwd(&G__G__HistLN_auto_ptrlEROOTcLcLFitcLcLFittergR);
51490 G__get_linked_tagnum_fwd(&G__G__HistLN_auto_ptrlEROOTcLcLFitcLcLFitDatagR);
51491 G__get_linked_tagnum_fwd(&G__G__HistLN_TBackCompFittercLcLdA);
51492 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TBinomialEfficiencyFitter),sizeof(TBinomialEfficiencyFitter),-1,324864,"Binomial Fitter for the division of two histograms",G__setup_memvarTBinomialEfficiencyFitter,G__setup_memfuncTBinomialEfficiencyFitter);
51493 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TConfidenceLevel),sizeof(TConfidenceLevel),-1,324864,"output for TLimit functions",G__setup_memvarTConfidenceLevel,G__setup_memfuncTConfidenceLevel);
51494 G__get_linked_tagnum_fwd(&G__G__HistLN_TAttLine);
51495 G__get_linked_tagnum_fwd(&G__G__HistLN_TAttFill);
51496 G__get_linked_tagnum_fwd(&G__G__HistLN_TAttMarker);
51497 G__get_linked_tagnum_fwd(&G__G__HistLN_TCollection);
51498 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TGraphAsymmErrors),sizeof(TGraphAsymmErrors),-1,130816,"A graph with asymmetric error bars",G__setup_memvarTGraphAsymmErrors,G__setup_memfuncTGraphAsymmErrors);
51499 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TH2),sizeof(TH2),-1,128768,"2-Dim histogram base class",G__setup_memvarTH2,G__setup_memfuncTH2);
51500 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TEfficiency),sizeof(TEfficiency),-1,327424,"calculating efficiencies",G__setup_memvarTEfficiency,G__setup_memfuncTEfficiency);
51501 G__get_linked_tagnum_fwd(&G__G__HistLN_TEfficiencycLcLEStatOption);
51502 G__get_linked_tagnum_fwd(&G__G__HistLN_TEfficiencycLcLdA);
51503 G__get_linked_tagnum_fwd(&G__G__HistLN_TBits);
51504 G__get_linked_tagnum_fwd(&G__G__HistLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR);
51505 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TFormulaPrimitive),sizeof(TFormulaPrimitive),-1,326400,"The primitive formula ",G__setup_memvarTFormulaPrimitive,G__setup_memfuncTFormulaPrimitive);
51506 G__get_linked_tagnum_fwd(&G__G__HistLN_TOperOffset);
51507 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TFormula),sizeof(TFormula),-1,130816,"The formula base class f(x,y,z,par)",G__setup_memvarTFormula,G__setup_memfuncTFormula);
51508 G__get_linked_tagnum_fwd(&G__G__HistLN_TFormulacLcLdA);
51509 G__get_linked_tagnum_fwd(&G__G__HistLN_ROOTcLcLMathcLcLParamFunctor);
51510 G__get_linked_tagnum_fwd(&G__G__HistLN_TF1cLcLdA);
51511 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TF12),sizeof(TF12),-1,325376,"Projection of a TF2 along x or y",G__setup_memvarTF12,G__setup_memfuncTF12);
51512 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TF3),sizeof(TF3),-1,130816,"The Parametric 3-D function",G__setup_memvarTF3,G__setup_memfuncTF3);
51513 G__get_linked_tagnum_fwd(&G__G__HistLN_TMatrixTBaselEfloatgR);
51514 G__get_linked_tagnum_fwd(&G__G__HistLN_TMatrixTBaselEdoublegR);
51515 G__get_linked_tagnum_fwd(&G__G__HistLN_TVectorTlEfloatgR);
51516 G__get_linked_tagnum_fwd(&G__G__HistLN_TVectorTlEdoublegR);
51517 G__get_linked_tagnum_fwd(&G__G__HistLN_TElementActionTlEdoublegR);
51518 G__get_linked_tagnum_fwd(&G__G__HistLN_TElementPosActionTlEdoublegR);
51519 G__get_linked_tagnum_fwd(&G__G__HistLN_TMatrixTSymlEdoublegR);
51520 G__get_linked_tagnum_fwd(&G__G__HistLN_TMatrixTlEdoublegR);
51521 G__get_linked_tagnum_fwd(&G__G__HistLN_TMatrixTRow_constlEdoublegR);
51522 G__get_linked_tagnum_fwd(&G__G__HistLN_TMatrixTRowlEdoublegR);
51523 G__get_linked_tagnum_fwd(&G__G__HistLN_TMatrixTColumn_constlEdoublegR);
51524 G__get_linked_tagnum_fwd(&G__G__HistLN_TMatrixTDiag_constlEdoublegR);
51525 G__get_linked_tagnum_fwd(&G__G__HistLN_TMatrixTFlat_constlEdoublegR);
51526 G__get_linked_tagnum_fwd(&G__G__HistLN_TMatrixTSub_constlEdoublegR);
51527 G__get_linked_tagnum_fwd(&G__G__HistLN_TMatrixTSparseRow_constlEdoublegR);
51528 G__get_linked_tagnum_fwd(&G__G__HistLN_TMatrixTSparselEdoublegR);
51529 G__get_linked_tagnum_fwd(&G__G__HistLN_TMatrixTSparseDiag_constlEdoublegR);
51530 G__get_linked_tagnum_fwd(&G__G__HistLN_TMatrixTColumnlEdoublegR);
51531 G__get_linked_tagnum_fwd(&G__G__HistLN_TMatrixTDiaglEdoublegR);
51532 G__get_linked_tagnum_fwd(&G__G__HistLN_TMatrixTFlatlEdoublegR);
51533 G__get_linked_tagnum_fwd(&G__G__HistLN_TMatrixTSublEdoublegR);
51534 G__get_linked_tagnum_fwd(&G__G__HistLN_TMatrixTSparseRowlEdoublegR);
51535 G__get_linked_tagnum_fwd(&G__G__HistLN_TMatrixTSparseDiaglEdoublegR);
51536 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TFractionFitter),sizeof(TFractionFitter),-1,324864,"Fits MC fractions to data histogram",G__setup_memvarTFractionFitter,G__setup_memfuncTFractionFitter);
51537 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TVirtualHistPainter),sizeof(TVirtualHistPainter),-1,292111,"Abstract interface for histogram painters",G__setup_memvarTVirtualHistPainter,G__setup_memfuncTVirtualHistPainter);
51538 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TH2D),sizeof(TH2D),-1,130816,"2-Dim histograms (one double per channel)",G__setup_memvarTH2D,G__setup_memfuncTH2D);
51539 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TGraph2DErrors),sizeof(TGraph2DErrors),-1,130816,"A 2D graph with error bars",G__setup_memvarTGraph2DErrors,G__setup_memfuncTGraph2DErrors);
51540 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TH1F),sizeof(TH1F),-1,327424,"1-Dim histograms (one float per channel)",G__setup_memvarTH1F,G__setup_memfuncTH1F);
51541 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TSpline),sizeof(TSpline),-1,130819,"Spline base class",G__setup_memvarTSpline,G__setup_memfuncTSpline);
51542 G__get_linked_tagnum_fwd(&G__G__HistLN_TGraphcLcLdA);
51543 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TGraphBentErrors),sizeof(TGraphBentErrors),-1,325376,"A graph with bent, asymmetric error bars",G__setup_memvarTGraphBentErrors,G__setup_memfuncTGraphBentErrors);
51544 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TGraphDelaunay),sizeof(TGraphDelaunay),-1,327424,"Delaunay triangulation",G__setup_memvarTGraphDelaunay,G__setup_memfuncTGraphDelaunay);
51545 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TGraphSmooth),sizeof(TGraphSmooth),-1,327424,"Graph Smoother",G__setup_memvarTGraphSmooth,G__setup_memfuncTGraphSmooth);
51546 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TGraphTime),sizeof(TGraphTime),-1,325376,"An array of objects evolving with time",G__setup_memvarTGraphTime,G__setup_memfuncTGraphTime);
51547 G__get_linked_tagnum_fwd(&G__G__HistLN_TArrayC);
51548 G__get_linked_tagnum_fwd(&G__G__HistLN_TArrayS);
51549 G__get_linked_tagnum_fwd(&G__G__HistLN_TArrayI);
51550 G__get_linked_tagnum_fwd(&G__G__HistLN_TArrayF);
51551 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TH1D),sizeof(TH1D),-1,327424,"1-Dim histograms (one double per channel)",G__setup_memvarTH1D,G__setup_memfuncTH1D);
51552 G__get_linked_tagnum_fwd(&G__G__HistLN_TVirtualFFT);
51553 G__get_linked_tagnum_fwd(&G__G__HistLN_TH1cLcLdA);
51554 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TH1C),sizeof(TH1C),-1,327424,"1-Dim histograms (one char per channel)",G__setup_memvarTH1C,G__setup_memfuncTH1C);
51555 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TH1S),sizeof(TH1S),-1,327424,"1-Dim histograms (one short per channel)",G__setup_memvarTH1S,G__setup_memfuncTH1S);
51556 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TH1I),sizeof(TH1I),-1,327424,"1-Dim histograms (one 32 bits integer per channel)",G__setup_memvarTH1I,G__setup_memfuncTH1I);
51557 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TH1K),sizeof(TH1K),-1,324864,"1-Dim Nearest Kth neighbour method",G__setup_memvarTH1K,G__setup_memfuncTH1K);
51558 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TProfile),sizeof(TProfile),-1,128768,"Profile histogram class",G__setup_memvarTProfile,G__setup_memfuncTProfile);
51559 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TH2C),sizeof(TH2C),-1,130816,"2-Dim histograms (one char per channel)",G__setup_memvarTH2C,G__setup_memfuncTH2C);
51560 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TH2S),sizeof(TH2S),-1,130816,"2-Dim histograms (one short per channel)",G__setup_memvarTH2S,G__setup_memfuncTH2S);
51561 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TH2I),sizeof(TH2I),-1,327424,"2-Dim histograms (one 32 bits integer per channel)",G__setup_memvarTH2I,G__setup_memfuncTH2I);
51562 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TH2F),sizeof(TH2F),-1,130816,"2-Dim histograms (one float per channel)",G__setup_memvarTH2F,G__setup_memfuncTH2F);
51563 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TH2PolyBin),sizeof(TH2PolyBin),-1,324864,"2-Dim polygon bins",G__setup_memvarTH2PolyBin,G__setup_memfuncTH2PolyBin);
51564 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TH2Poly),sizeof(TH2Poly),-1,324864,"2-Dim histogram with polygon bins",G__setup_memvarTH2Poly,G__setup_memfuncTH2Poly);
51565 G__get_linked_tagnum_fwd(&G__G__HistLN_TAtt3D);
51566 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TProfile2D),sizeof(TProfile2D),-1,128768,"Profile2D histogram class",G__setup_memvarTProfile2D,G__setup_memfuncTProfile2D);
51567 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TH3),sizeof(TH3),-1,128768,"3-Dim histogram base class",G__setup_memvarTH3,G__setup_memfuncTH3);
51568 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TH3C),sizeof(TH3C),-1,130816,"3-Dim histograms (one char per channel)",G__setup_memvarTH3C,G__setup_memfuncTH3C);
51569 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TH3S),sizeof(TH3S),-1,130816,"3-Dim histograms (one short per channel)",G__setup_memvarTH3S,G__setup_memfuncTH3S);
51570 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TH3I),sizeof(TH3I),-1,327424,"3-Dim histograms (one 32 bits integer per channel)",G__setup_memvarTH3I,G__setup_memfuncTH3I);
51571 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TH3F),sizeof(TH3F),-1,130816,"3-Dim histograms (one float per channel)",G__setup_memvarTH3F,G__setup_memfuncTH3F);
51572 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TH3D),sizeof(TH3D),-1,130816,"3-Dim histograms (one double per channel)",G__setup_memvarTH3D,G__setup_memfuncTH3D);
51573 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_THLimitsFinder),sizeof(THLimitsFinder),-1,292096,"Class to find best axis limits",G__setup_memvarTHLimitsFinder,G__setup_memfuncTHLimitsFinder);
51574 G__get_linked_tagnum_fwd(&G__G__HistLN_TExMap);
51575 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_THnSparseArrayChunk),sizeof(THnSparseArrayChunk),-1,327424,"chunks of linearized bins",G__setup_memvarTHnSparseArrayChunk,G__setup_memfuncTHnSparseArrayChunk);
51576 G__get_linked_tagnum_fwd(&G__G__HistLN_THnSparseCompactBinCoord);
51577 G__get_linked_tagnum_fwd(&G__G__HistLN_THnSparsecLcLdA);
51578 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_THnSparseTlETArrayDgR),sizeof(THnSparseT<TArrayD>),-1,323840,"Sparse n-dimensional histogram with templated content",G__setup_memvarTHnSparseTlETArrayDgR,G__setup_memfuncTHnSparseTlETArrayDgR);
51579 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_THnSparseTlETArrayFgR),sizeof(THnSparseT<TArrayF>),-1,323840,"Sparse n-dimensional histogram with templated content",G__setup_memvarTHnSparseTlETArrayFgR,G__setup_memfuncTHnSparseTlETArrayFgR);
51580 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_THnSparseTlETArrayLgR),sizeof(THnSparseT<TArrayL>),-1,323840,"Sparse n-dimensional histogram with templated content",G__setup_memvarTHnSparseTlETArrayLgR,G__setup_memfuncTHnSparseTlETArrayLgR);
51581 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_THnSparseTlETArrayIgR),sizeof(THnSparseT<TArrayI>),-1,323840,"Sparse n-dimensional histogram with templated content",G__setup_memvarTHnSparseTlETArrayIgR,G__setup_memfuncTHnSparseTlETArrayIgR);
51582 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_THnSparseTlETArraySgR),sizeof(THnSparseT<TArrayS>),-1,323840,"Sparse n-dimensional histogram with templated content",G__setup_memvarTHnSparseTlETArraySgR,G__setup_memfuncTHnSparseTlETArraySgR);
51583 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_THnSparseTlETArrayCgR),sizeof(THnSparseT<TArrayC>),-1,323840,"Sparse n-dimensional histogram with templated content",G__setup_memvarTHnSparseTlETArrayCgR,G__setup_memfuncTHnSparseTlETArrayCgR);
51584 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_THStack),sizeof(THStack),-1,327424,"A collection of histograms",G__setup_memvarTHStack,G__setup_memfuncTHStack);
51585 G__get_linked_tagnum_fwd(&G__G__HistLN_ROOTcLcLMathcLcLIGradientOneDim);
51586 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TKDE),sizeof(TKDE),-1,327424,"One dimensional semi-parametric Kernel Density Estimation",G__setup_memvarTKDE,G__setup_memfuncTKDE);
51587 G__get_linked_tagnum_fwd(&G__G__HistLN_TKDEcLcLEKernelType);
51588 G__get_linked_tagnum_fwd(&G__G__HistLN_TKDEcLcLEIteration);
51589 G__get_linked_tagnum_fwd(&G__G__HistLN_TKDEcLcLEMirror);
51590 G__get_linked_tagnum_fwd(&G__G__HistLN_TKDEcLcLEBinning);
51591 G__get_linked_tagnum_fwd(&G__G__HistLN_TKDEcLcLTKernel);
51592 G__get_linked_tagnum_fwd(&G__G__HistLN_vectorlEboolcOallocatorlEboolgRsPgR);
51593 G__get_linked_tagnum_fwd(&G__G__HistLN_reverse_iteratorlEvectorlEboolcOallocatorlEboolgRsPgRcLcLiteratorgR);
51594 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TLimitDataSource),sizeof(TLimitDataSource),-1,324864,"input for TLimit routines",G__setup_memvarTLimitDataSource,G__setup_memfuncTLimitDataSource);
51595 G__get_linked_tagnum_fwd(&G__G__HistLN_TRandom);
51596 G__get_linked_tagnum_fwd(&G__G__HistLN_TOrdCollection);
51597 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TLimit),sizeof(TLimit),-1,263424,"Class to compute 95% CL limits",G__setup_memvarTLimit,G__setup_memfuncTLimit);
51598 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TMultiDimFit),sizeof(TMultiDimFit),-1,324864,"Multi dimensional fit class",G__setup_memvarTMultiDimFit,G__setup_memfuncTMultiDimFit);
51599 G__get_linked_tagnum_fwd(&G__G__HistLN_TMultiDimFitcLcLEMDFPolyType);
51600 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TPolyMarker),sizeof(TPolyMarker),-1,130816,"An array of points with the same marker",G__setup_memvarTPolyMarker,G__setup_memfuncTPolyMarker);
51601 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TPrincipal),sizeof(TPrincipal),-1,327424,"Principal Components Analysis",G__setup_memvarTPrincipal,G__setup_memfuncTPrincipal);
51602 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_EErrorType),sizeof(int),-1,0,(char*)NULL,NULL,NULL);
51603 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TProfile3D),sizeof(TProfile3D),-1,325376,"Profile3D histogram class",G__setup_memvarTProfile3D,G__setup_memfuncTProfile3D);
51604 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TSplinePoly),sizeof(TSplinePoly),-1,326400,"Spline polynomial terms",G__setup_memvarTSplinePoly,G__setup_memfuncTSplinePoly);
51605 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TSplinePoly3),sizeof(TSplinePoly3),-1,326400,"Third spline polynomial terms",G__setup_memvarTSplinePoly3,G__setup_memfuncTSplinePoly3);
51606 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TSplinePoly5),sizeof(TSplinePoly5),-1,326400,"Quintic spline polynomial terms",G__setup_memvarTSplinePoly5,G__setup_memfuncTSplinePoly5);
51607 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TSpline3),sizeof(TSpline3),-1,130816,"Class to create third natural splines",G__setup_memvarTSpline3,G__setup_memfuncTSpline3);
51608 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TSpline5),sizeof(TSpline5),-1,130816,"Class to create quintic natural splines",G__setup_memvarTSpline5,G__setup_memfuncTSpline5);
51609 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TSVDUnfold),sizeof(TSVDUnfold),-1,325120,"Data unfolding using Singular Value Decomposition (hep-ph/9509307) ",G__setup_memvarTSVDUnfold,G__setup_memfuncTSVDUnfold);
51610 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TUnfold),sizeof(TUnfold),-1,324864,"Unfolding with support for L-curve analysis",G__setup_memvarTUnfold,G__setup_memfuncTUnfold);
51611 G__get_linked_tagnum_fwd(&G__G__HistLN_TUnfoldcLcLEConstraint);
51612 G__get_linked_tagnum_fwd(&G__G__HistLN_TUnfoldcLcLERegMode);
51613 G__get_linked_tagnum_fwd(&G__G__HistLN_TUnfoldcLcLEHistMap);
51614 G__get_linked_tagnum_fwd(&G__G__HistLN_TMap);
51615 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TUnfoldSys),sizeof(TUnfoldSys),-1,324864,"Unfolding with support for systematic error propagation",G__setup_memvarTUnfoldSys,G__setup_memfuncTUnfoldSys);
51616 G__get_linked_tagnum_fwd(&G__G__HistLN_TUnfoldSyscLcLESysErrMode);
51617 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_TVirtualGraphPainter),sizeof(TVirtualGraphPainter),-1,292104,"Abstract interface for histogram painters",G__setup_memvarTVirtualGraphPainter,G__setup_memfuncTVirtualGraphPainter);
51618 G__get_linked_tagnum_fwd(&G__G__HistLN_ROOTcLcLMathcLcLIBaseParam);
51619 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_ROOTcLcLMathcLcLWrappedMultiTF1),sizeof(ROOT::Math::WrappedMultiTF1),-1,36352,(char*)NULL,G__setup_memvarROOTcLcLMathcLcLWrappedMultiTF1,G__setup_memfuncROOTcLcLMathcLcLWrappedMultiTF1);
51620 G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__HistLN_ROOTcLcLMathcLcLWrappedTF1),sizeof(ROOT::Math::WrappedTF1),-1,36352,(char*)NULL,G__setup_memvarROOTcLcLMathcLcLWrappedTF1,G__setup_memfuncROOTcLcLMathcLcLWrappedTF1);
51621 }
51622 extern "C" void G__cpp_setupG__Hist(void) {
51623 G__check_setup_version(30051515,"G__cpp_setupG__Hist()");
51624 G__set_cpp_environmentG__Hist();
51625 G__cpp_setup_tagtableG__Hist();
51626
51627 G__cpp_setup_inheritanceG__Hist();
51628
51629 G__cpp_setup_typetableG__Hist();
51630
51631 G__cpp_setup_memvarG__Hist();
51632
51633 G__cpp_setup_memfuncG__Hist();
51634 G__cpp_setup_globalG__Hist();
51635 G__cpp_setup_funcG__Hist();
51636
51637 if(0==G__getsizep2memfunc()) G__get_sizep2memfuncG__Hist();
51638 return;
51639 }
51640 class G__cpp_setup_initG__Hist {
51641 public:
51642 G__cpp_setup_initG__Hist() { G__add_setup_func("G__Hist",(G__incsetup)(&G__cpp_setupG__Hist)); G__call_setup_funcs(); }
51643 ~G__cpp_setup_initG__Hist() { G__remove_setup_func("G__Hist"); }
51644 };
51645 G__cpp_setup_initG__Hist G__cpp_setup_initializerG__Hist;
51646