Chi2() const | ROOT::Fit::FitResult | inline |
Correlation(unsigned int i, unsigned int j) const | ROOT::Fit::FitResult | inline |
CovMatrix(unsigned int i, unsigned int j) const | ROOT::Fit::FitResult | inline |
CovMatrixStatus() const | ROOT::Fit::FitResult | inline |
Edm() const | ROOT::Fit::FitResult | inline |
Error(unsigned int i) const | ROOT::Fit::FitResult | inline |
Errors() const | ROOT::Fit::FitResult | inline |
fBoundParams | ROOT::Fit::FitResult | protected |
fChi2 | ROOT::Fit::FitResult | protected |
fCovMatrix | ROOT::Fit::FitResult | protected |
fCovStatus | ROOT::Fit::FitResult | protected |
fEdm | ROOT::Fit::FitResult | protected |
fErrors | ROOT::Fit::FitResult | protected |
fFitData | ROOT::Fit::FitResult | protected |
fFitFunc | ROOT::Fit::FitResult | protected |
fFixedParams | ROOT::Fit::FitResult | protected |
fGlobalCC | ROOT::Fit::FitResult | protected |
FillResult(const std::shared_ptr< ROOT::Math::Minimizer > &min, const FitConfig &fconfig, const std::shared_ptr< IModelFunction > &f, bool isValid, unsigned int sizeOfData=0, bool binFit=true, const ROOT::Math::IMultiGenFunction *chi2func=0, unsigned int ncalls=0) | ROOT::Fit::FitResult | |
FitResult() | ROOT::Fit::FitResult | |
FitResult(const FitConfig &fconfig) | ROOT::Fit::FitResult | |
FitResult(const FitResult &rhs) | ROOT::Fit::FitResult | |
FittedBinData() const | ROOT::Fit::FitResult | |
FittedFunction() const | ROOT::Fit::FitResult | inline |
Fitter class | ROOT::Fit::FitResult | friend |
fMinimizer | ROOT::Fit::FitResult | protected |
fMinimType | ROOT::Fit::FitResult | protected |
fMinosErrors | ROOT::Fit::FitResult | protected |
fNCalls | ROOT::Fit::FitResult | protected |
fNdf | ROOT::Fit::FitResult | protected |
fNFree | ROOT::Fit::FitResult | protected |
fNormalized | ROOT::Fit::FitResult | protected |
fObjFunc | ROOT::Fit::FitResult | protected |
fParamBounds | ROOT::Fit::FitResult | protected |
fParams | ROOT::Fit::FitResult | protected |
fParNames | ROOT::Fit::FitResult | protected |
fStatus | ROOT::Fit::FitResult | protected |
fVal | ROOT::Fit::FitResult | protected |
fValid | ROOT::Fit::FitResult | protected |
GetConfidenceIntervals(unsigned int n, unsigned int stride1, unsigned int stride2, const double *x, double *ci, double cl=0.95, bool norm=true) const | ROOT::Fit::FitResult | |
GetConfidenceIntervals(const BinData &data, double *ci, double cl=0.95, bool norm=true) const | ROOT::Fit::FitResult | |
GetConfidenceIntervals(double cl=0.95, bool norm=true) const | ROOT::Fit::FitResult | |
GetCorrelationMatrix(Matrix &mat) const | ROOT::Fit::FitResult | inline |
GetCovarianceMatrix(Matrix &mat) const | ROOT::Fit::FitResult | inline |
GetErrors() const | ROOT::Fit::FitResult | inline |
GetParameterName(unsigned int ipar) const | ROOT::Fit::FitResult | inline |
GetParams() const | ROOT::Fit::FitResult | inline |
GlobalCC(unsigned int i) const | ROOT::Fit::FitResult | inline |
HasMinosError(unsigned int i) const | ROOT::Fit::FitResult | |
IModelFunction typedef | ROOT::Fit::FitResult | |
Index(const std::string &name) const | ROOT::Fit::FitResult | |
IsEmpty() const | ROOT::Fit::FitResult | inline |
IsParameterBound(unsigned int ipar) const | ROOT::Fit::FitResult | |
IsParameterFixed(unsigned int ipar) const | ROOT::Fit::FitResult | |
IsValid() const | ROOT::Fit::FitResult | inline |
LowerError(unsigned int i) const | ROOT::Fit::FitResult | |
MinFcnValue() const | ROOT::Fit::FitResult | inline |
MinimizerType() const | ROOT::Fit::FitResult | inline |
ModelFunction() | ROOT::Fit::FitResult | inlineprotected |
NCalls() const | ROOT::Fit::FitResult | inline |
Ndf() const | ROOT::Fit::FitResult | inline |
NFreeParameters() const | ROOT::Fit::FitResult | inline |
NormalizedErrors() const | ROOT::Fit::FitResult | inline |
NormalizeErrors() | ROOT::Fit::FitResult | |
NPar() const | ROOT::Fit::FitResult | inline |
NTotalParameters() const | ROOT::Fit::FitResult | inline |
operator=(const FitResult &rhs) | ROOT::Fit::FitResult | |
Parameter(unsigned int i) const | ROOT::Fit::FitResult | inline |
ParameterBounds(unsigned int ipar, double &lower, double &upper) const | ROOT::Fit::FitResult | |
Parameters() const | ROOT::Fit::FitResult | inline |
ParError(unsigned int i) const | ROOT::Fit::FitResult | inline |
ParName(unsigned int i) const | ROOT::Fit::FitResult | |
Print(std::ostream &os, bool covmat=false) const | ROOT::Fit::FitResult | |
PrintCovMatrix(std::ostream &os) const | ROOT::Fit::FitResult | |
Prob() const | ROOT::Fit::FitResult | |
SetMinosError(unsigned int i, double elow, double eup) | ROOT::Fit::FitResult | |
SetModelFunction(const std::shared_ptr< IModelFunction > &func) | ROOT::Fit::FitResult | inlineprotected |
Status() const | ROOT::Fit::FitResult | inline |
Update(const std::shared_ptr< ROOT::Math::Minimizer > &min, bool isValid, unsigned int ncalls=0) | ROOT::Fit::FitResult | |
UpperError(unsigned int i) const | ROOT::Fit::FitResult | |
Value(unsigned int i) const | ROOT::Fit::FitResult | inline |
~FitResult() | ROOT::Fit::FitResult | virtual |