![]() |
ATLAS Offline Software
|
#include <VxSecVertexInfo.h>
Public Member Functions | |
| VxSecVertexInfo () | |
| VxSecVertexInfo (std::vector< xAOD::Vertex * >) | |
| virtual VxSecVertexInfo * | clone () const |
| virtual | ~VxSecVertexInfo () |
| VxSecVertexInfo (const VxSecVertexInfo &) | |
| VxSecVertexInfo (VxSecVertexInfo &&) noexcept=default | |
| VxSecVertexInfo & | operator= (const VxSecVertexInfo &) |
| VxSecVertexInfo & | operator= (VxSecVertexInfo &&) noexcept=default |
| const std::vector< xAOD::Vertex * > & | vertices () const |
| void | setVertices (const std::vector< xAOD::Vertex * > &) |
| void | setSVOwnership (bool Ownership) |
Protected Attributes | |
| std::vector< xAOD::Vertex * > | m_vertices |
| bool | m_SVOwnership |
Definition at line 40 of file VxSecVertexInfo.h.
| Trk::VxSecVertexInfo::VxSecVertexInfo | ( | ) |
Definition at line 24 of file VxSecVertexInfo.cxx.
| Trk::VxSecVertexInfo::VxSecVertexInfo | ( | std::vector< xAOD::Vertex * > | vertices | ) |
Definition at line 26 of file VxSecVertexInfo.cxx.
|
virtual |
Definition at line 30 of file VxSecVertexInfo.cxx.
| Trk::VxSecVertexInfo::VxSecVertexInfo | ( | const VxSecVertexInfo & | rhs | ) |
Definition at line 47 of file VxSecVertexInfo.cxx.
|
defaultnoexcept |
|
inlinevirtual |
Reimplemented in Trk::VxJetFitterVertexInfo, and Trk::VxSecVKalVertexInfo.
Definition at line 88 of file VxSecVertexInfo.h.
| VxSecVertexInfo & Trk::VxSecVertexInfo::operator= | ( | const VxSecVertexInfo & | rhs | ) |
Definition at line 64 of file VxSecVertexInfo.cxx.
|
defaultnoexcept |
|
inline |
Definition at line 74 of file VxSecVertexInfo.h.
| void Trk::VxSecVertexInfo::setVertices | ( | const std::vector< xAOD::Vertex * > & | vertices | ) |
Definition at line 92 of file VxSecVertexInfo.cxx.
| const std::vector< xAOD::Vertex * > & Trk::VxSecVertexInfo::vertices | ( | ) | const |
Definition at line 88 of file VxSecVertexInfo.cxx.
|
protected |
Definition at line 82 of file VxSecVertexInfo.h.
|
protected |
Definition at line 81 of file VxSecVertexInfo.h.