ATLAS Offline Software
Functions | Variables
TgcDigiThresholdTester Namespace Reference

Functions

def TgcDigtThresholdTestAlgCfg (flags, name="TgcCondDbTestAlg", **kwargs)
 

Variables

 parser = SetupArgParser()
 
 default
 
 help
 
 inputFile
 
 args = parser.parse_args()
 
 flags = initConfigFlags()
 
 NumThreads
 
 NumConcurrentEvents
 
 ESDFileName
 
 Files
 
 cfg = SetupMuonStandaloneCA(flags)
 

Function Documentation

◆ TgcDigtThresholdTestAlgCfg()

def TgcDigiThresholdTester.TgcDigtThresholdTestAlgCfg (   flags,
  name = "TgcCondDbTestAlg",
**  kwargs 
)

Definition at line 3 of file TgcDigiThresholdTester.py.

3 def TgcDigtThresholdTestAlgCfg(flags, name="TgcCondDbTestAlg", **kwargs):
4  from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
5  result = ComponentAccumulator()
6  from AthenaConfiguration.ComponentFactory import CompFactory
7  the_alg = CompFactory.TgcDigtThresholdTestAlg(name, **kwargs)
8  result.addEventAlgo(the_alg, primary = True)
9  return result

Variable Documentation

◆ args

TgcDigiThresholdTester.args = parser.parse_args()

Definition at line 21 of file TgcDigiThresholdTester.py.

◆ cfg

TgcDigiThresholdTester.cfg = SetupMuonStandaloneCA(flags)

Definition at line 31 of file TgcDigiThresholdTester.py.

◆ default

TgcDigiThresholdTester.default

Definition at line 18 of file TgcDigiThresholdTester.py.

◆ ESDFileName

TgcDigiThresholdTester.ESDFileName

Definition at line 26 of file TgcDigiThresholdTester.py.

◆ Files

TgcDigiThresholdTester.Files

Definition at line 27 of file TgcDigiThresholdTester.py.

◆ flags

TgcDigiThresholdTester.flags = initConfigFlags()

Definition at line 23 of file TgcDigiThresholdTester.py.

◆ help

TgcDigiThresholdTester.help

Definition at line 19 of file TgcDigiThresholdTester.py.

◆ inputFile

TgcDigiThresholdTester.inputFile

Definition at line 20 of file TgcDigiThresholdTester.py.

◆ NumConcurrentEvents

TgcDigiThresholdTester.NumConcurrentEvents

Definition at line 25 of file TgcDigiThresholdTester.py.

◆ NumThreads

TgcDigiThresholdTester.NumThreads

Definition at line 24 of file TgcDigiThresholdTester.py.

◆ parser

TgcDigiThresholdTester.parser = SetupArgParser()

Definition at line 17 of file TgcDigiThresholdTester.py.

python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
TgcDigiThresholdTester.TgcDigtThresholdTestAlgCfg
def TgcDigtThresholdTestAlgCfg(flags, name="TgcCondDbTestAlg", **kwargs)
Definition: TgcDigiThresholdTester.py:3