Skip to content

extending the options to run without MC hits to exclude also PrHitsMonitors

Suzanne Klaver requested to merge sklaver_extend_options_without_mchits into master

Currently, the options file hlt2_reco_baseline_with_mcchecking_without_mchits.py still uses MC hits for the PrVPHitsMonitor, as well as PrUTHitsMonitor and PrFTHitsMonitor. This MR allows to also exclude these by setting include_resolution_checkers=False.

While fixing this, I also cleaned up the naming of these Monitors, which are now called Checkers since they rely on MC.

Edited by Suzanne Klaver

Merge request reports