hep.io.root.interfaces
Interface TH1

All Superinterfaces:
RootObject, TAttFill, TAttLine, TAttMarker, TNamed, TObject
All Known Subinterfaces:
TH1D, TH1F, TH2, TH2D, TH2F, TProfile

public interface TH1
extends RootObject, TNamed, TAttLine, TAttFill, TAttMarker


Field Summary
static int rootIOVersion
           
 
Fields inherited from interface hep.io.root.interfaces.TAttLine
rootCheckSum
 
Fields inherited from interface hep.io.root.interfaces.TAttFill
rootCheckSum
 
Method Summary
 short getBarOffset()
          (1000*offset) for bar charts or legos
 short getBarWidth()
          (1000*width) for bar charts or legos
 double[] getContour()
          Array to display contour levels
 double getEntries()
          Number of entries
 TList getFunctions()
          ->Pointer to list of functions (fits and user)
 double getMaximum()
          Maximum value for plotting
 double getMinimum()
          Minimum value for plotting
 int getNcells()
          number of bins(1D), cells (2D) +U/Overflows
 double getNormFactor()
          Normalization factor
 String getOption()
          histogram options
 double[] getSumw2()
          Array of sum of squares of weights
 double getTsumw()
          Total Sum of weights
 double getTsumw2()
          Total Sum of squares of weights
 double getTsumwx()
          Total Sum of weight*X
 double getTsumwx2()
          Total Sum of weight*X*X
 TAxis getXaxis()
          X axis descriptor
 TAxis getYaxis()
          Y axis descriptor
 TAxis getZaxis()
          Z axis descriptor
 
Methods inherited from interface hep.io.root.interfaces.TNamed
getName, getTitle
 
Methods inherited from interface hep.io.root.interfaces.TObject
getBits, getUniqueID
 
Methods inherited from interface hep.io.root.RootObject
getRootClass
 
Methods inherited from interface hep.io.root.interfaces.TAttLine
getLineColor, getLineStyle, getLineWidth
 
Methods inherited from interface hep.io.root.interfaces.TAttFill
getFillColor, getFillStyle
 
Methods inherited from interface hep.io.root.interfaces.TAttMarker
getMarkerColor, getMarkerSize, getMarkerStyle
 

Field Detail

rootIOVersion

static final int rootIOVersion
See Also:
Constant Field Values
Method Detail

getBarOffset

short getBarOffset()
(1000*offset) for bar charts or legos


getBarWidth

short getBarWidth()
(1000*width) for bar charts or legos


getContour

double[] getContour()
Array to display contour levels


getEntries

double getEntries()
Number of entries


getFunctions

TList getFunctions()
->Pointer to list of functions (fits and user)


getMaximum

double getMaximum()
Maximum value for plotting


getMinimum

double getMinimum()
Minimum value for plotting


getNcells

int getNcells()
number of bins(1D), cells (2D) +U/Overflows


getNormFactor

double getNormFactor()
Normalization factor


getOption

String getOption()
histogram options


getSumw2

double[] getSumw2()
Array of sum of squares of weights


getTsumw

double getTsumw()
Total Sum of weights


getTsumw2

double getTsumw2()
Total Sum of squares of weights


getTsumwx

double getTsumwx()
Total Sum of weight*X


getTsumwx2

double getTsumwx2()
Total Sum of weight*X*X


getXaxis

TAxis getXaxis()
X axis descriptor


getYaxis

TAxis getYaxis()
Y axis descriptor


getZaxis

TAxis getZaxis()
Z axis descriptor



Copyright © 2000-2013 FreeHEP. All Rights Reserved.