2 from AthenaConfiguration.AccumulatorCache 
import AccumulatorCache
 
    6     from AtlasGeoModel.GeometryDBConfig 
import InDetGeometryDBSvcCfg
 
    9     from AtlasGeoModel.GeoModelConfig 
import GeoModelCfg
 
   11     geoModelSvc = acc.getPrimary()
 
   13     from AthenaConfiguration.ComponentFactory 
import CompFactory
 
   14     sctDetectorTool = CompFactory.SCT_DetectorTool()
 
   15     sctDetectorTool.GeometryDBSvc = db.getPrimary()
 
   16     sctDetectorTool.useDynamicAlignFolders = flags.GeoModel.Align.Dynamic
 
   17     sctDetectorTool.Alignable = 
True  
   18     geoModelSvc.DetectorTools += [ sctDetectorTool ]
 
   24     from AthenaConfiguration.ComponentAccumulator 
import ComponentAccumulator
 
   26     if flags.GeoModel.Align.LegacyConditionsAccess:  
 
   27         from IOVDbSvc.IOVDbSvcConfig 
import addFoldersSplitOnline
 
   28         if flags.GeoModel.Align.Dynamic:
 
   30                                             [
"/Indet/Onl/AlignL1/ID", 
"/Indet/Onl/AlignL2/SCT"],
 
   31                                             [
"/Indet/AlignL1/ID", 
"/Indet/AlignL2/SCT"]))
 
   36         from SCT_ConditionsAlgorithms.SCT_ConditionsAlgorithmsConfig 
import SCT_AlignCondAlgCfg
 
   54     from SCT_ConditionsAlgorithms.SCT_ConditionsAlgorithmsConfig 
import SCT_DetectorElementCondAlgCfg