|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IHistogram
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. |
double |
minBinHeight()
Minimum height of the in-range bins, i.e. |
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 |
|---|
int allEntries()
int extraEntries()
double equivalentBinEntries()
double sumBinHeights()
double sumAllBinHeights()
double sumExtraBinHeights()
double minBinHeight()
double maxBinHeight()
void scale(double scaleFactor)
throws IllegalArgumentException
scaleFactor - The scale factor.
IllegalArgumentException - If the scale factor is negative.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||