![]() |
The Gaudi Framework
v37r1 (a7f61348)
|
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/IAlgExecStateSvc.h>
Public Types | |
enum | State { None = 0, Executing = 1, Done = 2 } |
Public Member Functions | |
bool | filterPassed () const |
State | state () const |
const StatusCode & | execStatus () const |
void | setFilterPassed (bool f=true) |
void | setState (State s) |
void | setState (State s, const StatusCode &sc) |
void | setExecStatus (const StatusCode &sc=StatusCode::SUCCESS) |
void | reset () |
Private Attributes | |
bool | m_filterPassed { true } |
State | m_state { State::None } |
StatusCode | m_execStatus { StatusCode::FAILURE } |
Definition at line 37 of file IAlgExecStateSvc.h.
enum AlgExecState::State |
Enumerator | |
---|---|
None | |
Executing | |
Done |
Definition at line 39 of file IAlgExecStateSvc.h.
|
inline |
Definition at line 43 of file IAlgExecStateSvc.h.
|
inline |
Definition at line 41 of file IAlgExecStateSvc.h.
|
inline |
Definition at line 52 of file IAlgExecStateSvc.h.
|
inline |
Definition at line 51 of file IAlgExecStateSvc.h.
|
inline |
Definition at line 45 of file IAlgExecStateSvc.h.
|
inline |
Definition at line 46 of file IAlgExecStateSvc.h.
|
inline |
Definition at line 47 of file IAlgExecStateSvc.h.
|
inline |
Definition at line 42 of file IAlgExecStateSvc.h.
|
private |
Definition at line 57 of file IAlgExecStateSvc.h.
|
private |
Definition at line 55 of file IAlgExecStateSvc.h.
|
private |
Definition at line 56 of file IAlgExecStateSvc.h.