RootHistCnv_confDb.py
Go to the documentation of this file.00001
00002
00003
00004
00005 def _fillCfgDb():
00006 from GaudiKernel.Proxy.ConfigurableDb import CfgDb
00007
00008
00009 cfgDb = CfgDb()
00010
00011
00012
00013 cfgDb.add( configurable = 'RootHistCnv__PersSvc',
00014 package = 'RootHistCnv',
00015 module = 'RootHistCnv.RootHistCnvConf',
00016 lib = 'RootHistCnv' )
00017 return
00018
00019 try:
00020 _fillCfgDb()
00021
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] !"