![]() |
|
|
Generated: 8 Jan 2009 |
00001 ## -*- python -*- 00002 # db file automatically generated by genconf on: Thu Jan 8 17:28:02 2009 00003 ## insulates outside world against anything bad that could happen 00004 ## also prevents global scope pollution 00005 def _fillCfgDb(): 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 = 'RootHistCnv__PersSvc', 00014 package = 'RootHistCnv', 00015 module = 'RootHistCnv.RootHistCnvConf', 00016 lib = 'RootHistCnv' ) 00017 return #_fillCfgDb 00018 # fill cfgDb at module import... 00019 try: 00020 _fillCfgDb() 00021 #house cleaning... 00022 del _fillCfgDb 00023 except Exception,err: 00024 print "Py:ConfigurableDb ERROR Problem with [%s] content!" % __name__ 00025 print "Py:ConfigurableDb ERROR",err 00026 print "Py:ConfigurableDb ERROR ==> culprit is package [RootHistCnv] !"