|
LCIO
02.17
|
Adding stuff needed for io (friend declarations, etc.) More...
#include <TrackStateIOImpl.h>
Inheritance diagram for IOIMPL::TrackStateIOImpl:Friends | |
| class | SIO::SIOTrackHandler |
Additional Inherited Members | |
Public Types inherited from EVENT::TrackState | |
| typedef TrackState | lcobject_type |
| Useful typedef for template programming with LCIO. More... | |
Public Types inherited from lcrtrel::LCRTRelations | |
| typedef std::type_index | ext_index |
| typedef std::shared_ptr< void > | ext_type |
| typedef std::map< ext_index, ext_type > | ext_map |
Public Member Functions inherited from IMPL::TrackStateImpl | |
| 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) |
Public Member Functions inherited from EVENT::TrackState | |
| virtual | ~TrackState () |
| Destructor. More... | |
Public Member Functions inherited from EVENT::LCObject | |
| virtual | ~LCObject () |
| Destructor. More... | |
| virtual LCObject * | clone () const |
| Returns an object id for internal (debugging) use in LCIO. More... | |
Public Member Functions inherited from lcrtrel::LCRTRelations | |
| 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... | |
Public Member Functions inherited from IMPL::AccessChecked | |
| AccessChecked () | |
| virtual | ~AccessChecked () |
| virtual int | simpleUID () const |
Static Public Attributes inherited from EVENT::TrackState | |
| 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 |
Protected Member Functions inherited from IMPL::AccessChecked | |
| virtual void | setReadOnly (bool readOnly) |
| void | checkAccess () |
| void | checkAccess (const char *what) |
Protected Attributes inherited from IMPL::TrackStateImpl | |
| int | _location {} |
| float | _d0 |
| float | _phi |
| float | _omega |
| float | _z0 |
| float | _tanLambda |
| EVENT::FloatVec | _covMatrix |
| float | _reference [TRKSTATENREFSIZE] {} |
Protected Attributes inherited from IMPL::AccessChecked | |
| bool | _readOnly {false} |
| int | _id {-1} |
Static Protected Attributes inherited from IMPL::AccessChecked | |
| 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.
1.8.5