ATLAS Offline Software
Loading...
Searching...
No Matches
TgcDigiThresholdTester Namespace Reference

Functions

 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()

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

Definition at line 3 of file TgcDigiThresholdTester.py.

3def 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.