LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | List of all members
EVENT::Vertex Class Referenceabstract

The Vertex class for LCIO. More...

#include <Vertex.h>

+ Inheritance diagram for EVENT::Vertex:

Public Types

typedef Vertex lcobject_type
 Useful typedef for template programming with LCIO. More...
 
- Public Types inherited from lcrtrel::LCRTRelations
typedef std::type_index ext_index
 
typedef std::shared_ptr< void > ext_type
 
typedef std::map< ext_index,
ext_type
ext_map
 

Public Member Functions

virtual ~Vertex ()
 Destructor. More...
 
virtual bool isPrimary () const =0
 Checks if the Vertex is the primary vertex of the event. More...
 
virtual const std::stringgetAlgorithmType () const =0
 Type code for the algorithm that has been used to create the vertex - check/set the collection parameters AlgorithmName and AlgorithmType. More...
 
virtual float getChi2 () const =0
 Chi squared of the vertex fit. More...
 
virtual float getProbability () const =0
 Probability of the vertex fit. More...
 
virtual const float * getPosition () const =0
 Position of the vertex. More...
 
virtual const FloatVecgetCovMatrix () const =0
 Covariance matrix of the position (stored as lower triangle matrix, i.e. More...
 
virtual const FloatVecgetParameters () const =0
 Additional parameters related to this vertex - check/set the collection parameter "VertexParameterNames" for the parameters' meaning. More...
 
virtual ReconstructedParticlegetAssociatedParticle () const =0
 Returns Reconstructed Particle associated to the Vertex. More...
 
- Public Member Functions inherited from EVENT::LCObject
virtual ~LCObject ()
 Destructor. More...
 
virtual int id () const =0
 Returns an object id for internal (debugging) use in LCIO. More...
 
virtual LCObjectclone () const
 Returns an object id for internal (debugging) use in LCIO. More...
 
- Public Member Functions inherited from lcrtrel::LCRTRelations
template<class V >
V::ext_type ext ()
 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,... More...
 
template<class V >
const V::ext_type ext () const
 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,... More...
 
template<class V >
V::rel_type rel ()
 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. More...
 

Detailed Description

The Vertex class for LCIO.

UNDER DEVELOPMENT!

see: here

UNDER DEVELOPMENT!

Author
gaede, engels
Version
Id:
Vertex.aid,v 1.3 2006-09-21 06:10:36 gaede Exp

Definition at line 34 of file Vertex.h.

Member Typedef Documentation

Useful typedef for template programming with LCIO.

Definition at line 42 of file Vertex.h.

Constructor & Destructor Documentation

virtual EVENT::Vertex::~Vertex ( )
inlinevirtual

Destructor.

Definition at line 38 of file Vertex.h.

Member Function Documentation

virtual const std::string& EVENT::Vertex::getAlgorithmType ( ) const
pure virtual

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 UTIL::operator<<().

virtual ReconstructedParticle* EVENT::Vertex::getAssociatedParticle ( ) const
pure virtual

Returns Reconstructed Particle associated to the Vertex.

Implemented in IMPL::VertexImpl.

Referenced by UTIL::operator<<().

virtual float EVENT::Vertex::getChi2 ( ) const
pure virtual

Chi squared of the vertex fit.

Implemented in IMPL::VertexImpl.

Referenced by UTIL::operator<<().

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 UTIL::operator<<().

virtual const FloatVec& EVENT::Vertex::getParameters ( ) const
pure virtual

Additional parameters related to this vertex - check/set the collection parameter "VertexParameterNames" for the parameters' meaning.

Implemented in IMPL::VertexImpl.

Referenced by UTIL::operator<<().

virtual const float* EVENT::Vertex::getPosition ( ) const
pure virtual

Position of the vertex.

Implemented in IMPL::VertexImpl.

Referenced by UTIL::operator<<().

virtual float EVENT::Vertex::getProbability ( ) const
pure virtual

Probability of the vertex fit.

Implemented in IMPL::VertexImpl.

Referenced by UTIL::operator<<().

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 UTIL::operator<<().


The documentation for this class was generated from the following file: