Skip to content

Replace `GeomCache computeGeometry(const DeUTDetector&)` with `GeomCache::GeomCache(const DeUTDetector&)`

Gerhard Raven requested to merge tweak-ut-computegeometry into master

Replace GeomCache computeGeometry(const DeUTDetector&) with GeomCache::GeomCache(const DeUTDetector&). As an intended(!) side-effect, it is no longer possible to create an uninitialised GeomCache as it will no longer default construct.

Must be applied in conjunction with Rec!2274 (merged).

Edited by Gerhard Raven

Merge request reports