CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalRecalibRecHitProducer.h
Go to the documentation of this file.
1 #ifndef RecoLocalCalo_EcalRecProducers_EcalRecalibRecHitProducer_HH
2 #define RecoLocalCalo_EcalRecProducers_EcalRecalibRecHitProducer_HH
3 
14 
17 
18 
19 
21 
22  public:
23  explicit EcalRecalibRecHitProducer(const edm::ParameterSet& ps);
25  virtual void produce(edm::Event& evt, const edm::EventSetup& es);
26 
27  private:
28 
33 
34  std::string EBRecalibRecHitCollection_; // secondary name to be given to EB collection of hits
35  std::string EERecalibRecHitCollection_; // secondary name to be given to EE collection of hits
36 
43 
46 };
47 #endif
edm::EDGetTokenT< EERecHitCollection > EERecHitToken_
edm::EDGetTokenT< EBRecHitCollection > EBRecHitToken_
EcalRecalibRecHitProducer(const edm::ParameterSet &ps)
virtual void produce(edm::Event &evt, const edm::EventSetup &es)