LCIO  "2.7.4"
 All Classes Namespaces Functions Variables Typedefs Friends Pages
Public Types | Public Member Functions | List of all members
EVENT::TPCHit Class Referenceabstract

Deprecated. More...

#include <pre-generated/EVENT/TPCHit.h>

Inheritance diagram for EVENT::TPCHit:
EVENT::LCObject lcrtrel::LCRTRelations IMPL::TPCHitImpl IOIMPL::TPCHitIOImpl

Public Types

typedef TPCHit lcobject_type
 Useful typedef for template programming with LCIO.
 

Public Member Functions

virtual ~TPCHit ()
 Destructor.
 
virtual int getCellID () const =0
 Returns the detector specific cell id.
 
virtual float getTime () const =0
 Returns the time of the hit.
 
virtual float getCharge () const =0
 Returns the integrated charge of the hit.
 
virtual int getQuality () const =0
 Returns a quality flag for the hit.
 
virtual int getNRawDataWords () const =0
 Return the number of raw data (32-bit) words stored for the hit. More...
 
virtual int getRawDataWord (int i) const =0
 Return the raw data (32-bit) word at i. More...
 
- Public Member Functions inherited from EVENT::LCObject
virtual ~LCObject ()
 Destructor.
 
virtual int id () const =0
 Returns an object id for internal (debugging) use in LCIO.
 
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,...
 
template<class V >
const V::ext_type ext () const
 
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.
 

Additional Inherited Members

- Protected Member Functions inherited from lcrtrel::LCRTRelations
template<class V >
V::ptr & ptr () const
 Returns the reference to the pointer to the extension/relation object.
 

Detailed Description

Deprecated.

Please use TrackerRawData, TrackerData and TrackerPulse instead. A future version of LCIO will not support writing of TPCHit collections anymore.

Deprecated:
Author
gaede
Version
Id:
TPCHit.aid,v 1.5 2006-03-24 13:25:52 gaede Exp

Member Function Documentation

virtual int EVENT::TPCHit::getNRawDataWords ( ) const
pure virtual

Return the number of raw data (32-bit) words stored for the hit.

Check the flag word (bit TPCBIT_RAW) of the collection if raw data is stored at all.

Implemented in IMPL::TPCHitImpl.

Referenced by UTIL::LCTOOLS::printTPCHits(), and SIO::SIOTPCHitHandler::write().

virtual int EVENT::TPCHit::getRawDataWord ( int  i) const
pure virtual

Return the raw data (32-bit) word at i.

Check the flag word (bit TPCBIT_RAW) of the collection if raw data is stored at all.

Implemented in IMPL::TPCHitImpl.

Referenced by UTIL::LCTOOLS::printTPCHits(), and SIO::SIOTPCHitHandler::write().


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