ATLAS Offline Software
Control
AthenaCommon
python
Control/AthenaCommon/python/Constants.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
2
3
# File: AthenaCommon/python/Constants.py
4
# Author: Wim Lavrijsen (WLavrijsen@lbl.gov)
5
6
"""Useful/conventional constants."""
7
8
__all__ = [
'ALL'
,
'VERBOSE'
,
'DEBUG'
,
'INFO'
,
'WARNING'
,
'ERROR'
,
'FATAL'
,
9
'TRUE'
,
'FALSE'
]
10
11
12
13
ALL = 0
14
VERBOSE = 1
15
DEBUG = 2
16
INFO = 3
17
WARNING = 4
18
ERROR = 5
19
FATAL = 6
20
21
22
TRUE =
True
23
FALSE =
False
Generated on Thu Nov 7 2024 21:12:26 for ATLAS Offline Software by
1.8.18