List of all members.
Detailed Description
Definition at line 612 of file Bindings.py.
Constructor & Destructor Documentation
| def GaudiPython::Bindings::iEventSelector::__init__ |
( |
|
self ) |
|
Definition at line 613 of file Bindings.py.
00614 :
00615 iService.__init__(self, 'EventSelector', Helper.service(gbl.Gaudi.svcLocator(),'EventSelector'))
self.__dict__['g'] = AppMgr()
Member Function Documentation
| def GaudiPython::Bindings::iEventSelector::open |
( |
|
self, |
|
|
|
stream, |
|
|
|
typ = 'Gaudi::RootCnvSvc', |
|
|
|
kwargs |
|
) |
| |
Definition at line 616 of file Bindings.py.
00617 :
00618 import Persistency as prs
00619 helper = prs.get(typ)
00620 helper.configure(self.g)
00621 self.Input = helper.formatInput(stream, **kwargs)
self.reinitialize()
| def GaudiPython::Bindings::iEventSelector::rewind |
( |
|
self ) |
|
Definition at line 622 of file Bindings.py.
00623 :
00624
00625 self.g.service('EventLoopMgr').reinitialize()
00626
Member Data Documentation
The documentation for this class was generated from the following file:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v23r2/GaudiPython/python/GaudiPython/Bindings.py