#include <RootFitStrategy.h>
Inheritance diagram for SctFitter::RootFitStrategy:
Public Member Functions | |
RootFitStrategy (string opt=string("")) throw () | |
constuctor | |
~RootFitStrategy () throw () | |
destructor | |
virtual void | fitTH1 (const TH1 &hist, TF1 &fit) const throw (LogicError, MathsError) |
fit TH1 | |
virtual void | fitTGraph (const TGraph &graph, TF1 &fit) const throw (LogicError, MathsError) |
fit TGraph | |
virtual void | fitTGraphErrors (const TGraphErrors &graph, TF1 &fit) const throw (LogicError, MathsError) |
fit TGraphErrors | |
virtual void | fitTGraphAsymmErrors (const TGraphAsymmErrors &graph, TF1 &fit) const throw (LogicError, MathsError) |
fit TGraphAsymmErrors | |
virtual const string & | getName () const throw () |
over-ride | |
Private Member Functions | |
RootFitStrategy (const RootFitStrategy &) | |
no copy constructor | |
Private Attributes | |
const string | name |
the name of the strategy | |
Static Private Attributes | |
static bool | inMap |
dummy variable used at static initialization. |
Definition at line 13 of file RootFitStrategy.h.
|
constuctor
Definition at line 9 of file RootFitStrategy.cpp. |
|
destructor
Definition at line 12 of file RootFitStrategy.cpp. |
|
no copy constructor
|
|
fit TGraph need to do this because ROOT graph.Fit() isn't const! Implements SctFitter::FitStrategy. Definition at line 20 of file RootFitStrategy.cpp. |
|
fit TGraphAsymmErrors need to do this because ROOT graph.Fit() isn't const! Implements SctFitter::FitStrategy. Definition at line 32 of file RootFitStrategy.cpp. |
|
fit TGraphErrors need to do this because ROOT graph.Fit() isn't const! Implements SctFitter::FitStrategy. Definition at line 26 of file RootFitStrategy.cpp. |
|
fit TH1 need to do this because ROOT hist.Fit() isn't const! Implements SctFitter::FitStrategy. Definition at line 14 of file RootFitStrategy.cpp. |
|
over-ride
Implements SctFitter::FitStrategy. Definition at line 38 of file RootFitStrategy.cpp. References name. |
|
dummy variable used at static initialization.
Definition at line 33 of file RootFitStrategy.h. |
|
the name of the strategy
Definition at line 32 of file RootFitStrategy.h. Referenced by getName(). |