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
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
Options.const
const
Definition:
Options.py:396
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