|
LCIO
02.17
|
Deprecated. More...
#include <TPCHit.h>
Inheritance diagram for EVENT::TPCHit:Public Types | |
| 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 | |
| virtual | ~TPCHit () |
| Destructor. More... | |
| virtual int | getCellID () const =0 |
| Returns the detector specific cell id. More... | |
| virtual float | getTime () const =0 |
| Returns the time of the hit. More... | |
| virtual float | getCharge () const =0 |
| Returns the integrated charge of the hit. More... | |
| virtual int | getQuality () const =0 |
| Returns a quality flag for the hit. More... | |
| 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. More... | |
| virtual int | id () const =0 |
| Returns an object id for internal (debugging) use in LCIO. More... | |
| virtual LCObject * | clone () 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... | |
Deprecated.
Please use TrackerRawData, TrackerData and TrackerPulse instead. A future version of LCIO will not support writing of TPCHit collections anymore.
| typedef TPCHit EVENT::TPCHit::lcobject_type |
|
inlinevirtual |
|
pure virtual |
Returns the detector specific cell id.
Implemented in IMPL::TPCHitImpl.
Referenced by UTIL::LCTOOLS::printTPCHits().
|
pure virtual |
Returns the integrated charge of the hit.
Implemented in IMPL::TPCHitImpl.
Referenced by UTIL::LCTOOLS::printTPCHits().
|
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().
|
pure virtual |
Returns a quality flag for the hit.
Implemented in IMPL::TPCHitImpl.
Referenced by UTIL::LCTOOLS::printTPCHits().
|
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().
|
pure virtual |
Returns the time of the hit.
Implemented in IMPL::TPCHitImpl.
Referenced by UTIL::LCTOOLS::printTPCHits().
1.8.5