ATLAS Offline Software
Functions | Variables
PlotNSWGeo Namespace Reference

Functions

def 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()

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

Definition at line 5 of file PlotNSWGeo.py.

5 def 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 23 of file PlotNSWGeo.py.

◆ args

PlotNSWGeo.args = parser.parse_args()

Definition at line 16 of file PlotNSWGeo.py.

◆ AtlasVersion

PlotNSWGeo.AtlasVersion

Definition at line 25 of file PlotNSWGeo.py.

◆ cfg

PlotNSWGeo.cfg = setupServicesCfg(flags)

Definition at line 30 of file PlotNSWGeo.py.

◆ ESDFileName

PlotNSWGeo.ESDFileName

Definition at line 21 of file PlotNSWGeo.py.

◆ Files

PlotNSWGeo.Files

Definition at line 22 of file PlotNSWGeo.py.

◆ flags

PlotNSWGeo.flags = initConfigFlags()

Definition at line 18 of file PlotNSWGeo.py.

◆ GlobalTag

PlotNSWGeo.GlobalTag

Definition at line 26 of file PlotNSWGeo.py.

◆ inputFile

PlotNSWGeo.inputFile

Definition at line 15 of file PlotNSWGeo.py.

◆ msgService

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

Definition at line 34 of file PlotNSWGeo.py.

◆ NumConcurrentEvents

PlotNSWGeo.NumConcurrentEvents

Definition at line 20 of file PlotNSWGeo.py.

◆ NumThreads

PlotNSWGeo.NumThreads

Definition at line 19 of file PlotNSWGeo.py.

◆ parser

PlotNSWGeo.parser = SetupArgParser()

Definition at line 14 of file PlotNSWGeo.py.

◆ sc

PlotNSWGeo.sc = cfg.run(1)

Definition at line 40 of file PlotNSWGeo.py.

◆ summariseProps

PlotNSWGeo.summariseProps

Definition at line 36 of file PlotNSWGeo.py.

◆ True

PlotNSWGeo.True

Definition at line 36 of file PlotNSWGeo.py.

◆ withDetails

PlotNSWGeo.withDetails

Definition at line 36 of file PlotNSWGeo.py.

python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
PlotNSWGeo.NSWGeoPlottingAlgCfg
def NSWGeoPlottingAlgCfg(flags, name="NSWGeoPlottingAlg", **kwargs)
Definition: PlotNSWGeo.py:5