This class is a simplest representation of a vertex candidate.
More...
#include <Vertex.h>
This class is a simplest representation of a vertex candidate.
The 3-position (X,Y,Z) is stored.
begin : Autumn 2003
changes : 11.02.04 added docu
- Authors
- Andreas Wildauer (CERN PH-ATC), andre.nosp@m.as.w.nosp@m.ildau.nosp@m.er@c.nosp@m.ern.c.nosp@m.h
Definition at line 25 of file Tracking/TrkEvent/VxVertex/VxVertex/Vertex.h.
◆ Vertex() [1/4]
Contructors: default, copy and a constructor taking a vertex position (Amg::Vector3D) as argument.
default constructor constructor with Amg::Vector3D (== Amg::Vector3D)
Definition at line 21 of file Vertex.cxx.
22 : Trk::ObjectCounter<Trk::Vertex>()
24{
25}
Amg::Vector3D m_position
vertex position
◆ Vertex() [2/4]
Definition at line 27 of file Vertex.cxx.
28 : Trk::ObjectCounter<Trk::Vertex>()
30{
31}
◆ Vertex() [3/4]
| Trk::Vertex::Vertex |
( |
const Vertex & | | ) |
|
|
default |
◆ Vertex() [4/4]
| Trk::Vertex::Vertex |
( |
Vertex && | | ) |
|
|
default |
◆ ~Vertex()
| virtual Trk::Vertex::~Vertex |
( |
| ) |
|
|
virtualdefault |
◆ dump() [1/2]
| MsgStream & Trk::Vertex::dump |
( |
MsgStream & | sl | ) |
const |
|
virtual |
Output Method for MsgStream, to be overloaded by child classes.
Reimplemented in Trk::RecVertex.
Definition at line 35 of file Vertex.cxx.
◆ dump() [2/2]
| std::ostream & Trk::Vertex::dump |
( |
std::ostream & | sl | ) |
const |
|
virtual |
Output Method for std::ostream, to be overloaded by child classes.
Reimplemented in Trk::RecVertex.
Definition at line 43 of file Vertex.cxx.
44{
46 <<
", " <<
m_position[2] <<
") mm." << std::endl;
47 return sl;
48}
◆ numberOfInstantiations()
Definition at line 25 of file TrkObjectCounter.h.
26 {
27#ifndef NDEBUG
29#endif
30 return 0;
31 }
Helper to enable counting number of instantiations in debug builds.
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ position()
return position of vertex
Definition at line 63 of file Vertex.cxx.
◆ ::RecVertexCnv_p1
◆ m_position
◆ s_numberOfInstantiations
The documentation for this class was generated from the following files: