#include <iostream>
#include "GaudiKernel/Bootstrap.h"
#include "GaudiKernel/System.h"
#include "GaudiKernel/IInterface.h"
#include "GaudiKernel/IAlgorithm.h"
#include "GaudiKernel/IService.h"
#include "GaudiKernel/IAppMgrUI.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/IClassManager.h"
#include "GaudiKernel/ObjectFactory.h"
#include "GaudiKernel/Service.h"
#include "GaudiKernel/Algorithm.h"
#include "GaudiKernel/IJobOptionsSvc.h"
#include "GaudiKernel/IEventProcessor.h"
#include "RVersion.h"
Go to the source code of this file.
|
| Gaudi |
| Helper functions to set/get the application return code.
|
|
Value:
Definition of the basic interface.
Definition at line 274 of file Bootstrap.cpp.
#define PyHelper |
( |
|
x | ) |
py_bootstrap_ ## x |
bool PyHelper() addPropertyToCatalogue |
( |
IInterface * |
p, |
|
|
char * |
comp, |
|
|
char * |
name, |
|
|
char * |
value |
|
) |
| |
Definition at line 266 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 262 of file Bootstrap.cpp.
bool isSuccess() const
Test for a status code of SUCCESS.
virtual StatusCode configure()=0
Configure the job.
Definition at line 246 of file Bootstrap.cpp.
GAUDI_API IAppMgrUI * createApplicationMgr(const std::string &dllname, const std::string &factname)
return ep&& ep executeRun |
( |
maxevt |
| ) |
|
Definition at line 258 of file Bootstrap.cpp.
virtual StatusCode getProperty(Property *p) const =0
Get the property by property.
Definition at line 249 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 |
| ) |
|
Definition at line 270 of file Bootstrap.cpp.
int PyHelper() ROOT_VERSION_CODE()
Definition at line 254 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.