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

#include <STGC_RawData_p3.h>

Collaboration diagram for Muon::STGC_RawData_p3:

Public Member Functions

 STGC_RawData_p3 ()
 

Public Attributes

unsigned int m_id
 FIXME! Remove this eventually. More...
 
unsigned int m_time
 
unsigned int m_charge
 
uint16_t m_bcTag
 
bool m_isDead
 

Detailed Description

Definition at line 11 of file STGC_RawData_p3.h.

Constructor & Destructor Documentation

◆ STGC_RawData_p3()

Muon::STGC_RawData_p3::STGC_RawData_p3 ( )
inline

Definition at line 14 of file STGC_RawData_p3.h.

14 : m_id(0), m_time(0), m_charge(0), m_bcTag(0), m_isDead(false) {}

Member Data Documentation

◆ m_bcTag

uint16_t Muon::STGC_RawData_p3::m_bcTag

Definition at line 22 of file STGC_RawData_p3.h.

◆ m_charge

unsigned int Muon::STGC_RawData_p3::m_charge

Definition at line 20 of file STGC_RawData_p3.h.

◆ m_id

unsigned int Muon::STGC_RawData_p3::m_id

FIXME! Remove this eventually.

Definition at line 16 of file STGC_RawData_p3.h.

◆ m_isDead

bool Muon::STGC_RawData_p3::m_isDead

Definition at line 24 of file STGC_RawData_p3.h.

◆ m_time

unsigned int Muon::STGC_RawData_p3::m_time

Definition at line 18 of file STGC_RawData_p3.h.


The documentation for this class was generated from the following file:
Muon::STGC_RawData_p3::m_time
unsigned int m_time
Definition: STGC_RawData_p3.h:18
Muon::STGC_RawData_p3::m_isDead
bool m_isDead
Definition: STGC_RawData_p3.h:24
Muon::STGC_RawData_p3::m_charge
unsigned int m_charge
Definition: STGC_RawData_p3.h:20
Muon::STGC_RawData_p3::m_id
unsigned int m_id
FIXME! Remove this eventually.
Definition: STGC_RawData_p3.h:16
Muon::STGC_RawData_p3::m_bcTag
uint16_t m_bcTag
Definition: STGC_RawData_p3.h:22