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

Functions

 MuonChamberToolTestCfg (flags, name="MuonChamberToolTest", **kwargs)

Variables

 parser = SetupArgParser()
 args = parser.parse_args()
 flags = initConfigFlags()
 UseBlueprint
 ObjDebugOutput
 cfg
 verboseLimit

Function Documentation

◆ MuonChamberToolTestCfg()

testChamberBuilder.MuonChamberToolTestCfg ( flags,
name = "MuonChamberToolTest",
** kwargs )

Definition at line 4 of file testChamberBuilder.py.

4def MuonChamberToolTestCfg(flags, name="MuonChamberToolTest", **kwargs):
5 result = ComponentAccumulator()
6 from ActsConfig.ActsGeometryConfig import ActsTrackingGeometrySvcCfg
7 kwargs.setdefault("TrackingGeometrySvc", result.getPrimaryAndMerge(ActsTrackingGeometrySvcCfg(flags)))
8 kwargs.setdefault("dumpVolumes", flags.Acts.TrackingGeometry.ObjDebugOutput)
9 the_alg = CompFactory.MuonGMR4.MuonChamberToolTest(name, **kwargs)
10 result.addEventAlgo(the_alg, primary = True)
11 return result
12

Variable Documentation

◆ args

testChamberBuilder.args = parser.parse_args()

Definition at line 17 of file testChamberBuilder.py.

◆ cfg

testChamberBuilder.cfg

Definition at line 24 of file testChamberBuilder.py.

◆ flags

testChamberBuilder.flags = initConfigFlags()

Definition at line 21 of file testChamberBuilder.py.

◆ ObjDebugOutput

testChamberBuilder.ObjDebugOutput

Definition at line 23 of file testChamberBuilder.py.

◆ parser

testChamberBuilder.parser = SetupArgParser()

Definition at line 15 of file testChamberBuilder.py.

◆ UseBlueprint

testChamberBuilder.UseBlueprint

Definition at line 22 of file testChamberBuilder.py.

◆ verboseLimit

testChamberBuilder.verboseLimit

Definition at line 27 of file testChamberBuilder.py.