ATLAS Offline Software
Functions | Variables
python.MdtTwinTester Namespace Reference

Functions

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

Variables

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

Function Documentation

◆ MdtTwinCablingTestCfg()

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

Definition at line 3 of file MdtTwinTester.py.

3 def 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

◆ action

python.MdtTwinTester.action

Definition at line 15 of file MdtTwinTester.py.

◆ args

python.MdtTwinTester.args = parser.parse_args()

Definition at line 23 of file MdtTwinTester.py.

◆ cfg

python.MdtTwinTester.cfg

Definition at line 25 of file MdtTwinTester.py.

◆ default

python.MdtTwinTester.default

Definition at line 15 of file MdtTwinTester.py.

◆ flags

python.MdtTwinTester.flags

Definition at line 25 of file MdtTwinTester.py.

◆ geoModelFile

python.MdtTwinTester.geoModelFile

Definition at line 24 of file MdtTwinTester.py.

◆ help

python.MdtTwinTester.help

Definition at line 16 of file MdtTwinTester.py.

◆ nEvents

python.MdtTwinTester.nEvents

Definition at line 17 of file MdtTwinTester.py.

◆ noMM

python.MdtTwinTester.noMM

Definition at line 18 of file MdtTwinTester.py.

◆ noRpc

python.MdtTwinTester.noRpc

Definition at line 20 of file MdtTwinTester.py.

◆ noSTGC

python.MdtTwinTester.noSTGC

Definition at line 19 of file MdtTwinTester.py.

◆ noTgc

python.MdtTwinTester.noTgc

Definition at line 21 of file MdtTwinTester.py.

◆ parser

python.MdtTwinTester.parser = SetupArgParser()

Definition at line 14 of file MdtTwinTester.py.

◆ str

python.MdtTwinTester.str

Definition at line 16 of file MdtTwinTester.py.

◆ True

python.MdtTwinTester.True

Definition at line 15 of file MdtTwinTester.py.

◆ type

python.MdtTwinTester.type

Definition at line 16 of file MdtTwinTester.py.

python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
python.MdtTwinTester.MdtTwinCablingTestCfg
def MdtTwinCablingTestCfg(flags, name="MdtTwinMappingTestAlg", **kwargs)
Definition: MdtTwinTester.py:3