Skip to content
Snippets Groups Projects
Commit e129ce28 authored by Adam Edward Barton's avatar Adam Edward Barton :speech_balloon:
Browse files

Merge branch 'trignav_debug' into 'master'

[ATLASRECTS-6453] MT ordering of Run 2 offline Trigger algs related to xAOD::TrigNavigation

See merge request !45344
parents 349c9a2d 93005143
No related branches found
No related tags found
5 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45344[ATLASRECTS-6453] MT ordering of Run 2 offline Trigger algs related to xAOD::TrigNavigation
......@@ -92,6 +92,8 @@ class ByteStreamUnpackGetterRun1or2(Configured):
extr = TrigBSExtraction()
# Add fictional output to ensure data dependency in AthenaMT
# Keeping the run 2 workflow, we run this after we have put the full serialised navigation into xAOD
extr.ExtraInputs += [("xAOD::TrigNavigation", "StoreGateSvc+TrigNavigation")]
extr.ExtraOutputs += [("TrigBSExtractionOutput", "StoreGateSvc+TrigBSExtractionOutput")]
if hasHLT:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment