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

hippodraw::DataPoint2DTuple Namespace Reference


Detailed Description

A namespace to set the standard for indexing into 2 dimension data point tuple.

This namespace sets the standard to indexing into columns of an NTuple representing 2 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.

Note:
In the case that the tuple is being filled from the contents of a histogram, the Y coordinate should be the contents of the bin divided by the bin width and the YERR should be half the bin width.


Enumerations

enum  column {
  X, Y, XERR, YERR,
  SIZE = 4
}
 The column indices for 2 dimension data point tuple. More...

Variables

std::string ERROR ("Error")
 YERR column label.
std::string WIDTH ("Width")
 XERR column label.


Enumeration Type Documentation

enum hippodraw::DataPoint2DTuple::column
 

The column indices for 2 dimension data point tuple.

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


Variable Documentation

std::string hippodraw::DataPoint2DTuple::ERROR
 

YERR column label.

Definition at line 46 of file DataPointTuple.h.

Referenced by Map2Projector::createNTuple(), Map1Projector::createNTuple(), Map2Projector::fillDataSource(), Map2Projector::fillProjectedValues(), and Bins1DBase::prepareNTuple().

std::string hippodraw::DataPoint2DTuple::WIDTH
 

XERR column label.

Definition at line 45 of file DataPointTuple.h.

Referenced by Map2Projector::createNTuple(), Map1Projector::createNTuple(), Map2Projector::fillDataSource(), Map2Projector::fillProjectedValues(), and Bins1DBase::prepareNTuple().


Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3