Skip to content
Snippets Groups Projects
Forked from atlas / athena
Source project has a limited visibility.
  • Frank Winklmeier's avatar
    6023ba10
    Fix thinning of HLTResult (ATR-18627) · 6023ba10
    Frank Winklmeier authored
    The thinning was never applied to the old-style `HLT::HLTResult` as it
    is stored as `const` in the event store. Fix this by const-cast. The
    thinning of the `xAOD::TrigNavigation` worked as it's already non-const
    in the store.
    
    Besides fixing the bug, removed one templated method as we need
    different treatment for the const/non-const case.
    6023ba10
    History
    Fix thinning of HLTResult (ATR-18627)
    Frank Winklmeier authored
    The thinning was never applied to the old-style `HLT::HLTResult` as it
    is stored as `const` in the event store. Fix this by const-cast. The
    thinning of the `xAOD::TrigNavigation` worked as it's already non-const
    in the store.
    
    Besides fixing the bug, removed one templated method as we need
    different treatment for the const/non-const case.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.