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
ParameterSet
interface
PluginDescriptionAdaptor.h
Go to the documentation of this file.
1
#ifndef FWCore_ParameterSet_PluginDescriptionAdaptor_h
2
#define FWCore_ParameterSet_PluginDescriptionAdaptor_h
3
// -*- C++ -*-
4
//
5
// Package: FWCore/ParameterSet
6
// Class : PluginDescriptionAdaptor
7
//
16
//
17
// Original Author: Chris Jones
18
// Created: Wed, 19 Sep 2018 19:24:28 GMT
19
//
20
21
// system include files
22
23
// user include files
24
#include "
FWCore/ParameterSet/interface/PluginDescriptionAdaptorBase.h
"
25
#include "
FWCore/PluginManager/interface/PluginFactory.h
"
26
27
// forward declarations
28
29
namespace
edm
{
30
31
template
<
typename
BASE,
typename
T>
32
class
PluginDescriptionAdaptor
:
public
PluginDescriptionAdaptorBase
<BASE> {
33
public
:
34
// ---------- const member functions ---------------------
35
edm::ParameterSetDescription
description
()
const
final {
36
edm::ParameterSetDescription
d
;
37
T::fillPSetDescription
(
d
);
38
return
d
;
39
}
40
};
41
}
// namespace edm
42
#endif
runTheMatrix.const
const
Definition:
runTheMatrix.py:374
edm::PluginDescriptionAdaptor
Definition:
PluginDescriptionAdaptor.h:32
edm::ParameterSetDescription
Definition:
ParameterSetDescription.h:52
ztail.d
d
Definition:
ztail.py:151
PluginDescriptionAdaptorBase.h
PluginFactory.h
reco::modules::fillPSetDescription
void fillPSetDescription(edm::ParameterSetDescription &desc)
Definition:
ParameterAdapter.h:34
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::PluginDescriptionAdaptor::description
edm::ParameterSetDescription description() const final
Definition:
PluginDescriptionAdaptor.h:35
edm::PluginDescriptionAdaptorBase
Definition:
PluginDescriptionAdaptorBase.h:30
Generated for CMSSW Reference Manual by
1.8.14