ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self, name=Configurable.DefaultName) |
def | getHandle (self) |
def | getGaudiType (self) |
def | getGaudiHandle (self) |
def | getPrintTitle (self) |
def | setParent (self, parentName) |
def | getParent (self) |
def | getDirectParent (self) |
def | hasParent (self, parent) |
def | getJobOptName (self) |
def | isPublic (self) |
def | isInToolSvc (self) |
def | toStringProperty (self) |
def | __new__ (cls, *args, **kwargs) |
def | __new__ (self, name, bases, dct) |
def | __getstate__ (self) |
def | __setstate__ (self, dct) |
def | __getnewargs__ (self) |
def | __len__ (self) |
def | __iter__ (self) |
def | __deepcopy__ (self, memo) |
def | __iadd__ (self, configs, descr=None, index=None) |
def | __getattr__ (self, attr) |
def | __delattr__ (self, attr) |
def | remove (self, items) |
def | removeAll (self) |
def | clone (self, newname) |
def | copyChild (self, child) |
def | copyChildAndSetParent (self, cfg, parent) |
def | getChildren (self) |
def | overwriteChild (self, idx, newChild) |
def | getAllChildren (self) |
def | getSequence (self) |
def | setup (self) |
def | lock (self) |
def | unlock (self) |
def | isLocked (self) |
def | isPrinting (self) |
def | getProperties (self) |
def | getValuedProperties (self) |
def | properties (self) |
def | getDefaultProperties (cls) |
def | getDefaultProperty (cls, name) |
def | getType (cls) |
def | getName (self) |
def | name (self) |
def | getFullName (self) |
def | getFullJobOptName (self) |
def | getTitleName (self) |
def | setDefaults (cls, handle) |
def | __repr__ (self) |
def | __str__ (self, indent=0, headerLastIndentUnit=indentUnit) |
def | getFlattenedProperties (self) |
def | getStrDescriptor (self) |
def | __eq__ (self, rhs) |
def | __ne__ (self, rhs) |
def | __bool__ (self) |
def | __call__ (cls, *args, **kwargs) |
Static Public Attributes | |
propertyNoValue | |
string | indentUnit = '| ' |
int | printHeaderWidth = 100 |
int | printHeaderPre = 5 |
allConfigurables = weakref.WeakValueDictionary() | |
Private Member Functions | |
def | _isInSetDefaults (self) |
def | __setupDlls (self) |
def | __setupDefaults (self) |
Static Private Member Functions | |
def | _printHeader (indentStr, title) |
def | _printFooter (indentStr, title) |
Private Attributes | |
_jobOptName | |
__children | |
_name | |
_flags | |
Static Private Attributes | |
dictionary | __slots__ |
int | _fInSetDefaults = 0x01 |
int | _fIsLocked = 0x02 |
int | _fIsPrinting = 0x04 |
int | _fInitOk = 0x08 |
int | _fSetupOk = 0x10 |
int | _printOnce = 0 |
bool | _useGlobalInstances = True |
__hash__ = object.__hash__ | |
Definition at line 877 of file Configurable.py.
def python.Configurable.ConfigurableAlgTool.__init__ | ( | self, | |
name = Configurable.DefaultName |
|||
) |
Reimplemented from python.Configurable.Configurable.
Definition at line 881 of file Configurable.py.
|
inherited |
Definition at line 809 of file Configurable.py.
|
inherited |
To Gaudi, any object with the same type/name is the same object. Hence, this is mimicked in the configuration: instantiating a new Configurable of a type with the same name will return the same instance.
Definition at line 95 of file ConfigurableMeta.py.
|
inherited |
Reimplemented in python.Configurable.ConfigurableService, and python.Configurable.ConfigurableAlgorithm.
Definition at line 285 of file Configurable.py.
|
inherited |
Definition at line 348 of file Configurable.py.
|
inherited |
Definition at line 792 of file Configurable.py.
|
inherited |
Definition at line 339 of file Configurable.py.
|
inherited |
Definition at line 274 of file Configurable.py.
|
inherited |
Definition at line 241 of file Configurable.py.
|
inherited |
Definition at line 301 of file Configurable.py.
|
inherited |
Definition at line 281 of file Configurable.py.
|
inherited |
Definition at line 278 of file Configurable.py.
|
inherited |
Definition at line 804 of file Configurable.py.
|
inherited |
To Gaudi, any object with the same type/name is the same object. Hence, this is mimicked in the configuration: instantiating a new Configurable of a type with the same name will return the same instance.
Definition at line 89 of file Configurable.py.
|
inherited |
Definition at line 27 of file ConfigurableMeta.py.
|
inherited |
Definition at line 646 of file Configurable.py.
|
inherited |
Definition at line 257 of file Configurable.py.
|
privateinherited |
Definition at line 625 of file Configurable.py.
|
privateinherited |
Definition at line 614 of file Configurable.py.
|
inherited |
Definition at line 649 of file Configurable.py.
|
privateinherited |
Definition at line 611 of file Configurable.py.
|
staticprivateinherited |
Definition at line 640 of file Configurable.py.
|
staticprivateinherited |
Definition at line 633 of file Configurable.py.
|
inherited |
Definition at line 380 of file Configurable.py.
|
inherited |
Reimplemented in python.Configurable.ConfigurableService.
Definition at line 388 of file Configurable.py.
|
inherited |
Definition at line 400 of file Configurable.py.
|
inherited |
Get all (private) configurable children, both explicit ones (added with +=) and the ones in the private GaudiHandle properties
Definition at line 414 of file Configurable.py.
|
inherited |
Definition at line 408 of file Configurable.py.
|
inherited |
Definition at line 544 of file Configurable.py.
|
inherited |
Definition at line 558 of file Configurable.py.
def python.Configurable.ConfigurableAlgTool.getDirectParent | ( | self | ) |
Definition at line 931 of file Configurable.py.
|
inherited |
Definition at line 759 of file Configurable.py.
|
inherited |
Definition at line 596 of file Configurable.py.
|
inherited |
Definition at line 593 of file Configurable.py.
def python.Configurable.ConfigurableAlgTool.getGaudiHandle | ( | self | ) |
Definition at line 898 of file Configurable.py.
def python.Configurable.ConfigurableAlgTool.getGaudiType | ( | self | ) |
Definition at line 895 of file Configurable.py.
def python.Configurable.ConfigurableAlgTool.getHandle | ( | self | ) |
Definition at line 887 of file Configurable.py.
def python.Configurable.ConfigurableAlgTool.getJobOptName | ( | self | ) |
Reimplemented from python.Configurable.Configurable.
Definition at line 942 of file Configurable.py.
|
inherited |
Definition at line 580 of file Configurable.py.
def python.Configurable.ConfigurableAlgTool.getParent | ( | self | ) |
Reimplemented from python.Configurable.Configurable.
Definition at line 924 of file Configurable.py.
def python.Configurable.ConfigurableAlgTool.getPrintTitle | ( | self | ) |
Reimplemented from python.Configurable.Configurable.
Definition at line 904 of file Configurable.py.
|
inherited |
Definition at line 515 of file Configurable.py.
|
inherited |
Definition at line 453 of file Configurable.py.
|
inherited |
Definition at line 780 of file Configurable.py.
|
inherited |
Definition at line 602 of file Configurable.py.
|
inherited |
Reimplemented in python.AppMgr.AthServiceManager.
Definition at line 577 of file Configurable.py.
|
inherited |
Definition at line 525 of file Configurable.py.
def python.Configurable.ConfigurableAlgTool.hasParent | ( | self, | |
parent | |||
) |
Reimplemented from python.Configurable.Configurable.
Definition at line 939 of file Configurable.py.
def python.Configurable.ConfigurableAlgTool.isInToolSvc | ( | self | ) |
Definition at line 948 of file Configurable.py.
|
inherited |
Definition at line 507 of file Configurable.py.
|
inherited |
Definition at line 511 of file Configurable.py.
def python.Configurable.ConfigurableAlgTool.isPublic | ( | self | ) |
Reimplemented from python.Configurable.Configurable.
Definition at line 945 of file Configurable.py.
|
inherited |
Definition at line 487 of file Configurable.py.
|
inherited |
Definition at line 583 of file Configurable.py.
|
inherited |
Definition at line 411 of file Configurable.py.
|
inherited |
Definition at line 540 of file Configurable.py.
|
inherited |
Definition at line 370 of file Configurable.py.
|
inherited |
Definition at line 376 of file Configurable.py.
|
inherited |
Definition at line 608 of file Configurable.py.
def python.Configurable.ConfigurableAlgTool.setParent | ( | self, | |
parentName | |||
) |
Reimplemented from python.Configurable.Configurable.
Definition at line 911 of file Configurable.py.
|
inherited |
def python.Configurable.ConfigurableAlgTool.toStringProperty | ( | self | ) |
Definition at line 951 of file Configurable.py.
|
inherited |
Definition at line 498 of file Configurable.py.
|
privateinherited |
Definition at line 212 of file Configurable.py.
|
staticprivateinherited |
Definition at line 807 of file Configurable.py.
|
staticprivate |
Definition at line 878 of file Configurable.py.
|
staticprivateinherited |
Definition at line 69 of file Configurable.py.
|
staticprivateinherited |
Definition at line 66 of file Configurable.py.
|
staticprivateinherited |
Definition at line 67 of file Configurable.py.
|
staticprivateinherited |
Definition at line 68 of file Configurable.py.
|
privateinherited |
Definition at line 223 of file Configurable.py.
|
staticprivateinherited |
Definition at line 70 of file Configurable.py.
|
private |
Definition at line 885 of file Configurable.py.
|
privateinherited |
Definition at line 217 of file Configurable.py.
|
staticprivateinherited |
Definition at line 83 of file Configurable.py.
|
staticprivateinherited |
Definition at line 87 of file Configurable.py.
|
staticinherited |
Definition at line 79 of file Configurable.py.
|
staticinherited |
Definition at line 62 of file Configurable.py.
|
staticinherited |
Definition at line 64 of file Configurable.py.
|
staticinherited |
Definition at line 63 of file Configurable.py.
|
staticinherited |
Definition at line 61 of file Configurable.py.