GaudiKernel.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 GaudiKernel.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.

13  """
14  In Athena, the list of configurables to be used in GaudiPython.AppMgr
15  constructor is empty, because the configuration is done in a different
16  place.
17  """
18  return []
def _getNeededConfigurables()
Definition: Proxy.py:12