|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hep.io.hbook.HbookObject hep.io.hbook.TwoDHistogram
Represents a 2D histogram read from an hbook file
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 |
public void finalize()
public String toString()
public float getXMin()
public float getXMax()
public int getXNBins()
public float getYMin()
public float getYMax()
public int getYNBins()
public float getXMean()
public float getYMean()
public float getXRMS()
public float getYRMS()
public float getXEquivBinEntries()
public float getYEquivBinEntries()
public int getNEntries()
public double[][] getBins()
public double[][] getErrors()
public int id()
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |