Skip to content

InDetBeamSpotFinder: Fix array dimension.

covFromSi is obviously meant to be a 2x2 matrix, not 1x1!. Fixes out-of-bounds warning from gcc10.

Merge request reports