Provides numeric constants used in RooFit.
Definition at line 22 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>
Return internal infinity representation.
Definition at line 25 of file RooNumber.h.
Return true if x is infinite by RooNumber internal specification.
Definition at line 27 of file RooNumber.h.
Get the absolute epsilon that is used by range checks in RooFit, e.g., in RooAbsRealLValue::inRange().
Definition at line 41 of file RooNumber.h.
Get the relative epsilon that is used by range checks in RooFit, e.g., in RooAbsRealLValue::inRange().
Definition at line 34 of file RooNumber.h.
Set the absolute epsilon that is used by range checks in RooFit, e.g., in RooAbsRealLValue::inRange().
Definition at line 38 of file RooNumber.h.
Set the relative epsilon that is used by range checks in RooFit, e.g., in RooAbsRealLValue::inRange().
Definition at line 31 of file RooNumber.h.
|
staticprivate |
Definition at line 33 of file RooNumber.cxx.
|
staticprivate |
Definition at line 27 of file RooNumber.cxx.