Replace `GeomCache computeGeometry(const DeUTDetector&)` with `GeomCache::GeomCache(const DeUTDetector&)`
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