|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthep.aida.util.comparison.ComparisonData
public class ComparisonData
| Field Summary |
|---|
| Fields inherited from interface hep.aida.ext.IComparisonData |
|---|
BINNED_DATA, UNBINNED_DATA |
| Constructor Summary | |
|---|---|
ComparisonData(double[] data,
double[] weight,
int type)
|
|
ComparisonData(double[] data,
double[] weight,
int[] entries,
int type)
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComparisonData(double[] data,
double[] weight,
int type)
public ComparisonData(double[] data,
double[] weight,
int[] entries,
int type)
| Method Detail |
|---|
public int nPoints()
IComparisonData
nPoints in interface IComparisonDatapublic int type()
IComparisonData
type in interface IComparisonDatapublic double value(int i)
IComparisonData
value in interface IComparisonDatapublic double weight(int i)
IComparisonData
weight in interface IComparisonDatapublic int entries(int i)
IComparisonData
entries in interface IComparisonData
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||