CMS 3D CMS Logo

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