ATLAS Offline Software
Loading...
Searching...
No Matches
python.testEDMRun3 Namespace Reference

Functions

 dumpListToJson (fileName)
 main ()

Variables

 log = logging.getLogger('testEDMRun3')

Function Documentation

◆ dumpListToJson()

python.testEDMRun3.dumpListToJson ( fileName)

Definition at line 9 of file testEDMRun3.py.

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

python.testEDMRun3.main ( )

Definition at line 16 of file testEDMRun3.py.

16def main():
17
18 return testEDMList(TriggerHLTListRun3)
19
int main()
Definition hello.cxx:18

Variable Documentation

◆ log

python.testEDMRun3.log = logging.getLogger('testEDMRun3')

Definition at line 7 of file testEDMRun3.py.