Skip to content

TrigCostMonitor: migrate Modifiers to flags

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

Replace the following Modifiers:

  • enableCostMonitoring was enabled by default. Instead set the corresponding flag to True.
  • forceCostMonitoring is replaced by setting the relevant flag directly.

Also remove the need for a post-config by setting up the HltROBDataProviderSvc correctly in the first place.

cc @aporeba @tamartin @wiedenma

Merge request reports