ATLAS Offline Software
Functions | Variables
python.NswDcsAlgTest Namespace Reference

Functions

def NSWDcsAlgTest (flags, alg_name="NSWDcsTestAlg", **kwargs)
 

Variables

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

Function Documentation

◆ NSWDcsAlgTest()

def python.NswDcsAlgTest.NSWDcsAlgTest (   flags,
  alg_name = "NSWDcsTestAlg",
**  kwargs 
)

Definition at line 3 of file NswDcsAlgTest.py.

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

Variable Documentation

◆ args

python.NswDcsAlgTest.args = parser.parse_args()

Definition at line 23 of file NswDcsAlgTest.py.

◆ cfg

python.NswDcsAlgTest.cfg = setupServicesCfg(flags)

Definition at line 32 of file NswDcsAlgTest.py.

◆ default

python.NswDcsAlgTest.default

Definition at line 21 of file NswDcsAlgTest.py.

◆ ESDFileName

python.NswDcsAlgTest.ESDFileName

Definition at line 28 of file NswDcsAlgTest.py.

◆ Files

python.NswDcsAlgTest.Files

Definition at line 29 of file NswDcsAlgTest.py.

◆ flags

python.NswDcsAlgTest.flags = initConfigFlags()

Definition at line 25 of file NswDcsAlgTest.py.

◆ help

python.NswDcsAlgTest.help

Definition at line 22 of file NswDcsAlgTest.py.

◆ inputFile

python.NswDcsAlgTest.inputFile

Definition at line 19 of file NswDcsAlgTest.py.

◆ NumConcurrentEvents

python.NswDcsAlgTest.NumConcurrentEvents

Definition at line 27 of file NswDcsAlgTest.py.

◆ NumThreads

python.NswDcsAlgTest.NumThreads

Definition at line 26 of file NswDcsAlgTest.py.

◆ parser

python.NswDcsAlgTest.parser = SetupArgParser()

Definition at line 18 of file NswDcsAlgTest.py.

◆ sc

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

Definition at line 38 of file NswDcsAlgTest.py.

◆ summariseProps

python.NswDcsAlgTest.summariseProps

Definition at line 34 of file NswDcsAlgTest.py.

◆ True

python.NswDcsAlgTest.True

Definition at line 34 of file NswDcsAlgTest.py.

◆ withDetails

python.NswDcsAlgTest.withDetails

Definition at line 34 of file NswDcsAlgTest.py.

python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
python.MuonCondAlgConfig.NswDcsDbAlgCfg
def NswDcsDbAlgCfg(flags, **kwargs)
Definition: MuonCondAlgConfig.py:346
python.NswDcsAlgTest.NSWDcsAlgTest
def NSWDcsAlgTest(flags, alg_name="NSWDcsTestAlg", **kwargs)
Definition: NswDcsAlgTest.py:3