|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final int BINNED_DATA
public static final int UNBINNED_DATA
Method Detail |
public int type()
public int nPoints()
public double value(int i)
public double weight(int i)
public int entries(int i)
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |