#include <TrackerPulseImpl.h>
Inheritance diagram for IMPL::TrackerPulseImpl:
Public Types | |
| typedef TrackerPulse | lcobject_type |
Public Member Functions | |
| TrackerPulseImpl () | |
| virtual | ~TrackerPulseImpl () |
| Destructor. | |
| virtual int | id () const |
| virtual int | getCellID0 () const |
| virtual int | getCellID1 () const |
| virtual float | getTime () const |
| virtual float | getCharge () const |
| virtual int | getQuality () const |
| virtual EVENT::TrackerData * | getTrackerData () const |
| void | setCellID0 (int cellID0) |
| void | setCellID1 (int cellID1) |
| void | setTime (float time) |
| void | setCharge (float charge) |
| void | setQuality (int quality) |
| void | setQualityBit (int bit, bool val=true) |
| void | setTrackerData (EVENT::TrackerData *corrData) |
| virtual LCObject * | clone () const |
| template<class V> | |
| V::ext_type | ext () |
| template<class V> | |
| V::rel_type | rel () |
| virtual int | simpleUID () const |
Protected Member Functions | |
| template<class V> | |
| V::ptr & | ptr () |
| virtual void | setReadOnly (bool readOnly) |
| void | checkAccess () throw ( EVENT::ReadOnlyException ) |
| void | checkAccess (const char *what) throw ( EVENT::ReadOnlyException ) |
Protected Attributes | |
| int | _cellID0 |
| int | _cellID1 |
| float | _time |
| float | _charge |
| int | _quality |
| EVENT::TrackerData * | _corrData |
| bool | _readOnly |
| int | _id |
Definition at line 15 of file TrackerPulseImpl.h.
|
|
Useful typedef for template programming with LCIO Definition at line 33 of file TrackerPulse.h. |
|
|
Default Constructor - initializes all data to 0's. Definition at line 11 of file TrackerPulseImpl.cc. |
|
|
Destructor.
Definition at line 21 of file TrackerPulseImpl.cc. |
|
|
Definition at line 20 of file AccessChecked.cc. |
|
|
|
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. Implements EVENT::TrackerPulse. Definition at line 31 of file TrackerPulseImpl.h. |
|
|
Returns the second detector specific (geometrical) cell id. Optional, check/set flag(LCIO::TRAWBIT_ID1)==1. Implements EVENT::TrackerPulse. Definition at line 36 of file TrackerPulseImpl.h. |
|
|
The integrated charge of the pulse // FIXME: unit ?. Implements EVENT::TrackerPulse. Definition at line 44 of file TrackerPulseImpl.h. |
|
|
The quality bit flag of the pulse - use the defined constants for referring to the bits. Implements EVENT::TrackerPulse. Definition at line 48 of file TrackerPulseImpl.h. |
|
|
The time of the pulse. Implements EVENT::TrackerPulse. Definition at line 40 of file TrackerPulseImpl.h. |
|
|
Optionally the TrackerData that has been uesed 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. Implements EVENT::TrackerPulse. Definition at line 54 of file TrackerPulseImpl.h. |
|
|
Returns an object id for internal (debugging) use in LCIO. Implements EVENT::LCObject. Definition at line 26 of file TrackerPulseImpl.h. |
|
|||||||||
|
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. |
|
|
Definition at line 24 of file TrackerPulseImpl.cc. References _cellID0, and IMPL::AccessChecked::checkAccess(). |
|
|
Definition at line 29 of file TrackerPulseImpl.cc. References _cellID1, and IMPL::AccessChecked::checkAccess(). |
|
|
Definition at line 39 of file TrackerPulseImpl.cc. References _charge, and IMPL::AccessChecked::checkAccess(). |
|
|
Definition at line 44 of file TrackerPulseImpl.cc. References _quality, and IMPL::AccessChecked::checkAccess(). |
|
||||||||||||
|
Definition at line 49 of file TrackerPulseImpl.cc. References _quality, and IMPL::AccessChecked::checkAccess(). |
|
|
Reimplemented in IMPL::LCCollectionVec, and IMPL::LCRunHeaderImpl. Definition at line 14 of file AccessChecked.cc. References IMPL::AccessChecked::_readOnly. Referenced by IMPL::LCEventImpl::setAccessMode(), and IMPL::LCCollectionVec::setReadOnly(). |
|
|
Definition at line 34 of file TrackerPulseImpl.cc. References _time, and IMPL::AccessChecked::checkAccess(). |
|
|
Definition at line 58 of file TrackerPulseImpl.cc. References _corrData, and IMPL::AccessChecked::checkAccess(). |
|
|
Definition at line 24 of file AccessChecked.h. |
|
|
Definition at line 68 of file TrackerPulseImpl.h. Referenced by SIO::SIOTrackerPulseHandler::read(), and setCellID0(). |
|
|
Definition at line 69 of file TrackerPulseImpl.h. Referenced by SIO::SIOTrackerPulseHandler::read(), and setCellID1(). |
|
|
Definition at line 71 of file TrackerPulseImpl.h. Referenced by SIO::SIOTrackerPulseHandler::read(), and setCharge(). |
|
|
Definition at line 73 of file TrackerPulseImpl.h. Referenced by SIO::SIOTrackerPulseHandler::read(), and setTrackerData(). |
|
|
Definition at line 34 of file AccessChecked.h. Referenced by IMPL::AccessChecked::AccessChecked(). |
|
|
Definition at line 72 of file TrackerPulseImpl.h. Referenced by SIO::SIOTrackerPulseHandler::read(), setQuality(), and setQualityBit(). |
|
|
Definition at line 33 of file AccessChecked.h. Referenced by IMPL::AccessChecked::setReadOnly(). |
|
|
Definition at line 70 of file TrackerPulseImpl.h. Referenced by SIO::SIOTrackerPulseHandler::read(), and setTime(). |
1.3.9.1