CMS 3D CMS Logo

EcalRecalibRecHitProducer.h
Go to the documentation of this file.
1 #ifndef RecoLocalCalo_EcalRecProducers_EcalRecalibRecHitProducer_HH
2 #define RecoLocalCalo_EcalRecProducers_EcalRecalibRecHitProducer_HH
3 
15 
24 
26 public:
27  explicit EcalRecalibRecHitProducer(const edm::ParameterSet& ps);
28  void produce(edm::StreamID sid, edm::Event& evt, const edm::EventSetup& es) const override;
29 
30 private:
35 
36  const std::string EBRecalibRecHitCollection_; // secondary name to be given to EB collection of hits
37  const std::string EERecalibRecHitCollection_; // secondary name to be given to EE collection of hits
38 
39  const bool doEnergyScale_;
40  const bool doIntercalib_;
41  const bool doLaserCorrections_;
45 
49 };
50 #endif
edm::ESGetToken< EcalADCToGeVConstant, EcalADCToGeVConstantRcd > ecalADCToGeVConstantToken_
const edm::InputTag EERecHitCollection_
edm::ESGetToken< EcalIntercalibConstants, EcalIntercalibConstantsRcd > ecalIntercalibConstantsToken_
edm::ESGetToken< EcalLaserDbService, EcalLaserDbRecord > ecalLaserDBServiceToken_
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_