ATLAS Offline Software
Functions | Variables
DumpABLines Namespace Reference

Functions

def MuonABLineJsonDumpAlgCfg (flags, name="MuonABLineJsonDumpAlg", **kwargs)
 

Variables

 parser = SetupArgParser()
 
 output
 
 inputFile
 
 help
 
 default
 
 args = parser.parse_args()
 
 flags = initConfigFlags()
 
 NumThreads
 
 NumConcurrentEvents
 
 ESDFileName
 
 Files
 
 cfg = MainServicesCfg(flags)
 
 withDetails
 
 True
 
 summariseProps
 
 sc = cfg.run(1)
 

Function Documentation

◆ MuonABLineJsonDumpAlgCfg()

def DumpABLines.MuonABLineJsonDumpAlgCfg (   flags,
  name = "MuonABLineJsonDumpAlg",
**  kwargs 
)

Definition at line 5 of file DumpABLines.py.

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

Variable Documentation

◆ args

DumpABLines.args = parser.parse_args()

Definition at line 20 of file DumpABLines.py.

◆ cfg

DumpABLines.cfg = MainServicesCfg(flags)

Definition at line 29 of file DumpABLines.py.

◆ default

DumpABLines.default

Definition at line 19 of file DumpABLines.py.

◆ ESDFileName

DumpABLines.ESDFileName

Definition at line 24 of file DumpABLines.py.

◆ Files

DumpABLines.Files

Definition at line 25 of file DumpABLines.py.

◆ flags

DumpABLines.flags = initConfigFlags()

Definition at line 21 of file DumpABLines.py.

◆ help

DumpABLines.help

Definition at line 18 of file DumpABLines.py.

◆ inputFile

DumpABLines.inputFile

Definition at line 16 of file DumpABLines.py.

◆ NumConcurrentEvents

DumpABLines.NumConcurrentEvents

Definition at line 23 of file DumpABLines.py.

◆ NumThreads

DumpABLines.NumThreads

Definition at line 22 of file DumpABLines.py.

◆ output

DumpABLines.output

Definition at line 15 of file DumpABLines.py.

◆ parser

DumpABLines.parser = SetupArgParser()

Definition at line 14 of file DumpABLines.py.

◆ sc

DumpABLines.sc = cfg.run(1)

Definition at line 48 of file DumpABLines.py.

◆ summariseProps

DumpABLines.summariseProps

Definition at line 45 of file DumpABLines.py.

◆ True

DumpABLines.True

Definition at line 45 of file DumpABLines.py.

◆ withDetails

DumpABLines.withDetails

Definition at line 45 of file DumpABLines.py.

python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
DumpABLines.MuonABLineJsonDumpAlgCfg
def MuonABLineJsonDumpAlgCfg(flags, name="MuonABLineJsonDumpAlg", **kwargs)
Definition: DumpABLines.py:5