Skip to content

Workaround to bypass DumpGeo crash when dumping FwdRegion, see ATLASSIM-7263. Also, add some debugging options for the DumpGeo CA configuration.

This MR adds a workaround to bypass a crash in DumpGeo crash when dumping the FwdRegion geometry.

The crash in DumpGeo is due to the lack of support for the GeoEllipticalTube shape in GeoModelIO.

As a workaround, DumpGeo is now enabling the vp1Compatibility property of the FwdRegionGeoModelTool, when the FwdRegion geometry is requested.

See ATLASSIM-7263 for details.

[the MR also adds new CLI options to debug the CA configuration, mainly for the DumpGeo developers]

Merge request reports