Adding stuff needed for io (friend declarations, etc.) More...
#include <IOIMPL/TrackerHitPlaneIOImpl.h>
Friends | |
class | SIO::SIOTrackerHitPlaneHandler |
Additional Inherited Members | |
![]() | |
typedef TrackerHitPlane | lcobject_type |
Useful typedef for template programming with LCIO. | |
![]() | |
typedef TrackerHit | lcobject_type |
Useful typedef for template programming with LCIO. | |
![]() | |
virtual | ~TrackerHitPlaneImpl () |
Destructor. | |
virtual int | id () const |
Returns an object id for internal (debugging) use in LCIO. | |
virtual int | getCellID0 () const |
Same name as in CalorimeterHit, even though there are no 'cells' in this case. | |
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 RTHPBIT_ID1) of the collection. More... | |
virtual const double * | getPosition () const |
The hit position in [mm]. | |
virtual const float * | getU () const |
Direction of first measurement - given as (theta, phi). More... | |
virtual const float * | getV () const |
Direction of second measurement - given as (theta, phi). More... | |
virtual float | getdU () const |
Error along u. | |
virtual float | getdV () const |
Error along v. | |
virtual const EVENT::FloatVec & | getCovMatrix () const |
Covariance of the position (x,y,z) | |
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]. | |
virtual float | getEDepError () const |
The error measured on EDep [GeV]. | |
virtual float | getTime () const |
The time of the hit in [ns]. More... | |
virtual int | getType () const |
Type of hit. More... | |
virtual int | getQuality () const |
The quality bit flag of the hit. | |
virtual const EVENT::LCObjectVec & | getRawHits () const |
The raw data hits. More... | |
virtual EVENT::LCObjectVec & | rawHits () |
Use to manipulate the raw hits. | |
void | setCellID0 (int id0) |
Sets the first cell id;. | |
void | setCellID1 (int id1) |
Sets the second cell id; Only store if the flag word (bit RTHPBIT_ID1) of the collection is set. More... | |
void | setType (int type) |
void | setPosition (const double pos[3]) |
void | setU (const float u[2]) |
void | setU (float theta, float phi) |
void | setV (const float v[2]) |
void | setV (float theta, float phi) |
void | setdU (float du) |
void | setdV (float dv) |
void | setEDep (float e) |
void | setEDepError (float e) |
void | setTime (float t) |
void | setQuality (int quality) |
void | setQualityBit (int bit, bool val=true) |
![]() | |
virtual | ~TrackerHitPlane () |
Destructor. | |
![]() | |
virtual | ~TrackerHit () |
Destructor. | |
![]() | |
virtual | ~LCObject () |
Destructor. | |
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,... | |
template<class V > | |
const V::ext_type | ext () const |
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. | |
![]() | |
virtual int | simpleUID () const |
![]() | |
template<class V > | |
V::ptr & | ptr () const |
Returns the reference to the pointer to the extension/relation object. | |
![]() | |
virtual void | setReadOnly (bool readOnly) |
void | checkAccess () throw ( EVENT::ReadOnlyException ) |
void | checkAccess (const char *what) throw ( EVENT::ReadOnlyException ) |
![]() | |
int | _cellID0 |
int | _cellID1 |
int | _type |
double | _pos [3] |
float | _u [2] |
float | _v [2] |
float | _du |
float | _dv |
float | _EDep |
float | _EDepError |
float | _time |
int | _quality |
EVENT::FloatVec | _cov |
EVENT::LCObjectVec | _rawHits |
![]() | |
bool | _readOnly |
int | _id |
Adding stuff needed for io (friend declarations, etc.)