![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, name=None, **kw) | |
| sysInitialize (self) | |
| initialize (self) | |
| sysFinalize (self) | |
| finalize (self) | |
| before (self, evt_name, comp_name) | |
| default no-op implementation... | |
| after (self, evt_name, comp_name, sc) | |
Public Attributes | |
| OutputLevel | |
Base class from which all concrete auditor classes should be derived.
Definition at line 305 of file PyAthenaComps.py.
| python.PyAthenaComps.Aud.__init__ | ( | self, | |
| name = None, | |||
| ** | kw ) |
Definition at line 309 of file PyAthenaComps.py.
| python.PyAthenaComps.Aud.after | ( | self, | |
| evt_name, | |||
| comp_name, | |||
| sc ) |
Definition at line 341 of file PyAthenaComps.py.
| python.PyAthenaComps.Aud.before | ( | self, | |
| evt_name, | |||
| comp_name ) |
default no-op implementation...
Definition at line 338 of file PyAthenaComps.py.
| python.PyAthenaComps.Aud.finalize | ( | self | ) |
Definition at line 331 of file PyAthenaComps.py.
| python.PyAthenaComps.Aud.initialize | ( | self | ) |
Definition at line 323 of file PyAthenaComps.py.
| python.PyAthenaComps.Aud.sysFinalize | ( | self | ) |
Definition at line 328 of file PyAthenaComps.py.
| python.PyAthenaComps.Aud.sysInitialize | ( | self | ) |
Definition at line 316 of file PyAthenaComps.py.
| python.PyAthenaComps.Aud.OutputLevel |
Definition at line 318 of file PyAthenaComps.py.