|
Gaudi Framework, version v21r4 |
| Home | Generated: 7 Sep 2009 |
Functions | |
| def | _fillCfgDb |
| -*- python -*- db file automatically generated by genconf on: Mon Sep 7 17:30:01 2009 insulates outside world against anything bad that could happen also prevents global scope pollution | |
| def RootHistCnv::RootHistCnv_confDb::_fillCfgDb | ( | ) | [private] |
-*- python -*- db file automatically generated by genconf on: Mon Sep 7 17:30:01 2009 insulates outside world against anything bad that could happen also prevents global scope pollution
Definition at line 5 of file RootHistCnv_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 = '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 except Exception,err: