library: libRooFit
#include "RooAICRegistry.h"

RooAICRegistry


class description - header file - source file - inheritance tree (.pdf)

class RooAICRegistry

Inheritance Chart:
RooAICRegistry

    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, pRooArgSet& set1) const const Int_t* retrieve(Int_t masterCode, pRooArgSet& set1, pRooArgSet& set2) const const Int_t* retrieve(Int_t masterCode, pRooArgSet& set1, pRooArgSet& set2, pRooArgSet& set3, pRooArgSet& 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)

Data Members


    protected:
Int_t _regSize Int_t* _clSize ! do not persist int** _clArr ! do not persist pRooArgSet* _asArr1 ! do not persist pRooArgSet* _asArr2 ! do not persist pRooArgSet* _asArr3 ! do not persist pRooArgSet* _asArr4 ! do not persist

Class Description

RooAICRegistry(Int_t regSize)
RooAICRegistry(const RooAICRegistry& other)
 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 Int_t* retrieve(Int_t masterCode, pRooArgSet& set1)
const Int_t* retrieve(Int_t masterCode, pRooArgSet& set1, pRooArgSet& set2)
const Int_t* retrieve(Int_t masterCode, pRooArgSet& set1, pRooArgSet& set2, pRooArgSet& set3, pRooArgSet& set4)

Last update: Tue Jul 11 11:45:14 2006
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.