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 public:
21 
22  void produce(edm::Event&, const edm::EventSetup&) override;
23 
24 private:
25  // the clean collection
28  // the uncleaned collection
31 
32  // the names of the products to be produced:
37 };
38 
39 #endif
void produce(edm::Event &, const edm::EventSetup &) override
edm::EDGetTokenT< reco::SuperClusterCollection > uncleanScCollection_
edm::EDGetTokenT< reco::BasicClusterCollection > uncleanBcCollection_
edm::EDGetTokenT< reco::SuperClusterCollection > cleanScCollection_
edm::EDGetTokenT< reco::BasicClusterCollection > cleanBcCollection_
UnifiedSCCollectionProducer(const edm::ParameterSet &ps)