1 #ifndef _theplu_yat_utility_data_weight_
2 #define _theplu_yat_utility_data_weight_
58 const double&
data(
void)
const;
68 const double&
weight(
void)
const;
bool operator<=(const Range< T1 > &lhs, const Range< T2 > &rhs)
Definition: Range.h:236
DataWeight(double data=0.0, double weight=1.0)
Default constructor.
Holds a pair of data and associated weight.
Definition: DataWeight.h:39
bool operator!=(const Range< T1 > &, const Range< T2 > &)
Based on operator==.
Definition: Range.h:214
bool operator>(const Range< T1 > &, const Range< T2 > &)
Definition: Range.h:229
bool operator<(const Range< T1 > &lhs, const Range< T2 > &rhs)
Ordering relation.
Definition: Range.h:221
bool operator==(const Range< T1 > &, const Range< T2 > &)
Equality comparison.
Definition: Range.h:194
bool operator>=(const Range< T1 > &, const Range< T2 > &)
Definition: Range.h:243