#include <SimTrackerHit.h>
Inheritance diagram for EVENT::SimTrackerHit:
Public Types | |
| typedef SimTrackerHit | lcobject_type |
Public Member Functions | |
| virtual | ~SimTrackerHit () |
| Destructor. | |
| virtual int | getCellID () const =0 |
| virtual const double * | getPosition () const =0 |
| virtual float | getdEdx () const =0 |
| virtual float | getTime () const =0 |
| virtual MCParticle * | getMCParticle () const =0 |
| virtual const float * | getMomentum () const =0 |
| virtual float | getPathLength () 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 23 of file SimTrackerHit.h.
|
|
Useful typedef for template programming with LCIO Definition at line 31 of file SimTrackerHit.h. |
|
|
Destructor.
Definition at line 27 of file SimTrackerHit.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 detector specific (geometrical) cell id. Implemented in IMPL::SimTrackerHitImpl. Referenced by UTIL::CellIDDecoder< T >::operator()(), UTIL::LCTOOLS::printSimTrackerHits(), and SIO::SIOSimTrackHitHandler::write(). |
|
|
Returns the dE/dx of the hit in [GeV]. Implemented in IMPL::SimTrackerHitImpl. Referenced by tpc_tracking::SimTrackerHit::get_dEdx(), UTIL::LCTOOLS::printSimTrackerHits(), and SIO::SIOSimTrackHitHandler::write(). |
|
|
Returns the MC particle that caused the hit.
Implemented in IMPL::SimTrackerHitImpl. Referenced by tpc_tracking::SimTrackerHit::get_mc_particle(), UTIL::LCTOOLS::printSimTrackerHits(), and SIO::SIOSimTrackHitHandler::write(). |
|
|
Returns the 3-momentum of the particle at the hits position in [GeV] - optional, only if bit LCIO::THBIT_MOMENTUM is set. Implemented in IMPL::SimTrackerHitImpl. Referenced by tpc_tracking::SimTrackerHit::get_momentum(), UTIL::LCTOOLS::printSimTrackerHits(), and SIO::SIOSimTrackHitHandler::write(). |
|
|
The path length of the particle in the sensitive material that resulted in this hit. This is only stored together with momentum, i.e. if LCIO::THBIT_MOMENTUM is set. Implemented in IMPL::SimTrackerHitImpl. Referenced by tpc_tracking::SimTrackerHit::get_path_length(), UTIL::LCTOOLS::printSimTrackerHits(), and SIO::SIOSimTrackHitHandler::write(). |
|
|
Returns the hit position in [mm]. Implemented in IMPL::SimTrackerHitImpl. Referenced by tpc_tracking::SimTrackerHit::get_position(), tpc_tracking::SimTrackerHit::gl_draw(), UTIL::LCTOOLS::printSimTrackerHits(), and SIO::SIOSimTrackHitHandler::write(). |
|
|
Returns the time of the hit in [ns]. TO DO needs definition. Implemented in IMPL::SimTrackerHitImpl. Referenced by tpc_tracking::SimTrackerHit::get_time(), UTIL::LCTOOLS::printSimTrackerHits(), and SIO::SIOSimTrackHitHandler::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