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. | |
| virtual int | getRawDataWord (int i) const =0 |
| Return the raw data (32-bit) word at i. | |
Deprecated.
Please use TrackerRawData, TrackerData and TrackerPulse instead. A future version of LCIO will not support writing of TPCHit collections anymore.
| 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().
1.6.1