Tools for extracting HLT information for open data from HLT Info
virtualenv dpoa
source dpoa/bin/activate
pip install -r requirements.txt
Use the HLTInfo API to dump the summary information
for the HLT paths to a file hltinfo_pathsummary.json:
python3 dump_hltinfo_pathsummary.py
Then parse the json file and output csv summary files for each year:
python3 dump_hltinfo_pathsummary_csv.py
Use the HLTInfo API to dump the summary information
for the HLT paths to a file hltinfo_menus.json:
python3 dump_hltinfo_menus.py
Then parse the json file and output a summary text file:
python3 dump_hltinfo_menus_txt.py