Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Kazuya Mochizuki
athena
Commits
91a60671
Commit
91a60671
authored
Oct 21, 2021
by
Tomasz Bold
Browse files
Ensure that TrigBSExtraction runs before Run1 xAOD trigger EDM converter
parent
7794571e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Trigger/TriggerCommon/TriggerJobOpts/python/HLTTriggerResultGetter.py
View file @
91a60671
...
...
@@ -20,7 +20,8 @@ class xAODConversionGetter(Configured):
#schedule xAOD conversions here
from
TrigBSExtraction.TrigBSExtractionConf
import
TrigHLTtoxAODConversion
xaodconverter
=
TrigHLTtoxAODConversion
()
if
ConfigFlags
.
Trigger
.
readBS
:
xaodconverter
.
ExtraInputs
+=
[(
"TrigBSExtractionOutput"
,
"StoreGateSvc+TrigBSExtractionOutput"
)]
# contract wiht BSExtraction alg (see below)
from
TrigNavigation.TrigNavigationConfig
import
HLTNavigationOffline
xaodconverter
.
Navigation
=
HLTNavigationOffline
()
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment