Re-bin a variable bin width histogram

Hi!

I have a variable bin width histogram with these bins:
{ 306, 372, 449, 539, 641, 756, 887, 1029, 1187, 1361, 1556, 1769, 2008, 2273, 2572, 2915, 3306, 3754, 4244, 4805, 5374, 6094 };

I want to replot this histogram with new binning:
{539, 756, 1029, 1361, 1769, 2273, 2915, 3754}

How should I proceed with it?

TH1::Rebin

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.