ATLAS Offline Software
Functions | Variables
testChamberBuilder Namespace Reference

Functions

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

Variables

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

Function Documentation

◆ MuonChamberToolTestCfg()

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

Definition at line 4 of file testChamberBuilder.py.

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

Variable Documentation

◆ args

testChamberBuilder.args = parser.parse_args()

Definition at line 16 of file testChamberBuilder.py.

◆ cfg

testChamberBuilder.cfg

Definition at line 22 of file testChamberBuilder.py.

◆ flags

testChamberBuilder.flags = initConfigFlags()

Definition at line 20 of file testChamberBuilder.py.

◆ parser

testChamberBuilder.parser = SetupArgParser()

Definition at line 14 of file testChamberBuilder.py.

◆ UseBlueprint

testChamberBuilder.UseBlueprint

Definition at line 21 of file testChamberBuilder.py.

◆ verboseLimit

testChamberBuilder.verboseLimit

Definition at line 25 of file testChamberBuilder.py.

ActsGeometryConfig.ActsTrackingGeometrySvcCfg
ComponentAccumulator ActsTrackingGeometrySvcCfg(flags, str name="ActsTrackingGeometrySvc", **kwargs)
Definition: ActsGeometryConfig.py:6
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
testChamberBuilder.MuonChamberToolTestCfg
def MuonChamberToolTestCfg(flags, name="MuonChamberToolTest", **kwargs)
Definition: testChamberBuilder.py:4