CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
UncleanSCRecoveryProducer.h
Go to the documentation of this file.
1 #ifndef RecoEcal_EgammaClusterProducers_UncleanSCRecoveryProducer_h_
2 #define RecoEcal_EgammaClusterProducers_UncleanSCRecoveryProducer_h_
3 
4 #include <memory>
5 
10 
12 
14 
15 // $Id: UncleanSCRecoveryProducer.h,v 1.5 2011/07/18 18:05:40 argiro Exp $
16 
18 {
19 
20  public:
21 
23 
25 
26  virtual void produce(edm::Event&, const edm::EventSetup&);
27 
28  private:
29  // the clean collection
32  // the uncleaned collection
35  // the names of the products to be produced:
36  std::string bcCollection_;
37  std::string scCollection_;
38 
39 
40 };
41 
42 
43 #endif
44 
45 
UncleanSCRecoveryProducer(const edm::ParameterSet &ps)
virtual void produce(edm::Event &, const edm::EventSetup &)