Enumerations | |
| enum | column { X, Y, XERR, YERR, SIZE = 4 } |
| The column indices for 2 dimension data point tuple. More... | |
Functions | |
| std::string | ERROR ("Error") |
| std::string | WIDTH ("Width") |
Variables | |
| std::string | ERROR |
| YERR column label. | |
| std::string | WIDTH |
| XERR column label. | |
This namespace sets the standard to indexing into columns of an DataSource representing 2 dimensional data points. Each row of the DataSource is data point with it attribute represented in columns. The enumeration specified in the namespace gives the column indices.
| enum column |
The column indices for 2 dimension data point tuple.
| X | X coordinate. |
| Y | Y coordinate. |
| XERR | error on X or half bin width |
| YERR | error on Y |
| SIZE | number of columns |
Definition at line 38 of file DataPointTuple.h.
| std::string hippodraw::DataPoint2DTuple::ERROR | ( | "Error" | ) |
| std::string hippodraw::DataPoint2DTuple::WIDTH | ( | "Width" | ) |
| std::string ERROR |
YERR column label.
| std::string WIDTH |
XERR column label.