Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <xData.h>
Public Attributes | |
xData_Int | rows |
xData_Int | columns |
xData_matrix_rowStartEnd * | rowStartEnds |
double * | values |
xData_Int xData_matrix_s::columns |
Definition at line 111 of file xData.h.
Referenced by xData_matrix_copyData().
xData_Int xData_matrix_s::rows |
Definition at line 111 of file xData.h.
Referenced by xData_matrix_copyData().
xData_matrix_rowStartEnd* xData_matrix_s::rowStartEnds |
Definition at line 112 of file xData.h.
Referenced by getRowStartEndAtIndex(), and xData_matrix_copyData().
double* xData_matrix_s::values |
Definition at line 113 of file xData.h.
Referenced by xData_matrix_copyData().