Skip to content

Easy SelectionTools, started CorrectionTools

Created by: mseidel42

  • Dilepton and lepton+jets selection can be done with just a few function calls now (contained in SelectionTools.h), see TOPJetShapes.cc. A convenient jet vector is provided but selection is still left to the analysis (to enable analyses without jet criteria in dilepton).
  • I started CorrectionTools.h to contain necessary corrections to either data or MC (or maybe split into Data/MCCorrectionTools.h). The functions are called before selection, take the whole MiniEvent + other parameters as input and return a whole MiniEvent for undisturbed processing afterwards.
  • Planned: UncertaintyTools in same spirit as CorrectionTools
  • Need to come up with a nicely usable interface to store weights

Please merge at any convenient point in time but before branches start to diverge 🙈

Merge request reports

Loading