1 #ifndef __JTOOLS__JELEMENT__
2 #define __JTOOLS__JELEMENT__
45 template<
class JAbscissa_t,
class JOrdinate_t>
152 template<
class JAbscissa_t,
class JOrdinate_t>
218 template<
class JAbscissa_t,
class JOrdinate_t>
284 template<
class JAbscissa_t,
class JOrdinate_t>
350 template<
class JAbscissa_t,
class JOrdinate_t>
353 public JMath< JBin2D<JAbscissa_t, JOrdinate_t> >
408 return this->
__z / this->
__y;
432 return sqrt(this->
__w2);
445 this->
__z += bin.__zl;
462 this->
__w2 *= value*value;
478 this->
__w2 /= value*value;
493 template<
class JAbscissa_t,
class JOrdinate_t>
Base class for data structures with artithmetic capabilities.
Definition of zero value for any class.
Interface for binary input.
Interface for binary output.
T getZero()
Get zero value for a given data type.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
JArgument< T >::argument_type argument_type
Auxiliary base class for aritmetic operations of derived class types.