THnSparse variable size binning

Hi Rooters,

is there any way to rebin THnSparse histogram in a variable size manner? Thanks in advance!

Hi,

I assum Rebin(const int* group) is not sufficient? Else create one with the target bin layout, and call target->Add(source). That should work.

Cheers, Axel.