|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef VXMULTIVERTEX_MVFVXCANDIDATE_H
6 #define VXMULTIVERTEX_MVFVXCANDIDATE_H
110 virtual MsgStream&
dump(MsgStream& sl)
const;
112 virtual std::ostream&
dump(std::ostream& sl)
const;
const Trk::RecVertex & recVertex(void) const
Returns a reference to reconstructed vertex.
void setInitialized(bool what)
Set intializaion.
MVFVxCandidate(const MVFVxCandidate &rhs)
Copy-constructor.
bool isInitialized(void)
Intializaion check.
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.
Trk::MvfFitInfo m_fitInfo
virtual ~MVFVxCandidate()
virtual MVFVxCandidate * clone() const
Clone method.
Ensure that the ATLAS eigen extensions are properly loaded.
MVFVxCandidate()
Default constructor and destructor.
Eigen::Matrix< double, 3, 1 > Vector3D
Class describing a Vertex.
virtual MsgStream & dump(MsgStream &sl) const
Output Method for MsgStream, to be overloaded by child classes.
void setVertexFitInfo(const Trk::MvfFitInfo &info)
Fit info set method.
MVFVxCandidate & operator=(const MVFVxCandidate &)
Assignement operator.
const Trk::MvfFitInfo & vertexFitInfo(void) const
Fit info const access.