14 #ifndef ROOT_Math_TDataPointN
15 #define ROOT_Math_TDataPointN
29 template<
typename _val_type =
float>
43 template<
typename _coord_typ>
44 TDataPointN(
const _coord_typ* pData,value_type fWeight = 1);
45 template<
typename _val>
51 template<
typename _val>
72 #endif // ROOT_Math_TDataPointN
Namespace for new ROOT classes and functions.
bool Less(TDataPointN &rPoint, unsigned int iAxis) const
_val_type GetWeight() const
_val_type GetCoordinate(unsigned int iAxis) const
void SetWeight(float fWeight)
static void SetDimension(UInt_t dim)
void SetCoordinate(unsigned int iAxis, value_type fValue)
Namespace for new Math classes and functions.
_val_type Distance(const TDataPointN< _val > &rPoint) const
static UInt_t Dimension()
value_type * m_vCoordinates