|
| def | __init__ (self) |
| |
| def | open (self, stream, typ="Gaudi::RootCnvSvc", **kwargs) |
| |
| def | rewind (self) |
| |
| def | __init__ (self, name, isvc=cppyy.nullptr) |
| |
| def | retrieveInterface (self) |
| |
| def | initialize (self) |
| |
| def | start (self) |
| |
| def | stop (self) |
| |
| def | finalize (self) |
| |
| def | reinitialize (self) |
| |
| def | restart (self) |
| |
| def | isValid (self) |
| |
| def | getInterface (self) |
| |
| def | __call_interface_method__ (self, ifname, method, *args) |
| |
| def | __setattr__ (self, name, value) |
| |
| def | __getattr__ (self, name) |
| |
| def | properties (self) |
| |
| def | name (self) |
| |
Definition at line 844 of file Bindings.py.
◆ __init__()
| def GaudiPython.Bindings.iEventSelector.__init__ |
( |
|
self | ) |
|
Definition at line 845 of file Bindings.py.
849 Helper.service(gbl.Gaudi.svcLocator(),
"EventSelector"),
851 self.__dict__[
"g"] = AppMgr()
◆ open()
| def GaudiPython.Bindings.iEventSelector.open |
( |
|
self, |
|
|
|
stream, |
|
|
|
typ = "Gaudi::RootCnvSvc", |
|
|
** |
kwargs |
|
) |
| |
Definition at line 853 of file Bindings.py.
853 def open(self, stream, typ="Gaudi::RootCnvSvc
", **kwargs): from .
import Persistency
as prs
855 helper = prs.get(typ)
856 helper.configure(self.g)
857 self.Input = helper.formatInput(stream, **kwargs)
◆ rewind()
| def GaudiPython.Bindings.iEventSelector.rewind |
( |
|
self | ) |
|
Definition at line 861 of file Bindings.py.
863 self.g.service(
"EventLoopMgr").reinitialize()
◆ Input
| GaudiPython.Bindings.iEventSelector.Input |
The documentation for this class was generated from the following file: