Skip to content

Add IOVDbSvc::postConditionsLoad() method to close conditions files

Marcin Nowak requested to merge mnowak/athena:condLoader.close.cond.files into master

Move file closing funcionality that was earlier in IOVDbSvc::handle() and was triggered by StoreCleaned incident to a new method: IOVDbSvc::postConditionsLoad() Make CondInputLoader call it after loading all conditions. File closing releases TTreeCache memory (30MB * 3)

Merge request reports