|
| def | __init__ (self) |
| |
| def | open (self, stream, typ='Gaudi::RootCnvSvc', kwargs) |
| |
| def | rewind (self) |
| |
| def | __init__ (self) |
| |
| def | open (self, stream, typ='Gaudi::RootCnvSvc', kwargs) |
| |
| def | rewind (self) |
| |
| def | __init__ |
| |
| def | retrieveInterface (self) |
| |
| def | isValid (self) |
| |
| def | __init__ |
| |
| def | retrieveInterface (self) |
| |
| def | isValid (self) |
| |
| def | __init__ |
| |
| def | getInterface (self) |
| |
| def | retrieveInterface (self) |
| |
| def | __call_interface_method__ (self, ifname, method, args) |
| |
| def | __setattr__ (self, name, value) |
| |
| def | __getattr__ (self, name) |
| |
| def | properties (self) |
| |
| def | name (self) |
| |
| def | __init__ |
| |
| def | getInterface (self) |
| |
| def | retrieveInterface (self) |
| |
| def | __call_interface_method__ (self, ifname, method, args) |
| |
| def | __setattr__ (self, name, value) |
| |
| def | __getattr__ (self, name) |
| |
| def | properties (self) |
| |
| def | name (self) |
| |
|
| tuple | initialize = lambdaself:self.__call_interface_method__("_isvc","initialize") |
| |
| tuple | start = lambdaself:self.__call_interface_method__("_isvc","start") |
| |
| tuple | stop = lambdaself:self.__call_interface_method__("_isvc","stop") |
| |
| tuple | finalize = lambdaself:self.__call_interface_method__("_isvc","finalize") |
| |
| tuple | reinitialize = lambdaself:self.__call_interface_method__("_isvc","reinitialize") |
| |
| tuple | restart = lambdaself:self.__call_interface_method__("_isvc","restart") |
| |
Definition at line 638 of file Bindings.py.
| def GaudiPython.Bindings.iEventSelector.__init__ |
( |
|
self | ) |
|
Definition at line 639 of file Bindings.py.
640 iService.__init__(self,
'EventSelector', Helper.service(gbl.Gaudi.svcLocator(),
'EventSelector'))
641 self.__dict__[
'g'] =
AppMgr()
| def GaudiPython.Bindings.iEventSelector.__init__ |
( |
|
self | ) |
|
Definition at line 639 of file Bindings.py.
640 iService.__init__(self,
'EventSelector', Helper.service(gbl.Gaudi.svcLocator(),
'EventSelector'))
641 self.__dict__[
'g'] =
AppMgr()
| def GaudiPython.Bindings.iEventSelector.open |
( |
|
self, |
|
|
|
stream, |
|
|
|
typ = 'Gaudi::RootCnvSvc', |
|
|
|
kwargs |
|
) |
| |
Definition at line 642 of file Bindings.py.
642 def open(self, stream, typ = 'Gaudi::RootCnvSvc
', **kwargs):
643 import Persistency
as prs
644 helper = prs.get(typ)
645 helper.configure(self.g)
646 self.
Input = helper.formatInput(stream, **kwargs)
def open(self, stream, typ='Gaudi::RootCnvSvc', kwargs)
| def GaudiPython.Bindings.iEventSelector.open |
( |
|
self, |
|
|
|
stream, |
|
|
|
typ = 'Gaudi::RootCnvSvc', |
|
|
|
kwargs |
|
) |
| |
Definition at line 642 of file Bindings.py.
642 def open(self, stream, typ = 'Gaudi::RootCnvSvc
', **kwargs):
643 import Persistency
as prs
644 helper = prs.get(typ)
645 helper.configure(self.g)
646 self.
Input = helper.formatInput(stream, **kwargs)
def open(self, stream, typ='Gaudi::RootCnvSvc', kwargs)
| def GaudiPython.Bindings.iEventSelector.rewind |
( |
|
self | ) |
|
| def GaudiPython.Bindings.iEventSelector.rewind |
( |
|
self | ) |
|
| GaudiPython.Bindings.iEventSelector.Input |
The documentation for this class was generated from the following file:
- InstallArea/x86_64-slc6-gcc48-opt/python/GaudiPython/Bindings.py