ATLAS Offline Software
Functions | Variables
TgcCondTester Namespace Reference

Functions

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

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

Definition at line 3 of file TgcCondTester.py.

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

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