The Gaudi Framework
master (37c0b60a)
|
#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 <Gaudi/Algorithm.h>
#include <GaudiKernel/ObjectFactory.h>
#include <GaudiKernel/Service.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 | |
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited. | |
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 279 of file Bootstrap.cpp.
#define PyHelper | ( | x | ) | py_bootstrap_##x |
Definition at line 242 of file Bootstrap.cpp.
bool PyHelper() configureApp | ( | IInterface * | app | ) |
Definition at line 262 of file Bootstrap.cpp.
IInterface* PyHelper() createApplicationMgr | ( | ) |
Definition at line 242 of file Bootstrap.cpp.
const char* PyHelper() getProperty | ( | IInterface * | p, |
char * | name | ||
) |
Definition at line 251 of file Bootstrap.cpp.
IInterface* PyHelper() getService | ( | IInterface * | app, |
char * | name | ||
) |
Definition at line 243 of file Bootstrap.cpp.
bool py_bootstrap_app_run | ( | IInterface * | i, |
int | maxevt | ||
) |
Definition at line 268 of file Bootstrap.cpp.
int PyHelper() ROOT_VERSION_CODE | ( | ) |
Definition at line 266 of file Bootstrap.cpp.
void PyHelper() setOption | ( | IInterface * | app, |
char * | key, | ||
char * | value | ||
) |
Definition at line 259 of file Bootstrap.cpp.
bool PyHelper() setProperty | ( | IInterface * | p, |
char * | name, | ||
char * | value | ||
) |
Definition at line 247 of file Bootstrap.cpp.