![]() |
ATLAS Offline Software
|
Service for DataVector backwards compatibility.
More...
#include <DataModelCompatSvc.h>
Public Member Functions | |
| DataModelCompatSvc (const std::string &name, ISvcLocator *svc) | |
| Constructor. | |
| virtual StatusCode | initialize () |
| Service initialization; called at the beginning of the job. | |
| virtual void | handle (const Incident &inc) |
| Handle incidents. | |
| virtual void | debug (const char *msg) |
| Log a debugging message. | |
| virtual void | error (const char *msg) |
| Log an error message. | |
| MsgStream & | msg () const |
| bool | msgLvl (const MSG::Level lvl) const |
Service for DataVector backwards compatibility.
Definition at line 37 of file DataModelCompatSvc.h.
| DataModelCompatSvc::DataModelCompatSvc | ( | const std::string & | name, |
| ISvcLocator * | svc ) |
Constructor.
| name | The service name. |
| svc | The service locator. |
Definition at line 35 of file DataModelCompatSvc.cxx.
|
virtual |
Log a debugging message.
| msg | The message to log. |
Implements RootUtils::ILogger.
Definition at line 90 of file DataModelCompatSvc.cxx.
|
virtual |
Log an error message.
| msg | The message to log. |
Implements RootUtils::ILogger.
Definition at line 100 of file DataModelCompatSvc.cxx.
|
virtual |
Handle incidents.
| name | The fired incident. |
Definition at line 72 of file DataModelCompatSvc.cxx.
|
virtual |
Service initialization; called at the beginning of the job.
Definition at line 45 of file DataModelCompatSvc.cxx.
|
inlineinherited |
Definition at line 24 of file AthCommonMsg.h.
|
inlineinherited |
Definition at line 30 of file AthCommonMsg.h.