RooMinimizerFcn is am interface class to the ROOT::Math function for minization.
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 | |
Int_t | _evalCounter | |
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);