diff --git a/hist/doc/v526/index.html b/hist/doc/v526/index.html index 7f3e5126d724f2f55074afce28fd38225e6cbaf0..250836ab3502b17b408abcb159f440c2495a351e 100644 --- a/hist/doc/v526/index.html +++ b/hist/doc/v526/index.html @@ -3,10 +3,17 @@ <a name="hist"></a> <h3>Histogram package</h3> -<h4>TGraphTime</h4> +<h4>new class TGraphTime</h4> <ul> <li> <tt>TGraphTime</tt> is a new class to organize and draw a list of objects evolving with time. An example of use is shown in the tutorial <tt>$ROOTSYS/tutorials/graphs/gtime.C</tt>. </ul> +<h4>new tutorial rebin.C</h4> +This tutorial illustrates how to: +<ul> +<li>create a variable binwidth histogram with a binning such + that the population per bin is about the same. +<li>rebin a variable binwidth histogram into another one. +</ul>