CMS 3D CMS Logo

HepMCCopy.h
Go to the documentation of this file.
1 #ifndef RecoParticleFlow_Configuration_HepMCCopy_H
2 #define RecoParticleFlow_Configuration_HepMCCopy_H
3 
5 
6 class ParameterSet;
7 class Event;
8 class EventSetup;
9 
10 class HepMCCopy : public edm::EDProducer
11 {
12 
13  public:
14 
15  explicit HepMCCopy(edm::ParameterSet const & p);
16  virtual ~HepMCCopy() {}
17  virtual void produce(edm::Event & e, const edm::EventSetup & c) override;
18 
19  private:
20 
21 };
22 
23 #endif
virtual void produce(edm::Event &e, const edm::EventSetup &c) override
Definition: HepMCCopy.cc:16
virtual ~HepMCCopy()
Definition: HepMCCopy.h:16
HepMCCopy(edm::ParameterSet const &p)
Definition: HepMCCopy.cc:10