Go to the source code of this file.
|
| Gaudi |
| Helper functions to set/get the application return code.
|
|
Value: { \
return fsm && fsm->s().isSuccess(); \
}
Definition of the basic interface.
Definition at line 265 of file Bootstrap.cpp.
#define PyHelper |
( |
|
x | ) |
py_bootstrap_##x |
bool PyHelper() addPropertyToCatalogue |
( |
IInterface * |
p, |
|
|
char * |
comp, |
|
|
char * |
name, |
|
|
char * |
value |
|
) |
| |
Definition at line 258 of file Bootstrap.cpp.
Implementation of property with value of concrete type.
virtual StatusCode addPropertyToCatalogue(const std::string &client, const Gaudi::Details::PropertyBase &property)=0
Add a property into the JobOptions catalog.
Definition at line 253 of file Bootstrap.cpp.
virtual StatusCode configure()=0
Configure the job.
Definition at line 237 of file Bootstrap.cpp.
GAUDI_API IAppMgrUI * createApplicationMgr(const std::string &dllname, const std::string &factname)
return ep&& ep executeRun |
( |
maxevt |
| ) |
|
Definition at line 248 of file Bootstrap.cpp.
virtual StatusCode getProperty(Gaudi::Details::PropertyBase *p) const =0
Get the property by property.
Definition at line 238 of file Bootstrap.cpp.
StatusCode service(const Gaudi::Utils::TypeNameString &name, T *&svc, bool createIf=true)
Templated method to access a service by name.
Definition of the basic interface.
PyFSMHelper |
( |
configure |
| ) |
|
|
final |
Definition at line 263 of file Bootstrap.cpp.
int PyHelper() ROOT_VERSION_CODE()
Definition at line 243 of file Bootstrap.cpp.
virtual StatusCode setProperty(const Gaudi::Details::PropertyBase &p)=0
Set the property by property.