|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthep.io.hbook.HbookObject
hep.io.hbook.OneDHistogram
public class OneDHistogram
Represents a 1D histogram read from an hbook file.
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 |
---|
public void finalize()
finalize
in class Object
public String toString()
toString
in class Object
public float getXMin()
public float getXMax()
public float getXMean()
public float getXRMS()
public int getXNBins()
public float getXEquivBinEntries()
public int getNEntries()
public double[] getBins()
public double[] getErrors()
public int id()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |