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

Functions

 NSWGeoPlottingAlgCfg (flags, name="NSWGeoPlottingAlg", **kwargs)

Variables

 parser = SetupArgParser()
 inputFile
 args = parser.parse_args()
 flags = initConfigFlags()
 NumThreads
 NumConcurrentEvents
 ESDFileName
 Files
 applyMMPassivation
 AtlasVersion
 GlobalTag
 cfg = setupServicesCfg(flags)
 msgService = cfg.getService('MessageSvc')
 withDetails
 True
 summariseProps
 sc = cfg.run(1)

Function Documentation

◆ NSWGeoPlottingAlgCfg()

PlotNSWGeo.NSWGeoPlottingAlgCfg ( flags,
name = "NSWGeoPlottingAlg",
** kwargs )

Definition at line 5 of file PlotNSWGeo.py.

5def NSWGeoPlottingAlgCfg(flags, name = "NSWGeoPlottingAlg", **kwargs):
6 result = ComponentAccumulator()
7 event_algo = CompFactory.MuonGM.NSWGeoPlottingAlg(name, **kwargs)
8 result.addEventAlgo(event_algo, primary = True)
9 return result
10

Variable Documentation

◆ applyMMPassivation

PlotNSWGeo.applyMMPassivation

Definition at line 24 of file PlotNSWGeo.py.

◆ args

PlotNSWGeo.args = parser.parse_args()

Definition at line 17 of file PlotNSWGeo.py.

◆ AtlasVersion

PlotNSWGeo.AtlasVersion

Definition at line 26 of file PlotNSWGeo.py.

◆ cfg

PlotNSWGeo.cfg = setupServicesCfg(flags)

Definition at line 31 of file PlotNSWGeo.py.

◆ ESDFileName

PlotNSWGeo.ESDFileName

Definition at line 22 of file PlotNSWGeo.py.

◆ Files

PlotNSWGeo.Files

Definition at line 23 of file PlotNSWGeo.py.

◆ flags

PlotNSWGeo.flags = initConfigFlags()

Definition at line 19 of file PlotNSWGeo.py.

◆ GlobalTag

PlotNSWGeo.GlobalTag

Definition at line 27 of file PlotNSWGeo.py.

◆ inputFile

PlotNSWGeo.inputFile

Definition at line 16 of file PlotNSWGeo.py.

◆ msgService

PlotNSWGeo.msgService = cfg.getService('MessageSvc')

Definition at line 35 of file PlotNSWGeo.py.

◆ NumConcurrentEvents

PlotNSWGeo.NumConcurrentEvents

Definition at line 21 of file PlotNSWGeo.py.

◆ NumThreads

PlotNSWGeo.NumThreads

Definition at line 20 of file PlotNSWGeo.py.

◆ parser

PlotNSWGeo.parser = SetupArgParser()

Definition at line 15 of file PlotNSWGeo.py.

◆ sc

PlotNSWGeo.sc = cfg.run(1)

Definition at line 41 of file PlotNSWGeo.py.

◆ summariseProps

PlotNSWGeo.summariseProps

Definition at line 37 of file PlotNSWGeo.py.

◆ True

PlotNSWGeo.True

Definition at line 37 of file PlotNSWGeo.py.

◆ withDetails

PlotNSWGeo.withDetails

Definition at line 37 of file PlotNSWGeo.py.