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
TimingClient.h
Go to the documentation of this file.
1
#ifndef TimingClient_H
2
#define TimingClient_H
3
4
#include "
DQWorkerClient.h
"
5
6
namespace
ecaldqm
{
7
8
class
TimingClient
:
public
DQWorkerClient
{
9
public
:
10
TimingClient
();
11
~TimingClient
()
override
{}
12
13
void
producePlots
(
ProcessType
)
override
;
14
15
private
:
16
void
setParams
(
edm::ParameterSet
const
&)
override
;
17
18
float
ebtoleranceMean_
;
19
float
eetoleranceMean_
;
20
float
toleranceMeanFwd_
;
21
float
toleranceRMS_
;
22
float
toleranceRMSFwd_
;
23
int
minChannelEntries_
;
24
int
minChannelEntriesFwd_
;
25
int
minTowerEntries_
;
26
int
minTowerEntriesFwd_
;
27
float
tailPopulThreshold_
;
28
};
29
30
}
// namespace ecaldqm
31
32
#endif
ecaldqm::DQWorkerClient
Definition:
DQWorkerClient.h:17
ecaldqm::TimingClient::minTowerEntriesFwd_
int minTowerEntriesFwd_
Definition:
TimingClient.h:26
ecaldqm::TimingClient::~TimingClient
~TimingClient() override
Definition:
TimingClient.h:11
ecaldqm::TimingClient::minChannelEntriesFwd_
int minChannelEntriesFwd_
Definition:
TimingClient.h:24
ecaldqm::TimingClient::ebtoleranceMean_
float ebtoleranceMean_
Definition:
TimingClient.h:18
ecaldqm::TimingClient
Definition:
TimingClient.h:8
ecaldqm::TimingClient::tailPopulThreshold_
float tailPopulThreshold_
Definition:
TimingClient.h:27
ecaldqm::TimingClient::minChannelEntries_
int minChannelEntries_
Definition:
TimingClient.h:23
ecaldqm::TimingClient::eetoleranceMean_
float eetoleranceMean_
Definition:
TimingClient.h:19
ecaldqm::TimingClient::setParams
void setParams(edm::ParameterSet const &) override
Definition:
TimingClient.cc:29
ecaldqm::TimingClient::toleranceRMSFwd_
float toleranceRMSFwd_
Definition:
TimingClient.h:22
ecaldqm::TimingClient::toleranceMeanFwd_
float toleranceMeanFwd_
Definition:
TimingClient.h:20
ecaldqm::TimingClient::TimingClient
TimingClient()
Definition:
TimingClient.cc:13
ecaldqm::TimingClient::minTowerEntries_
int minTowerEntries_
Definition:
TimingClient.h:25
DQWorkerClient.h
ecaldqm
Definition:
DQWorker.h:37
ecaldqm::TimingClient::toleranceRMS_
float toleranceRMS_
Definition:
TimingClient.h:21
edm::ParameterSet
Definition:
ParameterSet.h:47
ecaldqm::TimingClient::producePlots
void producePlots(ProcessType) override
Definition:
TimingClient.cc:42
ecaldqm::DQWorkerClient::ProcessType
ProcessType
Definition:
DQWorkerClient.h:19
Generated for CMSSW Reference Manual by
1.8.14