library: libRooFit
#include "RooAICRegistry.h"

RooAICRegistry


class description - header file - source file
viewCVS header - viewCVS source

class RooAICRegistry

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
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 voidShowMembers(TMemberInspector& insp, char* parent)
Int_tstore(Int_t* codeList, Int_t size, RooArgSet* set1 = 0, RooArgSet* set2 = 0, RooArgSet* set3 = 0, RooArgSet* set4 = 0)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(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: Sat Dec 9 09:55:49 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.