CMS 3D CMS Logo

HcalLutGenerator.h
Go to the documentation of this file.
1 #ifndef HcalLutGenerator_h
2 #define HcalLutGenerator_h
3 
14 
16 public:
17  explicit HcalLutGenerator(const edm::ParameterSet&);
18  ~HcalLutGenerator() override;
19  void analyze(const edm::Event&, const edm::EventSetup&) override;
20  void endJob() override;
21 
22 private:
29 };
30 
31 #endif
HcalLutGenerator::endJob
void endJob() override
Definition: HcalLutGenerator.cc:44
HcalLutGenerator::tok_dbservice_
edm::ESGetToken< HcalDbService, HcalDbRecord > tok_dbservice_
Definition: HcalLutGenerator.h:27
HcalLutGenerator
Definition: HcalLutGenerator.h:15
EDAnalyzer.h
HcalTPGRecord.h
edm::EDAnalyzer
Definition: EDAnalyzer.h:28
HcalLutGenerator::~HcalLutGenerator
~HcalLutGenerator() override
Definition: HcalLutGenerator.cc:25
HcalDbRecord.h
HcalLutGenerator::_tag
std::string _tag
Definition: HcalLutGenerator.h:23
edm::ParameterSet
Definition: ParameterSet.h:47
Event.h
HcalLutGenerator::_lin_file
std::string _lin_file
Definition: HcalLutGenerator.h:24
edm::EventSetup
Definition: EventSetup.h:58
edm::ESGetToken< HcalTPGCoder, HcalTPGRecord >
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
HcalChannelQualityRcd.h
HcalChannelQuality.h
HcalLutGenerator::HcalLutGenerator
HcalLutGenerator(const edm::ParameterSet &)
Definition: HcalLutGenerator.cc:16
HcalLutGenerator::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition: HcalLutGenerator.cc:27
HcalLutGenerator::_status_word_to_mask
uint32_t _status_word_to_mask
Definition: HcalLutGenerator.h:25
EventSetup.h
HcalDbService.h
HcalLutGenerator::tok_hcalChStatus_
edm::ESGetToken< HcalChannelQuality, HcalChannelQualityRcd > tok_hcalChStatus_
Definition: HcalLutGenerator.h:28
ParameterSet.h
edm::Event
Definition: Event.h:73
HcalLutGenerator::tok_inCoder_
edm::ESGetToken< HcalTPGCoder, HcalTPGRecord > tok_inCoder_
Definition: HcalLutGenerator.h:26
HcalTPGCoder.h