#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]
◆ Vertex() [2/4]
◆ Vertex() [3/4]
◆ 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 44 of file Vertex.cxx.
46 <<
", " <<
m_position[2] <<
") mm." << std::endl;
◆ 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 52 of file Vertex.cxx.
◆ numberOfInstantiations()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ position()
return position of vertex
Definition at line 72 of file Vertex.cxx.
◆ ::RecVertexCnv_p1
◆ m_position
◆ s_numberOfInstantiations
The documentation for this class was generated from the following files: