Skip to content

Fix reconstruction of Run3 layouts

Nicolas Koehler requested to merge nkoehler/athena:artmaster into master

Hi,

this MR fixes running reconstruction on Run3 layouts after it was broken by !28621 (merged). The reason was that having std::unique_ptr<Trk::TrapezoidBounds> tbounds and tbounds.get() passed to the Trk::Layer resulted in the bounds of the layer being deleted and thus a segmentation fault.

Best, Nico

Merge request reports