|
| TF1F (const char *name, const char *formula, Double_t xmin=0, Double_t xmax=1) |
|
| TF1F (const char *name, Double_t xmin, Double_t xmax, Int_t npar) |
|
| TF1F (const char *name, void *fcn, Double_t xmin, Double_t xmax, Int_t npar) |
|
| TF1F (const char *name, Double_t(*fcn)(Double_t *, Double_t *), Double_t xmin=0, Double_t xmax=1, Int_t npar=0) |
|
virtual void | Save (Double_t xmin, Double_t xmax, Double_t ymin, Double_t ymax, Double_t zmin, Double_t zmax) |
|
Double_t | GetSaveL (Double_t *xx) |
|
Double_t | GetSaveL (Int_t N, Double_t x, Double_t *y) |
|
Double_t | GetSaveL (Int_t N, Double_t *x, Double_t *y) |
|
|
Double_t | fXmin |
|
Double_t | fXmax |
|
Double_t | fdX |
|
Int_t | fStep |
|
Definition at line 5 of file TF1F.h.
The documentation for this class was generated from the following files: