ATLAS Offline Software
|
Persistent representation of the transient Muon::MdtPrepData class. More...
#include <MdtPrepData_p2.h>
Public Member Functions | |
MdtPrepData_p2 () | |
Public Attributes | |
Data from Trk::PrepRawData | |
float | m_driftRadius |
Equivalent to localPosition (locX) in the base class. More... | |
float | m_errorMat |
1-d ErrorMatrix in the base class. More... | |
Data from Muon::MdtPrepData | |
int | m_tdc |
int | m_adc |
int | m_status |
Corresponds to Muon::MdtDriftCircleStatus, which currently has only two defined values. More... | |
Persistent representation of the transient Muon::MdtPrepData class.
We don't write out (from Trk::PrepRawData) m_rdoList (we don't cluster drift tubes), m_indexAndHash (can be recomputed), m_clusId (can be recomputed - well, it's basically stored in Muon::MdtPRD_Container_p2).
Definition at line 23 of file MdtPrepData_p2.h.
|
inline |
Definition at line 26 of file MdtPrepData_p2.h.
int Muon::MdtPrepData_p2::m_adc |
Definition at line 36 of file MdtPrepData_p2.h.
float Muon::MdtPrepData_p2::m_driftRadius |
Equivalent to localPosition (locX) in the base class.
Definition at line 29 of file MdtPrepData_p2.h.
float Muon::MdtPrepData_p2::m_errorMat |
1-d ErrorMatrix in the base class.
Definition at line 30 of file MdtPrepData_p2.h.
int Muon::MdtPrepData_p2::m_status |
Corresponds to Muon::MdtDriftCircleStatus, which currently has only two defined values.
Could maybe pack into one of the other variables?
Definition at line 38 of file MdtPrepData_p2.h.
int Muon::MdtPrepData_p2::m_tdc |
Definition at line 35 of file MdtPrepData_p2.h.