Skip to content

cms-dpoa/hltinfo-tools

Repository files navigation

hltinfo-tools

Tools for extracting HLT information for open data from HLT Info

Install

virtualenv dpoa
source dpoa/bin/activate
pip install -r requirements.txt

Run

Path summary

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

Menus

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

About

Tools for extracting HLT information for open data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages