Go to the documentation of this file. 1 #ifndef __JTOOLS__JELEMENT__
2 #define __JTOOLS__JELEMENT__
43 template<
class JAbscissa_t,
class JOrdinate_t>
150 template<
class JAbscissa_t,
class JOrdinate_t>
216 template<
class JAbscissa_t,
class JOrdinate_t>
282 template<
class JAbscissa_t,
class JOrdinate_t>
348 template<
class JAbscissa_t,
class JOrdinate_t>
406 return this->
__z / this->
__y;
430 return sqrt(this->
__w2);
443 this->
__z += bin.__zl;
460 this->
__w2 *= value*value;
476 this->
__w2 /= value*value;
491 template<
class JAbscissa_t,
class JOrdinate_t>
Interface for binary input.
JArgument< T >::argument_type argument_type
Auxiliary base class for aritmetic operations of derived class types.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Interface for binary output.
T getZero()
Get zero value for a given data type.