|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef VXMULTIVERTEX_MVFFITINFO_H
6 #define VXMULTIVERTEX_MVFFITINFO_H
void setSeedVertex(Amg::Vector3D *)
Seed vertex set method.
MvfFitInfo()
Default constructor and destructor.
xAOD::Vertex * m_constraintVertex
MvfFitInfo & operator=(const MvfFitInfo &rhs)
const Amg::Vector3D * seedVertex(void) const
Const access to the seed vertex.
Ensure that the ATLAS eigen extensions are properly loaded.
Eigen::Matrix< double, 3, 1 > Vector3D
Amg::Vector3D * m_seedVertex
Class describing a Vertex.
Amg::Vector3D * m_linearizationVertex
const xAOD::Vertex * constraintVertex(void) const
Const access to the constraint vertex.
const Amg::Vector3D * linearizationVertex(void) const
Const access to the linearization point.
void setConstraintVertex(xAOD::Vertex *)
Constraint vertex set method.
void setLinearizationVertex(Amg::Vector3D *)
Linearization point set method.