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 |
RooArgList* | _constParamList | |
RooMinimizer* | _context | |
Bool_t | _doEvalErrorWall | |
RooArgList* | _floatParamList | |
RooAbsReal* | _funct | |
RooArgList* | _initConstParamList | |
RooArgList* | _initFloatParamList | |
ofstream* | _logfile | |
double | _maxFCN | |
int | _nDim | |
int | _numBadNLL | |
int | _printEvalErrors | |
bool | _verbose |