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.
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. | |
|
|
The column indices for 2 dimension data point tuple.
Definition at line 38 of file DataPointTuple.h. |
|
|
YERR column label.
Definition at line 46 of file DataPointTuple.h. Referenced by Map2Projector::createNTuple(), Map1Projector::createNTuple(), Map2Projector::fillDataSource(), Map2Projector::fillProjectedValues(), and Bins1DBase::prepareNTuple(). |
|
|
XERR column label.
Definition at line 45 of file DataPointTuple.h. Referenced by Map2Projector::createNTuple(), Map1Projector::createNTuple(), Map2Projector::fillDataSource(), Map2Projector::fillProjectedValues(), and Bins1DBase::prepareNTuple(). |
1.4.3