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

Functions

 TgcCondDbTestAlgCfg (flags, name="TgcCondDbTestAlg", **kwargs)

Variables

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

Function Documentation

◆ TgcCondDbTestAlgCfg()

TgcCondTester.TgcCondDbTestAlgCfg ( flags,
name = "TgcCondDbTestAlg",
** kwargs )

Definition at line 3 of file TgcCondTester.py.

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

Variable Documentation

◆ args

TgcCondTester.args = parser.parse_args()

Definition at line 21 of file TgcCondTester.py.

◆ cfg

TgcCondTester.cfg = SetupMuonStandaloneCA(flags)

Definition at line 32 of file TgcCondTester.py.

◆ default

TgcCondTester.default

Definition at line 18 of file TgcCondTester.py.

◆ ESDFileName

TgcCondTester.ESDFileName

Definition at line 27 of file TgcCondTester.py.

◆ Files

TgcCondTester.Files

Definition at line 28 of file TgcCondTester.py.

◆ flags

TgcCondTester.flags = initConfigFlags()

Definition at line 23 of file TgcCondTester.py.

◆ help

TgcCondTester.help

Definition at line 19 of file TgcCondTester.py.

◆ inputFile

TgcCondTester.inputFile

Definition at line 20 of file TgcCondTester.py.

◆ MaxEvents

TgcCondTester.MaxEvents

Definition at line 26 of file TgcCondTester.py.

◆ NumConcurrentEvents

TgcCondTester.NumConcurrentEvents

Definition at line 25 of file TgcCondTester.py.

◆ NumThreads

TgcCondTester.NumThreads

Definition at line 24 of file TgcCondTester.py.

◆ parser

TgcCondTester.parser = SetupArgParser()

Definition at line 17 of file TgcCondTester.py.