Skip to content

TrigDecisionTool: const-fixes for ChainGroup

Frank Winklmeier requested to merge fwinkl/athena:fwinkl_20220406T160848 into master
  • Keep a non-const reference to CacheGlobalMemory.
  • Replace the cgm(false) method with an explicit cgm_assert that asserts the decision and two cgm() methods that just return a (const) reference.

This makes it possible to have only one well-documented const_cast.

Merge request reports