CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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::L1Phase2MuDTThDigi ( )
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.

virtual L1Phase2MuDTThDigi::~L1Phase2MuDTThDigi ( )
inlinevirtual

Definition at line 11 of file L1Phase2MuDTThDigi.h.

11 {};

Member Function Documentation

int L1Phase2MuDTThDigi::bxNum ( ) const

Definition at line 30 of file L1Phase2MuDTThDigi.cc.

References m_bx.

30 { return m_bx; }
int L1Phase2MuDTThDigi::chi2 ( void  ) const

Definition at line 48 of file L1Phase2MuDTThDigi.cc.

References m_chi2.

48 { return m_chi2; }
int L1Phase2MuDTThDigi::index ( ) const

Definition at line 44 of file L1Phase2MuDTThDigi.cc.

References m_index.

Referenced by BeautifulSoup.PageElement::_invert().

44 { return m_index; }
int L1Phase2MuDTThDigi::k ( ) const

Definition at line 40 of file L1Phase2MuDTThDigi.cc.

References m_kSlope.

40 { return m_kSlope; }
int L1Phase2MuDTThDigi::quality ( ) const

Definition at line 42 of file L1Phase2MuDTThDigi.cc.

References m_qualityCode.

42 { return m_qualityCode; }
int L1Phase2MuDTThDigi::rpcFlag ( ) const

Definition at line 50 of file L1Phase2MuDTThDigi.cc.

References m_rpcFlag.

50 { return m_rpcFlag; }
int L1Phase2MuDTThDigi::scNum ( ) const

Definition at line 34 of file L1Phase2MuDTThDigi.cc.

References m_sector.

34 { return m_sector; }
int L1Phase2MuDTThDigi::stNum ( ) const

Definition at line 36 of file L1Phase2MuDTThDigi.cc.

References m_station.

36 { return m_station; }
int L1Phase2MuDTThDigi::t0 ( ) const

Definition at line 46 of file L1Phase2MuDTThDigi.cc.

References m_t0.

46 { return m_t0; }
int L1Phase2MuDTThDigi::whNum ( ) const

Definition at line 32 of file L1Phase2MuDTThDigi.cc.

References m_wheel.

32 { return m_wheel; }
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

int L1Phase2MuDTThDigi::m_bx
private

Definition at line 32 of file L1Phase2MuDTThDigi.h.

Referenced by bxNum().

int L1Phase2MuDTThDigi::m_chi2
private

Definition at line 44 of file L1Phase2MuDTThDigi.h.

Referenced by chi2().

int L1Phase2MuDTThDigi::m_index
private

Definition at line 41 of file L1Phase2MuDTThDigi.h.

Referenced by index().

int L1Phase2MuDTThDigi::m_kSlope
private

Definition at line 38 of file L1Phase2MuDTThDigi.h.

Referenced by k().

int L1Phase2MuDTThDigi::m_qualityCode
private

Definition at line 40 of file L1Phase2MuDTThDigi.h.

Referenced by quality().

int L1Phase2MuDTThDigi::m_rpcFlag
private

Definition at line 46 of file L1Phase2MuDTThDigi.h.

Referenced by rpcFlag().

int L1Phase2MuDTThDigi::m_sector
private

Definition at line 34 of file L1Phase2MuDTThDigi.h.

Referenced by scNum().

int L1Phase2MuDTThDigi::m_station
private

Definition at line 35 of file L1Phase2MuDTThDigi.h.

Referenced by stNum().

int L1Phase2MuDTThDigi::m_t0
private

Definition at line 43 of file L1Phase2MuDTThDigi.h.

Referenced by t0().

int L1Phase2MuDTThDigi::m_wheel
private

Definition at line 33 of file L1Phase2MuDTThDigi.h.

Referenced by whNum().

int L1Phase2MuDTThDigi::m_zGlobal
private

Definition at line 37 of file L1Phase2MuDTThDigi.h.

Referenced by z().