Skip to content

Added decision consistency checking in min-bias hypos

This resolves issue: ATR-23550 Details, during the testing phase the HLT performs sort of sanity checking at runtime. For it to realy happen, after the decision are recorded by the HypoAlgs a call to the checker method is needed. It was absent in minbias hypo algs until now. Among other things it makes sure we are not neglecting the fact that a chain was rejected in an earlier step.

Tagging @tamartin FI

Merge request reports