Fix reconstruction of Run3 layouts
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