ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self, name='POOL2EISvc', **kw) |
def | initialize (self) |
def | finalize (self) |
def | handle (self, incident) |
virtual StatusCode | initialize () override |
Gaudi Service Implementation. More... | |
virtual StatusCode | reinitialize () override |
virtual StatusCode | start () override |
virtual StatusCode | stop () override |
virtual StatusCode | finalize () 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 More... | |
virtual PyObject * | self () override |
return associated python object. More... | |
virtual void | handle (const Incident &incident) override |
callback method for the IIncidentSvc More... | |
Public Attributes | |
insideInputFile | |
algo | |
Protected Member Functions | |
virtual bool | setPyAttr (PyObject *pyobj) override |
attach the C++ component to its python cousin More... | |
Protected Attributes | |
PyObject * | m_self |
Pointer to self (from the python world) More... | |
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.
def python.POOL2EI_Lib.POOL2EISvc.__init__ | ( | self, | |
name = 'POOL2EISvc' , |
|||
** | kw | ||
) |
Definition at line 1015 of file POOL2EI_Lib.py.
|
overridevirtualinherited |
Definition at line 71 of file PyAthenaSvc.cxx.
def python.POOL2EI_Lib.POOL2EISvc.finalize | ( | self | ) |
Definition at line 1044 of file POOL2EI_Lib.py.
|
overridevirtualinherited |
def python.POOL2EI_Lib.POOL2EISvc.handle | ( | self, | |
incident | |||
) |
Definition at line 1049 of file POOL2EI_Lib.py.
|
overridevirtualinherited |
def 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 |
|
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 |
Definition at line 1026 of file POOL2EI_Lib.py.
python.POOL2EI_Lib.POOL2EISvc.insideInputFile |
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.