Skip to content
Snippets Groups Projects

2024-10-11: merge of 24.0 into main

Merged Vakhtang Tsulaia requested to merge tsulaia/athena:sweep_24.0_main_2024-10-11 into main
Compare changes
  • Side-by-side
  • Inline
Files
7
  • InDetSecVxFinderTool+InDetRecToolInterfaces+BTagging: Explicitly lock decorations produced by JetSecVtxFindingAlg.
    
    InDetSecVxFinderTool: Explicitly lock decorations produced by JetSecVtxFindingAlg.
    
    The track decorations produced by JetSecVtxFindingAlg need to be locked,
    otherwise they may not be copied when making views.
    
    Can't really use a handle here; the tracks are found via following
    links from the jets, so we don't know the container name statically.
    
    To do this, we also add a method ISecVertexInJetFinder to return the
    names of the track decorations that are added.
    
    
    See !73627 and ATLASRECTS-8008.
Loading