ATLAS Offline Software
Functions | Variables
python.testChamberBuilder Namespace Reference

Functions

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

Variables

 parser = SetupArgParser()
 
 args = parser.parse_args()
 
 flags
 
 cfg
 
 verboseLimit
 
 OutputLevel
 

Function Documentation

◆ MuonChamberToolTestCfg()

def python.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 ActsGeometry.DetectorVolumeSvcCfg import DetectorVolumeSvcCfg
7  kwargs.setdefault("DetectorVolumeSvc", result.getPrimaryAndMerge(DetectorVolumeSvcCfg(flags)))
8  the_alg = CompFactory.MuonGMR4.MuonChamberToolTest(name, **kwargs)
9  result.addEventAlgo(the_alg, primary = True)
10  return result
11 

Variable Documentation

◆ args

python.testChamberBuilder.args = parser.parse_args()

Definition at line 16 of file testChamberBuilder.py.

◆ cfg

python.testChamberBuilder.cfg

Definition at line 17 of file testChamberBuilder.py.

◆ flags

python.testChamberBuilder.flags

Definition at line 17 of file testChamberBuilder.py.

◆ OutputLevel

python.testChamberBuilder.OutputLevel

Definition at line 22 of file testChamberBuilder.py.

◆ parser

python.testChamberBuilder.parser = SetupArgParser()

Definition at line 14 of file testChamberBuilder.py.

◆ verboseLimit

python.testChamberBuilder.verboseLimit

Definition at line 20 of file testChamberBuilder.py.

python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
DetectorVolumeSvcCfg
Definition: DetectorVolumeSvcCfg.py:1
python.testChamberBuilder.MuonChamberToolTestCfg
def MuonChamberToolTestCfg(flags, name="MuonChamberToolTest", **kwargs)
Definition: testChamberBuilder.py:4