Skip to content

TrigDecisionTool: improve chain group creation

Frank Winklmeier requested to merge fwinkl/athena:tdt_group into master

Two independent changes to speedup the chain group generation in a RAWtoESD job:

  1. TrigDecisionTool: Remove the predefined chain groups for STREAM and GROUP. These take a significant amount of time to update on each configuration change and do not seem to be used.
  2. In TrigDecisionCnvTool use the newly exposed "no-regex" feature to create chain groups without parsing the string as regular expression.

Relates to ATR-23427.

TODO:

Edited by Frank Winklmeier

Merge request reports