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) |
boolean | ascending () |
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 |
Private Member Functions | |
void | init (float[] points, int[] nEvents, int[] nErrorEvents) throws IllegalArgumentException |
Private Attributes | |
ArrayList | points = new ArrayList() |
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.
Definition at line 14 of file ScanPoints.java.