ATLAS Offline Software
Functions | Variables
PlotNSWGeo Namespace Reference

Functions

def NSWGeoPlottingAlgCfg (flags, name="NSWGeoPlottingAlg", **kwargs)
 
def sTgcPadPlottingAlg (flags, name="sTgcPadPlottingAlg", **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')
 
 Format
 
 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.NSWGeoPlottingAlg(name, **kwargs)
8  result.addEventAlgo(event_algo, primary = True)
9  return result
10 

◆ sTgcPadPlottingAlg()

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

Definition at line 11 of file PlotNSWGeo.py.

11 def sTgcPadPlottingAlg(flags, name = "sTgcPadPlottingAlg", **kwargs):
12  result = ComponentAccumulator()
13  event_algo = CompFactory.sTgcPadPlottingAlg(name, **kwargs)
14  result.addEventAlgo(event_algo, primary = True)
15  return result
16 
17 

Variable Documentation

◆ applyMMPassivation

PlotNSWGeo.applyMMPassivation

Definition at line 30 of file PlotNSWGeo.py.

◆ args

PlotNSWGeo.args = parser.parse_args()

Definition at line 23 of file PlotNSWGeo.py.

◆ AtlasVersion

PlotNSWGeo.AtlasVersion

Definition at line 32 of file PlotNSWGeo.py.

◆ cfg

PlotNSWGeo.cfg = setupServicesCfg(flags)

Definition at line 37 of file PlotNSWGeo.py.

◆ ESDFileName

PlotNSWGeo.ESDFileName

Definition at line 28 of file PlotNSWGeo.py.

◆ Files

PlotNSWGeo.Files

Definition at line 29 of file PlotNSWGeo.py.

◆ flags

PlotNSWGeo.flags = initConfigFlags()

Definition at line 25 of file PlotNSWGeo.py.

◆ Format

PlotNSWGeo.Format

Definition at line 43 of file PlotNSWGeo.py.

◆ GlobalTag

PlotNSWGeo.GlobalTag

Definition at line 33 of file PlotNSWGeo.py.

◆ inputFile

PlotNSWGeo.inputFile

Definition at line 22 of file PlotNSWGeo.py.

◆ msgService

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

Definition at line 42 of file PlotNSWGeo.py.

◆ NumConcurrentEvents

PlotNSWGeo.NumConcurrentEvents

Definition at line 27 of file PlotNSWGeo.py.

◆ NumThreads

PlotNSWGeo.NumThreads

Definition at line 26 of file PlotNSWGeo.py.

◆ parser

PlotNSWGeo.parser = SetupArgParser()

Definition at line 21 of file PlotNSWGeo.py.

◆ sc

PlotNSWGeo.sc = cfg.run(1)

Definition at line 49 of file PlotNSWGeo.py.

◆ summariseProps

PlotNSWGeo.summariseProps

Definition at line 45 of file PlotNSWGeo.py.

◆ True

PlotNSWGeo.True

Definition at line 45 of file PlotNSWGeo.py.

◆ withDetails

PlotNSWGeo.withDetails

Definition at line 45 of file PlotNSWGeo.py.

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