Skip to content

TrigConf: delete L1TopoConfigSvc

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

The L1TopoConfigSvc is no longer needed for the Run-3 trigger. Delete the service and the scripts to generate the L1Topo menu XML files. Note that reading of the L1Topo menu from the DB is still required to reconstruct Run-2 data. But that is done via the standalone Run2toRun3ConvertersL1.

Delete the following now unused TriggerFlags (and their related new-style config flags where applicable):

  • outputL1TopoConfigFile
  • inputL1TopoConfigFile
  • readL1TopoConfigFromXML

Also delete the obsolete L1TopoMonitoring package that only contained one unused testing algorithm but had a dependency on IL1TopoConfigSvc.

Running this as full-build to make sure nobody is using the deleted L1Topoconfig_*.xml files.

Relates to ATR-23102.

cc @stelzer @mark

Edited by Frank Winklmeier

Merge request reports