![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, name=None, **kw) | |
| evtStore (self) | |
| detStore (self) | |
| condStore (self) | |
| sysInitialize (self) | |
| initialize (self) | |
| sysReinitialize (self) | |
| reinitialize (self) | |
| sysExecute (self, cppcontext) | |
| execute (self) | |
| sysFinalize (self) | |
| finalize (self) | |
| sysStart (self) | |
| start (self) | |
| sysStop (self) | |
| stop (self) | |
| filterPassed (self) | |
| setFilterPassed (self, state) | |
| resetExecuted (self) | |
| setExecuted (self, state) | |
| isExecuted (self) | |
| getContext (self) | |
Public Attributes | |
| name = name | |
| OutputLevel | |
Protected Attributes | |
| _pyath_evtstore = None | |
| init base class | |
| _pyath_detstore = None | |
| _pyath_condstore = None | |
| _ctx = None | |
Private Attributes | |
| str | __component_type__ = "Algorithm" |
Base class from which all concrete algorithm classes should be derived. In order for a concrete algorithm class to do anything useful the methods initialize(), execute() and finalize() should be overridden.
Definition at line 62 of file PyAthenaComps.py.
| python.PyAthenaComps.Alg.__init__ | ( | self, | |
| name = None, | |||
| ** | kw ) |
Definition at line 71 of file PyAthenaComps.py.
| python.PyAthenaComps.Alg.condStore | ( | self | ) |
Definition at line 99 of file PyAthenaComps.py.
| python.PyAthenaComps.Alg.detStore | ( | self | ) |
Definition at line 92 of file PyAthenaComps.py.
| python.PyAthenaComps.Alg.evtStore | ( | self | ) |
Definition at line 85 of file PyAthenaComps.py.
| python.PyAthenaComps.Alg.execute | ( | self | ) |
Definition at line 134 of file PyAthenaComps.py.
| python.PyAthenaComps.Alg.filterPassed | ( | self | ) |
Did this algorithm pass or fail its filter criterion for the last event?
Definition at line 155 of file PyAthenaComps.py.
| python.PyAthenaComps.Alg.finalize | ( | self | ) |
Definition at line 140 of file PyAthenaComps.py.
| python.PyAthenaComps.Alg.getContext | ( | self | ) |
Definition at line 173 of file PyAthenaComps.py.
| python.PyAthenaComps.Alg.initialize | ( | self | ) |
Definition at line 112 of file PyAthenaComps.py.
| python.PyAthenaComps.Alg.isExecuted | ( | self | ) |
Definition at line 170 of file PyAthenaComps.py.
| python.PyAthenaComps.Alg.reinitialize | ( | self | ) |
Definition at line 122 of file PyAthenaComps.py.
| python.PyAthenaComps.Alg.resetExecuted | ( | self | ) |
Definition at line 163 of file PyAthenaComps.py.
| python.PyAthenaComps.Alg.setExecuted | ( | self, | |
| state ) |
Definition at line 167 of file PyAthenaComps.py.
| python.PyAthenaComps.Alg.setFilterPassed | ( | self, | |
| state ) |
Set the filter passed flag to the specified state
Reimplemented in python.PyAthenaComps.AthFilterAlgorithm.
Definition at line 159 of file PyAthenaComps.py.
| python.PyAthenaComps.Alg.start | ( | self | ) |
Definition at line 146 of file PyAthenaComps.py.
| python.PyAthenaComps.Alg.stop | ( | self | ) |
Definition at line 152 of file PyAthenaComps.py.
| python.PyAthenaComps.Alg.sysExecute | ( | self, | |
| cppcontext ) |
Definition at line 125 of file PyAthenaComps.py.
| python.PyAthenaComps.Alg.sysFinalize | ( | self | ) |
Definition at line 137 of file PyAthenaComps.py.
| python.PyAthenaComps.Alg.sysInitialize | ( | self | ) |
Reimplemented in python.PyAthenaComps.AthFilterAlgorithm.
Definition at line 105 of file PyAthenaComps.py.
| python.PyAthenaComps.Alg.sysReinitialize | ( | self | ) |
Definition at line 115 of file PyAthenaComps.py.
| python.PyAthenaComps.Alg.sysStart | ( | self | ) |
Definition at line 143 of file PyAthenaComps.py.
| python.PyAthenaComps.Alg.sysStop | ( | self | ) |
Definition at line 149 of file PyAthenaComps.py.
|
private |
Definition at line 80 of file PyAthenaComps.py.
|
protected |
Definition at line 79 of file PyAthenaComps.py.
|
protected |
Definition at line 78 of file PyAthenaComps.py.
|
protected |
Definition at line 77 of file PyAthenaComps.py.
|
protected |
init base class
Definition at line 76 of file PyAthenaComps.py.
| python.PyAthenaComps.Alg.name = name |
Definition at line 81 of file PyAthenaComps.py.
| python.PyAthenaComps.Alg.OutputLevel |
Definition at line 107 of file PyAthenaComps.py.