#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 |
Definition at line 35 of file L1Phase2MuDTPhDigi.h.
L1Phase2MuDTPhDigi::L1Phase2MuDTPhDigi | ( | ) |
Definition at line 36 of file L1Phase2MuDTPhDigi.cc.
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.
int L1Phase2MuDTPhDigi::bxNum | ( | ) | const |
Definition at line 56 of file L1Phase2MuDTPhDigi.cc.
References m_bx.
int L1Phase2MuDTPhDigi::chi2 | ( | void | ) | const |
int L1Phase2MuDTPhDigi::index | ( | ) | const |
Definition at line 96 of file L1Phase2MuDTPhDigi.cc.
References m_index.
Referenced by BeautifulSoup.PageElement::insert().
int L1Phase2MuDTPhDigi::phi | ( | ) | const |
Definition at line 81 of file L1Phase2MuDTPhDigi.cc.
References m_phiAngle.
Referenced by Particle.Particle::__str__(), and ntupleDataFormat.Track::phiPull().
int L1Phase2MuDTPhDigi::phiBend | ( | ) | const |
int L1Phase2MuDTPhDigi::quality | ( | ) | const |
int L1Phase2MuDTPhDigi::rpcFlag | ( | ) | const |
int L1Phase2MuDTPhDigi::scNum | ( | ) | const |
int L1Phase2MuDTPhDigi::slNum | ( | ) | const |
int L1Phase2MuDTPhDigi::stNum | ( | ) | const |
int L1Phase2MuDTPhDigi::t0 | ( | ) | const |
Definition at line 101 of file L1Phase2MuDTPhDigi.cc.
References m_t0.
int L1Phase2MuDTPhDigi::whNum | ( | ) | const |
|
private |
Definition at line 68 of file L1Phase2MuDTPhDigi.h.
Referenced by bxNum().
|
private |
Definition at line 81 of file L1Phase2MuDTPhDigi.h.
Referenced by chi2().
|
private |
Definition at line 78 of file L1Phase2MuDTPhDigi.h.
Referenced by index().
|
private |
Definition at line 74 of file L1Phase2MuDTPhDigi.h.
Referenced by phi().
|
private |
Definition at line 75 of file L1Phase2MuDTPhDigi.h.
Referenced by phiBend().
|
private |
Definition at line 77 of file L1Phase2MuDTPhDigi.h.
Referenced by quality().
|
private |
Definition at line 83 of file L1Phase2MuDTPhDigi.h.
Referenced by rpcFlag().
|
private |
Definition at line 70 of file L1Phase2MuDTPhDigi.h.
Referenced by scNum().
|
private |
Definition at line 71 of file L1Phase2MuDTPhDigi.h.
Referenced by stNum().
|
private |
Definition at line 72 of file L1Phase2MuDTPhDigi.h.
Referenced by slNum().
|
private |
Definition at line 80 of file L1Phase2MuDTPhDigi.h.
Referenced by t0().
|
private |
Definition at line 69 of file L1Phase2MuDTPhDigi.h.
Referenced by whNum().