Skip to content

Updated MMC computation to run after event selection

Thomas Strebler requested to merge tstreble/easyjet:MMC_filter into master

As MMC computation is CPU-intensive, update the configuration to run it after most of the event selections. For this:

  • remove MMC selection from HHbbttSelectorAlg
  • move MMC computation after HHbbttSelectorAlg and pick relevant objects depending on event selection for analysed channels
  • add new MMCSelectorAlg to run after MMC computation

FYI @gwilliam @mfujimot

Merge request reports