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;
bool isInitialized(void)
Intializaion check.
MVFVxCandidate & operator=(const MVFVxCandidate &)
Assignement operator.
MVFVxCandidate()
Default constructor and destructor.
const Trk::MvfFitInfo & vertexFitInfo(void) const
Fit info const access.
void setVertexFitInfo(const Trk::MvfFitInfo &info)
Fit info set method.
virtual ~MVFVxCandidate()
Trk::MvfFitInfo m_fitInfo
void setInitialized(bool what)
Set intializaion.
MVFVxCandidate(const MVFVxCandidate &rhs)
Copy-constructor.
virtual MVFVxCandidate * clone() const
Clone 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.
const Trk::RecVertex & recVertex(void) const
Returns a reference to reconstructed vertex.
VxCandidate()
Default constructor for persistency.
Eigen::Matrix< double, 3, 1 > Vector3D
Ensure that the ATLAS eigen extensions are properly loaded.
Vertex_v1 Vertex
Define the latest version of the vertex class.