![]() |
The Gaudi Framework
master (76629ece)
|


Go to the source code of this file.
Namespaces | |
| namespace | 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. | |
| namespace | Gaudi::ReturnCode |
| ApplicationMgr return code definitions. | |
Functions | |
| StatusCode | Gaudi::setAppReturnCode (SmartIF< IProperty > &appmgr, int value, bool force=false) |
| Set the application return code. | |
| int | Gaudi::getAppReturnCode (const SmartIF< IProperty > &appmgr) |
| Get the application (current) return code. | |
Variables | |
| constexpr int | Gaudi::ReturnCode::Success = 0x00 |
| constexpr int | Gaudi::ReturnCode::GenericFailure = 0x01 |
| constexpr int | Gaudi::ReturnCode::FailInput = 0x02 |
| constexpr int | Gaudi::ReturnCode::AlgorithmFailure = 0x03 |
| constexpr int | Gaudi::ReturnCode::ScheduledStop = 0x04 |
| constexpr int | Gaudi::ReturnCode::IncidentFailure = 0x05 |
| constexpr int | Gaudi::ReturnCode::UnhandledException = 0x06 |
| constexpr int | Gaudi::ReturnCode::CorruptedInput = 0x10 |
| constexpr int | Gaudi::ReturnCode::SignalOffset = 0x80 |
| constexpr int | Gaudi::ReturnCode::FinalizationFailure = 0x0b |
| Error codes for operation failures. | |