Skip to content

Fix redundant access to FullPhysVol and AlignableTransform maps that slowed down SCT geometry initialization (enormously)

Joseph Boudreau requested to merge (removed):SCT-fasterInitNewDD into master

Modify the SCT DetectorFactoryLite and Helper classes to use a cached map of FullPhysVols and AlignableTransforms, rather than fetching these maps every time a small piece of detector is to be built.

Merge request reports