#include <TrackerHit.h>
Inheritance diagram for EVENT::TrackerHit:
Public Types | |
| typedef TrackerHit | lcobject_type |
Public Member Functions | |
| virtual | ~TrackerHit () |
| Destructor. | |
| virtual const double * | getPosition () const =0 |
| virtual const FloatVec & | getCovMatrix () const =0 |
| virtual float | getdEdx () const =0 |
| virtual float | getTime () const =0 |
| virtual int | getType () const =0 |
| virtual const LCObjectVec & | getRawHits () 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 26 of file TrackerHit.h.
|
|
Useful typedef for template programming with LCIO Definition at line 34 of file TrackerHit.h. |
|
|
Destructor.
Definition at line 30 of file TrackerHit.h. |
|
|
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. |
|
|
Covariance of the position (x,y,z), stored as lower triangle matrix. i.e. cov(x,x) , cov(y,x) , cov(y,y) , cov(z,x) , cov(z,y) , cov(z,z). Implemented in IMPL::TrackerHitImpl. Referenced by SIO::SIOTrackerHitHandler::write(). |
|
|
The dE/dx of the hit in [GeV]. Implemented in IMPL::TrackerHitImpl. Referenced by UTIL::LCTOOLS::printTrackerHits(), and SIO::SIOTrackerHitHandler::write(). |
|
|
The hit position in [mm]. Implemented in IMPL::TrackerHitImpl. Referenced by UTIL::LCTOOLS::printTrackerHits(), and SIO::SIOTrackerHitHandler::write(). |
|
|
The raw data hits. Check getType() to get actual data type. Implemented in IMPL::TrackerHitImpl. Referenced by UTIL::LCTOOLS::printTrackerHits(), and SIO::SIOTrackerHitHandler::write(). |
|
|
The time of the hit in [ns]. Implemented in IMPL::TrackerHitImpl. Referenced by UTIL::LCTOOLS::printTrackerHits(), and SIO::SIOTrackerHitHandler::write(). |
|
|
Type of hit. Mapping of integer types to type names through collection parameters "TrackerHitTypeNames" and "TrackerHitTypeValues". Implemented in IMPL::TrackerHitImpl. Referenced by UTIL::LCTOOLS::printTrackerHits(), and SIO::SIOTrackerHitHandler::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