| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

Constants.py

Go to the documentation of this file.
00001 # Stolen from:
00002 # File: AthenaCommon/python/Constants.py
00003 # Author: Wim Lavrijsen (WLavrijsen@lbl.gov)
00004 # Incorporated to Daya Bay by bv@bnl.gov on Thu Sep 18 12:28:28 2008
00005 
00006 """Useful/conventional constants."""
00007 
00008 __all__ = [ 'ALL', 'VERBOSE', 'DEBUG', 'INFO', 'WARNING', 'ERROR', 'FATAL' ]
00009 
00010 
00011 ### message levels -----------------------------------------------------------
00012 ALL     = 0
00013 VERBOSE = 1
00014 DEBUG   = 2
00015 INFO    = 3
00016 WARNING = 4
00017 ERROR   = 5
00018 FATAL   = 6
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:13:00 2011 for DybPython by doxygen 1.4.7