CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
10 
12 
14 
16 {
17 
18  public:
19 
21 
22  virtual void produce(edm::Event&, const edm::EventSetup&);
23 
24  private:
25  // the clean collection
28  // the uncleaned collection
31 
32  // the names of the products to be produced:
37 
38 
39 
40 };
41 
42 
43 #endif
44 
45 
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)