Skip to content

Fix some fragile and decay-specific hacks in the HltEfficiencyChecker tool

Ross John Hunter requested to merge rjhunter-fix-HltEfficiencyChecker-hacks into master

There were a few decay-specific hacks in hlt1_line_efficiencies.py, such as hard-coded plotting limits for each process. In this MR I remove these, and also try to make the hlt1_line_efficiencies.py script more readable and catch more errors.

Also fixes the --dump behaviour, thereby closing #3 (closed).

TODO:

  • Tune the automated plotting limits with some higher stats plots
  • Settle on a color palette.
Edited by Ross John Hunter

Merge request reports