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
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
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
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
// Operations
12
int
bxNum
()
const
;
13
14
int
whNum
()
const
;
15
int
scNum
()
const
;
16
int
stNum
()
const
;
17
18
int
z
()
const
;
19
int
k
()
const
;
20
21
int
quality
()
const
;
22
int
index
()
const
;
23
24
int
t0
()
const
;
25
int
chi2
()
const
;
26
27
int
rpcFlag
()
const
;
28
29
private
:
30
int
m_bx
;
31
int
m_wheel
;
32
int
m_sector
;
33
int
m_station
;
34
35
int
m_zGlobal
;
36
int
m_kSlope
;
37
38
int
m_qualityCode
;
39
int
m_index
;
40
41
int
m_t0
;
42
int
m_chi2
;
43
44
int
m_rpcFlag
;
45
};
46
47
#endif
L1Phase2MuDTThDigi::m_index
int m_index
Definition:
L1Phase2MuDTThDigi.h:39
L1Phase2MuDTThDigi::m_qualityCode
int m_qualityCode
Definition:
L1Phase2MuDTThDigi.h:38
L1Phase2MuDTThDigi::bxNum
int bxNum() const
Definition:
L1Phase2MuDTThDigi.cc:30
L1Phase2MuDTThDigi::quality
int quality() const
Definition:
L1Phase2MuDTThDigi.cc:42
l1GtPatternGenerator_cfi.bx
bx
Definition:
l1GtPatternGenerator_cfi.py:18
L1Phase2MuDTThDigi::rpcFlag
int rpcFlag() const
Definition:
L1Phase2MuDTThDigi.cc:50
L1Phase2MuDTThDigi::z
int z() const
Definition:
L1Phase2MuDTThDigi.cc:38
heavyIonCSV_trainingSettings.idx
idx
Definition:
heavyIonCSV_trainingSettings.py:5
L1Phase2MuDTThDigi
Definition:
L1Phase2MuDTThDigi.h:4
L1Phase2MuDTThDigi::index
int index() const
Definition:
L1Phase2MuDTThDigi.cc:44
L1Phase2MuDTThDigi::m_zGlobal
int m_zGlobal
Definition:
L1Phase2MuDTThDigi.h:35
L1Phase2MuDTThDigi::m_sector
int m_sector
Definition:
L1Phase2MuDTThDigi.h:32
L1Phase2MuDTThDigi::scNum
int scNum() const
Definition:
L1Phase2MuDTThDigi.cc:34
L1Phase2MuDTThDigi::m_kSlope
int m_kSlope
Definition:
L1Phase2MuDTThDigi.h:36
L1Phase2MuDTThDigi::m_t0
int m_t0
Definition:
L1Phase2MuDTThDigi.h:41
L1Phase2MuDTThDigi::m_bx
int m_bx
Definition:
L1Phase2MuDTThDigi.h:30
L1Phase2MuDTThDigi::t0
int t0() const
Definition:
L1Phase2MuDTThDigi.cc:46
L1Phase2MuDTThDigi::m_rpcFlag
int m_rpcFlag
Definition:
L1Phase2MuDTThDigi.h:44
L1Phase2MuDTThDigi::m_wheel
int m_wheel
Definition:
L1Phase2MuDTThDigi.h:31
L1Phase2MuDTThDigi::stNum
int stNum() const
Definition:
L1Phase2MuDTThDigi.cc:36
L1Phase2MuDTThDigi::k
int k() const
Definition:
L1Phase2MuDTThDigi.cc:40
L1Phase2MuDTThDigi::L1Phase2MuDTThDigi
L1Phase2MuDTThDigi()
Definition:
L1Phase2MuDTThDigi.cc:3
L1Phase2MuDTThDigi::m_station
int m_station
Definition:
L1Phase2MuDTThDigi.h:33
L1Phase2MuDTThDigi::m_chi2
int m_chi2
Definition:
L1Phase2MuDTThDigi.h:42
omtf::DataWord64::rpc
Definition:
OmtfDataWord64.h:16
L1Phase2MuDTThDigi::whNum
int whNum() const
Definition:
L1Phase2MuDTThDigi.cc:32
L1Phase2MuDTThDigi::chi2
int chi2() const
Definition:
L1Phase2MuDTThDigi.cc:48
Generated for CMSSW Reference Manual by
1.8.16