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