ATLAS Offline Software
Functions | Variables
python.AlignmentErrorTestAlgConfig Namespace Reference

Functions

def AlignmentErrorTestAlgCfg (flags, name="AlignmentErrorTestAlg", **kwargs)
 

Variables

 flags = initConfigFlags()
 
 parser = flags.getArgumentParser()
 
 help
 
 Files
 
 MaxEvents
 
 ShowMsgStats
 
 args
 
 _
 
 cfg = MainServicesCfg(flags)
 
 clobFileOverride
 

Function Documentation

◆ AlignmentErrorTestAlgCfg()

def python.AlignmentErrorTestAlgConfig.AlignmentErrorTestAlgCfg (   flags,
  name = "AlignmentErrorTestAlg",
**  kwargs 
)

Definition at line 6 of file AlignmentErrorTestAlgConfig.py.

6 def AlignmentErrorTestAlgCfg(flags, name="AlignmentErrorTestAlg", **kwargs):
8 
9  from MuonAlignErrorTool.AlignmentErrorToolConfig import AlignmentErrorToolCfg
10  kwargs.setdefault("alignmentErrorTool", acc.popToolsAndMerge(AlignmentErrorToolCfg(flags)))
11 
12  alg = CompFactory.MuonAlign.AlignmentErrorTestAlg(name, **kwargs)
13  acc.addEventAlgo(alg)
14 
15  return acc
16 

Variable Documentation

◆ _

python.AlignmentErrorTestAlgConfig._
private

Definition at line 30 of file AlignmentErrorTestAlgConfig.py.

◆ args

python.AlignmentErrorTestAlgConfig.args

Definition at line 30 of file AlignmentErrorTestAlgConfig.py.

◆ cfg

python.AlignmentErrorTestAlgConfig.cfg = MainServicesCfg(flags)

Definition at line 38 of file AlignmentErrorTestAlgConfig.py.

◆ clobFileOverride

python.AlignmentErrorTestAlgConfig.clobFileOverride

Definition at line 46 of file AlignmentErrorTestAlgConfig.py.

◆ Files

python.AlignmentErrorTestAlgConfig.Files

Definition at line 26 of file AlignmentErrorTestAlgConfig.py.

◆ flags

python.AlignmentErrorTestAlgConfig.flags = initConfigFlags()

Definition at line 19 of file AlignmentErrorTestAlgConfig.py.

◆ help

python.AlignmentErrorTestAlgConfig.help

Definition at line 22 of file AlignmentErrorTestAlgConfig.py.

◆ MaxEvents

python.AlignmentErrorTestAlgConfig.MaxEvents

Definition at line 27 of file AlignmentErrorTestAlgConfig.py.

◆ parser

python.AlignmentErrorTestAlgConfig.parser = flags.getArgumentParser()

Definition at line 21 of file AlignmentErrorTestAlgConfig.py.

◆ ShowMsgStats

python.AlignmentErrorTestAlgConfig.ShowMsgStats

Definition at line 28 of file AlignmentErrorTestAlgConfig.py.

python.AlignmentErrorToolConfig.AlignmentErrorToolCfg
def AlignmentErrorToolCfg(flags, name="AlignmentErrorTool", **kwargs)
Definition: AlignmentErrorToolConfig.py:6
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
python.AlignmentErrorTestAlgConfig.AlignmentErrorTestAlgCfg
def AlignmentErrorTestAlgCfg(flags, name="AlignmentErrorTestAlg", **kwargs)
Definition: AlignmentErrorTestAlgConfig.py:6