13 .
setState( state ? AlgExecState::State::Done : AlgExecState::State::None );
void resetExecuted()
Reset the executed state of the Algorithm for the duration of the current event.
bool filterPassed() const
Did this algorithm pass or fail its filter criterion for the last event?
void setFilterPassed(bool state) const
Set the filter passed flag to the specified state.
AlgExecState & execState(const EventContext &ctx) const override
reference to AlgExecState of Alg
GAUDI_API const EventContext & currentContext()
bool isExecuted() const
Has this algorithm been executed since the last reset?
void setExecuted(bool state) const
Set the executed flag to the specified state.
bool filterPassed() const
void setFilterPassed(bool f=true)
Helper functions to set/get the application return code.