Skip to content

Throw exception for 0 counters in HltSelRepRBObjTyp

Thomas Boettcher requested to merge thboettc_objtyp_counter_error into master

HltSelRepRBObjTyp does not correctly handle object counters with value 0 when iterating over the SelReport ObjTyp subbank, resulting in incorrect CLIDs in the SelReport decoder. There is no reason to keep counters for nonexistent objects, so this MR adds a GaudiException for this case.

Merge request reports