Skip to content

Add new StatusCode category to return filterpassed states from functional algorithms

Christoph Hasse requested to merge chasse_AlgExecFree_Algorithm_eval into master

Add a new FunctionalFilterDecision StatusCode category to return an algorithm's filterPassed state.
This allows LHCb to remove the need for AlgExecState update calls in its scheduler and circumvent sysExecute entirely.

cc: @nnolte @clemenci

Edited by Christoph Hasse

Merge request reports