Skip to content

Support for mass-based uncertainties and interpolate bugfix

This commit includes the following:

  • Support for mass-based uncertainties (pT, mass) and (pt, mass, eta), as required for the upcoming large-R jet mass scale recommendations

  • A bugfix for 2D interpolation as applied to either 2D or 3D histograms (we apply 2D interpolation to 3D histograms in some cases). This is a full correction for the problem, building on !37492 (closed)

  • Plotting/validation script updates. These are not critical but experience shows that if I don't include them with a normal MR they will just be forgotten (as now it's several MRs worth of plotting updates). These don't impact users at all, as they are only for internal validation purposes, so I hope they won't cause delays. The files which are purely for internal validation/plotting are:

  1. testingMacros/run/runMakeUncertaintyPlots.sh
  2. util/MakeUncertaintyPlots.cxx
  3. util/OptionHelper.h
Edited by Steven Schramm

Merge request reports