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
L1TriggerConfig
L1ScalesProducers
interface
L1MuTriggerScalesProducer.h
Go to the documentation of this file.
1
//-------------------------------------------------
2
//
3
// \class L1MuTriggerScalesProducer
4
//
5
// Description: A class to produce the L1 mu emulator scales record in the event setup
6
//
7
//
8
// Author :
9
// I. Mikulec
10
//
11
//--------------------------------------------------
12
#ifndef L1ScalesProducers_L1MuTriggerScalesProducer_h
13
#define L1ScalesProducers_L1MuTriggerScalesProducer_h
14
15
// system include files
16
#include <memory>
17
#include <vector>
18
19
// user include files
20
#include "
FWCore/Framework/interface/ModuleFactory.h
"
21
#include "
FWCore/Framework/interface/ESProducer.h
"
22
23
#include "
FWCore/Framework/interface/ESHandle.h
"
24
25
#include "
CondFormats/L1TObjects/interface/L1MuTriggerScales.h
"
26
#include "
CondFormats/DataRecord/interface/L1MuTriggerScalesRcd.h
"
27
28
//
29
// class declaration
30
//
31
32
class
L1MuTriggerScalesProducer
:
public
edm::ESProducer
{
33
public
:
34
L1MuTriggerScalesProducer
(
const
edm::ParameterSet
&);
35
~L1MuTriggerScalesProducer
()
override
;
36
37
std::unique_ptr<L1MuTriggerScales>
produceL1MuTriggerScales
(
const
L1MuTriggerScalesRcd
&);
38
39
private
:
40
// ----------member data ---------------------------
41
42
L1MuTriggerScales
m_scales
;
43
};
44
45
#endif
L1MuTriggerScalesProducer
Definition:
L1MuTriggerScalesProducer.h:32
ESHandle.h
ESProducer.h
L1MuTriggerScalesRcd.h
edm::ParameterSet
Definition:
ParameterSet.h:47
L1MuTriggerScales.h
L1MuTriggerScales
Definition:
L1MuTriggerScales.h:33
L1MuTriggerScalesProducer::produceL1MuTriggerScales
std::unique_ptr< L1MuTriggerScales > produceL1MuTriggerScales(const L1MuTriggerScalesRcd &)
Definition:
L1MuTriggerScalesProducer.cc:56
L1MuTriggerScalesRcd
Definition:
L1MuTriggerScalesRcd.h:12
ModuleFactory.h
L1MuTriggerScalesProducer::L1MuTriggerScalesProducer
L1MuTriggerScalesProducer(const edm::ParameterSet &)
Definition:
L1MuTriggerScalesProducer.cc:14
edm::ESProducer
Definition:
ESProducer.h:104
L1MuTriggerScalesProducer::m_scales
L1MuTriggerScales m_scales
Definition:
L1MuTriggerScalesProducer.h:42
L1MuTriggerScalesProducer::~L1MuTriggerScalesProducer
~L1MuTriggerScalesProducer() override
Definition:
L1MuTriggerScalesProducer.cc:49
Generated for CMSSW Reference Manual by
1.8.16