Rene Brun
Greg Veramendi wrote:
>
> Hello all,
> I was wondering if there is a way to implement variable bin
> widths, where the widths of the bins of one axis is dependent on where
> you are on the other axis. So for example:
>
> y<5, nbinsx = 20
>
> y>5, nbinsx = 10
>
> I was thinking of creating a 2D array just as you would create a 1D array
> for the TH1 case, but there isn't any constructor that would accept that.
> Does this functionality exist? If not, is it something that could be added
> in the future?
>
> thanks,
> Greg Veramendi