2 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
3 from AthenaConfiguration.ComponentFactory
import CompFactory
8 if flags.Detector.GeometryMuon:
9 from ActsMuonDetector.ActsMuonDetectorCfg
import MuonDetectorBuilderToolCfg
12 kwargs.setdefault(
"DetectorBuilders", detBuilders)
13 theSvc = CompFactory.ActsTrk.DetectorVolumeSvc(name, **kwargs)
14 result.addService(theSvc, primary=
True)
19 theSvc = CompFactory.ActsTrk.SimpleCylinderDetBuilderTool(name, **kwargs)
20 result.setPrivateTools(theSvc)