Deprecated. More...
#include <pre-generated/EVENT/TPCHit.h>
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... | |
![]() | |
virtual | ~LCObject () |
Destructor. | |
virtual int | id () const =0 |
Returns an object id for internal (debugging) use in LCIO. | |
virtual LCObject * | clone () const |
Returns an object id for internal (debugging) use in LCIO. More... | |
![]() | |
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 | |
![]() | |
template<class V > | |
V::ptr & | ptr () const |
Returns the reference to the pointer to the extension/relation object. | |
Deprecated.
Please use TrackerRawData, TrackerData and TrackerPulse instead. A future version of LCIO will not support writing of TPCHit collections anymore.
|
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().
|
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().