library: libRooFit #include "RooAICRegistry.h" | 
RooAICRegistry
class description - source file - inheritance tree (.pdf)
    public:
                      RooAICRegistry(Int_t regSize = 10)
                      RooAICRegistry(const RooAICRegistry& other)
              virtual ~RooAICRegistry()
       static TClass* Class()
      virtual TClass* IsA() const
      RooAICRegistry& operator=(const RooAICRegistry&)
         const Int_t* retrieve(Int_t masterCode) const
         const Int_t* retrieve(Int_t masterCode, RooArgSet& set1) const
         const Int_t* retrieve(Int_t masterCode, RooArgSet& set1, RooArgSet& set2) const
         const Int_t* retrieve(Int_t masterCode, RooArgSet& set1, RooArgSet& set2, RooArgSet& set3, RooArgSet& set4) const
         virtual void ShowMembers(TMemberInspector& insp, char* parent)
                Int_t store(Int_t* codeList, Int_t size, RooArgSet* set1 = 0, RooArgSet* set2 = 0, RooArgSet* set3 = 0, RooArgSet* set4 = 0)
         virtual void Streamer(TBuffer& b)
                 void StreamerNVirtual(TBuffer& b)
    protected:
            Int_t _regSize  
           Int_t* _clSize   ! do not persist
            int** _clArr    ! do not persist
      RooArgSet* _asArr1   ! do not persist
      RooArgSet* _asArr2   ! do not persist
      RooArgSet* _asArr3   ! do not persist
      RooArgSet* _asArr4   ! do not persist
 RooAICRegistry(Int_t regSize) :
  _regSize(regSize), _clArr(0), _asArr1(0), _asArr2(0), _asArr3(0), _asArr4(0)
 RooAICRegistry(const RooAICRegistry& other) :
  _regSize(other._regSize), _clArr(0), _asArr1(0), _asArr2(0), _asArr3(0), _asArr4(0)
 Copy code-list array if other PDF has one
 ~RooAICRegistry() 
 Delete code list array, if allocated
Int_t store(Int_t* codeList, Int_t size, RooArgSet* set1, RooArgSet* set2, RooArgSet* set3, RooArgSet* set4)
const Int_t* retrieve(Int_t masterCode) const 
const Int_t* retrieve(Int_t masterCode, RooArgSet& set1) const 
const Int_t* retrieve(Int_t masterCode, RooArgSet& set1, RooArgSet& set2) const 
const Int_t* retrieve(Int_t masterCode, RooArgSet& set1, RooArgSet& set2, RooArgSet& set3, RooArgSet& set4) const 
Inline Functions
                TClass* Class()
                TClass* IsA() const
                   void ShowMembers(TMemberInspector& insp, char* parent)
                   void Streamer(TBuffer& b)
                   void StreamerNVirtual(TBuffer& b)
        RooAICRegistry& operator=(const RooAICRegistry&)
Last update: Tue Jun 28 18:08:40 2005
Copyright  (c) 2000-2005, Regents of the University of California          *
ROOT page - Class index - Class Hierarchy - Top of the page
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.