CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GeneratorSmearedProducer.h
Go to the documentation of this file.
1 #ifndef GeneratorInterface_Core_GeneratorSmearedProducer_h
2 #define GeneratorInterface_Core_GeneratorSmearedProducer_h
3 
6 
7 namespace edm {
8  class ParameterSet;
10  class Event;
11  class EventSetup;
12  class HepMCProduct;
13 }
14 
16 
17 public:
18 
21  virtual void produce(edm::Event& e, edm::EventSetup const& c) override;
22  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
23 
24 private:
27 };
28 
29 #endif
edm::EDGetTokenT< edm::HepMCProduct > newToken_
GeneratorSmearedProducer(edm::ParameterSet const &p)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
edm::EDGetTokenT< edm::HepMCProduct > oldToken_
virtual void produce(edm::Event &e, edm::EventSetup const &c) override