The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
GaudiKernel.Proxy Namespace Reference

Functions

 _getNeededConfigurables ()
 

Variables

 getNeededConfigurables
 

Function Documentation

◆ _getNeededConfigurables()

GaudiKernel.Proxy._getNeededConfigurables ( )
protected
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 22 of file Proxy.py.

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

Variable Documentation

◆ getNeededConfigurables

GaudiKernel.Proxy.getNeededConfigurables

Definition at line 30 of file Proxy.py.