ATLAS Offline Software
Public Member Functions | List of all members
Muon::MdtPrepData_p2 Class Reference

Persistent representation of the transient Muon::MdtPrepData class. More...

#include <MdtPrepData_p2.h>

Collaboration diagram for Muon::MdtPrepData_p2:

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ MdtPrepData_p2()

Muon::MdtPrepData_p2::MdtPrepData_p2 ( )
inline

Definition at line 26 of file MdtPrepData_p2.h.

26 : m_driftRadius(0.0), m_errorMat(0.0), m_tdc(0), m_adc(0), m_status(0){}

Member Data Documentation

◆ m_adc

int Muon::MdtPrepData_p2::m_adc

Definition at line 36 of file MdtPrepData_p2.h.

◆ m_driftRadius

float Muon::MdtPrepData_p2::m_driftRadius

Equivalent to localPosition (locX) in the base class.

Definition at line 29 of file MdtPrepData_p2.h.

◆ m_errorMat

float Muon::MdtPrepData_p2::m_errorMat

1-d ErrorMatrix in the base class.

Definition at line 30 of file MdtPrepData_p2.h.

◆ m_status

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.

◆ m_tdc

int Muon::MdtPrepData_p2::m_tdc

Definition at line 35 of file MdtPrepData_p2.h.


The documentation for this class was generated from the following file:
Muon::MdtPrepData_p2::m_status
int m_status
Corresponds to Muon::MdtDriftCircleStatus, which currently has only two defined values.
Definition: MdtPrepData_p2.h:38
Muon::MdtPrepData_p2::m_adc
int m_adc
Definition: MdtPrepData_p2.h:36
Muon::MdtPrepData_p2::m_tdc
int m_tdc
Definition: MdtPrepData_p2.h:35
Muon::MdtPrepData_p2::m_errorMat
float m_errorMat
1-d ErrorMatrix in the base class.
Definition: MdtPrepData_p2.h:30
Muon::MdtPrepData_p2::m_driftRadius
float m_driftRadius
Equivalent to localPosition (locX) in the base class.
Definition: MdtPrepData_p2.h:29