Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
DataFormats
L1DTTrackFinder
interface
L1Phase2MuDTThDigi.h
Go to the documentation of this file.
1
#ifndef L1Phase2MuDTThDigi_H
2
#define L1Phase2MuDTThDigi_H
3
4
class
L1Phase2MuDTThDigi
{
5
public
:
6
// Constructors
7
L1Phase2MuDTThDigi
();
8
9
L1Phase2MuDTThDigi
(
int
bx
,
int
wh,
int
sc,
int
st,
int
z
,
int
k
,
int
qual,
int
idx
,
int
t0
,
int
chi2
,
int
rpc
= -10);
10
11
virtual
~L1Phase2MuDTThDigi
(){};
12
13
// Operations
14
int
bxNum
()
const
;
15
16
int
whNum
()
const
;
17
int
scNum
()
const
;
18
int
stNum
()
const
;
19
20
int
z
()
const
;
21
int
k
()
const
;
22
23
int
quality
()
const
;
24
int
index
()
const
;
25
26
int
t0
()
const
;
27
int
chi2
()
const
;
28
29
int
rpcFlag
()
const
;
30
31
private
:
32
int
m_bx
;
33
int
m_wheel
;
34
int
m_sector
;
35
int
m_station
;
36
37
int
m_zGlobal
;
38
int
m_kSlope
;
39
40
int
m_qualityCode
;
41
int
m_index
;
42
43
int
m_t0
;
44
int
m_chi2
;
45
46
int
m_rpcFlag
;
47
};
48
49
#endif
L1Phase2MuDTThDigi
Definition:
L1Phase2MuDTThDigi.h:4
heavyIonCSV_trainingSettings.idx
idx
Definition:
heavyIonCSV_trainingSettings.py:5
L1Phase2MuDTThDigi::m_qualityCode
int m_qualityCode
Definition:
L1Phase2MuDTThDigi.h:40
omtf::DataWord64::rpc
Definition:
OmtfDataWord64.h:16
L1Phase2MuDTThDigi::k
int k() const
Definition:
L1Phase2MuDTThDigi.cc:40
L1Phase2MuDTThDigi::chi2
int chi2() const
Definition:
L1Phase2MuDTThDigi.cc:48
L1Phase2MuDTThDigi::m_station
int m_station
Definition:
L1Phase2MuDTThDigi.h:35
nano_mu_digi_cff.bx
bx
Definition:
nano_mu_digi_cff.py:41
L1Phase2MuDTThDigi::m_zGlobal
int m_zGlobal
Definition:
L1Phase2MuDTThDigi.h:37
L1Phase2MuDTThDigi::index
int index() const
Definition:
L1Phase2MuDTThDigi.cc:44
L1Phase2MuDTThDigi::scNum
int scNum() const
Definition:
L1Phase2MuDTThDigi.cc:34
L1Phase2MuDTThDigi::m_bx
int m_bx
Definition:
L1Phase2MuDTThDigi.h:32
L1Phase2MuDTThDigi::bxNum
int bxNum() const
Definition:
L1Phase2MuDTThDigi.cc:30
L1Phase2MuDTThDigi::m_index
int m_index
Definition:
L1Phase2MuDTThDigi.h:41
L1Phase2MuDTThDigi::t0
int t0() const
Definition:
L1Phase2MuDTThDigi.cc:46
L1Phase2MuDTThDigi::m_rpcFlag
int m_rpcFlag
Definition:
L1Phase2MuDTThDigi.h:46
L1Phase2MuDTThDigi::whNum
int whNum() const
Definition:
L1Phase2MuDTThDigi.cc:32
L1Phase2MuDTThDigi::quality
int quality() const
Definition:
L1Phase2MuDTThDigi.cc:42
L1Phase2MuDTThDigi::m_chi2
int m_chi2
Definition:
L1Phase2MuDTThDigi.h:44
L1Phase2MuDTThDigi::L1Phase2MuDTThDigi
L1Phase2MuDTThDigi()
Definition:
L1Phase2MuDTThDigi.cc:3
L1Phase2MuDTThDigi::m_t0
int m_t0
Definition:
L1Phase2MuDTThDigi.h:43
L1Phase2MuDTThDigi::m_wheel
int m_wheel
Definition:
L1Phase2MuDTThDigi.h:33
L1Phase2MuDTThDigi::m_sector
int m_sector
Definition:
L1Phase2MuDTThDigi.h:34
L1Phase2MuDTThDigi::stNum
int stNum() const
Definition:
L1Phase2MuDTThDigi.cc:36
L1Phase2MuDTThDigi::z
int z() const
Definition:
L1Phase2MuDTThDigi.cc:38
L1Phase2MuDTThDigi::m_kSlope
int m_kSlope
Definition:
L1Phase2MuDTThDigi.h:38
L1Phase2MuDTThDigi::rpcFlag
int rpcFlag() const
Definition:
L1Phase2MuDTThDigi.cc:50
L1Phase2MuDTThDigi::~L1Phase2MuDTThDigi
virtual ~L1Phase2MuDTThDigi()
Definition:
L1Phase2MuDTThDigi.h:11
Generated for CMSSW Reference Manual by
1.8.14