1 \defgroup Hist Histogram Library
2 \brief
A general description of the Histogram library is documented in the
class TH1.
4 ROOT supports the following histogram types:
8 *
TH1S : histograms with one short per channel.
Maximum bin content = 32767
9 *
TH1I : histograms with one int per channel.
Maximum bin content = 2147483647
10 *
TH1F : histograms with one float per channel.
Maximum precision 7 digits
11 *
TH1D : histograms with one double per channel.
Maximum precision 14 digits
13 *
TH2C : histograms with one
byte per channel.
Maximum bin content = 127
14 *
TH2S : histograms with one short per channel.
Maximum bin content = 32767
15 *
TH2I : histograms with one int per channel.
Maximum bin content = 2147483647
16 *
TH2F : histograms with one float per channel.
Maximum precision 7 digits
17 *
TH2D : histograms with one double per channel.
Maximum precision 14 digits
19 *
TH3C : histograms with one
byte per channel.
Maximum bin content = 127
20 *
TH3S : histograms with one short per channel.
Maximum bin content = 32767
21 *
TH3I : histograms with one int per channel.
Maximum bin content = 2147483647
22 *
TH3F : histograms with one float per channel.
Maximum precision 7 digits
23 *
TH3D : histograms with one double per channel.
Maximum precision 14 digits
27 - [The Chapter about the Histogram classes in the Users Guide](ftp:
28 - [The Chapter about Fitting Histogram in the Users Guide](ftp:
29 - [How to use the Histogram classes](http:
30 - [How to Merge files with histograms and Trees](http:
31 - [How to Fit Histograms](http:
32 - [How to Fit find peaks in histograms](http:
33 - [How to convert Hbook/PAW files to ROOT](http:
tomato 3-D histogram with a float per channel (see TH1 documentation)}
tomato 1-D histogram with a float per channel (see TH1 documentation)}
tomato 2-D histogram with a byte per channel (see TH1 documentation)
tomato 1-D histogram with a short per channel (see TH1 documentation)
const T Maximum(const T &lhs, const T &rhs)
maximum.
tomato 3-D histogram with an int per channel (see TH1 documentation)}
tomato 3-D histogram with a short per channel (see TH1 documentation)
tomato 3-D histogram with a double per channel (see TH1 documentation)}
tomato 1-D histogram with an int per channel (see TH1 documentation)}
tomato 2-D histogram with a float per channel (see TH1 documentation)}
tomato 1-D histogram with a double per channel (see TH1 documentation)}
tomato 3-D histogram with a byte per channel (see TH1 documentation)
tomato 2-D histogram with a short per channel (see TH1 documentation)
tomato 1-D histogram with a byte per channel (see TH1 documentation)
tomato 2-D histogram with an int per channel (see TH1 documentation)}
tomato 2-D histogram with a double per channel (see TH1 documentation)}