CMS 3D CMS Logo

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

#include <L1Phase2MuDTPhDigi.h>

Inheritance diagram for L1Phase2MuDTPhDigi:
L1Phase2MuDTExtPhDigi

Public Member Functions

int bxNum () const
 
int chi2 () const
 
int index () const
 
 L1Phase2MuDTPhDigi ()
 
 L1Phase2MuDTPhDigi (int bx, int wh, int sc, int st, int sl, int phi, int phib, int qual, int idx, int t0, int chi2, int rpc=-10)
 
int phi () const
 
int phiBend () const
 
int quality () const
 
int rpcFlag () const
 
int scNum () const
 
int slNum () const
 
int stNum () const
 
int t0 () const
 
int whNum () const
 
virtual ~L1Phase2MuDTPhDigi ()
 

Private Attributes

int m_bx
 
int m_chi2
 
int m_index
 
int m_phiAngle
 
int m_phiBending
 
int m_qualityCode
 
int m_rpcFlag
 
int m_sector
 
int m_station
 
int m_superlayer
 
int m_t0
 
int m_wheel
 

Detailed Description

Definition at line 32 of file L1Phase2MuDTPhDigi.h.

Constructor & Destructor Documentation

◆ L1Phase2MuDTPhDigi() [1/2]

L1Phase2MuDTPhDigi::L1Phase2MuDTPhDigi ( )

◆ L1Phase2MuDTPhDigi() [2/2]

L1Phase2MuDTPhDigi::L1Phase2MuDTPhDigi ( int  bx,
int  wh,
int  sc,
int  st,
int  sl,
int  phi,
int  phib,
int  qual,
int  idx,
int  t0,
int  chi2,
int  rpc = -10 
)

Definition at line 48 of file L1Phase2MuDTPhDigi.cc.

50  : m_bx(bx),
51  m_wheel(wh),
52  m_sector(sc),
53  m_station(st),
54  m_superlayer(sl),
55  m_phiAngle(phi),
56  m_phiBending(phib),
58  m_index(idx),
59  m_t0(t0),
60  m_chi2(chi2),
61  m_rpcFlag(rpc) {}

◆ ~L1Phase2MuDTPhDigi()

virtual L1Phase2MuDTPhDigi::~L1Phase2MuDTPhDigi ( )
inlinevirtual

Definition at line 40 of file L1Phase2MuDTPhDigi.h.

40 {};

Member Function Documentation

◆ bxNum()

int L1Phase2MuDTPhDigi::bxNum ( ) const

Definition at line 66 of file L1Phase2MuDTPhDigi.cc.

References m_bx.

Referenced by L1TPhase2GMTBarrelStubProcessor::buildStubNoEta().

66 { return m_bx; }

◆ chi2()

int L1Phase2MuDTPhDigi::chi2 ( void  ) const

Definition at line 86 of file L1Phase2MuDTPhDigi.cc.

References m_chi2.

86 { return m_chi2; }

◆ index()

int L1Phase2MuDTPhDigi::index ( ) const

Definition at line 82 of file L1Phase2MuDTPhDigi.cc.

References m_index.

Referenced by L1TPhase2GMTBarrelStubProcessor::buildStubNoEta().

82 { return m_index; }

◆ phi()

int L1Phase2MuDTPhDigi::phi ( ) const

◆ phiBend()

int L1Phase2MuDTPhDigi::phiBend ( ) const

Definition at line 78 of file L1Phase2MuDTPhDigi.cc.

References m_phiBending.

Referenced by L1TPhase2GMTBarrelStubProcessor::buildStubNoEta().

78 { return m_phiBending; }

◆ quality()

int L1Phase2MuDTPhDigi::quality ( ) const

Definition at line 80 of file L1Phase2MuDTPhDigi.cc.

References m_qualityCode.

80 { return m_qualityCode; }

◆ rpcFlag()

int L1Phase2MuDTPhDigi::rpcFlag ( ) const

Definition at line 88 of file L1Phase2MuDTPhDigi.cc.

References m_rpcFlag.

88 { return m_rpcFlag; }

◆ scNum()

int L1Phase2MuDTPhDigi::scNum ( ) const

Definition at line 70 of file L1Phase2MuDTPhDigi.cc.

References m_sector.

Referenced by L1TPhase2GMTBarrelStubProcessor::buildStubNoEta().

70 { return m_sector; }

◆ slNum()

int L1Phase2MuDTPhDigi::slNum ( ) const

Definition at line 74 of file L1Phase2MuDTPhDigi.cc.

References m_superlayer.

74 { return m_superlayer; }

◆ stNum()

int L1Phase2MuDTPhDigi::stNum ( ) const

Definition at line 72 of file L1Phase2MuDTPhDigi.cc.

References m_station.

Referenced by L1TPhase2GMTBarrelStubProcessor::buildStubNoEta().

72 { return m_station; }

◆ t0()

int L1Phase2MuDTPhDigi::t0 ( ) const

Definition at line 84 of file L1Phase2MuDTPhDigi.cc.

References m_t0.

84 { return m_t0; }

◆ whNum()

int L1Phase2MuDTPhDigi::whNum ( ) const

Definition at line 68 of file L1Phase2MuDTPhDigi.cc.

References m_wheel.

Referenced by L1TPhase2GMTBarrelStubProcessor::buildStubNoEta().

68 { return m_wheel; }

Member Data Documentation

◆ m_bx

int L1Phase2MuDTPhDigi::m_bx
private

Definition at line 62 of file L1Phase2MuDTPhDigi.h.

Referenced by bxNum().

◆ m_chi2

int L1Phase2MuDTPhDigi::m_chi2
private

Definition at line 75 of file L1Phase2MuDTPhDigi.h.

Referenced by chi2().

◆ m_index

int L1Phase2MuDTPhDigi::m_index
private

Definition at line 72 of file L1Phase2MuDTPhDigi.h.

Referenced by index().

◆ m_phiAngle

int L1Phase2MuDTPhDigi::m_phiAngle
private

Definition at line 68 of file L1Phase2MuDTPhDigi.h.

Referenced by phi().

◆ m_phiBending

int L1Phase2MuDTPhDigi::m_phiBending
private

Definition at line 69 of file L1Phase2MuDTPhDigi.h.

Referenced by phiBend().

◆ m_qualityCode

int L1Phase2MuDTPhDigi::m_qualityCode
private

Definition at line 71 of file L1Phase2MuDTPhDigi.h.

Referenced by quality().

◆ m_rpcFlag

int L1Phase2MuDTPhDigi::m_rpcFlag
private

Definition at line 77 of file L1Phase2MuDTPhDigi.h.

Referenced by rpcFlag().

◆ m_sector

int L1Phase2MuDTPhDigi::m_sector
private

Definition at line 64 of file L1Phase2MuDTPhDigi.h.

Referenced by scNum().

◆ m_station

int L1Phase2MuDTPhDigi::m_station
private

Definition at line 65 of file L1Phase2MuDTPhDigi.h.

Referenced by stNum().

◆ m_superlayer

int L1Phase2MuDTPhDigi::m_superlayer
private

Definition at line 66 of file L1Phase2MuDTPhDigi.h.

Referenced by slNum().

◆ m_t0

int L1Phase2MuDTPhDigi::m_t0
private

Definition at line 74 of file L1Phase2MuDTPhDigi.h.

Referenced by t0().

◆ m_wheel

int L1Phase2MuDTPhDigi::m_wheel
private

Definition at line 63 of file L1Phase2MuDTPhDigi.h.

Referenced by whNum().