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
CondTools
L1Trigger
plugins
L1TriggerKeyDummyProd.h
Go to the documentation of this file.
1
#ifndef CondTools_L1Trigger_L1TriggerKeyDummyProd_h
2
#define CondTools_L1Trigger_L1TriggerKeyDummyProd_h
3
// -*- C++ -*-
4
//
5
// Package: L1Trigger
6
// Class : L1TriggerKeyDummyProd
7
//
16
//
17
// Original Author: Werner Sun
18
// Created: Sat Mar 1 01:12:16 CET 2008
19
// $Id$
20
//
21
22
// system include files
23
#include <memory>
24
25
// user include files
26
#include "
FWCore/Framework/interface/ModuleFactory.h
"
27
#include "
FWCore/Framework/interface/ESProducer.h
"
28
29
#include "
FWCore/Framework/interface/ESHandle.h
"
30
31
#include "
CondFormats/L1TObjects/interface/L1TriggerKey.h
"
32
#include "
CondFormats/DataRecord/interface/L1TriggerKeyRcd.h
"
33
34
// forward declarations
35
36
class
L1TriggerKeyDummyProd
:
public
edm::ESProducer
{
37
public
:
38
L1TriggerKeyDummyProd
(
const
edm::ParameterSet
&);
39
~L1TriggerKeyDummyProd
()
override
;
40
41
typedef
std::unique_ptr<L1TriggerKey>
ReturnType
;
42
43
ReturnType
produce
(
const
L1TriggerKeyRcd
&);
44
45
private
:
46
// ----------member data ---------------------------
47
L1TriggerKey
m_key
;
48
};
49
50
#endif
ModuleFactory.h
L1TriggerKeyDummyProd::L1TriggerKeyDummyProd
L1TriggerKeyDummyProd(const edm::ParameterSet &)
Definition:
L1TriggerKeyDummyProd.cc:40
L1TriggerKeyDummyProd::~L1TriggerKeyDummyProd
~L1TriggerKeyDummyProd() override
Definition:
L1TriggerKeyDummyProd.cc:74
L1TriggerKeyDummyProd
Definition:
L1TriggerKeyDummyProd.h:36
L1TriggerKeyRcd
Definition:
L1TriggerKeyRcd.h:30
ESProducer.h
edm::ESProducer
Definition:
ESProducer.h:104
L1TriggerKey
Definition:
L1TriggerKey.h:23
L1TriggerKeyDummyProd::ReturnType
std::unique_ptr< L1TriggerKey > ReturnType
Definition:
L1TriggerKeyDummyProd.h:41
ESHandle.h
L1TriggerKeyDummyProd::m_key
L1TriggerKey m_key
Definition:
L1TriggerKeyDummyProd.h:47
L1TriggerKeyDummyProd::produce
ReturnType produce(const L1TriggerKeyRcd &)
Definition:
L1TriggerKeyDummyProd.cc:84
edm::ParameterSet
Definition:
ParameterSet.h:47
L1TriggerKey.h
L1TriggerKeyRcd.h
Generated for CMSSW Reference Manual by
1.8.14