LCIO
02.17
|
Adding stuff needed for io (friend declarations, etc.) More...
#include <SimTrackerHitIOImpl.h>
Friends | |
class | SIO::SIOSimTrackHitHandler |
Additional Inherited Members | |
![]() | |
typedef SimTrackerHit | lcobject_type |
Useful typedef for template programming with LCIO. More... | |
![]() | |
typedef std::type_index | ext_index |
typedef std::shared_ptr< void > | ext_type |
typedef std::map< ext_index, ext_type > | ext_map |
![]() | |
SimTrackerHitImpl () | |
Default constructor, initializes values to 0. More... | |
SimTrackerHitImpl (const SimTrackerHitImpl &)=default | |
default copy constructor - use with care More... | |
SimTrackerHitImpl & | operator= (const SimTrackerHitImpl &)=default |
default assignment operator - use with care More... | |
virtual | ~SimTrackerHitImpl () |
Destructor. More... | |
virtual int | id () const |
Returns an object id for internal (debugging) use in LCIO. More... | |
LCIO_DEPRECATED ("Use getCellID0() instead", virtual int getCellID() const ) | |
DEPRECATED: use () More... | |
virtual int | getCellID0 () const |
Same name as in CalorimeterHit, even though there are no 'cells' in this case. More... | |
virtual int | getCellID1 () const |
Same name as in CalorimeterHit, even though there are no 'cells' in this case 0 if information is not stored - check the flag word (bit THBIT_ID1) of the collection. More... | |
virtual const double * | getPosition () const |
Returns the hit position. More... | |
LCIO_DEPRECATED ("Use getEDep() instead", virtual float getdEdx() const ) | |
Returns the dE/dx of the hit. More... | |
virtual float | getEDep () const |
Returns the deposited energy of the hit [GeV]. More... | |
virtual float | getTime () const |
Returns the time of the hit. More... | |
virtual EVENT::MCParticle * | getMCParticle () const |
Returns the MC particle that caused the hit. More... | |
virtual const float * | getMomentum () const |
Returns the 3-momentum of the particle at the hits position in [GeV] - optional, only if bit LCIO::THBIT_MOMENTUM is set. More... | |
virtual float | getPathLength () const |
The path length of the particle in the sensitive material that resulted in this hit. More... | |
virtual int | getQuality () const |
The quality bit flag of the hit. More... | |
void | setCellID0 (int id0) |
Sets the first cell id;. More... | |
void | setCellID1 (int id1) |
Sets the second cell id; Only store if the flag word (bit THBIT_ID1) of the collection is set. More... | |
void | setPosition (const double pos[3]) |
Sets the position. More... | |
LCIO_DEPRECATED ("Use setEDep(float) instead", void setdEdx(float dEdX)) | |
Sets dE/dx. More... | |
void | setEDep (float e) |
Sets EDep. More... | |
void | setTime (float t) |
Sets the time. More... | |
void | setMCParticle (EVENT::MCParticle *particle) |
Sets the MCParticle that caused the hit. More... | |
void | setMomentum (const float p[3]) |
Sets the momentum of the particle at the hit's position. More... | |
void | setMomentum (float px, float py, float pz) |
Sets the momentum of the particle at the hit's position. More... | |
void | setPathLength (float pathLength) |
void | setQuality (int quality) |
void | setQualityBit (int bit, bool val=true) |
virtual bool | isOverlay () const |
True if the hit has been overlayed by the simulation (or digitization) program. More... | |
virtual bool | isProducedBySecondary () const |
True if the particle has been created by a secondary particle that is not stored in the MCParticle collection. More... | |
void | setOverlay (bool val) |
void | setProducedBySecondary (bool val) |
![]() | |
virtual | ~SimTrackerHit () |
Destructor. More... | |
virtual int | getCellID () const =0 |
DEPRECATED: use () More... | |
virtual float | getdEdx () const =0 |
Returns the dE/dx of the hit in [GeV]. More... | |
![]() | |
virtual | ~LCObject () |
Destructor. More... | |
virtual LCObject * | clone () const |
Returns an object id for internal (debugging) use in LCIO. More... | |
![]() | |
template<class V > | |
V::ext_type | ext () |
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,... More... | |
template<class V > | |
const V::ext_type | ext () const |
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,... More... | |
template<class V > | |
V::rel_type | rel () |
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. More... | |
![]() | |
AccessChecked () | |
virtual | ~AccessChecked () |
virtual int | simpleUID () const |
![]() | |
static const int | BITOverlay = 31 |
static const int | BITProducedBySecondary = 30 |
![]() | |
virtual void | setReadOnly (bool readOnly) |
void | checkAccess () |
void | checkAccess (const char *what) |
![]() | |
int | _cellID0 |
int | _cellID1 |
double | _pos [3] |
float | _EDep |
float | _time |
EVENT::MCParticle * | _particle |
float | _p [3] |
<– fixme: ROOT cannot handle this pointer !!???? More... | |
float | _pathLength |
int | _quality |
![]() | |
bool | _readOnly {false} |
int | _id {-1} |
![]() | |
static std::atomic_int | _lCObjectId |
Adding stuff needed for io (friend declarations, etc.)
Definition at line 20 of file SimTrackerHitIOImpl.h.
|
friend |
Definition at line 22 of file SimTrackerHitIOImpl.h.