CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
L1MuDTChambPhDigi Class Reference

#include <L1MuDTChambPhDigi.h>

Public Member Functions

int BxCnt () const
 
int bxNum () const
 
int code () const
 
 L1MuDTChambPhDigi ()
 
 L1MuDTChambPhDigi (int ubx, int uwh, int usc, int ust, int uphr, int uphb, int uqua, int utag, int ucnt, int urpc=-10)
 
int phi () const
 
int phiB () const
 
int RpcBit () const
 
int scNum () const
 
int stNum () const
 
int Ts2Tag () const
 
int UpDownTag () const
 
int whNum () const
 
 ~L1MuDTChambPhDigi ()
 

Private Attributes

int bendingAngle
 
int bx
 
int BxCntCode
 
int qualityCode
 
int radialAngle
 
int rpcBit
 
int sector
 
int station
 
int Ts2TagCode
 
int wheel
 

Detailed Description

Definition at line 34 of file L1MuDTChambPhDigi.h.

Constructor & Destructor Documentation

L1MuDTChambPhDigi::L1MuDTChambPhDigi ( )

Definition at line 35 of file L1MuDTChambPhDigi.cc.

References bendingAngle, bx, BxCntCode, qualityCode, radialAngle, rpcBit, sector, station, Ts2TagCode, and wheel.

35  {
36 
37  bx = -100;
38  wheel = 0;
39  sector = 0;
40  station = 0;
41  radialAngle = 0;
42  bendingAngle = 0;
43  qualityCode = 7;
44  Ts2TagCode = 0;
45  BxCntCode = 0;
46  rpcBit = -10;
47 }
L1MuDTChambPhDigi::L1MuDTChambPhDigi ( int  ubx,
int  uwh,
int  usc,
int  ust,
int  uphr,
int  uphb,
int  uqua,
int  utag,
int  ucnt,
int  urpc = -10 
)

Definition at line 49 of file L1MuDTChambPhDigi.cc.

References bendingAngle, bx, BxCntCode, qualityCode, radialAngle, rpcBit, sector, station, Ts2TagCode, and wheel.

50  {
51 
52  bx = ubx;
53  wheel = uwh;
54  sector = usc;
55  station = ust;
56  radialAngle = uphr;
57  bendingAngle = uphb;
58  qualityCode = uqua;
59  Ts2TagCode = utag;
60  BxCntCode = ucnt;
61  rpcBit = urpc;
62 }
L1MuDTChambPhDigi::~L1MuDTChambPhDigi ( )

Definition at line 69 of file L1MuDTChambPhDigi.cc.

69  {
70 }

Member Function Documentation

int L1MuDTChambPhDigi::BxCnt ( ) const
int L1MuDTChambPhDigi::bxNum ( ) const
int L1MuDTChambPhDigi::code ( ) const
int L1MuDTChambPhDigi::phi ( ) const
int L1MuDTChambPhDigi::phiB ( ) const
int L1MuDTChambPhDigi::RpcBit ( ) const

Definition at line 109 of file L1MuDTChambPhDigi.cc.

References rpcBit.

Referenced by DTLowQMatching::Matching(), IOPrinter::run(), and l1t::stage2::BMTFPackerInputs::wordPhMaker().

109  {
110  return rpcBit;
111 }
int L1MuDTChambPhDigi::scNum ( ) const
int L1MuDTChambPhDigi::stNum ( ) const
int L1MuDTChambPhDigi::Ts2Tag ( ) const
int L1MuDTChambPhDigi::UpDownTag ( ) const

Definition at line 113 of file L1MuDTChambPhDigi.cc.

References Ts2TagCode.

113  {
114  return Ts2TagCode/2 ;
115 }
int L1MuDTChambPhDigi::whNum ( ) const

Member Data Documentation

int L1MuDTChambPhDigi::bendingAngle
private

Definition at line 67 of file L1MuDTChambPhDigi.h.

Referenced by L1MuDTChambPhDigi(), and phiB().

int L1MuDTChambPhDigi::bx
private

Definition at line 62 of file L1MuDTChambPhDigi.h.

Referenced by bxNum(), and L1MuDTChambPhDigi().

int L1MuDTChambPhDigi::BxCntCode
private

Definition at line 70 of file L1MuDTChambPhDigi.h.

Referenced by BxCnt(), and L1MuDTChambPhDigi().

int L1MuDTChambPhDigi::qualityCode
private

Definition at line 68 of file L1MuDTChambPhDigi.h.

Referenced by code(), and L1MuDTChambPhDigi().

int L1MuDTChambPhDigi::radialAngle
private

Definition at line 66 of file L1MuDTChambPhDigi.h.

Referenced by L1MuDTChambPhDigi(), and phi().

int L1MuDTChambPhDigi::rpcBit
private

Definition at line 71 of file L1MuDTChambPhDigi.h.

Referenced by L1MuDTChambPhDigi(), and RpcBit().

int L1MuDTChambPhDigi::sector
private
int L1MuDTChambPhDigi::station
private
int L1MuDTChambPhDigi::Ts2TagCode
private

Definition at line 69 of file L1MuDTChambPhDigi.h.

Referenced by L1MuDTChambPhDigi(), Ts2Tag(), and UpDownTag().

int L1MuDTChambPhDigi::wheel
private