EVENT::TrackerHit Class Reference

A generic tracker hit to be used by pattern recognition. More...

#include <pre-generated/EVENT/TrackerHit.h>

Inheritance diagram for EVENT::TrackerHit:
EVENT::LCObject lcrtrel::LCRTRelations EVENT::TrackerHitPlane EVENT::TrackerHitPlane EVENT::TrackerHitZCylinder EVENT::TrackerHitZCylinder IMPL::TrackerHitImpl IMPL::TrackerHitPlaneImpl IMPL::TrackerHitPlaneImpl IMPL::TrackerHitZCylinderImpl IMPL::TrackerHitZCylinderImpl IOIMPL::TrackerHitIOImpl IOIMPL::TrackerHitPlaneIOImpl IOIMPL::TrackerHitPlaneIOImpl IOIMPL::TrackerHitZCylinderIOImpl IOIMPL::TrackerHitZCylinderIOImpl

List of all members.

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 FloatVecgetCovMatrix () const =0
 Covariance of the position (x,y,z), stored as lower triangle matrix.
virtual float getdEdx () const =0
 The dE/dx of the hit in [GeV].
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
.
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 LCObjectVecgetRawHits () const =0
 The raw data hits.

Detailed Description

A generic tracker hit to be used by pattern recognition.

Author:
gaede
Version:
Id
TrackerHit.aid,v 1.16 2010-06-17 12:28:59 engels Exp

Member Function Documentation

virtual const FloatVec& EVENT::TrackerHit::getCovMatrix (  )  const [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::TrackerHitImpl, IMPL::TrackerHitPlaneImpl, and IMPL::TrackerHitZCylinderImpl.

Referenced by SIO::SIOTrackerHitHandler::write().

virtual float EVENT::TrackerHit::getdEdx (  )  const [pure virtual]

The dE/dx of the hit in [GeV].

Deprecated:
See also:
getEDep()

Implemented in IMPL::TrackerHitImpl, IMPL::TrackerHitPlaneImpl, and IMPL::TrackerHitZCylinderImpl.

virtual const LCObjectVec& EVENT::TrackerHit::getRawHits (  )  const [pure virtual]
virtual int EVENT::TrackerHit::getType (  )  const [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::TrackerHitImpl, IMPL::TrackerHitPlaneImpl, and IMPL::TrackerHitZCylinderImpl.

Referenced by SIO::SIOTrackerHitZCylinderHandler::write(), SIO::SIOTrackerHitPlaneHandler::write(), and SIO::SIOTrackerHitHandler::write().


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Friends

Generated on 6 Mar 2020 for LCIO by  doxygen 1.6.1