CMS 3D CMS Logo

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 
8 
13 
15 
17 
19 {
20 
21  public:
22 
24 
25  virtual void produce(edm::Event&, const edm::EventSetup&);
26 
27  private:
28  // the clean collection
31  // the uncleaned collection
34 
35  // the names of the products to be produced:
40 
41 
42 
43 };
44 
45 
46 #endif
47 
48 
edm::EDGetTokenT< reco::SuperClusterCollection > uncleanScCollection_
virtual void produce(edm::Event &, const edm::EventSetup &)
edm::EDGetTokenT< reco::BasicClusterCollection > uncleanBcCollection_
edm::EDGetTokenT< reco::SuperClusterCollection > cleanScCollection_
edm::EDGetTokenT< reco::BasicClusterCollection > cleanBcCollection_
UnifiedSCCollectionProducer(const edm::ParameterSet &ps)