CMS 3D CMS Logo

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
26 
27 // forward declarations
28 
29 namespace edm {
30 
31 template<typename BASE, typename T>
33 {
34 public:
35  // ---------- const member functions ---------------------
39  return d;
40  }
41 };
42 }
43 #endif
void fillPSetDescription(edm::ParameterSetDescription &desc)
HLT enums.
edm::ParameterSetDescription description() const final