#include <FitParams.h>
Definition at line 23 of file FitParams.h.
◆ FitParams() [1/3]
| DecayTreeFitter::FitParams::FitParams |
( |
int |
dim | ) |
|
◆ FitParams() [2/3]
| DecayTreeFitter::FitParams::FitParams |
( |
const FitParams & |
par | ) |
|
◆ ~FitParams()
| virtual DecayTreeFitter::FitParams::~FitParams |
( |
| ) |
|
|
virtual |
◆ FitParams() [3/3]
| DecayTreeFitter::FitParams::FitParams |
( |
| ) |
|
|
inlineprotected |
◆ addChiSquare()
| void DecayTreeFitter::FitParams::addChiSquare |
( |
double |
chi2, |
|
|
int |
nconstraints, |
|
|
const ParticleBase * |
p |
|
) |
| |
◆ chiSquare() [1/2]
| double DecayTreeFitter::FitParams::chiSquare |
( |
| ) |
const |
|
inline |
Definition at line 49 of file FitParams.h.
Referenced by err().
49 {
return m_chiSquare; }
◆ chiSquare() [2/2]
◆ cov() [1/3]
| TMatrixDSym& DecayTreeFitter::FitParams::cov |
( |
| ) |
|
|
inline |
◆ cov() [2/3]
| TMatrixDSym DecayTreeFitter::FitParams::cov |
( |
const std::vector< int > & |
indexVec | ) |
const |
◆ cov() [3/3]
| const TMatrixDSym& DecayTreeFitter::FitParams::cov |
( |
| ) |
const |
|
inline |
◆ dim()
| int DecayTreeFitter::FitParams::dim |
( |
| ) |
const |
|
inline |
◆ err()
| double DecayTreeFitter::FitParams::err |
( |
int |
row | ) |
const |
|
inline |
◆ nConstraints()
| int DecayTreeFitter::FitParams::nConstraints |
( |
| ) |
const |
|
inline |
◆ nConstraintsVec()
| int& DecayTreeFitter::FitParams::nConstraintsVec |
( |
int |
row | ) |
|
|
inline |
Definition at line 45 of file FitParams.h.
45 {
return m_nConstraintsVec[row ]; }
◆ nDof()
| int DecayTreeFitter::FitParams::nDof |
( |
| ) |
const |
|
inline |
◆ par() [1/5]
| TVectorD& DecayTreeFitter::FitParams::par |
( |
| ) |
|
|
inline |
◆ par() [2/5]
| double& DecayTreeFitter::FitParams::par |
( |
int |
row | ) |
|
|
inline |
◆ par() [3/5]
| TVectorD DecayTreeFitter::FitParams::par |
( |
const std::vector< int > & |
indexVec | ) |
const |
◆ par() [4/5]
| const TVectorD& DecayTreeFitter::FitParams::par |
( |
| ) |
const |
|
inline |
◆ par() [5/5]
| const double& DecayTreeFitter::FitParams::par |
( |
int |
row | ) |
const |
|
inline |
Definition at line 41 of file FitParams.h.
41 {
return m_par(row); }
◆ print()
| void DecayTreeFitter::FitParams::print |
( |
| ) |
const |
◆ reset()
| void DecayTreeFitter::FitParams::reset |
( |
int |
newdim | ) |
|
◆ resetCov()
| void DecayTreeFitter::FitParams::resetCov |
( |
double |
scale = 100 | ) |
|
◆ resetPar()
| void DecayTreeFitter::FitParams::resetPar |
( |
| ) |
|
◆ resize()
| void DecayTreeFitter::FitParams::resize |
( |
int |
newdim | ) |
|
◆ testCov()
| bool DecayTreeFitter::FitParams::testCov |
( |
| ) |
const |
The documentation for this class was generated from the following file: