CMS 3D CMS Logo

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 
12 
13 namespace edm {
15 }
16 
17 namespace edmtest {
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:
28  };
29 } // namespace edmtest
30 #endif
void produce(edm::StreamID, edm::Event &e, edm::EventSetup const &c) const override
ProducerWithPSetDesc(edm::ParameterSet const &ps)
HLT enums.
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)