ATLAS Offline Software
|
#include <MvfFitInfo.h>
Public Member Functions | |
MvfFitInfo () | |
Default constructor and destructor. More... | |
MvfFitInfo (xAOD::Vertex *constraintVertex, Amg::Vector3D *seedVertex, Amg::Vector3D *linearizationVertex) | |
Constructor taking pointers to constraint vertex, seed vertex and linearization point. More... | |
virtual | ~MvfFitInfo () |
MvfFitInfo (const MvfFitInfo &rhs) | |
Copy-constructor and assignement operator. More... | |
MvfFitInfo & | operator= (const MvfFitInfo &rhs) |
const xAOD::Vertex * | constraintVertex (void) const |
Const access to the constraint vertex. More... | |
xAOD::Vertex * | constraintVertex (void) |
Unconst access to the constraint vertex. More... | |
void | setConstraintVertex (xAOD::Vertex *) |
Constraint vertex set method. More... | |
const Amg::Vector3D * | seedVertex (void) const |
Const access to the seed vertex. More... | |
Amg::Vector3D * | seedVertex (void) |
Unconst access to the seed vertex. More... | |
void | setSeedVertex (Amg::Vector3D *) |
Seed vertex set method. More... | |
const Amg::Vector3D * | linearizationVertex (void) const |
Const access to the linearization point. More... | |
Amg::Vector3D * | linearizationVertex (void) |
Unconst access to the linearization point. More... | |
void | setLinearizationVertex (Amg::Vector3D *) |
Linearization point set method. More... | |
Private Attributes | |
xAOD::Vertex * | m_constraintVertex |
Amg::Vector3D * | m_seedVertex |
Amg::Vector3D * | m_linearizationVertex |
Definition at line 39 of file MvfFitInfo.h.
Trk::MvfFitInfo::MvfFitInfo | ( | ) |
Trk::MvfFitInfo::MvfFitInfo | ( | xAOD::Vertex * | constraintVertex, |
Amg::Vector3D * | seedVertex, | ||
Amg::Vector3D * | linearizationVertex | ||
) |
Constructor taking pointers to constraint vertex, seed vertex and linearization point.
Definition at line 14 of file MvfFitInfo.cxx.
|
virtual |
Definition at line 24 of file MvfFitInfo.cxx.
Trk::MvfFitInfo::MvfFitInfo | ( | const MvfFitInfo & | rhs | ) |
Copy-constructor and assignement operator.
Definition at line 31 of file MvfFitInfo.cxx.
|
inline |
Unconst access to the constraint vertex.
Definition at line 128 of file MvfFitInfo.h.
|
inline |
Const access to the constraint vertex.
Definition at line 123 of file MvfFitInfo.h.
|
inline |
Unconst access to the linearization point.
Definition at line 148 of file MvfFitInfo.h.
|
inline |
Const access to the linearization point.
Definition at line 143 of file MvfFitInfo.h.
MvfFitInfo & Trk::MvfFitInfo::operator= | ( | const MvfFitInfo & | rhs | ) |
Definition at line 37 of file MvfFitInfo.cxx.
|
inline |
Unconst access to the seed vertex.
Definition at line 138 of file MvfFitInfo.h.
|
inline |
Const access to the seed vertex.
Definition at line 133 of file MvfFitInfo.h.
|
inline |
Constraint vertex set method.
Definition at line 117 of file MvfFitInfo.h.
void Trk::MvfFitInfo::setLinearizationVertex | ( | Amg::Vector3D * | linearizationVertex | ) |
void Trk::MvfFitInfo::setSeedVertex | ( | Amg::Vector3D * | seedVertex | ) |
Seed vertex set method.
Definition at line 52 of file MvfFitInfo.cxx.
|
private |
Definition at line 110 of file MvfFitInfo.h.
|
private |
Definition at line 112 of file MvfFitInfo.h.
|
private |
Definition at line 111 of file MvfFitInfo.h.