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
n
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
c
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
src
DQM
SiPixelPhase1Common
src
SiPixelPhase1Harvester.cc
Go to the documentation of this file.
1
// This is a plugin implementation, but it is in src/ to make it possible to
2
// derive from it in other packages. In plugins/ there is a dummy that declares
3
// the plugin.
4
#include "
DQM/SiPixelPhase1Common/interface/SiPixelPhase1Base.h
"
5
#include "
FWCore/Framework/interface/MakerMacros.h
"
6
7
void
SiPixelPhase1Harvester::dqmEndLuminosityBlock
(
DQMStore::IBooker
& iBooker,
8
DQMStore::IGetter
& iGetter,
9
edm::LuminosityBlock
const
& lumiBlock,
10
edm::EventSetup
const
& eSetup) {
11
for
(
HistogramManager
& histoman :
histo
)
12
histoman.executePerLumiHarvesting(iBooker, iGetter, lumiBlock, eSetup);
13
};
14
void
SiPixelPhase1Harvester::dqmEndJob
(
DQMStore::IBooker
& iBooker,
DQMStore::IGetter
& iGetter) {
15
for
(
HistogramManager
& histoman :
histo
)
16
histoman.executeHarvesting(iBooker, iGetter);
17
};
SiPixelPhase1Harvester::dqmEndLuminosityBlock
void dqmEndLuminosityBlock(DQMStore::IBooker &iBooker, DQMStore::IGetter &iGetter, edm::LuminosityBlock const &lumiBlock, edm::EventSetup const &) override
Definition:
SiPixelPhase1Harvester.cc:7
edm::LuminosityBlock
Definition:
LuminosityBlock.h:50
HistogramManager
Definition:
HistogramManager.h:31
dqm::implementation::IGetter
Definition:
DQMStore.h:562
dqm::implementation::IBooker
Definition:
DQMStore.h:43
edm::EventSetup
Definition:
EventSetup.h:56
SiPixelPhase1Base.h
SiPixelPhase1Harvester::dqmEndJob
void dqmEndJob(DQMStore::IBooker &iBooker, DQMStore::IGetter &iGetter) override
Definition:
SiPixelPhase1Harvester.cc:14
HistogramManagerHolder::histo
std::vector< HistogramManager > histo
Definition:
SiPixelPhase1Base.h:37
MakerMacros.h
Generated for CMSSW Reference Manual by
1.8.14