TFitPanelGraph
class description - source file - inheritance tree
public:
TFitPanelGraph TFitPanelGraph()
TFitPanelGraph TFitPanelGraph(const Text_t* name, const Text_t* title, UInt_t ww = 300, UInt_t wh = 400)
virtual void ~TFitPanelGraph()
virtual void Apply(const Text_t* action)
TClass* Class()
virtual TClass* IsA() const
virtual void SavePrimitive(ofstream& out, Option_t* option)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
A TFitPanelGraph is a TFitPanel specialized to control graph fits.
With the mouse, the user can control:
- the type of function to be fitted
- the various fit options
- the drawing options
When the FIT button is executed, the selected histogram is fitted
with the current parameters.
The options are documented in TGraph::Fit.
/*
*/
TFitPanelGraph() : TFitPanel()
*-*-*-*-*-*-*-*-*-*-*-*FitPanelGraph default constructor*-*-*-*-*-*-*-*-*-*-*
*-* ============================
TFitPanelGraph(const Text_t *name, const Text_t *title, UInt_t ww, UInt_t wh)
: TFitPanel(name, title,ww,wh)
*-*-*-*-*-*-*-*-*-*-*-*FitPanelGraph constructor*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-* ========================
~TFitPanelGraph()
*-*-*-*-*-*-*-*-*-*-*FitPanelGraph default destructor*-*-*-*-*-*-*-*-*-*-*-*
*-* ===============================
void Apply(const Text_t *action)
*-*-*-*-*-*-*-*-*-*Collect all options and fit histogram*-*-*-*-*-*-*
*-* =====================================
void SavePrimitive(ofstream &, Option_t *)
*-*-*-*-*-*-*-*-*-*-*Save this fitpanelgraph in a macro*-*-*-*-*-*-*
*-* ==================================
Inline Functions
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
Author: Rene Brun 28/11/96
Last update: 2.23/02 03/09/99 11.01.33 by Rene Brun
Copyright (c) 1995-1999, The ROOT System, All rights reserved. *
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.