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 
14 
15 
16 
18 {
19 
20  public:
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:
36 
37 
38 };
39 
40 
41 #endif
42 
43 
UncleanSCRecoveryProducer(const edm::ParameterSet &ps)
virtual void produce(edm::Event &, const edm::EventSetup &)
edm::EDGetTokenT< reco::SuperClusterCollection > cleanScCollection_
edm::EDGetTokenT< reco::BasicClusterCollection > cleanBcCollection_
edm::EDGetTokenT< reco::SuperClusterCollection > uncleanScCollection_
edm::EDGetTokenT< reco::BasicClusterCollection > uncleanBcCollection_