#include <VxSecVertexInfo.h>
Definition at line 62 of file VxSecVertexInfo.h.
◆ VxSecVertexInfo() [1/4]
Trk::VxSecVertexInfo::VxSecVertexInfo |
( |
| ) |
|
◆ VxSecVertexInfo() [2/4]
Trk::VxSecVertexInfo::VxSecVertexInfo |
( |
std::vector< xAOD::Vertex * > |
vertices | ) |
|
◆ ~VxSecVertexInfo()
Trk::VxSecVertexInfo::~VxSecVertexInfo |
( |
| ) |
|
|
virtual |
Definition at line 42 of file VxSecVertexInfo.cxx.
49 std::vector<xAOD::Vertex*>::const_iterator verticesBegin=rhs.m_vertices.begin();
50 std::vector<xAOD::Vertex*>::const_iterator verticesEnd=rhs.m_vertices.end();
52 for (std::vector<xAOD::Vertex*>::const_iterator verticesIter=verticesBegin;
53 verticesIter!=verticesEnd;++verticesIter) {
55 if (myCandidate!=
nullptr) {
◆ VxSecVertexInfo() [3/4]
Definition at line 59 of file VxSecVertexInfo.cxx.
70 std::vector<xAOD::Vertex*>::const_iterator verticesBegin=rhs.m_vertices.begin();
71 std::vector<xAOD::Vertex*>::const_iterator verticesEnd=rhs.m_vertices.end();
73 for (std::vector<xAOD::Vertex*>::const_iterator verticesIter=verticesBegin;
74 verticesIter!=verticesEnd;++verticesIter) {
◆ VxSecVertexInfo() [4/4]
◆ clone()
◆ operator=() [1/2]
Definition at line 76 of file VxSecVertexInfo.cxx.
79 std::cout <<
" Warning in VxSecVertexInfo: tried in copy constructor to copy over a zero pointer Vertex " << std::endl;
◆ operator=() [2/2]
◆ setSVOwnership()
void Trk::VxSecVertexInfo::setSVOwnership |
( |
bool |
Ownership | ) |
|
|
inline |
◆ setVertices()
void Trk::VxSecVertexInfo::setVertices |
( |
const std::vector< xAOD::Vertex * > & |
vertices | ) |
|
◆ vertices()
◆ m_SVOwnership
bool Trk::VxSecVertexInfo::m_SVOwnership |
|
protected |
◆ m_vertices
The documentation for this class was generated from the following files: