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 
15 
16 
18 {
19 
20  public:
21 
23 
25 
26  virtual void produce(edm::Event&, const edm::EventSetup&);
27 
28  private:
29 
30 
33 
34  // the names of the products to be produced:
38 
39 
40 };
41 
42 
43 #endif
44 
45 
edm::EDGetTokenT< reco::SuperClusterCollection > uncleanScToken_
edm::EDGetTokenT< reco::SuperClusterCollection > cleanScToken_
virtual void produce(edm::Event &, const edm::EventSetup &)
CleanAndMergeProducer(const edm::ParameterSet &ps)