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

We don't write out (from Trk::PrepRawData) m_indexAndHash (can be recomputed), m_clusId (can be recomputed - well, it's basically stored in Muon::MdtPRD_Container_p3). More...

#include <TgcPrepData_p3.h>

Collaboration diagram for Muon::TgcPrepData_p3:

Public Member Functions

 TgcPrepData_p3 ()
 

Public Attributes

std::vector< signed char > m_rdoList
 Store offsets. More...
 
Data from Trk::PrepRawData
float m_locX
 Equivalent to localPosition (locX) in the base class. More...
 
float m_errorMat
 1-d ErrorMatrix in the base class. More...
 
uint16_t m_bcBitMap
 BCID variable, 4:Previous, 2:Current, 1:Next. More...
 

Detailed Description

We don't write out (from Trk::PrepRawData) m_indexAndHash (can be recomputed), m_clusId (can be recomputed - well, it's basically stored in Muon::MdtPRD_Container_p3).

Definition at line 24 of file TgcPrepData_p3.h.

Constructor & Destructor Documentation

◆ TgcPrepData_p3()

Muon::TgcPrepData_p3::TgcPrepData_p3 ( )
inline

Definition at line 27 of file TgcPrepData_p3.h.

27 : m_locX(0.), m_errorMat(0.), m_bcBitMap(0) {}

Member Data Documentation

◆ m_bcBitMap

uint16_t Muon::TgcPrepData_p3::m_bcBitMap

BCID variable, 4:Previous, 2:Current, 1:Next.

Definition at line 35 of file TgcPrepData_p3.h.

◆ m_errorMat

float Muon::TgcPrepData_p3::m_errorMat

1-d ErrorMatrix in the base class.

Definition at line 34 of file TgcPrepData_p3.h.

◆ m_locX

float Muon::TgcPrepData_p3::m_locX

Equivalent to localPosition (locX) in the base class.

Definition at line 33 of file TgcPrepData_p3.h.

◆ m_rdoList

std::vector< signed char > Muon::TgcPrepData_p3::m_rdoList

Store offsets.

Definition at line 29 of file TgcPrepData_p3.h.


The documentation for this class was generated from the following file:
Muon::TgcPrepData_p3::m_errorMat
float m_errorMat
1-d ErrorMatrix in the base class.
Definition: TgcPrepData_p3.h:34
Muon::TgcPrepData_p3::m_bcBitMap
uint16_t m_bcBitMap
BCID variable, 4:Previous, 2:Current, 1:Next.
Definition: TgcPrepData_p3.h:35
Muon::TgcPrepData_p3::m_locX
float m_locX
Equivalent to localPosition (locX) in the base class.
Definition: TgcPrepData_p3.h:33