Skip to content

[ATR-19844] Fix bug in collectHLTSummaryDecisionObjects

By accident, decisionObjects.update( hltSummary.DecisionsSummaryKey ) was recently used instead of decisionObjects.add( hltSummary.DecisionsSummaryKey ).

This caused set(['a', 'H', 'm', 'L', 'N', 'S', 'r', 'u', 'T', 'v', 'y', '_']) instead of set(['HLTNav_Summary'])!!!

Hence the summary object was not written to POOL, hence the TDT complained that no navigation information was available.

Merge request reports