#include <RooAbsSelfCachedPdf.h>
Inheritance diagram for RooAbsSelfCachedPdf:
Public Member Functions | |
RooAbsSelfCachedPdf () | |
RooAbsSelfCachedPdf (const char *name, const char *title, Int_t ipOrder=0) | |
RooAbsSelfCachedPdf (const RooAbsSelfCachedPdf &other, const char *name=0) | |
virtual | ~RooAbsSelfCachedPdf () |
RooAbsSelfCachedPdf () | |
RooAbsSelfCachedPdf (const char *name, const char *title, Int_t ipOrder=0) | |
RooAbsSelfCachedPdf (const RooAbsSelfCachedPdf &other, const char *name=0) | |
virtual | ~RooAbsSelfCachedPdf () |
Protected Member Functions | |
virtual const char * | inputBaseName () const |
virtual RooArgSet * | actualObservables (const RooArgSet &nset) const |
virtual RooArgSet * | actualParameters (const RooArgSet &nset) const |
virtual void | fillCacheObject (PdfCacheElem &cache) const |
virtual const char * | inputBaseName () const |
virtual RooArgSet * | actualObservables (const RooArgSet &nset) const |
virtual RooArgSet * | actualParameters (const RooArgSet &nset) const |
virtual void | fillCacheObject (PdfCacheElem &cache) const |
Definition at line 21 of file RooAbsSelfCachedPdf.h.
RooAbsSelfCachedPdf::RooAbsSelfCachedPdf | ( | ) | [inline] |
Definition at line 24 of file RooAbsSelfCachedPdf.h.
RooAbsSelfCachedPdf::RooAbsSelfCachedPdf | ( | const char * | name, | |
const char * | title, | |||
Int_t | ipOrder = 0 | |||
) |
RooAbsSelfCachedPdf::RooAbsSelfCachedPdf | ( | const RooAbsSelfCachedPdf & | other, | |
const char * | name = 0 | |||
) |
Definition at line 55 of file RooAbsSelfCachedPdf.cxx.
RooAbsSelfCachedPdf::~RooAbsSelfCachedPdf | ( | ) | [virtual] |
Definition at line 64 of file RooAbsSelfCachedPdf.cxx.
RooAbsSelfCachedPdf::RooAbsSelfCachedPdf | ( | ) | [inline] |
Definition at line 24 of file RooAbsSelfCachedPdf.h.
RooAbsSelfCachedPdf::RooAbsSelfCachedPdf | ( | const char * | name, | |
const char * | title, | |||
Int_t | ipOrder = 0 | |||
) |
RooAbsSelfCachedPdf::RooAbsSelfCachedPdf | ( | const RooAbsSelfCachedPdf & | other, | |
const char * | name = 0 | |||
) |
virtual RooAbsSelfCachedPdf::~RooAbsSelfCachedPdf | ( | ) | [virtual] |
virtual const char* RooAbsSelfCachedPdf::inputBaseName | ( | ) | const [inline, protected, virtual] |
Implements RooAbsCachedPdf.
Definition at line 31 of file RooAbsSelfCachedPdf.h.
References TNamed::GetName().
RooArgSet * RooAbsSelfCachedPdf::actualObservables | ( | const RooArgSet & | nset | ) | const [protected, virtual] |
Implements RooAbsCachedPdf.
Definition at line 99 of file RooAbsSelfCachedPdf.cxx.
References RooArgSet::add(), TIterator::Next(), TIterator::Reset(), RooAbsArg::RooArgSet, and RooAbsArg::serverIterator().
RooArgSet * RooAbsSelfCachedPdf::actualParameters | ( | const RooArgSet & | nset | ) | const [protected, virtual] |
Implements RooAbsCachedPdf.
Definition at line 123 of file RooAbsSelfCachedPdf.cxx.
References RooArgSet::add(), kTRUE, TIterator::Next(), RooAbsCollection::remove(), TIterator::Reset(), and RooAbsArg::serverIterator().
virtual void RooAbsSelfCachedPdf::fillCacheObject | ( | PdfCacheElem & | cache | ) | const [protected, virtual] |
virtual const char* RooAbsSelfCachedPdf::inputBaseName | ( | ) | const [inline, protected, virtual] |
Implements RooAbsCachedPdf.
Definition at line 31 of file RooAbsSelfCachedPdf.h.
References TNamed::GetName().
virtual RooArgSet* RooAbsSelfCachedPdf::actualObservables | ( | const RooArgSet & | nset | ) | const [protected, virtual] |
Implements RooAbsCachedPdf.
virtual RooArgSet* RooAbsSelfCachedPdf::actualParameters | ( | const RooArgSet & | nset | ) | const [protected, virtual] |
Implements RooAbsCachedPdf.
virtual void RooAbsSelfCachedPdf::fillCacheObject | ( | PdfCacheElem & | cache | ) | const [protected, virtual] |