#include <McCnvSvc.h>
Definition at line 22 of file McCnvSvc.h.
◆ McCnvSvc()
McCnvSvc::McCnvSvc |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
svc |
|
) |
| |
Standard Constructor.
Standard constructor.
Definition at line 27 of file McCnvSvc.cxx.
◆ ~McCnvSvc()
◆ initialize()
StatusCode McCnvSvc::initialize |
( |
| ) |
|
|
virtual |
◆ repSvcType()
long McCnvSvc::repSvcType |
( |
| ) |
const |
|
virtual |
◆ storageType()
long McCnvSvc::storageType |
( |
| ) |
|
|
static |
◆ updateServiceState()
StatusCode McCnvSvc::updateServiceState |
( |
IOpaqueAddress * |
pAddress | ) |
|
|
virtual |
Update state of the service.
Definition at line 42 of file McCnvSvc.cxx.
43 if ( pAddress !=
nullptr) {
44 ATH_CHECK(
dynamic_cast<GenericAddress*
>(pAddress)!=
nullptr );
45 return StatusCode::SUCCESS;
47 return StatusCode::FAILURE;
◆ SvcFactory< McCnvSvc >
Allow the factory class access to the constructor.
Definition at line 1 of file McCnvSvc.h.
The documentation for this class was generated from the following files: