CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
l1t::emtf::ME Class Reference

#include <ME.h>

Public Member Functions

void add_format_error ()
 
const int AF () const
 
const int AFEF () const
 
const int AFFF () const
 
const int BC0 () const
 
const int BXE () const
 
const int CIK () const
 
const int CLCT_key_half_strip () const
 
const int CLCT_pattern () const
 
const int CSC_ID () const
 
const uint64_t Dataword () const
 
const int EPC () const
 
const int Format_Errors () const
 
const int Key_wire_group () const
 
const int LR () const
 
 ME (uint64_t dataword)
 
 ME ()
 
 ME (int int_me_bxn, int int_key_wire_group, int int_clct_key_half_strip, int int_quality, int int_clct_pattern, int int_csc_ID, int int_epc, int int_station, int int_tbin_num, int int_bc0, int int_bxe, int int_lr, int int_afff, int int_cik, int int_nit, int int_afef, int int_se, int int_sm, int int_af, int int_vp)
 
const int ME_BXN () const
 
const int NIT () const
 
const int Quality () const
 
const int SE () const
 
void set_af (int bits)
 
void set_afef (int bits)
 
void set_afff (int bits)
 
void set_bc0 (int bits)
 
void set_bxe (int bits)
 
void set_cik (int bits)
 
void set_clct_key_half_strip (int bits)
 
void set_clct_pattern (int bits)
 
void set_csc_ID (int bits)
 
void set_dataword (uint64_t bits)
 
void set_epc (int bits)
 
void set_key_wire_group (int bits)
 
void set_lr (int bits)
 
void set_me_bxn (int bits)
 
void set_nit (int bits)
 
void set_quality (int bits)
 
void set_se (int bits)
 
void set_sm (int bits)
 
void set_station (int bits)
 
void set_tbin_num (int bits)
 
void set_vp (int bits)
 
const int SM () const
 
const int Station () const
 
const int Tbin_num () const
 
const int VP () const
 
virtual ~ME ()
 

Private Attributes

int af
 
int afef
 
int afff
 
int bc0
 
int bxe
 
int cik
 
int clct_key_half_strip
 
int clct_pattern
 
int csc_ID
 
uint64_t dataword
 
int epc
 
int format_errors
 
int key_wire_group
 
int lr
 
int me_bxn
 
int nit
 
int quality
 
int se
 
int sm
 
int station
 
int tbin_num
 
int vp
 

Detailed Description

Definition at line 10 of file ME.h.

Constructor & Destructor Documentation

l1t::emtf::ME::ME ( uint64_t  dataword)
explicit
l1t::emtf::ME::ME ( )
inline

Definition at line 15 of file ME.h.

15  :
16  me_bxn(-99), key_wire_group(-99), clct_key_half_strip(-99), quality(-99), clct_pattern(-99),
17  csc_ID(-99), epc(-99), station(-99), tbin_num(-99), bc0(-99), bxe(-99), lr(-99), afff(-99),
18  cik(-99), nit(-99), afef(-99), se(-99), sm(-99), af(-99), vp(-99), format_errors(0), dataword(-99)
19  {};
int afff
Definition: ME.h:90
int bxe
Definition: ME.h:88
int epc
Definition: ME.h:84
int sm
Definition: ME.h:95
int key_wire_group
Definition: ME.h:79
int se
Definition: ME.h:94
int vp
Definition: ME.h:97
int cik
Definition: ME.h:91
int af
Definition: ME.h:96
int station
Definition: ME.h:85
int afef
Definition: ME.h:93
int lr
Definition: ME.h:89
int bc0
Definition: ME.h:87
int quality
Definition: ME.h:81
int csc_ID
Definition: ME.h:83
uint64_t dataword
Definition: ME.h:99
int tbin_num
Definition: ME.h:86
int me_bxn
Definition: ME.h:75
int format_errors
Definition: ME.h:98
int clct_pattern
Definition: ME.h:82
int clct_key_half_strip
Definition: ME.h:80
int nit
Definition: ME.h:92
l1t::emtf::ME::ME ( int  int_me_bxn,
int  int_key_wire_group,
int  int_clct_key_half_strip,
int  int_quality,
int  int_clct_pattern,
int  int_csc_ID,
int  int_epc,
int  int_station,
int  int_tbin_num,
int  int_bc0,
int  int_bxe,
int  int_lr,
int  int_afff,
int  int_cik,
int  int_nit,
int  int_afef,
int  int_se,
int  int_sm,
int  int_af,
int  int_vp 
)
inline

Definition at line 21 of file ME.h.

23  :
24  me_bxn(int_me_bxn), key_wire_group(int_key_wire_group), clct_key_half_strip(int_clct_key_half_strip), quality(int_quality), clct_pattern(int_clct_pattern),
25  csc_ID(int_csc_ID), epc(int_epc), station(int_station), tbin_num(int_tbin_num), bc0(int_bc0), bxe(int_bxe), lr(int_lr), afff(int_afff),
26  cik(int_cik), nit(int_nit), afef(int_afef), se(int_se), sm(int_sm), af(int_af), vp(int_vp), format_errors(0), dataword(-99)
27  {};
int afff
Definition: ME.h:90
int bxe
Definition: ME.h:88
int epc
Definition: ME.h:84
int sm
Definition: ME.h:95
int key_wire_group
Definition: ME.h:79
int se
Definition: ME.h:94
int vp
Definition: ME.h:97
int cik
Definition: ME.h:91
int af
Definition: ME.h:96
int station
Definition: ME.h:85
int afef
Definition: ME.h:93
int lr
Definition: ME.h:89
int bc0
Definition: ME.h:87
int quality
Definition: ME.h:81
int csc_ID
Definition: ME.h:83
uint64_t dataword
Definition: ME.h:99
int tbin_num
Definition: ME.h:86
int me_bxn
Definition: ME.h:75
int format_errors
Definition: ME.h:98
int clct_pattern
Definition: ME.h:82
int clct_key_half_strip
Definition: ME.h:80
int nit
Definition: ME.h:92
virtual l1t::emtf::ME::~ME ( )
inlinevirtual

Definition at line 29 of file ME.h.

29 {};

Member Function Documentation

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

Definition at line 51 of file ME.h.

References format_errors.

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

51 { format_errors += 1; };
int format_errors
Definition: ME.h:98
const int l1t::emtf::ME::AF ( ) const
inline

Definition at line 72 of file ME.h.

References af.

72 { return af ; };
int af
Definition: ME.h:96
const int l1t::emtf::ME::AFEF ( ) const
inline

Definition at line 69 of file ME.h.

References afef.

69 { return afef ; };
int afef
Definition: ME.h:93
const int l1t::emtf::ME::AFFF ( ) const
inline

Definition at line 66 of file ME.h.

References afff.

66 { return afff ; };
int afff
Definition: ME.h:90
const int l1t::emtf::ME::BC0 ( ) const
inline

Definition at line 63 of file ME.h.

References bc0.

63 { return bc0 ; };
int bc0
Definition: ME.h:87
const int l1t::emtf::ME::BXE ( ) const
inline

Definition at line 64 of file ME.h.

References bxe.

64 { return bxe ; };
int bxe
Definition: ME.h:88
const int l1t::emtf::ME::CIK ( ) const
inline

Definition at line 67 of file ME.h.

References cik.

67 { return cik ; };
int cik
Definition: ME.h:91
const int l1t::emtf::ME::CLCT_key_half_strip ( ) const
inline

Definition at line 56 of file ME.h.

References clct_key_half_strip.

56 { return clct_key_half_strip ; };
int clct_key_half_strip
Definition: ME.h:80
const int l1t::emtf::ME::CLCT_pattern ( ) const
inline

Definition at line 58 of file ME.h.

References clct_pattern.

58 { return clct_pattern ; };
int clct_pattern
Definition: ME.h:82
const int l1t::emtf::ME::CSC_ID ( ) const
inline

Definition at line 59 of file ME.h.

References csc_ID.

59 { return csc_ID ; };
int csc_ID
Definition: ME.h:83
const uint64_t l1t::emtf::ME::Dataword ( ) const
inline

Definition at line 75 of file ME.h.

75 { return dataword; };
uint64_t dataword
Definition: ME.h:99
const int l1t::emtf::ME::EPC ( ) const
inline

Definition at line 60 of file ME.h.

References epc.

60 { return epc ; };
int epc
Definition: ME.h:84
const int l1t::emtf::ME::Format_Errors ( ) const
inline

Definition at line 74 of file ME.h.

References format_errors.

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

74 { return format_errors; };
int format_errors
Definition: ME.h:98
const int l1t::emtf::ME::Key_wire_group ( ) const
inline

Definition at line 55 of file ME.h.

References key_wire_group.

55 { return key_wire_group ; };
int key_wire_group
Definition: ME.h:79
const int l1t::emtf::ME::LR ( ) const
inline

Definition at line 65 of file ME.h.

References lr.

65 { return lr ; };
int lr
Definition: ME.h:89
const int l1t::emtf::ME::ME_BXN ( ) const
inline

Definition at line 54 of file ME.h.

References me_bxn.

54 { return me_bxn ; };
int me_bxn
Definition: ME.h:75
const int l1t::emtf::ME::NIT ( ) const
inline

Definition at line 68 of file ME.h.

References nit.

68 { return nit ; };
int nit
Definition: ME.h:92
const int l1t::emtf::ME::Quality ( ) const
inline

Definition at line 57 of file ME.h.

References quality.

57 { return quality ; };
int quality
Definition: ME.h:81
const int l1t::emtf::ME::SE ( ) const
inline

Definition at line 70 of file ME.h.

References se.

70 { return se ; };
int se
Definition: ME.h:94
void l1t::emtf::ME::set_af ( int  bits)
inline

Definition at line 49 of file ME.h.

References af, and bits.

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

49 { af = bits; };
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
int af
Definition: ME.h:96
void l1t::emtf::ME::set_afef ( int  bits)
inline

Definition at line 46 of file ME.h.

References afef, and bits.

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

46 { afef = bits; };
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
int afef
Definition: ME.h:93
void l1t::emtf::ME::set_afff ( int  bits)
inline

Definition at line 43 of file ME.h.

References afff, and bits.

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

43 { afff = bits; };
int afff
Definition: ME.h:90
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
void l1t::emtf::ME::set_bc0 ( int  bits)
inline

Definition at line 40 of file ME.h.

References bc0, and bits.

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

40 { bc0 = bits; };
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
int bc0
Definition: ME.h:87
void l1t::emtf::ME::set_bxe ( int  bits)
inline

Definition at line 41 of file ME.h.

References bits, and bxe.

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

41 { bxe = bits; };
int bxe
Definition: ME.h:88
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
void l1t::emtf::ME::set_cik ( int  bits)
inline

Definition at line 44 of file ME.h.

References bits, and cik.

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

44 { cik = bits; };
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
int cik
Definition: ME.h:91
void l1t::emtf::ME::set_clct_key_half_strip ( int  bits)
inline

Definition at line 33 of file ME.h.

References bits, and clct_key_half_strip.

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

How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
int clct_key_half_strip
Definition: ME.h:80
void l1t::emtf::ME::set_clct_pattern ( int  bits)
inline

Definition at line 35 of file ME.h.

References bits, and clct_pattern.

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

35 { clct_pattern = bits; };
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
int clct_pattern
Definition: ME.h:82
void l1t::emtf::ME::set_csc_ID ( int  bits)
inline

Definition at line 36 of file ME.h.

References bits, and csc_ID.

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

36 { csc_ID = bits; };
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
int csc_ID
Definition: ME.h:83
void l1t::emtf::ME::set_dataword ( uint64_t  bits)
inline

Definition at line 52 of file ME.h.

References bits.

52 { dataword = bits; };
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
uint64_t dataword
Definition: ME.h:99
void l1t::emtf::ME::set_epc ( int  bits)
inline

Definition at line 37 of file ME.h.

References bits, and epc.

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

37 { epc = bits; };
int epc
Definition: ME.h:84
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
void l1t::emtf::ME::set_key_wire_group ( int  bits)
inline

Definition at line 32 of file ME.h.

References bits, and key_wire_group.

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

32 { key_wire_group = bits; };
int key_wire_group
Definition: ME.h:79
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
void l1t::emtf::ME::set_lr ( int  bits)
inline

Definition at line 42 of file ME.h.

References bits, and lr.

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

42 { lr = bits; };
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
int lr
Definition: ME.h:89
void l1t::emtf::ME::set_me_bxn ( int  bits)
inline

Definition at line 31 of file ME.h.

References bits, and me_bxn.

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

31 { me_bxn = bits; };
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
int me_bxn
Definition: ME.h:75
void l1t::emtf::ME::set_nit ( int  bits)
inline

Definition at line 45 of file ME.h.

References bits, and nit.

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

45 { nit = bits; };
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
int nit
Definition: ME.h:92
void l1t::emtf::ME::set_quality ( int  bits)
inline

Definition at line 34 of file ME.h.

References bits, and quality.

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

34 { quality = bits; };
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
int quality
Definition: ME.h:81
void l1t::emtf::ME::set_se ( int  bits)
inline

Definition at line 47 of file ME.h.

References bits, and se.

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

47 { se = bits; };
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
int se
Definition: ME.h:94
void l1t::emtf::ME::set_sm ( int  bits)
inline

Definition at line 48 of file ME.h.

References bits, and sm.

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

48 { sm = bits; };
int sm
Definition: ME.h:95
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
void l1t::emtf::ME::set_station ( int  bits)
inline

Definition at line 38 of file ME.h.

References bits, and station.

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

38 { station = bits; };
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
int station
Definition: ME.h:85
void l1t::emtf::ME::set_tbin_num ( int  bits)
inline

Definition at line 39 of file ME.h.

References bits, and tbin_num.

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

39 { tbin_num = bits; };
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
int tbin_num
Definition: ME.h:86
void l1t::emtf::ME::set_vp ( int  bits)
inline

Definition at line 50 of file ME.h.

References bits, and vp.

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

50 { vp = bits; };
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
int vp
Definition: ME.h:97
const int l1t::emtf::ME::SM ( ) const
inline

Definition at line 71 of file ME.h.

References sm.

71 { return sm ; };
int sm
Definition: ME.h:95
const int l1t::emtf::ME::Station ( ) const
inline

Definition at line 61 of file ME.h.

References station.

61 { return station ; };
int station
Definition: ME.h:85
const int l1t::emtf::ME::Tbin_num ( ) const
inline

Definition at line 62 of file ME.h.

References tbin_num.

62 { return tbin_num ; };
int tbin_num
Definition: ME.h:86
const int l1t::emtf::ME::VP ( ) const
inline

Definition at line 73 of file ME.h.

References vp.

73 { return vp ; };
int vp
Definition: ME.h:97

Member Data Documentation

int l1t::emtf::ME::af
private

Definition at line 96 of file ME.h.

Referenced by AF(), and set_af().

int l1t::emtf::ME::afef
private

Definition at line 93 of file ME.h.

Referenced by AFEF(), and set_afef().

int l1t::emtf::ME::afff
private

Definition at line 90 of file ME.h.

Referenced by AFFF(), and set_afff().

int l1t::emtf::ME::bc0
private

Definition at line 87 of file ME.h.

Referenced by BC0(), and set_bc0().

int l1t::emtf::ME::bxe
private

Definition at line 88 of file ME.h.

Referenced by BXE(), and set_bxe().

int l1t::emtf::ME::cik
private

Definition at line 91 of file ME.h.

Referenced by CIK(), and set_cik().

int l1t::emtf::ME::clct_key_half_strip
private

Definition at line 80 of file ME.h.

Referenced by CLCT_key_half_strip(), and set_clct_key_half_strip().

int l1t::emtf::ME::clct_pattern
private

Definition at line 82 of file ME.h.

Referenced by CLCT_pattern(), and set_clct_pattern().

int l1t::emtf::ME::csc_ID
private

Definition at line 83 of file ME.h.

Referenced by CSC_ID(), and set_csc_ID().

uint64_t l1t::emtf::ME::dataword
private

Definition at line 99 of file ME.h.

int l1t::emtf::ME::epc
private

Definition at line 84 of file ME.h.

Referenced by EPC(), and set_epc().

int l1t::emtf::ME::format_errors
private

Definition at line 98 of file ME.h.

Referenced by add_format_error(), and Format_Errors().

int l1t::emtf::ME::key_wire_group
private

Definition at line 79 of file ME.h.

Referenced by Key_wire_group(), and set_key_wire_group().

int l1t::emtf::ME::lr
private

Definition at line 89 of file ME.h.

Referenced by LR(), and set_lr().

int l1t::emtf::ME::me_bxn
private

Definition at line 75 of file ME.h.

Referenced by ME_BXN(), and set_me_bxn().

int l1t::emtf::ME::nit
private

Definition at line 92 of file ME.h.

Referenced by NIT(), and set_nit().

int l1t::emtf::ME::quality
private

Definition at line 81 of file ME.h.

Referenced by Quality(), and set_quality().

int l1t::emtf::ME::se
private

Definition at line 94 of file ME.h.

Referenced by SE(), and set_se().

int l1t::emtf::ME::sm
private

Definition at line 95 of file ME.h.

Referenced by set_sm(), and SM().

int l1t::emtf::ME::station
private
int l1t::emtf::ME::tbin_num
private

Definition at line 86 of file ME.h.

Referenced by set_tbin_num(), and Tbin_num().

int l1t::emtf::ME::vp
private

Definition at line 97 of file ME.h.

Referenced by set_vp(), and VP().