ATLAS Offline Software
Functions | Variables
NswCondAlgTest Namespace Reference

Functions

def NSWCondAlgTest (flags, alg_name="NSWCondTestAlg", **kwargs)
 

Variables

 parser = SetupArgParser()
 
 default
 
 help
 
 action
 
 inputFile
 
 args = parser.parse_args()
 
 flags = initConfigFlags()
 
 Files
 
 NumThreads
 
 NumConcurrentEvents
 
 MaxEvents
 
 applyMmT0Correction
 
 cfg = SetupMuonStandaloneCA(flags)
 

Function Documentation

◆ NSWCondAlgTest()

def NswCondAlgTest.NSWCondAlgTest (   flags,
  alg_name = "NSWCondTestAlg",
**  kwargs 
)

Definition at line 3 of file NswCondAlgTest.py.

3 def NSWCondAlgTest(flags,alg_name="NSWCondTestAlg", **kwargs):
4  from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
5  result = ComponentAccumulator()
6  from AthenaConfiguration.ComponentFactory import CompFactory
7  from MuonConfig.MuonCondAlgConfig import NswCalibDbAlgCfg
8  result.merge(NswCalibDbAlgCfg(flags, processThresholds=True))
9  the_alg = CompFactory.NswCondTestAlg(alg_name, **kwargs)
10  result.addEventAlgo(the_alg, primary=True)
11  return result
12 
13 

Variable Documentation

◆ action

NswCondAlgTest.action

Definition at line 23 of file NswCondAlgTest.py.

◆ applyMmT0Correction

NswCondAlgTest.applyMmT0Correction

Definition at line 33 of file NswCondAlgTest.py.

◆ args

NswCondAlgTest.args = parser.parse_args()

Definition at line 25 of file NswCondAlgTest.py.

◆ cfg

NswCondAlgTest.cfg = SetupMuonStandaloneCA(flags)

Definition at line 37 of file NswCondAlgTest.py.

◆ default

NswCondAlgTest.default

Definition at line 21 of file NswCondAlgTest.py.

◆ Files

NswCondAlgTest.Files

Definition at line 28 of file NswCondAlgTest.py.

◆ flags

NswCondAlgTest.flags = initConfigFlags()

Definition at line 27 of file NswCondAlgTest.py.

◆ help

NswCondAlgTest.help

Definition at line 22 of file NswCondAlgTest.py.

◆ inputFile

NswCondAlgTest.inputFile

Definition at line 24 of file NswCondAlgTest.py.

◆ MaxEvents

NswCondAlgTest.MaxEvents

Definition at line 32 of file NswCondAlgTest.py.

◆ NumConcurrentEvents

NswCondAlgTest.NumConcurrentEvents

Definition at line 31 of file NswCondAlgTest.py.

◆ NumThreads

NswCondAlgTest.NumThreads

Definition at line 30 of file NswCondAlgTest.py.

◆ parser

NswCondAlgTest.parser = SetupArgParser()

Definition at line 20 of file NswCondAlgTest.py.

python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
NswCondAlgTest.NSWCondAlgTest
def NSWCondAlgTest(flags, alg_name="NSWCondTestAlg", **kwargs)
Definition: NswCondAlgTest.py:3
MuonCondAlgConfig.NswCalibDbAlgCfg
def NswCalibDbAlgCfg(flags, **kwargs)
Definition: MuonCondAlgConfig.py:181