ATLAS Offline Software
Functions | Variables
testMuonDetector Namespace Reference

Functions

def MuonDetectorNavTestCfg (flags, name="MuonDetectorNavTest", **kwargs)
 

Variables

 parser = SetupArgParser()
 
 inputFile
 
 outRootFile
 
 nEvents
 
 help
 
 action
 
 default
 
 args = parser.parse_args()
 
 flags = initConfigFlags()
 
 doFullMonMT
 
 cfg
 
 dumpDetector
 
 dumpPassive
 
 dumpDetectorVolumes
 
 BuildSensitives
 
 dumpMaterialSurfaces
 

Function Documentation

◆ MuonDetectorNavTestCfg()

def testMuonDetector.MuonDetectorNavTestCfg (   flags,
  name = "MuonDetectorNavTest",
**  kwargs 
)

Definition at line 6 of file testMuonDetector.py.

6 def MuonDetectorNavTestCfg(flags, name = "MuonDetectorNavTest", **kwargs):
7  result = ComponentAccumulator()
8  containerNames = []
9  if flags.Detector.EnableMDT:
10  containerNames+=["xMdtSimHits"]
11  if flags.Detector.EnableMM:
12  containerNames+=["xMmSimHits"]
13  if flags.Detector.EnableRPC:
14  containerNames+=["xRpcSimHits"]
15  if flags.Detector.EnableTGC:
16  containerNames+=["xTgcSimHits"]
17  if flags.Detector.EnablesTGC:
18  containerNames+=["xStgcSimHits"]
19  kwargs.setdefault("SimHitKeys", containerNames)
20 
21  the_alg = CompFactory.ActsTrk.MuonDetectorNavTest(name, **kwargs)
22  result.addEventAlgo(the_alg, primary = True)
23  return result
24 

Variable Documentation

◆ action

testMuonDetector.action

Definition at line 31 of file testMuonDetector.py.

◆ args

testMuonDetector.args = parser.parse_args()

Definition at line 38 of file testMuonDetector.py.

◆ BuildSensitives

testMuonDetector.BuildSensitives

Definition at line 53 of file testMuonDetector.py.

◆ cfg

testMuonDetector.cfg

Definition at line 42 of file testMuonDetector.py.

◆ default

testMuonDetector.default

Definition at line 31 of file testMuonDetector.py.

◆ doFullMonMT

testMuonDetector.doFullMonMT

Definition at line 41 of file testMuonDetector.py.

◆ dumpDetector

testMuonDetector.dumpDetector

Definition at line 50 of file testMuonDetector.py.

◆ dumpDetectorVolumes

testMuonDetector.dumpDetectorVolumes

Definition at line 52 of file testMuonDetector.py.

◆ dumpMaterialSurfaces

testMuonDetector.dumpMaterialSurfaces

Definition at line 54 of file testMuonDetector.py.

◆ dumpPassive

testMuonDetector.dumpPassive

Definition at line 51 of file testMuonDetector.py.

◆ flags

testMuonDetector.flags = initConfigFlags()

Definition at line 40 of file testMuonDetector.py.

◆ help

testMuonDetector.help

Definition at line 31 of file testMuonDetector.py.

◆ inputFile

testMuonDetector.inputFile

Definition at line 28 of file testMuonDetector.py.

◆ nEvents

testMuonDetector.nEvents

Definition at line 30 of file testMuonDetector.py.

◆ outRootFile

testMuonDetector.outRootFile

Definition at line 29 of file testMuonDetector.py.

◆ parser

testMuonDetector.parser = SetupArgParser()

Definition at line 27 of file testMuonDetector.py.

python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
testMuonDetector.MuonDetectorNavTestCfg
def MuonDetectorNavTestCfg(flags, name="MuonDetectorNavTest", **kwargs)
Definition: testMuonDetector.py:6