LCIO
02.17
|
Adding stuff needed for io (friend declarations, etc.) More...
#include <TrackStateIOImpl.h>
Friends | |
class | SIO::SIOTrackHandler |
Additional Inherited Members | |
![]() | |
typedef TrackState | 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 |
![]() | |
TrackStateImpl () | |
Default constructor, initializes values to 0. More... | |
TrackStateImpl (int location, float d0, float phi, float omega, float z0, float tanLambda, const float *covMatrix, const float *reference) | |
TrackStateImpl (int location, float d0, float phi, float omega, float z0, float tanLambda, const EVENT::FloatVec &covMatrix, const float *reference) | |
TrackStateImpl (const EVENT::TrackState &p) | |
Copy constructor which takes as an argument an EVENT::TrackState reference. More... | |
virtual | ~TrackStateImpl () |
Destructor. More... | |
virtual int | id () const |
Returns an object id for internal (debugging) use in LCIO. More... | |
virtual int | getLocation () const |
The location of the track state. More... | |
virtual float | getD0 () const |
Impact paramter of the track in (r-phi). More... | |
virtual float | getPhi () const |
Phi of the track at reference point. More... | |
virtual float | getOmega () const |
Omega is the signed curvature of the track in [1/mm]. More... | |
virtual float | getZ0 () const |
Impact paramter of the track in (r-z). More... | |
virtual float | getTanLambda () const |
Lambda is the dip angle of the track in r-z at the reference point. More... | |
virtual const EVENT::FloatVec & | getCovMatrix () const |
Covariance matrix of the track parameters. More... | |
virtual const float * | getReferencePoint () const |
Reference point of the track parameters, e.g. More... | |
virtual void | setLocation (int location) |
virtual void | setD0 (float d0) |
virtual void | setPhi (float phi) |
virtual void | setOmega (float omega) |
virtual void | setZ0 (float z0) |
virtual void | setTanLambda (float tanLambda) |
virtual void | setCovMatrix (const float *cov) |
virtual void | setCovMatrix (const EVENT::FloatVec &cov) |
virtual void | setReferencePoint (const float *rPnt) |
![]() | |
virtual | ~TrackState () |
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 |
![]() | |
static const int | AtOther = 0 |
static const int | AtIP = 1 |
static const int | AtFirstHit = 2 |
static const int | AtLastHit = 3 |
static const int | AtCalorimeter = 4 |
static const int | AtVertex = 5 |
static const int | LastLocation = AtVertex |
![]() | |
virtual void | setReadOnly (bool readOnly) |
void | checkAccess () |
void | checkAccess (const char *what) |
![]() | |
int | _location {} |
float | _d0 |
float | _phi |
float | _omega |
float | _z0 |
float | _tanLambda |
EVENT::FloatVec | _covMatrix |
float | _reference [TRKSTATENREFSIZE] {} |
![]() | |
bool | _readOnly {false} |
int | _id {-1} |
![]() | |
static std::atomic_int | _lCObjectId |
Adding stuff needed for io (friend declarations, etc.)
Definition at line 21 of file TrackStateIOImpl.h.
|
friend |
Definition at line 26 of file TrackStateIOImpl.h.