Skip to content

AnalysisTop: Support for matching of multi object non-global triggers

Tomas Dado requested to merge tdado/athena:21.2-AT-OlTriggerMultipleObjects into 21.2

This MR adds support for multiple-object - trigger matching for triggers that are not part of the global triggers. For these triggers, we do the matching "manually".

What was done previously was to match iondividual objects to the triggers and add this info as decoration. Then, if at least one object was matched this was considered as correct trigger matching, However, this is not correct in case of multi-object triggers. With this MR, users can specify how many objects should be matched for each trigger, and if nothign is provided it defaults to the old setup.

Edited by Tomas Dado

Merge request reports