#include <Fitter.h>
Inheritance diagram for Fitter:
Definition at line 16 of file Fitter.h.
Public Member Functions | |
Fitter (TF1 *f1_, Option_t *option_, Option_t *goption_, Axis_t xmin_=0, Axis_t xmax_=0) | |
Constructor, takes the same arguments as TH1::Fit. | |
virtual void | visit (RegO &h) const |
The visit function. | |
Private Attributes | |
TF1 * | f1 |
The fit function. | |
Option_t * | option |
The option. | |
Option_t * | goption |
The global option. | |
Axis_t | xmin |
The minimal abscissa value for the fit range. | |
Axis_t | xmax |
The maximal abscissa value for the fit range. |
|
Constructor, takes the same arguments as TH1::Fit.
|
|
The visit function.
Implements ConstHVisitor. |