#include <TrackerHitImpl.h>
Inheritance diagram for IMPL::TrackerHitImpl:
Public Types | |
| typedef TrackerHit | lcobject_type |
Public Member Functions | |
| TrackerHitImpl () | |
| virtual | ~TrackerHitImpl () |
| Destructor. | |
| virtual int | id () const |
| virtual const double * | getPosition () const |
| virtual const EVENT::FloatVec & | getCovMatrix () const |
| virtual float | getdEdx () const |
| virtual float | getTime () const |
| virtual int | getType () const |
| virtual const EVENT::LCObjectVec & | getRawHits () const |
| virtual EVENT::LCObjectVec & | rawHits () |
| void | setType (int type) |
| void | setPosition (double pos[3]) |
| void | setCovMatrix (const EVENT::FloatVec &cov) |
| void | setCovMatrix (float cov[TRKHITNCOVMATRIX]) |
| void | setdEdx (float dedx) |
| void | setTime (float t) |
| 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 | _type |
| double | _pos [3] |
| EVENT::FloatVec | _cov |
| float | _dEdx |
| float | _time |
| EVENT::LCObjectVec | _rawHits |
| bool | _readOnly |
| int | _id |
Definition at line 21 of file TrackerHitImpl.h.
|
|
Useful typedef for template programming with LCIO Definition at line 34 of file TrackerHit.h. |
|
|
Definition at line 8 of file TrackerHitImpl.cc. References _cov, _pos, and TRKHITNCOVMATRIX. |
|
|
Destructor.
Definition at line 22 of file TrackerHitImpl.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. |
|
|
Covariance of the position (x,y,z) Implements EVENT::TrackerHit. Definition at line 27 of file TrackerHitImpl.cc. References EVENT::FloatVec. |
|
|
The dE/dx of the hit in [GeV/mm]. Implements EVENT::TrackerHit. Definition at line 31 of file TrackerHitImpl.cc. |
|
|
The hit position in [mm]. Implements EVENT::TrackerHit. Definition at line 25 of file TrackerHitImpl.cc. |
|
|
The raw data hits. Check getType() to get actual data type. Implements EVENT::TrackerHit. Definition at line 36 of file TrackerHitImpl.cc. |
|
|
The time of the hit in [ns]. Is this needed ? Implements EVENT::TrackerHit. Definition at line 33 of file TrackerHitImpl.cc. |
|
|
Type of hit. Mapping of integer types to type names through collection parameters "TrackerHitTypeNames" and "TrackerHitTypeValues". Implements EVENT::TrackerHit. Definition at line 55 of file TrackerHitImpl.cc. |
|
|
Returns an object id for internal (debugging) use in LCIO. Implements EVENT::LCObject. Definition at line 31 of file TrackerHitImpl.h. |
|
|||||||||
|
Returns the reference to the pointer to the extension/relation object Definition at line 508 of file LCRTRelations.h. |
|
|
Use to manipulate the raw hits. Definition at line 40 of file TrackerHitImpl.cc. References IMPL::AccessChecked::checkAccess(). |
|
|||||||||
|
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 88 of file TrackerHitImpl.cc. References _cov, and IMPL::AccessChecked::checkAccess(). |
|
|
Definition at line 82 of file TrackerHitImpl.cc. References _cov, and IMPL::AccessChecked::checkAccess(). Referenced by SIO::SIOTrackerHitHandler::read(). |
|
|
Definition at line 72 of file TrackerHitImpl.cc. References _dEdx, and IMPL::AccessChecked::checkAccess(). |
|
|
Definition at line 65 of file TrackerHitImpl.cc. References _pos, 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 77 of file TrackerHitImpl.cc. References _time, and IMPL::AccessChecked::checkAccess(). |
|
|
Definition at line 60 of file TrackerHitImpl.cc. References _type, and IMPL::AccessChecked::checkAccess(). |
|
|
Definition at line 24 of file AccessChecked.h. |
|
|
Definition at line 87 of file TrackerHitImpl.h. Referenced by setCovMatrix(), and TrackerHitImpl(). |
|
|
Definition at line 88 of file TrackerHitImpl.h. Referenced by SIO::SIOTrackerHitHandler::read(), and setdEdx(). |
|
|
Definition at line 34 of file AccessChecked.h. Referenced by IMPL::AccessChecked::AccessChecked(). |
|
|
Definition at line 86 of file TrackerHitImpl.h. Referenced by SIO::SIOTrackerHitHandler::read(), setPosition(), and TrackerHitImpl(). |
|
|
Definition at line 90 of file TrackerHitImpl.h. Referenced by SIO::SIOTrackerHitHandler::read(). |
|
|
Definition at line 33 of file AccessChecked.h. Referenced by IMPL::AccessChecked::setReadOnly(). |
|
|
Definition at line 89 of file TrackerHitImpl.h. Referenced by SIO::SIOTrackerHitHandler::read(), and setTime(). |
|
|
Definition at line 85 of file TrackerHitImpl.h. Referenced by SIO::SIOTrackerHitHandler::read(), and setType(). |
1.3.9.1