ATLAS Offline Software
Loading...
Searching...
No Matches
NswDcsAlgTest Namespace Reference

Functions

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

Variables

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

Function Documentation

◆ NSWDcsAlgTest()

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

Definition at line 3 of file NswDcsAlgTest.py.

3def 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

NswDcsAlgTest.args = parser.parse_args()

Definition at line 23 of file NswDcsAlgTest.py.

◆ AtlasVersion

NswDcsAlgTest.AtlasVersion

Definition at line 31 of file NswDcsAlgTest.py.

◆ cfg

NswDcsAlgTest.cfg = SetupMuonStandaloneCA(flags)

Definition at line 37 of file NswDcsAlgTest.py.

◆ default

NswDcsAlgTest.default

Definition at line 21 of file NswDcsAlgTest.py.

◆ Files

NswDcsAlgTest.Files

Definition at line 26 of file NswDcsAlgTest.py.

◆ flags

NswDcsAlgTest.flags = initConfigFlags()

Definition at line 25 of file NswDcsAlgTest.py.

◆ help

NswDcsAlgTest.help

Definition at line 22 of file NswDcsAlgTest.py.

◆ MaxEvents

NswDcsAlgTest.MaxEvents

Definition at line 30 of file NswDcsAlgTest.py.

◆ NumConcurrentEvents

NswDcsAlgTest.NumConcurrentEvents

Definition at line 29 of file NswDcsAlgTest.py.

◆ NumThreads

NswDcsAlgTest.NumThreads

Definition at line 28 of file NswDcsAlgTest.py.

◆ parser

NswDcsAlgTest.parser = SetupArgParser()

Definition at line 20 of file NswDcsAlgTest.py.