LCIO
02.17
|
The Vertex class for LCIO. More...
#include <Vertex.h>
Public Types | |
typedef Vertex | lcobject_type |
Useful typedef for template programming with LCIO. More... | |
![]() | |
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::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. 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 FloatVec & | getCovMatrix () const =0 |
Covariance matrix of the position (stored as lower triangle matrix, i.e. More... | |
virtual const FloatVec & | getParameters () const =0 |
Additional parameters related to this vertex - check/set the collection parameter "VertexParameterNames" for the parameters' meaning. More... | |
virtual ReconstructedParticle * | getAssociatedParticle () const =0 |
Returns Reconstructed Particle associated to the Vertex. More... | |
![]() | |
virtual | ~LCObject () |
Destructor. More... | |
virtual int | id () const =0 |
Returns an object id for internal (debugging) use in LCIO. More... | |
virtual LCObject * | clone () const |
Returns an object id for internal (debugging) use in LCIO. More... | |
![]() | |
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... | |
The Vertex class for LCIO.
UNDER DEVELOPMENT!
see: here
UNDER DEVELOPMENT!
typedef Vertex EVENT::Vertex::lcobject_type |
|
inlinevirtual |
|
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<<().
|
pure virtual |
Returns Reconstructed Particle associated to the Vertex.
Implemented in IMPL::VertexImpl.
Referenced by UTIL::operator<<().
|
pure virtual |
|
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<<().
|
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<<().
|
pure virtual |
|
pure virtual |
|
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<<().