|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IComparisonData
| Field Summary | |
|---|---|
static int |
BINNED_DATA
|
static int |
UNBINNED_DATA
|
| Method Summary | |
|---|---|
int |
entries(int i)
Get the ith number of entries. |
int |
nPoints()
Get the number of points. |
int |
type()
Get the data Type: binned or unbinned. |
double |
value(int i)
Get the ith value. |
double |
weight(int i)
Get the ith weight. |
| Field Detail |
|---|
static final int BINNED_DATA
static final int UNBINNED_DATA
| Method Detail |
|---|
int type()
int nPoints()
double value(int i)
double weight(int i)
int entries(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||