ATLAS Offline Software
Functions | Variables
python.showOutput Namespace Reference

Functions

def getOutputDictFromAMI (tag)
 

Variables

 tag
 
 dsname
 
 outDict
 

Function Documentation

◆ getOutputDictFromAMI()

def python.showOutput.getOutputDictFromAMI (   tag)

Definition at line 9 of file showOutput.py.

9 def getOutputDictFromAMI(tag):
10  try:
11  from pyAMI.pyAMI import AMI
12  amires = AMI().execute(["ListConfigurationTag","-configTag=%s" % tag])
13  d = amires.getDict()['rowset_%s'%tag][tag]
14  outDict = eval(d.get('outputs','None'))
15  except Exception as e:
16  print ("Failed to get OutputDict from AMI")
17  print (e)
18  return None
19  return outDict
20 
21 

Variable Documentation

◆ dsname

python.showOutput.dsname

Definition at line 29 of file showOutput.py.

◆ outDict

python.showOutput.outDict

Definition at line 32 of file showOutput.py.

◆ tag

python.showOutput.tag

Definition at line 28 of file showOutput.py.

python.showOutput.getOutputDictFromAMI
def getOutputDictFromAMI(tag)
Definition: showOutput.py:9
LArG4FSStartPointFilterLegacy.execute
execute
Definition: LArG4FSStartPointFilterLegacy.py:20