|
Gaudi Framework, version v21r6 |
| Home | Generated: 11 Nov 2009 |
Functions | |
| def | _fillCfgDb |
| -*- python -*- db file automatically generated by genconf on: Wed Nov 11 16:17:28 2009 insulates outside world against anything bad that could happen also prevents global scope pollution | |
| def GaudiAud::GaudiAud_confDb::_fillCfgDb | ( | ) | [private] |
-*- python -*- db file automatically generated by genconf on: Wed Nov 11 16:17:28 2009 insulates outside world against anything bad that could happen also prevents global scope pollution
Definition at line 5 of file GaudiAud_confDb.py.
00005 : 00006 from GaudiKernel.Proxy.ConfigurableDb import CfgDb 00007 00008 # get a handle on the repository of Configurables 00009 cfgDb = CfgDb() 00010 00011 # populate the repository with informations on Configurables 00012 00013 cfgDb.add( configurable = 'NameAuditor', 00014 package = 'GaudiAud', 00015 module = 'GaudiAud.GaudiAudConf', 00016 lib = 'GaudiAud' ) 00017 cfgDb.add( configurable = 'AlgErrorAuditor', 00018 package = 'GaudiAud', 00019 module = 'GaudiAud.GaudiAudConf', 00020 lib = 'GaudiAud' ) 00021 cfgDb.add( configurable = 'MemStatAuditor', 00022 package = 'GaudiAud', 00023 module = 'GaudiAud.GaudiAudConf', 00024 lib = 'GaudiAud' ) 00025 cfgDb.add( configurable = 'MemoryAuditor', 00026 package = 'GaudiAud', 00027 module = 'GaudiAud.GaudiAudConf', 00028 lib = 'GaudiAud' ) 00029 cfgDb.add( configurable = 'ChronoAuditor', 00030 package = 'GaudiAud', 00031 module = 'GaudiAud.GaudiAudConf', 00032 lib = 'GaudiAud' ) 00033 cfgDb.add( configurable = 'AlgContextAuditor', 00034 package = 'GaudiAud', 00035 module = 'GaudiAud.GaudiAudConf', 00036 lib = 'GaudiAud' ) 00037 return #_fillCfgDb 00038 # fill cfgDb at module import... 00039 try: 00040 _fillCfgDb() 00041 #house cleaning... 00042 del _fillCfgDb except Exception,err: