#include <ConstraintFitOutput.h>
|
| | ConstraintFitOutput () |
| | Constructor/destructor. More...
|
| |
| | ~ConstraintFitOutput () |
| |
| unsigned int | getNConstituents () const |
| | Number of particles. More...
|
| |
| const TLorentzVector & | getConstituentFourVector (int index) const |
| | Access to individual particle 4-vec. More...
|
| |
| void | getCompositeFourVector (TLorentzVector &lv) const |
| | Access to combined 4-vec. More...
|
| |
| Amg::MatrixX | getConstituentCovariancePhiThetaP (int index) const |
| | Access to individual covariance PhiThetaP (3,3) More...
|
| |
| void | getConstituentCovariancePhiThetaP (int index, AmgMatrix(3, 3)&outMatrix) const |
| | Access to individual covariance PhiThetaP (3,3) More...
|
| |
| Amg::MatrixX | getConstituentCovarianced0z0PhiThetaP (int index) const |
| | Access to individual covariance d0z0PhiThetaP (5,5) More...
|
| |
| void | getConstituentCovarianced0z0PhiThetaP (int index, AmgMatrix(5, 5)&outMatrix) const |
| | Access to individual covariance d0z0PhiThetaP (5,5) More...
|
| |
| const Amg::MatrixX & | getConstituentCovariancePhiThetaP () const |
| | Access to full covariance d0z0PhiThetaP (5 * nparticle, 5 * nparticle) More...
|
| |
| void | setFitOutput (const std::vector< TLorentzVector > &particleList, const Amg::MatrixX &covarXYZ, const Amg::MatrixX &covard0z0PhiThetaP) |
| | Set output. More...
|
| |
Definition at line 12 of file ConstraintFitOutput.h.
◆ ConstraintFitOutput()
| ZMassConstraint::ConstraintFitOutput::ConstraintFitOutput |
( |
| ) |
|
|
inline |
◆ ~ConstraintFitOutput()
| ZMassConstraint::ConstraintFitOutput::~ConstraintFitOutput |
( |
| ) |
|
|
inline |
◆ getCompositeFourVector()
| void ZMassConstraint::ConstraintFitOutput::getCompositeFourVector |
( |
TLorentzVector & |
lv | ) |
const |
|
inline |
◆ getConstituentCovarianced0z0PhiThetaP() [1/2]
| Amg::MatrixX ZMassConstraint::ConstraintFitOutput::getConstituentCovarianced0z0PhiThetaP |
( |
int |
index | ) |
const |
|
inline |
◆ getConstituentCovarianced0z0PhiThetaP() [2/2]
| void ZMassConstraint::ConstraintFitOutput::getConstituentCovarianced0z0PhiThetaP |
( |
int |
index, |
|
|
AmgMatrix(5, 5)& |
outMatrix |
|
) |
| const |
|
inline |
◆ getConstituentCovariancePhiThetaP() [1/3]
| const Amg::MatrixX& ZMassConstraint::ConstraintFitOutput::getConstituentCovariancePhiThetaP |
( |
| ) |
const |
|
inline |
Access to full covariance d0z0PhiThetaP (5 * nparticle, 5 * nparticle)
Definition at line 47 of file ConstraintFitOutput.h.
◆ getConstituentCovariancePhiThetaP() [2/3]
| Amg::MatrixX ZMassConstraint::ConstraintFitOutput::getConstituentCovariancePhiThetaP |
( |
int |
index | ) |
const |
|
inline |
◆ getConstituentCovariancePhiThetaP() [3/3]
| void ZMassConstraint::ConstraintFitOutput::getConstituentCovariancePhiThetaP |
( |
int |
index, |
|
|
AmgMatrix(3, 3)& |
outMatrix |
|
) |
| const |
|
inline |
◆ getConstituentFourVector()
| const TLorentzVector& ZMassConstraint::ConstraintFitOutput::getConstituentFourVector |
( |
int |
index | ) |
const |
|
inline |
◆ getNConstituents()
| unsigned int ZMassConstraint::ConstraintFitOutput::getNConstituents |
( |
| ) |
const |
|
inline |
◆ setFitOutput()
◆ m_covariance
| Amg::MatrixX ZMassConstraint::ConstraintFitOutput::m_covariance |
|
protected |
◆ m_covariancePhiThetaP
| Amg::MatrixX ZMassConstraint::ConstraintFitOutput::m_covariancePhiThetaP |
|
protected |
◆ m_particleList
| std::vector<TLorentzVector> ZMassConstraint::ConstraintFitOutput::m_particleList |
|
protected |
The documentation for this class was generated from the following file: