CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
UnifiedSCCollectionProducer.h
Go to the documentation of this file.
1 #ifndef RecoEcal_EgammaClusterProducers_UnifiedSCCollectionProducer_h_
2 #define RecoEcal_EgammaClusterProducers_UnifiedSCCollectionProducer_h_
3 
4 #include <memory>
5 
10 
12 
14 
16 {
17 
18  public:
19 
21 
23 
24  virtual void produce(edm::Event&, const edm::EventSetup&);
25 
26  private:
27  // the clean collection
30  // the uncleaned collection
33  // the names of the products to be produced:
38 
39 
40 
41 };
42 
43 
44 #endif
45 
46 
virtual void produce(edm::Event &, const edm::EventSetup &)
UnifiedSCCollectionProducer(const edm::ParameterSet &ps)