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

Public Types | |
| typedef ParticleID | lcobject_type |
Public Member Functions | |
| virtual | ~ParticleID () |
| Destructor. | |
| virtual int | getType () const =0 |
| virtual int | getPDG () const =0 |
| virtual float | getLikelihood () const =0 |
| virtual int | getAlgorithmType () const =0 |
| virtual const FloatVec & | getParameters () 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 () |
Static Public Attributes | |
| const int | UnknownPDG = 999999 |
Protected Member Functions | |
| template<class V> | |
| V::ptr & | ptr () |
Definition at line 28 of file ParticleID.h.
|
|
Useful typedef for template programming with LCIO Definition at line 36 of file ParticleID.h. |
|
|
Destructor.
Definition at line 32 of file ParticleID.h. |
|
|
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 of the algorithm/module that created this hypothesis. Check/set collection parameters PIDAlgorithmTypeName and PIDAlgorithmTypeID. Implemented in IMPL::ParticleIDImpl. Referenced by SIO::SIOReconstructedParticleHandler::write(), and SIO::SIOClusterHandler::write(). |
|
|
The likelihood of this hypothesis - in a user defined normalization. Implemented in IMPL::ParticleIDImpl. Referenced by IMPL::PIDSort::operator()(), SIO::SIOReconstructedParticleHandler::write(), and SIO::SIOClusterHandler::write(). |
|
|
Parameters associated with this hypothesis. Check/set collection paramter PIDParameterNames for decoding the indices. Implemented in IMPL::ParticleIDImpl. Referenced by SIO::SIOReconstructedParticleHandler::write(), and SIO::SIOClusterHandler::write(). |
|
|
The PDG code of this id - UnknownPDG ( 999999 ) if unknown. Implemented in IMPL::ParticleIDImpl. Referenced by UTIL::LCTOOLS::printReconstructedParticles(), SIO::SIOReconstructedParticleHandler::write(), and SIO::SIOClusterHandler::write(). |
|
|
Type - userdefined. Implemented in IMPL::ParticleIDImpl. Referenced by UTIL::LCTOOLS::printReconstructedParticles(), SIO::SIOReconstructedParticleHandler::write(), and SIO::SIOClusterHandler::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. |
|
|
Constant to be used if the PDG code is not known or undefined. Definition at line 50 of file ParticleID.h. |
1.3.9.1