ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
TgcRawData_p0 Class Reference

#include <TgcRawData_p0.h>

Collaboration diagram for TgcRawData_p0:

Public Member Functions

 TgcRawData_p0 ()
 
virtual ~TgcRawData_p0 ()
 
bool isCoincidence () const
 
uint16_t bcTag () const
 
uint16_t l1Id () const
 
uint16_t bcId () const
 
uint16_t subDetectorId () const
 
uint16_t rodId () const
 
uint16_t sswId () const
 
uint16_t slbId () const
 
uint16_t bitpos () const
 
uint16_t type () const
 
uint16_t index () const
 
uint16_t position () const
 
uint16_t delta () const
 

Private Attributes

uint16_t m_bcTag
 
uint16_t m_subDetectorId
 
uint16_t m_rodId
 
uint16_t m_sswId
 
uint16_t m_slbId
 
uint16_t m_l1Id
 
uint16_t m_bcId
 
uint16_t m_bitpos
 
bool m_isCoincidence
 
uint16_t m_type
 
uint16_t m_index
 
uint16_t m_pos
 
uint16_t m_delta
 

Detailed Description

Definition at line 16 of file TgcRawData_p0.h.

Constructor & Destructor Documentation

◆ TgcRawData_p0()

TgcRawData_p0::TgcRawData_p0 ( )
inline

Definition at line 19 of file TgcRawData_p0.h.

19  :
20  m_bcTag(0),
21  m_subDetectorId(0), m_rodId(0), m_sswId(0), m_slbId(0),
22  m_l1Id(0), m_bcId(0),
23  m_bitpos(0),
24  m_isCoincidence(false),
25  m_type(0),
26  m_index(0),
27  m_pos(0), m_delta(0)
28  {}

◆ ~TgcRawData_p0()

virtual TgcRawData_p0::~TgcRawData_p0 ( )
inlinevirtual

Definition at line 29 of file TgcRawData_p0.h.

29 {}

Member Function Documentation

◆ bcId()

uint16_t TgcRawData_p0::bcId ( ) const
inline

Definition at line 39 of file TgcRawData_p0.h.

39 {return m_bcId;}

◆ bcTag()

uint16_t TgcRawData_p0::bcTag ( ) const
inline

Definition at line 37 of file TgcRawData_p0.h.

37 {return m_bcTag;}

◆ bitpos()

uint16_t TgcRawData_p0::bitpos ( ) const
inline

Definition at line 49 of file TgcRawData_p0.h.

49 {return m_bitpos;}

◆ delta()

uint16_t TgcRawData_p0::delta ( ) const
inline

Definition at line 57 of file TgcRawData_p0.h.

57 {return m_delta;}

◆ index()

uint16_t TgcRawData_p0::index ( ) const
inline

Definition at line 55 of file TgcRawData_p0.h.

55 {return m_index;}

◆ isCoincidence()

bool TgcRawData_p0::isCoincidence ( ) const
inline

Definition at line 33 of file TgcRawData_p0.h.

33 {return m_isCoincidence;}

◆ l1Id()

uint16_t TgcRawData_p0::l1Id ( ) const
inline

Definition at line 38 of file TgcRawData_p0.h.

38 {return m_l1Id;}

◆ position()

uint16_t TgcRawData_p0::position ( ) const
inline

Definition at line 56 of file TgcRawData_p0.h.

56 {return m_pos;}

◆ rodId()

uint16_t TgcRawData_p0::rodId ( ) const
inline

Definition at line 42 of file TgcRawData_p0.h.

42 {return m_rodId;}

◆ slbId()

uint16_t TgcRawData_p0::slbId ( ) const
inline

Definition at line 44 of file TgcRawData_p0.h.

44 {return m_slbId;}

◆ sswId()

uint16_t TgcRawData_p0::sswId ( ) const
inline

Definition at line 43 of file TgcRawData_p0.h.

43 {return m_sswId;}

◆ subDetectorId()

uint16_t TgcRawData_p0::subDetectorId ( ) const
inline

Definition at line 41 of file TgcRawData_p0.h.

41 {return m_subDetectorId;}

◆ type()

uint16_t TgcRawData_p0::type ( ) const
inline

Definition at line 54 of file TgcRawData_p0.h.

54 {return m_type;}

Member Data Documentation

◆ m_bcId

uint16_t TgcRawData_p0::m_bcId
private

Definition at line 75 of file TgcRawData_p0.h.

◆ m_bcTag

uint16_t TgcRawData_p0::m_bcTag
private

Definition at line 65 of file TgcRawData_p0.h.

◆ m_bitpos

uint16_t TgcRawData_p0::m_bitpos
private

Definition at line 82 of file TgcRawData_p0.h.

◆ m_delta

uint16_t TgcRawData_p0::m_delta
private

Definition at line 99 of file TgcRawData_p0.h.

◆ m_index

uint16_t TgcRawData_p0::m_index
private

Definition at line 95 of file TgcRawData_p0.h.

◆ m_isCoincidence

bool TgcRawData_p0::m_isCoincidence
private

Definition at line 89 of file TgcRawData_p0.h.

◆ m_l1Id

uint16_t TgcRawData_p0::m_l1Id
private

Definition at line 74 of file TgcRawData_p0.h.

◆ m_pos

uint16_t TgcRawData_p0::m_pos
private

Definition at line 98 of file TgcRawData_p0.h.

◆ m_rodId

uint16_t TgcRawData_p0::m_rodId
private

Definition at line 69 of file TgcRawData_p0.h.

◆ m_slbId

uint16_t TgcRawData_p0::m_slbId
private

Definition at line 71 of file TgcRawData_p0.h.

◆ m_sswId

uint16_t TgcRawData_p0::m_sswId
private

Definition at line 70 of file TgcRawData_p0.h.

◆ m_subDetectorId

uint16_t TgcRawData_p0::m_subDetectorId
private

Definition at line 68 of file TgcRawData_p0.h.

◆ m_type

uint16_t TgcRawData_p0::m_type
private

Definition at line 92 of file TgcRawData_p0.h.


The documentation for this class was generated from the following file:
TgcRawData_p0::m_delta
uint16_t m_delta
Definition: TgcRawData_p0.h:99
TgcRawData_p0::m_rodId
uint16_t m_rodId
Definition: TgcRawData_p0.h:69
TgcRawData_p0::m_slbId
uint16_t m_slbId
Definition: TgcRawData_p0.h:71
TgcRawData_p0::m_sswId
uint16_t m_sswId
Definition: TgcRawData_p0.h:70
TgcRawData_p0::m_subDetectorId
uint16_t m_subDetectorId
Definition: TgcRawData_p0.h:68
TgcRawData_p0::m_l1Id
uint16_t m_l1Id
Definition: TgcRawData_p0.h:74
TgcRawData_p0::m_isCoincidence
bool m_isCoincidence
Definition: TgcRawData_p0.h:89
TgcRawData_p0::m_pos
uint16_t m_pos
Definition: TgcRawData_p0.h:98
TgcRawData_p0::m_bitpos
uint16_t m_bitpos
Definition: TgcRawData_p0.h:82
TgcRawData_p0::m_bcId
uint16_t m_bcId
Definition: TgcRawData_p0.h:75
TgcRawData_p0::m_index
uint16_t m_index
Definition: TgcRawData_p0.h:95
TgcRawData_p0::m_type
uint16_t m_type
Definition: TgcRawData_p0.h:92
TgcRawData_p0::m_bcTag
uint16_t m_bcTag
Definition: TgcRawData_p0.h:65