ATLAS Offline Software
Functions | Variables
python.NswCondAlgTest Namespace Reference

Functions

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

Variables

 parser = SetupArgParser()
 
 default
 
 help
 
 action
 
 inputFile
 
 args = parser.parse_args()
 
string mcInputFile = "/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/MuonRecRTT/UnitTestInput/Run3MC.ESD.pool.root"
 
string dataInputFile = "/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/MuonRecRTT/UnitTestInput/Run3Data.ESD.pool.root"
 
 flags = initConfigFlags()
 
 NumThreads
 
 NumConcurrentEvents
 
 ESDFileName
 
 Files
 
 applyMmT0Correction
 
 cfg = setupServicesCfg(flags)
 
 msgService = cfg.getService('MessageSvc')
 
 Format
 
 withDetails
 
 True
 
 summariseProps
 
 sc = cfg.run(1)
 

Function Documentation

◆ NSWCondAlgTest()

def python.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))
9  the_alg = CompFactory.NswCondTestAlg(alg_name, **kwargs)
10  result.addEventAlgo(the_alg, primary=True)
11  return result
12 
13 

Variable Documentation

◆ action

python.NswCondAlgTest.action

Definition at line 21 of file NswCondAlgTest.py.

◆ applyMmT0Correction

python.NswCondAlgTest.applyMmT0Correction

Definition at line 40 of file NswCondAlgTest.py.

◆ args

python.NswCondAlgTest.args = parser.parse_args()

Definition at line 23 of file NswCondAlgTest.py.

◆ cfg

python.NswCondAlgTest.cfg = setupServicesCfg(flags)

Definition at line 43 of file NswCondAlgTest.py.

◆ dataInputFile

string python.NswCondAlgTest.dataInputFile = "/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/MuonRecRTT/UnitTestInput/Run3Data.ESD.pool.root"

Definition at line 26 of file NswCondAlgTest.py.

◆ default

python.NswCondAlgTest.default

Definition at line 19 of file NswCondAlgTest.py.

◆ ESDFileName

python.NswCondAlgTest.ESDFileName

Definition at line 38 of file NswCondAlgTest.py.

◆ Files

python.NswCondAlgTest.Files

Definition at line 39 of file NswCondAlgTest.py.

◆ flags

python.NswCondAlgTest.flags = initConfigFlags()

Definition at line 35 of file NswCondAlgTest.py.

◆ Format

python.NswCondAlgTest.Format

Definition at line 45 of file NswCondAlgTest.py.

◆ help

python.NswCondAlgTest.help

Definition at line 20 of file NswCondAlgTest.py.

◆ inputFile

python.NswCondAlgTest.inputFile

Definition at line 22 of file NswCondAlgTest.py.

◆ mcInputFile

string python.NswCondAlgTest.mcInputFile = "/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/MuonRecRTT/UnitTestInput/Run3MC.ESD.pool.root"

Definition at line 25 of file NswCondAlgTest.py.

◆ msgService

python.NswCondAlgTest.msgService = cfg.getService('MessageSvc')

Definition at line 44 of file NswCondAlgTest.py.

◆ NumConcurrentEvents

python.NswCondAlgTest.NumConcurrentEvents

Definition at line 37 of file NswCondAlgTest.py.

◆ NumThreads

python.NswCondAlgTest.NumThreads

Definition at line 36 of file NswCondAlgTest.py.

◆ parser

python.NswCondAlgTest.parser = SetupArgParser()

Definition at line 18 of file NswCondAlgTest.py.

◆ sc

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

Definition at line 52 of file NswCondAlgTest.py.

◆ summariseProps

python.NswCondAlgTest.summariseProps

Definition at line 48 of file NswCondAlgTest.py.

◆ True

python.NswCondAlgTest.True

Definition at line 48 of file NswCondAlgTest.py.

◆ withDetails

python.NswCondAlgTest.withDetails

Definition at line 48 of file NswCondAlgTest.py.

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