6 result = ComponentAccumulator()
7 from MuonGeoModelR4.MuonGeoModelConfig
import MuonGeoModelCfg
8 result.merge(MuonGeoModelCfg(flags))
9 kwargs.setdefault(
"dumpVolumes", flags.Acts.TrackingGeometry.ObjDebugOutput)
10 the_tool = CompFactory.ActsTrk.MuonBlueprintNodeBuilder(name, **kwargs)
11 result.setPrivateTools(the_tool)