ATLAS Offline Software
Functions | Variables
MicroMegaCablingTester Namespace Reference

Functions

def MicroMegaCablingTestAlgCfg (flags, name="MMCablingTestAlg")
 

Variables

 parser = SetupArgParser()
 
 args = parser.parse_args()
 
 flags = initConfigFlags()
 
 NumThreads
 
 NumConcurrentEvents
 
 MaxEvents
 
 Files
 
 cfg = SetupMuonStandaloneCA(flags)
 

Function Documentation

◆ MicroMegaCablingTestAlgCfg()

def 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 AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
6  from MuonConfig.MuonCablingConfig import MmCablingCfg
7  from AthenaCommon.Constants import DEBUG
8  result = ComponentAccumulator()
9  result.merge(MmCablingCfg(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

MicroMegaCablingTester.args = parser.parse_args()

Definition at line 20 of file MicroMegaCablingTester.py.

◆ cfg

MicroMegaCablingTester.cfg = SetupMuonStandaloneCA(flags)

Definition at line 30 of file MicroMegaCablingTester.py.

◆ Files

MicroMegaCablingTester.Files

Definition at line 26 of file MicroMegaCablingTester.py.

◆ flags

MicroMegaCablingTester.flags = initConfigFlags()

Definition at line 22 of file MicroMegaCablingTester.py.

◆ MaxEvents

MicroMegaCablingTester.MaxEvents

Definition at line 25 of file MicroMegaCablingTester.py.

◆ NumConcurrentEvents

MicroMegaCablingTester.NumConcurrentEvents

Definition at line 24 of file MicroMegaCablingTester.py.

◆ NumThreads

MicroMegaCablingTester.NumThreads

Definition at line 23 of file MicroMegaCablingTester.py.

◆ parser

MicroMegaCablingTester.parser = SetupArgParser()

Definition at line 19 of file MicroMegaCablingTester.py.

python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
MuonCablingConfig.MmCablingCfg
def MmCablingCfg(flags, name="MuonMm_CablingAlg", **kwargs)
Definition: MuonCablingConfig.py:176
Constants
some useful constants -------------------------------------------------—
MicroMegaCablingTester.MicroMegaCablingTestAlgCfg
def MicroMegaCablingTestAlgCfg(flags, name="MMCablingTestAlg")
Definition: MicroMegaCablingTester.py:3