Go to the source code of this file.
|
| | Gaudi |
| | Helper functions to set/get the application return code.
|
| |
Value:
if (fsm) {
return fsm->
s ().isSuccess(); } \
return false; \
}
Definition of the basic interface.
Definition at line 322 of file Bootstrap.cpp.
| #define PyHelper |
( |
|
x | ) |
py_bootstrap_ ## x |
| bool PyHelper() addPropertyToCatalogue |
( |
IInterface * |
p, |
|
|
char * |
comp, |
|
|
char * |
name, |
|
|
char * |
value |
|
) |
| |
Definition at line 311 of file Bootstrap.cpp.
bool isSuccess() const
Test for a status code of SUCCESS.
SimpleProperty< std::string > StringProperty
virtual StatusCode addPropertyToCatalogue(const std::string &client, const Property &property)=0
Add a property into the JobOptions catalog.
Definition at line 304 of file Bootstrap.cpp.
bool isSuccess() const
Test for a status code of SUCCESS.
virtual StatusCode configure()=0
Configure the job.
Definition at line 280 of file Bootstrap.cpp.
GAUDI_API IAppMgrUI * createApplicationMgr(const std::string &dllname, const std::string &factname)
Definition at line 297 of file Bootstrap.cpp.
virtual StatusCode getProperty(Property *p) const =0
Get the property by property.
Definition at line 337 of file Bootstrap.cpp.
337 {
return ep->executeRun(maxevt).isSuccess(); }
| PyFSMHelper |
( |
configure |
| ) |
|
Definition at line 318 of file Bootstrap.cpp.
int PyHelper() ROOT_VERSION_CODE()
Definition at line 290 of file Bootstrap.cpp.
bool isSuccess() const
Test for a status code of SUCCESS.
virtual StatusCode setProperty(const Property &p)=0
Set the property by property.