14 #ifndef ROOT_TDataPoint_ICC
15 #define ROOT_TDataPoint_ICC
17 #ifndef ROOT_Math_TDataPoint
18 #error "Do not use TDataPoint.icc directly. #include \"TDataPoint.h\" instead."
19 #endif // ROOT_Math_TDataPoint
45 template<
unsigned int K,
typename _val_type>
62 template<
unsigned int K,
typename _val_type>
63 template<
typename _coord_type>
80 template<
unsigned int K,
typename _val_type>
81 template<
typename _val>
99 template<
unsigned int K,
typename _val_type>
107 return m_vCoordinates[iAxis];
111 template<
unsigned int K,
typename _val_type>
120 m_vCoordinates[iAxis] =
fValue;
124 template<
unsigned int K,
typename _val_type>
135 return (m_vCoordinates[iAxis] < rPoint.
GetCoordinate(iAxis));
142 #endif //ROOT_TDataPoint_ICC
Bool_t Less(TDataPoint &rPoint, unsigned int iAxis) const
VecExpr< UnaryOp< Sqrt< T >, VecExpr< A, T, D >, T >, T, D > sqrt(const VecExpr< A, T, D > &rhs)
value_type Distance(const TDataPoint< K, _val > &rPoint) const
double pow(double, double)
void SetCoordinate(unsigned int iAxis, _val_type fValue)
value_type GetCoordinate(unsigned int iAxis) const
value_type m_vCoordinates[K]