Skip to content

TriggerMenuMT: remove caching of pebSequenceCfg

Frank Winklmeier requested to merge fwinkl/athena:pebcache into 24.0

The pebSequenceCfg is called with an instance of the inputMaker that changes from call to call. Hence the caching is useless. Fixes the following warning:

Py:AccumulatorCache     WARNING Cache limit (128) reached for TriggerMenuMT.HLT.CommonSequences.EventBuildingSequences.pebSequenceCfg

Merge request reports