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
L1Trigger
L1TMuonOverlap
plugins
L1TMuonOverlapFwVersionESProducer.h
Go to the documentation of this file.
1
// system include files
2
#include <memory>
3
4
// user include files
5
#include "
FWCore/Framework/interface/ModuleFactory.h
"
6
#include "
FWCore/Framework/interface/ESProducer.h
"
7
#include "
FWCore/Framework/interface/ESHandle.h
"
8
#include "
FWCore/Framework/interface/ESProducts.h
"
9
10
#include "
CondFormats/L1TObjects/interface/L1TMuonOverlapFwVersion.h
"
11
#include "
CondFormats/DataRecord/interface/L1TMuonOverlapFwVersionRcd.h
"
12
13
class
L1TMuonOverlapFwVersionESProducer
:
public
edm::ESProducer
{
14
public
:
15
L1TMuonOverlapFwVersionESProducer
(
const
edm::ParameterSet
&);
16
~L1TMuonOverlapFwVersionESProducer
()
override
;
17
18
using
ReturnType
= std::unique_ptr<L1TMuonOverlapFwVersion>;
19
20
ReturnType
produceFwVersion
(
const
L1TMuonOverlapFwVersionRcd
&);
21
22
private
:
23
L1TMuonOverlapFwVersion
params
;
24
};
L1TMuonOverlapFwVersionRcd
Definition:
L1TMuonOverlapFwVersionRcd.h:23
ESProducts.h
L1TMuonOverlapFwVersionESProducer::ReturnType
std::unique_ptr< L1TMuonOverlapFwVersion > ReturnType
Definition:
L1TMuonOverlapFwVersionESProducer.h:18
edm::ESProducer
Definition:
ESProducer.h:104
L1TMuonOverlapFwVersionESProducer::params
L1TMuonOverlapFwVersion params
Definition:
L1TMuonOverlapFwVersionESProducer.h:23
L1TMuonOverlapFwVersionRcd.h
ESHandle.h
ESProducer.h
L1TMuonOverlapFwVersionESProducer
Definition:
L1TMuonOverlapFwVersionESProducer.h:13
L1TMuonOverlapFwVersionESProducer::produceFwVersion
ReturnType produceFwVersion(const L1TMuonOverlapFwVersionRcd &)
Definition:
L1TMuonOverlapFwVersionESProducer.cc:29
edm::ParameterSet
Definition:
ParameterSet.h:47
ModuleFactory.h
L1TMuonOverlapFwVersionESProducer::L1TMuonOverlapFwVersionESProducer
L1TMuonOverlapFwVersionESProducer(const edm::ParameterSet &)
Definition:
L1TMuonOverlapFwVersionESProducer.cc:14
L1TMuonOverlapFwVersion.h
L1TMuonOverlapFwVersionESProducer::~L1TMuonOverlapFwVersionESProducer
~L1TMuonOverlapFwVersionESProducer() override
Definition:
L1TMuonOverlapFwVersionESProducer.cc:27
L1TMuonOverlapFwVersion
Definition:
L1TMuonOverlapFwVersion.h:14
Generated for CMSSW Reference Manual by
1.8.14