#include <Vertex.h>
Inheritance diagram for EVENT::Vertex:

Public Types | |
| typedef Vertex | lcobject_type |
Public Member Functions | |
| virtual | ~Vertex () |
| Destructor. | |
| virtual bool | isPrimary () const =0 |
| virtual const std::string & | getAlgorithmType () const =0 |
| virtual float | getChi2 () const =0 |
| virtual float | getProbability () const =0 |
| virtual const float * | getPosition () const =0 |
| virtual const FloatVec & | getCovMatrix () const =0 |
| virtual const FloatVec & | getParameters () const =0 |
| virtual ReconstructedParticle * | getAssociatedParticle () const =0 |
| virtual int | id () const =0 |
| virtual LCObject * | clone () const |
| template<class V> | |
| V::ext_type | ext () |
| template<class V> | |
| V::rel_type | rel () |
Protected Member Functions | |
| template<class V> | |
| V::ptr & | ptr () |
UNDER DEVELOPMENT! see: here
UNDER DEVELOPMENT!
Definition at line 34 of file Vertex.h.
|
|
Useful typedef for template programming with LCIO |
|
|
Destructor.
|
|
|
Deep copy of the object. C++ implementations should return the concrete type (virtual constructor). No reasonable implementation yet. Do not use this method. Reimplemented in IMPL::SimCalorimeterHitImpl. Definition at line 52 of file LCObject.h. |
|
|||||||||
|
Provides access to an extension object - the type and ownership is defined by the class V which should be a subtype of LCExtension, LCOwnedExtension, LCExtensionVector, LCExtensionList,... Definition at line 430 of file LCRTRelations.h. |
|
|
Type code for the algorithm that has been used to create the vertex - check/set the collection parameters AlgorithmName and AlgorithmType. Implemented in IMPL::VertexImpl. Referenced by SIO::SIOVertexHandler::init(), UTIL::operator<<(), and SIO::SIOVertexHandler::write(). |
|
|
Returns Reconstructed Particle associated to the Vertex Implemented in IMPL::VertexImpl. Referenced by UTIL::operator<<(), UTIL::LCTOOLS::printReconstructedParticles(), and SIO::SIOVertexHandler::write(). |
|
|
Chi squared of the vertex fit. Implemented in IMPL::VertexImpl. Referenced by UTIL::operator<<(), and SIO::SIOVertexHandler::write(). |
|
|
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 UTIL::operator<<(), and SIO::SIOVertexHandler::write(). |
|
|
Additional parameters related to this vertex - check/set the collection parameter "VertexParameterNames" for the parameters' meaning. Implemented in IMPL::VertexImpl. Referenced by UTIL::operator<<(), and SIO::SIOVertexHandler::write(). |
|
|
Position of the vertex Implemented in IMPL::VertexImpl. Referenced by UTIL::operator<<(), and SIO::SIOVertexHandler::write(). |
|
|
Probability of the vertex fit. Implemented in IMPL::VertexImpl. Referenced by UTIL::operator<<(), and SIO::SIOVertexHandler::write(). |
|
|
|
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 UTIL::operator<<(), and SIO::SIOVertexHandler::write(). |
|
|||||||||
|
Returns the reference to the pointer to the extension/relation object Definition at line 508 of file LCRTRelations.h. |
|
|||||||||
|
Provides read access to relations - the object types and their connectivity are defined by the class V which has to be a subtype of either LC1To1Relation, LC1ToNRelation or LCNToNRelation. Definition at line 444 of file LCRTRelations.h. |
1.3.9.1