|
ATLAS Offline Software
|
Go to the documentation of this file.
17 m_constraintVertex(constraintVertex),
18 m_seedVertex(seedVertex),
19 m_linearizationVertex(linearizationVertex)
32 m_constraintVertex(rhs.m_constraintVertex ?
new xAOD::
Vertex(*rhs.m_constraintVertex) : nullptr),
33 m_seedVertex(rhs.m_seedVertex ?
new Amg::
Vector3D(*rhs.m_seedVertex) : nullptr),
34 m_linearizationVertex(rhs.m_linearizationVertex ?
new Amg::
Vector3D(*rhs.m_linearizationVertex) : nullptr)
void setSeedVertex(Amg::Vector3D *)
Seed vertex set method.
Vertex_v1 Vertex
Define the latest version of the vertex class.
MvfFitInfo()
Default constructor and destructor.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
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.
Definition of ATLAS Math & Geometry primitives (Amg)
Eigen::Matrix< double, 3, 1 > Vector3D
Amg::Vector3D * m_seedVertex
Class describing a Vertex.
Amg::Vector3D * m_linearizationVertex
const Amg::Vector3D * linearizationVertex(void) const
Const access to the linearization point.
void setLinearizationVertex(Amg::Vector3D *)
Linearization point set method.