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
FWCore
Integration
plugins
ProducerWithPSetDesc.h
Go to the documentation of this file.
1
#ifndef Integration_ProducerWithPSetDesc_h
2
#define Integration_ProducerWithPSetDesc_h
3
4
// Used to test the ParameterSetDescription.
5
// This module has a description with many
6
// different types and values of parameters,
7
// including nested ParameterSets and vectors
8
// of them.
9
10
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
11
#include "
FWCore/Framework/interface/global/EDProducer.h
"
12
13
namespace
edm
{
14
class
ConfigurationDescriptions
;
15
}
16
17
namespace
edmtest
{
18
class
ProducerWithPSetDesc
:
public
edm::global::EDProducer
<> {
19
public
:
20
explicit
ProducerWithPSetDesc
(
edm::ParameterSet
const
& ps);
21
22
void
produce
(
edm::StreamID
,
edm::Event
&
e
,
edm::EventSetup
const
&
c
)
const override
;
23
24
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
25
26
private
:
27
bool
testingAutoGeneratedCfi
;
28
};
29
}
// namespace edmtest
30
#endif
edm::StreamID
Definition:
StreamID.h:30
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
edmtest
Definition:
AlignPCLThresholdsReader.cc:15
Frameworkfwd.h
HltBtagPostValidation_cff.c
c
Definition:
HltBtagPostValidation_cff.py:31
edmtest::ProducerWithPSetDesc
Definition:
ProducerWithPSetDesc.h:18
edm::EventSetup
Definition:
EventSetup.h:56
edm::global::EDProducer
Definition:
EDProducer.h:32
ConfigurationDescriptions
edmtest::ProducerWithPSetDesc::produce
void produce(edm::StreamID, edm::Event &e, edm::EventSetup const &c) const override
Definition:
ProducerWithPSetDesc.cc:473
EDProducer.h
edmtest::ProducerWithPSetDesc::ProducerWithPSetDesc
ProducerWithPSetDesc(edm::ParameterSet const &ps)
Definition:
ProducerWithPSetDesc.cc:57
edm
HLT enums.
Definition:
AlignableModifier.h:19
edmtest::ProducerWithPSetDesc::testingAutoGeneratedCfi
bool testingAutoGeneratedCfi
Definition:
ProducerWithPSetDesc.h:27
edm::ParameterSet
Definition:
ParameterSet.h:47
edm::Event
Definition:
Event.h:73
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
edmtest::ProducerWithPSetDesc::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition:
ProducerWithPSetDesc.cc:481
Generated for CMSSW Reference Manual by
1.8.14