ATLAS Offline Software
Loading...
Searching...
No Matches
ActsMuonDetectorCfg Namespace Reference

Functions

 MuonBlueprintNodeBuilderCfg (flags, name="MuonBlueprintNodeBuilder", **kwargs)

Function Documentation

◆ MuonBlueprintNodeBuilderCfg()

ActsMuonDetectorCfg.MuonBlueprintNodeBuilderCfg ( flags,
name = "MuonBlueprintNodeBuilder",
** kwargs )

Definition at line 5 of file ActsMuonDetectorCfg.py.

5def MuonBlueprintNodeBuilderCfg(flags, name = "MuonBlueprintNodeBuilder", **kwargs):
6 result = ComponentAccumulator()
7 from MuonGeoModelR4.MuonGeoModelConfig import MuonGeoModelCfg
8 result.merge(MuonGeoModelCfg(flags))
9 the_tool = CompFactory.ActsTrk.MuonBlueprintNodeBuilder(name, **kwargs)
10 result.setPrivateTools(the_tool)
11 return result
12