CMS 3D CMS Logo

HcalPedestalWidthsPopConAnalyzer.cc
Go to the documentation of this file.
4 
5 //typedef popcon::PopConAnalyzer<HcalPedestalWidthsHandler> HcalPedestalWidthsPopConAnalyzer;
6 
7 class HcalPedestalWidthsPopConAnalyzer: public popcon::PopConAnalyzer<HcalPedestalWidthsHandler>
8 {
9 public:
11 
14  m_populator(pset),
15  m_source(pset.getParameter<edm::ParameterSet>("Source")) {}
16 
17 private:
18  void endJob() override
19  {
21  write();
22  }
23 
24  void analyze(const edm::Event& ev, const edm::EventSetup& esetup) override
25  {
26  //Using ES to get the data:
27 
29  esetup.get<HcalPedestalWidthsRcd>().get(objecthandle);
30  myDBObject = new HcalPedestalWidths(*objecthandle.product() );
31  }
32 
34 
35 private:
37  SourceHandler m_source;
38 
40 };
41 
void initObject(HcalPedestalWidths *)
bool ev
void write(Source const &source)
Definition: PopCon.h:123
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:16
HLT enums.
T get() const
Definition: EventSetup.h:71
HcalPedestalWidthsPopConAnalyzer(const edm::ParameterSet &pset)
T const * product() const
Definition: ESHandle.h:86
void analyze(const edm::Event &ev, const edm::EventSetup &esetup) override