// // File generated by core/utils/src/rootcint_tmp at Tue Sep 9 19:56:29 2014 // Do NOT change. Changes will be lost next time file is generated // #define R__DICTIONARY_FILENAME guidIfitpaneldIsrcdIG__FitPanel #include "RConfig.h" //rootcint 4834 #if !defined(R__ACCESS_IN_SYMBOL) //Break the privacy of classes -- Disabled for the moment #define private public #define protected public #endif // Since CINT ignores the std namespace, we need to do so in this file. namespace std {} using namespace std; #include "G__FitPanel.h" #include "TClass.h" #include "TBuffer.h" #include "TMemberInspector.h" #include "TError.h" #ifndef G__ROOT #define G__ROOT #endif #include "RtypesImp.h" #include "TIsAProxy.h" #include "TFileMergeInfo.h" // START OF SHADOWS namespace ROOT { namespace Shadow { } // of namespace Shadow } // of namespace ROOT // END OF SHADOWS namespace ROOT { void TTreeInput_ShowMembers(void *obj, TMemberInspector &R__insp); static void delete_TTreeInput(void *p); static void deleteArray_TTreeInput(void *p); static void destruct_TTreeInput(void *p); static void streamer_TTreeInput(TBuffer &buf, void *obj); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::TTreeInput*) { ::TTreeInput *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TTreeInput >(0); static ::ROOT::TGenericClassInfo instance("TTreeInput", ::TTreeInput::Class_Version(), "include/TTreeInput.h", 32, typeid(::TTreeInput), DefineBehavior(ptr, ptr), &::TTreeInput::Dictionary, isa_proxy, 0, sizeof(::TTreeInput) ); instance.SetDelete(&delete_TTreeInput); instance.SetDeleteArray(&deleteArray_TTreeInput); instance.SetDestructor(&destruct_TTreeInput); instance.SetStreamerFunc(&streamer_TTreeInput); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::TTreeInput*) { return GenerateInitInstanceLocal((::TTreeInput*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TTreeInput*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } // end of namespace ROOT namespace ROOT { void TAdvancedGraphicsDialog_ShowMembers(void *obj, TMemberInspector &R__insp); static void delete_TAdvancedGraphicsDialog(void *p); static void deleteArray_TAdvancedGraphicsDialog(void *p); static void destruct_TAdvancedGraphicsDialog(void *p); static void streamer_TAdvancedGraphicsDialog(TBuffer &buf, void *obj); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::TAdvancedGraphicsDialog*) { ::TAdvancedGraphicsDialog *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TAdvancedGraphicsDialog >(0); static ::ROOT::TGenericClassInfo instance("TAdvancedGraphicsDialog", ::TAdvancedGraphicsDialog::Class_Version(), "include/TAdvancedGraphicsDialog.h", 47, typeid(::TAdvancedGraphicsDialog), DefineBehavior(ptr, ptr), &::TAdvancedGraphicsDialog::Dictionary, isa_proxy, 0, sizeof(::TAdvancedGraphicsDialog) ); instance.SetDelete(&delete_TAdvancedGraphicsDialog); instance.SetDeleteArray(&deleteArray_TAdvancedGraphicsDialog); instance.SetDestructor(&destruct_TAdvancedGraphicsDialog); instance.SetStreamerFunc(&streamer_TAdvancedGraphicsDialog); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::TAdvancedGraphicsDialog*) { return GenerateInitInstanceLocal((::TAdvancedGraphicsDialog*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TAdvancedGraphicsDialog*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } // end of namespace ROOT namespace ROOT { void TFitEditor_ShowMembers(void *obj, TMemberInspector &R__insp); static void delete_TFitEditor(void *p); static void deleteArray_TFitEditor(void *p); static void destruct_TFitEditor(void *p); static void streamer_TFitEditor(TBuffer &buf, void *obj); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::TFitEditor*) { ::TFitEditor *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TFitEditor >(0); static ::ROOT::TGenericClassInfo instance("TFitEditor", ::TFitEditor::Class_Version(), "include/TFitEditor.h", 64, typeid(::TFitEditor), DefineBehavior(ptr, ptr), &::TFitEditor::Dictionary, isa_proxy, 0, sizeof(::TFitEditor) ); instance.SetDelete(&delete_TFitEditor); instance.SetDeleteArray(&deleteArray_TFitEditor); instance.SetDestructor(&destruct_TFitEditor); instance.SetStreamerFunc(&streamer_TFitEditor); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::TFitEditor*) { return GenerateInitInstanceLocal((::TFitEditor*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TFitEditor*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } // end of namespace ROOT namespace ROOT { void TFitParametersDialog_ShowMembers(void *obj, TMemberInspector &R__insp); static void delete_TFitParametersDialog(void *p); static void deleteArray_TFitParametersDialog(void *p); static void destruct_TFitParametersDialog(void *p); static void streamer_TFitParametersDialog(TBuffer &buf, void *obj); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::TFitParametersDialog*) { ::TFitParametersDialog *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TFitParametersDialog >(0); static ::ROOT::TGenericClassInfo instance("TFitParametersDialog", ::TFitParametersDialog::Class_Version(), "include/TFitParametersDialog.h", 45, typeid(::TFitParametersDialog), DefineBehavior(ptr, ptr), &::TFitParametersDialog::Dictionary, isa_proxy, 0, sizeof(::TFitParametersDialog) ); instance.SetDelete(&delete_TFitParametersDialog); instance.SetDeleteArray(&deleteArray_TFitParametersDialog); instance.SetDestructor(&destruct_TFitParametersDialog); instance.SetStreamerFunc(&streamer_TFitParametersDialog); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::TFitParametersDialog*) { return GenerateInitInstanceLocal((::TFitParametersDialog*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TFitParametersDialog*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } // end of namespace ROOT //______________________________________________________________________________ TClass *TTreeInput::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *TTreeInput::Class_Name() { return "TTreeInput"; } //______________________________________________________________________________ const char *TTreeInput::ImplFileName() { return ::ROOT::GenerateInitInstanceLocal((const ::TTreeInput*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TTreeInput::ImplFileLine() { return ::ROOT::GenerateInitInstanceLocal((const ::TTreeInput*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void TTreeInput::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTreeInput*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *TTreeInput::Class() { if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTreeInput*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ TClass *TAdvancedGraphicsDialog::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *TAdvancedGraphicsDialog::Class_Name() { return "TAdvancedGraphicsDialog"; } //______________________________________________________________________________ const char *TAdvancedGraphicsDialog::ImplFileName() { return ::ROOT::GenerateInitInstanceLocal((const ::TAdvancedGraphicsDialog*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TAdvancedGraphicsDialog::ImplFileLine() { return ::ROOT::GenerateInitInstanceLocal((const ::TAdvancedGraphicsDialog*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void TAdvancedGraphicsDialog::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TAdvancedGraphicsDialog*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *TAdvancedGraphicsDialog::Class() { if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TAdvancedGraphicsDialog*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ TClass *TFitEditor::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *TFitEditor::Class_Name() { return "TFitEditor"; } //______________________________________________________________________________ const char *TFitEditor::ImplFileName() { return ::ROOT::GenerateInitInstanceLocal((const ::TFitEditor*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TFitEditor::ImplFileLine() { return ::ROOT::GenerateInitInstanceLocal((const ::TFitEditor*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void TFitEditor::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TFitEditor*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *TFitEditor::Class() { if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TFitEditor*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ TClass *TFitParametersDialog::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *TFitParametersDialog::Class_Name() { return "TFitParametersDialog"; } //______________________________________________________________________________ const char *TFitParametersDialog::ImplFileName() { return ::ROOT::GenerateInitInstanceLocal((const ::TFitParametersDialog*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TFitParametersDialog::ImplFileLine() { return ::ROOT::GenerateInitInstanceLocal((const ::TFitParametersDialog*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void TFitParametersDialog::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TFitParametersDialog*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *TFitParametersDialog::Class() { if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TFitParametersDialog*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ void TFitEditor::Streamer(TBuffer &R__b) { // Stream an object of class TFitEditor. TGMainFrame::Streamer(R__b); } //______________________________________________________________________________ void TFitEditor::ShowMembers(TMemberInspector &R__insp) { // Inspect the data members of an object of class TFitEditor. TClass *R__cl = ::TFitEditor::IsA(); if (R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTab", &fTab); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTabContainer", &fTabContainer); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGeneral", &fGeneral); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMinimization", &fMinimization); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUpdateButton", &fUpdateButton); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFitButton", &fFitButton); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fResetButton", &fResetButton); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCloseButton", &fCloseButton); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSelLabel", &fSelLabel); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDataSet", &fDataSet); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTypeFit", &fTypeFit); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFuncList", &fFuncList); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEnteredFunc", &fEnteredFunc); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUserButton", &fUserButton); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNone", &fNone); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAdd", &fAdd); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fConv", &fConv); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLayoutNone", &fLayoutNone); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLayoutAdd", &fLayoutAdd); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLayoutConv", &fLayoutConv); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSetParam", &fSetParam); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fIntegral", &fIntegral); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBestErrors", &fBestErrors); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUseRange", &fUseRange); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAdd2FuncList", &fAdd2FuncList); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUseGradient", &fUseGradient); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAllWeights1", &fAllWeights1); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fImproveResults", &fImproveResults); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEmptyBinsWghts1", &fEmptyBinsWghts1); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMethodList", &fMethodList); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLinearFit", &fLinearFit); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNoChi2", &fNoChi2); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNoStoreDrawing", &fNoStoreDrawing); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNoDrawing", &fNoDrawing); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDrawSame", &fDrawSame); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDrawAdvanced", &fDrawAdvanced); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSliderX", &fSliderX); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSliderXMax", &fSliderXMax); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSliderXMin", &fSliderXMin); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSliderY", &fSliderY); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSliderYMax", &fSliderYMax); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSliderYMin", &fSliderYMin); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSliderZ", &fSliderZ); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSliderXParent", &fSliderXParent); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSliderYParent", &fSliderYParent); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSliderZParent", &fSliderZParent); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEnableRobust", &fEnableRobust); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRobustValue", &fRobustValue); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fOptDefault", &fOptDefault); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fOptVerbose", &fOptVerbose); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fOptQuiet", &fOptQuiet); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fParentPad", &fParentPad); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFitObject", &fFitObject); R__insp.Inspect(R__cl, R__insp.GetParent(), "fType", &fType); R__insp.Inspect(R__cl, R__insp.GetParent(), "fDim", &fDim); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fXaxis", &fXaxis); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fYaxis", &fYaxis); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fZaxis", &fZaxis); R__insp.Inspect(R__cl, R__insp.GetParent(), "fFuncPars", (void*)&fFuncPars); R__insp.InspectMember("vector", (void*)&fFuncPars, "fFuncPars.", false); R__insp.Inspect(R__cl, R__insp.GetParent(), "fPrevFit", (void*)&fPrevFit); R__insp.InspectMember("multimap", (void*)&fPrevFit, "fPrevFit.", false); R__insp.Inspect(R__cl, R__insp.GetParent(), "fSystemFuncs", (void*)&fSystemFuncs); R__insp.InspectMember("vector", (void*)&fSystemFuncs, "fSystemFuncs.", false); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLibMinuit", &fLibMinuit); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLibMinuit2", &fLibMinuit2); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLibFumili", &fLibFumili); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLibGSL", &fLibGSL); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLibGenetics", &fLibGenetics); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMinMethodList", &fMinMethodList); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fErrorScale", &fErrorScale); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTolerance", &fTolerance); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fIterations", &fIterations); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fStatusBar", &fStatusBar); TGMainFrame::ShowMembers(R__insp); } namespace ROOT { // Wrapper around operator delete static void delete_TFitEditor(void *p) { delete ((::TFitEditor*)p); } static void deleteArray_TFitEditor(void *p) { delete [] ((::TFitEditor*)p); } static void destruct_TFitEditor(void *p) { typedef ::TFitEditor current_t; ((current_t*)p)->~current_t(); } // Wrapper around a custom streamer member function. static void streamer_TFitEditor(TBuffer &buf, void *obj) { ((::TFitEditor*)obj)->::TFitEditor::Streamer(buf); } } // end of namespace ROOT for class ::TFitEditor //______________________________________________________________________________ void TFitParametersDialog::Streamer(TBuffer &R__b) { // Stream an object of class TFitParametersDialog. TGTransientFrame::Streamer(R__b); } //______________________________________________________________________________ void TFitParametersDialog::ShowMembers(TMemberInspector &R__insp) { // Inspect the data members of an object of class TFitParametersDialog. TClass *R__cl = ::TFitParametersDialog::IsA(); if (R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFunc", &fFunc); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFpad", &fFpad); R__insp.Inspect(R__cl, R__insp.GetParent(), "fHasChanges", &fHasChanges); R__insp.Inspect(R__cl, R__insp.GetParent(), "fImmediateDraw", &fImmediateDraw); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRetCode", &fRetCode); R__insp.Inspect(R__cl, R__insp.GetParent(), "fNP", &fNP); R__insp.Inspect(R__cl, R__insp.GetParent(), "fRangexmin", &fRangexmin); R__insp.Inspect(R__cl, R__insp.GetParent(), "fRangexmax", &fRangexmax); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPmin", &fPmin); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPmax", &fPmax); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPval", &fPval); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPerr", &fPerr); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPstp", &fPstp); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fContNam", &fContNam); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fContVal", &fContVal); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fContFix", &fContFix); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fContBnd", &fContBnd); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fContSld", &fContSld); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fContMin", &fContMin); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fContMax", &fContMax); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fContStp", &fContStp); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fContErr", &fContErr); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fParNam", &fParNam); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fParBnd", &fParBnd); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fParFix", &fParFix); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fParVal", &fParVal); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fParMin", &fParMin); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fParMax", &fParMax); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fParStp", &fParStp); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fParSld", &fParSld); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fParErr", &fParErr); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUpdate", &fUpdate); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fApply", &fApply); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fReset", &fReset); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fOK", &fOK); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCancel", &fCancel); R__insp.Inspect(R__cl, R__insp.GetParent(), "fTextEntries", &fTextEntries); R__insp.InspectMember(fTextEntries, "fTextEntries."); TGTransientFrame::ShowMembers(R__insp); } namespace ROOT { // Wrapper around operator delete static void delete_TFitParametersDialog(void *p) { delete ((::TFitParametersDialog*)p); } static void deleteArray_TFitParametersDialog(void *p) { delete [] ((::TFitParametersDialog*)p); } static void destruct_TFitParametersDialog(void *p) { typedef ::TFitParametersDialog current_t; ((current_t*)p)->~current_t(); } // Wrapper around a custom streamer member function. static void streamer_TFitParametersDialog(TBuffer &buf, void *obj) { ((::TFitParametersDialog*)obj)->::TFitParametersDialog::Streamer(buf); } } // end of namespace ROOT for class ::TFitParametersDialog //______________________________________________________________________________ void TTreeInput::Streamer(TBuffer &R__b) { // Stream an object of class TTreeInput. TGTransientFrame::Streamer(R__b); } //______________________________________________________________________________ void TTreeInput::ShowMembers(TMemberInspector &R__insp) { // Inspect the data members of an object of class TTreeInput. TClass *R__cl = ::TTreeInput::IsA(); if (R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTEVars", &fTEVars); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTECuts", &fTECuts); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fOk", &fOk); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCancel", &fCancel); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fStrvars", &fStrvars); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fStrcuts", &fStrcuts); TGTransientFrame::ShowMembers(R__insp); } namespace ROOT { // Wrapper around operator delete static void delete_TTreeInput(void *p) { delete ((::TTreeInput*)p); } static void deleteArray_TTreeInput(void *p) { delete [] ((::TTreeInput*)p); } static void destruct_TTreeInput(void *p) { typedef ::TTreeInput current_t; ((current_t*)p)->~current_t(); } // Wrapper around a custom streamer member function. static void streamer_TTreeInput(TBuffer &buf, void *obj) { ((::TTreeInput*)obj)->::TTreeInput::Streamer(buf); } } // end of namespace ROOT for class ::TTreeInput //______________________________________________________________________________ void TAdvancedGraphicsDialog::Streamer(TBuffer &R__b) { // Stream an object of class TAdvancedGraphicsDialog. TGTransientFrame::Streamer(R__b); } //______________________________________________________________________________ void TAdvancedGraphicsDialog::ShowMembers(TMemberInspector &R__insp) { // Inspect the data members of an object of class TAdvancedGraphicsDialog. TClass *R__cl = ::TAdvancedGraphicsDialog::IsA(); if (R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMainFrame", &fMainFrame); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTab", &fTab); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fContourFrame", &fContourFrame); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fContourPoints", &fContourPoints); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fContourPar1", &fContourPar1); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fContourPar2", &fContourPar2); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fContourError", &fContourError); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fContourOver", &fContourOver); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fContourColor", &fContourColor); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fScanFrame", &fScanFrame); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fScanPoints", &fScanPoints); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fScanPar", &fScanPar); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fScanMin", &fScanMin); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fScanMax", &fScanMax); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fConfFrame", &fConfFrame); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fConfLevel", &fConfLevel); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fConfColor", &fConfColor); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDraw", &fDraw); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fClose", &fClose); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFitter", &fFitter); TGTransientFrame::ShowMembers(R__insp); } namespace ROOT { // Wrapper around operator delete static void delete_TAdvancedGraphicsDialog(void *p) { delete ((::TAdvancedGraphicsDialog*)p); } static void deleteArray_TAdvancedGraphicsDialog(void *p) { delete [] ((::TAdvancedGraphicsDialog*)p); } static void destruct_TAdvancedGraphicsDialog(void *p) { typedef ::TAdvancedGraphicsDialog current_t; ((current_t*)p)->~current_t(); } // Wrapper around a custom streamer member function. static void streamer_TAdvancedGraphicsDialog(TBuffer &buf, void *obj) { ((::TAdvancedGraphicsDialog*)obj)->::TAdvancedGraphicsDialog::Streamer(buf); } } // end of namespace ROOT for class ::TAdvancedGraphicsDialog /******************************************************** * gui/fitpanel/src/G__FitPanel.cxx * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED * FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX(). * CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE. ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3)) #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif extern "C" void G__cpp_reset_tagtableG__FitPanel(); extern "C" void G__set_cpp_environmentG__FitPanel() { G__add_compiledheader("TObject.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("TAdvancedGraphicsDialog.h"); G__add_compiledheader("TFitEditor.h"); G__add_compiledheader("TFitParametersDialog.h"); G__add_compiledheader("TTreeInput.h"); G__cpp_reset_tagtableG__FitPanel(); } #include extern "C" int G__cpp_dllrevG__FitPanel() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* TTreeInput */ static int G__G__FitPanel_241_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TTreeInput* p = NULL; char* gvp = (char*) G__getgvp(); //m: 4 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TTreeInput( (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]) , (char*) G__int(libp->para[2]), (char*) G__int(libp->para[3])); } else { p = new((void*) gvp) TTreeInput( (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]) , (char*) G__int(libp->para[2]), (char*) G__int(libp->para[3])); } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__G__FitPanelLN_TTreeInput)); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_241_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) TTreeInput::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_241_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TTreeInput::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_241_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 115, (long) TTreeInput::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_241_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TTreeInput::Dictionary(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_241_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TTreeInput*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_241_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TTreeInput::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_241_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) TTreeInput::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_241_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TTreeInput::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_241_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) TTreeInput::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TTreeInput G__TTTreeInput; static int G__G__FitPanel_241_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { char* gvp = (char*) G__getgvp(); long soff = G__getstructoffset(); int n = G__getaryconstruct(); // //has_a_delete: 1 //has_own_delete1arg: 0 //has_own_delete2arg: 0 // if (!soff) { return(1); } if (n) { if (gvp == (char*)G__PVOID) { delete[] (TTreeInput*) soff; } else { G__setgvp((long) G__PVOID); for (int i = n - 1; i >= 0; --i) { ((TTreeInput*) (soff+(sizeof(TTreeInput)*i)))->~G__TTTreeInput(); } G__setgvp((long)gvp); } } else { if (gvp == (char*)G__PVOID) { delete (TTreeInput*) soff; } else { G__setgvp((long) G__PVOID); ((TTreeInput*) (soff))->~G__TTTreeInput(); G__setgvp((long)gvp); } } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } /* TAdvancedGraphicsDialog */ static int G__G__FitPanel_396_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TAdvancedGraphicsDialog* p = NULL; char* gvp = (char*) G__getgvp(); //m: 2 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TAdvancedGraphicsDialog((TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])); } else { p = new((void*) gvp) TAdvancedGraphicsDialog((TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])); } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__G__FitPanelLN_TAdvancedGraphicsDialog)); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_396_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TAdvancedGraphicsDialog*) G__getstructoffset())->DoDraw(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_396_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TAdvancedGraphicsDialog*) G__getstructoffset())->DoChangedScanPar((Int_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_396_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) TAdvancedGraphicsDialog::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_396_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TAdvancedGraphicsDialog::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_396_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 115, (long) TAdvancedGraphicsDialog::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_396_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TAdvancedGraphicsDialog::Dictionary(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_396_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TAdvancedGraphicsDialog*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_396_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TAdvancedGraphicsDialog::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_396_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) TAdvancedGraphicsDialog::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_396_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TAdvancedGraphicsDialog::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_396_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) TAdvancedGraphicsDialog::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TAdvancedGraphicsDialog G__TTAdvancedGraphicsDialog; static int G__G__FitPanel_396_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { char* gvp = (char*) G__getgvp(); long soff = G__getstructoffset(); int n = G__getaryconstruct(); // //has_a_delete: 1 //has_own_delete1arg: 0 //has_own_delete2arg: 0 // if (!soff) { return(1); } if (n) { if (gvp == (char*)G__PVOID) { delete[] (TAdvancedGraphicsDialog*) soff; } else { G__setgvp((long) G__PVOID); for (int i = n - 1; i >= 0; --i) { ((TAdvancedGraphicsDialog*) (soff+(sizeof(TAdvancedGraphicsDialog)*i)))->~G__TTAdvancedGraphicsDialog(); } G__setgvp((long)gvp); } } else { if (gvp == (char*)G__PVOID) { delete (TAdvancedGraphicsDialog*) soff; } else { G__setgvp((long) G__PVOID); ((TAdvancedGraphicsDialog*) (soff))->~G__TTAdvancedGraphicsDialog(); G__setgvp((long)gvp); } } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } /* TFitEditor */ static int G__G__FitPanel_402_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TFitEditor* p = NULL; char* gvp = (char*) G__getgvp(); //m: 2 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TFitEditor((TVirtualPad*) G__int(libp->para[0]), (TObject*) G__int(libp->para[1])); } else { p = new((void*) gvp) TFitEditor((TVirtualPad*) G__int(libp->para[0]), (TObject*) G__int(libp->para[1])); } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__G__FitPanelLN_TFitEditor)); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { switch (libp->paran) { case 1: G__letint(result7, 85, (long) ((TFitEditor*) G__getstructoffset())->GetListOfFittingFunctions((TObject*) G__int(libp->para[0]))); break; case 0: G__letint(result7, 85, (long) ((TFitEditor*) G__getstructoffset())->GetListOfFittingFunctions()); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { switch (libp->paran) { case 2: G__letint(result7, 85, (long) TFitEditor::GetInstance((TVirtualPad*) G__int(libp->para[0]), (TObject*) G__int(libp->para[1]))); break; case 1: G__letint(result7, 85, (long) TFitEditor::GetInstance((TVirtualPad*) G__int(libp->para[0]))); break; case 0: G__letint(result7, 85, (long) TFitEditor::GetInstance()); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->Hide(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->Show((TVirtualPad*) G__int(libp->para[0]), (TObject*) G__int(libp->para[1])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->ShowObjectName((TObject*) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((TFitEditor*) G__getstructoffset())->SetObjectType((TObject*) G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->Terminate(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->UpdateGUI(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->ConnectSlots(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->DisconnectSlots(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->SetFitObject((TVirtualPad*) G__int(libp->para[0]), (TObject*) G__int(libp->para[1]) , (Int_t) G__int(libp->para[2])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->SetFunction((const char*) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { switch (libp->paran) { case 1: ((TFitEditor*) G__getstructoffset())->FillFunctionList((Int_t) G__int(libp->para[0])); G__setnull(result7); break; case 0: ((TFitEditor*) G__getstructoffset())->FillFunctionList(); G__setnull(result7); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { switch (libp->paran) { case 1: ((TFitEditor*) G__getstructoffset())->FillMinMethodList((Int_t) G__int(libp->para[0])); G__setnull(result7); break; case 0: ((TFitEditor*) G__getstructoffset())->FillMinMethodList(); G__setnull(result7); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->DoAddition((Bool_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->DoAdvancedOptions(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->DoAllWeights1(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->DoClose(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->DoEmptyBinsAllWeights1(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->DoEnteredFunction(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->DoUpdate(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->DoFit(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->DoMaxIterations(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->DoDataSet((Int_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->DoFunction((Int_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->DoLinearFit(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->DoNoChi2(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->DoNoSelection(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->DoNoStoreDrawing(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->DoReset(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->DoRobustFit(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->DoSetParameters(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->DoSliderXMoved(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->DoNumericSliderXChanged(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->DoSliderYMoved(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->DoNumericSliderYChanged(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->DoSliderZMoved(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->DoUserDialog(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->DoUseFuncRange(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->DoLibrary((Bool_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->DoMinMethod((Int_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->DoPrintOpt((Bool_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) TFitEditor::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TFitEditor::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 115, (long) TFitEditor::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TFitEditor::Dictionary(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitEditor*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TFitEditor::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) TFitEditor::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TFitEditor::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_402_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) TFitEditor::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TFitEditor G__TTFitEditor; static int G__G__FitPanel_402_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { char* gvp = (char*) G__getgvp(); long soff = G__getstructoffset(); int n = G__getaryconstruct(); // //has_a_delete: 1 //has_own_delete1arg: 0 //has_own_delete2arg: 0 // if (!soff) { return(1); } if (n) { if (gvp == (char*)G__PVOID) { delete[] (TFitEditor*) soff; } else { G__setgvp((long) G__PVOID); for (int i = n - 1; i >= 0; --i) { ((TFitEditor*) (soff+(sizeof(TFitEditor)*i)))->~G__TTFitEditor(); } G__setgvp((long)gvp); } } else { if (gvp == (char*)G__PVOID) { delete (TFitEditor*) soff; } else { G__setgvp((long) G__PVOID); ((TFitEditor*) (soff))->~G__TTFitEditor(); G__setgvp((long)gvp); } } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } /* TFitParametersDialog */ static int G__G__FitPanel_423_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TFitParametersDialog* p = NULL; char* gvp = (char*) G__getgvp(); switch (libp->paran) { case 5: //m: 5 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TFitParametersDialog( (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]) , (TF1*) G__int(libp->para[2]), (TVirtualPad*) G__int(libp->para[3]) , (Int_t*) G__int(libp->para[4])); } else { p = new((void*) gvp) TFitParametersDialog( (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]) , (TF1*) G__int(libp->para[2]), (TVirtualPad*) G__int(libp->para[3]) , (Int_t*) G__int(libp->para[4])); } break; case 4: //m: 4 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TFitParametersDialog( (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]) , (TF1*) G__int(libp->para[2]), (TVirtualPad*) G__int(libp->para[3])); } else { p = new((void*) gvp) TFitParametersDialog( (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]) , (TF1*) G__int(libp->para[2]), (TVirtualPad*) G__int(libp->para[3])); } break; } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__G__FitPanelLN_TFitParametersDialog)); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_423_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitParametersDialog*) G__getstructoffset())->DoApply(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_423_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitParametersDialog*) G__getstructoffset())->DoCancel(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_423_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitParametersDialog*) G__getstructoffset())->DoOK(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_423_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitParametersDialog*) G__getstructoffset())->DoParFix((Bool_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_423_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitParametersDialog*) G__getstructoffset())->DoParBound((Bool_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_423_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitParametersDialog*) G__getstructoffset())->DoParMaxLimit(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_423_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitParametersDialog*) G__getstructoffset())->DoParMinLimit(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_423_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitParametersDialog*) G__getstructoffset())->DoParStep(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_423_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitParametersDialog*) G__getstructoffset())->DoParValue(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_423_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitParametersDialog*) G__getstructoffset())->DoReset(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_423_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitParametersDialog*) G__getstructoffset())->DoSlider(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_423_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitParametersDialog*) G__getstructoffset())->DrawFunction(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_423_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitParametersDialog*) G__getstructoffset())->HandleButtons((Bool_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_423_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitParametersDialog*) G__getstructoffset())->HandleShiftTab(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_423_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitParametersDialog*) G__getstructoffset())->HandleTab(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_423_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) TFitParametersDialog::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_423_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TFitParametersDialog::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_423_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 115, (long) TFitParametersDialog::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_423_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TFitParametersDialog::Dictionary(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_423_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TFitParametersDialog*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_423_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TFitParametersDialog::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_423_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) TFitParametersDialog::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_423_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TFitParametersDialog::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__FitPanel_423_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) TFitParametersDialog::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TFitParametersDialog G__TTFitParametersDialog; static int G__G__FitPanel_423_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { char* gvp = (char*) G__getgvp(); long soff = G__getstructoffset(); int n = G__getaryconstruct(); // //has_a_delete: 1 //has_own_delete1arg: 0 //has_own_delete2arg: 0 // if (!soff) { return(1); } if (n) { if (gvp == (char*)G__PVOID) { delete[] (TFitParametersDialog*) soff; } else { G__setgvp((long) G__PVOID); for (int i = n - 1; i >= 0; --i) { ((TFitParametersDialog*) (soff+(sizeof(TFitParametersDialog)*i)))->~G__TTFitParametersDialog(); } G__setgvp((long)gvp); } } else { if (gvp == (char*)G__PVOID) { delete (TFitParametersDialog*) soff; } else { G__setgvp((long) G__PVOID); ((TFitParametersDialog*) (soff))->~G__TTFitParametersDialog(); G__setgvp((long)gvp); } } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* TTreeInput */ /* TAdvancedGraphicsDialog */ /* TFitEditor */ /* TFitParametersDialog */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncG__FitPanel { public: G__Sizep2memfuncG__FitPanel(): p(&G__Sizep2memfuncG__FitPanel::sizep2memfunc) {} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncG__FitPanel::*p)(); }; size_t G__get_sizep2memfuncG__FitPanel() { G__Sizep2memfuncG__FitPanel a; G__setsizep2memfunc((int)a.sizep2memfunc()); return((size_t)a.sizep2memfunc()); } /********************************************************* * virtual base class offset calculation interface *********************************************************/ /* Setting up class inheritance */ /********************************************************* * Inheritance information setup/ *********************************************************/ extern "C" void G__cpp_setup_inheritanceG__FitPanel() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__FitPanelLN_TTreeInput))) { TTreeInput *G__Lderived; G__Lderived=(TTreeInput*)0x1000; { TGTransientFrame *G__Lpbase=(TGTransientFrame*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TTreeInput),G__get_linked_tagnum(&G__G__FitPanelLN_TGTransientFrame),(long)G__Lpbase-(long)G__Lderived,1,1); } { TGMainFrame *G__Lpbase=(TGMainFrame*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TTreeInput),G__get_linked_tagnum(&G__G__FitPanelLN_TGMainFrame),(long)G__Lpbase-(long)G__Lderived,1,0); } { TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TTreeInput),G__get_linked_tagnum(&G__G__FitPanelLN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0); } { TGFrame *G__Lpbase=(TGFrame*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TTreeInput),G__get_linked_tagnum(&G__G__FitPanelLN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0); } { TGWindow *G__Lpbase=(TGWindow*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TTreeInput),G__get_linked_tagnum(&G__G__FitPanelLN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0); } { TGObject *G__Lpbase=(TGObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TTreeInput),G__get_linked_tagnum(&G__G__FitPanelLN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0); } { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TTreeInput),G__get_linked_tagnum(&G__G__FitPanelLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0); } { TQObject *G__Lpbase=(TQObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TTreeInput),G__get_linked_tagnum(&G__G__FitPanelLN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0); } } if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__FitPanelLN_TAdvancedGraphicsDialog))) { TAdvancedGraphicsDialog *G__Lderived; G__Lderived=(TAdvancedGraphicsDialog*)0x1000; { TGTransientFrame *G__Lpbase=(TGTransientFrame*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TAdvancedGraphicsDialog),G__get_linked_tagnum(&G__G__FitPanelLN_TGTransientFrame),(long)G__Lpbase-(long)G__Lderived,1,1); } { TGMainFrame *G__Lpbase=(TGMainFrame*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TAdvancedGraphicsDialog),G__get_linked_tagnum(&G__G__FitPanelLN_TGMainFrame),(long)G__Lpbase-(long)G__Lderived,1,0); } { TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TAdvancedGraphicsDialog),G__get_linked_tagnum(&G__G__FitPanelLN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0); } { TGFrame *G__Lpbase=(TGFrame*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TAdvancedGraphicsDialog),G__get_linked_tagnum(&G__G__FitPanelLN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0); } { TGWindow *G__Lpbase=(TGWindow*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TAdvancedGraphicsDialog),G__get_linked_tagnum(&G__G__FitPanelLN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0); } { TGObject *G__Lpbase=(TGObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TAdvancedGraphicsDialog),G__get_linked_tagnum(&G__G__FitPanelLN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0); } { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TAdvancedGraphicsDialog),G__get_linked_tagnum(&G__G__FitPanelLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0); } { TQObject *G__Lpbase=(TQObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TAdvancedGraphicsDialog),G__get_linked_tagnum(&G__G__FitPanelLN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0); } } if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__FitPanelLN_TFitEditor))) { TFitEditor *G__Lderived; G__Lderived=(TFitEditor*)0x1000; { TGMainFrame *G__Lpbase=(TGMainFrame*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TFitEditor),G__get_linked_tagnum(&G__G__FitPanelLN_TGMainFrame),(long)G__Lpbase-(long)G__Lderived,1,1); } { TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TFitEditor),G__get_linked_tagnum(&G__G__FitPanelLN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0); } { TGFrame *G__Lpbase=(TGFrame*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TFitEditor),G__get_linked_tagnum(&G__G__FitPanelLN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0); } { TGWindow *G__Lpbase=(TGWindow*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TFitEditor),G__get_linked_tagnum(&G__G__FitPanelLN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0); } { TGObject *G__Lpbase=(TGObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TFitEditor),G__get_linked_tagnum(&G__G__FitPanelLN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0); } { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TFitEditor),G__get_linked_tagnum(&G__G__FitPanelLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0); } { TQObject *G__Lpbase=(TQObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TFitEditor),G__get_linked_tagnum(&G__G__FitPanelLN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0); } } if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__FitPanelLN_TFitParametersDialog))) { TFitParametersDialog *G__Lderived; G__Lderived=(TFitParametersDialog*)0x1000; { TGTransientFrame *G__Lpbase=(TGTransientFrame*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TFitParametersDialog),G__get_linked_tagnum(&G__G__FitPanelLN_TGTransientFrame),(long)G__Lpbase-(long)G__Lderived,1,1); } { TGMainFrame *G__Lpbase=(TGMainFrame*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TFitParametersDialog),G__get_linked_tagnum(&G__G__FitPanelLN_TGMainFrame),(long)G__Lpbase-(long)G__Lderived,1,0); } { TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TFitParametersDialog),G__get_linked_tagnum(&G__G__FitPanelLN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0); } { TGFrame *G__Lpbase=(TGFrame*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TFitParametersDialog),G__get_linked_tagnum(&G__G__FitPanelLN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0); } { TGWindow *G__Lpbase=(TGWindow*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TFitParametersDialog),G__get_linked_tagnum(&G__G__FitPanelLN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0); } { TGObject *G__Lpbase=(TGObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TFitParametersDialog),G__get_linked_tagnum(&G__G__FitPanelLN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0); } { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TFitParametersDialog),G__get_linked_tagnum(&G__G__FitPanelLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0); } { TQObject *G__Lpbase=(TQObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TFitParametersDialog),G__get_linked_tagnum(&G__G__FitPanelLN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableG__FitPanel() { /* Setting up typedef entry */ G__search_typename2("Int_t",105,-1,0,-1); G__setnewtype(-1,"Signed integer 4 bytes (int)",0); G__search_typename2("Bool_t",103,-1,0,-1); G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0); G__search_typename2("Version_t",115,-1,0,-1); G__setnewtype(-1,"Class version identifier (short)",0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__FitPanelLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__FitPanelLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__FitPanelLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__FitPanelLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("pair",117,G__get_linked_tagnum(&G__G__FitPanelLN_pairlEunsignedsPintcOintgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("vector >",117,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("vector >",117,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__FitPanelLN_reverse_iteratorlEvectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__FitPanelLN_reverse_iteratorlEvectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector >",117,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__G__FitPanelLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__G__FitPanelLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__G__FitPanelLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__G__FitPanelLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__G__FitPanelLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEROOTcLcLFitcLcLParameterSettingscOallocatorlEROOTcLcLFitcLcLParameterSettingsgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__FitPanelLN_reverse_iteratorlEvectorlEROOTcLcLFitcLcLParameterSettingscOallocatorlEROOTcLcLFitcLcLParameterSettingsgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEROOTcLcLFitcLcLParameterSettingscOallocatorlEROOTcLcLFitcLcLParameterSettingsgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__FitPanelLN_reverse_iteratorlEvectorlEROOTcLcLFitcLcLParameterSettingscOallocatorlEROOTcLcLFitcLcLParameterSettingsgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEROOTcLcLFitcLcLParameterSettingscOallocatorlEROOTcLcLFitcLcLParameterSettingsgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__FitPanelLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__FitPanelLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEdoublecOallocatorlEdoublegRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__FitPanelLN_reverse_iteratorlEvectorlEdoublecOallocatorlEdoublegRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEdoublecOallocatorlEdoublegRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__FitPanelLN_reverse_iteratorlEvectorlEdoublecOallocatorlEdoublegRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEdoublecOallocatorlEdoublegRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("map >",117,G__get_linked_tagnum(&G__G__FitPanelLN_maplEunsignedsPintcOpairlEdoublecOdoublegRcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOpairlEdoublecOdoublegRsPgRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("map >",117,G__get_linked_tagnum(&G__G__FitPanelLN_maplEunsignedsPintcOpairlEdoublecOdoublegRcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOpairlEdoublecOdoublegRsPgRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("map,less >",117,G__get_linked_tagnum(&G__G__FitPanelLN_maplEunsignedsPintcOpairlEdoublecOdoublegRcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOpairlEdoublecOdoublegRsPgRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEstringcOallocatorlEstringgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEstringcOallocatorlEstringgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__FitPanelLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEstringcOallocatorlEstringgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__FitPanelLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEstringcOallocatorlEstringgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEstringcOallocatorlEstringgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("auto_ptr",117,G__get_linked_tagnum(&G__G__FitPanelLN_auto_ptrlEROOTcLcLMathcLcLIBaseFunctionMultiDimgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("vector >",117,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("vector >",117,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__FitPanelLN_reverse_iteratorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__FitPanelLN_reverse_iteratorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector >",117,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcOallocatorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__FitPanelLN_reverse_iteratorlEvectorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcOallocatorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRsPgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcOallocatorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRsPgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__FitPanelLN_reverse_iteratorlEvectorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcOallocatorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRsPgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcOallocatorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRsPgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector,allocator > > >",117,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcOallocatorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEconstsPdoublemUcOallocatorlEconstsPdoublemUgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__FitPanelLN_reverse_iteratorlEvectorlEconstsPdoublemUcOallocatorlEconstsPdoublemUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEconstsPdoublemUcOallocatorlEconstsPdoublemUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__FitPanelLN_reverse_iteratorlEvectorlEconstsPdoublemUcOallocatorlEconstsPdoublemUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlEconstsPdoublemUcOallocatorlEconstsPdoublemUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlETFitEditorcLcLFuncParamData_tcOallocatorlETFitEditorcLcLFuncParamData_tgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__FitPanelLN_reverse_iteratorlEvectorlETFitEditorcLcLFuncParamData_tcOallocatorlETFitEditorcLcLFuncParamData_tgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlETFitEditorcLcLFuncParamData_tcOallocatorlETFitEditorcLcLFuncParamData_tgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__FitPanelLN_reverse_iteratorlEvectorlETFitEditorcLcLFuncParamData_tcOallocatorlETFitEditorcLcLFuncParamData_tgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlETFitEditorcLcLFuncParamData_tcOallocatorlETFitEditorcLcLFuncParamData_tgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlETFitEditorcLcLFuncParamData_tcOallocatorlETFitEditorcLcLFuncParamData_tgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("multimap",117,G__get_linked_tagnum(&G__G__FitPanelLN_multimaplETObjectmUcOTF1mUcOlesslETObjectmUgRcOallocatorlEpairlETObjectmUsPconstcOTF1mUgRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("multimap >",117,G__get_linked_tagnum(&G__G__FitPanelLN_multimaplETObjectmUcOTF1mUcOlesslETObjectmUgRcOallocatorlEpairlETObjectmUsPconstcOTF1mUgRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlETF1mUcOallocatorlETF1mUgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__FitPanelLN_reverse_iteratorlEvectorlETF1mUcOallocatorlETF1mUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlETF1mUcOallocatorlETF1mUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__FitPanelLN_reverse_iteratorlEvectorlETF1mUcOallocatorlETF1mUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlETF1mUcOallocatorlETF1mUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("FuncParams_t",117,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlETFitEditorcLcLFuncParamData_tcOallocatorlETFitEditorcLcLFuncParamData_tgRsPgR),0,G__get_linked_tagnum(&G__G__FitPanelLN_TFitEditor)); G__setnewtype(-1,NULL,0); } /********************************************************* * Data Member information setup/ *********************************************************/ /* Setting up class,struct,union tag member variable */ /* TTreeInput */ static void G__setup_memvarTTreeInput(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TTreeInput)); { TTreeInput *p; p=(TTreeInput*)0x1000; if (p) { } G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGTextEntry),-1,-1,4,"fTEVars=",0,"text entry widget for variables"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGTextEntry),-1,-1,4,"fTECuts=",0,"text entry widget for cuts"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGTextButton),-1,-1,4,"fOk=",0,"ok button"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGTextButton),-1,-1,4,"fCancel=",0,"cancel button"); G__memvar_setup((void*)0,67,0,0,-1,-1,-1,4,"fStrvars=",0,"address to store variables string"); G__memvar_setup((void*)0,67,0,0,-1,-1,-1,4,"fStrcuts=",0,"address to store cuts string"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } /* TAdvancedGraphicsDialog */ static void G__setup_memvarTAdvancedGraphicsDialog(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TAdvancedGraphicsDialog)); { TAdvancedGraphicsDialog *p; p=(TAdvancedGraphicsDialog*)0x1000; if (p) { } G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGVerticalFrame),-1,-1,4,"fMainFrame=",0,"Main Vertical Frame"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGTab),-1,-1,4,"fTab=",0,"Tab containing the available methods"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGVerticalFrame),-1,-1,4,"fContourFrame=",0,"Contour Frame"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGNumberEntry),-1,-1,4,"fContourPoints=",0,"Number of points for the graph"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGComboBox),-1,-1,4,"fContourPar1=",0,"Parameter 1 for Contour"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGComboBox),-1,-1,4,"fContourPar2=",0,"Parameter 2 for Contour"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGNumberEntry),-1,-1,4,"fContourError=",0,"Error Level for Contour"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCheckButton),-1,-1,4,"fContourOver=",0,"Superimpose the graphics"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGColorSelect),-1,-1,4,"fContourColor=",0,"Color for the graph"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGVerticalFrame),-1,-1,4,"fScanFrame=",0,"Scan Frame"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGNumberEntry),-1,-1,4,"fScanPoints=",0,"Number of points for the graph"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGComboBox),-1,-1,4,"fScanPar=",0,"Parameter for Scan"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGNumberEntry),-1,-1,4,"fScanMin=",0,"Min Value for Contour"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGNumberEntry),-1,-1,4,"fScanMax=",0,"Max Value for Contour"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGVerticalFrame),-1,-1,4,"fConfFrame=",0,"Confidence Intervals Frame"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGNumberEntry),-1,-1,4,"fConfLevel=",0,"Confidence Level"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGColorSelect),-1,-1,4,"fConfColor=",0,"Color for the graph"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGTextButton),-1,-1,4,"fDraw=",0,"ok button"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGTextButton),-1,-1,4,"fClose=",0,"cancel button"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TBackCompFitter),-1,-1,4,"fFitter=",0,"Fitter."); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } /* TFitEditor */ static void G__setup_memvarTFitEditor(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TFitEditor)); { TFitEditor *p; p=(TFitEditor*)0x1000; if (p) { } G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGTab),-1,-1,2,"fTab=",0,"tab widget holding the editor"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCompositeFrame),-1,-1,2,"fTabContainer=",0,"main tab container"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCompositeFrame),-1,-1,2,"fGeneral=",0,"general tab"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCompositeFrame),-1,-1,2,"fMinimization=",0,"minimization tab"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGTextButton),-1,-1,2,"fUpdateButton=",0,"updates data from gROOT and gDirectory"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGTextButton),-1,-1,2,"fFitButton=",0,"performs fitting"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGTextButton),-1,-1,2,"fResetButton=",0,"resets fit parameters"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGTextButton),-1,-1,2,"fCloseButton=",0,"close the fit panel"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGLabel),-1,-1,2,"fSelLabel=",0,"contains selected fit function"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGComboBox),-1,-1,2,"fDataSet=",0,"contains list of data set to be fitted"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGComboBox),-1,-1,2,"fTypeFit=",0,"contains the types of functions to be selected"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGComboBox),-1,-1,2,"fFuncList=",0,"contains function list"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGTextEntry),-1,-1,2,"fEnteredFunc=",0,"contains user function file name"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGTextButton),-1,-1,2,"fUserButton=",0,"opens a dialog for user-defined fit method"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGRadioButton),-1,-1,2,"fNone=",0,"set no operation mode"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGRadioButton),-1,-1,2,"fAdd=",0,"set addition mode"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGRadioButton),-1,-1,2,"fConv=",0,"set convolution mode"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGLayoutHints),-1,-1,2,"fLayoutNone=",0,"layout hints of fNone radio button"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGLayoutHints),-1,-1,2,"fLayoutAdd=",0,"layout hints of fAdd radio button"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGLayoutHints),-1,-1,2,"fLayoutConv=",0,"layout hints of fConv radio button"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGTextButton),-1,-1,2,"fSetParam=",0,"open set parameters dialog"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCheckButton),-1,-1,2,"fIntegral=",0,"switch on/off option 'integral'"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCheckButton),-1,-1,2,"fBestErrors=",0,"switch on/off option 'improve errors'"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCheckButton),-1,-1,2,"fUseRange=",0,"switch on/off option 'use function range'"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCheckButton),-1,-1,2,"fAdd2FuncList=",0,"switch on/off option 'add to list'"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCheckButton),-1,-1,2,"fUseGradient=",0,"switch on/off option 'use gradient'"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCheckButton),-1,-1,2,"fAllWeights1=",0,"switch on/off option 'all weights=1'"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCheckButton),-1,-1,2,"fImproveResults=",0,"switch on/off option 'improve fit results'"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCheckButton),-1,-1,2,"fEmptyBinsWghts1=",0,"switch on/off option 'include empry bins'"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGComboBox),-1,-1,2,"fMethodList=",0,"contains method list"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCheckButton),-1,-1,2,"fLinearFit=",0,"switch on/off linear fit option"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCheckButton),-1,-1,2,"fNoChi2=",0,"switch on/off option 'No Chi-square'"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCheckButton),-1,-1,2,"fNoStoreDrawing=",0,"switch on/off 'no store/drwing' option"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCheckButton),-1,-1,2,"fNoDrawing=",0,"switch on/off 'no drawing' option"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCheckButton),-1,-1,2,"fDrawSame=",0,"switch on/off fit function drawing"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGTextButton),-1,-1,2,"fDrawAdvanced=",0,"opens a dialog for advanced draw options"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGDoubleHSlider),-1,-1,2,"fSliderX=",0,"slider to set fit range along x-axis"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGNumberEntry),-1,-1,2,"fSliderXMax=",0,"entry to set the maximum in the range"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGNumberEntry),-1,-1,2,"fSliderXMin=",0,"entry to set the minumum in the range"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGDoubleHSlider),-1,-1,2,"fSliderY=",0,"slider to set fit range along y-axis"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGNumberEntry),-1,-1,2,"fSliderYMax=",0,"entry to set the maximum in the range"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGNumberEntry),-1,-1,2,"fSliderYMin=",0,"entry to set the minumum in the range"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGDoubleHSlider),-1,-1,2,"fSliderZ=",0,"slider to set fit range along z-axis"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGHorizontalFrame),-1,-1,2,"fSliderXParent=",0,"parent of fSliderX"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGHorizontalFrame),-1,-1,2,"fSliderYParent=",0,"parent of fSliderY"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGHorizontalFrame),-1,-1,2,"fSliderZParent=",0,"parent of fSliderZ"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCheckButton),-1,-1,2,"fEnableRobust=",0,"switch on/off robust option"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGNumberEntry),-1,-1,2,"fRobustValue=",0,"contains robust value for linear fit"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGRadioButton),-1,-1,2,"fOptDefault=",0,"set default printing mode"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGRadioButton),-1,-1,2,"fOptVerbose=",0,"set printing mode to 'Verbose'"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGRadioButton),-1,-1,2,"fOptQuiet=",0,"set printing mode to 'Quiet'"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TVirtualPad),-1,-1,2,"fParentPad=",0,"pad containing the object"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TObject),-1,-1,2,"fFitObject=",0,"selected object to fit"); G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_EObjectType),-1,-1,2,"fType=",0,"object type info"); G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fDim=",0,"object dimension"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TAxis),-1,-1,2,"fXaxis=",0,"x-axis"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TAxis),-1,-1,2,"fYaxis=",0,"y-axis"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TAxis),-1,-1,2,"fZaxis=",0,"z-axis"); G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlETFitEditorcLcLFuncParamData_tcOallocatorlETFitEditorcLcLFuncParamData_tgRsPgR),G__defined_typename("vector"),-1,2,"fFuncPars=",0,"function parameters (value + limits)"); G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_multimaplETObjectmUcOTF1mUcOlesslETObjectmUgRcOallocatorlEpairlETObjectmUsPconstcOTF1mUgRsPgRsPgR),G__defined_typename("multimap"),-1,2,"fPrevFit=",0,"Previous successful fits."); G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_vectorlETF1mUcOallocatorlETF1mUgRsPgR),G__defined_typename("vector"),-1,2,"fSystemFuncs=",0,"functions managed by the fitpanel"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGRadioButton),-1,-1,2,"fLibMinuit=",0,"set default minimization library (Minuit)"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGRadioButton),-1,-1,2,"fLibMinuit2=",0,"set Minuit2 as minimization library"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGRadioButton),-1,-1,2,"fLibFumili=",0,"set Fumili as minimization library"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGRadioButton),-1,-1,2,"fLibGSL=",0,"set GSL as minimization library"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGRadioButton),-1,-1,2,"fLibGenetics=",0,"set Genetic/GALib as minimization library"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGComboBox),-1,-1,2,"fMinMethodList=",0,"set the minimization method"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGNumberEntryField),-1,-1,2,"fErrorScale=",0,"contains error scale set for minimization"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGNumberEntryField),-1,-1,2,"fTolerance=",0,"contains tolerance set for minimization"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGNumberEntryField),-1,-1,2,"fIterations=",0,"contains maximum number of iterations"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGStatusBar),-1,-1,2,"fStatusBar=",0,"statusbar widget"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TFitEditor),-1,-2,2,"fgFitDialog=",0,"singleton fit panel"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } /* TFitParametersDialog */ static void G__setup_memvarTFitParametersDialog(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TFitParametersDialog)); { TFitParametersDialog *p; p=(TFitParametersDialog*)0x1000; if (p) { } G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TF1),-1,-1,2,"fFunc=",0,"function passed to this dialog"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TVirtualPad),-1,-1,2,"fFpad=",0,"pad where the function is drawn"); G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fHasChanges=",0,"kTRUE if function was redrawn;"); G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fImmediateDraw=",0,"kTRUE if function is updated on run-time"); G__memvar_setup((void*)0,73,0,0,-1,G__defined_typename("Int_t"),-1,2,"fRetCode=",0,"address to store return code"); G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNP=",0,"number of function parameters"); G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fRangexmin=",0,"min function range"); G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fRangexmax=",0,"max function range"); G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fPmin=",0,"min limits of patameters range"); G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fPmax=",0,"max limits of patameters range"); G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fPval=",0,"original patameters' values"); G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fPerr=",0,"original patameters' errors"); G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fPstp=",0,"original patameters' step"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCompositeFrame),-1,-1,2,"fContNam=",0,"container of parameter names"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCompositeFrame),-1,-1,2,"fContVal=",0,"container of parameter values"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCompositeFrame),-1,-1,2,"fContFix=",0,"container of fix settings"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCompositeFrame),-1,-1,2,"fContBnd=",0,"container of bound settings"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCompositeFrame),-1,-1,2,"fContSld=",0,"container of sliders"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCompositeFrame),-1,-1,2,"fContMin=",0,"container of min range values"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCompositeFrame),-1,-1,2,"fContMax=",0,"container of max range values"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCompositeFrame),-1,-1,2,"fContStp=",0,"container of step values"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCompositeFrame),-1,-1,2,"fContErr=",0,"container of error values"); G__memvar_setup((void*)0,85,2,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGTextEntry),-1,-1,2,"fParNam=",0,"parameter names"); G__memvar_setup((void*)0,85,2,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCheckButton),-1,-1,2,"fParBnd=",0,"bound setting switch"); G__memvar_setup((void*)0,85,2,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCheckButton),-1,-1,2,"fParFix=",0,"fix setting switch"); G__memvar_setup((void*)0,85,2,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGNumberEntry),-1,-1,2,"fParVal=",0,"parameter values"); G__memvar_setup((void*)0,85,2,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGNumberEntryField),-1,-1,2,"fParMin=",0,"min range values"); G__memvar_setup((void*)0,85,2,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGNumberEntryField),-1,-1,2,"fParMax=",0,"max range values"); G__memvar_setup((void*)0,85,2,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGNumberEntry),-1,-1,2,"fParStp=",0,"step values"); G__memvar_setup((void*)0,85,2,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGTripleHSlider),-1,-1,2,"fParSld=",0,"triple sliders"); G__memvar_setup((void*)0,85,2,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGNumberEntryField),-1,-1,2,"fParErr=",0,"error values"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGCheckButton),-1,-1,2,"fUpdate=",0,"immediate update switch"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGTextButton),-1,-1,2,"fApply=",0,"Apply button"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGTextButton),-1,-1,2,"fReset=",0,"Reset button"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGTextButton),-1,-1,2,"fOK=",0,"OK button"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TGTextButton),-1,-1,2,"fCancel=",0,"Cancel button"); G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TList),-1,-1,2,"fTextEntries=",0,"list of text entries used for keyboard navigation"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__FitPanelLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarG__FitPanel() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncTTreeInput(void) { /* TTreeInput */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TTreeInput)); G__memfunc_setup("TTreeInput",1012,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__FitPanelLN_TTreeInput), -1, 0, 1, 1, 4, 0, "u 'TTreeInput' - 11 - -", "Not implemented", (void*) NULL, 0); G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__FitPanelLN_TTreeInput), -1, 1, 1, 1, 4, 0, "u 'TTreeInput' - 11 - -", "Not implemented", (void*) NULL, 0); G__memfunc_setup("TTreeInput",1012,G__G__FitPanel_241_0_3, 105, G__get_linked_tagnum(&G__G__FitPanelLN_TTreeInput), -1, 0, 4, 1, 1, 0, "U 'TGWindow' - 10 - p U 'TGWindow' - 10 - main " "C - - 0 - strvars C - - 0 - strcuts", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("ProcessMessage",1444,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, "l - 'Long_t' 0 - msg l - 'Long_t' 0 - parm1 " "l - 'Long_t' 0 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Class",502,G__G__FitPanel_241_0_5, 85, G__get_linked_tagnum(&G__G__FitPanelLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TTreeInput::Class) ), 0); G__memfunc_setup("Class_Name",982,G__G__FitPanel_241_0_6, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTreeInput::Class_Name) ), 0); G__memfunc_setup("Class_Version",1339,G__G__FitPanel_241_0_7, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TTreeInput::Class_Version) ), 0); G__memfunc_setup("Dictionary",1046,G__G__FitPanel_241_0_8, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TTreeInput::Dictionary) ), 0); G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__FitPanelLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("StreamerNVirtual",1656,G__G__FitPanel_241_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("DeclFileName",1145,G__G__FitPanel_241_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTreeInput::DeclFileName) ), 0); G__memfunc_setup("ImplFileLine",1178,G__G__FitPanel_241_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTreeInput::ImplFileLine) ), 0); G__memfunc_setup("ImplFileName",1171,G__G__FitPanel_241_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTreeInput::ImplFileName) ), 0); G__memfunc_setup("DeclFileLine",1152,G__G__FitPanel_241_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTreeInput::DeclFileLine) ), 0); // automatic destructor G__memfunc_setup("~TTreeInput", 1138, G__G__FitPanel_241_0_17, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1); G__tag_memfunc_reset(); } static void G__setup_memfuncTAdvancedGraphicsDialog(void) { /* TAdvancedGraphicsDialog */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TAdvancedGraphicsDialog)); G__memfunc_setup("CreateContourFrame",1833,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("CreateScanFrame",1476,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("CreateConfFrame",1477,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("AddParameters",1309,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "U 'TGComboBox' - 0 - -", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("DrawContour",1144,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("DrawScan",787,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("DrawConfidenceLevels",2023,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("ConnectSlots",1247,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("TAdvancedGraphicsDialog",2283,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__FitPanelLN_TAdvancedGraphicsDialog), -1, 0, 1, 1, 4, 0, "u 'TAdvancedGraphicsDialog' - 11 - -", "Not implemented", (void*) NULL, 0); G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__FitPanelLN_TAdvancedGraphicsDialog), -1, 1, 1, 1, 4, 0, "u 'TAdvancedGraphicsDialog' - 11 - -", "Not implemented", (void*) NULL, 0); G__memfunc_setup("TAdvancedGraphicsDialog",2283,G__G__FitPanel_396_0_11, 105, G__get_linked_tagnum(&G__G__FitPanelLN_TAdvancedGraphicsDialog), -1, 0, 2, 1, 1, 0, "U 'TGWindow' - 10 - p U 'TGWindow' - 10 - main", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("DoDraw",577,G__G__FitPanel_396_0_12, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("DoChangedScanPar",1541,G__G__FitPanel_396_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - selected", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Class",502,G__G__FitPanel_396_0_14, 85, G__get_linked_tagnum(&G__G__FitPanelLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TAdvancedGraphicsDialog::Class) ), 0); G__memfunc_setup("Class_Name",982,G__G__FitPanel_396_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAdvancedGraphicsDialog::Class_Name) ), 0); G__memfunc_setup("Class_Version",1339,G__G__FitPanel_396_0_16, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TAdvancedGraphicsDialog::Class_Version) ), 0); G__memfunc_setup("Dictionary",1046,G__G__FitPanel_396_0_17, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TAdvancedGraphicsDialog::Dictionary) ), 0); G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__FitPanelLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("StreamerNVirtual",1656,G__G__FitPanel_396_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("DeclFileName",1145,G__G__FitPanel_396_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAdvancedGraphicsDialog::DeclFileName) ), 0); G__memfunc_setup("ImplFileLine",1178,G__G__FitPanel_396_0_23, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TAdvancedGraphicsDialog::ImplFileLine) ), 0); G__memfunc_setup("ImplFileName",1171,G__G__FitPanel_396_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAdvancedGraphicsDialog::ImplFileName) ), 0); G__memfunc_setup("DeclFileLine",1152,G__G__FitPanel_396_0_25, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TAdvancedGraphicsDialog::DeclFileLine) ), 0); // automatic destructor G__memfunc_setup("~TAdvancedGraphicsDialog", 2409, G__G__FitPanel_396_0_26, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1); G__tag_memfunc_reset(); } static void G__setup_memfuncTFitEditor(void) { /* TFitEditor */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TFitEditor)); G__memfunc_setup("GetFunctionsFromSystem",2290,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("ProcessTreeInput",1663,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 2, 0, "U 'TObject' - 0 - objSelected i - 'Int_t' 0 - selected " "u 'TString' - 0 - variables u 'TString' - 0 - cuts", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("FindFunction",1223,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__FitPanelLN_TF1), -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("FillDataSetList",1481,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("BuildMethodList",1517,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__FitPanelLN_TGComboBox), -1, 0, 2, 1, 2, 0, "U 'TGFrame' - 0 - parent i - 'Int_t' 0 - id", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetRanges",896,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "u 'ROOT::Fit::DataRange' - 1 - -", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetFitFunction",1417,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__FitPanelLN_TF1), -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetFitObjectListOfFunctions",2724,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__FitPanelLN_TList), -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("DrawSelection",1332,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "g - - 0 'false' restore", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("CheckFunctionString",1947,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 0, "C - - 10 - str", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("CreateFunctionGroup",1959,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("CreateGeneralTab",1577,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("CreateMinimizationTab",2147,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("MakeTitle",896,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, "U 'TGCompositeFrame' - 0 - parent C - - 10 - title", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("HasFitFunction",1413,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__FitPanelLN_TF1), -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetEditable",1094,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "g - 'Bool_t' 0 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("TFitEditor",990,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__FitPanelLN_TFitEditor), -1, 0, 1, 1, 4, 0, "u 'TFitEditor' - 11 - -", "not implemented", (void*) NULL, 0); G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__FitPanelLN_TFitEditor), -1, 1, 1, 1, 4, 0, "u 'TFitEditor' - 11 - -", "not implemented", (void*) NULL, 0); G__memfunc_setup("RetrieveOptions",1586,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 4, 0, "u 'Foption_t' - 1 - - u 'TString' - 1 - - " "u 'ROOT::Math::MinimizerOptions' - 1 - - i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("TFitEditor",990,G__G__FitPanel_402_0_20, 105, G__get_linked_tagnum(&G__G__FitPanelLN_TFitEditor), -1, 0, 2, 1, 1, 0, "U 'TVirtualPad' - 0 - pad U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetListOfFittingFunctions",2559,G__G__FitPanel_402_0_21, 85, G__get_linked_tagnum(&G__G__FitPanelLN_TList), -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 '0' obj", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetInstance",1109,G__G__FitPanel_402_0_22, 85, G__get_linked_tagnum(&G__G__FitPanelLN_TFitEditor), -1, 0, 2, 3, 1, 0, "U 'TVirtualPad' - 0 '0' pad U 'TObject' - 0 '0' obj", (char*)NULL, (void*) G__func2void( (TFitEditor* (*)(TVirtualPad*, TObject*))(&TFitEditor::GetInstance) ), 0); G__memfunc_setup("GetDrawOption",1319,(G__InterfaceMethod) NULL,67, -1, G__defined_typename("Option_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Hide",378,G__G__FitPanel_402_0_24, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Show",417,G__G__FitPanel_402_0_25, 121, -1, -1, 0, 2, 1, 1, 0, "U 'TVirtualPad' - 0 - pad U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ShowObjectName",1401,G__G__FitPanel_402_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetObjectType",1317,G__G__FitPanel_402_0_27, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Terminate",937,G__G__FitPanel_402_0_28, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("UpdateGUI",840,G__G__FitPanel_402_0_29, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("CloseWindow",1134,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ConnectSlots",1247,G__G__FitPanel_402_0_31, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DisconnectSlots",1567,G__G__FitPanel_402_0_32, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); 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); G__memfunc_setup("SetCanvas",904,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TCanvas' - 0 - c", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetFitObject",1190,G__G__FitPanel_402_0_35, 121, -1, -1, 0, 3, 1, 1, 0, "U 'TVirtualPad' - 0 - pad U 'TObject' - 0 - obj " "i - 'Int_t' 0 - event", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetFunction",1138,G__G__FitPanel_402_0_36, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - function", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("FillFunctionList",1641,G__G__FitPanel_402_0_37, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '-1' selected", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("FillMinMethodList",1704,G__G__FitPanel_402_0_38, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '-1' selected", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("DoAddition",991,G__G__FitPanel_402_0_39, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - on", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoAdvancedOptions",1717,G__G__FitPanel_402_0_40, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoAllWeights1",1240,G__G__FitPanel_402_0_41, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoClose",681,G__G__FitPanel_402_0_42, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoEmptyBinsAllWeights1",2163,G__G__FitPanel_402_0_43, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoEnteredFunction",1728,G__G__FitPanel_402_0_44, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoUpdate",790,G__G__FitPanel_402_0_45, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoFit",470,G__G__FitPanel_402_0_46, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoMaxIterations",1531,G__G__FitPanel_402_0_47, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoDataSet",857,G__G__FitPanel_402_0_48, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - sel", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoFunction",1017,G__G__FitPanel_402_0_49, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - sel", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoLinearFit",1073,G__G__FitPanel_402_0_50, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoNoChi2",694,G__G__FitPanel_402_0_51, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoNoSelection",1302,G__G__FitPanel_402_0_52, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoNoStoreDrawing",1609,G__G__FitPanel_402_0_53, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoReset",694,G__G__FitPanel_402_0_54, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoRobustFit",1109,G__G__FitPanel_402_0_55, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoSetParameters",1523,G__G__FitPanel_402_0_56, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoSliderXMoved",1385,G__G__FitPanel_402_0_57, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoNumericSliderXChanged",2283,G__G__FitPanel_402_0_58, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoSliderYMoved",1386,G__G__FitPanel_402_0_59, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoNumericSliderYChanged",2284,G__G__FitPanel_402_0_60, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoSliderZMoved",1387,G__G__FitPanel_402_0_61, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoUserDialog",1186,G__G__FitPanel_402_0_62, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoUseFuncRange",1369,G__G__FitPanel_402_0_63, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoLibrary",904,G__G__FitPanel_402_0_64, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - on", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoMinMethod",1080,G__G__FitPanel_402_0_65, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoPrintOpt",1011,G__G__FitPanel_402_0_66, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - on", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Class",502,G__G__FitPanel_402_0_67, 85, G__get_linked_tagnum(&G__G__FitPanelLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TFitEditor::Class) ), 0); G__memfunc_setup("Class_Name",982,G__G__FitPanel_402_0_68, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFitEditor::Class_Name) ), 0); G__memfunc_setup("Class_Version",1339,G__G__FitPanel_402_0_69, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TFitEditor::Class_Version) ), 0); G__memfunc_setup("Dictionary",1046,G__G__FitPanel_402_0_70, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TFitEditor::Dictionary) ), 0); G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__FitPanelLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("StreamerNVirtual",1656,G__G__FitPanel_402_0_74, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("DeclFileName",1145,G__G__FitPanel_402_0_75, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFitEditor::DeclFileName) ), 0); G__memfunc_setup("ImplFileLine",1178,G__G__FitPanel_402_0_76, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TFitEditor::ImplFileLine) ), 0); G__memfunc_setup("ImplFileName",1171,G__G__FitPanel_402_0_77, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFitEditor::ImplFileName) ), 0); G__memfunc_setup("DeclFileLine",1152,G__G__FitPanel_402_0_78, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TFitEditor::DeclFileLine) ), 0); // automatic destructor G__memfunc_setup("~TFitEditor", 1116, G__G__FitPanel_402_0_79, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1); G__tag_memfunc_reset(); } static void G__setup_memfuncTFitParametersDialog(void) { /* TFitParametersDialog */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__FitPanelLN_TFitParametersDialog)); G__memfunc_setup("DisconnectSlots",1567,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("TFitParametersDialog",2011,G__G__FitPanel_423_0_2, 105, G__get_linked_tagnum(&G__G__FitPanelLN_TFitParametersDialog), -1, 0, 5, 1, 1, 0, "U 'TGWindow' - 10 - p U 'TGWindow' - 10 - main " "U 'TF1' - 0 - func U 'TVirtualPad' - 0 - pad " "I - 'Int_t' 0 '0' ret_code", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("CloseWindow",1134,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoApply",697,G__G__FitPanel_423_0_4, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoCancel",761,G__G__FitPanel_423_0_5, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoOK",333,G__G__FitPanel_423_0_6, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoParFix",765,G__G__FitPanel_423_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - on", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoParBound",974,G__G__FitPanel_423_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - on", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoParMaxLimit",1275,G__G__FitPanel_423_0_9, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoParMinLimit",1273,G__G__FitPanel_423_0_10, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoParStep",882,G__G__FitPanel_423_0_11, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoParValue",979,G__G__FitPanel_423_0_12, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoReset",694,G__G__FitPanel_423_0_13, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DoSlider",790,G__G__FitPanel_423_0_14, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DrawFunction",1236,G__G__FitPanel_423_0_15, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("HandleButtons",1339,G__G__FitPanel_423_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - update", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("HandleShiftTab",1377,G__G__FitPanel_423_0_17, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("HandleTab",867,G__G__FitPanel_423_0_18, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetParameters",1344,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Class",502,G__G__FitPanel_423_0_20, 85, G__get_linked_tagnum(&G__G__FitPanelLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TFitParametersDialog::Class) ), 0); G__memfunc_setup("Class_Name",982,G__G__FitPanel_423_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFitParametersDialog::Class_Name) ), 0); G__memfunc_setup("Class_Version",1339,G__G__FitPanel_423_0_22, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TFitParametersDialog::Class_Version) ), 0); G__memfunc_setup("Dictionary",1046,G__G__FitPanel_423_0_23, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TFitParametersDialog::Dictionary) ), 0); G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__FitPanelLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("StreamerNVirtual",1656,G__G__FitPanel_423_0_27, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("DeclFileName",1145,G__G__FitPanel_423_0_28, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFitParametersDialog::DeclFileName) ), 0); G__memfunc_setup("ImplFileLine",1178,G__G__FitPanel_423_0_29, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TFitParametersDialog::ImplFileLine) ), 0); G__memfunc_setup("ImplFileName",1171,G__G__FitPanel_423_0_30, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFitParametersDialog::ImplFileName) ), 0); G__memfunc_setup("DeclFileLine",1152,G__G__FitPanel_423_0_31, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TFitParametersDialog::DeclFileLine) ), 0); // automatic destructor G__memfunc_setup("~TFitParametersDialog", 2137, G__G__FitPanel_423_0_32, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncG__FitPanel() { } /********************************************************* * Global variable information setup for each class *********************************************************/ static void G__cpp_setup_global0() { /* Setting up global variables */ G__resetplocal(); } static void G__cpp_setup_global1() { } static void G__cpp_setup_global2() { } static void G__cpp_setup_global3() { } static void G__cpp_setup_global4() { } static void G__cpp_setup_global5() { } static void G__cpp_setup_global6() { G__resetglobalenv(); } extern "C" void G__cpp_setup_globalG__FitPanel() { G__cpp_setup_global0(); G__cpp_setup_global1(); G__cpp_setup_global2(); G__cpp_setup_global3(); G__cpp_setup_global4(); G__cpp_setup_global5(); G__cpp_setup_global6(); } /********************************************************* * Global function information setup for each class *********************************************************/ static void G__cpp_setup_func0() { G__lastifuncposition(); } static void G__cpp_setup_func1() { } static void G__cpp_setup_func2() { } static void G__cpp_setup_func3() { } static void G__cpp_setup_func4() { } static void G__cpp_setup_func5() { } static void G__cpp_setup_func6() { } static void G__cpp_setup_func7() { } static void G__cpp_setup_func8() { } static void G__cpp_setup_func9() { } static void G__cpp_setup_func10() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcG__FitPanel() { G__cpp_setup_func0(); G__cpp_setup_func1(); G__cpp_setup_func2(); G__cpp_setup_func3(); G__cpp_setup_func4(); G__cpp_setup_func5(); G__cpp_setup_func6(); G__cpp_setup_func7(); G__cpp_setup_func8(); G__cpp_setup_func9(); G__cpp_setup_func10(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__G__FitPanelLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TString = { "TString" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_ROOT = { "ROOT" , 110 , -1 }; G__linked_taginfo G__G__FitPanelLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TList = { "TList" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TGObject = { "TGObject" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TQObject = { "TQObject" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TGWindow = { "TGWindow" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_pairlEunsignedsPintcOintgR = { "pair" , 115 , -1 }; G__linked_taginfo G__G__FitPanelLN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR = { "vector,allocator > >" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_reverse_iteratorlEvectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgRcLcLiteratorgR = { "reverse_iterator,allocator > >::iterator>" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TGFrame = { "TGFrame" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TGCompositeFrame = { "TGCompositeFrame" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TGLayoutHints = { "TGLayoutHints" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR = { "iterator" , 115 , -1 }; G__linked_taginfo G__G__FitPanelLN_TGTextButton = { "TGTextButton" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TGVerticalFrame = { "TGVerticalFrame" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TGHorizontalFrame = { "TGHorizontalFrame" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TGMainFrame = { "TGMainFrame" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TGTransientFrame = { "TGTransientFrame" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TGLabel = { "TGLabel" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TGTextEntry = { "TGTextEntry" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TTreeInput = { "TTreeInput" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TGCheckButton = { "TGCheckButton" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TGRadioButton = { "TGRadioButton" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TGComboBox = { "TGComboBox" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TGNumberEntryField = { "TGNumberEntryField" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TGNumberEntry = { "TGNumberEntry" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TGTab = { "TGTab" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TGColorSelect = { "TGColorSelect" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_Foption_t = { "Foption_t" , 115 , -1 }; G__linked_taginfo G__G__FitPanelLN_ROOTcLcLFit = { "ROOT::Fit" , 110 , -1 }; G__linked_taginfo G__G__FitPanelLN_ROOTcLcLMath = { "ROOT::Math" , 110 , -1 }; G__linked_taginfo G__G__FitPanelLN_ROOTcLcLMathcLcLMinimizerOptions = { "ROOT::Math::MinimizerOptions" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_vectorlEROOTcLcLFitcLcLParameterSettingscOallocatorlEROOTcLcLFitcLcLParameterSettingsgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_reverse_iteratorlEvectorlEROOTcLcLFitcLcLParameterSettingscOallocatorlEROOTcLcLFitcLcLParameterSettingsgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_vectorlEdoublecOallocatorlEdoublegRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_reverse_iteratorlEvectorlEdoublecOallocatorlEdoublegRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_maplEunsignedsPintcOpairlEdoublecOdoublegRcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOpairlEdoublecOdoublegRsPgRsPgRsPgR = { "map,less,allocator > > >" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_vectorlEstringcOallocatorlEstringgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_auto_ptrlEROOTcLcLMathcLcLIBaseFunctionMultiDimgR = { "auto_ptr" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_ROOTcLcLFitcLcLDataRange = { "ROOT::Fit::DataRange" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_vectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgR = { "vector,allocator > >" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_reverse_iteratorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcLcLiteratorgR = { "reverse_iterator,allocator > >::iterator>" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_vectorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcOallocatorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRsPgRsPgR = { "vector,allocator > >,allocator,allocator > > > >" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_reverse_iteratorlEvectorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcOallocatorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRsPgRsPgRcLcLiteratorgR = { "reverse_iterator,allocator > >,allocator,allocator > > > >::iterator>" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_vectorlEconstsPdoublemUcOallocatorlEconstsPdoublemUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_reverse_iteratorlEvectorlEconstsPdoublemUcOallocatorlEconstsPdoublemUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TBackCompFitter = { "TBackCompFitter" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TF1 = { "TF1" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TAxis = { "TAxis" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TAdvancedGraphicsDialog = { "TAdvancedGraphicsDialog" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_EObjectType = { "EObjectType" , 101 , -1 }; G__linked_taginfo G__G__FitPanelLN_TVirtualPad = { "TVirtualPad" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TCanvas = { "TCanvas" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TGDoubleHSlider = { "TGDoubleHSlider" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TGStatusBar = { "TGStatusBar" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TFitEditor = { "TFitEditor" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_vectorlETFitEditorcLcLFuncParamData_tcOallocatorlETFitEditorcLcLFuncParamData_tgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_reverse_iteratorlEvectorlETFitEditorcLcLFuncParamData_tcOallocatorlETFitEditorcLcLFuncParamData_tgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_multimaplETObjectmUcOTF1mUcOlesslETObjectmUgRcOallocatorlEpairlETObjectmUsPconstcOTF1mUgRsPgRsPgR = { "multimap,allocator > >" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_vectorlETF1mUcOallocatorlETF1mUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_reverse_iteratorlEvectorlETF1mUcOallocatorlETF1mUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TGTripleHSlider = { "TGTripleHSlider" , 99 , -1 }; G__linked_taginfo G__G__FitPanelLN_TFitParametersDialog = { "TFitParametersDialog" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableG__FitPanel() { G__G__FitPanelLN_TClass.tagnum = -1 ; G__G__FitPanelLN_TBuffer.tagnum = -1 ; G__G__FitPanelLN_TMemberInspector.tagnum = -1 ; G__G__FitPanelLN_TObject.tagnum = -1 ; G__G__FitPanelLN_TString.tagnum = -1 ; G__G__FitPanelLN_ROOT.tagnum = -1 ; G__G__FitPanelLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ; G__G__FitPanelLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ; G__G__FitPanelLN_TList.tagnum = -1 ; G__G__FitPanelLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ; G__G__FitPanelLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__G__FitPanelLN_TGObject.tagnum = -1 ; G__G__FitPanelLN_TQObject.tagnum = -1 ; G__G__FitPanelLN_TGWindow.tagnum = -1 ; G__G__FitPanelLN_pairlEunsignedsPintcOintgR.tagnum = -1 ; G__G__FitPanelLN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR.tagnum = -1 ; G__G__FitPanelLN_reverse_iteratorlEvectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgRcLcLiteratorgR.tagnum = -1 ; G__G__FitPanelLN_TGFrame.tagnum = -1 ; G__G__FitPanelLN_TGCompositeFrame.tagnum = -1 ; G__G__FitPanelLN_TGLayoutHints.tagnum = -1 ; G__G__FitPanelLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR.tagnum = -1 ; G__G__FitPanelLN_TGTextButton.tagnum = -1 ; G__G__FitPanelLN_TGVerticalFrame.tagnum = -1 ; G__G__FitPanelLN_TGHorizontalFrame.tagnum = -1 ; G__G__FitPanelLN_TGMainFrame.tagnum = -1 ; G__G__FitPanelLN_TGTransientFrame.tagnum = -1 ; G__G__FitPanelLN_TGLabel.tagnum = -1 ; G__G__FitPanelLN_TGTextEntry.tagnum = -1 ; G__G__FitPanelLN_TTreeInput.tagnum = -1 ; G__G__FitPanelLN_TGCheckButton.tagnum = -1 ; G__G__FitPanelLN_TGRadioButton.tagnum = -1 ; G__G__FitPanelLN_TGComboBox.tagnum = -1 ; G__G__FitPanelLN_TGNumberEntryField.tagnum = -1 ; G__G__FitPanelLN_TGNumberEntry.tagnum = -1 ; G__G__FitPanelLN_TGTab.tagnum = -1 ; G__G__FitPanelLN_TGColorSelect.tagnum = -1 ; G__G__FitPanelLN_Foption_t.tagnum = -1 ; G__G__FitPanelLN_ROOTcLcLFit.tagnum = -1 ; G__G__FitPanelLN_ROOTcLcLMath.tagnum = -1 ; G__G__FitPanelLN_ROOTcLcLMathcLcLMinimizerOptions.tagnum = -1 ; G__G__FitPanelLN_vectorlEROOTcLcLFitcLcLParameterSettingscOallocatorlEROOTcLcLFitcLcLParameterSettingsgRsPgR.tagnum = -1 ; G__G__FitPanelLN_reverse_iteratorlEvectorlEROOTcLcLFitcLcLParameterSettingscOallocatorlEROOTcLcLFitcLcLParameterSettingsgRsPgRcLcLiteratorgR.tagnum = -1 ; G__G__FitPanelLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR.tagnum = -1 ; G__G__FitPanelLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR.tagnum = -1 ; G__G__FitPanelLN_vectorlEdoublecOallocatorlEdoublegRsPgR.tagnum = -1 ; G__G__FitPanelLN_reverse_iteratorlEvectorlEdoublecOallocatorlEdoublegRsPgRcLcLiteratorgR.tagnum = -1 ; G__G__FitPanelLN_maplEunsignedsPintcOpairlEdoublecOdoublegRcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOpairlEdoublecOdoublegRsPgRsPgRsPgR.tagnum = -1 ; G__G__FitPanelLN_vectorlEstringcOallocatorlEstringgRsPgR.tagnum = -1 ; G__G__FitPanelLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR.tagnum = -1 ; G__G__FitPanelLN_auto_ptrlEROOTcLcLMathcLcLIBaseFunctionMultiDimgR.tagnum = -1 ; G__G__FitPanelLN_ROOTcLcLFitcLcLDataRange.tagnum = -1 ; G__G__FitPanelLN_vectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgR.tagnum = -1 ; G__G__FitPanelLN_reverse_iteratorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcLcLiteratorgR.tagnum = -1 ; G__G__FitPanelLN_vectorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcOallocatorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRsPgRsPgR.tagnum = -1 ; G__G__FitPanelLN_reverse_iteratorlEvectorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcOallocatorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRsPgRsPgRcLcLiteratorgR.tagnum = -1 ; G__G__FitPanelLN_vectorlEconstsPdoublemUcOallocatorlEconstsPdoublemUgRsPgR.tagnum = -1 ; G__G__FitPanelLN_reverse_iteratorlEvectorlEconstsPdoublemUcOallocatorlEconstsPdoublemUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__G__FitPanelLN_TBackCompFitter.tagnum = -1 ; G__G__FitPanelLN_TF1.tagnum = -1 ; G__G__FitPanelLN_TAxis.tagnum = -1 ; G__G__FitPanelLN_TAdvancedGraphicsDialog.tagnum = -1 ; G__G__FitPanelLN_EObjectType.tagnum = -1 ; G__G__FitPanelLN_TVirtualPad.tagnum = -1 ; G__G__FitPanelLN_TCanvas.tagnum = -1 ; G__G__FitPanelLN_TGDoubleHSlider.tagnum = -1 ; G__G__FitPanelLN_TGStatusBar.tagnum = -1 ; G__G__FitPanelLN_TFitEditor.tagnum = -1 ; G__G__FitPanelLN_vectorlETFitEditorcLcLFuncParamData_tcOallocatorlETFitEditorcLcLFuncParamData_tgRsPgR.tagnum = -1 ; G__G__FitPanelLN_reverse_iteratorlEvectorlETFitEditorcLcLFuncParamData_tcOallocatorlETFitEditorcLcLFuncParamData_tgRsPgRcLcLiteratorgR.tagnum = -1 ; G__G__FitPanelLN_multimaplETObjectmUcOTF1mUcOlesslETObjectmUgRcOallocatorlEpairlETObjectmUsPconstcOTF1mUgRsPgRsPgR.tagnum = -1 ; G__G__FitPanelLN_vectorlETF1mUcOallocatorlETF1mUgRsPgR.tagnum = -1 ; G__G__FitPanelLN_reverse_iteratorlEvectorlETF1mUcOallocatorlETF1mUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__G__FitPanelLN_TGTripleHSlider.tagnum = -1 ; G__G__FitPanelLN_TFitParametersDialog.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableG__FitPanel() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TClass); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TBuffer); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TMemberInspector); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TObject); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TString); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_ROOT); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TList); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TGObject); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TQObject); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TGWindow); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_pairlEunsignedsPintcOintgR); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_reverse_iteratorlEvectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TGFrame); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TGCompositeFrame); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TGLayoutHints); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TGTextButton); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TGVerticalFrame); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TGHorizontalFrame); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TGMainFrame); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TGTransientFrame); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TGLabel); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TGTextEntry); G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TTreeInput),sizeof(TTreeInput),-1,65024,"Simple input dialog",G__setup_memvarTTreeInput,G__setup_memfuncTTreeInput); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TGCheckButton); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TGRadioButton); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TGComboBox); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TGNumberEntryField); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TGNumberEntry); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TGTab); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TGColorSelect); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_Foption_t); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_ROOTcLcLFit); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_ROOTcLcLMath); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_ROOTcLcLMathcLcLMinimizerOptions); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_vectorlEROOTcLcLFitcLcLParameterSettingscOallocatorlEROOTcLcLFitcLcLParameterSettingsgRsPgR); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_reverse_iteratorlEvectorlEROOTcLcLFitcLcLParameterSettingscOallocatorlEROOTcLcLFitcLcLParameterSettingsgRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_vectorlEdoublecOallocatorlEdoublegRsPgR); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_reverse_iteratorlEvectorlEdoublecOallocatorlEdoublegRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_maplEunsignedsPintcOpairlEdoublecOdoublegRcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOpairlEdoublecOdoublegRsPgRsPgRsPgR); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_vectorlEstringcOallocatorlEstringgRsPgR); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_auto_ptrlEROOTcLcLMathcLcLIBaseFunctionMultiDimgR); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_ROOTcLcLFitcLcLDataRange); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_vectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgR); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_reverse_iteratorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_vectorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcOallocatorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRsPgRsPgR); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_reverse_iteratorlEvectorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcOallocatorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRsPgRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_vectorlEconstsPdoublemUcOallocatorlEconstsPdoublemUgRsPgR); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_reverse_iteratorlEvectorlEconstsPdoublemUcOallocatorlEconstsPdoublemUgRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TBackCompFitter); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TF1); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TAxis); G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TAdvancedGraphicsDialog),sizeof(TAdvancedGraphicsDialog),-1,65024,"Simple input dialog",G__setup_memvarTAdvancedGraphicsDialog,G__setup_memfuncTAdvancedGraphicsDialog); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_EObjectType); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TVirtualPad); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TCanvas); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TGDoubleHSlider); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TGStatusBar); G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TFitEditor),sizeof(TFitEditor),-1,65024,"Fit Panel interface",G__setup_memvarTFitEditor,G__setup_memfuncTFitEditor); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_vectorlETFitEditorcLcLFuncParamData_tcOallocatorlETFitEditorcLcLFuncParamData_tgRsPgR); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_reverse_iteratorlEvectorlETFitEditorcLcLFuncParamData_tcOallocatorlETFitEditorcLcLFuncParamData_tgRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_multimaplETObjectmUcOTF1mUcOlesslETObjectmUgRcOallocatorlEpairlETObjectmUsPconstcOTF1mUgRsPgRsPgR); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_vectorlETF1mUcOallocatorlETF1mUgRsPgR); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_reverse_iteratorlEvectorlETF1mUcOallocatorlETF1mUgRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TGTripleHSlider); G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__FitPanelLN_TFitParametersDialog),sizeof(TFitParametersDialog),-1,62464,"Fit function parameters dialog",G__setup_memvarTFitParametersDialog,G__setup_memfuncTFitParametersDialog); } extern "C" void G__cpp_setupG__FitPanel(void) { G__check_setup_version(30051515,"G__cpp_setupG__FitPanel()"); G__set_cpp_environmentG__FitPanel(); G__cpp_setup_tagtableG__FitPanel(); G__cpp_setup_inheritanceG__FitPanel(); G__cpp_setup_typetableG__FitPanel(); G__cpp_setup_memvarG__FitPanel(); G__cpp_setup_memfuncG__FitPanel(); G__cpp_setup_globalG__FitPanel(); G__cpp_setup_funcG__FitPanel(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncG__FitPanel(); return; } class G__cpp_setup_initG__FitPanel { public: G__cpp_setup_initG__FitPanel() { G__add_setup_func("G__FitPanel",(G__incsetup)(&G__cpp_setupG__FitPanel)); G__call_setup_funcs(); } ~G__cpp_setup_initG__FitPanel() { G__remove_setup_func("G__FitPanel"); } }; G__cpp_setup_initG__FitPanel G__cpp_setup_initializerG__FitPanel;