Go to the source code of this file.
GAUDI_API int GaudiMain |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 14 of file GaudiMain.cpp.
20 if ( !
appMgr || !propMgr ) {
28 propMgr->setProperty(
"JobOptionsPath", opts ).ignore();
31 propMgr->setProperty(
"EvtSel",
"NONE" ).ignore();
32 propMgr->setProperty(
"JobOptionsType",
"NONE" ).ignore();
33 propMgr->setProperty(
"DLLs",
"['GaudiPython']" ).ignore();
34 propMgr->setProperty(
"Runable",
"PythonScriptingSvc" ).ignore();
40 propMgr->getProperty( &returnCode ).ignore();
45 if ( sc.
isFailure() && returnCode == 0 ) {
47 returnCode.setValue( 1 );
49 return returnCode.value();
Implementation of property with value of concrete type.
This class is used for returning status codes from appropriate routines.
Definition of the basic interface.
The IProperty is the basic interface for all components which have properties that can be set or get...
GAUDI_API IAppMgrUI * createApplicationMgr(const std::string &dllname, const std::string &factname)