ATLAS Offline Software
PhysicsAnalysis/D3PDTools/AnaAlgorithm/python/Constants.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
2 
3 # File: AnaAlgorithm/python/Constants.py
4 # Author: TJ Khoo (khoo@cern.ch) -- borrowed from AthenaCommon/python/Constants.py
5 
6 """Useful/conventional constants."""
7 
8 
9 ALL = 0
10 VERBOSE = 1
11 DEBUG = 2
12 INFO = 3
13 WARNING = 4
14 ERROR = 5
15 FATAL = 6