Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
CondTools
Hcal
plugins
HcalGainWidthsPopConAnalyzer.cc
Go to the documentation of this file.
1
#include "
CondCore/PopCon/interface/PopConAnalyzer.h
"
2
#include "
CondTools/Hcal/interface/HcalGainWidthsHandler.h
"
3
#include "
FWCore/Framework/interface/MakerMacros.h
"
4
5
//typedef popcon::PopConAnalyzer<HcalGainWidthsHandler> HcalGainWidthsPopConAnalyzer;
6
7
class
HcalGainWidthsPopConAnalyzer
:
public
popcon::PopConAnalyzer
<HcalGainWidthsHandler> {
8
public
:
9
typedef
HcalGainWidthsHandler
SourceHandler
;
10
11
HcalGainWidthsPopConAnalyzer
(
const
edm::ParameterSet
&
pset
)
12
:
popcon
::
PopConAnalyzer
<
HcalGainWidthsHandler
>(
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<HcalGainWidths>
objecthandle;
26
esetup.
get
<
HcalGainWidthsRcd
>().
get
(objecthandle);
27
myDBObject
=
new
HcalGainWidths
(*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
HcalGainWidths
*
myDBObject
;
37
};
38
39
DEFINE_FWK_MODULE
(
HcalGainWidthsPopConAnalyzer
);
edm::ESHandle::product
T const * product() const
Definition:
ESHandle.h:86
HcalGainWidthsPopConAnalyzer::write
void write()
Definition:
HcalGainWidthsPopConAnalyzer.cc:30
edm
HLT enums.
Definition:
AlignableModifier.h:19
HcalGainWidthsRcd
Definition:
HcalGainWidthsRcd.h:8
HcalGainWidthsPopConAnalyzer::analyze
void analyze(const edm::Event &ev, const edm::EventSetup &esetup) override
Definition:
HcalGainWidthsPopConAnalyzer.cc:22
MakerMacros.h
edm::EventSetup::get
T get() const
Definition:
EventSetup.h:80
DEFINE_FWK_MODULE
#define DEFINE_FWK_MODULE(type)
Definition:
MakerMacros.h:16
HcalGainWidthsPopConAnalyzer::SourceHandler
HcalGainWidthsHandler SourceHandler
Definition:
HcalGainWidthsPopConAnalyzer.cc:9
HcalGainWidthsPopConAnalyzer::m_populator
popcon::PopCon m_populator
Definition:
HcalGainWidthsPopConAnalyzer.cc:33
edm::ESHandle
Definition:
DTSurvey.h:22
HcalGainWidthsHandler::initObject
void initObject(HcalGainWidths *)
Definition:
HcalGainWidthsHandler.cc:36
HcalGainWidthsPopConAnalyzer
Definition:
HcalGainWidthsPopConAnalyzer.cc:7
edm::ParameterSet
Definition:
ParameterSet.h:47
popcon::PopCon::write
void write(Source const &source)
Definition:
PopCon.h:107
ParameterSet
Definition:
Functions.h:16
HcalGainWidths
Definition:
HcalGainWidths.h:17
HcalGainWidthsPopConAnalyzer::endJob
void endJob() override
Definition:
HcalGainWidthsPopConAnalyzer.cc:17
edm::EventSetup
Definition:
EventSetup.h:57
get
#define get
HcalGainWidthsHandler.h
popcon
Definition:
Exception.h:6
ev
bool ev
Definition:
Hydjet2Hadronizer.cc:95
HcalGainWidthsHandler
Definition:
HcalGainWidthsHandler.h:23
HcalGainWidthsPopConAnalyzer::HcalGainWidthsPopConAnalyzer
HcalGainWidthsPopConAnalyzer(const edm::ParameterSet &pset)
Definition:
HcalGainWidthsPopConAnalyzer.cc:11
HcalGainWidthsPopConAnalyzer::myDBObject
HcalGainWidths * myDBObject
Definition:
HcalGainWidthsPopConAnalyzer.cc:36
popcon::PopCon
Definition:
PopCon.h:29
edm::Event
Definition:
Event.h:73
HcalGainWidthsPopConAnalyzer::m_source
SourceHandler m_source
Definition:
HcalGainWidthsPopConAnalyzer.cc:34
PopConAnalyzer.h
muonDTDigis_cfi.pset
pset
Definition:
muonDTDigis_cfi.py:27
popcon::PopConAnalyzer< HcalGainWidthsHandler >::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