Revision eea1324d4d22219587c862cc476b9108a3bbcc71 authored by Fons Rademakers on 02 March 2007, 14:05:46 UTC, committed by Fons Rademakers on 02 March 2007, 14:05:46 UTC
move TColor initialization from TApplication to TColor and call the
initialization at the appropriate places. Fixes a number of issues with
colors not being correctly set.


git-svn-id: http://root.cern.ch/svn/root/trunk@18140 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent cd4522f
Raw File
index.txt
This directory contains all the basic histogram classes.
BEGIN_HTML
 See:
<ul>
<li>The main histogram class is documented in class TH1.</li>
<li><a href="ftp://root.cern.ch/root/doc/chapter3.pdf">The Chapter about the Histogram classes in the Users Guide
    </a></li>
<li><a href="ftp://root.cern.ch/root/doc/chapter5.pdf">The Chapter about Fitting Histogram in the Users Guide
    </a></li>
<li><a href="http://root.cern.ch/root/HowtoHistogram.html">How to use the Histogram classes
    </a></li>
<li><a href="http://root.cern.ch/root/HowtoMerge.html">How to Merge files with histograms and Trees
      </A></li>
<li><a href="http://root.cern.ch/root/HowtoFit.html">How to Fit Histograms
      </A></li>
<li><a href="http://root.cern.ch/root/htmldoc/examples/peaks.C.html">How to Fit find peaks in histograms
      </A></li>
<li><a href="http://root.cern.ch/root/HowtoConvert.html">How to convert Hbook/PAW files to ROOT
      </A></li>
</ul>
END_HTML
back to top