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