Go to the source code of this file.
|  | 
|  | Gaudi | 
|  | Helper functions to set/get the application return code. 
 | 
|  | 
Value:  {                                                                                                                    \
    return fsm && fsm->s().isSuccess();                                                                                \
  }
Definition of the basic interface. 
Definition at line 268 of file Bootstrap.cpp.
 
 
      
        
          | #define PyHelper | ( |  | x | ) | py_bootstrap_##x | 
      
 
 
      
        
          | bool PyHelper() addPropertyToCatalogue | ( | IInterface * | p, | 
        
          |  |  | char * | comp, | 
        
          |  |  | char * | name, | 
        
          |  |  | char * | value | 
        
          |  | ) |  |  | 
      
 
Definition at line 261 of file Bootstrap.cpp.
Implementation of property with value of concrete type. 
bool isSuccess() const 
Test for a status code of SUCCESS. 
virtual StatusCode addPropertyToCatalogue(const std::string &client, const Gaudi::Details::PropertyBase &property)=0
Add a property into the JobOptions catalog. 
 
 
 
Definition at line 256 of file Bootstrap.cpp.
bool isSuccess() const 
Test for a status code of SUCCESS. 
virtual StatusCode configure()=0
Configure the job. 
 
 
 
Definition at line 240 of file Bootstrap.cpp.
GAUDI_API IAppMgrUI * createApplicationMgr(const std::string &dllname, const std::string &factname)
 
 
      
        
          | return ep&& ep executeRun | ( | maxevt |  | ) |  | 
      
 
 
Definition at line 251 of file Bootstrap.cpp.
virtual StatusCode getProperty(Gaudi::Details::PropertyBase *p) const  =0
Get the property by property. 
 
 
 
Definition at line 241 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 |  | ) |  |  | final | 
 
 
Definition at line 266 of file Bootstrap.cpp.
int PyHelper() ROOT_VERSION_CODE()
 
 
Definition at line 246 of file Bootstrap.cpp.
bool isSuccess() const 
Test for a status code of SUCCESS. 
virtual StatusCode setProperty(const Gaudi::Details::PropertyBase &p)=0
Set the property by property.