Gaudi Framework, version v21r4

Home   Generated: 7 Sep 2009

RootHistCnv::RootHistCnv_confDb Namespace Reference


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


Function Documentation

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:


Generated at Mon Sep 7 18:27:39 2009 for Gaudi Framework, version v21r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004