FreeHEP API
Version current

hep.io.hbook
Class TwoDHistogram

java.lang.Object
  extended byhep.io.hbook.HbookObject
      extended byhep.io.hbook.TwoDHistogram

public class TwoDHistogram
extends HbookObject

Represents a 2D histogram read from an hbook file

Source Code:
TwoDHistogram.java

Method Summary
 void finalize()
           
 double[][] getBins()
          Get the contents of the bins, including underflow and overflow bins
 double[][] getErrors()
          Get the bin errors, including underflow and overflow bins
 int getNEntries()
           
 float getXEquivBinEntries()
           
 float getXMax()
           
 float getXMean()
           
 float getXMin()
           
 int getXNBins()
           
 float getXRMS()
           
 float getYEquivBinEntries()
           
 float getYMax()
           
 float getYMean()
           
 float getYMin()
           
 int getYNBins()
           
 float getYRMS()
           
 int id()
          Get the ID for this histogram
 String toString()
           
 
Methods inherited from class hep.io.hbook.HbookObject
getName
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

finalize

public void finalize()

toString

public String toString()

getXMin

public float getXMin()

getXMax

public float getXMax()

getXNBins

public int getXNBins()

getYMin

public float getYMin()

getYMax

public float getYMax()

getYNBins

public int getYNBins()

getXMean

public float getXMean()

getYMean

public float getYMean()

getXRMS

public float getXRMS()

getYRMS

public float getYRMS()

getXEquivBinEntries

public float getXEquivBinEntries()

getYEquivBinEntries

public float getYEquivBinEntries()

getNEntries

public int getNEntries()

getBins

public double[][] getBins()
Get the contents of the bins, including underflow and overflow bins


getErrors

public double[][] getErrors()
Get the bin errors, including underflow and overflow bins


id

public int id()
Get the ID for this histogram


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.