ATLAS Offline Software
Functions | Variables
python.MicroMegaCablingTester Namespace Reference

Functions

def MicroMegaCablingTestAlgCfg (flags, name="MMCablingTestAlg")
 

Variables

 parser = SetupArgParser()
 
 inputFile
 
 args = parser.parse_args()
 
 flags = initConfigFlags()
 
 NumThreads
 
 NumConcurrentEvents
 
 ESDFileName
 
 Files
 
def cfg = MicroMegaCablingTestAlgCfg(flags)
 
 withDetails
 
 True
 
 summariseProps
 
def sc = cfg.run(1)
 

Function Documentation

◆ MicroMegaCablingTestAlgCfg()

def python.MicroMegaCablingTester.MicroMegaCablingTestAlgCfg (   flags,
  name = "MMCablingTestAlg" 
)

Definition at line 3 of file MicroMegaCablingTester.py.

3 def MicroMegaCablingTestAlgCfg(flags, name = "MMCablingTestAlg"):
4  from AthenaConfiguration.ComponentFactory import CompFactory
5  from MuonCondTest.MdtCablingTester import setupServicesCfg
6  result = setupServicesCfg(flags)
7  from MuonConfig.MuonCablingConfig import NswCablingCfg
8  from AthenaCommon.Constants import DEBUG
9  result.merge(NswCablingCfg(flags, JSONFile = "MMGZebraShift.json", OutputLevel = DEBUG ))
10  event_algo = CompFactory.MMCablingTestAlg(name, OutputLevel = DEBUG)
11  result.addEventAlgo(event_algo, primary = True)
12  return result
13 

Variable Documentation

◆ args

python.MicroMegaCablingTester.args = parser.parse_args()

Definition at line 19 of file MicroMegaCablingTester.py.

◆ cfg

def python.MicroMegaCablingTester.cfg = MicroMegaCablingTestAlgCfg(flags)

Definition at line 31 of file MicroMegaCablingTester.py.

◆ ESDFileName

python.MicroMegaCablingTester.ESDFileName

Definition at line 27 of file MicroMegaCablingTester.py.

◆ Files

python.MicroMegaCablingTester.Files

Definition at line 28 of file MicroMegaCablingTester.py.

◆ flags

python.MicroMegaCablingTester.flags = initConfigFlags()

Definition at line 24 of file MicroMegaCablingTester.py.

◆ inputFile

python.MicroMegaCablingTester.inputFile

Definition at line 18 of file MicroMegaCablingTester.py.

◆ NumConcurrentEvents

python.MicroMegaCablingTester.NumConcurrentEvents

Definition at line 26 of file MicroMegaCablingTester.py.

◆ NumThreads

python.MicroMegaCablingTester.NumThreads

Definition at line 25 of file MicroMegaCablingTester.py.

◆ parser

python.MicroMegaCablingTester.parser = SetupArgParser()

Definition at line 17 of file MicroMegaCablingTester.py.

◆ sc

def python.MicroMegaCablingTester.sc = cfg.run(1)

Definition at line 35 of file MicroMegaCablingTester.py.

◆ summariseProps

python.MicroMegaCablingTester.summariseProps

Definition at line 32 of file MicroMegaCablingTester.py.

◆ True

python.MicroMegaCablingTester.True

Definition at line 32 of file MicroMegaCablingTester.py.

◆ withDetails

python.MicroMegaCablingTester.withDetails

Definition at line 32 of file MicroMegaCablingTester.py.

python.MdtCablingTester.setupServicesCfg
def setupServicesCfg(flags)
Definition: MdtCablingTester.py:17
python.MuonCablingConfig.NswCablingCfg
def NswCablingCfg(flags, name="MuonNSW_CablingAlg", **kwargs)
Definition: MuonCablingConfig.py:175
python.MicroMegaCablingTester.MicroMegaCablingTestAlgCfg
def MicroMegaCablingTestAlgCfg(flags, name="MMCablingTestAlg")
Definition: MicroMegaCablingTester.py:3
Constants
some useful constants -------------------------------------------------—