Skip to content

added option to force geometry preloading

Marco Clemencic requested to merge geom-preloading into future

Setting

from Configurables import DetectorDataSvc
DetectorDataSvc(AllowLoadInRunning=False)

will cause a failure if an object is loaded during the execution.

Merge request reports