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

Public Types | |
| typedef ParticleID | lcobject_type |
Public Member Functions | |
| ParticleIDImpl () | |
| virtual | ~ParticleIDImpl () |
| Destructor. | |
| virtual int | id () const |
| virtual int | getType () const |
| virtual int | getPDG () const |
| virtual float | getLikelihood () const |
| virtual int | getAlgorithmType () const |
| virtual const EVENT::FloatVec & | getParameters () const |
| void | setType (int type) |
| void | setPDG (int pdg) |
| void | setLikelihood (float logL) |
| void | setAlgorithmType (int algorithmType) |
| 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 |
Static Public Attributes | |
| const int | UnknownPDG = 999999 |
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 | _type |
| int | _pdg |
| float | _likelihood |
| int | _algorithmType |
| EVENT::FloatVec | _parameters |
| bool | _readOnly |
| int | _id |
Definition at line 29 of file ParticleIDImpl.h.
|
|
Useful typedef for template programming with LCIO Definition at line 36 of file ParticleID.h. |
|
|
Default constructor, initializes values to 0. Definition at line 5 of file ParticleIDImpl.cc. |
|
|
Destructor.
Definition at line 11 of file ParticleIDImpl.cc. |
|
|
Definition at line 49 of file ParticleIDImpl.cc. References _parameters, and IMPL::AccessChecked::checkAccess(). Referenced by SIO::SIOReconstructedParticleHandler::read(), and SIO::SIOClusterHandler::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 of the algorithm/module that created this hypothesis. Check/set collection parameters PIDAlgorithmTypeName and PIDAlgorithmTypeID. Implements EVENT::ParticleID. Definition at line 23 of file ParticleIDImpl.cc. |
|
|
The likelihood of this hypothesis - in a user defined normalization. Implements EVENT::ParticleID. Definition at line 20 of file ParticleIDImpl.cc. |
|
|
Parameters associated with this hypothesis. Check/set collection paramter PIDParameterNames for decoding the indices. Implements EVENT::ParticleID. Definition at line 26 of file ParticleIDImpl.cc. |
|
|
The PDG code of this id - UnknownPDG ( 999999 ) if unknown. Implements EVENT::ParticleID. Definition at line 17 of file ParticleIDImpl.cc. |
|
|
Type - userdefined. Implements EVENT::ParticleID. Definition at line 14 of file ParticleIDImpl.cc. |
|
|
Returns an object id for internal (debugging) use in LCIO. Implements EVENT::LCObject. Definition at line 40 of file ParticleIDImpl.h. |
|
|||||||||
|
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 44 of file ParticleIDImpl.cc. References _algorithmType, and IMPL::AccessChecked::checkAccess(). |
|
|
Definition at line 39 of file ParticleIDImpl.cc. References _likelihood, and IMPL::AccessChecked::checkAccess(). |
|
|
Definition at line 34 of file ParticleIDImpl.cc. References _pdg, 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 30 of file ParticleIDImpl.cc. References _type, and IMPL::AccessChecked::checkAccess(). |
|
|
Definition at line 24 of file AccessChecked.h. |
|
|
Definition at line 75 of file ParticleIDImpl.h. Referenced by SIO::SIOReconstructedParticleHandler::read(), SIO::SIOClusterHandler::read(), and setAlgorithmType(). |
|
|
Definition at line 34 of file AccessChecked.h. Referenced by IMPL::AccessChecked::AccessChecked(). |
|
|
Definition at line 74 of file ParticleIDImpl.h. Referenced by SIO::SIOReconstructedParticleHandler::read(), SIO::SIOClusterHandler::read(), and setLikelihood(). |
|
|
Definition at line 76 of file ParticleIDImpl.h. Referenced by addParameter(). |
|
|
Definition at line 73 of file ParticleIDImpl.h. Referenced by SIO::SIOReconstructedParticleHandler::read(), SIO::SIOClusterHandler::read(), and setPDG(). |
|
|
Definition at line 33 of file AccessChecked.h. Referenced by IMPL::AccessChecked::setReadOnly(). |
|
|
Definition at line 72 of file ParticleIDImpl.h. Referenced by SIO::SIOReconstructedParticleHandler::read(), SIO::SIOClusterHandler::read(), and setType(). |
|
|
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