The Vertex class for LCIO. More...
#include <pre-generated/EVENT/Vertex.h>
Public Types | |
| typedef Vertex | lcobject_type |
| Useful typedef for template programming with LCIO. | |
Public Member Functions | |
| virtual | ~Vertex () |
| Destructor. | |
| virtual bool | isPrimary () const =0 |
| Checks if the Vertex is the primary vertex of the event. | |
| virtual const std::string & | getAlgorithmType () const =0 |
| Type code for the algorithm that has been used to create the vertex - check/set the collection parameters AlgorithmName and AlgorithmType. | |
| virtual float | getChi2 () const =0 |
| Chi squared of the vertex fit. | |
| virtual float | getProbability () const =0 |
| Probability of the vertex fit. | |
| virtual const float * | getPosition () const =0 |
| Position of the vertex. | |
| virtual const FloatVec & | getCovMatrix () const =0 |
| Covariance matrix of the position (stored as lower triangle matrix, i.e. | |
| virtual const FloatVec & | getParameters () const =0 |
| Additional parameters related to this vertex - check/set the collection parameter "VertexParameterNames" for the parameters' meaning. | |
| virtual ReconstructedParticle * | getAssociatedParticle () const =0 |
| Returns Reconstructed Particle associated to the Vertex. | |
UNDER DEVELOPMENT! see: here
UNDER DEVELOPMENT!
| virtual const FloatVec& EVENT::Vertex::getCovMatrix | ( | ) | const [pure virtual] |
Covariance matrix of the position (stored as lower triangle matrix, i.e.
cov(xx),cov(y,x),cov(y,y) ).
Implemented in IMPL::VertexImpl.
Referenced by SIO::SIOVertexHandler::write().
| virtual bool EVENT::Vertex::isPrimary | ( | ) | const [pure virtual] |
Checks if the Vertex is the primary vertex of the event.
Only one primary vertex per event is allowed
Implemented in IMPL::VertexImpl.
Referenced by SIO::SIOVertexHandler::write().
1.6.1