

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. | |
Definition at line 16 of file ISHistogram1DAdapter.java.
|
|
Returns the index into the bins array. Need to add 1 to most indexes because bin 0 is the underflow Definition at line 75 of file ISHistogram1DAdapter.java. References oh.aida.ISHistogram1DAdapter.axis(). Referenced by oh.aida.ISHistogram1DAdapter.binError(), and oh.aida.ISHistogram1DAdapter.binHeight(). Here is the call graph for this function: ![]() |
1.4.6