![]() |
The Gaudi Framework
v28r1
|
Variables | |
list | __all__ |
int | ALL = 0 |
message levels --------------------------------------------------------— More... | |
int | VERBOSE = 1 |
int | DEBUG = 2 |
int | INFO = 3 |
int | WARNING = 4 |
int | ERROR = 5 |
int | FATAL = 6 |
bool | TRUE = True |
for job options legacy (TODO: get rid of these!) ----------------------— More... | |
bool | FALSE = False |
string | error_explanation |
message to notify folks that they really have to fix their codes: More... | |
|
private |
Definition at line 6 of file Constants.py.
int GaudiKernel.Constants.ALL = 0 |
message levels --------------------------------------------------------—
Definition at line 11 of file Constants.py.
int GaudiKernel.Constants.DEBUG = 2 |
Definition at line 13 of file Constants.py.
int GaudiKernel.Constants.ERROR = 5 |
Definition at line 16 of file Constants.py.
string GaudiKernel.Constants.error_explanation |
message to notify folks that they really have to fix their codes:
Definition at line 24 of file Constants.py.
bool GaudiKernel.Constants.FALSE = False |
Definition at line 21 of file Constants.py.
int GaudiKernel.Constants.FATAL = 6 |
Definition at line 17 of file Constants.py.
int GaudiKernel.Constants.INFO = 3 |
Definition at line 14 of file Constants.py.
bool GaudiKernel.Constants.TRUE = True |
for job options legacy (TODO: get rid of these!) ----------------------—
Definition at line 20 of file Constants.py.
int GaudiKernel.Constants.VERBOSE = 1 |
Definition at line 12 of file Constants.py.
int GaudiKernel.Constants.WARNING = 4 |
Definition at line 15 of file Constants.py.