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
RPCMonitorClient
python
RPCTier0Client_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
muonFlag =
True
4
5
# report summary
6
from
DQM.RPCMonitorClient.RPCEventSummary_cfi
import
*
7
8
from
DQM.RPCMonitorClient.RPCDqmClient_cfi
import
*
9
10
11
from
DQM.RPCMonitorClient.RPCRecHitProbabilityClient_cfi
import
*
12
13
from
DQMOffline.MuonDPG.rpcTnPEfficiencyClient_cfi
import
*
14
15
16
from
DQMServices.Core.DQMQualityTester
import
DQMQualityTester
17
qTesterRPC =
DQMQualityTester
(
18
qtList = cms.untracked.FileInPath(
'DQM/RPCMonitorClient/test/RPCQualityTests.xml'
),
19
prescaleFactor = cms.untracked.int32(20)
20
)
21
22
23
# DCS
24
from
DQM.RPCMonitorClient.RPCDcsInfoClient_cfi
import
*
25
26
if
(muonFlag):
27
rpcTier0Client = cms.Sequence(qTesterRPC*rpcdqmclient*rpcdqmMuonclient*rpcrechitprobabilityclient*rpcDcsInfoClient*rpcTnPEfficiencyClient*rpcEventSummary)
28
else
:
29
rpcTier0Client = cms.Sequence(qTesterRPC*rpcdqmclient*rpcDcsInfoClient*rpcEventSummary)
30
RPCDcsInfoClient_cfi
RPCEventSummary_cfi
RPCDqmClient_cfi
rpcTnPEfficiencyClient_cfi
RPCRecHitProbabilityClient_cfi
DQMQualityTester
Definition:
DQMQualityTester.py:1
Generated for CMSSW Reference Manual by
1.8.14