Skip to content
Snippets Groups Projects
Commit 77e19e6c authored by Tim Martin's avatar Tim Martin Committed by Tadej Novak
Browse files

[ATR-28358] Do not save full trigger payload to DAOD with navigation conversion in main

[ATR-28358] Do not save full trigger payload to DAOD with navigation conversion in main
parent 12aa53cc
No related branches found
No related tags found
No related merge requests found
......@@ -188,18 +188,6 @@ def PHYSCoreCfg(flags, name_tag='PHYS', StreamName='StreamDAOD_PHYS', TriggerLis
if flags.Trigger.EDMVersion == 3 or (flags.Trigger.EDMVersion == 2 and flags.Trigger.doEDMVersionConversion):
from TrigNavSlimmingMT.TrigNavSlimmingMTConfig import AddRun3TrigNavSlimmingCollectionsToSlimmingHelper
AddRun3TrigNavSlimmingCollectionsToSlimmingHelper(PHYSSlimmingHelper)
#####################################################
## NOTE: This block is temporary, during validation of the doEDMVersionConversion flag.
## This adds a LOT of containers to the output! In order to help validate the conversion.
## It should be removed once doEDMVersionConversion goes into production use.
if flags.Trigger.doEDMVersionConversion:
from DerivationFrameworkTrigger.TrigSlimmingHelper import addTrigEDMSetToOutput
logPHYS.warn('doEDMVersionConversion is still in validation, WRITING FULL TRIGGER EDM TO THE DAOD!')
addTrigEDMSetToOutput(flags, PHYSSlimmingHelper, "AODFULL")
PHYSSlimmingHelper.AppendToDictionary.update({'HLTNav_R2ToR3Summary':'xAOD::TrigCompositeContainer','HLTNav_R2ToR3SummaryAux':'xAOD::TrigCompositeAuxContainer'})
PHYSSlimmingHelper.AllVariables += ['HLTNav_R2ToR3Summary']
##
#####################################################
# Output stream
PHYSItemList = PHYSSlimmingHelper.GetItemList()
......
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