
RooMinimizerFcn is am interface class to the ROOT::Math function for minization.
| RooMinimizerFcn(const RooMinimizerFcn&) | |
| RooMinimizerFcn(RooAbsReal* funct, RooMinimizer* context, bool verbose = false) | |
| virtual | ~RooMinimizerFcn() |
| void | ApplyCovarianceMatrix(TMatrixDSym& V) |
| void | BackProp(const ROOT::Fit::FitResult& results) |
| virtual ROOT::Math::IBaseFunctionMultiDim* | Clone() const |
| RooArgList* | GetConstParamList() |
| RooArgList* | GetFloatParamList() |
| RooArgList* | GetInitConstParamList() |
| RooArgList* | GetInitFloatParamList() |
| ofstream* | GetLogFile() |
| Double_t& | GetMaxFCN() |
| Int_t | GetNumInvalidNLL() |
| virtual unsigned int | NDim() const |
| double | ROOT::Math::IBaseFunctionMultiDim::operator()(const double* x) const |
| RooMinimizerFcn& | operator=(const RooMinimizerFcn&) |
| void | SetEvalErrorWall(Bool_t flag) |
| Bool_t | SetLogFile(const char* inLogfile) |
| void | SetPrintEvalErrors(Int_t numEvalErrors) |
| void | SetVerbose(Bool_t flag = kTRUE) |
| Bool_t | Synchronize(vector<ROOT::Fit::ParameterSettings>& parameters, Bool_t optConst, Bool_t verbose) |
| void | ClearPdfParamAsymErr(Int_t index) |
| virtual double | DoEval(const double* x) const |
| Double_t | GetPdfParamErr(Int_t index) |
| Double_t | GetPdfParamVal(Int_t index) |
| void | SetPdfParamErr(Int_t index, Double_t value) |
| void | SetPdfParamErr(Int_t index, Double_t loVal, Double_t hiVal) |
| Bool_t | SetPdfParamVal(const Int_t& index, const Double_t& value) const |
| void | updateFloatVec() |
| RooArgList* | _constParamList | |
| RooMinimizer* | _context | |
| Bool_t | _doEvalErrorWall | |
| RooArgList* | _floatParamList | |
| vector<RooAbsArg*> | _floatParamVec | |
| RooAbsReal* | _funct | |
| RooArgList* | _initConstParamList | |
| RooArgList* | _initFloatParamList | |
| ofstream* | _logfile | |
| double | _maxFCN | |
| int | _nDim | |
| int | _numBadNLL | |
| int | _printEvalErrors | |
| bool | _verbose |

Reset the *largest* negative log-likelihood value we have seen so far
Modify PDF parameter error by ordinal index (needed by MINUIT)
Modify PDF parameter error by ordinal index (needed by MINUIT)
Modify PDF parameter error by ordinal index (needed by MINUIT)
Transfer MINUIT fit results back into RooFit objects
Change the file name for logging of a RooMinimizer of all MINUIT steppings through the parameter space. If inLogfile is null, the current log file is closed and logging is stopped.
Apply results of given external covariance matrix. i.e. propagate its errors to all RRV parameter representations and give this matrix instead of the HESSE matrix at the next save() call
RooRealVar* par = (RooRealVar*)_floatParamList->at(index);