|
AIDA API Version 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
User level interface to Histogram.
Method Summary | |
int |
allEntries()
Sum of the entries in all the IHistogram's bins, i.e in-range bins, UNDERFLOW and OVERFLOW. |
double |
equivalentBinEntries()
Number of equivalent entries, i.e. |
int |
extraEntries()
Number of entries in the UNDERFLOW and OVERFLOW bins. |
double |
maxBinHeight()
Maximum height of the in-range bins, i.e. not considering the UNDERFLOW and OVERFLOW bins. |
double |
minBinHeight()
Minimum height of the in-range bins, i.e. not considering the UNDERFLOW and OVERFLOW bins. |
void |
scale(double scaleFactor)
Scale the weights and the errors of all the IHistogram's bins (in-range and out-of-range ones) by a given scale factor. |
double |
sumAllBinHeights()
Sum of the heights of all the IHistogram's bins, i.e in-range bins, UNDERFLOW and OVERFLOW. |
double |
sumBinHeights()
Sum of in-range bin heights in the IHistogram, UNDERFLOW and OVERFLOW bins are excluded. |
double |
sumExtraBinHeights()
Sum of heights in the UNDERFLOW and OVERFLOW bins. |
Methods inherited from interface hep.aida.IBaseHistogram |
annotation, dimension, entries, nanEntries, reset, setTitle, title |
Method Detail |
public int allEntries()
public int extraEntries()
public double equivalentBinEntries()
public double sumBinHeights()
public double sumAllBinHeights()
public double sumExtraBinHeights()
public double minBinHeight()
public double maxBinHeight()
public void scale(double scaleFactor) throws IllegalArgumentException
scaleFactor
- The scale factor.
IllegalArgumentException
- If the scale factor is negative.
|
AIDA API Version 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |