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
 

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  the_alg = CompFactory.MuonGMR4.MuonChamberToolTest(name, **kwargs)
7  result.addEventAlgo(the_alg, primary = True)
8  return result
9 

Variable Documentation

◆ args

python.testChamberBuilder.args = parser.parse_args()

Definition at line 14 of file testChamberBuilder.py.

◆ cfg

python.testChamberBuilder.cfg

Definition at line 15 of file testChamberBuilder.py.

◆ flags

python.testChamberBuilder.flags

Definition at line 15 of file testChamberBuilder.py.

◆ parser

python.testChamberBuilder.parser = SetupArgParser()

Definition at line 12 of file testChamberBuilder.py.

◆ verboseLimit

python.testChamberBuilder.verboseLimit

Definition at line 18 of file testChamberBuilder.py.

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