Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
You Lyu
athena
Commits
a7f9735c
Commit
a7f9735c
authored
5 years ago
by
Walter Lampl
Browse files
Options
Downloads
Plain Diff
Merge branch 'HLTfullMenuL1DecoderCF' into 'master'
L1 decoder CF fix See merge request
atlas/athena!23850
parents
bdef58f0
9c6b6e5b
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/HLTCFConfig.py
+5
-0
5 additions, 0 deletions
...on/TriggerMenuMT/python/HLTMenuConfig/Menu/HLTCFConfig.py
with
5 additions
and
0 deletions
Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/HLTCFConfig.py
+
5
−
0
View file @
a7f9735c
...
...
@@ -186,6 +186,8 @@ def makeHLTTree(HLTChains, newJO=False, triggerConfigHLT = None):
if
len
(
l1decoder
)
!=
1
:
raise
RuntimeError
(
"
Can
'
t find 1 instance of L1Decoder in topSequence, instead found this in topSequence
"
+
str
(
topSequence
.
getChildren
())
)
# take L1Decoder out of topSeq
topSequence
.
remove
(
l1decoder
)
# set CTP chains before creating the full tree (and the monitor)
EnabledChainNamesToCTP
=
dict
([
(
c
.
name
,
c
.
seed
)
for
c
in
HLTChains
])
...
...
@@ -193,6 +195,9 @@ def makeHLTTree(HLTChains, newJO=False, triggerConfigHLT = None):
# main HLT top sequence
hltTop
=
seqOR
(
"
HLTTop
"
)
# put L1Decoder here
hltTop
+=
l1decoder
# add the HLT steps Node
steps
=
seqAND
(
"
HLTAllSteps
"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment