Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
Histogram classes.

Classes

class  TAxis
 Class to manage histogram axis. More...
 
class  TH1
 TH1 is the base class of all histogram classes in ROOT. More...
 
class  TH1C
 1-D histogram with a byte per channel (see TH1 documentation) More...
 
class  TH1D
 1-D histogram with a double per channel (see TH1 documentation) More...
 
class  TH1F
 1-D histogram with a float per channel (see TH1 documentation) More...
 
class  TH1I
 1-D histogram with an int per channel (see TH1 documentation) More...
 
class  TH1L
 1-D histogram with a long64 per channel (see TH1 documentation) More...
 
class  TH1S
 1-D histogram with a short per channel (see TH1 documentation) More...
 
class  TH2C
 2-D histogram with a byte per channel (see TH1 documentation) More...
 
class  TH2D
 2-D histogram with a double per channel (see TH1 documentation) More...
 
class  TH2F
 2-D histogram with a float per channel (see TH1 documentation) More...
 
class  TH2I
 2-D histogram with an int per channel (see TH1 documentation) More...
 
class  TH2L
 2-D histogram with a long64 per channel (see TH1 documentation) More...
 
class  TH2Poly
 2D Histogram with Polygonal Bins More...
 
class  TH2PolyBin
 Helper class to represent a bin in the TH2Poly histogram. More...
 
class  TH2S
 2-D histogram with a short per channel (see TH1 documentation) More...
 
class  TH3
 The 3-D histogram classes derived from the 1-D histogram classes. More...
 
class  TH3C
 3-D histogram with a byte per channel (see TH1 documentation) More...
 
class  TH3D
 3-D histogram with a double per channel (see TH1 documentation) More...
 
class  TH3F
 3-D histogram with a float per channel (see TH1 documentation) More...
 
class  TH3I
 3-D histogram with an int per channel (see TH1 documentation) More...
 
class  TH3L
 3-D histogram with a long64 per channel (see TH1 documentation) More...
 
class  TH3S
 3-D histogram with a short per channel (see TH1 documentation) More...
 
class  THLimitsFinder
 Class to compute nice axis limits. More...
 
class  THn
 Multidimensional histogram. More...
 
class  THStack
 The Histogram stack class. More...
 
class  TProfile
 Profile Histogram. More...
 
class  TProfile2D
 Profile2D histograms are used to display the mean value of Z and its error for each cell in X,Y. More...
 
class  TProfile2Poly
 2D Profile Histogram with Polygonal Bins. More...
 
class  TProfile3D
 Profile3D histograms are used to display the mean value of T and its RMS for each cell in X,Y,Z. More...