#include <VertexImpl.h>
Inheritance diagram for IMPL::VertexImpl:

Public Types | |
| typedef Vertex | lcobject_type |
Public Member Functions | |
| VertexImpl () | |
| virtual | ~VertexImpl () |
| virtual int | id () const |
| virtual bool | isPrimary () const |
| virtual const std::string & | getAlgorithmType () const |
| virtual float | getChi2 () const |
| virtual float | getProbability () const |
| virtual const float * | getPosition () const |
| virtual const EVENT::FloatVec & | getCovMatrix () const |
| virtual const EVENT::FloatVec & | getParameters () const |
| virtual EVENT::ReconstructedParticle * | getAssociatedParticle () const |
| void | setPrimary (bool primary) |
| void | setAlgorithmType (std::string type) |
| void | setChi2 (float chi2) |
| void | setProbability (float probability) |
| void | setPosition (float vpos[3]) |
| void | setPosition (float px, float py, float pz) |
| void | setCovMatrix (const float *cov) |
| void | setCovMatrix (const EVENT::FloatVec &) |
| void | setAssociatedParticle (EVENT::ReconstructedParticle *aP) |
| void | addParameter (float p) |
| virtual LCObject * | clone () const |
| template<class V> | |
| V::ext_type | ext () |
| template<class V> | |
| V::rel_type | rel () |
| virtual int | simpleUID () const |
Protected Member Functions | |
| template<class V> | |
| V::ptr & | ptr () |
| virtual void | setReadOnly (bool readOnly) |
| void | checkAccess () throw ( EVENT::ReadOnlyException ) |
| void | checkAccess (const char *what) throw ( EVENT::ReadOnlyException ) |
Protected Attributes | |
| int | _primary |
| std::string | _type |
| float | _chi2 |
| float | _probability |
| float | _vpos [3] |
| EVENT::FloatVec | _cov |
| EVENT::FloatVec | _par |
| EVENT::ReconstructedParticle * | _aParticle |
| bool | _readOnly |
| int | _id |
Definition at line 21 of file VertexImpl.h.
|
|
Useful typedef for template programming with LCIO |
|
|
Default constructor, initializes values to 0. Definition at line 8 of file VertexImpl.cc. References _cov, _type, _vpos, and VTXCOVMATRIX. |
|
|
Definition at line 22 of file VertexImpl.cc. |
|
|
Definition at line 87 of file VertexImpl.cc. References _par, and IMPL::AccessChecked::checkAccess(). Referenced by SIO::SIOVertexHandler::read(). |
|
|
Definition at line 20 of file AccessChecked.cc. |
|
|
|
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. Implements EVENT::Vertex. Definition at line 26 of file VertexImpl.cc. |
|
|
Returns Reconstructed Particle associated to the Vertex Implements EVENT::Vertex. Definition at line 32 of file VertexImpl.cc. |
|
|
Chi squared of the vertex fit. Implements EVENT::Vertex. Definition at line 27 of file VertexImpl.cc. |
|
|
Covariance matrix of the position (stored as lower triangle matrix, i.e. cov(xx),cov(y,x),cov(y,y) ). Implements EVENT::Vertex. Definition at line 30 of file VertexImpl.cc. |
|
|
Additional parameters related to this vertex - check/set the collection parameter "VertexParameterNames" for the parameters' meaning. Implements EVENT::Vertex. Definition at line 31 of file VertexImpl.cc. |
|
|
Position of the vertex Implements EVENT::Vertex. Definition at line 29 of file VertexImpl.cc. |
|
|
Probability of the vertex fit. Implements EVENT::Vertex. Definition at line 28 of file VertexImpl.cc. |
|
|
Returns an object id for internal (debugging) use in LCIO. Implements EVENT::LCObject. Definition at line 33 of file VertexImpl.h. |
|
|
Checks if the Vertex is the primary vertex of the event. Only one primary vertex per event is allowed Implements EVENT::Vertex. Definition at line 24 of file VertexImpl.cc. |
|
|||||||||
|
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. |
|
|
Definition at line 46 of file VertexImpl.cc. References _type, and IMPL::AccessChecked::checkAccess(). Referenced by SIO::SIOVertexHandler::read(). |
|
|
Definition at line 82 of file VertexImpl.cc. References _aParticle, and IMPL::AccessChecked::checkAccess(). |
|
|
Definition at line 51 of file VertexImpl.cc. References _chi2, and IMPL::AccessChecked::checkAccess(). |
|
|
Definition at line 77 of file VertexImpl.cc. References _cov, and IMPL::AccessChecked::checkAccess(). |
|
|
Definition at line 72 of file VertexImpl.cc. References _cov, and IMPL::AccessChecked::checkAccess(). Referenced by SIO::SIOVertexHandler::read(). |
|
||||||||||||||||
|
Definition at line 65 of file VertexImpl.cc. References _vpos, and IMPL::AccessChecked::checkAccess(). |
|
|
Definition at line 61 of file VertexImpl.cc. |
|
|
Definition at line 36 of file VertexImpl.cc. References _primary, and IMPL::AccessChecked::checkAccess(). |
|
|
Definition at line 56 of file VertexImpl.cc. References _probability, and IMPL::AccessChecked::checkAccess(). |
|
|
Reimplemented in IMPL::LCCollectionVec, and IMPL::LCRunHeaderImpl. Definition at line 14 of file AccessChecked.cc. References IMPL::AccessChecked::_readOnly. Referenced by IMPL::LCEventImpl::setAccessMode(), and IMPL::LCCollectionVec::setReadOnly(). |
|
|
Definition at line 24 of file AccessChecked.h. |
|
|
Definition at line 94 of file VertexImpl.h. Referenced by SIO::SIOVertexHandler::read(), and setAssociatedParticle(). |
|
|
Definition at line 89 of file VertexImpl.h. Referenced by SIO::SIOVertexHandler::read(), and setChi2(). |
|
|
Definition at line 92 of file VertexImpl.h. Referenced by setCovMatrix(), and VertexImpl(). |
|
|
Definition at line 34 of file AccessChecked.h. Referenced by IMPL::AccessChecked::AccessChecked(). |
|
|
Definition at line 93 of file VertexImpl.h. Referenced by addParameter(). |
|
|
Definition at line 86 of file VertexImpl.h. Referenced by SIO::SIOVertexHandler::read(), and setPrimary(). |
|
|
Definition at line 90 of file VertexImpl.h. Referenced by SIO::SIOVertexHandler::read(), and setProbability(). |
|
|
Definition at line 33 of file AccessChecked.h. Referenced by IMPL::AccessChecked::setReadOnly(). |
|
|
Definition at line 88 of file VertexImpl.h. Referenced by setAlgorithmType(), and VertexImpl(). |
|
|
Definition at line 91 of file VertexImpl.h. Referenced by SIO::SIOVertexHandler::read(), setPosition(), and VertexImpl(). |
1.3.9.1