Gaudi Framework, version v21r7

Home   Generated: 22 Jan 2010

Proxy Namespace Reference


Functions

def _getNeededConfigurables


Detailed Description

Module used to select if to use AthenCommon or GaudiKernel to retrieve the
implementation of Configurables.

@author Marco Clemencic

Function Documentation

def Proxy::_getNeededConfigurables (  )  [private]

In Athena, the list of configurables to be used in GaudiPython.AppMgr
constructor is empty, because the configuration is done in a different
place.

Definition at line 12 of file Proxy.py.

00012                                  :
00013         """
00014         In Athena, the list of configurables to be used in GaudiPython.AppMgr
00015         constructor is empty, because the configuration is done in a different
00016         place.
00017         """
00018         return []
00019     Configurable.getNeededConfigurables = _getNeededConfigurables
except ImportError:


Generated at Fri Jan 22 20:45:30 2010 for Gaudi Framework, version v21r7 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004