#include <TPCHit.h>
Inheritance diagram for EVENT::TPCHit:

Public Types | |
| typedef TPCHit | lcobject_type |
Public Member Functions | |
| virtual | ~TPCHit () |
| Destructor. | |
| virtual int | getCellID () const =0 |
| virtual float | getTime () const =0 |
| virtual float | getCharge () const =0 |
| virtual int | getQuality () const =0 |
| virtual int | getNRawDataWords () const =0 |
| virtual int | getRawDataWord (int i) const =0 |
| virtual int | id () const =0 |
| virtual LCObject * | clone () const |
| template<class V> | |
| V::ext_type | ext () |
| template<class V> | |
| V::rel_type | rel () |
Protected Member Functions | |
| template<class V> | |
| V::ptr & | ptr () |
Definition at line 22 of file TPCHit.h.
|
|
Useful typedef for template programming with LCIO |
|
|
Destructor.
|
|
|
Deep copy of the object. C++ implementations should return the concrete type (virtual constructor). No reasonable implementation yet. Do not use this method. Reimplemented in IMPL::SimCalorimeterHitImpl. Definition at line 52 of file LCObject.h. |
|
|||||||||
|
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,... Definition at line 430 of file LCRTRelations.h. |
|
|
Returns the detector specific cell id. Implemented in IMPL::TPCHitImpl. Referenced by UTIL::LCTOOLS::printTPCHits(), and SIO::SIOTPCHitHandler::write(). |
|
|
Returns the integrated charge of the hit. Implemented in IMPL::TPCHitImpl. Referenced by UTIL::LCTOOLS::printTPCHits(), and SIO::SIOTPCHitHandler::write(). |
|
|
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(). |
|
|
Returns a quality flag for the hit. Implemented in IMPL::TPCHitImpl. Referenced by UTIL::LCTOOLS::printTPCHits(), and SIO::SIOTPCHitHandler::write(). |
|
|
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(). |
|
|
Returns the time of the hit. Implemented in IMPL::TPCHitImpl. Referenced by UTIL::LCTOOLS::printTPCHits(), and SIO::SIOTPCHitHandler::write(). |
|
|
|||||||||
|
Returns the reference to the pointer to the extension/relation object Definition at line 508 of file LCRTRelations.h. |
|
|||||||||
|
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. Definition at line 444 of file LCRTRelations.h. |
1.3.9.1