variable bin widths with TH2

Greg Veramendi (mendi@cdfsga.fnal.gov)
Wed, 7 Jul 1999 16:11:14 -0500 (CDT)


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