37 ClassImp(RooAbsCache);
44 RooAbsCache::RooAbsCache(RooAbsArg* owner) : _owner(owner)
47 _owner->registerCache(*
this) ;
56 RooAbsCache::RooAbsCache(
const RooAbsCache&, RooAbsArg* owner ) : _owner(owner)
59 owner->registerCache(*
this) ;
68 RooAbsCache::~RooAbsCache()
71 _owner->unRegisterCache(*
this) ;
80 void RooAbsCache::optimizeCacheMode(
const RooArgSet& , RooArgSet&, RooLinkedList& )
89 Bool_t RooAbsCache::redirectServersHook(
const RooAbsCollection& , Bool_t , Bool_t , Bool_t )
99 void RooAbsCache::operModeHook()
108 void RooAbsCache::findConstantNodes(
const RooArgSet&, RooArgSet&, RooLinkedList& )
117 void RooAbsCache::printCompactTreeHook(std::ostream&,
const char *)