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

Functions

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

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

Definition at line 5 of file DumpABLines.py.

5def 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 21 of file DumpABLines.py.

◆ cfg

DumpABLines.cfg = MainServicesCfg(flags)

Definition at line 30 of file DumpABLines.py.

◆ default

DumpABLines.default

Definition at line 20 of file DumpABLines.py.

◆ ESDFileName

DumpABLines.ESDFileName

Definition at line 25 of file DumpABLines.py.

◆ Files

DumpABLines.Files

Definition at line 26 of file DumpABLines.py.

◆ flags

DumpABLines.flags = initConfigFlags()

Definition at line 22 of file DumpABLines.py.

◆ help

DumpABLines.help

Definition at line 19 of file DumpABLines.py.

◆ inputFile

DumpABLines.inputFile

Definition at line 17 of file DumpABLines.py.

◆ NumConcurrentEvents

DumpABLines.NumConcurrentEvents

Definition at line 24 of file DumpABLines.py.

◆ NumThreads

DumpABLines.NumThreads

Definition at line 23 of file DumpABLines.py.

◆ output

DumpABLines.output

Definition at line 16 of file DumpABLines.py.

◆ parser

DumpABLines.parser = SetupArgParser()

Definition at line 15 of file DumpABLines.py.

◆ sc

DumpABLines.sc = cfg.run(1)

Definition at line 49 of file DumpABLines.py.

◆ summariseProps

DumpABLines.summariseProps

Definition at line 46 of file DumpABLines.py.

◆ True

DumpABLines.True

Definition at line 46 of file DumpABLines.py.

◆ withDetails

DumpABLines.withDetails

Definition at line 46 of file DumpABLines.py.