CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalUncalibRecHitProducer.h
Go to the documentation of this file.
1 #ifndef RecoLocalCalo_EcalRecProducers_EcalUncalibRecHitProducer_hh
2 #define RecoLocalCalo_EcalRecProducers_EcalUncalibRecHitProducer_hh
3 
8 
11 
13 
14 
16 
17  public:
18  explicit EcalUncalibRecHitProducer(const edm::ParameterSet& ps);
20  virtual void produce(edm::Event& evt, const edm::EventSetup& es);
21 
22  private:
23 
24  edm::InputTag ebDigiCollection_; // collection of EB digis
25  edm::InputTag eeDigiCollection_; // collection of EE digis
26 
27  std::string ebHitCollection_; // secondary name to be given to collection of hits
28  std::string eeHitCollection_; // secondary name to be given to collection of hits
29 
31 };
32 #endif
virtual void produce(edm::Event &evt, const edm::EventSetup &es)
EcalUncalibRecHitWorkerBaseClass * worker_
EcalUncalibRecHitProducer(const edm::ParameterSet &ps)