added option to force geometry preloading
Setting
from Configurables import DetectorDataSvc
DetectorDataSvc(AllowLoadInRunning=False)
will cause a failure if an object is loaded during the execution.
Setting
from Configurables import DetectorDataSvc
DetectorDataSvc(AllowLoadInRunning=False)
will cause a failure if an object is loaded during the execution.