Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
athena
Commits
45e97d2f
Commit
45e97d2f
authored
Jul 03, 2020
by
Frank Winklmeier
Browse files
Merge branch 'master-fix-
ATR-21649
-menu-minbias' into 'master'
fix
ATR-21649
Closes
ATR-21649
See merge request
!34373
parents
8a5adb8c
0d5913e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/LS2_v1.py
View file @
45e97d2f
...
...
@@ -240,7 +240,6 @@ def setupMenu():
ChainProp
(
name
=
'HLT_beamspot_allTE_trkfast_BeamSpotPEB_L1J15'
,
l1SeedThresholds
=
[
'FSNOSEED'
],
stream
=
[
'BeamSpot'
],
groups
=
[
'RATE:BeamSpot'
,
'BW:BeamSpot'
]),
]
TriggerFlags
.
MinBiasSlice
.
signatures
=
TriggerFlags
.
MinBiasSlice
.
signatures
()
+
[
ChainProp
(
name
=
'HLT_noalg_mb_L1RD2_EMPTY'
,
l1SeedThresholds
=
[
'FSNOSEED'
],
stream
=
[
'MinBias'
],
groups
=
MinBiasGroup
),
# ChainProp(name='HLT_mb_sp400_trk40_hmt_L1RD0_FILLED', l1SeedThresholds=['FSNOSEED'], stream=[PhysicsStream], groups=MinBiasGroup),
# ChainProp(name='HLT_mb_sp600_trk45_hmt_L1RD0_FILLED', l1SeedThresholds=['FSNOSEED'], stream=[PhysicsStream], groups=MinBiasGroup),
]
...
...
@@ -249,6 +248,7 @@ def setupMenu():
]
TriggerFlags
.
StreamingSlice
.
signatures
=
TriggerFlags
.
StreamingSlice
.
signatures
()
+
[
ChainProp
(
name
=
'HLT_noalg_mb_L1RD2_EMPTY'
,
l1SeedThresholds
=
[
'FSNOSEED'
],
stream
=
[
'MinBias'
],
groups
=
MinBiasGroup
),
ChainProp
(
name
=
'HLT_noalg_zb_L1ZB'
,
l1SeedThresholds
=
[
'FSNOSEED'
],
stream
=
[
'ZeroBias'
],
groups
=
ZeroBiasGroup
),
]
TriggerFlags
.
MonitorSlice
.
signatures
=
TriggerFlags
.
MonitorSlice
.
signatures
()
+
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment