LCIO
02.17
|
Adding stuff needed for io (friend declarations, etc.) More...
#include <TrackerPulseIOImpl.h>
Friends | |
class | SIO::SIOTrackerPulseHandler |
Additional Inherited Members | |
![]() | |
typedef TrackerPulse | 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 |
![]() | |
TrackerPulseImpl () | |
Default Constructor - initializes all data to 0's. More... | |
TrackerPulseImpl (const TrackerPulseImpl &)=default | |
default copy constructor - use with care More... | |
TrackerPulseImpl & | operator= (const TrackerPulseImpl &)=default |
default assignment operator - use with care More... | |
virtual | ~TrackerPulseImpl () |
Destructor. More... | |
virtual int | id () const |
Returns an object id for internal (debugging) use in LCIO. More... | |
virtual int | getCellID0 () const |
Returns the first detector specific (geometrical) cell id. More... | |
virtual int | getCellID1 () const |
Returns the second detector specific (geometrical) cell id. More... | |
virtual float | getTime () const |
The time of the pulse. More... | |
virtual float | getCharge () const |
The integrated charge of the pulse // FIXME: unit ?. More... | |
virtual const EVENT::FloatVec & | getCovMatrix () const |
Covariance matrix of the charge (c) and time (t) measurements. More... | |
virtual int | getQuality () const |
The quality bit flag of the pulse - use the defined constants for referring to the bits. More... | |
virtual EVENT::TrackerData * | getTrackerData () const |
Optionally the TrackerData that has been uesed to create the pulse can be stored with the pulse - NULL if none. More... | |
void | setCellID0 (int cellID0) |
void | setCellID1 (int cellID1) |
void | setTime (float time) |
void | setCharge (float charge) |
void | setCovMatrix (const float *cov) |
void | setCovMatrix (const EVENT::FloatVec &) |
void | setQuality (int quality) |
void | setQualityBit (int bit, bool val=true) |
void | setTrackerData (EVENT::TrackerData *corrData) |
![]() | |
virtual | ~TrackerPulse () |
Destructor. 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 |
int | _cellID1 |
float | _time |
float | _charge |
int | _quality |
EVENT::FloatVec | _cov |
EVENT::TrackerData * | _corrData |
![]() | |
bool | _readOnly {false} |
int | _id {-1} |
![]() | |
static std::atomic_int | _lCObjectId |
Adding stuff needed for io (friend declarations, etc.)
Definition at line 19 of file TrackerPulseIOImpl.h.
|
friend |
Definition at line 21 of file TrackerPulseIOImpl.h.