The Gaudi Framework  v32r2 (46d42edc)
GaudiKernel.Proxy Namespace Reference

Functions

def _getNeededConfigurables ()
 

Variables

 getNeededConfigurables
 

Detailed Description

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

@author Marco Clemencic

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

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

Variable Documentation

◆ getNeededConfigurables

GaudiKernel.Proxy.getNeededConfigurables

Definition at line 21 of file Proxy.py.