FreeHEP API
Version current

hep.io.root.interfaces
Interface TH2

All Superinterfaces:
RootObject, TAttFill, TAttLine, TAttMarker, TH1, TNamed, TObject
All Known Subinterfaces:
TH2D, TH2F

public interface TH2
extends RootObject, TH1

Source Code:
TH2.java

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
 double getScalefactor()
          Scale factor
 double getTsumwxy()
          Total Sum of weight*X*Y
 double getTsumwy()
          Total Sum of weight*Y
 double getTsumwy2()
          Total Sum of weight*Y*Y
 
Methods inherited from interface hep.io.root.RootObject
getRootClass
 
Methods inherited from interface hep.io.root.interfaces.TH1
getBarOffset, getBarWidth, getContour, getEntries, getFunctions, getMaximum, getMinimum, getNcells, getNormFactor, getOption, getSumw2, getTsumw, getTsumw2, getTsumwx, getTsumwx2, getXaxis, getYaxis, getZaxis
 
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.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

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

getScalefactor

public double getScalefactor()
Scale factor


getTsumwxy

public double getTsumwxy()
Total Sum of weight*X*Y


getTsumwy

public double getTsumwy()
Total Sum of weight*Y


getTsumwy2

public double getTsumwy2()
Total Sum of weight*Y*Y


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.