CMS 3D CMS Logo

CastorPedestalWidthsPopConAnalyzer.cc
Go to the documentation of this file.
4 
5 //typedef popcon::PopConAnalyzer<CastorPedestalWidthsHandler> CastorPedestalWidthsPopConAnalyzer;
6 
7 class CastorPedestalWidthsPopConAnalyzer : public popcon::PopConAnalyzer<CastorPedestalWidthsHandler> {
8 public:
10 
14  m_source(pset.getParameter<edm::ParameterSet>("Source")) {}
15 
16 private:
17  void endJob() override {
19  write();
20  }
21 
22  void analyze(const edm::Event& ev, const edm::EventSetup& esetup) override {
23  //Using ES to get the data:
24 
26  esetup.get<CastorPedestalWidthsRcd>().get(objecthandle);
27  myDBObject = new CastorPedestalWidths(*objecthandle.product());
28  }
29 
31 
32 private:
35 
37 };
38 
edm::ESHandle::product
T const * product() const
Definition: ESHandle.h:86
edm
HLT enums.
Definition: AlignableModifier.h:19
CastorPedestalWidthsRcd
Definition: CastorPedestalWidthsRcd.h:24
CastorPedestalWidthsPopConAnalyzer
Definition: CastorPedestalWidthsPopConAnalyzer.cc:7
CastorPedestalWidthsPopConAnalyzer::m_source
SourceHandler m_source
Definition: CastorPedestalWidthsPopConAnalyzer.cc:34
CastorPedestalWidthsHandler.h
MakerMacros.h
CastorPedestalWidthsPopConAnalyzer::CastorPedestalWidthsPopConAnalyzer
CastorPedestalWidthsPopConAnalyzer(const edm::ParameterSet &pset)
Definition: CastorPedestalWidthsPopConAnalyzer.cc:11
edm::EventSetup::get
T get() const
Definition: EventSetup.h:80
DEFINE_FWK_MODULE
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:16
CastorPedestalWidthsPopConAnalyzer::SourceHandler
CastorPedestalWidthsHandler SourceHandler
Definition: CastorPedestalWidthsPopConAnalyzer.cc:9
edm::ESHandle
Definition: DTSurvey.h:22
CastorPedestalWidthsPopConAnalyzer::write
void write()
Definition: CastorPedestalWidthsPopConAnalyzer.cc:30
edm::ParameterSet
Definition: ParameterSet.h:47
popcon::PopCon::write
void write(Source const &source)
Definition: PopCon.h:107
ParameterSet
Definition: Functions.h:16
CastorPedestalWidthsHandler::initObject
void initObject(CastorPedestalWidths *)
Definition: CastorPedestalWidthsHandler.cc:36
edm::EventSetup
Definition: EventSetup.h:57
get
#define get
CastorPedestalWidthsPopConAnalyzer::m_populator
popcon::PopCon m_populator
Definition: CastorPedestalWidthsPopConAnalyzer.cc:33
CastorPedestalWidthsPopConAnalyzer::endJob
void endJob() override
Definition: CastorPedestalWidthsPopConAnalyzer.cc:17
CastorPedestalWidthsPopConAnalyzer::myDBObject
CastorPedestalWidths * myDBObject
Definition: CastorPedestalWidthsPopConAnalyzer.cc:36
popcon
Definition: Exception.h:6
CastorPedestalWidthsPopConAnalyzer::analyze
void analyze(const edm::Event &ev, const edm::EventSetup &esetup) override
Definition: CastorPedestalWidthsPopConAnalyzer.cc:22
ev
bool ev
Definition: Hydjet2Hadronizer.cc:95
CastorPedestalWidths
Definition: CastorPedestalWidths.h:18
CastorPedestalWidthsHandler
Definition: CastorPedestalWidthsHandler.h:24
popcon::PopCon
Definition: PopCon.h:29
edm::Event
Definition: Event.h:73
PopConAnalyzer.h
muonDTDigis_cfi.pset
pset
Definition: muonDTDigis_cfi.py:27
popcon::PopConAnalyzer< CastorPedestalWidthsHandler >::PopConAnalyzer
PopConAnalyzer(const edm::ParameterSet &pset)
Definition: PopConAnalyzer.h:21
popcon::PopConAnalyzer
Definition: PopConAnalyzer.h:17