DataModelAthenaPool: Try not to load ROOT dictionaries in MT context.
Loading ROOT dictionaries in a MT context can sometimes fail. Change DataModelCompatSvc to run during BeginProcessing rather than BeginEvent, to try to avoid the possibility of this. See ATEAM-749.