49 RooNumCdf::RooNumCdf(
const char *name,
const char *title, RooAbsPdf& _pdf, RooRealVar& _x,
const char* bname) :
50 RooNumRunningInt(name,title,_pdf,_x,bname)
59 RooNumCdf::RooNumCdf(
const RooNumCdf& other,
const char* name) :
60 RooNumRunningInt(other,name)
69 RooNumCdf::~RooNumCdf()
79 void RooNumCdf::fillCacheObject(RooAbsCachedReal::FuncCacheElem& cache)
const
81 RICacheElem& riCache =
static_cast<RICacheElem&
>(cache) ;
82 riCache.calculate(kTRUE) ;