Generic class for raw tracker data. More...
#include <pre-generated/EVENT/TrackerRawData.h>
Public Types | |
typedef TrackerRawData | lcobject_type |
Useful typedef for template programming with LCIO. | |
Public Member Functions | |
virtual | ~TrackerRawData () |
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 int | getTime () const =0 |
Returns a time measurement associated with the adc values, e.g. More... | |
virtual const ShortVec & | getADCValues () const =0 |
The actual FADC spectrum. | |
![]() | |
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. | |
Generic class for raw tracker data.
It can be used to store the full FADC spectrum as it comes out of the tracker DAQ or just one ore more single FADC readout values.
|
pure virtual |
Returns the second detector specific (geometrical) cell id.
Optional, check/set flag(LCIO::TRAWBIT_ID1)==1.
Implemented in IMPL::TrackerRawDataImpl.
Referenced by SIO::SIOTrackerRawDataHandler::write().
|
pure virtual |
Returns a time measurement associated with the adc values, e.g.
the t0 of the spectrum for the TPC. Subdetector dependent.
Implemented in IMPL::TrackerRawDataImpl.
Referenced by SIO::SIOTrackerRawDataHandler::write().