CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
l1t::emtf::SP Class Reference

#include <SP.h>

Public Member Functions

void add_format_error ()
 
int BC0 () const
 
int BX () const
 
int C () const
 
uint64_t Dataword () const
 
int Eta_GMT () const
 
int Format_errors () const
 
int HL () const
 
int ME1_CSC_ID () const
 
int ME1_delay () const
 
int ME1_stub_num () const
 
int ME1_subsector () const
 
int ME2_CSC_ID () const
 
int ME2_delay () const
 
int ME2_stub_num () const
 
int ME3_CSC_ID () const
 
int ME3_delay () const
 
int ME3_stub_num () const
 
int ME4_CSC_ID () const
 
int ME4_delay () const
 
int ME4_stub_num () const
 
int Mode () const
 
int Phi_full () const
 
int Phi_GMT () const
 
int Pt_GMT () const
 
unsigned long Pt_LUT_addr () const
 
int Quality_GMT () const
 
int SE () const
 
void set_bc0 (int bits)
 
void set_bx (int bits)
 
void set_c (int bits)
 
void set_dataword (uint64_t bits)
 
void set_eta_GMT (int bits)
 
void set_hl (int bits)
 
void set_me1_CSC_ID (int bits)
 
void set_me1_delay (int bits)
 
void set_me1_stub_num (int bits)
 
void set_me1_subsector (int bits)
 
void set_me2_CSC_ID (int bits)
 
void set_me2_delay (int bits)
 
void set_me2_stub_num (int bits)
 
void set_me3_CSC_ID (int bits)
 
void set_me3_delay (int bits)
 
void set_me3_stub_num (int bits)
 
void set_me4_CSC_ID (int bits)
 
void set_me4_delay (int bits)
 
void set_me4_stub_num (int bits)
 
void set_mode (int bits)
 
void set_phi_full (int bits)
 
void set_phi_GMT (int bits)
 
void set_pt_GMT (int bits)
 
void set_pt_LUT_addr (unsigned long bits)
 
void set_quality_GMT (int bits)
 
void set_se (int bits)
 
void set_tbin (int bits)
 
void set_vc (int bits)
 
void set_vt (int bits)
 
 SP ()
 
 SP (uint64_t dataword)
 
int TBIN () const
 
int VC () const
 
int VT () const
 
virtual ~SP ()
 

Private Attributes

int bc0
 
int bx
 
int c
 
uint64_t dataword
 
int eta_GMT
 
int format_errors
 
int hl
 
int me1_CSC_ID
 
int me1_delay
 
int me1_stub_num
 
int me1_subsector
 
int me2_CSC_ID
 
int me2_delay
 
int me2_stub_num
 
int me3_CSC_ID
 
int me3_delay
 
int me3_stub_num
 
int me4_CSC_ID
 
int me4_delay
 
int me4_stub_num
 
int mode
 
int phi_full
 
int phi_GMT
 
int pt_GMT
 
unsigned long pt_LUT_addr
 
int quality_GMT
 
int se
 
int tbin
 
int vc
 
int vt
 

Detailed Description

Definition at line 11 of file SP.h.

Constructor & Destructor Documentation

◆ SP() [1/2]

l1t::emtf::SP::SP ( uint64_t  dataword)
explicit

◆ SP() [2/2]

l1t::emtf::SP::SP ( )
inline

Definition at line 15 of file SP.h.

16  : hl(-99),
17  c(-99),
18  phi_full(-99),
19  vc(-99),
20  vt(-99),
21  se(-99),
22  bc0(-99),
23  quality_GMT(-99),
24  phi_GMT(-99),
25  bx(-99),
26  mode(-99),
27  eta_GMT(-99),
28  pt_GMT(-99),
29  me1_subsector(-99),
30  me1_CSC_ID(-99),
31  me1_stub_num(-99),
32  me2_CSC_ID(-99),
33  me2_stub_num(-99),
34  me3_CSC_ID(-99),
35  me3_stub_num(-99),
36  me4_CSC_ID(-99),
37  me4_stub_num(-99),
38  tbin(-99),
39  me1_delay(-99),
40  me2_delay(-99),
41  me3_delay(-99),
42  me4_delay(-99),
43  pt_LUT_addr(-99),
44  format_errors(0),
45  dataword(-99){};

◆ ~SP()

virtual l1t::emtf::SP::~SP ( )
inlinevirtual

Definition at line 47 of file SP.h.

47 {};

Member Function Documentation

◆ add_format_error()

void l1t::emtf::SP::add_format_error ( )
inline

Definition at line 77 of file SP.h.

77 { format_errors += 1; }

References format_errors.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ BC0()

int l1t::emtf::SP::BC0 ( ) const
inline

Definition at line 86 of file SP.h.

86 { return bc0; }

References bc0.

◆ BX()

int l1t::emtf::SP::BX ( ) const
inline

Definition at line 89 of file SP.h.

89 { return bx; }

References bx.

◆ C()

int l1t::emtf::SP::C ( ) const
inline

Definition at line 81 of file SP.h.

81 { return c; }

References c.

Referenced by l1t::stage2::emtf::ImportSP(), and l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ Dataword()

uint64_t l1t::emtf::SP::Dataword ( ) const
inline

Definition at line 109 of file SP.h.

109 { return dataword; }

References dataword.

◆ Eta_GMT()

int l1t::emtf::SP::Eta_GMT ( ) const
inline

Definition at line 91 of file SP.h.

91 { return eta_GMT; }

References eta_GMT.

Referenced by l1t::stage2::emtf::ImportSP(), and l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ Format_errors()

int l1t::emtf::SP::Format_errors ( ) const
inline

Definition at line 108 of file SP.h.

108 { return format_errors; }

References format_errors.

◆ HL()

int l1t::emtf::SP::HL ( ) const
inline

Definition at line 80 of file SP.h.

80 { return hl; }

References hl.

◆ ME1_CSC_ID()

int l1t::emtf::SP::ME1_CSC_ID ( ) const
inline

Definition at line 94 of file SP.h.

94 { return me1_CSC_ID; }

References me1_CSC_ID.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ ME1_delay()

int l1t::emtf::SP::ME1_delay ( ) const
inline

Definition at line 103 of file SP.h.

103 { return me1_delay; }

References me1_delay.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ ME1_stub_num()

int l1t::emtf::SP::ME1_stub_num ( ) const
inline

Definition at line 95 of file SP.h.

95 { return me1_stub_num; }

References me1_stub_num.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ ME1_subsector()

int l1t::emtf::SP::ME1_subsector ( ) const
inline

Definition at line 93 of file SP.h.

93 { return me1_subsector; }

References me1_subsector.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ ME2_CSC_ID()

int l1t::emtf::SP::ME2_CSC_ID ( ) const
inline

Definition at line 96 of file SP.h.

96 { return me2_CSC_ID; }

References me2_CSC_ID.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ ME2_delay()

int l1t::emtf::SP::ME2_delay ( ) const
inline

Definition at line 104 of file SP.h.

104 { return me2_delay; }

References me2_delay.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ ME2_stub_num()

int l1t::emtf::SP::ME2_stub_num ( ) const
inline

Definition at line 97 of file SP.h.

97 { return me2_stub_num; }

References me2_stub_num.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ ME3_CSC_ID()

int l1t::emtf::SP::ME3_CSC_ID ( ) const
inline

Definition at line 98 of file SP.h.

98 { return me3_CSC_ID; }

References me3_CSC_ID.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ ME3_delay()

int l1t::emtf::SP::ME3_delay ( ) const
inline

Definition at line 105 of file SP.h.

105 { return me3_delay; }

References me3_delay.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ ME3_stub_num()

int l1t::emtf::SP::ME3_stub_num ( ) const
inline

Definition at line 99 of file SP.h.

99 { return me3_stub_num; }

References me3_stub_num.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ ME4_CSC_ID()

int l1t::emtf::SP::ME4_CSC_ID ( ) const
inline

Definition at line 100 of file SP.h.

100 { return me4_CSC_ID; }

References me4_CSC_ID.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ ME4_delay()

int l1t::emtf::SP::ME4_delay ( ) const
inline

Definition at line 106 of file SP.h.

106 { return me4_delay; }

References me4_delay.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ ME4_stub_num()

int l1t::emtf::SP::ME4_stub_num ( ) const
inline

Definition at line 101 of file SP.h.

101 { return me4_stub_num; }

References me4_stub_num.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ Mode()

int l1t::emtf::SP::Mode ( ) const
inline

Definition at line 90 of file SP.h.

90 { return mode; }

References mode.

Referenced by l1t::stage2::emtf::ImportSP().

◆ Phi_full()

int l1t::emtf::SP::Phi_full ( ) const
inline

Definition at line 82 of file SP.h.

82 { return phi_full; }

References phi_full.

Referenced by l1t::stage2::emtf::ImportSP().

◆ Phi_GMT()

int l1t::emtf::SP::Phi_GMT ( ) const
inline

Definition at line 88 of file SP.h.

88 { return phi_GMT; }

References phi_GMT.

Referenced by l1t::stage2::emtf::ImportSP(), and l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ Pt_GMT()

int l1t::emtf::SP::Pt_GMT ( ) const
inline

Definition at line 92 of file SP.h.

92 { return pt_GMT; }

References pt_GMT.

Referenced by l1t::stage2::emtf::ImportSP(), and l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ Pt_LUT_addr()

unsigned long l1t::emtf::SP::Pt_LUT_addr ( ) const
inline

Definition at line 107 of file SP.h.

107 { return pt_LUT_addr; }

References pt_LUT_addr.

Referenced by l1t::stage2::emtf::ImportSP().

◆ Quality_GMT()

int l1t::emtf::SP::Quality_GMT ( ) const
inline

Definition at line 87 of file SP.h.

87 { return quality_GMT; }

References quality_GMT.

Referenced by l1t::stage2::emtf::ImportSP(), and l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ SE()

int l1t::emtf::SP::SE ( ) const
inline

Definition at line 85 of file SP.h.

85 { return se; }

References se.

◆ set_bc0()

void l1t::emtf::SP::set_bc0 ( int  bits)
inline

Definition at line 55 of file SP.h.

55 { bc0 = bits; }

References bc0.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ set_bx()

void l1t::emtf::SP::set_bx ( int  bits)
inline

Definition at line 58 of file SP.h.

58 { bx = bits; }

References bx.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ set_c()

void l1t::emtf::SP::set_c ( int  bits)
inline

Definition at line 50 of file SP.h.

50 { c = bits; }

References c.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ set_dataword()

void l1t::emtf::SP::set_dataword ( uint64_t  bits)
inline

Definition at line 78 of file SP.h.

78 { dataword = bits; }

References dataword.

◆ set_eta_GMT()

void l1t::emtf::SP::set_eta_GMT ( int  bits)
inline

Definition at line 60 of file SP.h.

60 { eta_GMT = bits; }

References eta_GMT.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ set_hl()

void l1t::emtf::SP::set_hl ( int  bits)
inline

Definition at line 49 of file SP.h.

49 { hl = bits; }

References hl.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ set_me1_CSC_ID()

void l1t::emtf::SP::set_me1_CSC_ID ( int  bits)
inline

Definition at line 63 of file SP.h.

63 { me1_CSC_ID = bits; }

References me1_CSC_ID.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ set_me1_delay()

void l1t::emtf::SP::set_me1_delay ( int  bits)
inline

Definition at line 72 of file SP.h.

72 { me1_delay = bits; }

References me1_delay.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ set_me1_stub_num()

void l1t::emtf::SP::set_me1_stub_num ( int  bits)
inline

Definition at line 64 of file SP.h.

64 { me1_stub_num = bits; }

References me1_stub_num.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ set_me1_subsector()

void l1t::emtf::SP::set_me1_subsector ( int  bits)
inline

Definition at line 62 of file SP.h.

62 { me1_subsector = bits; }

References me1_subsector.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ set_me2_CSC_ID()

void l1t::emtf::SP::set_me2_CSC_ID ( int  bits)
inline

Definition at line 65 of file SP.h.

65 { me2_CSC_ID = bits; }

References me2_CSC_ID.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ set_me2_delay()

void l1t::emtf::SP::set_me2_delay ( int  bits)
inline

Definition at line 73 of file SP.h.

73 { me2_delay = bits; }

References me2_delay.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ set_me2_stub_num()

void l1t::emtf::SP::set_me2_stub_num ( int  bits)
inline

Definition at line 66 of file SP.h.

66 { me2_stub_num = bits; }

References me2_stub_num.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ set_me3_CSC_ID()

void l1t::emtf::SP::set_me3_CSC_ID ( int  bits)
inline

Definition at line 67 of file SP.h.

67 { me3_CSC_ID = bits; }

References me3_CSC_ID.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ set_me3_delay()

void l1t::emtf::SP::set_me3_delay ( int  bits)
inline

Definition at line 74 of file SP.h.

74 { me3_delay = bits; }

References me3_delay.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ set_me3_stub_num()

void l1t::emtf::SP::set_me3_stub_num ( int  bits)
inline

Definition at line 68 of file SP.h.

68 { me3_stub_num = bits; }

References me3_stub_num.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ set_me4_CSC_ID()

void l1t::emtf::SP::set_me4_CSC_ID ( int  bits)
inline

Definition at line 69 of file SP.h.

69 { me4_CSC_ID = bits; }

References me4_CSC_ID.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ set_me4_delay()

void l1t::emtf::SP::set_me4_delay ( int  bits)
inline

Definition at line 75 of file SP.h.

75 { me4_delay = bits; }

References me4_delay.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ set_me4_stub_num()

void l1t::emtf::SP::set_me4_stub_num ( int  bits)
inline

Definition at line 70 of file SP.h.

70 { me4_stub_num = bits; }

References me4_stub_num.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ set_mode()

void l1t::emtf::SP::set_mode ( int  bits)
inline

Definition at line 59 of file SP.h.

59 { mode = bits; }

References mode.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ set_phi_full()

void l1t::emtf::SP::set_phi_full ( int  bits)
inline

Definition at line 51 of file SP.h.

51 { phi_full = bits; }

References phi_full.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ set_phi_GMT()

void l1t::emtf::SP::set_phi_GMT ( int  bits)
inline

Definition at line 57 of file SP.h.

57 { phi_GMT = bits; }

References phi_GMT.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ set_pt_GMT()

void l1t::emtf::SP::set_pt_GMT ( int  bits)
inline

Definition at line 61 of file SP.h.

61 { pt_GMT = bits; }

References pt_GMT.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ set_pt_LUT_addr()

void l1t::emtf::SP::set_pt_LUT_addr ( unsigned long  bits)
inline

Definition at line 76 of file SP.h.

76 { pt_LUT_addr = bits; }

References pt_LUT_addr.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ set_quality_GMT()

void l1t::emtf::SP::set_quality_GMT ( int  bits)
inline

Definition at line 56 of file SP.h.

56 { quality_GMT = bits; }

References quality_GMT.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ set_se()

void l1t::emtf::SP::set_se ( int  bits)
inline

Definition at line 54 of file SP.h.

54 { se = bits; }

References se.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ set_tbin()

void l1t::emtf::SP::set_tbin ( int  bits)
inline

Definition at line 71 of file SP.h.

71 { tbin = bits; }

References tbin.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ set_vc()

void l1t::emtf::SP::set_vc ( int  bits)
inline

Definition at line 52 of file SP.h.

52 { vc = bits; }

References vc.

Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ set_vt()

void l1t::emtf::SP::set_vt ( int  bits)
inline

Definition at line 53 of file SP.h.

53 { vt = bits; }

References vt.

◆ TBIN()

int l1t::emtf::SP::TBIN ( ) const
inline

Definition at line 102 of file SP.h.

102 { return tbin; }

References tbin.

Referenced by l1t::stage2::emtf::ImportSP(), and l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ VC()

int l1t::emtf::SP::VC ( ) const
inline

Definition at line 83 of file SP.h.

83 { return vc; }

References vc.

Referenced by l1t::stage2::emtf::ImportSP(), and l1t::stage2::emtf::SPBlockUnpacker::unpack().

◆ VT()

int l1t::emtf::SP::VT ( ) const
inline

Definition at line 84 of file SP.h.

84 { return vt; }

References vt.

Member Data Documentation

◆ bc0

int l1t::emtf::SP::bc0
private

Definition at line 118 of file SP.h.

Referenced by BC0(), and set_bc0().

◆ bx

int l1t::emtf::SP::bx
private

Definition at line 121 of file SP.h.

Referenced by BX(), and set_bx().

◆ c

int l1t::emtf::SP::c
private

Definition at line 113 of file SP.h.

Referenced by C(), and set_c().

◆ dataword

uint64_t l1t::emtf::SP::dataword
private

Definition at line 141 of file SP.h.

Referenced by Dataword(), and set_dataword().

◆ eta_GMT

int l1t::emtf::SP::eta_GMT
private

Definition at line 123 of file SP.h.

Referenced by Eta_GMT(), and set_eta_GMT().

◆ format_errors

int l1t::emtf::SP::format_errors
private

Definition at line 140 of file SP.h.

Referenced by add_format_error(), and Format_errors().

◆ hl

int l1t::emtf::SP::hl
private

Definition at line 112 of file SP.h.

Referenced by HL(), and set_hl().

◆ me1_CSC_ID

int l1t::emtf::SP::me1_CSC_ID
private

Definition at line 126 of file SP.h.

Referenced by ME1_CSC_ID(), and set_me1_CSC_ID().

◆ me1_delay

int l1t::emtf::SP::me1_delay
private

Definition at line 135 of file SP.h.

Referenced by ME1_delay(), and set_me1_delay().

◆ me1_stub_num

int l1t::emtf::SP::me1_stub_num
private

Definition at line 127 of file SP.h.

Referenced by ME1_stub_num(), and set_me1_stub_num().

◆ me1_subsector

int l1t::emtf::SP::me1_subsector
private

Definition at line 125 of file SP.h.

Referenced by ME1_subsector(), and set_me1_subsector().

◆ me2_CSC_ID

int l1t::emtf::SP::me2_CSC_ID
private

Definition at line 128 of file SP.h.

Referenced by ME2_CSC_ID(), and set_me2_CSC_ID().

◆ me2_delay

int l1t::emtf::SP::me2_delay
private

Definition at line 136 of file SP.h.

Referenced by ME2_delay(), and set_me2_delay().

◆ me2_stub_num

int l1t::emtf::SP::me2_stub_num
private

Definition at line 129 of file SP.h.

Referenced by ME2_stub_num(), and set_me2_stub_num().

◆ me3_CSC_ID

int l1t::emtf::SP::me3_CSC_ID
private

Definition at line 130 of file SP.h.

Referenced by ME3_CSC_ID(), and set_me3_CSC_ID().

◆ me3_delay

int l1t::emtf::SP::me3_delay
private

Definition at line 137 of file SP.h.

Referenced by ME3_delay(), and set_me3_delay().

◆ me3_stub_num

int l1t::emtf::SP::me3_stub_num
private

Definition at line 131 of file SP.h.

Referenced by ME3_stub_num(), and set_me3_stub_num().

◆ me4_CSC_ID

int l1t::emtf::SP::me4_CSC_ID
private

Definition at line 132 of file SP.h.

Referenced by ME4_CSC_ID(), and set_me4_CSC_ID().

◆ me4_delay

int l1t::emtf::SP::me4_delay
private

Definition at line 138 of file SP.h.

Referenced by ME4_delay(), and set_me4_delay().

◆ me4_stub_num

int l1t::emtf::SP::me4_stub_num
private

Definition at line 133 of file SP.h.

Referenced by ME4_stub_num(), and set_me4_stub_num().

◆ mode

int l1t::emtf::SP::mode
private

Definition at line 122 of file SP.h.

Referenced by Mode(), and set_mode().

◆ phi_full

int l1t::emtf::SP::phi_full
private

Definition at line 114 of file SP.h.

Referenced by Phi_full(), and set_phi_full().

◆ phi_GMT

int l1t::emtf::SP::phi_GMT
private

Definition at line 120 of file SP.h.

Referenced by Phi_GMT(), and set_phi_GMT().

◆ pt_GMT

int l1t::emtf::SP::pt_GMT
private

Definition at line 124 of file SP.h.

Referenced by Pt_GMT(), and set_pt_GMT().

◆ pt_LUT_addr

unsigned long l1t::emtf::SP::pt_LUT_addr
private

Definition at line 139 of file SP.h.

Referenced by Pt_LUT_addr(), and set_pt_LUT_addr().

◆ quality_GMT

int l1t::emtf::SP::quality_GMT
private

Definition at line 119 of file SP.h.

Referenced by Quality_GMT(), and set_quality_GMT().

◆ se

int l1t::emtf::SP::se
private

Definition at line 117 of file SP.h.

Referenced by SE(), and set_se().

◆ tbin

int l1t::emtf::SP::tbin
private

Definition at line 134 of file SP.h.

Referenced by set_tbin(), and TBIN().

◆ vc

int l1t::emtf::SP::vc
private

Definition at line 115 of file SP.h.

Referenced by set_vc(), and VC().

◆ vt

int l1t::emtf::SP::vt
private

Definition at line 116 of file SP.h.

Referenced by set_vt(), and VT().

l1t::emtf::SP::hl
int hl
Definition: SP.h:112
l1t::emtf::SP::c
int c
Definition: SP.h:113
l1t::emtf::SP::me4_CSC_ID
int me4_CSC_ID
Definition: SP.h:132
l1t::emtf::SP::bc0
int bc0
Definition: SP.h:118
l1t::emtf::SP::me3_stub_num
int me3_stub_num
Definition: SP.h:131
l1t::emtf::SP::quality_GMT
int quality_GMT
Definition: SP.h:119
l1t::emtf::SP::dataword
uint64_t dataword
Definition: SP.h:141
l1t::emtf::SP::format_errors
int format_errors
Definition: SP.h:140
l1t::emtf::SP::se
int se
Definition: SP.h:117
l1t::emtf::SP::vt
int vt
Definition: SP.h:116
l1t::emtf::SP::me4_stub_num
int me4_stub_num
Definition: SP.h:133
l1t::emtf::SP::me2_delay
int me2_delay
Definition: SP.h:136
l1t::emtf::SP::me2_CSC_ID
int me2_CSC_ID
Definition: SP.h:128
l1t::emtf::SP::tbin
int tbin
Definition: SP.h:134
l1t::emtf::SP::me1_delay
int me1_delay
Definition: SP.h:135
l1t::emtf::SP::phi_GMT
int phi_GMT
Definition: SP.h:120
l1t::emtf::SP::me3_CSC_ID
int me3_CSC_ID
Definition: SP.h:130
l1t::emtf::SP::pt_LUT_addr
unsigned long pt_LUT_addr
Definition: SP.h:139
l1t::emtf::SP::me1_CSC_ID
int me1_CSC_ID
Definition: SP.h:126
l1t::emtf::SP::me3_delay
int me3_delay
Definition: SP.h:137
l1t::emtf::SP::me1_subsector
int me1_subsector
Definition: SP.h:125
l1t::emtf::SP::phi_full
int phi_full
Definition: SP.h:114
l1t::emtf::SP::me4_delay
int me4_delay
Definition: SP.h:138
l1t::emtf::SP::bx
int bx
Definition: SP.h:121
l1t::emtf::SP::pt_GMT
int pt_GMT
Definition: SP.h:124
l1t::emtf::SP::mode
int mode
Definition: SP.h:122
l1t::emtf::SP::eta_GMT
int eta_GMT
Definition: SP.h:123
l1t::emtf::SP::me1_stub_num
int me1_stub_num
Definition: SP.h:127
l1t::emtf::SP::vc
int vc
Definition: SP.h:115
l1t::emtf::SP::me2_stub_num
int me2_stub_num
Definition: SP.h:129