ATLAS Offline Software
Functions | Variables
python.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 = setupServicesCfg(flags)
 
 msgService = cfg.getService('MessageSvc')
 
 Format
 
 withDetails
 
 True
 
 summariseProps
 
 sc = cfg.run(1)
 

Function Documentation

◆ TgcDigtThresholdTestAlgCfg()

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

python.TgcDigiThresholdTester.args = parser.parse_args()

Definition at line 18 of file TgcDigiThresholdTester.py.

◆ cfg

python.TgcDigiThresholdTester.cfg = setupServicesCfg(flags)

Definition at line 27 of file TgcDigiThresholdTester.py.

◆ default

python.TgcDigiThresholdTester.default

Definition at line 15 of file TgcDigiThresholdTester.py.

◆ ESDFileName

python.TgcDigiThresholdTester.ESDFileName

Definition at line 23 of file TgcDigiThresholdTester.py.

◆ Files

python.TgcDigiThresholdTester.Files

Definition at line 24 of file TgcDigiThresholdTester.py.

◆ flags

python.TgcDigiThresholdTester.flags = initConfigFlags()

Definition at line 20 of file TgcDigiThresholdTester.py.

◆ Format

python.TgcDigiThresholdTester.Format

Definition at line 29 of file TgcDigiThresholdTester.py.

◆ help

python.TgcDigiThresholdTester.help

Definition at line 16 of file TgcDigiThresholdTester.py.

◆ inputFile

python.TgcDigiThresholdTester.inputFile

Definition at line 17 of file TgcDigiThresholdTester.py.

◆ msgService

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

Definition at line 28 of file TgcDigiThresholdTester.py.

◆ NumConcurrentEvents

python.TgcDigiThresholdTester.NumConcurrentEvents

Definition at line 22 of file TgcDigiThresholdTester.py.

◆ NumThreads

python.TgcDigiThresholdTester.NumThreads

Definition at line 21 of file TgcDigiThresholdTester.py.

◆ parser

python.TgcDigiThresholdTester.parser = SetupArgParser()

Definition at line 14 of file TgcDigiThresholdTester.py.

◆ sc

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

Definition at line 38 of file TgcDigiThresholdTester.py.

◆ summariseProps

python.TgcDigiThresholdTester.summariseProps

Definition at line 36 of file TgcDigiThresholdTester.py.

◆ True

python.TgcDigiThresholdTester.True

Definition at line 36 of file TgcDigiThresholdTester.py.

◆ withDetails

python.TgcDigiThresholdTester.withDetails

Definition at line 36 of file TgcDigiThresholdTester.py.

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