![]() |
The Gaudi Framework
v29r3 (fa547fc2)
|
#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( StatusCode::FAILURE, true )} |
Definition at line 27 of file IAlgExecStateSvc.h.
| enum AlgExecState::State |
| Enumerator | |
|---|---|
| None | |
| Executing | |
| Done | |
Definition at line 30 of file IAlgExecStateSvc.h.
|
inline |
Definition at line 34 of file IAlgExecStateSvc.h.
|
inline |
Definition at line 32 of file IAlgExecStateSvc.h.
|
inline |
Definition at line 44 of file IAlgExecStateSvc.h.
|
inline |
Definition at line 43 of file IAlgExecStateSvc.h.
|
inline |
Definition at line 36 of file IAlgExecStateSvc.h.
|
inline |
Definition at line 37 of file IAlgExecStateSvc.h.
|
inline |
Definition at line 38 of file IAlgExecStateSvc.h.
|
inline |
Definition at line 33 of file IAlgExecStateSvc.h.
|
private |
Definition at line 49 of file IAlgExecStateSvc.h.
|
private |
Definition at line 47 of file IAlgExecStateSvc.h.
|
private |
Definition at line 48 of file IAlgExecStateSvc.h.