LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Friends | List of all members
IOIMPL::ParticleIDIOImpl Class Reference

Adding stuff needed for io (friend declarations, etc.) More...

#include <ParticleIDIOImpl.h>

+ Inheritance diagram for IOIMPL::ParticleIDIOImpl:

Friends

class SIO::SIOReconstructedParticleHandler
 
class SIO::SIOClusterHandler
 

Additional Inherited Members

- Public Types inherited from EVENT::ParticleID
typedef ParticleID 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 inherited from IMPL::ParticleIDImpl
 ParticleIDImpl ()
 Default constructor, initializes values to 0. More...
 
virtual ~ParticleIDImpl ()
 Destructor. More...
 
virtual int id () const
 Returns an object id for internal (debugging) use in LCIO. More...
 
virtual int getType () const
 Type - userdefined. More...
 
virtual int getPDG () const
 The PDG code of this id - UnknownPDG ( 999999 ) if unknown. More...
 
virtual float getLikelihood () const
 The likelihood of this hypothesis - in a user defined normalization. More...
 
virtual int getAlgorithmType () const
 Type of the algorithm/module that created this hypothesis - NOTE: must be unique within one collection. More...
 
virtual const EVENT::FloatVecgetParameters () const
 Parameters associated with this hypothesis. More...
 
virtual EVENT::FloatVecparameters ()
 Access to parameters associated with this hypothesis. More...
 
void setType (int type)
 
void setPDG (int pdg)
 
void setLikelihood (float logL)
 
void setAlgorithmType (int algorithmType)
 
void addParameter (float p)
 
- Public Member Functions inherited from EVENT::ParticleID
virtual ~ParticleID ()
 Destructor. More...
 
- Public Member Functions inherited from EVENT::LCObject
virtual ~LCObject ()
 Destructor. 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...
 
- Public Member Functions inherited from IMPL::AccessChecked
 AccessChecked ()
 
virtual ~AccessChecked ()
 
virtual int simpleUID () const
 
- Static Public Attributes inherited from EVENT::ParticleID
static const int UnknownPDG = 999999
 Constant to be used if the PDG code is not known or undefined. More...
 
- Protected Member Functions inherited from IMPL::AccessChecked
virtual void setReadOnly (bool readOnly)
 
void checkAccess ()
 
void checkAccess (const char *what)
 
- Protected Attributes inherited from IMPL::ParticleIDImpl
int _type
 
int _pdg
 
float _likelihood
 
int _algorithmType
 
EVENT::FloatVec _parameters {}
 
- Protected Attributes inherited from IMPL::AccessChecked
bool _readOnly {false}
 
int _id {-1}
 
- Static Protected Attributes inherited from IMPL::AccessChecked
static std::atomic_int _lCObjectId
 

Detailed Description

Adding stuff needed for io (friend declarations, etc.)

Author
gaede
Version
Mar 31, 2004

Definition at line 21 of file ParticleIDIOImpl.h.

Friends And Related Function Documentation

friend class SIO::SIOClusterHandler
friend

Definition at line 26 of file ParticleIDIOImpl.h.

Definition at line 25 of file ParticleIDIOImpl.h.


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