Go to the documentation of this file.
11 #include "podio/ObjectID.h"
62 const float&
time()
const;
65 const float&
chi2()
const;
86 void time(
float value);
89 void chi2(
float value);
121 std::ostream&
operator<<(std::ostream& o,
const ConstVertex& value);
std::ostream & operator<<(std::ostream &o, const ConstBasicParticle &value)
Definition: BasicParticle.cc:102
Vertex & operator=(const Vertex &other)
copy-assignment operator
Definition: Vertex.cc:34
Definition: BasicParticle.cc:13
const float & time() const
Access the time of vertex [ns].
Definition: Vertex.cc:55
Definition: VertexConst.h:21
const podio::ObjectID getObjectID() const
Definition: Vertex.cc:83
unsigned int id() const
Definition: Vertex.h:113
const float & chi2() const
Access the Chi squared of the vertex fit.
Definition: Vertex.cc:56
Vertex()
default constructor
Definition: Vertex.cc:16
friend class ConstVertex
Definition: Vertex.h:27
bool operator==(const Vertex &other) const
Definition: Vertex.h:107
~Vertex()
destructor
Definition: Vertex.cc:48
const eic::VectorXYZ & position() const
Access the postion of vertex [mm].
Definition: Vertex.cc:54
bool operator<(const Vertex &other) const
Definition: Vertex.h:111
Definition: VertexCollection.h:76
Definition: VertexCollection.h:29
const float & probability() const
Access the Probability of the vertex fit.
Definition: Vertex.cc:57
Vertex clone() const
support cloning (deep-copy)
Definition: Vertex.cc:44
void unlink()
disconnect from VertexObj instance
Definition: Vertex.h:105
const bool & primary() const
Access the Whether it is the primary vertex of the event.
Definition: Vertex.cc:58
bool isAvailable() const
check whether the object is actually available
Definition: Vertex.cc:76
const eic::Index & ID() const
Access the unique vertex ID.
Definition: Vertex.cc:53
Definition: VectorXYZ.h:13
Definition: VertexObj.h:18