CondTools
Hcal
plugins
CastorPedestalsPopConAnalyzer.cc
Go to the documentation of this file.
1
#include "
CondCore/PopCon/interface/PopConAnalyzer.h
"
2
#include "
CondTools/Hcal/interface/CastorPedestalsHandler.h
"
3
#include "
FWCore/Framework/interface/MakerMacros.h
"
4
5
//typedef popcon::PopConAnalyzer<CastorPedestalsHandler> CastorPedestalsPopConAnalyzer;
6
7
class
CastorPedestalsPopConAnalyzer
:
public
popcon::PopConAnalyzer
<CastorPedestalsHandler> {
8
public
:
9
typedef
CastorPedestalsHandler
SourceHandler
;
10
11
CastorPedestalsPopConAnalyzer
(
const
edm::ParameterSet
&
pset
)
12
:
popcon
::
PopConAnalyzer
<
CastorPedestalsHandler
>(
pset
),
13
m_populator
(
pset
),
14
m_source
(
pset
.getParameter<
edm
::
ParameterSet
>(
"Source"
)) {}
15
16
private
:
17
void
endJob
()
override
{
18
m_source
.
initObject
(
myDBObject
);
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
30
void
write
() {
m_populator
.
write
(
m_source
); }
31
32
private
:
33
popcon::PopCon
m_populator
;
34
SourceHandler
m_source
;
35
36
CastorPedestals
*
myDBObject
;
37
};
38
39
DEFINE_FWK_MODULE
(
CastorPedestalsPopConAnalyzer
);
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
Generated for CMSSW Reference Manual by
1.8.16