![]() |
The Gaudi Framework
v27r0
|
This service handles scripting implemented using Python. More...
#include <GaudiPython/PythonScriptingSvc.h>


Public Member Functions | |
| PythonScriptingSvc (const std::string &name, ISvcLocator *svc) | |
| Standard Constructor. More... | |
| virtual StatusCode | initialize () |
| Initialize the service. [IService::initialize()]. More... | |
| virtual StatusCode | finalize () |
| Finalize the service. [IService::finalize()]. More... | |
| virtual StatusCode | run () |
| Run the service by taking full control. [IRunable::run()]. More... | |
Public Member Functions inherited from extends< BASE, Interfaces > | |
| void * | i_cast (const InterfaceID &tid) const override |
| Implementation of IInterface::i_cast. More... | |
| StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
| Implementation of IInterface::queryInterface. More... | |
| std::vector< std::string > | getInterfaceNames () const override |
| Implementation of IInterface::getInterfaceNames. More... | |
| ~extends () override=default | |
| Virtual destructor. More... | |
| void * | i_cast (const InterfaceID &tid) const override |
| Implementation of IInterface::i_cast. More... | |
| StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
| Implementation of IInterface::queryInterface. More... | |
| std::vector< std::string > | getInterfaceNames () const override |
| Implementation of IInterface::getInterfaceNames. More... | |
| ~extends () override=default | |
| Virtual destructor. More... | |
Public Member Functions inherited from extend_interfaces< Interfaces...> | |
| ~extend_interfaces () override=default | |
| Virtual destructor. More... | |
| ~extend_interfaces () override=default | |
| Virtual destructor. More... | |
Protected Member Functions | |
| virtual | ~PythonScriptingSvc () |
| Destructor. More... | |
Private Attributes | |
| std::string | m_startupScript |
| Startup script. More... | |
Additional Inherited Members | |
Public Types inherited from extends< BASE, Interfaces > | |
| using | base_class = extends |
| Typedef to this class. More... | |
| using | extend_interfaces_base = extend_interfaces< Interfaces...> |
| Typedef to the base of this class. More... | |
| using | base_class = extends |
| Typedef to this class. More... | |
| using | extend_interfaces_base = extend_interfaces< Interfaces...> |
| Typedef to the base of this class. More... | |
Public Types inherited from extend_interfaces< Interfaces...> | |
| using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids...>::type |
| take union of the ext_iids of all Interfaces... More... | |
| using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids...>::type |
| take union of the ext_iids of all Interfaces... More... | |
This service handles scripting implemented using Python.
Definition at line 15 of file PythonScriptingSvc.h.
| PythonScriptingSvc::PythonScriptingSvc | ( | const std::string & | name, |
| ISvcLocator * | svc | ||
| ) |
Standard Constructor.
Definition at line 23 of file PythonScriptingSvc.cpp.
|
protectedvirtual |
|
virtual |
Finalize the service. [IService::finalize()].
Definition at line 97 of file PythonScriptingSvc.cpp.
|
virtual |
Initialize the service. [IService::initialize()].
Definition at line 35 of file PythonScriptingSvc.cpp.
|
virtual |
Run the service by taking full control. [IRunable::run()].
Definition at line 110 of file PythonScriptingSvc.cpp.
|
private |
Startup script.
Definition at line 35 of file PythonScriptingSvc.h.