CMS 3D CMS Logo

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

#include <L1Phase2MuDTThDigi.h>

Inheritance diagram for L1Phase2MuDTThDigi:
L1Phase2MuDTExtThDigi

Public Member Functions

int bxNum () const
 
int chi2 () const
 
int index () const
 
int k () const
 
 L1Phase2MuDTThDigi ()
 
 L1Phase2MuDTThDigi (int bx, int wh, int sc, int st, int z, int k, int qual, int idx, int t0, int chi2, int rpc=-10)
 
int quality () const
 
int rpcFlag () const
 
int scNum () const
 
int stNum () const
 
int t0 () const
 
int whNum () const
 
int z () const
 
virtual ~L1Phase2MuDTThDigi ()
 

Private Attributes

int m_bx
 
int m_chi2
 
int m_index
 
int m_kSlope
 
int m_qualityCode
 
int m_rpcFlag
 
int m_sector
 
int m_station
 
int m_t0
 
int m_wheel
 
int m_zGlobal
 

Detailed Description

Definition at line 4 of file L1Phase2MuDTThDigi.h.

Constructor & Destructor Documentation

◆ L1Phase2MuDTThDigi() [1/2]

L1Phase2MuDTThDigi::L1Phase2MuDTThDigi ( )

◆ L1Phase2MuDTThDigi() [2/2]

L1Phase2MuDTThDigi::L1Phase2MuDTThDigi ( int  bx,
int  wh,
int  sc,
int  st,
int  z,
int  k,
int  qual,
int  idx,
int  t0,
int  chi2,
int  rpc = -10 
)

Definition at line 16 of file L1Phase2MuDTThDigi.cc.

18  : m_bx(bx),
19  m_wheel(wh),
20  m_sector(sc),
21  m_station(st),
22  m_zGlobal(z),
23  m_kSlope(k),
24  m_qualityCode(qual),
25  m_index(idx),
26  m_t0(t0),
27  m_chi2(chi2),
28  m_rpcFlag(rpc) {}

◆ ~L1Phase2MuDTThDigi()

virtual L1Phase2MuDTThDigi::~L1Phase2MuDTThDigi ( )
inlinevirtual

Definition at line 11 of file L1Phase2MuDTThDigi.h.

11 {};

Member Function Documentation

◆ bxNum()

int L1Phase2MuDTThDigi::bxNum ( ) const

Definition at line 30 of file L1Phase2MuDTThDigi.cc.

References m_bx.

30 { return m_bx; }

◆ chi2()

int L1Phase2MuDTThDigi::chi2 ( void  ) const

Definition at line 48 of file L1Phase2MuDTThDigi.cc.

References m_chi2.

48 { return m_chi2; }

◆ index()

int L1Phase2MuDTThDigi::index ( ) const

Definition at line 44 of file L1Phase2MuDTThDigi.cc.

References m_index.

Referenced by BeautifulSoup.PageElement::insert().

44 { return m_index; }

◆ k()

int L1Phase2MuDTThDigi::k ( ) const

Definition at line 40 of file L1Phase2MuDTThDigi.cc.

References m_kSlope.

40 { return m_kSlope; }

◆ quality()

int L1Phase2MuDTThDigi::quality ( ) const

Definition at line 42 of file L1Phase2MuDTThDigi.cc.

References m_qualityCode.

42 { return m_qualityCode; }

◆ rpcFlag()

int L1Phase2MuDTThDigi::rpcFlag ( ) const

Definition at line 50 of file L1Phase2MuDTThDigi.cc.

References m_rpcFlag.

50 { return m_rpcFlag; }

◆ scNum()

int L1Phase2MuDTThDigi::scNum ( ) const

Definition at line 34 of file L1Phase2MuDTThDigi.cc.

References m_sector.

34 { return m_sector; }

◆ stNum()

int L1Phase2MuDTThDigi::stNum ( ) const

Definition at line 36 of file L1Phase2MuDTThDigi.cc.

References m_station.

36 { return m_station; }

◆ t0()

int L1Phase2MuDTThDigi::t0 ( ) const

Definition at line 46 of file L1Phase2MuDTThDigi.cc.

References m_t0.

46 { return m_t0; }

◆ whNum()

int L1Phase2MuDTThDigi::whNum ( ) const

Definition at line 32 of file L1Phase2MuDTThDigi.cc.

References m_wheel.

32 { return m_wheel; }

◆ z()

int L1Phase2MuDTThDigi::z ( ) const

Definition at line 38 of file L1Phase2MuDTThDigi.cc.

References m_zGlobal.

Referenced by geometryXMLparser.Alignable::pos(), and ntupleDataFormat._HitObject::r3D().

38 { return m_zGlobal; }

Member Data Documentation

◆ m_bx

int L1Phase2MuDTThDigi::m_bx
private

Definition at line 32 of file L1Phase2MuDTThDigi.h.

Referenced by bxNum().

◆ m_chi2

int L1Phase2MuDTThDigi::m_chi2
private

Definition at line 44 of file L1Phase2MuDTThDigi.h.

Referenced by chi2().

◆ m_index

int L1Phase2MuDTThDigi::m_index
private

Definition at line 41 of file L1Phase2MuDTThDigi.h.

Referenced by index().

◆ m_kSlope

int L1Phase2MuDTThDigi::m_kSlope
private

Definition at line 38 of file L1Phase2MuDTThDigi.h.

Referenced by k().

◆ m_qualityCode

int L1Phase2MuDTThDigi::m_qualityCode
private

Definition at line 40 of file L1Phase2MuDTThDigi.h.

Referenced by quality().

◆ m_rpcFlag

int L1Phase2MuDTThDigi::m_rpcFlag
private

Definition at line 46 of file L1Phase2MuDTThDigi.h.

Referenced by rpcFlag().

◆ m_sector

int L1Phase2MuDTThDigi::m_sector
private

Definition at line 34 of file L1Phase2MuDTThDigi.h.

Referenced by scNum().

◆ m_station

int L1Phase2MuDTThDigi::m_station
private

Definition at line 35 of file L1Phase2MuDTThDigi.h.

Referenced by stNum().

◆ m_t0

int L1Phase2MuDTThDigi::m_t0
private

Definition at line 43 of file L1Phase2MuDTThDigi.h.

Referenced by t0().

◆ m_wheel

int L1Phase2MuDTThDigi::m_wheel
private

Definition at line 33 of file L1Phase2MuDTThDigi.h.

Referenced by whNum().

◆ m_zGlobal

int L1Phase2MuDTThDigi::m_zGlobal
private

Definition at line 37 of file L1Phase2MuDTThDigi.h.

Referenced by z().