Definition at line 86 of file HFitImpl.cxx.
| void HFit::CheckGraphFitOptions | ( | Foption_t & | fitOption | ) |
Definition at line 796 of file HFitImpl.cxx.
| double HFit::ComputeChi2 | ( | const FitObject & | h1, |
| TF1 & | f1, | ||
| bool | useRange, | ||
| bool | usePL | ||
| ) |
Definition at line 1028 of file HFitImpl.cxx.
| TFitResultPtr HFit::Fit | ( | FitObject * | h1, |
| TF1 * | f1, | ||
| Foption_t & | option, | ||
| const ROOT::Math::MinimizerOptions & | moption, | ||
| const char * | goption, | ||
| ROOT::Fit::DataRange & | range | ||
| ) |
Definition at line 133 of file HFitImpl.cxx.
| void HFit::FitOptionsMake | ( | const char * | option, |
| Foption_t & | fitOption | ||
| ) |
Definition at line 51 of file HFitImpl.cxx.
Definition at line 53 of file HFitImpl.cxx.
Definition at line 50 of file HFitImpl.cxx.
Definition at line 54 of file HFitImpl.cxx.
| int HFit::GetDimension | ( | const TMultiGraph * | ) |
Definition at line 52 of file HFitImpl.cxx.
| void HFit::GetDrawingRange | ( | TGraph * | gr, |
| ROOT::Fit::DataRange & | range | ||
| ) |
Definition at line 506 of file HFitImpl.cxx.
| void HFit::GetDrawingRange | ( | TGraph2D * | gr, |
| ROOT::Fit::DataRange & | range | ||
| ) |
Definition at line 535 of file HFitImpl.cxx.
| void HFit::GetDrawingRange | ( | TH1 * | h1, |
| ROOT::Fit::DataRange & | range | ||
| ) |
Definition at line 461 of file HFitImpl.cxx.
| void HFit::GetDrawingRange | ( | THnBase * | s, |
| ROOT::Fit::DataRange & | range | ||
| ) |
Definition at line 554 of file HFitImpl.cxx.
| void HFit::GetDrawingRange | ( | TMultiGraph * | mg, |
| ROOT::Fit::DataRange & | range | ||
| ) |
Definition at line 513 of file HFitImpl.cxx.
| void HFit::GetFunctionRange | ( | const TF1 & | f1, |
| ROOT::Fit::DataRange & | range | ||
| ) |
Definition at line 120 of file HFitImpl.cxx.
| void HFit::StoreAndDrawFitFunction | ( | FitObject * | h1, |
| TF1 * | f1, | ||
| const ROOT::Fit::DataRange & | range, | ||
| bool | delOldFunction, | ||
| bool | drawFunction, | ||
| const char * | goption | ||
| ) |
Definition at line 569 of file HFitImpl.cxx.