Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Qipeng Hu
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
Show whitespace changes
Inline
Side-by-side
Trigger/TriggerCommon/TriggerJobOpts/python/HLTTriggerResultGetter.py
View file @
91a60671
...
@@ -20,7 +20,8 @@ class xAODConversionGetter(Configured):
...
@@ -20,7 +20,8 @@ class xAODConversionGetter(Configured):
#schedule xAOD conversions here
#schedule xAOD conversions here
from
TrigBSExtraction.TrigBSExtractionConf
import
TrigHLTtoxAODConversion
from
TrigBSExtraction.TrigBSExtractionConf
import
TrigHLTtoxAODConversion
xaodconverter
=
TrigHLTtoxAODConversion
()
xaodconverter
=
TrigHLTtoxAODConversion
()
if
ConfigFlags
.
Trigger
.
readBS
:
xaodconverter
.
ExtraInputs
+=
[(
"TrigBSExtractionOutput"
,
"StoreGateSvc+TrigBSExtractionOutput"
)]
# contract wiht BSExtraction alg (see below)
from
TrigNavigation.TrigNavigationConfig
import
HLTNavigationOffline
from
TrigNavigation.TrigNavigationConfig
import
HLTNavigationOffline
xaodconverter
.
Navigation
=
HLTNavigationOffline
()
xaodconverter
.
Navigation
=
HLTNavigationOffline
()
...
...
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