Class RooNumber implements numeric constants used by RooFit.
Definition at line 21 of file RooNumber.h.
Public Member Functions | |
virtual | ~RooNumber () |
virtual TClass * | IsA () const |
virtual void | Streamer (TBuffer &) |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Static Public Member Functions | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
static double | infinity () |
Return internal infinity representation. More... | |
static Int_t | isInfinite (double x) |
Return true if x is infinite by RooNumBer internal specification. More... | |
static double | rangeEpsAbs () |
Get the absolute epsilon that is used by range checks in RooFit, e.g., in RooAbsRealLValue::inRange(). More... | |
static double | rangeEpsRel () |
Get the relative epsilon that is used by range checks in RooFit, e.g., in RooAbsRealLValue::inRange(). More... | |
static void | setRangeEpsAbs (double epsRel) |
Set the absolute epsilon that is used by range checks in RooFit, e.g., in RooAbsRealLValue::inRange(). More... | |
static void | setRangeEpsRel (double epsRel) |
Set the relative epsilon that is used by range checks in RooFit, e.g., in RooAbsRealLValue::inRange(). More... | |
Static Private Member Functions | |
static double & | staticRangeEpsAbs () |
static double & | staticRangeEpsRel () |
Static Private Attributes | |
static double | _Infinity = 1.0e30 |
#include <RooNumber.h>
|
inlinevirtual |
Definition at line 24 of file RooNumber.h.
|
static |
|
inlinestaticconstexpr |
Definition at line 49 of file RooNumber.h.
|
inlinestatic |
Definition at line 49 of file RooNumber.h.
|
static |
Return internal infinity representation.
Definition at line 48 of file RooNumber.cxx.
|
inlinevirtual |
Definition at line 49 of file RooNumber.h.
Return true if x is infinite by RooNumBer internal specification.
Definition at line 69 of file RooNumber.cxx.
|
inlinestatic |
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.
|
inlinestatic |
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.
|
inlinestatic |
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.
|
inlinestatic |
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 60 of file RooNumber.cxx.
|
staticprivate |
Definition at line 54 of file RooNumber.cxx.
|
virtual |
|
inline |
Definition at line 49 of file RooNumber.h.
|
staticprivate |
Definition at line 47 of file RooNumber.h.