EVENT::TrackerPulse Class Reference

Tracker pulses as computed from TrackerData objects or as directly measured by a specific subdetector. More...

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

Inheritance diagram for EVENT::TrackerPulse:
EVENT::LCObject lcrtrel::LCRTRelations IMPL::TrackerPulseImpl IOIMPL::TrackerPulseIOImpl

List of all members.

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.
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 FloatVecgetCovMatrix () const =0
 Covariance matrix of the charge (c) and time (t) measurements.
virtual int getQuality () const =0
 The quality bit flag of the pulse - check/set collection parameters TrackerPulseQualityNames and TrackerPulseQualityNamesValues.
virtual TrackerDatagetTrackerData () const =0
 Optionally the TrackerData that has been used to create the pulse can be stored with the pulse - NULL if none.

Detailed Description

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.

See also:
TrackerRawData
TrackerData
Author:
gaede
Version:
Id
TrackerPulse.aid,v 1.5 2010-11-11 09:35:27 engels Exp

Member Function Documentation

virtual int EVENT::TrackerPulse::getCellID1 (  )  const [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().

virtual const FloatVec& EVENT::TrackerPulse::getCovMatrix (  )  const [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().

virtual TrackerData* EVENT::TrackerPulse::getTrackerData (  )  const [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().


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