![]() |
ATLAS Offline Software
|
Public Types | |
| typedef HLT::TypeInformation::for_each_type_c< typenameEDMLIST::map, my_functor, my_result<>, my_arg< HLT::TypeInformation::get_cont, CONTAINER > >::type | result |
Public Member Functions | |
| __init__ (self, descr, docString, default, handleType, allowedType) | |
| __get__ (self, obj, type=None) | |
| __set__ (self, obj, value) | |
| isHandle (self, value) | |
| isConfig (self, value) | |
| getDefaultConfigurable (self, typeAndName, requester) | |
| convertDefaultToBeSet (self, obj, default) | |
| convertValueToBeSet (self, obj, value) | |
| setDefault (self, value) | |
| getDefault (self) | |
| fullPropertyName (self, obj) | |
| __delete__ (self, obj) | |
Public Attributes | |
| history = weakref.WeakKeyDictionary() | |
| descr = descr | |
Protected Attributes | |
| _handleType = handleType | |
| str | _confTypeName = 'Configurable' + handleType.componentType |
Properties | |
| default = property( getDefault, setDefault ) | |
Private Attributes | |
| __doc__ = docString | |
| __default = value | |
A class with some utilities for GaudiHandles and GaudiHandleArrays
Definition at line 179 of file PropertyProxy.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.PropertyProxy.GaudiHandlePropertyProxyBase.__init__ | ( | self, | |
| descr, | |||
| docString, | |||
| default, | |||
| handleType, | |||
| allowedType ) |
<descr>: the real property in the object instance (from __slots__) <docString>: the documentation string of this property <default>: default value from C++ (via python generated by genconf) <handleType>: real python handle type (e.g. PublicToolHandle, PrivateToolHandle, ...) <allowedType>: allowed instance type for default
Definition at line 182 of file PropertyProxy.py.
|
inherited |
Definition at line 172 of file PropertyProxy.py.
| python.PropertyProxy.GaudiHandlePropertyProxyBase.__get__ | ( | self, | |
| obj, | |||
| type = None ) |
Definition at line 199 of file PropertyProxy.py.
| python.PropertyProxy.GaudiHandlePropertyProxyBase.__set__ | ( | self, | |
| obj, | |||
| value ) |
Definition at line 243 of file PropertyProxy.py.
| python.PropertyProxy.GaudiHandlePropertyProxyBase.convertDefaultToBeSet | ( | self, | |
| obj, | |||
| default ) |
Reimplemented in python.PropertyProxy.GaudiHandleArrayPropertyProxy.
Definition at line 290 of file PropertyProxy.py.
| python.PropertyProxy.GaudiHandlePropertyProxyBase.convertValueToBeSet | ( | self, | |
| obj, | |||
| value ) |
Reimplemented in python.PropertyProxy.GaudiHandleArrayPropertyProxy.
Definition at line 321 of file PropertyProxy.py.
|
inherited |
Definition at line 93 of file PropertyProxy.py.
|
inherited |
Definition at line 88 of file PropertyProxy.py.
| python.PropertyProxy.GaudiHandlePropertyProxyBase.getDefaultConfigurable | ( | self, | |
| typeAndName, | |||
| requester ) |
Return the configurable instance corresponding to the toolhandle if possible. Otherwise return None
Definition at line 270 of file PropertyProxy.py.
| python.PropertyProxy.GaudiHandlePropertyProxyBase.isConfig | ( | self, | |
| value ) |
Check if <value> is a configurable of the correct type
Definition at line 265 of file PropertyProxy.py.
| python.PropertyProxy.GaudiHandlePropertyProxyBase.isHandle | ( | self, | |
| value ) |
Check if <value> is a handle of the correct type
Definition at line 260 of file PropertyProxy.py.
|
inherited |
Definition at line 85 of file PropertyProxy.py.
|
privateinherited |
Definition at line 86 of file PropertyProxy.py.
|
privateinherited |
Definition at line 81 of file PropertyProxy.py.
|
protected |
Definition at line 195 of file PropertyProxy.py.
|
protected |
Definition at line 194 of file PropertyProxy.py.
|
inherited |
Definition at line 79 of file PropertyProxy.py.
|
inherited |
Definition at line 78 of file PropertyProxy.py.
|
staticinherited |
Definition at line 91 of file PropertyProxy.py.