Go to the documentation of this file. 1 #ifndef __JTOOLS__JTABLE2D__
2 #define __JTOOLS__JTABLE2D__
25 template<
unsigned int NX,
unsigned int NY,
class JData_t =
double>
36 for (
int i = 0; i != NX; ++i) {
37 for (
int j = 0;
j != NY; ++
j) {
97 for (
int i = 0; i != NX; ++i) {
98 for (
int j = 0;
j != NY; ++
j) {
115 for (
int i = 0; i != NX; ++i) {
116 for (
int j = 0;
j != NY; ++
j) {
133 for (
int i = 0; i != NX; ++i) {
134 for (
int j = 0;
j != NY; ++
j) {
151 for (
int i = 0; i != NX; ++i) {
152 for (
int j = 0;
j != NY; ++
j) {
153 data[i][
j] *= factor;
169 for (
int i = 0; i != NX; ++i) {
170 for (
int j = 0;
j != NY; ++
j) {
171 data[i][
j] /= factor;
188 for (
int i = 0; i != NX; ++i) {
189 for (
int j = 0;
j != NY; ++
j) {
190 in >> table.
data[i][
j];
207 for (
int i = 0; i != NX; ++i) {
208 for (
int j = 0;
j != NY; ++
j) {
209 out << table.
data[i][
j];
Interface for binary input.
Auxiliary base class for aritmetic operations of derived class types.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Interface for binary output.
static const JZero zero
Function object to assign zero value.