| 65 |
virtual void InitPolynom(Double_t xmin, Double_t xmax); |
virtual void InitPolynom(Double_t xmin, Double_t xmax); |
| 66 |
virtual void InitExpo(Double_t xmin, Double_t xmax); |
virtual void InitExpo(Double_t xmin, Double_t xmax); |
| 67 |
virtual void InitGaus(Double_t xmin, Double_t xmax); |
virtual void InitGaus(Double_t xmin, Double_t xmax); |
| 68 |
|
virtual Int_t IsInside(Double_t x, Double_t y) const; |
| 69 |
TH1F *GetHistogram() const; |
TH1F *GetHistogram() const; |
| 70 |
TF1 *GetFunction(const char *name) const; |
TF1 *GetFunction(const char *name) const; |
| 71 |
TList *GetListOfGraphs() const { return fGraphs; } |
TList *GetListOfGraphs() const { return fGraphs; } |