CMS 3D CMS Logo

HcalChannelQualityPopConAnalyzer.cc
Go to the documentation of this file.
4 
5 //typedef popcon::PopConAnalyzer<HcalChannelQualityHandler> HcalChannelQualityPopConAnalyzer;
6 
7 class HcalChannelQualityPopConAnalyzer : public popcon::PopConAnalyzer<HcalChannelQualityHandler> {
8 public:
10 
14  m_source(pset.getParameter<edm::ParameterSet>("Source")),
16 
17 private:
18  void endJob() override {
20  write();
21  }
22 
23  void analyze(const edm::Event& ev, const edm::EventSetup& esetup) override {
24  //Using ES to get the data:
25 
27  }
28 
30 
31 private:
35 
37 };
38 
HcalChannelQualityPopConAnalyzer(const edm::ParameterSet &pset)
void initObject(HcalChannelQuality *)
void write(Source const &source)
Definition: PopCon.h:75
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:16
bool getData(T &iHolder) const
Definition: EventSetup.h:122
edm::ESGetToken< HcalChannelQuality, HcalChannelQualityRcd > m_tok
HLT enums.
void analyze(const edm::Event &ev, const edm::EventSetup &esetup) override