#include <TrackerPulse.h>
Inheritance diagram for EVENT::TrackerPulse:
Public Types | |
| typedef TrackerPulse | lcobject_type |
Public Member Functions | |
| virtual | ~TrackerPulse () |
| Destructor. | |
| virtual int | getCellID0 () const =0 |
| virtual int | getCellID1 () const =0 |
| virtual float | getTime () const =0 |
| virtual float | getCharge () const =0 |
| virtual int | getQuality () const =0 |
| virtual TrackerData * | getTrackerData () const =0 |
| virtual int | id () const =0 |
| virtual LCObject * | clone () const |
| template<class V> | |
| V::ext_type | ext () |
| template<class V> | |
| V::rel_type | rel () |
Protected Member Functions | |
| template<class V> | |
| V::ptr & | ptr () |
Definition at line 25 of file TrackerPulse.h.
|
|
Useful typedef for template programming with LCIO Definition at line 33 of file TrackerPulse.h. |
|
|
Destructor.
Definition at line 29 of file TrackerPulse.h. |
|
|
Deep copy of the object. C++ implementations should return the concrete type (virtual constructor). No reasonable implementation yet. Do not use this method. Reimplemented in IMPL::SimCalorimeterHitImpl. Definition at line 52 of file LCObject.h. |
|
|||||||||
|
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,... Definition at line 430 of file LCRTRelations.h. |
|
|
Returns the first detector specific (geometrical) cell id. Implemented in IMPL::TrackerPulseImpl. Referenced by UTIL::LCTOOLS::printTrackerPulse(), and SIO::SIOTrackerPulseHandler::write(). |
|
|
Returns the second detector specific (geometrical) cell id. Optional, check/set flag(LCIO::TRAWBIT_ID1)==1. Implemented in IMPL::TrackerPulseImpl. Referenced by UTIL::LCTOOLS::printTrackerPulse(), and SIO::SIOTrackerPulseHandler::write(). |
|
|
The integrated charge of the pulse - arbitrary units. Implemented in IMPL::TrackerPulseImpl. Referenced by UTIL::LCTOOLS::printTrackerPulse(), and SIO::SIOTrackerPulseHandler::write(). |
|
|
The quality bit flag of the pulse - check/set collection parameters TrackerPulseQualityNames and TrackerPulseQualityNamesValues. Implemented in IMPL::TrackerPulseImpl. Referenced by UTIL::LCTOOLS::printTrackerPulse(), and SIO::SIOTrackerPulseHandler::write(). |
|
|
The time of the pulse - arbitrary units. Implemented in IMPL::TrackerPulseImpl. Referenced by UTIL::LCTOOLS::printTrackerPulse(), and SIO::SIOTrackerPulseHandler::write(). |
|
|
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 UTIL::LCTOOLS::printTrackerPulse(), and SIO::SIOTrackerPulseHandler::write(). |
|
|
|||||||||
|
Returns the reference to the pointer to the extension/relation object Definition at line 508 of file LCRTRelations.h. |
|
|||||||||
|
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. Definition at line 444 of file LCRTRelations.h. |
1.3.9.1