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
CastorQIEDataPopConAnalyzer.cc
Go to the documentation of this file.
1
#include "
CondCore/PopCon/interface/PopConAnalyzer.h
"
2
#include "
CondTools/Hcal/interface/CastorQIEDataHandler.h
"
3
#include "
FWCore/Framework/interface/MakerMacros.h
"
4
5
//typedef popcon::PopConAnalyzer<CastorQIEDataHandler> CastorQIEDataPopConAnalyzer;
6
7
class
CastorQIEDataPopConAnalyzer
:
public
popcon::PopConAnalyzer
<CastorQIEDataHandler> {
8
public
:
9
typedef
CastorQIEDataHandler
SourceHandler
;
10
11
CastorQIEDataPopConAnalyzer
(
const
edm::ParameterSet
&
pset
)
12
:
popcon
::
PopConAnalyzer
<
CastorQIEDataHandler
>(
pset
),
13
m_populator
(
pset
),
14
m_source
(
pset
.getParameter<
edm
::
ParameterSet
>(
"Source"
)),
15
m_tok
(
esConsumes
<
CastorQIEData
,
CastorQIEDataRcd
>()) {}
16
17
private
:
18
void
endJob
()
override
{
19
m_source
.
initObject
(
myDBObject
);
20
write
();
21
}
22
23
void
analyze
(
const
edm::Event
&
ev
,
const
edm::EventSetup
& esetup)
override
{
24
//Using ES to get the data:
25
26
myDBObject
=
new
CastorQIEData
(esetup.
getData
(
m_tok
));
27
}
28
29
void
write
() {
m_populator
.
write
(
m_source
); }
30
31
private
:
32
popcon::PopCon
m_populator
;
33
SourceHandler
m_source
;
34
edm::ESGetToken<CastorQIEData, CastorQIEDataRcd>
m_tok
;
35
36
CastorQIEData
*
myDBObject
;
37
};
38
39
DEFINE_FWK_MODULE
(
CastorQIEDataPopConAnalyzer
);
CastorQIEDataPopConAnalyzer::CastorQIEDataPopConAnalyzer
CastorQIEDataPopConAnalyzer(const edm::ParameterSet &pset)
Definition:
CastorQIEDataPopConAnalyzer.cc:11
CastorQIEDataHandler::initObject
void initObject(CastorQIEData *)
Definition:
CastorQIEDataHandler.cc:36
CastorQIEDataPopConAnalyzer::m_source
SourceHandler m_source
Definition:
CastorQIEDataPopConAnalyzer.cc:33
edm
HLT enums.
Definition:
AlignableModifier.h:19
CastorQIEDataPopConAnalyzer::analyze
void analyze(const edm::Event &ev, const edm::EventSetup &esetup) override
Definition:
CastorQIEDataPopConAnalyzer.cc:23
CastorQIEDataRcd
Definition:
CastorQIEDataRcd.h:24
CastorQIEDataPopConAnalyzer
Definition:
CastorQIEDataPopConAnalyzer.cc:7
CastorQIEDataPopConAnalyzer::SourceHandler
CastorQIEDataHandler SourceHandler
Definition:
CastorQIEDataPopConAnalyzer.cc:9
CastorQIEDataHandler.h
MakerMacros.h
DEFINE_FWK_MODULE
#define DEFINE_FWK_MODULE(type)
Definition:
MakerMacros.h:16
CastorQIEDataPopConAnalyzer::write
void write()
Definition:
CastorQIEDataPopConAnalyzer.cc:29
edm::ParameterSet
Definition:
ParameterSet.h:47
popcon::PopCon::write
void write(Source const &source)
Definition:
PopCon.h:107
ParameterSet
Definition:
Functions.h:16
edm::EventSetup
Definition:
EventSetup.h:58
CastorQIEDataHandler
Definition:
CastorQIEDataHandler.h:23
edm::ESGetToken< CastorQIEData, CastorQIEDataRcd >
edm::EventSetup::getData
bool getData(T &iHolder) const
Definition:
EventSetup.h:127
popcon
Definition:
Exception.h:6
CastorQIEDataPopConAnalyzer::m_populator
popcon::PopCon m_populator
Definition:
CastorQIEDataPopConAnalyzer.cc:32
ev
bool ev
Definition:
Hydjet2Hadronizer.cc:95
CastorQIEDataPopConAnalyzer::myDBObject
CastorQIEData * myDBObject
Definition:
CastorQIEDataPopConAnalyzer.cc:36
edm::EDConsumerBase::esConsumes
auto esConsumes()
Definition:
EDConsumerBase.h:202
CastorQIEDataPopConAnalyzer::endJob
void endJob() override
Definition:
CastorQIEDataPopConAnalyzer.cc:18
popcon::PopCon
Definition:
PopCon.h:29
CastorQIEData
Definition:
CastorQIEData.h:25
CastorQIEDataPopConAnalyzer::m_tok
edm::ESGetToken< CastorQIEData, CastorQIEDataRcd > m_tok
Definition:
CastorQIEDataPopConAnalyzer.cc:34
edm::Event
Definition:
Event.h:73
PopConAnalyzer.h
muonDTDigis_cfi.pset
pset
Definition:
muonDTDigis_cfi.py:27
popcon::PopConAnalyzer< CastorQIEDataHandler >::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