#include <ConstraintFitInput.h>
|
| | ConstraintFitInput () |
| | Constructor/destructor. More...
|
| |
| | ~ConstraintFitInput () |
| |
| unsigned int | getNConstituents () const |
| | Number of particles. More...
|
| |
| const TLorentzVector & | getConstituentFourVector (int i) const |
| | Access to individual particle 4-vec. More...
|
| |
| const | AmgMatrix (5, 5) &getConstituentCovariance(int i) const |
| | Access to individual covariance d0z0PhiThetaP (5,5) More...
|
| |
| void | getConstituentCovariancePhiThetaP (int i, AmgMatrix(3, 3)&outMatrix) const |
| | Access to individual covariance PhiThetaP (3,3) More...
|
| |
| const | AmgMatrix (5, 5) &getCovarianceCartesian(int ipart) const |
| | Access to individual to full cartesian covariance (5,5) More...
|
| |
| void | addConstituent_FourVector_d0z0PhiThetaP (const TLorentzVector &vector, const AmgMatrix(5, 5)&covard0z0PhiThetaP, const AmgMatrix(5, 5)&covarXYZ, bool isOK) |
| | Set the inputs. More...
|
| |
| bool | isOK () |
| | Check that covariance matrix is OK. More...
|
| |
Definition at line 12 of file ConstraintFitInput.h.
◆ ConstraintFitInput()
| ZMassConstraint::ConstraintFitInput::ConstraintFitInput |
( |
| ) |
|
|
inline |
◆ ~ConstraintFitInput()
| ZMassConstraint::ConstraintFitInput::~ConstraintFitInput |
( |
| ) |
|
|
inline |
◆ addConstituent_FourVector_d0z0PhiThetaP()
| void ZMassConstraint::ConstraintFitInput::addConstituent_FourVector_d0z0PhiThetaP |
( |
const TLorentzVector & |
vector, |
|
|
const AmgMatrix(5, 5)& |
covard0z0PhiThetaP, |
|
|
const AmgMatrix(5, 5)& |
covarXYZ, |
|
|
bool |
isOK |
|
) |
| |
|
inline |
◆ AmgMatrix() [1/2]
| const ZMassConstraint::ConstraintFitInput::AmgMatrix |
( |
5 |
, |
|
|
5 |
|
|
) |
| const & |
|
inline |
◆ AmgMatrix() [2/2]
| const ZMassConstraint::ConstraintFitInput::AmgMatrix |
( |
5 |
, |
|
|
5 |
|
|
) |
| const & |
|
inline |
◆ getConstituentCovariancePhiThetaP()
| void ZMassConstraint::ConstraintFitInput::getConstituentCovariancePhiThetaP |
( |
int |
i, |
|
|
AmgMatrix(3, 3)& |
outMatrix |
|
) |
| const |
|
inline |
◆ getConstituentFourVector()
| const TLorentzVector& ZMassConstraint::ConstraintFitInput::getConstituentFourVector |
( |
int |
i | ) |
const |
|
inline |
◆ getNConstituents()
| unsigned int ZMassConstraint::ConstraintFitInput::getNConstituents |
( |
| ) |
const |
|
inline |
◆ isOK()
| bool ZMassConstraint::ConstraintFitInput::isOK |
( |
| ) |
|
|
inline |
◆ m_cartCovariances
| std::vector<AmgMatrix(5,5)> ZMassConstraint::ConstraintFitInput::m_cartCovariances |
|
protected |
◆ m_covariances
| std::vector<AmgMatrix(5,5)> ZMassConstraint::ConstraintFitInput::m_covariances |
|
protected |
◆ m_isOK
| bool ZMassConstraint::ConstraintFitInput::m_isOK |
|
protected |
◆ m_particles
| std::vector<TLorentzVector> ZMassConstraint::ConstraintFitInput::m_particles |
|
protected |
The documentation for this class was generated from the following file: