Public Member Functions | |
ISHistogramAdapter (ISHistogram data) | |
Creates a new instance of ISHistogramAdapter. | |
int | dimension () |
hep.aida.IAnnotation | annotation () |
int | entries () |
void | reset () throws java.lang.RuntimeException |
void | setTitle (String str) throws java.lang.IllegalArgumentException |
String | title () |
int | allEntries () |
double | equivalentBinEntries () |
int | extraEntries () |
double | maxBinHeight () |
double | minBinHeight () |
void | scale (double param) throws java.lang.IllegalArgumentException |
double | sumAllBinHeights () |
double | sumBinHeights () |
double | sumExtraBinHeights () |
Protected Member Functions | |
void | unimplementedFunction () |
double | _binError (int param) throws java.lang.IllegalArgumentException |
Additional functions to make things easy for sub-classes. | |
double | _binHeight (int param) throws java.lang.IllegalArgumentException |
Protected Attributes | |
ISHistogram | data |
Definition at line 15 of file ISHistogramAdapter.java.