Skip to content

Add KillSourceIDMask to bankKiller

Rosen Matev requested to merge rmatev-fix-bankKiller into 2017-patches

Until now we could only filter on an exact sourceID. This is not sufficient to kill all HltSelReports banks in case there are multiple. Now there is an AND mask, and a bank is killed when KillSourceID != 0 && (KillSourceIDMask & sourceID == KillSourceID). The default behaviour is unchanged.

Merge request reports