Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

hippodraw::DataPoint3DTuple Namespace Reference


Detailed Description

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 NTuple representing 3 dimensional data points. Each row of the NTuple is data point with it attribute represented in columns. The enumeration specified in the namespace gives the column indices.


Enumerations

enum  column {
  X, Y, Z, XERR,
  YERR, ZERR, SIZE = 6
}
 The column indices for 3 dimension data point tuple. More...


Enumeration Type Documentation

enum hippodraw::DataPoint3DTuple::column
 

The column indices for 3 dimension data point tuple.

Enumerator:
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.


Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3