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