ATLAS Offline Software
Functions | Variables
MdtCondExtraction Namespace Reference

Functions

def MdtCondJsonDumpAlgCfg (flags, name="MdtCondJsonDumpAlg", **kwargs)
 

Variables

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

Function Documentation

◆ MdtCondJsonDumpAlgCfg()

def MdtCondExtraction.MdtCondJsonDumpAlgCfg (   flags,
  name = "MdtCondJsonDumpAlg",
**  kwargs 
)

Definition at line 5 of file MdtCondExtraction.py.

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

Variable Documentation

◆ args

MdtCondExtraction.args = parser.parse_args()

Definition at line 16 of file MdtCondExtraction.py.

◆ cfg

MdtCondExtraction.cfg = MainServicesCfg(flags)

Definition at line 26 of file MdtCondExtraction.py.

◆ ESDFileName

MdtCondExtraction.ESDFileName

Definition at line 20 of file MdtCondExtraction.py.

◆ Files

MdtCondExtraction.Files

Definition at line 21 of file MdtCondExtraction.py.

◆ flags

MdtCondExtraction.flags = initConfigFlags()

Definition at line 17 of file MdtCondExtraction.py.

◆ GlobalTag

MdtCondExtraction.GlobalTag

Definition at line 22 of file MdtCondExtraction.py.

◆ NumConcurrentEvents

MdtCondExtraction.NumConcurrentEvents

Definition at line 19 of file MdtCondExtraction.py.

◆ NumThreads

MdtCondExtraction.NumThreads

Definition at line 18 of file MdtCondExtraction.py.

◆ parser

MdtCondExtraction.parser = SetupArgParser()

Definition at line 14 of file MdtCondExtraction.py.

◆ sc

MdtCondExtraction.sc = cfg.run(1)

Definition at line 47 of file MdtCondExtraction.py.

◆ summariseProps

MdtCondExtraction.summariseProps

Definition at line 44 of file MdtCondExtraction.py.

◆ True

MdtCondExtraction.True

Definition at line 44 of file MdtCondExtraction.py.

◆ withDetails

MdtCondExtraction.withDetails

Definition at line 44 of file MdtCondExtraction.py.

python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
MdtCondExtraction.MdtCondJsonDumpAlgCfg
def MdtCondJsonDumpAlgCfg(flags, name="MdtCondJsonDumpAlg", **kwargs)
Definition: MdtCondExtraction.py:5