Gaudi Framework, version v21r6

Home   Generated: 11 Nov 2009

GaudiPython::GaudiPython_confDb Namespace Reference


Functions

def _fillCfgDb
 -*- python -*- db file automatically generated by genconf on: Wed Nov 11 16:12:48 2009 insulates outside world against anything bad that could happen also prevents global scope pollution


Function Documentation

def GaudiPython::GaudiPython_confDb::_fillCfgDb (  )  [private]

-*- python -*- db file automatically generated by genconf on: Wed Nov 11 16:12:48 2009 insulates outside world against anything bad that could happen also prevents global scope pollution

Definition at line 5 of file GaudiPython_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 = 'PythonScriptingSvc',
00014                package = 'GaudiPython',
00015                module  = 'GaudiPython.GaudiPythonConf',
00016                lib     = 'GaudiPython' )
00017     return #_fillCfgDb
00018 # fill cfgDb at module import...
00019 try:
00020     _fillCfgDb()
00021     #house cleaning...
00022     del _fillCfgDb
except Exception,err:


Generated at Wed Nov 11 16:37:03 2009 for Gaudi Framework, version v21r6 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004