Inheritance diagram for aida.ISHistogram1DAdapter:
Public Member Functions | |
ISHistogram1DAdapter (ISHistogram1D data) | |
Creates a new instance of ISHistogram1DAdapter. | |
void | add (hep.aida.IHistogram1D iHistogram1D) throws java.lang.IllegalArgumentException |
hep.aida.IAxis | axis () |
int | binEntries (int param) throws java.lang.IllegalArgumentException |
double | binError (int param) throws java.lang.IllegalArgumentException |
double | binHeight (int param) throws java.lang.IllegalArgumentException |
double | binMean (int param) throws java.lang.IllegalArgumentException |
int | coordToIndex (double param) |
void | fill (double param) throws java.lang.IllegalArgumentException |
void | fill (double param, double param1) throws java.lang.IllegalArgumentException |
double | mean () |
double | rms () |
Protected Member Functions | |
int | index (int indexX) |
Returns the index into the bins array. |
|
Returns the index into the bins array. Need to add 1 to most indexes because bin 0 is the underflow |