ATLAS Offline Software
Classes | Variables
python.CfgMgr Namespace Reference

Classes

class  ModuleFacade
 

Variables

string __author__ = "Sebastien Binet <binet@cern.ch>"
 
string __version__ = "$Revision: 1.3 $"
 
string __doc__
 

Variable Documentation

◆ __author__

string python.CfgMgr.__author__ = "Sebastien Binet <binet@cern.ch>"
private

Definition at line 7 of file CfgMgr.py.

◆ __doc__

string python.CfgMgr.__doc__
private
Initial value:
1 = """
2 A module facade to the repository of automatically generated configurables.
3 Once imported it allows queries like so:
4  >>> from AthenaCommon import CfgMgr
5  >>> topSequence += CfgMgr.MyAlgorithm( 'MyAlg', OutputLevel = INFO )
6  >>> topSequence += CfgMgr.MyCppNs__MyAlgorithm( 'UrAlg' )
7 """

Definition at line 9 of file CfgMgr.py.

◆ __version__

string python.CfgMgr.__version__ = "$Revision: 1.3 $"
private

Definition at line 8 of file CfgMgr.py.