Belle II Software development
|
This is the complete list of members for NewtonFitterGSL, including all inherited members.
addConstraint(BaseConstraint *constraint_) (defined in BaseFitter) | BaseFitter | virtual |
addConstraint(BaseConstraint &constraint_) (defined in BaseFitter) | BaseFitter | virtual |
addFitObject(BaseFitObject *fitobject_) (defined in BaseFitter) | BaseFitter | virtual |
addFitObject(BaseFitObject &fitobject_) (defined in BaseFitter) | BaseFitter | virtual |
addHardConstraint(BaseHardConstraint *constraint_) (defined in BaseFitter) | BaseFitter | virtual |
addHardConstraint(BaseHardConstraint &constraint_) (defined in BaseFitter) | BaseFitter | virtual |
addSoftConstraint(BaseSoftConstraint *constraint_) (defined in BaseFitter) | BaseFitter | virtual |
addSoftConstraint(BaseSoftConstraint &constraint_) (defined in BaseFitter) | BaseFitter | virtual |
BaseFitter() (defined in BaseFitter) | BaseFitter | |
BaseFitter(const BaseFitter &rhs) | BaseFitter | protected |
calcChi2() | NewtonFitterGSL | protectedvirtual |
calcCovMatrix() (defined in NewtonFitterGSL) | NewtonFitterGSL | protected |
calcDx() | NewtonFitterGSL | protected |
calcDxSVD() | NewtonFitterGSL | protected |
calcM(bool errorpropagation=false) (defined in NewtonFitterGSL) | NewtonFitterGSL | protected |
calcy() (defined in NewtonFitterGSL) | NewtonFitterGSL | protected |
CC (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
CC1 (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
CCinv (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
chi2 | NewtonFitterGSL | protected |
chi2best (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
chi2new (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
chi2old (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
ConstraintContainer typedef (defined in BaseFitter) | BaseFitter | protected |
ConstraintIterator typedef (defined in BaseFitter) | BaseFitter | protected |
constraints (defined in BaseFitter) | BaseFitter | protected |
cov | BaseFitter | protected |
covDim | BaseFitter | protected |
covValid | BaseFitter | protected |
debug (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
debug_print(gsl_matrix *m, const char *name) (defined in NewtonFitterGSL) | NewtonFitterGSL | protectedstatic |
debug_print(gsl_vector *v, const char *name) (defined in NewtonFitterGSL) | NewtonFitterGSL | protectedstatic |
dx (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
dxscal (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
fillperr() (defined in NewtonFitterGSL) | NewtonFitterGSL | protected |
fillxold() (defined in NewtonFitterGSL) | NewtonFitterGSL | protected |
fit() override | NewtonFitterGSL | virtual |
FitObjectContainer typedef (defined in BaseFitter) | BaseFitter | protected |
FitObjectIterator typedef (defined in BaseFitter) | BaseFitter | protected |
fitobjects (defined in BaseFitter) | BaseFitter | protected |
fitprob | NewtonFitterGSL | protected |
fvalbest (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
fvals (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
getChi2() const override | NewtonFitterGSL | virtual |
getConstraints() (defined in BaseFitter) | BaseFitter | virtual |
getDoF() const override | NewtonFitterGSL | virtual |
getError() const override | NewtonFitterGSL | virtual |
getFitObjects() (defined in BaseFitter) | BaseFitter | virtual |
getGlobalCovarianceMatrix(int &idim) const | BaseFitter | virtual |
getGlobalCovarianceMatrix(int &idim) | BaseFitter | virtual |
getIterations() const override | NewtonFitterGSL | virtual |
getNcon() const | NewtonFitterGSL | virtual |
getNpar() const | NewtonFitterGSL | virtual |
getNsoft() const | NewtonFitterGSL | virtual |
getNunm() const | NewtonFitterGSL | virtual |
getProbability() const override | NewtonFitterGSL | virtual |
getSoftConstraints() (defined in BaseFitter) | BaseFitter | virtual |
getTracer() (defined in BaseFitter) | BaseFitter | virtual |
getTracer() const (defined in BaseFitter) | BaseFitter | virtual |
grad (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
idim (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
ierr | NewtonFitterGSL | protected |
imerit (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
ini_gsl_matrix(gsl_matrix *&m, int unsigned size1, unsigned int size2) (defined in NewtonFitterGSL) | NewtonFitterGSL | protectedstatic |
ini_gsl_permutation(gsl_permutation *&p, unsigned int size) (defined in NewtonFitterGSL) | NewtonFitterGSL | protectedstatic |
ini_gsl_vector(gsl_vector *&v, int unsigned size) (defined in NewtonFitterGSL) | NewtonFitterGSL | protectedstatic |
initialize() override | NewtonFitterGSL | virtual |
invertM() (defined in NewtonFitterGSL) | NewtonFitterGSL | protected |
M (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
M1 (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
M2 (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
M3 (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
M4 (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
M5 (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
meritFunction(double mu) (defined in NewtonFitterGSL) | NewtonFitterGSL | protected |
meritFunctionDeriv() (defined in NewtonFitterGSL) | NewtonFitterGSL | protected |
Meval (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
Mevec (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
Mscal (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
ncon | NewtonFitterGSL | protected |
NCONMAX enum value (defined in NewtonFitterGSL) | NewtonFitterGSL | protected |
NewtonFitterGSL() | NewtonFitterGSL | |
nit | NewtonFitterGSL | protected |
NITMAX enum value (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
npar | NewtonFitterGSL | protected |
NPARMAX enum value (defined in NewtonFitterGSL) | NewtonFitterGSL | protected |
nsoft | NewtonFitterGSL | protected |
nunm | NewtonFitterGSL | protected |
NUNMMAX enum value (defined in NewtonFitterGSL) | NewtonFitterGSL | protected |
operator=(const BaseFitter &rhs) | BaseFitter | protected |
optimizeScale() (defined in NewtonFitterGSL) | NewtonFitterGSL | protected |
permM (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
perr (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
printMy(const double M[], const double y[], int idim) | NewtonFitterGSL | protected |
reset() (defined in BaseFitter) | BaseFitter | virtual |
scale (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
scalebest (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
scalevals (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
setDebug(int debuglevel) | NewtonFitterGSL | virtual |
setTracer(BaseTracer *newTracer) (defined in BaseFitter) | BaseFitter | virtual |
setTracer(BaseTracer &newTracer) (defined in BaseFitter) | BaseFitter | virtual |
SoftConstraintContainer typedef (defined in BaseFitter) | BaseFitter | protected |
SoftConstraintIterator typedef (defined in BaseFitter) | BaseFitter | protected |
softconstraints (defined in BaseFitter) | BaseFitter | protected |
stepbest (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
stepsize (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
tracer (defined in BaseFitter) | BaseFitter | protected |
traceValues (defined in BaseFitter) | BaseFitter | |
updateParams(gsl_vector *xnew) (defined in NewtonFitterGSL) | NewtonFitterGSL | protected |
v1 (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
v2 (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
ws (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
wsdim (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
x (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
xbest (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
xold (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
y (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
yscal (defined in NewtonFitterGSL) | NewtonFitterGSL | private |
~BaseFitter() (defined in BaseFitter) | BaseFitter | virtual |
~NewtonFitterGSL() | NewtonFitterGSL | virtual |