Skip to content

IHLTConfigSvc: interface cleanup

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

Two changes to cleanup the [I]IHLTConfigSvc interface a bit:

  1. Remove online-specific updatePrescaleSets and assignPrescalesToChains interfaces that were used during Run-2.
  2. Remove long-deprecated chainList and sequenceList interfaces from IIHLTConfigSvc. Migrate all remaining code to use the chains/sequences methods.

Merge request reports