LCIO
02.17
|
Adding stuff needed for io (friend declarations, etc.) More...
#include <TrackerHitIOImpl.h>
Friends | |
class | SIO::SIOTrackerHitHandler |
Additional Inherited Members | |
![]() | |
typedef TrackerHit | 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 |
![]() | |
TrackerHitImpl () | |
virtual | ~TrackerHitImpl () |
Destructor. More... | |
virtual int | id () const |
Returns an object id for internal (debugging) use in LCIO. 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 RTHBIT_ID1) of the collection. More... | |
virtual const double * | getPosition () const |
The hit position in [mm]. More... | |
virtual const EVENT::FloatVec & | getCovMatrix () const |
Covariance of the position (x,y,z) More... | |
LCIO_DEPRECATED ("Use getEDep() instead", virtual float getdEdx() const ) | |
The dE/dx of the hit in [GeV/mm]. More... | |
virtual float | getEDep () const |
The deposited energy of the hit [GeV]. More... | |
virtual float | getEDepError () const |
The error measured on EDep [GeV]. More... | |
virtual float | getTime () const |
The time of the hit in [ns]. More... | |
virtual int | getType () const |
Type of raw data hit, either one of LCIO::TPCHIT LCIO::SIMTRACKERHIT More... | |
virtual int | getQuality () const |
The quality bit flag of the hit. More... | |
virtual const EVENT::LCObjectVec & | getRawHits () const |
The raw data hits. More... | |
virtual EVENT::LCObjectVec & | rawHits () |
Use to manipulate the raw hits. 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 RTHBIT_ID1) of the collection is set. More... | |
void | setType (int type) |
void | setPosition (const double pos[3]) |
void | setCovMatrix (const EVENT::FloatVec &cov) |
void | setCovMatrix (const float cov[TRKHITNCOVMATRIX]) |
LCIO_DEPRECATED ("Use setEDep(float) instead", void setdEdx(float dedx)) | |
void | setEDep (float e) |
void | setEDepError (float e) |
void | setTime (float t) |
void | setQuality (int quality) |
void | setQualityBit (int bit, bool val=true) |
![]() | |
virtual | ~TrackerHit () |
Destructor. More... | |
virtual float | getdEdx () const =0 |
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 |
![]() | |
virtual void | setReadOnly (bool readOnly) |
void | checkAccess () |
void | checkAccess (const char *what) |
![]() | |
int | _cellID0 {0} |
int | _cellID1 {0} |
int | _type {0} |
double | _pos [3] = {0.,0.,0.} |
EVENT::FloatVec | _cov {} |
float | _EDep {0} |
float | _EDepError {0} |
float | _time {0} |
int | _quality {0} |
EVENT::LCObjectVec | _rawHits {} |
![]() | |
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 TrackerHitIOImpl.h.
|
friend |
Definition at line 22 of file TrackerHitIOImpl.h.