Skip to content

TrigCompositeUtils findLinks Function

Tim Martin requested to merge tamartin/athena:addFindLinksFn into master

We have findLink but not findLinks.

Some slices (e.g. cc @cvarni for bjet) might need the ability to locate more than one link of the same name from the navigation graph during the HLT execution.

findLink will now print a WARNING message if multiple non-identical links were found, this can be suppressed via an optional suppressMultipleLinksWarning 3rd parameter to findLink. Nothing currently triggers this warning (from some initial testing).

Tidied up the code of getFeaturesOfType a little. The functionality is unchanged here.

Edited by Tim Martin

Merge request reports