#ifndef ROO_ABS_CACHE
#define ROO_ABS_CACHE
#include "Rtypes.h"
#include "Riosfwd.h"
class RooAbsArg ;
class RooAbsCollection ;
class RooArgSet ;
class RooArgList ;
class RooLinkedList ;
class RooAbsCache {
public:
  RooAbsCache(RooAbsArg* owner=0) ;
  RooAbsCache(const RooAbsCache&, RooAbsArg* owner=0 ) ;
  virtual Bool_t redirectServersHook(const RooAbsCollection& , Bool_t , Bool_t , Bool_t ) ;
  virtual void operModeHook() ;
  virtual void optimizeCacheMode(const RooArgSet&, RooArgSet&, RooLinkedList& ) ;
  virtual void findConstantNodes(const RooArgSet&, RooArgSet& , RooLinkedList&) ;
  virtual void printCompactTreeHook(ostream&, const char *) ;
  virtual ~RooAbsCache() ;
   
protected:
  RooAbsArg* _owner ;
  ClassDef(RooAbsCache,1) 
} ;
#endif 
Last update: Thu Jan 17 08:43:27 2008
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.