Skip to content

AthenaMonitoringKernel: Load histogram dictionaries early.

Trying to load a dictionary for a ROOT class will sometimes fail if it is done while other threads are running. To guard against this, try to load the classes we'll need early.

Merge request reports