ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self, name='FilePeekerSvc', **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... | |
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... | |
a service to spy for file meta-data and store this collected data into the pool file, in a python-pickle friendly format
Definition at line 677 of file FilePeekerLib.py.
def python.FilePeekerLib.FilePeekerSvc.__init__ | ( | self, | |
name = 'FilePeekerSvc' , |
|||
** | kw | ||
) |
Definition at line 682 of file FilePeekerLib.py.
|
overridevirtualinherited |
Definition at line 71 of file PyAthenaSvc.cxx.
def python.FilePeekerLib.FilePeekerSvc.finalize | ( | self | ) |
Definition at line 701 of file FilePeekerLib.py.
|
overridevirtualinherited |
def python.FilePeekerLib.FilePeekerSvc.handle | ( | self, | |
incident | |||
) |
Definition at line 704 of file FilePeekerLib.py.
|
overridevirtualinherited |
def python.FilePeekerLib.FilePeekerSvc.initialize | ( | self | ) |
Definition at line 687 of file FilePeekerLib.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.
|
protectedinherited |
Pointer to self (from the python world)
Definition at line 89 of file PyAthenaSvc.h.