|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hep.aida.util.comparison.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 |
clone, equals, finalize, 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 IComparisonData
public int type()
IComparisonData
type
in interface IComparisonData
public double value(int i)
IComparisonData
value
in interface IComparisonData
public double weight(int i)
IComparisonData
weight
in interface IComparisonData
public int entries(int i)
IComparisonData
entries
in interface IComparisonData
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |