Skip to content

Cache IOVDbSvcCfg, called every time addFolder is run

Stewart Martin-Haugh requested to merge smh/athena:cache_IOVDbSvc into master

Add an AccumulatorCache to IOVDbSvcCfg - this was being called many times in trigger menu generation, and caching it reduces configuration time by 2 minutes. May cause unit test failures if flags are not locked in advance - will fix these if there is a reasonable number.

cc @tbold @ktopolni @rbielski @fwinkl

Merge request reports