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

#include <TgcRawData_p2.h>

Collaboration diagram for TgcRawData_p2:

Public Member Functions

 TgcRawData_p2 ()
 

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_slbType
 
uint16_t m_bitpos
 
uint16_t m_tracklet
 
bool m_adjacent
 
uint16_t m_type
 
bool m_forward
 
uint16_t m_index
 
uint16_t m_pos
 
int16_t m_delta
 
uint16_t m_segment
 
uint16_t m_subMatrix
 
uint16_t m_sector
 
uint16_t m_chip
 
bool m_hipt
 
uint16_t m_hitId
 
uint16_t m_hsub
 
bool m_strip
 
bool m_cand3plus
 
bool m_muplus
 
uint16_t m_threshold
 
bool m_overlap
 
uint16_t m_roi
 

Friends

class TgcRawDataCnv_p2
 

Detailed Description

Definition at line 15 of file TgcRawData_p2.h.

Constructor & Destructor Documentation

◆ TgcRawData_p2()

TgcRawData_p2::TgcRawData_p2 ( )
inline

Definition at line 18 of file TgcRawData_p2.h.

18  :
19  m_bcTag(0),
20  m_subDetectorId(0), m_rodId(0), m_sswId(0), m_slbId(0),
21  m_l1Id(0), m_bcId(0),
22  m_slbType(0),
23  m_bitpos(0),
24  m_tracklet(0),
25  m_adjacent(false),
26  m_type(0), m_forward(false),
27  m_index(0),
28  m_pos(0), m_delta(0), m_segment(0), m_subMatrix(0),
29  m_sector(0), m_chip(0), m_hipt(false), m_hitId(0), m_hsub(0), m_strip(false),
30  m_cand3plus(false), m_muplus(false), m_threshold(0), m_overlap(false), m_roi(0)
31  {
32  }

Friends And Related Function Documentation

◆ TgcRawDataCnv_p2

friend class TgcRawDataCnv_p2
friend

Definition at line 34 of file TgcRawData_p2.h.

Member Data Documentation

◆ m_adjacent

bool TgcRawData_p2::m_adjacent
private

Definition at line 65 of file TgcRawData_p2.h.

◆ m_bcId

uint16_t TgcRawData_p2::m_bcId
private

Definition at line 52 of file TgcRawData_p2.h.

◆ m_bcTag

uint16_t TgcRawData_p2::m_bcTag
private

Definition at line 42 of file TgcRawData_p2.h.

◆ m_bitpos

uint16_t TgcRawData_p2::m_bitpos
private

Definition at line 60 of file TgcRawData_p2.h.

◆ m_cand3plus

bool TgcRawData_p2::m_cand3plus
private

Definition at line 92 of file TgcRawData_p2.h.

◆ m_chip

uint16_t TgcRawData_p2::m_chip
private

Definition at line 85 of file TgcRawData_p2.h.

◆ m_delta

int16_t TgcRawData_p2::m_delta
private

Definition at line 79 of file TgcRawData_p2.h.

◆ m_forward

bool TgcRawData_p2::m_forward
private

Definition at line 72 of file TgcRawData_p2.h.

◆ m_hipt

bool TgcRawData_p2::m_hipt
private

Definition at line 86 of file TgcRawData_p2.h.

◆ m_hitId

uint16_t TgcRawData_p2::m_hitId
private

Definition at line 87 of file TgcRawData_p2.h.

◆ m_hsub

uint16_t TgcRawData_p2::m_hsub
private

Definition at line 88 of file TgcRawData_p2.h.

◆ m_index

uint16_t TgcRawData_p2::m_index
private

Definition at line 75 of file TgcRawData_p2.h.

◆ m_l1Id

uint16_t TgcRawData_p2::m_l1Id
private

Definition at line 51 of file TgcRawData_p2.h.

◆ m_muplus

bool TgcRawData_p2::m_muplus
private

Definition at line 93 of file TgcRawData_p2.h.

◆ m_overlap

bool TgcRawData_p2::m_overlap
private

Definition at line 95 of file TgcRawData_p2.h.

◆ m_pos

uint16_t TgcRawData_p2::m_pos
private

Definition at line 78 of file TgcRawData_p2.h.

◆ m_rodId

uint16_t TgcRawData_p2::m_rodId
private

Definition at line 46 of file TgcRawData_p2.h.

◆ m_roi

uint16_t TgcRawData_p2::m_roi
private

Definition at line 96 of file TgcRawData_p2.h.

◆ m_sector

uint16_t TgcRawData_p2::m_sector
private

Definition at line 84 of file TgcRawData_p2.h.

◆ m_segment

uint16_t TgcRawData_p2::m_segment
private

Definition at line 80 of file TgcRawData_p2.h.

◆ m_slbId

uint16_t TgcRawData_p2::m_slbId
private

Definition at line 48 of file TgcRawData_p2.h.

◆ m_slbType

uint16_t TgcRawData_p2::m_slbType
private

Definition at line 54 of file TgcRawData_p2.h.

◆ m_sswId

uint16_t TgcRawData_p2::m_sswId
private

Definition at line 47 of file TgcRawData_p2.h.

◆ m_strip

bool TgcRawData_p2::m_strip
private

Definition at line 89 of file TgcRawData_p2.h.

◆ m_subDetectorId

uint16_t TgcRawData_p2::m_subDetectorId
private

Definition at line 45 of file TgcRawData_p2.h.

◆ m_subMatrix

uint16_t TgcRawData_p2::m_subMatrix
private

Definition at line 81 of file TgcRawData_p2.h.

◆ m_threshold

uint16_t TgcRawData_p2::m_threshold
private

Definition at line 94 of file TgcRawData_p2.h.

◆ m_tracklet

uint16_t TgcRawData_p2::m_tracklet
private

Definition at line 63 of file TgcRawData_p2.h.

◆ m_type

uint16_t TgcRawData_p2::m_type
private

Definition at line 71 of file TgcRawData_p2.h.


The documentation for this class was generated from the following file:
TgcRawData_p2::m_hipt
bool m_hipt
Definition: TgcRawData_p2.h:86
TgcRawData_p2::m_forward
bool m_forward
Definition: TgcRawData_p2.h:72
TgcRawData_p2::m_sswId
uint16_t m_sswId
Definition: TgcRawData_p2.h:47
TgcRawData_p2::m_hitId
uint16_t m_hitId
Definition: TgcRawData_p2.h:87
TgcRawData_p2::m_roi
uint16_t m_roi
Definition: TgcRawData_p2.h:96
TgcRawData_p2::m_adjacent
bool m_adjacent
Definition: TgcRawData_p2.h:65
TgcRawData_p2::m_hsub
uint16_t m_hsub
Definition: TgcRawData_p2.h:88
TgcRawData_p2::m_bcTag
uint16_t m_bcTag
Definition: TgcRawData_p2.h:42
TgcRawData_p2::m_tracklet
uint16_t m_tracklet
Definition: TgcRawData_p2.h:63
TgcRawData_p2::m_subMatrix
uint16_t m_subMatrix
Definition: TgcRawData_p2.h:81
TgcRawData_p2::m_segment
uint16_t m_segment
Definition: TgcRawData_p2.h:80
TgcRawData_p2::m_muplus
bool m_muplus
Definition: TgcRawData_p2.h:93
TgcRawData_p2::m_bcId
uint16_t m_bcId
Definition: TgcRawData_p2.h:52
TgcRawData_p2::m_index
uint16_t m_index
Definition: TgcRawData_p2.h:75
TgcRawData_p2::m_strip
bool m_strip
Definition: TgcRawData_p2.h:89
TgcRawData_p2::m_chip
uint16_t m_chip
Definition: TgcRawData_p2.h:85
TgcRawData_p2::m_pos
uint16_t m_pos
Definition: TgcRawData_p2.h:78
TgcRawData_p2::m_sector
uint16_t m_sector
Definition: TgcRawData_p2.h:84
TgcRawData_p2::m_rodId
uint16_t m_rodId
Definition: TgcRawData_p2.h:46
TgcRawData_p2::m_l1Id
uint16_t m_l1Id
Definition: TgcRawData_p2.h:51
TgcRawData_p2::m_cand3plus
bool m_cand3plus
Definition: TgcRawData_p2.h:92
TgcRawData_p2::m_subDetectorId
uint16_t m_subDetectorId
Definition: TgcRawData_p2.h:45
TgcRawData_p2::m_threshold
uint16_t m_threshold
Definition: TgcRawData_p2.h:94
TgcRawData_p2::m_type
uint16_t m_type
Definition: TgcRawData_p2.h:71
TgcRawData_p2::m_overlap
bool m_overlap
Definition: TgcRawData_p2.h:95
TgcRawData_p2::m_delta
int16_t m_delta
Definition: TgcRawData_p2.h:79
TgcRawData_p2::m_bitpos
uint16_t m_bitpos
Definition: TgcRawData_p2.h:60
TgcRawData_p2::m_slbId
uint16_t m_slbId
Definition: TgcRawData_p2.h:48
TgcRawData_p2::m_slbType
uint16_t m_slbType
Definition: TgcRawData_p2.h:54