The Gaudi Framework  v36r1 (3e2fb5a8)
GaudiKernel.Proxy Namespace Reference

Functions

def _getNeededConfigurables ()
 

Variables

 getNeededConfigurables
 

Function Documentation

◆ _getNeededConfigurables()

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 23 of file Proxy.py.

24  """
25  In Athena, the list of configurables to be used in GaudiPython.AppMgr
26  constructor is empty, because the configuration is done in a different
27  place.
28  """
29  return []
30 

Variable Documentation

◆ getNeededConfigurables

GaudiKernel.Proxy.getNeededConfigurables

Definition at line 31 of file Proxy.py.

GaudiKernel.Proxy._getNeededConfigurables
def _getNeededConfigurables()
Definition: Proxy.py:23