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
L1TriggerConfig
DTTrackFinder
src
DTEtaPatternLutTester.cc
Go to the documentation of this file.
1
//-------------------------------------------------
2
//
3
// Class: DTEtaPatternLutTester
4
//
5
// L1 DT Track Finder Eta Pattern Lut Tester
6
//
7
//
8
//
9
// Author :
10
// J. Troconiz UAM Madrid
11
//
12
//--------------------------------------------------
13
14
#include "
L1TriggerConfig/DTTrackFinder/interface/DTEtaPatternLutTester.h
"
15
16
DTEtaPatternLutTester::DTEtaPatternLutTester
(
const
edm::ParameterSet
& ps) {}
17
18
DTEtaPatternLutTester::~DTEtaPatternLutTester
() {}
19
20
void
DTEtaPatternLutTester::analyze
(
const
edm::Event
&
e
,
const
edm::EventSetup
&
c
) {
21
edm::ESHandle<L1MuDTEtaPatternLut>
etalut
;
22
c
.get<
L1MuDTEtaPatternLutRcd
>().
get
(
etalut
);
23
etalut
->print();
24
}
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
DTEtaPatternLutTester::DTEtaPatternLutTester
DTEtaPatternLutTester(const edm::ParameterSet &ps)
Definition:
DTEtaPatternLutTester.cc:16
c
auto & c
Definition:
CAHitNtupletGeneratorKernelsImpl.h:56
L1DTTrackFinderConfig_cff.etalut
etalut
Definition:
L1DTTrackFinderConfig_cff.py:21
DTEtaPatternLutTester::analyze
void analyze(const edm::Event &e, const edm::EventSetup &c) override
Definition:
DTEtaPatternLutTester.cc:20
edm::ESHandle< L1MuDTEtaPatternLut >
edm::EventSetup
Definition:
EventSetup.h:59
DTEtaPatternLutTester.h
edm::ParameterSet
Definition:
ParameterSet.h:47
DTEtaPatternLutTester::~DTEtaPatternLutTester
~DTEtaPatternLutTester() override
Definition:
DTEtaPatternLutTester.cc:18
edm::Event
Definition:
Event.h:73
L1MuDTEtaPatternLutRcd
Definition:
L1MuDTEtaPatternLutRcd.h:12
Generated for CMSSW Reference Manual by
1.8.14