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
L1TMonitor
python
L1TSync_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# filter to select HLT events
4
from
HLTrigger.HLTfilters.hltHighLevel_cfi
import
*
5
6
l1tSyncHltFilter = hltHighLevel.clone(TriggerResultsTag =
"TriggerResults::HLT"
,
7
throw =
False
,
8
HLTPaths = (
'HLT_ZeroBias_v*'
,
9
'HLT_L1ETM30_v*'
,
10
'HLT_L1ETM40_v*'
,
11
'HLT_L1ETM70_v*'
,
12
'HLT_L1ETM100_v*'
,
13
'HLT_L1SingleEG5_v*'
,
14
'HLT_L1SingleEG12_v*'
,
15
'HLT_L1SingleJet16_v*'
,
16
'HLT_L1SingleJet36_v*'
,
17
'HLT_L1SingleMu12_v*'
18
)
19
)
20
21
22
# L1 synchronization DQM module
23
from
DQM.L1TMonitor.L1TSync_cfi
import
*
24
25
hltHighLevel_cfi
L1TSync_cfi
Generated for CMSSW Reference Manual by
1.8.14