|
| | python.Bindings._load_dict (lib) |
| | python.Bindings._import_ROOT () |
| | python.Bindings.py_svc (svcName, createIf=True, iface=None) |
| | python.Bindings.py_tool (toolName, createIf=True, iface=None) |
| | helper method to easily retrieve tools from ToolSvc by name ------------—
|
| | python.Bindings.py_alg (algName, iface=None) |
| | helper method to easily retrieve algorithms by name --------------------—
|
| | python.Bindings._py_init_StoreGateSvc () |
| | pythonizations for StoreGateSvc
|
| | python.Bindings._py_init_IIncidentSvc () |
| | pythonizations for IIncidentSvc
|
| | python.Bindings._py_init_ClassIDSvc () |
| | pythonizations for ClassIDSvc
|
| | python.Bindings._py_init_THistSvc () |
| | pythonizations for ITHistSvc
|
| | python.Bindings._py_init_EventStreamInfo () |
| | def setattr( self, attr, value ): try: from GaudiPython.Bindings import iProperty except ImportError: from gaudimodule import iProperty return setattr( iProperty('THistSvc', self), attr, value )
|
| | python.Bindings._py_init_EventType () |
| | pythonizations for EventType
|
| | python.Bindings._py_init_DataLink () |
| | pythonizations for DataLink
|
| | python.Bindings._py_init_ElementLink () |
| | pythonizations for ElementLink
|
| | python.Bindings._py_init_ElementLinkVector () |
| | pythonizations for ElementLinkVector
|
| | python.Bindings._py_init_NavigationToken () |
| | pythonizations for NavigationToken
|
| | python.Bindings._gen_data_link (klass, storage_policy=None) |
| | helper method to easily instantiate DataLink ---------------------------—
|
| | python.Bindings._gen_element_link (klass, storage_policy=None, indexing_policy=None) |
| | helper method to easily instantiate ElementLink ------------------------—
|
| | python.Bindings._gen_elv (klass, storage_policy=None, indexing_policy=None) |
| | helper method to easily instantiate ElementLinkVector ------------------—
|
| | python.Bindings._gen_navtok (klass, weight_cls=None, hash_cls=None) |
| | helper method to easily instantiate NavigationToken --------------------—
|
| | python.Bindings._std_map_pythonize (cls, key_type, value_type) |
| | helper method to pythonize further std.map
|
| | python.Bindings._setup () |
| | initialize the bindings' registration
|