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
DQM
EcalMonitorClient
interface
EcalDQMonitorClient.h
Go to the documentation of this file.
1
#ifndef EcalDQMonitorClient_H
2
#define EcalDQMonitorClient_H
3
4
#include "
DQMServices/Core/interface/DQMEDHarvester.h
"
5
#include "
DQM/EcalCommon/interface/EcalDQMonitor.h
"
6
#include "
DQM/EcalCommon/interface/StatusManager.h
"
7
8
#include "
DQM/EcalMonitorClient/interface/DQWorkerClient.h
"
9
#include "
CondFormats/EcalObjects/interface/EcalDQMChannelStatus.h
"
10
#include "
CondFormats/EcalObjects/interface/EcalDQMTowerStatus.h
"
11
#include "
CondFormats/DataRecord/interface/EcalDQMChannelStatusRcd.h
"
12
#include "
CondFormats/DataRecord/interface/EcalDQMTowerStatusRcd.h
"
13
14
class
EcalDQMonitorClient
:
public
DQMEDHarvester
,
public
ecaldqm::EcalDQMonitor
{
15
public
:
16
EcalDQMonitorClient
(
edm::ParameterSet
const
&);
17
~EcalDQMonitorClient
()
override
;
18
19
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
&);
20
21
private
:
22
void
beginRun
(
edm::Run
const
&,
edm::EventSetup
const
&)
override
;
23
void
endRun
(
edm::Run
const
&,
edm::EventSetup
const
&)
override
;
24
void
dqmEndLuminosityBlock
(
DQMStore::IBooker
&,
25
DQMStore::IGetter
&,
26
edm::LuminosityBlock
const
&,
27
edm::EventSetup
const
&)
override
;
28
void
dqmEndJob
(
DQMStore::IBooker
&,
DQMStore::IGetter
&)
override
;
29
30
void
runWorkers
(
DQMStore::IGetter
&,
ecaldqm::DQWorkerClient::ProcessType
);
31
32
unsigned
eventCycleLength_
;
33
unsigned
iEvt_
;
34
edm::ESGetToken<EcalDQMChannelStatus, EcalDQMChannelStatusRcd>
cStHndl
;
35
edm::ESGetToken<EcalDQMTowerStatus, EcalDQMTowerStatusRcd>
tStHndl
;
36
ecaldqm::StatusManager
statusManager_
;
37
};
38
39
#endif
DQMEDHarvester.h
EcalDQMonitorClient::dqmEndJob
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
Definition:
EcalDQMonitorClient.cc:114
edm::LuminosityBlock
Definition:
LuminosityBlock.h:50
edm::Run
Definition:
Run.h:45
EcalDQMonitorClient::dqmEndLuminosityBlock
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override
Definition:
EcalDQMonitorClient.cc:87
EcalDQMonitorClient::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &)
Definition:
EcalDQMonitorClient.cc:53
EcalDQMonitorClient::eventCycleLength_
unsigned eventCycleLength_
Definition:
EcalDQMonitorClient.h:32
EcalDQMonitorClient::runWorkers
void runWorkers(DQMStore::IGetter &, ecaldqm::DQWorkerClient::ProcessType)
Definition:
EcalDQMonitorClient.cc:127
EcalDQMTowerStatus.h
EcalDQMonitorClient::~EcalDQMonitorClient
~EcalDQMonitorClient() override
Definition:
EcalDQMonitorClient.cc:50
EcalDQMChannelStatusRcd.h
ecaldqm::EcalDQMonitor
Definition:
EcalDQMonitor.h:25
StatusManager.h
EcalDQMonitorClient::EcalDQMonitorClient
EcalDQMonitorClient(edm::ParameterSet const &)
Definition:
EcalDQMonitorClient.cc:22
EcalDQMonitorClient::cStHndl
edm::ESGetToken< EcalDQMChannelStatus, EcalDQMChannelStatusRcd > cStHndl
Definition:
EcalDQMonitorClient.h:34
ecaldqm::DQWorkerClient::ProcessType
ProcessType
Definition:
DQWorkerClient.h:19
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
EcalDQMTowerStatusRcd.h
EcalDQMonitorClient::iEvt_
unsigned iEvt_
Definition:
EcalDQMonitorClient.h:33
edm::ParameterSet
Definition:
ParameterSet.h:47
EcalDQMonitorClient::beginRun
void beginRun(edm::Run const &, edm::EventSetup const &) override
Definition:
EcalDQMonitorClient.cc:69
DQWorkerClient.h
EcalDQMonitorClient::tStHndl
edm::ESGetToken< EcalDQMTowerStatus, EcalDQMTowerStatusRcd > tStHndl
Definition:
EcalDQMonitorClient.h:35
edm::EventSetup
Definition:
EventSetup.h:58
edm::ESGetToken
Definition:
EventSetup.h:48
EcalDQMonitorClient::endRun
void endRun(edm::Run const &, edm::EventSetup const &) override
Definition:
EcalDQMonitorClient.cc:85
EcalDQMonitor.h
DQMEDHarvester
Definition:
DQMEDHarvester.py:1
ecaldqm::StatusManager
Definition:
StatusManager.h:16
dqm::implementation::IGetter
Definition:
DQMStore.h:484
dqm::implementation::IBooker
Definition:
DQMStore.h:43
EcalDQMonitorClient
Definition:
EcalDQMonitorClient.h:14
EcalDQMChannelStatus.h
EcalDQMonitorClient::statusManager_
ecaldqm::StatusManager statusManager_
Definition:
EcalDQMonitorClient.h:36
Generated for CMSSW Reference Manual by
1.8.16