Definition at line 81 of file RooHistError.h.
Public Member Functions | |
BinomialSumAsym (Int_t n, Int_t m) | |
double | getMaxLimit (UInt_t) const override |
double | getMinLimit (UInt_t) const override |
double | operator() (const double xvec[]) const override |
![]() | |
RooAbsFunc (const RooAbsFunc &other) | |
RooAbsFunc (UInt_t dimension) | |
virtual | ~RooAbsFunc () |
virtual std::list< double > * | binBoundaries (Int_t) const |
UInt_t | getDimension () const |
virtual const char * | getName () const |
Name of function binding. | |
virtual TClass * | IsA () const |
bool | isValid () const |
Int_t | numCall () const |
Return number of function calls since last reset. | |
virtual std::list< double > * | plotSamplingHint (RooAbsRealLValue &, double, double) const |
Interface for returning an optional hint for initial sampling points when constructing a curve projected on observable. | |
void | resetNumCall () const |
Reset function call counter. | |
virtual void | restoreXVec () const |
virtual void | saveXVec () const |
virtual void | Streamer (TBuffer &) |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Private Attributes | |
Int_t | _n1 |
WVE Solaris CC5 doesn't want _n or _N here (likely compiler bug) | |
Int_t | _N1 |
Additional Inherited Members | |
![]() | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
![]() | |
UInt_t | _dimension |
Number of observables. | |
Int_t | _ncall |
Function call counter. | |
bool | _valid |
Is binding in valid state? | |
Definition at line 83 of file RooHistError.h.
Implements RooAbsFunc.
Definition at line 96 of file RooHistError.h.
Implements RooAbsFunc.
Definition at line 95 of file RooHistError.h.
Implements RooAbsFunc.
Definition at line 85 of file RooHistError.h.
|
private |
WVE Solaris CC5 doesn't want _n or _N here (likely compiler bug)
Definition at line 99 of file RooHistError.h.
|
private |
Definition at line 100 of file RooHistError.h.