6 result = ComponentAccumulator()
7 from MuonGeoModelR4.MuonGeoModelConfig
import MuonGeoModelCfg
8 result.merge(MuonGeoModelCfg(flags))
10 kwargs.setdefault(
"AssignActiveMaterial", flags.Muon.trackGeometryActiveMaterial)
11 kwargs.setdefault(
"BuildPassiveVolumes", flags.Muon.trackGeometryPassiveMaterial)
12 the_tool = CompFactory.ActsTrk.MuonBlueprintNodeBuilder(name, **kwargs)
13 result.setPrivateTools(the_tool)
17 kwargs.setdefault(
'MuonMaterialDbFile', flags.Acts.TrackingGeometry.MuonMaterialMapFile)
18 result = ComponentAccumulator()
19 the_tool = CompFactory.MuonGMR4.MuonMaterialDecoratorTool(name, **kwargs)
20 result.setPrivateTools(the_tool)