|
Gaudi Framework, version v21r6 |
| Home | Generated: 11 Nov 2009 |
Functions | |
| def | _fillCfgDb |
| -*- python -*- db file automatically generated by genconf on: Wed Nov 11 16:06:33 2009 insulates outside world against anything bad that could happen also prevents global scope pollution | |
| def GaudiUtils::GaudiUtils_confDb::_fillCfgDb | ( | ) | [private] |
-*- python -*- db file automatically generated by genconf on: Wed Nov 11 16:06:33 2009 insulates outside world against anything bad that could happen also prevents global scope pollution
Definition at line 5 of file GaudiUtils_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 = 'Gaudi__IODataManager', 00014 package = 'GaudiUtils', 00015 module = 'GaudiUtils.GaudiUtilsConf', 00016 lib = 'GaudiUtils' ) 00017 cfgDb.add( configurable = 'Gaudi__MultiFileCatalog', 00018 package = 'GaudiUtils', 00019 module = 'GaudiUtils.GaudiUtilsConf', 00020 lib = 'GaudiUtils' ) 00021 return #_fillCfgDb 00022 # fill cfgDb at module import... 00023 try: 00024 _fillCfgDb() 00025 #house cleaning... 00026 del _fillCfgDb except Exception,err: