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);
24  virtual void produce(edm::StreamID sid, edm::Event& evt, const edm::EventSetup& es) const override;
25 
26  private:
31 
32  const std::string EBRecalibRecHitCollection_; // secondary name to be given to EB collection of hits
33  const std::string EERecalibRecHitCollection_; // secondary name to be given to EE collection of hits
34 
35  const bool doEnergyScale_;
36  const bool doIntercalib_;
37  const bool doLaserCorrections_;
41 };
42 #endif
const edm::InputTag EERecHitCollection_
virtual void produce(edm::StreamID sid, edm::Event &evt, const edm::EventSetup &es) const override
EcalRecalibRecHitProducer(const edm::ParameterSet &ps)
const edm::EDGetTokenT< EERecHitCollection > EERecHitToken_
const std::string EERecalibRecHitCollection_
const edm::EDGetTokenT< EBRecHitCollection > EBRecHitToken_
const edm::InputTag EBRecHitCollection_
const std::string EBRecalibRecHitCollection_