A generic tracker hit to be used by pattern recognition. More...
#include <pre-generated/EVENT/TrackerHit.h>
Public Types | |
typedef TrackerHit | lcobject_type |
Useful typedef for template programming with LCIO. | |
Public Member Functions | |
virtual | ~TrackerHit () |
Destructor. | |
virtual int | getCellID0 () const =0 |
Same name as in CalorimeterHit, even though there are no 'cells' in this case. | |
virtual int | getCellID1 () const =0 |
Same name as in CalorimeterHit, even though there are no 'cells' in this case Optional, check/set flag(LCIO::RTHBIT_ID1)==1. | |
virtual const double * | getPosition () const =0 |
The hit position in [mm]. | |
virtual const FloatVec & | getCovMatrix () const =0 |
Covariance of the position (x,y,z), stored as lower triangle matrix. More... | |
virtual float | getdEdx () const =0 |
The dE/dx of the hit in [GeV]. More... | |
virtual float | getTime () const =0 |
The time of the hit in [ns]. | |
virtual int | getType () const =0 |
Type of raw data hit, either one of LCIO::TPCHIT LCIO::SIMTRACKERHIT More... | |
virtual int | getQuality () const =0 |
The quality bit flag of the hit. | |
virtual float | getEDep () const =0 |
The energy deposited on the hit [GeV]. | |
virtual float | getEDepError () const =0 |
The error measured on EDep [GeV]. | |
virtual const LCObjectVec & | getRawHits () const =0 |
The raw data hits. 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. | |
A generic tracker hit to be used by pattern recognition.
|
pure virtual |
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::TrackerHitPlaneImpl, IMPL::TrackerHitZCylinderImpl, and IMPL::TrackerHitImpl.
Referenced by SIO::SIOTrackerHitHandler::write().
|
pure virtual |
The dE/dx of the hit in [GeV].
Implemented in IMPL::TrackerHitPlaneImpl, IMPL::TrackerHitZCylinderImpl, and IMPL::TrackerHitImpl.
|
pure virtual |
The raw data hits.
Check getType() to get actual data type.
Implemented in IMPL::TrackerHitPlaneImpl, IMPL::TrackerHitZCylinderImpl, and IMPL::TrackerHitImpl.
Referenced by SIO::SIOTrackerHitHandler::write(), SIO::SIOTrackerHitZCylinderHandler::write(), and SIO::SIOTrackerHitPlaneHandler::write().
|
pure virtual |
Type of raw data hit, either one of
LCIO::TPCHIT
LCIO::SIMTRACKERHIT
Type of hit. Mapping of integer types to type names through collection parameters "TrackerHitTypeNames" and "TrackerHitTypeValues".
Implemented in IMPL::TrackerHitPlaneImpl, IMPL::TrackerHitZCylinderImpl, and IMPL::TrackerHitImpl.
Referenced by SIO::SIOTrackerHitHandler::write(), SIO::SIOTrackerHitZCylinderHandler::write(), and SIO::SIOTrackerHitPlaneHandler::write().