Skip to content

TriggerJobOpts+TrigConfigSvc: cleanup of TriggerConfigGetter

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

Remove remaining code to configure reading of the legacy trigger menu from the DB:

  • Remove parsing code for TriggerFlags.triggerConfig and simply forward the value to the new ConfigFlags.Trigger.triggerConfig. The flag itself needs to be removed in a second step.
  • Remove the ability to perform the JSON conversion for MC files. In that case the menu is already part of the input file and no JSON conversion is needed.
  • Remove the "HIT2RDO environment" as we removed the support of running the trigger during digitization (see !47611 (merged), !47725 (merged)).

Also delete the following unused TriggerFlags:

  • triggerUseFrontier (also delete in TriggerConfigFlags.py)
  • triggerDbKeys
  • triggerDbConnection
  • triggerCoolDbConnection
  • readMenuFromTriggerDb

Relates to ATR-23102.

cc @tamartin @mark (these are the changes we discussed on Friday)

Merge request reports