8 #define EVENT_VERTEX_H 1
56 virtual float getChi2()
const = 0;
The generic object that is held in an LCCollection.
virtual float getChi2() const =0
Chi squared of the vertex fit.
virtual const FloatVec & getParameters() const =0
Additional parameters related to this vertex - check/set the collection parameter "VertexParameterNa...
The Vertex class for LCIO.
std::vector< Vertex * > VertexVec
Vector of (pointers to) Vertices.
virtual bool isPrimary() const =0
Checks if the Vertex is the primary vertex of the event.
virtual ~Vertex()
Destructor.
virtual const FloatVec & getCovMatrix() const =0
Covariance matrix of the position (stored as lower triangle matrix, i.e.
virtual const std::string & getAlgorithmType() const =0
Type code for the algorithm that has been used to create the vertex - check/set the collection parame...
The LCIO reconstructedParticle.
virtual const float * getPosition() const =0
Position of the vertex.
virtual ReconstructedParticle * getAssociatedParticle() const =0
Returns Reconstructed Particle associated to the Vertex.
virtual float getProbability() const =0
Probability of the vertex fit.
Vertex lcobject_type
Useful typedef for template programming with LCIO.