#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 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 | |
bool | inMap |
dummy variable used at static initialization. |
Definition at line 13 of file RootFitStrategy.h.
|
constuctor
Definition at line 8 of file RootFitStrategy.cpp. |
|
destructor
Definition at line 11 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 19 of file RootFitStrategy.cpp. |
|
fit TGraphErrors need to do this because ROOT graph.Fit() isn't const! Implements SctFitter::FitStrategy. Definition at line 25 of file RootFitStrategy.cpp. |
|
fit TH1 need to do this because ROOT hist.Fit() isn't const! Implements SctFitter::FitStrategy. Definition at line 13 of file RootFitStrategy.cpp. |
|
over-ride
Implements SctFitter::FitStrategy. Definition at line 31 of file RootFitStrategy.cpp. |
|
dummy variable used at static initialization.
Definition at line 35 of file RootFitStrategy.cpp. |
|
the name of the strategy
Definition at line 30 of file RootFitStrategy.h. |