Service for DataVector
backwards compatibility.
More...
#include <DataModelCompatSvc.h>
Service for DataVector
backwards compatibility.
Definition at line 37 of file DataModelCompatSvc.h.
◆ DataModelCompatSvc()
DataModelCompatSvc::DataModelCompatSvc |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
svc |
|
) |
| |
Constructor.
- Parameters
-
name | The service name. |
svc | The service locator. |
Definition at line 35 of file DataModelCompatSvc.cxx.
◆ debug()
void DataModelCompatSvc::debug |
( |
const char * |
msg | ) |
|
|
virtual |
◆ error()
void DataModelCompatSvc::error |
( |
const char * |
msg | ) |
|
|
virtual |
◆ handle()
void DataModelCompatSvc::handle |
( |
const Incident & |
inc | ) |
|
|
virtual |
Handle incidents.
- Parameters
-
Definition at line 72 of file DataModelCompatSvc.cxx.
74 if (inc.type() ==
"BeginProcessing" || inc.type() ==
"BeginEvent")
76 static std::once_flag
flag;
77 std::call_once(
flag, [&]() {
◆ initialize()
StatusCode DataModelCompatSvc::initialize |
( |
| ) |
|
|
virtual |
Service initialization; called at the beginning of the job.
Definition at line 45 of file DataModelCompatSvc.cxx.
51 SmartIF<IIncidentSvc> incsvc{service(
"IncidentSvc")};
53 CHECK( incsvc.isValid() );
54 incsvc->addListener (
this,
"BeginProcessing");
55 incsvc->addListener (
this,
"BeginEvent");
64 return StatusCode::SUCCESS;
◆ msg() [1/2]
◆ msg() [2/2]
◆ msgLvl()
The documentation for this class was generated from the following files: