Public Member Functions | |
| TSMinimizer (TString minimizer_type, TString algo_type) | |
| TGraph * | BuildContourGraph (TString name_x, TString name_y, unsigned int npts=100) |
| void | ClearContourGraphs () |
| void | ClearContourParamList () |
| void | ComputeContours () |
| void | Configure () |
| void | FillCovarianceMatrix () |
| ROOT::Math::Minimizer * | GetMinimizer () const |
| TSMinimizationFunction * | GetMinimizationFunction () const |
| void | FitScan (TSParamList &par_list) |
| TSParamList * | GetBestFitParamList () const |
| void | GetContourGraphs (TList &) const |
| void | GetCovMatrix (TMatrixD &) const |
| void | GetCorrMatrix (TMatrixD &) const |
| void | GetScanGraphs (TList &) const |
| void | GetHistoryTree (TTree *) const |
| void | Init () |
| int | Minimize () |
| void | SaveContour (const TSParameter &, const TSParameter &) |
| void | SaveContours (const TSParamList &) |
| void | SetFunction (TSMinimizationFunction &minim_func) |
| int | SetNumOfContourPoints (int n) |
| TSMinimizer (TString minimizer_type, TString algo_type) | |
| TGraph * | BuildContourGraph (TString name_x, TString name_y, unsigned int npts=100) |
| void | ClearContourGraphs () |
| void | ClearContourParamList () |
| void | ComputeContours () |
| void | Configure () |
| void | FillCovarianceMatrix () |
| ROOT::Math::Minimizer * | GetMinimizer () const |
| TSMinimizationFunction * | GetMinimizationFunction () const |
| void | FitScan (TSParamList &par_list) |
| TSParamList * | GetBestFitParamList () const |
| void | GetContourGraphs (TList &) const |
| void | GetCovMatrix (TMatrixD &) const |
| void | GetCorrMatrix (TMatrixD &) const |
| void | GetScanGraphs (TList &) const |
| void | GetHistoryTree (TTree *) const |
| void | Init () |
| int | Minimize () |
| void | SaveContour (const TSParameter &, const TSParameter &) |
| void | SaveContours (const TSParamList &) |
| void | SetFunction (TSMinimizationFunction &minim_func) |
| int | SetNumOfContourPoints (int n) |
| void TSMinimizer::Configure | ( | ) |
Updates parameters values and constraints
Referenced by Minimize().
| int TSMinimizer::Minimize | ( | ) |
References Configure(), and TSParameter::SetAsymErrors().
1.8.5