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 
17 
19 
20 // forward declaration
22 
23  public:
24  explicit EcalRecalibRecHitProducer(const edm::ParameterSet& ps);
26  virtual void produce(edm::Event& evt, const edm::EventSetup& es);
27 
28  private:
29 
30  edm::InputTag EBRecHitCollection_; // secondary name given to collection of EB uncalib rechits
31  edm::InputTag EERecHitCollection_; // secondary name given to collection of EE uncalib rechits
32  std::string EBRecalibRecHitCollection_; // secondary name to be given to EB collection of hits
33  std::string EERecalibRecHitCollection_; // secondary name to be given to EE collection of hits
34 
38 
41 };
42 #endif
EcalRecalibRecHitProducer(const edm::ParameterSet &ps)
virtual void produce(edm::Event &evt, const edm::EventSetup &es)