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


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.


Enumeration Type Documentation

enum 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.


Function Documentation

std::string hippodraw::DataPoint3DTuple::XWIDTH ( "XWidth"   ) 

Referenced by MeshProjector::createNTuple(), and MeshProjector::fillProjectedValues().

std::string hippodraw::DataPoint3DTuple::YWIDTH ( "YWidth"   ) 

Referenced by MeshProjector::createNTuple(), and MeshProjector::fillProjectedValues().


Variable Documentation

std::string XWIDTH

X width label.

std::string YWIDTH

Y width label.


Generated for HippoDraw Class Library by doxygen