|
int | HFit::CheckFitFunction (const TF1 *f1, int hdim) |
|
void | HFit::CheckGraphFitOptions (Foption_t &fitOption) |
|
template<class FitObject > |
double | HFit::ComputeChi2 (const FitObject &h1, TF1 &f1, bool useRange, bool usePL) |
|
template<class FitObject > |
TFitResultPtr | HFit::Fit (FitObject *h1, TF1 *f1, Foption_t &option, const ROOT::Math::MinimizerOptions &moption, const char *goption, ROOT::Fit::DataRange &range) |
|
void | HFit::FitOptionsMake (const char *option, Foption_t &fitOption) |
|
int | HFit::GetDimension (const TH1 *h1) |
|
int | HFit::GetDimension (const TGraph *) |
|
int | HFit::GetDimension (const TMultiGraph *) |
|
int | HFit::GetDimension (const TGraph2D *) |
|
int | HFit::GetDimension (const THnBase *s1) |
|
void | HFit::GetDrawingRange (TH1 *h1, ROOT::Fit::DataRange &range) |
|
void | HFit::GetDrawingRange (TGraph *gr, ROOT::Fit::DataRange &range) |
|
void | HFit::GetDrawingRange (TMultiGraph *mg, ROOT::Fit::DataRange &range) |
|
void | HFit::GetDrawingRange (TGraph2D *gr, ROOT::Fit::DataRange &range) |
|
void | HFit::GetDrawingRange (THnBase *s, ROOT::Fit::DataRange &range) |
|
void | HFit::GetFunctionRange (const TF1 &f1, ROOT::Fit::DataRange &range) |
|
template<class FitObject > |
void | HFit::StoreAndDrawFitFunction (FitObject *h1, TF1 *f1, const ROOT::Fit::DataRange &range, bool, bool, const char *goption) |
|