Public Member Functions | |
ScanPoints (float[] points, int[] nEvents, int[] nErrorEvents) throws IllegalArgumentException | |
Create a ScanPoints from data that is already known. | |
ScanPoints (ScanPoints pts) | |
int | getNPoints () |
double | getPoint (int i) |
int | getNEvents (int i) |
int | getNErrorEvents (int i) |
void | addPoint (double point, int nEvents, int nErrorEvents) |
IAxis | getAxis () |
Returns an IAxis. | |
String | getClassName () |
void | write (OStream s, ObjectManager o) throws java.io.IOException |
Static Public Member Functions | |
ScanPoints | read (IStream s, ObjectManager o) throws java.io.IOException |
It contains methods to get the number of events, the number of error events and the variable value for each point. There are also some utility methods to get "bin" values for use in setting histogram axes and to set a TAxis directly.