ATLAS Offline Software
Functions | Variables
python.testEDMRun3 Namespace Reference

Functions

def dumpListToJson (fileName)
 
def main ()
 

Variables

 log
 

Function Documentation

◆ dumpListToJson()

def python.testEDMRun3.dumpListToJson (   fileName)

Definition at line 9 of file testEDMRun3.py.

9 def dumpListToJson(fileName):
10  from TrigEDMConfig.TriggerEDM import getTriggerEDMList
11  import json
12  edmDict = dict([(fmt, getTriggerEDMList(flags=None, key=fmt, runVersion=3)) for fmt in AllowedOutputFormats])
13  with open(fileName,'w') as f:
14  json.dump(edmDict, f)
15 

◆ main()

def python.testEDMRun3.main ( )

Definition at line 16 of file testEDMRun3.py.

16 def main():
17 
18  return testEDMList(TriggerHLTListRun3)
19 

Variable Documentation

◆ log

python.testEDMRun3.log

Definition at line 7 of file testEDMRun3.py.

python.TriggerEDM.testEDMList
def testEDMList(edm_list, error_on_edmdetails=True)
Definition: TriggerEDM.py:710
python.testEDMRun3.dumpListToJson
def dumpListToJson(fileName)
Definition: testEDMRun3.py:9
python.TriggerEDM.getTriggerEDMList
def getTriggerEDMList(flags, key, runVersion=-1)
Definition: TriggerEDM.py:149
Trk::open
@ open
Definition: BinningType.h:40
python.testEDMRun3.main
def main()
Definition: testEDMRun3.py:16