CMS 3D CMS Logo

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

#include <L1Phase2MuDTPhDigi.h>

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
 

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 35 of file L1Phase2MuDTPhDigi.h.

Constructor & Destructor Documentation

L1Phase2MuDTPhDigi::L1Phase2MuDTPhDigi ( )
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 44 of file L1Phase2MuDTPhDigi.cc.

45  :
46  m_bx(bx), m_wheel(wh), m_sector(sc), m_station(st), m_superlayer(sl), m_phiAngle(phi),
48 {
49 
50 }

Member Function Documentation

int L1Phase2MuDTPhDigi::bxNum ( ) const

Definition at line 56 of file L1Phase2MuDTPhDigi.cc.

References m_bx.

57 {
58  return m_bx;
59 }
int L1Phase2MuDTPhDigi::chi2 ( void  ) const

Definition at line 106 of file L1Phase2MuDTPhDigi.cc.

References m_chi2.

107 {
108  return m_chi2;
109 }
int L1Phase2MuDTPhDigi::index ( ) const

Definition at line 96 of file L1Phase2MuDTPhDigi.cc.

References m_index.

Referenced by BeautifulSoup.PageElement::insert().

97 {
98  return m_index;
99 }
int L1Phase2MuDTPhDigi::phi ( ) const

Definition at line 81 of file L1Phase2MuDTPhDigi.cc.

References m_phiAngle.

Referenced by Particle.Particle::__str__(), and ntupleDataFormat.Track::phiPull().

82 {
83  return m_phiAngle;
84 }
int L1Phase2MuDTPhDigi::phiBend ( ) const

Definition at line 86 of file L1Phase2MuDTPhDigi.cc.

References m_phiBending.

87 {
88  return m_phiBending;
89 }
int L1Phase2MuDTPhDigi::quality ( ) const

Definition at line 91 of file L1Phase2MuDTPhDigi.cc.

References m_qualityCode.

92 {
93  return m_qualityCode;
94 }
int L1Phase2MuDTPhDigi::rpcFlag ( ) const

Definition at line 111 of file L1Phase2MuDTPhDigi.cc.

References m_rpcFlag.

112 {
113  return m_rpcFlag;
114 }
int L1Phase2MuDTPhDigi::scNum ( ) const

Definition at line 66 of file L1Phase2MuDTPhDigi.cc.

References m_sector.

67 {
68  return m_sector;
69 }
int L1Phase2MuDTPhDigi::slNum ( ) const

Definition at line 76 of file L1Phase2MuDTPhDigi.cc.

References m_superlayer.

77 {
78  return m_superlayer;
79 }
int L1Phase2MuDTPhDigi::stNum ( ) const

Definition at line 71 of file L1Phase2MuDTPhDigi.cc.

References m_station.

72 {
73  return m_station;
74 }
int L1Phase2MuDTPhDigi::t0 ( ) const

Definition at line 101 of file L1Phase2MuDTPhDigi.cc.

References m_t0.

102 {
103  return m_t0;
104 }
int L1Phase2MuDTPhDigi::whNum ( ) const

Definition at line 61 of file L1Phase2MuDTPhDigi.cc.

References m_wheel.

62 {
63  return m_wheel;
64 }

Member Data Documentation

int L1Phase2MuDTPhDigi::m_bx
private

Definition at line 68 of file L1Phase2MuDTPhDigi.h.

Referenced by bxNum().

int L1Phase2MuDTPhDigi::m_chi2
private

Definition at line 81 of file L1Phase2MuDTPhDigi.h.

Referenced by chi2().

int L1Phase2MuDTPhDigi::m_index
private

Definition at line 78 of file L1Phase2MuDTPhDigi.h.

Referenced by index().

int L1Phase2MuDTPhDigi::m_phiAngle
private

Definition at line 74 of file L1Phase2MuDTPhDigi.h.

Referenced by phi().

int L1Phase2MuDTPhDigi::m_phiBending
private

Definition at line 75 of file L1Phase2MuDTPhDigi.h.

Referenced by phiBend().

int L1Phase2MuDTPhDigi::m_qualityCode
private

Definition at line 77 of file L1Phase2MuDTPhDigi.h.

Referenced by quality().

int L1Phase2MuDTPhDigi::m_rpcFlag
private

Definition at line 83 of file L1Phase2MuDTPhDigi.h.

Referenced by rpcFlag().

int L1Phase2MuDTPhDigi::m_sector
private

Definition at line 70 of file L1Phase2MuDTPhDigi.h.

Referenced by scNum().

int L1Phase2MuDTPhDigi::m_station
private

Definition at line 71 of file L1Phase2MuDTPhDigi.h.

Referenced by stNum().

int L1Phase2MuDTPhDigi::m_superlayer
private

Definition at line 72 of file L1Phase2MuDTPhDigi.h.

Referenced by slNum().

int L1Phase2MuDTPhDigi::m_t0
private

Definition at line 80 of file L1Phase2MuDTPhDigi.h.

Referenced by t0().

int L1Phase2MuDTPhDigi::m_wheel
private

Definition at line 69 of file L1Phase2MuDTPhDigi.h.

Referenced by whNum().