2 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
3 from AthenaConfiguration.ComponentFactory
import CompFactory
7 kwargs.setdefault(
'dumpDetector',
False)
8 kwargs.setdefault(
'dumpPassive',
False)
9 kwargs.setdefault(
'dumpDetectorVolumes',
False)
10 theTool = CompFactory.ActsTrk.MuonDetectorBuilderTool(name, **kwargs)
11 result.addPublicTool(theTool, primary =
True)
16 from MuonGeoModelR4.MuonGeoModelConfig
import MuonGeoModelCfg
18 the_tool = CompFactory.ActsTrk.MSTrackingVolumeBuilder(name, **kwargs)
19 result.setPrivateTools(the_tool)
24 from MuonGeoModelR4.MuonGeoModelConfig
import MuonGeoModelCfg
26 the_tool = CompFactory.ActsTrk.MuonBlueprintNodeBuilder(name, **kwargs)
27 result.setPrivateTools(the_tool)