FreeHEP API
Version current

hep.io.hbook
Class OneDHistogram

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

public class OneDHistogram
extends HbookObject

Represents a 1D histogram read from an hbook file.

Source Code:
OneDHistogram.java

Method Summary
 void finalize()
           
 double[] getBins()
          Returns the contents of the bins, including the overflow and underflow bin
 double[] getErrors()
          Returns the error on the bins, including the overflow and underflow bin
 int getNEntries()
           
 float getXEquivBinEntries()
           
 float getXMax()
           
 float getXMean()
           
 float getXMin()
           
 int getXNBins()
           
 float getXRMS()
           
 int id()
          The id of the 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()

getXMean

public float getXMean()

getXRMS

public float getXRMS()

getXNBins

public int getXNBins()

getXEquivBinEntries

public float getXEquivBinEntries()

getNEntries

public int getNEntries()

getBins

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


getErrors

public double[] getErrors()
Returns the error on the bins, including the overflow and underflow bin


id

public int id()
The id of the histogram


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.