Go to the documentation of this file. 1 #ifndef __JTOOLS__JRESULT__
2 #define __JTOOLS__JRESULT__
40 template<
class JResult_t>
152 double getP(
const bool hit)
const
157 return 1.0 -
getP(
false);
173 return -log(
getP(
true));
209 template<
class JResult_t>
334 template<
class JResult_t>
386 v (R * (X.constrain(x) - X.getLowerLimit())),
387 V (R * (X.getUpperLimit() - X.getLowerLimit()))
484 return exp(-
v) *
f / (1.0 - exp(-
V));
530 template<
unsigned int N,
class JResult_t>
852 template<
unsigned int N,
class T>
935 template<
class JResult_t>
948 template<
class JResult_t>
961 template<
class JResult_t>
#define STATIC_CHECK(expr)
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).
Auxiliary classes and methods for mathematical operations.
static const JZero zero
Function object to assign zero value.