ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
Muon::RpcPrepData_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 <RpcPrepData_p3.h>

Collaboration diagram for Muon::RpcPrepData_p3:

Public Member Functions

 RpcPrepData_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...
 
Data from Muon::RpcPrepData
float m_time
 
int m_triggerInfo
 
int m_ambiguityFlag
 

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 23 of file RpcPrepData_p3.h.

Constructor & Destructor Documentation

◆ RpcPrepData_p3()

Muon::RpcPrepData_p3::RpcPrepData_p3 ( )
inline

Definition at line 26 of file RpcPrepData_p3.h.

26 : m_locX(0.0), m_errorMat(0.0), m_time(0.0), m_triggerInfo(0), m_ambiguityFlag(0){}

Member Data Documentation

◆ m_ambiguityFlag

int Muon::RpcPrepData_p3::m_ambiguityFlag

Definition at line 40 of file RpcPrepData_p3.h.

◆ m_errorMat

float Muon::RpcPrepData_p3::m_errorMat

1-d ErrorMatrix in the base class.

Definition at line 33 of file RpcPrepData_p3.h.

◆ m_locX

float Muon::RpcPrepData_p3::m_locX

Equivalent to localPosition (locX) in the base class.

Definition at line 32 of file RpcPrepData_p3.h.

◆ m_rdoList

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

Store offsets.

Definition at line 28 of file RpcPrepData_p3.h.

◆ m_time

float Muon::RpcPrepData_p3::m_time

Definition at line 38 of file RpcPrepData_p3.h.

◆ m_triggerInfo

int Muon::RpcPrepData_p3::m_triggerInfo

Definition at line 39 of file RpcPrepData_p3.h.


The documentation for this class was generated from the following file:
Muon::RpcPrepData_p3::m_ambiguityFlag
int m_ambiguityFlag
Definition: RpcPrepData_p3.h:40
Muon::RpcPrepData_p3::m_errorMat
float m_errorMat
1-d ErrorMatrix in the base class.
Definition: RpcPrepData_p3.h:33
Muon::RpcPrepData_p3::m_locX
float m_locX
Equivalent to localPosition (locX) in the base class.
Definition: RpcPrepData_p3.h:32
Muon::RpcPrepData_p3::m_triggerInfo
int m_triggerInfo
Definition: RpcPrepData_p3.h:39
Muon::RpcPrepData_p3::m_time
float m_time
Definition: RpcPrepData_p3.h:38