![]() |
The Gaudi Framework
v36r9p1 (5c15b2bb)
|
#include <iostream>#include "GaudiKernel/Bootstrap.h"#include "GaudiKernel/System.h"#include "GaudiKernel/IAlgorithm.h"#include "GaudiKernel/IAppMgrUI.h"#include "GaudiKernel/IClassManager.h"#include "GaudiKernel/IInterface.h"#include "GaudiKernel/IService.h"#include "GaudiKernel/ISvcLocator.h"#include "GaudiKernel/ObjectFactory.h"#include "GaudiKernel/Service.h"#include <Gaudi/Algorithm.h>#include "GaudiKernel/IEventProcessor.h"#include "RVersion.h"#include "Python.h"
Go to the source code of this file.
Classes | |
| class | Gaudi::BootSvcLocator |
Namespaces | |
| Gaudi | |
| Header file for std:chrono::duration-based Counters. | |
Macros | |
| #define | PyHelper(x) py_bootstrap_##x |
| #define | PyFSMHelper(s) |
Functions | |
| IInterface *PyHelper() | createApplicationMgr () |
| IInterface *PyHelper() | getService (IInterface *app, char *name) |
| bool PyHelper() | setProperty (IInterface *p, char *name, char *value) |
| const char *PyHelper() | getProperty (IInterface *p, char *name) |
| void PyHelper() | setOption (IInterface *app, char *key, char *value) |
| bool PyHelper() | configureApp (IInterface *app) |
| int PyHelper() | ROOT_VERSION_CODE () |
| bool | py_bootstrap_app_run (IInterface *i, int maxevt) |
| #define PyFSMHelper | ( | s | ) |
Definition at line 276 of file Bootstrap.cpp.
| #define PyHelper | ( | x | ) | py_bootstrap_##x |
Definition at line 239 of file Bootstrap.cpp.
| bool PyHelper() configureApp | ( | IInterface * | app | ) |
Definition at line 259 of file Bootstrap.cpp.
| IInterface* PyHelper() createApplicationMgr | ( | ) |
Definition at line 239 of file Bootstrap.cpp.
| const char* PyHelper() getProperty | ( | IInterface * | p, |
| char * | name | ||
| ) |
Definition at line 248 of file Bootstrap.cpp.
| IInterface* PyHelper() getService | ( | IInterface * | app, |
| char * | name | ||
| ) |
Definition at line 240 of file Bootstrap.cpp.
| bool py_bootstrap_app_run | ( | IInterface * | i, |
| int | maxevt | ||
| ) |
Definition at line 265 of file Bootstrap.cpp.
| int PyHelper() ROOT_VERSION_CODE | ( | ) |
Definition at line 263 of file Bootstrap.cpp.
| void PyHelper() setOption | ( | IInterface * | app, |
| char * | key, | ||
| char * | value | ||
| ) |
Definition at line 256 of file Bootstrap.cpp.
| bool PyHelper() setProperty | ( | IInterface * | p, |
| char * | name, | ||
| char * | value | ||
| ) |
Definition at line 244 of file Bootstrap.cpp.