+
class RooNormListManager
-
library: libRooFitCore
#include "RooNormListManager.h"
Display options:
Show inherited
Show non-public

class RooNormListManager

Function Members (Methods)

public:
RooNormListManager(Int_t maxSize = 10)
RooNormListManager(const RooNormListManager& other, Bool_t sterileCopy = kFALSE)
virtual~RooNormListManager()
Int_tcacheSize() const
static TClass*Class()
RooArgList*getNormList(const RooAbsArg* self, const RooArgSet* nset, const RooArgSet* iset = 0, Int_t* sterileIndex = 0, const TNamed* isetRangeName = 0)
RooArgList*getNormListByIndex(Int_t index) const
virtual TClass*IsA() const
Int_tlastIndex() const
const RooNameSet*nameSet1ByIndex(Int_t index) const
const RooNameSet*nameSet2ByIndex(Int_t index) const
RooNormListManager&operator=(const RooNormListManager&)
voidreset()
Int_tsetNormList(const RooAbsArg* self, const RooArgSet* nset, const RooArgSet* iset, RooArgList* normColl, const TNamed* isetRangeName)
voidsetVerbose(Bool_t flag = kTRUE) const
virtual voidShowMembers(TMemberInspector& insp, char* parent)
voidsterilize()
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

protected:
Int_t_lastIndex
Int_t_maxSize
RooArgList**_normList!
RooNormSetCache*_nsetCache!
Int_t_size
static Bool_t_verbose

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

RooNormListManager(Int_t maxSize = 10)
RooNormListManager(const RooNormListManager& other, Bool_t sterileCopy = kFALSE)
~RooNormListManager()
void reset()
void sterilize()
Int_t setNormList(const RooAbsArg* self, const RooArgSet* nset, const RooArgSet* iset, RooArgList* normColl, const TNamed* isetRangeName)
 Check if normalization is already registered
RooArgList* getNormList(const RooAbsArg* self, const RooArgSet* nset, const RooArgSet* iset = 0, Int_t* sterileIndex = 0, const TNamed* isetRangeName = 0)
RooArgList* getNormListByIndex(Int_t index) const
const RooNameSet* nameSet1ByIndex(Int_t index) const
const RooNameSet* nameSet2ByIndex(Int_t index) const
Int_t lastIndex()
{ return _lastIndex ; }
Int_t cacheSize()
{ return _size ; }
void setVerbose(Bool_t flag = kTRUE) const
{ _verbose = flag ; }

Last update: Mon Jun 25 19:44:45 2007
Copyright (c) 2000-2005, Regents of the University of California *

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.