Go to the source code of this file.
|
| | Gaudi |
| | Header file for std:chrono::duration-based Counters.
|
| |
◆ PyFSMHelper
Value: return fsm && fsm->s().isSuccess(); \
}
Definition of the basic interface.
Definition at line 251 of file Bootstrap.cpp.
◆ PyHelper
| #define PyHelper |
( |
|
x | ) |
py_bootstrap_##x |
◆ addPropertyToCatalogue()
| bool PyHelper() addPropertyToCatalogue |
( |
IInterface * |
p, |
|
|
char * |
comp, |
|
|
char * |
name, |
|
|
char * |
value |
|
) |
| |
Definition at line 245 of file Bootstrap.cpp.
Implementation of property with value of concrete type.
◆ configureApp()
Definition at line 241 of file Bootstrap.cpp.
243 return ui && ui->configure().isSuccess();
◆ createApplicationMgr()
Definition at line 228 of file Bootstrap.cpp.
GAUDI_API IAppMgrUI * createApplicationMgr(const std::string &dllname, const std::string &factname)
◆ executeRun()
| return ep&& ep executeRun |
( |
maxevt |
| ) |
|
◆ getProperty()
Definition at line 237 of file Bootstrap.cpp.
239 return prop ? prop->getProperty(
name ).toString().c_str() :
nullptr;
◆ getService()
Definition at line 229 of file Bootstrap.cpp.
auto get(const Handle &handle, const Algo &, const EventContext &) -> decltype(details::deref(handle.get()))
Definition of the basic interface.
◆ PyFSMHelper()
| PyFSMHelper |
( |
configure |
| ) |
|
|
final |
◆ ROOT_VERSION_CODE()
Definition at line 249 of file Bootstrap.cpp.
int PyHelper() ROOT_VERSION_CODE()
◆ setProperty()
Definition at line 233 of file Bootstrap.cpp.
235 return prop && prop->setProperty(
name, value ).isSuccess();
◆ maxevt