|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef VXVERTEX_EXTENDEDVXCANDIDATE_H
6 #define VXVERTEX_EXTENDEDVXCANDIDATE_H
30 class VxTrackAtVertex;
76 friend class ::ExtendedVxCandidateCnv_p1;
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > MatrixX
Dynamic Matrix - dynamic allocation.
const Trk::RecVertex & recVertex(void) const
Returns a reference to reconstructed vertex.
const Amg::MatrixX * fullCovariance(void) const
Full covariance matrix access method.
Trk::RecVertex inherits from Trk::Vertex.
std::vector< Trk::VxTrackAtVertex * > * vxTrackAtVertex(void)
Unconst pointer to the vector of tracks Required by some of the vertex fitters.
virtual ExtendedVxCandidate * clone() const
Clone method.
Ensure that the ATLAS eigen extensions are properly loaded.
virtual ~ExtendedVxCandidate()
Virtual calss destructor.
const Amg::MatrixX * m_fullCovariance
Full covariance matrix of the vertex and all corresponding tracks.
ExtendedVxCandidate()
Standard constructor for persistency.
ExtendedVxCandidate & operator=(const ExtendedVxCandidate &)
Assignement operator.