CMS 3D CMS Logo

L1Phase2MuDTThDigi.cc
Go to the documentation of this file.
2 
4  : m_bx(-100),
5  m_wheel(0),
6  m_sector(0),
7  m_station(0),
8  m_zGlobal(0),
9  m_kSlope(0),
10  m_qualityCode(-1),
11  m_index(0),
12  m_t0(0),
13  m_chi2(0),
14  m_rpcFlag(-10) {}
15 
17  int bx, int wh, int sc, int st, int z, int k, int qual, int idx, int t0, int chi2, int rpc)
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) {}
29 
30 int L1Phase2MuDTThDigi::bxNum() const { return m_bx; }
31 
32 int L1Phase2MuDTThDigi::whNum() const { return m_wheel; }
33 
34 int L1Phase2MuDTThDigi::scNum() const { return m_sector; }
35 
36 int L1Phase2MuDTThDigi::stNum() const { return m_station; }
37 
38 int L1Phase2MuDTThDigi::z() const { return m_zGlobal; }
39 
40 int L1Phase2MuDTThDigi::k() const { return m_kSlope; }
41 
43 
44 int L1Phase2MuDTThDigi::index() const { return m_index; }
45 
46 int L1Phase2MuDTThDigi::t0() const { return m_t0; }
47 
48 int L1Phase2MuDTThDigi::chi2() const { return m_chi2; }
49 
50 int L1Phase2MuDTThDigi::rpcFlag() const { return m_rpcFlag; }
float float float z