Add KillSourceIDMask to bankKiller
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.