Namespaces | |
| namespace | Parsers |
| namespace | Guards |
| Guards.h GaudiKernel/Guards.h Collection of very simple classes which allows to execution of some functions within the given well-defined and exception-safe context. | |
| namespace | Histos |
| collection of simple utilities to deal with histograms | |
| namespace | Utils |
| namespace | Units |
| namespace | StateMachine |
Functions | |
| IAppMgrUI * | createApplicationMgrEx (const std::string &dllname, const std::string &factname) |
| IAppMgrUI * | createApplicationMgr (const std::string &dllname, const std::string &factname) |
| IAppMgrUI * | createApplicationMgr (const std::string &dllname) |
| IAppMgrUI * | createApplicationMgr () |
| IInterface * | createInstance (const std::string &name, const std::string &factname, const std::string &ddlname) |
| ISvcLocator * | svcLocator () |
| ISvcLocator * | setInstance (ISvcLocator *newInstance) |
| Set new instance of service locator. | |
| IAppMgrUI * | setInstance (IAppMgrUI *newInstance) |
| Set new instance of service locator. | |
| void | pushCurrentDataObject (DataObject **pobjAddr) |
| void | popCurrentDataObject () |
| DataObject * | getCurrentDataObject () |
| void | Sleep (int sec) |
| Simple sleep function. | |
| void | NanoSleep (long long nsec) |
| Small variation on the sleep function for nanoseconds sleep. | |
| IAppMgrUI* Gaudi::createApplicationMgrEx | ( | const std::string & | dllname, | |
| const std::string & | factname | |||
| ) |
| IAppMgrUI* Gaudi::createApplicationMgr | ( | const std::string & | dllname, | |
| const std::string & | factname | |||
| ) |
| IAppMgrUI* Gaudi::createApplicationMgr | ( | const std::string & | dllname | ) |
| IAppMgrUI* Gaudi::createApplicationMgr | ( | ) |
| IInterface* Gaudi::createInstance | ( | const std::string & | name, | |
| const std::string & | factname, | |||
| const std::string & | ddlname | |||
| ) |
| ISvcLocator* Gaudi::svcLocator | ( | ) |
| ISvcLocator* Gaudi::setInstance | ( | ISvcLocator * | newInstance | ) |
Set new instance of service locator.
| newInstance | Current instance of service locator. |
Set new instance of service locator.
| newInstance | Current instance of service locator. |
| void Gaudi::pushCurrentDataObject | ( | DataObject ** | pobjAddr | ) |
| void Gaudi::popCurrentDataObject | ( | ) |
| DataObject* Gaudi::getCurrentDataObject | ( | ) |
| void Gaudi::Sleep | ( | int | sec | ) |
Simple sleep function.
| void Gaudi::NanoSleep | ( | long long | nsec | ) |
Small variation on the sleep function for nanoseconds sleep.
1.4.7