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

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

#include <TPCHitIOImpl.h>

+ Inheritance diagram for IOIMPL::TPCHitIOImpl:

Friends

class SIO::SIOTPCHitHandler
 

Additional Inherited Members

- Public Types inherited from EVENT::TPCHit
typedef TPCHit 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::TPCHitImpl
 TPCHitImpl ()
 Default Constructor - initializes all data to 0's. More...
 
 TPCHitImpl (const TPCHitImpl &)=default
 default copy constructor - use with care More...
 
TPCHitImploperator= (const TPCHitImpl &)=default
 default assignment operator - use with care More...
 
virtual ~TPCHitImpl ()
 Destructor. More...
 
virtual int id () const
 Returns an object id for internal (debugging) use in LCIO. More...
 
virtual int getCellID () const
 Returns the detector specific cell id. More...
 
virtual float getTime () const
 Returns the time of the hit. More...
 
virtual float getCharge () const
 Returns the integrated charge of the hit. More...
 
virtual int getQuality () const
 Returns a quality flag for the hit. More...
 
virtual int getNRawDataWords () const
 Return the number of raw data (32-bit) words stored for the hit. More...
 
virtual int getRawDataWord (int i) const
 Return the raw data (32-bit) word at i. More...
 
virtual void setCellID (int cellID)
 Set the cell id. More...
 
virtual void setTime (float time)
 Set the time. More...
 
virtual void setCharge (float charge)
 Set the charge. More...
 
virtual void setQuality (int quality)
 Set the cell quality word. More...
 
virtual void setRawData (const int *raw, int size)
 Set the raw data. More...
 
- Public Member Functions inherited from EVENT::TPCHit
virtual ~TPCHit ()
 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
 
- Protected Member Functions inherited from IMPL::TPCHitImpl
virtual void initRawArray (int size)
 initialize the raw data array - for faster reading 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::TPCHitImpl
int _cellID
 
float _time
 
float _charge
 
int _quality
 
int _rawSize
 
int * _rawArray
 
- 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
Sep 11, 2003

Definition at line 20 of file TPCHitIOImpl.h.

Friends And Related Function Documentation

friend class SIO::SIOTPCHitHandler
friend

Definition at line 22 of file TPCHitIOImpl.h.


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