#include <McCnvSvc.h>
|
| | McCnvSvc (const std::string &name, ISvcLocator *svc) |
| | Standard Constructor.
|
| virtual | ~McCnvSvc () |
| | Standard Destructor.
|
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.
29{ }
virtual long repSvcType() const
◆ ~McCnvSvc()
◆ initialize()
| StatusCode McCnvSvc::initialize |
( |
| ) |
|
|
virtual |
Initialize the service.
Definition at line 36 of file McCnvSvc.cxx.
36 {
39}
::StatusCode StatusCode
StatusCode definition for legacy code.
◆ repSvcType()
| long McCnvSvc::repSvcType |
( |
| ) |
const |
|
virtual |
Definition at line 51 of file McCnvSvc.cxx.
51 {
53}
static long storageType()
storage type
◆ 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.
42 {
43 if ( pAddress != nullptr) {
44 ATH_CHECK(
dynamic_cast<GenericAddress*
>(pAddress)!=
nullptr );
45 return StatusCode::SUCCESS;
46 }
47 return StatusCode::FAILURE;
48}
#define ATH_CHECK
Evaluate an expression and check for errors.
◆ 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: