Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
You Lyu
athena
Commits
a7f9735c
Commit
a7f9735c
authored
Jun 04, 2019
by
Walter Lampl
Browse files
Merge branch 'HLTfullMenuL1DecoderCF' into 'master'
L1 decoder CF fix See merge request
atlas/athena!23850
parents
bdef58f0
9c6b6e5b
Changes
1
Show whitespace changes
Inline
Side-by-side
Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/HLTCFConfig.py
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
])
...
...
@@ -194,6 +196,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"
)
hltTop
+=
steps
...
...
Write
Preview
Markdown
is supported
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