ATLAS Offline Software
|
Version 1 of the persistent class representing the transient class Muon::MdtDriftCircleOnTrack. More...
#include <MdtDriftCircleOnTrack_p1.h>
Public Member Functions | |
MdtDriftCircleOnTrack_p1 () | |
Public Attributes | |
unsigned int | m_status |
Status of Mdt - in transient world this is the Trk::DriftCircleStatus enum. More... | |
TPObjRef | m_RIO |
base RIO_OnTrack_p1 More... | |
TPObjRef | m_saggedSurface |
Link to StraightLineSurface. More... | |
ElementLinkInt_p1 | m_prdLink |
Link to PRD. More... | |
float | m_localAngle |
This angle is the position of the point of closest approach in cylindrical coordinates, and is needed to construct the global position. More... | |
float | m_positionAlongWire |
This is the position of the point of closest approach, in the local z coord (i.e. More... | |
float | m_driftTime |
This is the drift time that was used to calibrate the hit. More... | |
unsigned int | m_rotCreationParameters |
Records information about the 'strategy' used by Muon::MdtDriftCircleOnTrackCreator to make this object. More... | |
Version 1 of the persistent class representing the transient class Muon::MdtDriftCircleOnTrack.
Definition at line 22 of file MdtDriftCircleOnTrack_p1.h.
|
inline |
Definition at line 25 of file MdtDriftCircleOnTrack_p1.h.
float Muon::MdtDriftCircleOnTrack_p1::m_driftTime |
This is the drift time that was used to calibrate the hit.
Definition at line 50 of file MdtDriftCircleOnTrack_p1.h.
float Muon::MdtDriftCircleOnTrack_p1::m_localAngle |
This angle is the position of the point of closest approach in cylindrical coordinates, and is needed to construct the global position.
Definition at line 44 of file MdtDriftCircleOnTrack_p1.h.
float Muon::MdtDriftCircleOnTrack_p1::m_positionAlongWire |
This is the position of the point of closest approach, in the local z coord (i.e.
along the wire), and is needed to construct the global position
Definition at line 47 of file MdtDriftCircleOnTrack_p1.h.
ElementLinkInt_p1 Muon::MdtDriftCircleOnTrack_p1::m_prdLink |
Link to PRD.
Definition at line 41 of file MdtDriftCircleOnTrack_p1.h.
TPObjRef Muon::MdtDriftCircleOnTrack_p1::m_RIO |
base RIO_OnTrack_p1
Definition at line 35 of file MdtDriftCircleOnTrack_p1.h.
unsigned int Muon::MdtDriftCircleOnTrack_p1::m_rotCreationParameters |
Records information about the 'strategy' used by Muon::MdtDriftCircleOnTrackCreator to make this object.
Definition at line 53 of file MdtDriftCircleOnTrack_p1.h.
TPObjRef Muon::MdtDriftCircleOnTrack_p1::m_saggedSurface |
Link to StraightLineSurface.
Definition at line 38 of file MdtDriftCircleOnTrack_p1.h.
unsigned int Muon::MdtDriftCircleOnTrack_p1::m_status |
Status of Mdt - in transient world this is the Trk::DriftCircleStatus enum.
Definition at line 32 of file MdtDriftCircleOnTrack_p1.h.