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::StreamID
Definition: StreamID.h:30
EcalRecalibRecHitProducer::doIntercalib_
const bool doIntercalib_
Definition: EcalRecalibRecHitProducer.h:40
EcalIntercalibConstants.h
edm::EDGetTokenT
Definition: EDGetToken.h:33
EcalRecalibRecHitProducer
Definition: EcalRecalibRecHitProducer.h:25
EcalRecalibRecHitProducer::doIntercalibInverse_
const bool doIntercalibInverse_
Definition: EcalRecalibRecHitProducer.h:43
EcalRecalibRecHitProducer::ecalLaserDBServiceToken_
edm::ESGetToken< EcalLaserDbService, EcalLaserDbRecord > ecalLaserDBServiceToken_
Definition: EcalRecalibRecHitProducer.h:48
EcalRecalibRecHitProducer::ecalADCToGeVConstantToken_
edm::ESGetToken< EcalADCToGeVConstant, EcalADCToGeVConstantRcd > ecalADCToGeVConstantToken_
Definition: EcalRecalibRecHitProducer.h:46
ESGetToken.h
EcalRecHitCollections.h
EcalRecalibRecHitProducer::EBRecHitCollection_
const edm::InputTag EBRecHitCollection_
Definition: EcalRecalibRecHitProducer.h:31
EcalRecalibRecHitProducer::EBRecalibRecHitCollection_
const std::string EBRecalibRecHitCollection_
Definition: EcalRecalibRecHitProducer.h:36
EcalRecalibRecHitProducer::doLaserCorrectionsInverse_
const bool doLaserCorrectionsInverse_
Definition: EcalRecalibRecHitProducer.h:44
EcalLaserDbService.h
EcalRecalibRecHitProducer::EcalRecalibRecHitProducer
EcalRecalibRecHitProducer(const edm::ParameterSet &ps)
Definition: EcalRecalibRecHitProducer.cc:25
EcalRecalibRecHitProducer::EERecalibRecHitCollection_
const std::string EERecalibRecHitCollection_
Definition: EcalRecalibRecHitProducer.h:37
edm::global::EDProducer
Definition: EDProducer.h:32
EcalADCToGeVConstant.h
EcalRecalibRecHitProducer::doLaserCorrections_
const bool doLaserCorrections_
Definition: EcalRecalibRecHitProducer.h:41
EcalRecalibRecHitProducer::EBRecHitToken_
const edm::EDGetTokenT< EBRecHitCollection > EBRecHitToken_
Definition: EcalRecalibRecHitProducer.h:33
edm::ParameterSet
Definition: ParameterSet.h:47
EcalRecHitAbsAlgo.h
Event.h
EcalADCToGeVConstantRcd.h
edm::EventSetup
Definition: EventSetup.h:58
edm::ESGetToken< EcalADCToGeVConstant, EcalADCToGeVConstantRcd >
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
EcalLaserDbRecord.h
EcalRecalibRecHitProducer::EERecHitCollection_
const edm::InputTag EERecHitCollection_
Definition: EcalRecalibRecHitProducer.h:32
EcalRecalibRecHitProducer::doEnergyScaleInverse_
const bool doEnergyScaleInverse_
Definition: EcalRecalibRecHitProducer.h:42
EcalRecalibRecHitProducer::ecalIntercalibConstantsToken_
edm::ESGetToken< EcalIntercalibConstants, EcalIntercalibConstantsRcd > ecalIntercalibConstantsToken_
Definition: EcalRecalibRecHitProducer.h:47
EcalRecalibRecHitProducer::produce
void produce(edm::StreamID sid, edm::Event &evt, const edm::EventSetup &es) const override
Definition: EcalRecalibRecHitProducer.cc:52
EventSetup.h
EcalRecalibRecHitProducer::EERecHitToken_
const edm::EDGetTokenT< EERecHitCollection > EERecHitToken_
Definition: EcalRecalibRecHitProducer.h:34
EcalRecalibRecHitProducer::doEnergyScale_
const bool doEnergyScale_
Definition: EcalRecalibRecHitProducer.h:39
ParameterSet.h
EDProducer.h
edm::Event
Definition: Event.h:73
EcalIntercalibConstantsRcd.h
edm::InputTag
Definition: InputTag.h:15