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
EcalMonitorClient
interface
SummaryClient.h
Go to the documentation of this file.
1
#ifndef SummaryClient_H
2
#define SummaryClient_H
3
4
#include "
DQWorkerClient.h
"
5
6
namespace
ecaldqm
{
7
8
class
SummaryClient
:
public
DQWorkerClient
{
9
public
:
10
SummaryClient
();
11
~SummaryClient
()
override
{}
12
13
void
resetMEs
()
override
;
14
void
producePlots
(
ProcessType
)
override
;
15
16
private
:
17
void
setParams
(
edm::ParameterSet
const
&)
override
;
18
19
float
towerBadFraction_
;
20
float
fedBadFraction_
;
21
};
22
23
}
// namespace ecaldqm
24
25
#endif
ecaldqm::SummaryClient::~SummaryClient
~SummaryClient() override
Definition:
SummaryClient.h:11
ecaldqm::SummaryClient::setParams
void setParams(edm::ParameterSet const &) override
Definition:
SummaryClient.cc:19
ecaldqm::DQWorkerClient
Definition:
DQWorkerClient.h:17
ecaldqm::SummaryClient::towerBadFraction_
float towerBadFraction_
Definition:
SummaryClient.h:19
ecaldqm::SummaryClient::resetMEs
void resetMEs() override
Definition:
SummaryClient.cc:34
ecaldqm::SummaryClient::producePlots
void producePlots(ProcessType) override
Definition:
SummaryClient.cc:51
DQWorkerClient.h
ecaldqm
Definition:
DQWorker.h:37
ecaldqm::SummaryClient::SummaryClient
SummaryClient()
Definition:
SummaryClient.cc:12
ecaldqm::SummaryClient
Definition:
SummaryClient.h:8
edm::ParameterSet
Definition:
ParameterSet.h:47
ecaldqm::SummaryClient::fedBadFraction_
float fedBadFraction_
Definition:
SummaryClient.h:20
ecaldqm::DQWorkerClient::ProcessType
ProcessType
Definition:
DQWorkerClient.h:19
Generated for CMSSW Reference Manual by
1.8.14