Skip to content

TrkDetDescrTestTools: Fix ubsan warnings.

We were getting uban warnings because instances of LayerMaterialAnalyzer were too big for it to handle. Resolve by changing large arrays into std::vector's.

Merge request reports