Skip to content

Draft: InDetSecVxFinderTool+InDetRecToolInterfaces+BTagging: 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.

Merge request reports