ATLAS Offline Software
|
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 |
|
private |
Definition at line 8 of file Control/AthenaCommon/python/Constants.py.
int python.Constants.ALL = 0 |
message levels --------------------------------------------------------—
Definition at line 13 of file Control/AthenaCommon/python/Constants.py.
int python.Constants.DEBUG = 2 |
Definition at line 15 of file Control/AthenaCommon/python/Constants.py.
int python.Constants.ERROR = 5 |
Definition at line 18 of file Control/AthenaCommon/python/Constants.py.
bool python.Constants.FALSE = False |
Definition at line 23 of file Control/AthenaCommon/python/Constants.py.
int python.Constants.FATAL = 6 |
Definition at line 19 of file Control/AthenaCommon/python/Constants.py.
int python.Constants.INFO = 3 |
Definition at line 16 of file Control/AthenaCommon/python/Constants.py.
bool python.Constants.TRUE = True |
for job options legacy (TODO: get rid of these!) ----------------------—
Definition at line 22 of file Control/AthenaCommon/python/Constants.py.
int python.Constants.VERBOSE = 1 |
Definition at line 14 of file Control/AthenaCommon/python/Constants.py.
int python.Constants.WARNING = 4 |
Definition at line 17 of file Control/AthenaCommon/python/Constants.py.