A namespace to set the standard for indexing into 3 dimension data point tuple. More...
Enumerations | |
enum | column { X, Y, Z, XERR, YERR, ZERR, SIZE = 6 } |
The column indices for 3 dimension data point tuple. More... | |
Functions | |
std::string | XWIDTH ("XWidth") |
std::string | YWIDTH ("YWidth") |
Variables | |
std::string | XWIDTH |
X width label. | |
std::string | YWIDTH |
Y width label. |
A namespace to set the standard for indexing into 3 dimension data point tuple.
This namespace sets the standard to indexing into columns of an DataSource representing 3 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 3 dimension data point tuple.
X |
X coordinate. |
Y |
Y coordinate. |
Z |
Z coordinate. |
XERR |
error on X or width |
YERR |
error on Y or width |
ZERR |
error on Z |
SIZE |
number of columns |
Definition at line 59 of file DataPointTuple.h.
std::string hippodraw::DataPoint3DTuple::XWIDTH | ( | "XWidth" | ) |
std::string hippodraw::DataPoint3DTuple::YWIDTH | ( | "YWidth" | ) |
std::string XWIDTH |
X width label.
Referenced by MeshProjector::createNTuple(), and MeshProjector::fillProjectedValues().
std::string YWIDTH |
Y width label.
Referenced by MeshProjector::createNTuple(), and MeshProjector::fillProjectedValues().