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