BOSS 7.1.2
BESIII Offline Software System
|
#include <McCnvSvc.h>
Friends | |
class | SvcFactory< McCnvSvc > |
Allow the factory class access to the constructor. | |
: Object implementation | |
| |
McCnvSvc (const std::string &name, ISvcLocator *svc) | |
Standard Constructor. | |
virtual | ~McCnvSvc () |
Standard Destructor. | |
McCnvSvc overrides | |
| |
virtual StatusCode | initialize () |
Initialize the service. | |
virtual StatusCode | finalize () |
virtual StatusCode | queryInterface (const InterfaceID &riid, void **ppvInterface) |
Override inherited queryInterface due to enhanced interface. | |
virtual StatusCode | updateServiceState (IOpaqueAddress *pAddress) |
Update state of the service. | |
static unsigned char | storageType () |
storage type | |
Definition at line 23 of file McCnvSvc.h.
McCnvSvc::McCnvSvc | ( | const std::string & | name, |
ISvcLocator * | svc ) |
Standard Constructor.
Standard constructor.
Definition at line 37 of file McCnvSvc.cxx.
|
virtual |
|
virtual |
Definition at line 53 of file McCnvSvc.cxx.
|
virtual |
Initialize the service.
Definition at line 47 of file McCnvSvc.cxx.
|
virtual |
Override inherited queryInterface due to enhanced interface.
Definition at line 62 of file McCnvSvc.cxx.
|
static |
storage type
Definition at line 93 of file McCnvSvc.cxx.
Referenced by McEventCnv::repSvcType(), and McEventCnv::storageType().
|
virtual |
Update state of the service.
Definition at line 76 of file McCnvSvc.cxx.
|
friend |
Allow the factory class access to the constructor.
Definition at line 20 of file McCnvSvc.h.