ATLAS Offline Software
Functions | Variables
python.TgcCondTester Namespace Reference

Functions

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

Variables

 parser = SetupArgParser()
 
 default
 
 help
 
 inputFile
 
 args = parser.parse_args()
 
 flags = initConfigFlags()
 
 NumThreads
 
 NumConcurrentEvents
 
 ESDFileName
 
 Files
 
 cfg = setupServicesCfg(flags)
 
 msgService = cfg.getService('MessageSvc')
 
 Format
 
 withDetails
 
 True
 
 summariseProps
 
 sc = cfg.run(1)
 

Function Documentation

◆ TgcCondDbTestAlgCfg()

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

python.TgcCondTester.args = parser.parse_args()

Definition at line 18 of file TgcCondTester.py.

◆ cfg

python.TgcCondTester.cfg = setupServicesCfg(flags)

Definition at line 27 of file TgcCondTester.py.

◆ default

python.TgcCondTester.default

Definition at line 15 of file TgcCondTester.py.

◆ ESDFileName

python.TgcCondTester.ESDFileName

Definition at line 23 of file TgcCondTester.py.

◆ Files

python.TgcCondTester.Files

Definition at line 24 of file TgcCondTester.py.

◆ flags

python.TgcCondTester.flags = initConfigFlags()

Definition at line 20 of file TgcCondTester.py.

◆ Format

python.TgcCondTester.Format

Definition at line 29 of file TgcCondTester.py.

◆ help

python.TgcCondTester.help

Definition at line 16 of file TgcCondTester.py.

◆ inputFile

python.TgcCondTester.inputFile

Definition at line 17 of file TgcCondTester.py.

◆ msgService

python.TgcCondTester.msgService = cfg.getService('MessageSvc')

Definition at line 28 of file TgcCondTester.py.

◆ NumConcurrentEvents

python.TgcCondTester.NumConcurrentEvents

Definition at line 22 of file TgcCondTester.py.

◆ NumThreads

python.TgcCondTester.NumThreads

Definition at line 21 of file TgcCondTester.py.

◆ parser

python.TgcCondTester.parser = SetupArgParser()

Definition at line 14 of file TgcCondTester.py.

◆ sc

python.TgcCondTester.sc = cfg.run(1)

Definition at line 38 of file TgcCondTester.py.

◆ summariseProps

python.TgcCondTester.summariseProps

Definition at line 36 of file TgcCondTester.py.

◆ True

python.TgcCondTester.True

Definition at line 36 of file TgcCondTester.py.

◆ withDetails

python.TgcCondTester.withDetails

Definition at line 36 of file TgcCondTester.py.

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