ATLAS Offline Software
Loading...
Searching...
No Matches
python.CfgMgr Namespace Reference

Classes

class  ModuleFacade

Variables

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

Variable Documentation

◆ __author__

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

Definition at line 7 of file CfgMgr.py.

◆ __doc__

str python.CfgMgr.__doc__
private
Initial value:
1= """
2A module facade to the repository of automatically generated configurables.
3Once 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__

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

Definition at line 8 of file CfgMgr.py.