Tracker pulses as computed from TrackerData objects or as directly measured by a specific subdetector. More...
#include <pre-generated/EVENT/TrackerPulse.h>
Public Types | |
typedef TrackerPulse | lcobject_type |
Useful typedef for template programming with LCIO. | |
Public Member Functions | |
virtual | ~TrackerPulse () |
Destructor. | |
virtual int | getCellID0 () const =0 |
Returns the first detector specific (geometrical) cell id. | |
virtual int | getCellID1 () const =0 |
Returns the second detector specific (geometrical) cell id. More... | |
virtual float | getTime () const =0 |
The time of the pulse - arbitrary units. | |
virtual float | getCharge () const =0 |
The integrated charge of the pulse - arbitrary units. | |
virtual const FloatVec & | getCovMatrix () const =0 |
Covariance matrix of the charge (c) and time (t) measurements. More... | |
virtual int | getQuality () const =0 |
The quality bit flag of the pulse - check/set collection parameters TrackerPulseQualityNames and TrackerPulseQualityNamesValues. | |
virtual TrackerData * | getTrackerData () const =0 |
Optionally the TrackerData that has been used to create the pulse can be stored with the pulse - NULL if none. 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. | |
Tracker pulses as computed from TrackerData objects or as directly measured by a specific subdetector.
Typically TrackerHIts are created from TrackerPulses by some sort of clustering.
|
pure virtual |
Returns the second detector specific (geometrical) cell id.
Optional, check/set flag(LCIO::TRAWBIT_ID1)==1.
Implemented in IMPL::TrackerPulseImpl.
Referenced by SIO::SIOTrackerPulseHandler::write().
|
pure virtual |
Covariance matrix of the charge (c) and time (t) measurements.
Stored as lower triangle matrix, i.e. cov(c,c) , cov(t,c) , cov(t,t). Optional, check/set flag(LCIO::TRAWBIT_CM)==1.
Implemented in IMPL::TrackerPulseImpl.
Referenced by SIO::SIOTrackerPulseHandler::write().
|
pure virtual |
Optionally the TrackerData that has been used to create the pulse can be stored with the pulse - NULL if none.
Check the quality bits for reason why the spectrum has been stored for the pulse.
Implemented in IMPL::TrackerPulseImpl.
Referenced by SIO::SIOTrackerPulseHandler::write().