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

Functions

 MdtTwinCablingTestCfg (flags, name="MdtTwinMappingTestAlg", **kwargs)

Variables

 parser = SetupArgParser()
 help
 type
 str
 default
 nEvents
 noMM
 noSTGC
 noRpc
 noTgc
 args = parser.parse_args()
 flags
 cfg

Function Documentation

◆ MdtTwinCablingTestCfg()

MdtTwinTester.MdtTwinCablingTestCfg ( flags,
name = "MdtTwinMappingTestAlg",
** kwargs )

Definition at line 3 of file MdtTwinTester.py.

3def MdtTwinCablingTestCfg(flags, name="MdtTwinMappingTestAlg", **kwargs):
4 from AthenaConfiguration.ComponentFactory import CompFactory
5 from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
6 result = ComponentAccumulator()
7 the_alg = CompFactory.Muon.MdtTwinTubeTestAlg(name=name, **kwargs)
8 result.addEventAlgo(the_alg, primary = True)
9 return result
10
11

Variable Documentation

◆ args

MdtTwinTester.args = parser.parse_args()

Definition at line 22 of file MdtTwinTester.py.

◆ cfg

MdtTwinTester.cfg

Definition at line 23 of file MdtTwinTester.py.

◆ default

MdtTwinTester.default

Definition at line 15 of file MdtTwinTester.py.

◆ flags

MdtTwinTester.flags

Definition at line 23 of file MdtTwinTester.py.

◆ help

MdtTwinTester.help

Definition at line 15 of file MdtTwinTester.py.

◆ nEvents

MdtTwinTester.nEvents

Definition at line 16 of file MdtTwinTester.py.

◆ noMM

MdtTwinTester.noMM

Definition at line 17 of file MdtTwinTester.py.

◆ noRpc

MdtTwinTester.noRpc

Definition at line 19 of file MdtTwinTester.py.

◆ noSTGC

MdtTwinTester.noSTGC

Definition at line 18 of file MdtTwinTester.py.

◆ noTgc

MdtTwinTester.noTgc

Definition at line 20 of file MdtTwinTester.py.

◆ parser

MdtTwinTester.parser = SetupArgParser()

Definition at line 14 of file MdtTwinTester.py.

◆ str

MdtTwinTester.str

Definition at line 15 of file MdtTwinTester.py.

◆ type

MdtTwinTester.type

Definition at line 15 of file MdtTwinTester.py.