|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for accessing arrays stored in PAW ntuples. Subclasses of PawArray can be used for accessing different types (Double, Integer etc). Arrays of arbitrary dimension are supported. Note for compatibility with Fortran/PAW all arrays are indexed from 1
Method Summary | |
int |
getDimension(int index)
Get the size of a particular dimension of the array. |
int |
getNDimensions()
Get the number of dimensions of the array. |
Method Detail |
public int getDimension(int index)
index
- The index of the array (0 based)
public int getNDimensions()
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |