Copy subrange of a histogram

Hello,

is there an easy way to copy a subrange of a 1d histogram into another (new) histogram?

Thanks,
Yuri.

Hi,

There is no a direct method for doing it, however it is quite easy to perform this operations. just create a new histogram with the new range and copy the bins using SetBinContent

Lorenzo