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
EcalPreshowerMonitorClient
interface
ESSummaryClient.h
Go to the documentation of this file.
1
#ifndef ESSummaryClient_H
2
#define ESSummaryClient_H
3
4
#include "
DQM/EcalPreshowerMonitorClient/interface/ESClient.h
"
5
6
class
ESSummaryClient
:
public
ESClient
{
7
public
:
9
ESSummaryClient
(
const
edm::ParameterSet
&ps);
10
12
~ESSummaryClient
()
override
;
13
15
void
endLumiAnalyze
(
DQMStore::IGetter
&)
override
;
16
void
endJobAnalyze
(
DQMStore::IGetter
&)
override
;
17
18
private
:
19
void
book
(
DQMStore::IBooker
&)
override
;
20
21
void
fillReportSummary
(
DQMStore::IGetter
&);
22
23
MonitorElement
*
meReportSummary_
;
24
MonitorElement
*
meReportSummaryContents_
[2][2];
25
MonitorElement
*
meReportSummaryMap_
;
26
};
27
28
#endif
ESSummaryClient::meReportSummaryMap_
MonitorElement * meReportSummaryMap_
Definition:
ESSummaryClient.h:25
ESClient.h
dqm::legacy::MonitorElement
Definition:
MonitorElement.h:461
ESSummaryClient::fillReportSummary
void fillReportSummary(DQMStore::IGetter &)
Definition:
ESSummaryClient.cc:46
ESSummaryClient::~ESSummaryClient
~ESSummaryClient() override
Destructor.
Definition:
ESSummaryClient.cc:17
ESSummaryClient::meReportSummaryContents_
MonitorElement * meReportSummaryContents_[2][2]
Definition:
ESSummaryClient.h:24
ESSummaryClient::meReportSummary_
MonitorElement * meReportSummary_
Definition:
ESSummaryClient.h:23
edm::ParameterSet
Definition:
ParameterSet.h:47
ESSummaryClient::book
void book(DQMStore::IBooker &) override
Definition:
ESSummaryClient.cc:19
ESSummaryClient::endJobAnalyze
void endJobAnalyze(DQMStore::IGetter &) override
Definition:
ESSummaryClient.cc:168
ESClient
Definition:
ESClient.h:12
ESSummaryClient::ESSummaryClient
ESSummaryClient(const edm::ParameterSet &ps)
Constructor.
Definition:
ESSummaryClient.cc:10
dqm::implementation::IGetter
Definition:
DQMStore.h:484
dqm::implementation::IBooker
Definition:
DQMStore.h:43
ESSummaryClient::endLumiAnalyze
void endLumiAnalyze(DQMStore::IGetter &) override
Analyze.
Definition:
ESSummaryClient.cc:145
ESSummaryClient
Definition:
ESSummaryClient.h:6
Generated for CMSSW Reference Manual by
1.8.16