Class RooNumber implements numeric constants used by RooFit.
Definition at line 21 of file RooNumber.h.
Static Public Member Functions | |
static constexpr double | infinity () |
Return internal infinity representation. | |
static constexpr int | isInfinite (double x) |
Return true if x is infinite by RooNumber internal specification. | |
static double | rangeEpsAbs () |
Get the absolute epsilon that is used by range checks in RooFit, e.g., in RooAbsRealLValue::inRange(). | |
static double | rangeEpsRel () |
Get the relative epsilon that is used by range checks in RooFit, e.g., in RooAbsRealLValue::inRange(). | |
static void | setRangeEpsAbs (double epsRel) |
Set the absolute epsilon that is used by range checks in RooFit, e.g., in RooAbsRealLValue::inRange(). | |
static void | setRangeEpsRel (double epsRel) |
Set the relative epsilon that is used by range checks in RooFit, e.g., in RooAbsRealLValue::inRange(). | |
Static Private Member Functions | |
static double & | staticRangeEpsAbs () |
static double & | staticRangeEpsRel () |
#include <RooNumber.h>
|
inlinestaticconstexpr |
Return internal infinity representation.
Definition at line 24 of file RooNumber.h.
Return true if x is infinite by RooNumber internal specification.
Definition at line 34 of file RooNumber.h.
|
inlinestatic |
Get the absolute epsilon that is used by range checks in RooFit, e.g., in RooAbsRealLValue::inRange().
Definition at line 48 of file RooNumber.h.
|
inlinestatic |
Get the relative epsilon that is used by range checks in RooFit, e.g., in RooAbsRealLValue::inRange().
Definition at line 41 of file RooNumber.h.
|
inlinestatic |
Set the absolute epsilon that is used by range checks in RooFit, e.g., in RooAbsRealLValue::inRange().
Definition at line 45 of file RooNumber.h.
|
inlinestatic |
Set the relative epsilon that is used by range checks in RooFit, e.g., in RooAbsRealLValue::inRange().
Definition at line 38 of file RooNumber.h.
|
staticprivate |
Definition at line 33 of file RooNumber.cxx.
|
staticprivate |
Definition at line 27 of file RooNumber.cxx.