Skip to content

Fixed Middleware test failure when importing cms2018

Andrei Gheata requested to merge fix_middleware_test into master

After adding the fix for importing reflected volumes, the cms2018 vgdml::Middleware test fails. I had to:

  • disable CheckOverlaps in ROOT which fails on scaled shapes.
  • adjust polycone VecGeom->ROOT conversion to use the original section parameters rather than re-calculating them from the conical section arrays. The latter fails in the ROOT conversion because sections at the same Z end up at different Z and in the wrong order, which is triggering an exception in the ROOT TGeoPcon constructor.

Merge request reports