DataModelCompatSvc: code cleanup
- explicit initialization of
AthServicebase class is not necessary - use
ATH_MSGfor logging - use
std::call_oncefor one-time initialization - remove explicit thread-checker annotation (the entire package is being checked)