#include <TrackerDataImpl.h>
Inheritance diagram for IMPL::TrackerDataImpl:
Public Types | |
| typedef TrackerData | lcobject_type |
Public Member Functions | |
| TrackerDataImpl () | |
| virtual | ~TrackerDataImpl () |
| Destructor. | |
| virtual int | id () const |
| virtual int | getCellID0 () const |
| virtual int | getCellID1 () const |
| virtual float | getTime () const |
| virtual const EVENT::FloatVec & | getChargeValues () const |
| void | setCellID0 (int cellID0) |
| void | setCellID1 (int cellID1) |
| void | setTime (float time) |
| void | setChargeValues (const EVENT::FloatVec &charge) |
| EVENT::FloatVec & | chargeValues () |
| 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 |
| EVENT::FloatVec | _charge |
| bool | _readOnly |
| int | _id |
Definition at line 15 of file TrackerDataImpl.h.
|
|
Useful typedef for template programming with LCIO Definition at line 31 of file TrackerData.h. |
|
|
Default Constructor - initializes all data to 0's. Definition at line 11 of file TrackerDataImpl.cc. |
|
|
Destructor.
Definition at line 18 of file TrackerDataImpl.cc. |
|
|
Allows direct access to the charge vector. Can be used e.g. to set the values: raw->chargeValues().clear() ; raw->chargeValues().resize( n ) ; raw->chargeValues()[i] = 42. ; Definition at line 44 of file TrackerDataImpl.cc. References IMPL::AccessChecked::checkAccess(), and EVENT::FloatVec. |
|
|
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::TrackerData. Definition at line 30 of file TrackerDataImpl.h. |
|
|
Returns the second detector specific (geometrical) cell id. Optional, check/set flag(LCIO::TRAWBIT_ID1)==1. Implements EVENT::TrackerData. Definition at line 35 of file TrackerDataImpl.h. |
|
|
The calibrated ADC values. Implements EVENT::TrackerData. Definition at line 43 of file TrackerDataImpl.h. |
|
|
Returns the time. Implements EVENT::TrackerData. Definition at line 39 of file TrackerDataImpl.h. |
|
|
Returns an object id for internal (debugging) use in LCIO. Implements EVENT::LCObject. Definition at line 26 of file TrackerDataImpl.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 21 of file TrackerDataImpl.cc. References _cellID0, and IMPL::AccessChecked::checkAccess(). |
|
|
Definition at line 26 of file TrackerDataImpl.cc. References _cellID1, and IMPL::AccessChecked::checkAccess(). |
|
|
Set the charge vector by copying the values. Definition at line 37 of file TrackerDataImpl.cc. References _charge, 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 31 of file TrackerDataImpl.cc. References _time, and IMPL::AccessChecked::checkAccess(). |
|
|
Definition at line 24 of file AccessChecked.h. |
|
|
Definition at line 65 of file TrackerDataImpl.h. Referenced by SIO::SIOTrackerDataHandler::read(), and setCellID0(). |
|
|
Definition at line 66 of file TrackerDataImpl.h. Referenced by SIO::SIOTrackerDataHandler::read(), and setCellID1(). |
|
|
Definition at line 68 of file TrackerDataImpl.h. Referenced by SIO::SIOTrackerDataHandler::read(), and setChargeValues(). |
|
|
Definition at line 34 of file AccessChecked.h. Referenced by IMPL::AccessChecked::AccessChecked(). |
|
|
Definition at line 33 of file AccessChecked.h. Referenced by IMPL::AccessChecked::setReadOnly(). |
|
|
Definition at line 67 of file TrackerDataImpl.h. Referenced by SIO::SIOTrackerDataHandler::read(), and setTime(). |
1.3.9.1