LCIO
02.17
|
A tracker hit on a cylindrical surface that runs parallel to the z-axis - the hit is stored as:
x,y,z, center(x,y), dRPhi, dz
where (x,y,z) is the position in global cartesian coordinates, center(x,y) is the center of the cylinder and Rphi and z are the measurement errors.
More...
#include <TrackerHitZCylinder.h>
Public Types | |
typedef TrackerHitZCylinder | lcobject_type |
Useful typedef for template programming with LCIO. More... | |
![]() | |
typedef TrackerHit | lcobject_type |
Useful typedef for template programming with LCIO. More... | |
![]() | |
typedef std::type_index | ext_index |
typedef std::shared_ptr< void > | ext_type |
typedef std::map< ext_index, ext_type > | ext_map |
Public Member Functions | |
virtual | ~TrackerHitZCylinder () |
Destructor. More... | |
virtual int | getCellID0 () const =0 |
Same name as in CalorimeterHit, even though there are no 'cells' in this case. More... | |
virtual int | getCellID1 () const =0 |
Same name as in CalorimeterHit, even though there are no 'cells' in this case Optional, check/set flag(LCIO::RTHZBIT_ID1)==1. More... | |
virtual const float * | getCenter () const =0 |
Radius of cylinder. More... | |
virtual float | getdRPhi () const =0 |
Measurement error along RPhi. More... | |
virtual float | getdZ () const =0 |
Measurement error along z. More... | |
![]() | |
virtual | ~TrackerHit () |
Destructor. More... | |
virtual const double * | getPosition () const =0 |
The hit position in [mm]. More... | |
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]. More... | |
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. More... | |
virtual float | getEDep () const =0 |
The energy deposited on the hit [GeV]. More... | |
virtual float | getEDepError () const =0 |
The error measured on EDep [GeV]. More... | |
virtual const LCObjectVec & | getRawHits () const =0 |
The raw data hits. More... | |
![]() | |
virtual | ~LCObject () |
Destructor. More... | |
virtual int | id () const =0 |
Returns an object id for internal (debugging) use in LCIO. More... | |
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,... More... | |
template<class V > | |
const V::ext_type | ext () const |
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,... More... | |
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. More... | |
A tracker hit on a cylindrical surface that runs parallel to the z-axis - the hit is stored as:
x,y,z, center(x,y), dRPhi, dz
where (x,y,z) is the position in global cartesian coordinates, center(x,y) is the center of the cylinder and Rphi and z are the measurement errors.
Note the radius of the cylinder is given by R=sqrt( dx^2c+ dy^2 ) and dx=x-x_c, dy=y-y_c.
Definition at line 28 of file TrackerHitZCylinder.h.
Useful typedef for template programming with LCIO.
Definition at line 36 of file TrackerHitZCylinder.h.
|
inlinevirtual |
Destructor.
Definition at line 32 of file TrackerHitZCylinder.h.
|
pure virtual |
Same name as in CalorimeterHit, even though there are no 'cells' in this case.
Implements EVENT::TrackerHit.
Implemented in IMPL::TrackerHitZCylinderImpl.
Referenced by UTIL::operator<<().
|
pure virtual |
Same name as in CalorimeterHit, even though there are no 'cells' in this case Optional, check/set flag(LCIO::RTHZBIT_ID1)==1.
Implements EVENT::TrackerHit.
Implemented in IMPL::TrackerHitZCylinderImpl.
Referenced by UTIL::operator<<().
|
pure virtual |
Radius of cylinder.
Center of cylinder in RPhi-plane - given as (x,y).
Implemented in IMPL::TrackerHitZCylinderImpl.
Referenced by UTIL::operator<<().
|
pure virtual |
Measurement error along RPhi.
Implemented in IMPL::TrackerHitZCylinderImpl.
Referenced by UTIL::operator<<().
|
pure virtual |
Measurement error along z.
Implemented in IMPL::TrackerHitZCylinderImpl.
Referenced by UTIL::operator<<().