![]() |
ATLAS Offline Software
|
#include <TrackToVtxLink.h>
Public Member Functions | |
| TrackToVtxLink () | |
| Default constructor. More... | |
| ~TrackToVtxLink () | |
| Destructor. More... | |
| TrackToVtxLink (const TrackToVtxLink &rhs) | |
| Copy constructor. More... | |
| TrackToVtxLink & | operator= (const TrackToVtxLink &rhs) |
| Assignement operator. More... | |
| TrackToVtxLink (std::vector< xAOD::Vertex * > *ptrToVertices) | |
| Constructor with also pointer to vertexes. More... | |
| const std::vector< xAOD::Vertex * > * | vertices (void) const |
| Const access to the vertex list. More... | |
| std::vector< xAOD::Vertex * > * | vertices (void) |
| Unconst access to the vertex list. More... | |
Private Attributes | |
| std::vector< xAOD::Vertex * > * | m_vertices |
| Infos about vertexes which the track can be referred to. More... | |
Definition at line 34 of file TrackToVtxLink.h.
| Trk::TrackToVtxLink::TrackToVtxLink | ( | ) |
Default constructor.
Definition at line 41 of file TrackToVtxLink.cxx.
| Trk::TrackToVtxLink::~TrackToVtxLink | ( | ) |
| Trk::TrackToVtxLink::TrackToVtxLink | ( | const TrackToVtxLink & | rhs | ) |
Copy constructor.
Definition at line 56 of file TrackToVtxLink.cxx.
| Trk::TrackToVtxLink::TrackToVtxLink | ( | std::vector< xAOD::Vertex * > * | ptrToVertices | ) |
Constructor with also pointer to vertexes.
Definition at line 44 of file TrackToVtxLink.cxx.
| TrackToVtxLink & Trk::TrackToVtxLink::operator= | ( | const TrackToVtxLink & | rhs | ) |
Assignement operator.
Definition at line 61 of file TrackToVtxLink.cxx.
|
inline |
Unconst access to the vertex list.
Definition at line 86 of file TrackToVtxLink.h.
|
inline |
Const access to the vertex list.
Definition at line 82 of file TrackToVtxLink.h.
|
private |
Infos about vertexes which the track can be referred to.
Definition at line 78 of file TrackToVtxLink.h.
1.8.18