Different sized bin widths

Hi there,

Is it possible to book one histogram with different bin widths?
If it is, how do I do it?

Thanks,
Kim

Hi Kim,

Have a look at the TH1x-constructors that take a Float_t* as argument for the low edges of your bins. See root.cern.ch/root/html508/TH1.html#TH1:TH1 for details.

Cheers, Mathias