Go to the documentation of this file.
11 #ifndef GAUDISVC_APPMGRRUNABLE_H
12 #define GAUDISVC_APPMGRRUNABLE_H 1
46 using extends::extends;
59 #endif // GAUDISVC_APPMGRRUNABLE_H
StatusCode run() override
IRunable implementation : Run the class implementation.
StatusCode finalize() override
IService implementation: finalize the service.
StatusCode stop() override
IService implementation: stop the service.
StatusCode initialize() override
IService implementation: initialize the service.
Gaudi::Property< int > m_evtMax
StatusCode start() override
IService implementation: start the service.
IAppMgrUI * m_appMgrUI
Reference to application manager UI.
Base class used to extend a class implementing other interfaces.
Class definition of AppMgrRunable.