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

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

#include <TrackerRawDataIOImpl.h>

+ Inheritance diagram for IOIMPL::TrackerRawDataIOImpl:

Friends

class SIO::SIOTrackerRawDataHandler
 

Additional Inherited Members

- Public Types inherited from EVENT::TrackerRawData
typedef TrackerRawData 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::TrackerRawDataImpl
 TrackerRawDataImpl ()
 Default Constructor - initializes all data to 0's. More...
 
virtual ~TrackerRawDataImpl ()
 Destructor. More...
 
virtual int id () const
 Returns an object id for internal (debugging) use in LCIO. More...
 
virtual int getCellID0 () const
 Returns the first detector specific (geometrical) cell id. More...
 
virtual int getCellID1 () const
 Returns the second detector specific (geometrical) cell id. More...
 
virtual int getTime () const
 Returns the time. More...
 
virtual const EVENT::ShortVecgetADCValues () const
 The measured ADC values. More...
 
void setCellID0 (int cellID0)
 
void setCellID1 (int cellID1)
 
void setTime (int time)
 
void setADCValues (const EVENT::ShortVec &adc)
 Set the ADC vector by copying the values. More...
 
EVENT::ShortVecadcValues ()
 Allows direct access to the adc vector. More...
 
- Public Member Functions inherited from EVENT::TrackerRawData
virtual ~TrackerRawData ()
 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::AccessChecked
virtual void setReadOnly (bool readOnly)
 
void checkAccess ()
 
void checkAccess (const char *what)
 
- Protected Attributes inherited from IMPL::TrackerRawDataImpl
int _cellID0
 
int _cellID1
 
int _channelID
 
int _time
 
EVENT::ShortVec _adc {}
 
- 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 TrackerRawDataIOImpl.h.

Friends And Related Function Documentation

friend class SIO::SIOTrackerRawDataHandler
friend

Definition at line 22 of file TrackerRawDataIOImpl.h.


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