Skip to content

Consolidate ObjectSelectorAlg

Thomas Strebler requested to merge tstreble/easyjet:SF_fix into main

This MR consolidates the ObjectSelectorAlg implementations by

  • saving the SF also for the loose WP used to select the objects, fixing the recently observed crash by @yelghaza
NTupleMaker                                         ERROR No branch was created for rule: "AnalysisElectrons_%SYS%.el_effSF_MediumLH_Loose_VarRad_%SYS% -> el_el_effSF_MediumLH_Loose_VarRad_%SYS%" and systematics: ""
  • extending the tau algorithm to support multiple working points, as for the other objects
  • extending the developments from other objects about selection flags (see !798 (merged)) to photons
  • adding baselineSelection and effSF to default outputs for all objects

Merge request reports