CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CleanAndMergeProducer.h
Go to the documentation of this file.
1 #ifndef RecoEcal_EgammaClusterProducers_CleanAndMergeProducer_h_
2 #define RecoEcal_EgammaClusterProducers_CleanAndMergeProducer_h_
3 
4 #include <memory>
5 
10 
12 
14 
15 
17 {
18 
19  public:
20 
22 
24 
25  virtual void produce(edm::Event&, const edm::EventSetup&);
26 
27  private:
28 
29 
32 
33  // the names of the products to be produced:
37  // other collections
40 
41 
42 };
43 
44 
45 #endif
46 
47 
virtual void produce(edm::Event &, const edm::EventSetup &)
CleanAndMergeProducer(const edm::ParameterSet &ps)