Skip to content

HltEventLoopMgr: improve check on open files

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

Files registered with the THistSvc will stay open even while forking (closing the file would also remove all mapped histograms). Replace the hard-coded exception for expert-monitoring.root with code that queries the IoComponentMgr for registered files.

Merge request reports