|
ATLAS Offline Software
|
#include <RecVertexPositions.h>
|
| RecVertexPositions () |
| default constructor, if called initializes a RecVertexPositions with all data members set to 0. More...
|
|
| RecVertexPositions (const VertexPositions &pos) |
| construct a RecVertexPositions from a Vertex. More...
|
|
| RecVertexPositions (const Amg::VectorX &pos, const Amg::MatrixX &cov, const double ndf=0., const double chi2=0., bool isWeightTimesPosition=false) |
| constructs a RecVertexPositions with position, error, ndf, dhi2 and ntrk More...
|
|
| RecVertexPositions (const Amg::VectorX &pos, const double ndf=0., const double chi2=0.) |
|
| RecVertexPositions (const RecVertexPositions &) |
| copy constructor More...
|
|
RecVertexPositions & | operator= (const RecVertexPositions &) |
| Assignement operator. More...
|
|
virtual MsgStream & | dump (MsgStream &sl) const |
| Output Method for MsgStream, to be overloaded by child classes. More...
|
|
virtual std::ostream & | dump (std::ostream &sl) const |
| Output Method for std::ostream, to be overloaded by child classes. More...
|
|
virtual | ~RecVertexPositions () |
| default destructor More...
|
|
Amg::MatrixX const & | covariancePosition () const |
| return the covDeltaV matrix of the vertex fit More...
|
|
void | setCovariancePosition (const Amg::MatrixX &) |
|
void | setFitQuality (const Trk::FitQuality &) |
|
const Trk::FitQuality & | fitQuality () const |
| Fit quality access method. More...
|
|
const Amg::VectorX & | weightTimesPosition () |
|
void | setWeightTimesPosition (const Amg::VectorX &) |
|
void | finalizePosition () |
|
const Amg::VectorX & | position () const |
| return position of vertex More...
|
|
void | setPosition (const Amg::VectorX &) |
|
Definition at line 34 of file RecVertexPositions.h.
◆ RecVertexPositions() [1/5]
Trk::RecVertexPositions::RecVertexPositions |
( |
| ) |
|
◆ RecVertexPositions() [2/5]
◆ RecVertexPositions() [3/5]
◆ RecVertexPositions() [4/5]
◆ RecVertexPositions() [5/5]
◆ ~RecVertexPositions()
Trk::RecVertexPositions::~RecVertexPositions |
( |
| ) |
|
|
virtualdefault |
◆ covariancePosition()
◆ dump() [1/2]
MsgStream & Trk::RecVertexPositions::dump |
( |
MsgStream & |
sl | ) |
const |
|
virtual |
Output Method for MsgStream, to be overloaded by child classes.
Reimplemented from Trk::VertexPositions.
Definition at line 105 of file RecVertexPositions.cxx.
129 sl <<
"Trk::VertexPositions weight times position: (" ;
131 sl <<
"Trk::VertexPositions position: (" ;
◆ dump() [2/2]
std::ostream & Trk::RecVertexPositions::dump |
( |
std::ostream & |
sl | ) |
const |
|
virtual |
◆ finalizePosition()
void Trk::RecVertexPositions::finalizePosition |
( |
| ) |
|
◆ fitQuality()
◆ numberOfInstantiations()
◆ operator=()
Assignement operator.
Definition at line 93 of file RecVertexPositions.cxx.
97 sl <<
"Trk::RecVertexPositions: " << std::endl;
101 sl <<
"Trk::VertexPositions weight times position: (" ;
103 sl <<
"Trk::VertexPositions position: (" ;
◆ position()
◆ setCovariancePosition()
◆ setFitQuality()
◆ setPosition()
◆ setWeightTimesPosition()
void Trk::RecVertexPositions::setWeightTimesPosition |
( |
const Amg::VectorX & |
weightTimesPosition | ) |
|
◆ weightTimesPosition()
◆ m_fitQuality
◆ m_position
◆ m_positionError
cov matrix on vertex position (primary vtx+jet dir+distance)
Definition at line 89 of file RecVertexPositions.h.
◆ m_useWeightTimesPosition
bool Trk::VertexPositions::m_useWeightTimesPosition |
|
protectedinherited |
◆ s_numberOfInstantiations
The documentation for this class was generated from the following files:
RecVertexPositions()
default constructor, if called initializes a RecVertexPositions with all data members set to 0.
Eigen::Matrix< double, Eigen::Dynamic, 1 > VectorX
Dynamic Vector - dynamic allocation.
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > MatrixX
Dynamic Matrix - dynamic allocation.
virtual MsgStream & dump(MsgStream &sl) const
Output Method for MsgStream, to be overloaded by child classes.
bool m_useWeightTimesPosition
Trk::FitQuality m_fitQuality
Class to represent and store fit qualities from track reconstruction in terms of and number of degre...
const Trk::FitQuality & fitQuality() const
Fit quality access method.
Amg::MatrixX m_positionError
cov matrix on vertex position (primary vtx+jet dir+distance)
virtual ~RecVertexPositions()
default destructor
static std::atomic_size_t s_numberOfInstantiations
Amg::MatrixX const & covariancePosition() const
return the covDeltaV matrix of the vertex fit
virtual MsgStream & dump(MsgStream &sl) const
Output Method for MsgStream, to be overloaded by child classes.
VertexPositions & operator=(const VertexPositions &)=default
Assignment operator.
Amg::VectorX m_position
vertex position
double chiSquared() const
returns the of the overall track fit
const Amg::VectorX & weightTimesPosition()
double doubleNumberDoF() const
returns the number of degrees of freedom of the overall track or vertex fit as double