ATLAS Offline Software
Functions | Variables
python.MdtCondTester Namespace Reference

Functions

def MdtConditionsTestCfg (flags, name="MdtConditionsTest", **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

◆ MdtConditionsTestCfg()

def python.MdtCondTester.MdtConditionsTestCfg (   flags,
  name = "MdtConditionsTest",
**  kwargs 
)

Definition at line 3 of file MdtCondTester.py.

3 def MdtConditionsTestCfg(flags, name="MdtConditionsTest", **kwargs):
4  from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
5  result = ComponentAccumulator()
6  from AthenaConfiguration.ComponentFactory import CompFactory
7  from MuonConfig.MuonCondAlgConfig import MdtCondDbAlgCfg
8  result.merge(MdtCondDbAlgCfg(flags))
9  from MuonConfig.MuonGeometryConfig import MuonIdHelperSvcCfg
10  result.merge(MuonIdHelperSvcCfg(flags))
11  the_alg = CompFactory.MdtConditionsTestAlg(name, **kwargs)
12  result.addEventAlgo(the_alg, primary = True)
13  return result

Variable Documentation

◆ args

python.MdtCondTester.args = parser.parse_args()

Definition at line 22 of file MdtCondTester.py.

◆ cfg

python.MdtCondTester.cfg = setupServicesCfg(flags)

Definition at line 31 of file MdtCondTester.py.

◆ default

python.MdtCondTester.default

Definition at line 19 of file MdtCondTester.py.

◆ ESDFileName

python.MdtCondTester.ESDFileName

Definition at line 27 of file MdtCondTester.py.

◆ Files

python.MdtCondTester.Files

Definition at line 28 of file MdtCondTester.py.

◆ flags

python.MdtCondTester.flags = initConfigFlags()

Definition at line 24 of file MdtCondTester.py.

◆ Format

python.MdtCondTester.Format

Definition at line 33 of file MdtCondTester.py.

◆ help

python.MdtCondTester.help

Definition at line 20 of file MdtCondTester.py.

◆ inputFile

python.MdtCondTester.inputFile

Definition at line 21 of file MdtCondTester.py.

◆ msgService

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

Definition at line 32 of file MdtCondTester.py.

◆ NumConcurrentEvents

python.MdtCondTester.NumConcurrentEvents

Definition at line 26 of file MdtCondTester.py.

◆ NumThreads

python.MdtCondTester.NumThreads

Definition at line 25 of file MdtCondTester.py.

◆ parser

python.MdtCondTester.parser = SetupArgParser()

Definition at line 18 of file MdtCondTester.py.

◆ sc

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

Definition at line 40 of file MdtCondTester.py.

◆ summariseProps

python.MdtCondTester.summariseProps

Definition at line 36 of file MdtCondTester.py.

◆ True

python.MdtCondTester.True

Definition at line 36 of file MdtCondTester.py.

◆ withDetails

python.MdtCondTester.withDetails

Definition at line 36 of file MdtCondTester.py.

python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
python.MuonCondAlgConfig.MdtCondDbAlgCfg
def MdtCondDbAlgCfg(flags, **kwargs)
Definition: MuonCondAlgConfig.py:13
python.MuonGeometryConfig.MuonIdHelperSvcCfg
def MuonIdHelperSvcCfg(flags)
Definition: MuonGeometryConfig.py:15
python.MdtCondTester.MdtConditionsTestCfg
def MdtConditionsTestCfg(flags, name="MdtConditionsTest", **kwargs)
Definition: MdtCondTester.py:3