ATLAS Offline Software
Classes | Variables
python.Constants Namespace Reference

Classes

class  Units
 

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 __author__ = 'Sebastien Binet'
 
string __version__ = "$Revision: 1.3 $"
 
string __doc__ = "placeholder for application wide constants"
 

Variable Documentation

◆ __all__

list python.Constants.__all__
private
Initial value:
1 = [ 'ALL', 'VERBOSE', 'DEBUG', 'INFO', 'WARNING', 'ERROR', 'FATAL',
2  'TRUE', 'FALSE' ]

Definition at line 8 of file Control/AthenaCommon/python/Constants.py.

◆ __author__

string python.Constants.__author__ = 'Sebastien Binet'
private

◆ __doc__

string python.Constants.__doc__ = "placeholder for application wide constants"
private

◆ __version__

string python.Constants.__version__ = "$Revision: 1.3 $"
private

◆ ALL

int python.Constants.ALL = 0

message levels --------------------------------------------------------—

Definition at line 13 of file Control/AthenaCommon/python/Constants.py.

◆ DEBUG

int python.Constants.DEBUG = 2

Definition at line 15 of file Control/AthenaCommon/python/Constants.py.

◆ ERROR

int python.Constants.ERROR = 5

Definition at line 18 of file Control/AthenaCommon/python/Constants.py.

◆ FALSE

bool python.Constants.FALSE = False

Definition at line 23 of file Control/AthenaCommon/python/Constants.py.

◆ FATAL

int python.Constants.FATAL = 6

Definition at line 19 of file Control/AthenaCommon/python/Constants.py.

◆ INFO

int python.Constants.INFO = 3

Definition at line 16 of file Control/AthenaCommon/python/Constants.py.

◆ TRUE

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.

◆ VERBOSE

int python.Constants.VERBOSE = 1

Definition at line 14 of file Control/AthenaCommon/python/Constants.py.

◆ WARNING

int python.Constants.WARNING = 4

Definition at line 17 of file Control/AthenaCommon/python/Constants.py.