#include <MvfFitInfo.h>
Definition at line 39 of file MvfFitInfo.h.
◆ MvfFitInfo() [1/3]
| Trk::MvfFitInfo::MvfFitInfo |
( |
| ) |
|
Default constructor and destructor.
Definition at line 11 of file MvfFitInfo.cxx.
12 {}
xAOD::Vertex * m_constraintVertex
Amg::Vector3D * m_seedVertex
Amg::Vector3D * m_linearizationVertex
◆ MvfFitInfo() [2/3]
Constructor taking pointers to constraint vertex, seed vertex and linearization point.
Definition at line 14 of file MvfFitInfo.cxx.
16 :
20 {
21
22 }
const xAOD::Vertex * constraintVertex(void) const
Const access to the constraint vertex.
const Amg::Vector3D * linearizationVertex(void) const
Const access to the linearization point.
const Amg::Vector3D * seedVertex(void) const
Const access to the seed vertex.
◆ ~MvfFitInfo()
| Trk::MvfFitInfo::~MvfFitInfo |
( |
| ) |
|
|
virtual |
◆ MvfFitInfo() [3/3]
| Trk::MvfFitInfo::MvfFitInfo |
( |
const MvfFitInfo & | rhs | ) |
|
Copy-constructor and assignement operator.
Definition at line 31 of file MvfFitInfo.cxx.
31 :
35 {}
Eigen::Matrix< double, 3, 1 > Vector3D
Vertex_v1 Vertex
Define the latest version of the vertex class.
◆ constraintVertex() [1/2]
Unconst access to the constraint vertex.
Definition at line 128 of file MvfFitInfo.h.
◆ constraintVertex() [2/2]
| const xAOD::Vertex * Trk::MvfFitInfo::constraintVertex |
( |
void | | ) |
const |
|
inline |
Const access to the constraint vertex.
Definition at line 123 of file MvfFitInfo.h.
◆ linearizationVertex() [1/2]
Unconst access to the linearization point.
Definition at line 148 of file MvfFitInfo.h.
◆ linearizationVertex() [2/2]
| const Amg::Vector3D * Trk::MvfFitInfo::linearizationVertex |
( |
void | | ) |
const |
|
inline |
Const access to the linearization point.
Definition at line 143 of file MvfFitInfo.h.
◆ operator=()
Definition at line 37 of file MvfFitInfo.cxx.
38 {
39 if (this!=&rhs)
40 {
47 }
48 return *this;
49 }
◆ seedVertex() [1/2]
Unconst access to the seed vertex.
Definition at line 138 of file MvfFitInfo.h.
◆ seedVertex() [2/2]
Const access to the seed vertex.
Definition at line 133 of file MvfFitInfo.h.
◆ setConstraintVertex()
| void Trk::MvfFitInfo::setConstraintVertex |
( |
xAOD::Vertex * | constraintVertex | ) |
|
|
inline |
◆ setLinearizationVertex()
| void Trk::MvfFitInfo::setLinearizationVertex |
( |
Amg::Vector3D * | linearizationVertex | ) |
|
◆ setSeedVertex()
| void Trk::MvfFitInfo::setSeedVertex |
( |
Amg::Vector3D * | seedVertex | ) |
|
◆ m_constraintVertex
◆ m_linearizationVertex
◆ m_seedVertex
The documentation for this class was generated from the following files: