Skip to content

added code for irregular binning

Carsten Burgard requested to merge binhandling-bugfixes into master

It was discovered that when setting up the RooUnfoldResponse with the Setup(TH1, TH1, TH2) method, the irregular binnings on the input would not correctly propagate to the output.

This MR attempts to fix this bug.

Merge request reports