CMS 3D CMS Logo

L1MuDTChambPhDigi Class Reference

#include <DataFormats/L1DTTrackFinder/interface/L1MuDTChambPhDigi.h>

List of all members.

Public Member Functions

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

Private Attributes

int bendingAngle
int bx
int BxCntCode
int qualityCode
int radialAngle
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 36 of file L1MuDTChambPhDigi.cc.

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

00036                                      {
00037 
00038   bx              = -100;
00039   wheel           = 0;
00040   sector          = 0;
00041   station         = 0;
00042   radialAngle     = 0;
00043   bendingAngle    = 0;
00044   qualityCode     = 7;
00045   Ts2TagCode      = 0;
00046   BxCntCode       = 0;
00047 }

L1MuDTChambPhDigi::L1MuDTChambPhDigi ( int  ubx,
int  uwh,
int  usc,
int  ust,
int  uphr,
int  uphb,
int  uqua,
int  utag,
int  ucnt 
)

Definition at line 49 of file L1MuDTChambPhDigi.cc.

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

00050                                                                             {
00051 
00052   bx              = ubx;
00053   wheel           = uwh;
00054   sector          = usc;
00055   station         = ust;
00056   radialAngle     = uphr;
00057   bendingAngle    = uphb;
00058   qualityCode     = uqua;
00059   Ts2TagCode      = utag;
00060   BxCntCode       = ucnt;
00061 }

L1MuDTChambPhDigi::~L1MuDTChambPhDigi (  ) 

Definition at line 66 of file L1MuDTChambPhDigi.cc.

00066                                       {
00067 }


Member Function Documentation

int L1MuDTChambPhDigi::BxCnt (  )  const

Definition at line 102 of file L1MuDTChambPhDigi.cc.

References BxCntCode.

00102                                    {
00103   return BxCntCode;
00104 }

int L1MuDTChambPhDigi::bxNum (  )  const

Definition at line 72 of file L1MuDTChambPhDigi.cc.

References bx.

00072                                    {
00073   return bx;
00074 }

int L1MuDTChambPhDigi::code (  )  const

Definition at line 94 of file L1MuDTChambPhDigi.cc.

References qualityCode.

Referenced by L1TDTTPG::analyze(), CSCTFDTReceiver::process(), and L1MuDTSectorReceiver::receiveDTBXData().

00094                                   {
00095   return qualityCode;
00096 }

int L1MuDTChambPhDigi::phi (  )  const

Definition at line 86 of file L1MuDTChambPhDigi.cc.

References radialAngle.

Referenced by CSCTFDTReceiver::process(), L1MuDTSectorReceiver::receiveDTBXData(), and DTLocalTriggerTask::runSegmentAnalysis().

00086                                  {
00087   return radialAngle;
00088 }

int L1MuDTChambPhDigi::phiB (  )  const

Definition at line 90 of file L1MuDTChambPhDigi.cc.

References bendingAngle.

Referenced by CSCTFDTReceiver::process(), and L1MuDTSectorReceiver::receiveDTBXData().

00090                                   {
00091   return bendingAngle;
00092 }

int L1MuDTChambPhDigi::scNum (  )  const

Definition at line 79 of file L1MuDTChambPhDigi.cc.

References sector.

00079                                    {
00080   return sector;
00081 }

int L1MuDTChambPhDigi::stNum (  )  const

Definition at line 82 of file L1MuDTChambPhDigi.cc.

References station.

00082                                    {
00083   return station;
00084 }

int L1MuDTChambPhDigi::Ts2Tag (  )  const

Definition at line 98 of file L1MuDTChambPhDigi.cc.

References Ts2TagCode.

00098                                     {
00099   return Ts2TagCode;
00100 }

int L1MuDTChambPhDigi::whNum (  )  const

Definition at line 76 of file L1MuDTChambPhDigi.cc.

References wheel.

00076                                    {
00077   return wheel;
00078 }


Member Data Documentation

int L1MuDTChambPhDigi::bendingAngle [private]

Definition at line 65 of file L1MuDTChambPhDigi.h.

Referenced by L1MuDTChambPhDigi(), and phiB().

int L1MuDTChambPhDigi::bx [private]

Definition at line 60 of file L1MuDTChambPhDigi.h.

Referenced by bxNum(), and L1MuDTChambPhDigi().

int L1MuDTChambPhDigi::BxCntCode [private]

Definition at line 68 of file L1MuDTChambPhDigi.h.

Referenced by BxCnt(), and L1MuDTChambPhDigi().

int L1MuDTChambPhDigi::qualityCode [private]

Definition at line 66 of file L1MuDTChambPhDigi.h.

Referenced by code(), and L1MuDTChambPhDigi().

int L1MuDTChambPhDigi::radialAngle [private]

Definition at line 64 of file L1MuDTChambPhDigi.h.

Referenced by L1MuDTChambPhDigi(), and phi().

int L1MuDTChambPhDigi::sector [private]

Definition at line 62 of file L1MuDTChambPhDigi.h.

Referenced by L1MuDTChambPhDigi(), and scNum().

int L1MuDTChambPhDigi::station [private]

Definition at line 63 of file L1MuDTChambPhDigi.h.

Referenced by L1MuDTChambPhDigi(), and stNum().

int L1MuDTChambPhDigi::Ts2TagCode [private]

Definition at line 67 of file L1MuDTChambPhDigi.h.

Referenced by L1MuDTChambPhDigi(), and Ts2Tag().

int L1MuDTChambPhDigi::wheel [private]

Definition at line 61 of file L1MuDTChambPhDigi.h.

Referenced by L1MuDTChambPhDigi(), and whNum().


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:26:47 2009 for CMSSW by  doxygen 1.5.4