Skip to content

TrigServices: CA configuration for basic services

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

First step in providing a CA configuration (and used via CAtoGlobalWrapper) for athenaHLT starting with setupCommonServices, which is the equivalent of MainServicesConfig. We could have opted to re-use the latter but the code duplication is small and the differences are sufficiently large to not make it worthwhile.

Notable changes during refactoring:

  • remove ThreadPoolSvc and ThreadInitTool as these are not needed
  • remove a few ineffective property settings (just re-setting defaults)

Verified that the HLTJobOptions.json file had not significant differences (apart from the above).

Relates to ATR-26800.

Edited by Frank Winklmeier

Merge request reports