ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self, name=None, **kw) |
def | evtStore (self) |
def | detStore (self) |
def | condStore (self) |
def | sysInitialize (self) |
def | initialize (self) |
def | sysReinitialize (self) |
def | reinitialize (self) |
def | sysExecute (self, cppcontext) |
def | execute (self) |
def | sysFinalize (self) |
def | finalize (self) |
def | sysStart (self) |
def | start (self) |
def | sysStop (self) |
def | stop (self) |
def | filterPassed (self) |
def | setFilterPassed (self, state) |
def | resetExecuted (self) |
def | setExecuted (self, state) |
def | isExecuted (self) |
def | getContext (self) |
Public Attributes | |
name | |
Private Attributes | |
_pyath_evtstore | |
init base class More... | |
_pyath_detstore | |
_pyath_condstore | |
_ctx | |
__component_type__ | |
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.
def python.PyAthenaComps.Alg.__init__ | ( | self, | |
name = None , |
|||
** | kw | ||
) |
Reimplemented in python.PyAthenaComps.AthFilterAlgorithm.
Definition at line 71 of file PyAthenaComps.py.
def python.PyAthenaComps.Alg.condStore | ( | self | ) |
Definition at line 99 of file PyAthenaComps.py.
def python.PyAthenaComps.Alg.detStore | ( | self | ) |
Definition at line 92 of file PyAthenaComps.py.
def python.PyAthenaComps.Alg.evtStore | ( | self | ) |
Definition at line 85 of file PyAthenaComps.py.
def python.PyAthenaComps.Alg.execute | ( | self | ) |
Definition at line 134 of file PyAthenaComps.py.
def 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.
def python.PyAthenaComps.Alg.finalize | ( | self | ) |
Definition at line 140 of file PyAthenaComps.py.
def python.PyAthenaComps.Alg.getContext | ( | self | ) |
Definition at line 173 of file PyAthenaComps.py.
def python.PyAthenaComps.Alg.initialize | ( | self | ) |
Definition at line 112 of file PyAthenaComps.py.
def python.PyAthenaComps.Alg.isExecuted | ( | self | ) |
Definition at line 170 of file PyAthenaComps.py.
def python.PyAthenaComps.Alg.reinitialize | ( | self | ) |
Definition at line 122 of file PyAthenaComps.py.
def python.PyAthenaComps.Alg.resetExecuted | ( | self | ) |
Definition at line 163 of file PyAthenaComps.py.
def python.PyAthenaComps.Alg.setExecuted | ( | self, | |
state | |||
) |
Definition at line 167 of file PyAthenaComps.py.
def 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.
def python.PyAthenaComps.Alg.start | ( | self | ) |
Definition at line 146 of file PyAthenaComps.py.
def python.PyAthenaComps.Alg.stop | ( | self | ) |
Definition at line 152 of file PyAthenaComps.py.
def python.PyAthenaComps.Alg.sysExecute | ( | self, | |
cppcontext | |||
) |
Definition at line 125 of file PyAthenaComps.py.
def python.PyAthenaComps.Alg.sysFinalize | ( | self | ) |
Definition at line 137 of file PyAthenaComps.py.
def python.PyAthenaComps.Alg.sysInitialize | ( | self | ) |
Reimplemented in python.PyAthenaComps.AthFilterAlgorithm.
Definition at line 105 of file PyAthenaComps.py.
def python.PyAthenaComps.Alg.sysReinitialize | ( | self | ) |
Definition at line 115 of file PyAthenaComps.py.
def python.PyAthenaComps.Alg.sysStart | ( | self | ) |
Definition at line 143 of file PyAthenaComps.py.
def python.PyAthenaComps.Alg.sysStop | ( | self | ) |
Definition at line 149 of file PyAthenaComps.py.
|
private |
Definition at line 80 of file PyAthenaComps.py.
|
private |
Definition at line 79 of file PyAthenaComps.py.
|
private |
Definition at line 78 of file PyAthenaComps.py.
|
private |
Definition at line 77 of file PyAthenaComps.py.
|
private |
init base class
Definition at line 76 of file PyAthenaComps.py.
python.PyAthenaComps.Alg.name |
Definition at line 81 of file PyAthenaComps.py.