![]() |
The Gaudi Framework
master (2df85225)
|


Protected Attributes | |
| _idp | |
| _idm | |
| _ihwb | |
Protected Attributes inherited from GaudiPython.Bindings.iService | |
| _isvc | |
Protected Attributes inherited from GaudiPython.Bindings.iProperty | |
| _ip | |
| _svcloc | |
| _name | |
Definition at line 518 of file Bindings.py.
| GaudiPython.Bindings.iDataSvc.__init__ | ( | self, | |
| name, | |||
| idp ) |
Definition at line 519 of file Bindings.py.
| GaudiPython.Bindings.iDataSvc.__delitem__ | ( | self, | |
| path ) |
Definition at line 605 of file Bindings.py.
| GaudiPython.Bindings.iDataSvc.__getitem__ | ( | self, | |
| path ) |
Definition at line 595 of file Bindings.py.
| GaudiPython.Bindings.iDataSvc.__setitem__ | ( | self, | |
| path, | |||
| obj ) |
Definition at line 600 of file Bindings.py.
| GaudiPython.Bindings.iDataSvc.clearStore | ( | self | ) |
Definition at line 691 of file Bindings.py.
| GaudiPython.Bindings.iDataSvc.dump | ( | self, | |
| node = cppyy.nullptr ) |
Definition at line 619 of file Bindings.py.
| GaudiPython.Bindings.iDataSvc.findObject | ( | self, | |
| path ) |
Get the existing object in TransientStore for the given location - loading of object from persistency is NOT triggered - 'data-on-demand' action is NOT triggered >>> svc = ... ## get the service >>> path = ... ## get the path in Transient Store >>> data = svc.findObject ( path ) ## use the method
Definition at line 550 of file Bindings.py.
| GaudiPython.Bindings.iDataSvc.getHistoNames | ( | self, | |
| node = cppyy.nullptr, | |||
| lst = [] ) |
Definition at line 650 of file Bindings.py.
| GaudiPython.Bindings.iDataSvc.getList | ( | self, | |
| node = cppyy.nullptr, | |||
| lst = [], | |||
| rootFID = None ) |
Definition at line 631 of file Bindings.py.
| GaudiPython.Bindings.iDataSvc.getObject | ( | self, | |
| path, | |||
| * | args ) |
Get object from Transient Store for the given location arguments : - path : Location of object in Transient Store - retrieve (bool) True : retrieve versus find - disable on-demand (bool) False : temporary disable 'on-demand' actions >>> svc = ... ## get the service >>> path = ... ## get the path >>> data = svc.getObject ( path , False ) ## find object in Transient Store ## find object in Transient Store # load form tape or use 'on-demand' action for missing objects : >>> data = svc.getObject ( path , True ) ## find object in Transient Store # load from tape or for missing objects, disable 'on-demand'-actions >>> data = svc.getObject ( path , True , True )
Definition at line 568 of file Bindings.py.
| GaudiPython.Bindings.iDataSvc.leaves | ( | self, | |
| node = cppyy.nullptr ) |
Definition at line 610 of file Bindings.py.
| GaudiPython.Bindings.iDataSvc.registerObject | ( | self, | |
| path, | |||
| obj ) |
Definition at line 529 of file Bindings.py.
| GaudiPython.Bindings.iDataSvc.retrieveObject | ( | self, | |
| path ) |
Definition at line 543 of file Bindings.py.
| GaudiPython.Bindings.iDataSvc.selectOnlyStore | ( | self | ) |
Definition at line 674 of file Bindings.py.
| GaudiPython.Bindings.iDataSvc.selectStore | ( | self, | |
| n ) |
Definition at line 686 of file Bindings.py.
| GaudiPython.Bindings.iDataSvc.setRoot | ( | self, | |
| name, | |||
| obj ) |
Definition at line 669 of file Bindings.py.
| GaudiPython.Bindings.iDataSvc.unregisterObject | ( | self, | |
| path ) |
Definition at line 536 of file Bindings.py.
|
protected |
Definition at line 670 of file Bindings.py.
|
protected |
Definition at line 530 of file Bindings.py.
|
protected |
Definition at line 676 of file Bindings.py.