virtual void findConstantNodes(const RooArgSet &, RooArgSet &, RooLinkedList &)
Interface for constant term node finding calls.
virtual void operModeHook()
Interface for operation mode changes.
RooAbsCache is the abstract base class for data members of RooAbsArgs that cache other (composite) Ro...
void registerCache(RooAbsCache &cache)
Register RooAbsCache with this object.
virtual Bool_t redirectServersHook(const RooAbsCollection &, Bool_t, Bool_t, Bool_t)
Interface for server redirect calls.
RooAbsCache(RooAbsArg *owner=0)
Constructor. Takes owner as argument and register cache with owner.
virtual void printCompactTreeHook(std::ostream &, const char *)
Interface for printing of cache guts in tree mode printing.
void unRegisterCache(RooAbsCache &cache)
Unregister a RooAbsCache. Called from the RooAbsCache destructor.
virtual ~RooAbsCache()
Destructor. Unregisters cache with owner.
RooLinkedList is an collection class for internal use, storing a collection of RooAbsArg pointers in ...
RooAbsCollection is an abstract container object that can hold multiple RooAbsArg objects...
virtual void optimizeCacheMode(const RooArgSet &, RooArgSet &, RooLinkedList &)
Interface for processing of cache mode optimization calls.
RooAbsArg is the common abstract base class for objects that represent a value (of arbitrary type) an...