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
L1TriggerOffline
L1Analyzer
python
bscTrigger_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
bscTrigger=cms.EDProducer(
"BSCTrigger"
,
3
bitNumbers=cms.vuint32(32,33,34,35,36,37,38,39,40,41,42,43),
4
bitNames=cms.vstring(
'L1Tech_BSC_minBias_inner_threshold1'
,
5
'L1Tech_BSC_minBias_inner_threshold2'
,
6
'L1Tech_BSC_minBias_OR'
,
7
'L1Tech_BSC_HighMultiplicity'
,
8
'L1Tech_BSC_halo_beam2_inner'
,
9
'L1Tech_BSC_halo_beam2_outer'
,
10
'L1Tech_BSC_halo_beam1_inner'
,
11
'L1Tech_BSC_halo_beam1_outer'
,
12
'L1Tech_BSC_minBias_threshold1'
,
13
'L1Tech_BSC_minBias_threshold2'
,
14
'L1Tech_BSC_splash_beam1'
,
15
'L1Tech_BSC_splash_beam2'
),
16
coincidence=cms.double(72.85),
17
resolution=cms.double(3.),
18
theHits=cms.InputTag(
'mix'
,
'g4SimHitsBSCHits'
)
19
)
20
Generated for CMSSW Reference Manual by
1.8.14