![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, name='POOL2EISvc', **kw) | |
| initialize (self) | |
| finalize (self) | |
| handle (self, incident) | |
| virtual StatusCode | reinitialize () override |
| virtual StatusCode | start () override |
| virtual StatusCode | stop () override |
| virtual StatusCode | sysInitialize () override |
| const char * | typeName () const override |
return the std::type_info name of the underlying py-component This is used by concrete implementations to connect a python component to its C++ counter-part | |
| virtual PyObject * | self () override |
| return associated python object. | |
Public Attributes | |
| bool | insideInputFile = False |
| algo = kw['algo'] | |
Protected Member Functions | |
| virtual bool | setPyAttr (PyObject *pyobj) override |
| attach the C++ component to its python cousin | |
Protected Attributes | |
| PyObject * | m_self |
| Pointer to self (from the python world) | |
POOL2EI Service Registers with the Incident Service so we can deal with: - Begin of new input file processing - End of input file processing - End of the event processing loop and notify the POOL2EI algorithm accordingly
Definition at line 1005 of file POOL2EI_Lib.py.
| python.POOL2EI_Lib.POOL2EISvc.__init__ | ( | self, | |
| name = 'POOL2EISvc', | |||
| ** | kw ) |
Definition at line 1015 of file POOL2EI_Lib.py.
| python.POOL2EI_Lib.POOL2EISvc.finalize | ( | self | ) |
Definition at line 1044 of file POOL2EI_Lib.py.
| python.POOL2EI_Lib.POOL2EISvc.handle | ( | self, | |
| incident ) |
Definition at line 1049 of file POOL2EI_Lib.py.
| python.POOL2EI_Lib.POOL2EISvc.initialize | ( | self | ) |
Definition at line 1028 of file POOL2EI_Lib.py.
|
overridevirtualinherited |
Definition at line 64 of file PyAthenaSvc.cxx.
|
inlineoverridevirtualinherited |
|
overrideprotectedvirtualinherited |
attach the C++ component to its python cousin
Definition at line 154 of file PyAthenaSvc.cxx.
|
overridevirtualinherited |
Definition at line 78 of file PyAthenaSvc.cxx.
|
overridevirtualinherited |
Definition at line 84 of file PyAthenaSvc.cxx.
|
overridevirtualinherited |
Definition at line 90 of file PyAthenaSvc.cxx.
|
overrideinherited |
return the std::type_info name of the underlying py-component This is used by concrete implementations to connect a python component to its C++ counter-part
Definition at line 114 of file PyAthenaSvc.cxx.
| python.POOL2EI_Lib.POOL2EISvc.algo = kw['algo'] |
Definition at line 1026 of file POOL2EI_Lib.py.
| bool python.POOL2EI_Lib.POOL2EISvc.insideInputFile = False |
Definition at line 1021 of file POOL2EI_Lib.py.
|
protectedinherited |
Pointer to self (from the python world)
Definition at line 89 of file PyAthenaSvc.h.