Skip to content

TrigHLTJetHypo: Fix unchecked StatusCodes

Frank Winklmeier requested to merge fwinkl/athena:trigjet_statuscode into master

Fix unchecked StatusCodes. Note that two StatusCodes can be combined by bit-wise logic operations. No short-circuiting is applied, i.e. both terms in a bit-wise & are always evaluated.

cc @peter

Merge request reports