library: libRooFit
#include "RooMultiCategory.h"

RooMultiCategory


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

class RooMultiCategory : public RooAbsCategory

Inheritance Chart:
TObject
<-
TNamed
RooPrintable
<-
RooAbsArg
<-
RooAbsCategory
<-
RooMultiCategory

    protected:
TString currentLabel() const virtual RooCatType evaluate() const void updateIndexList() public:
RooMultiCategory() RooMultiCategory(const char* name, const char* title, const RooArgSet& inputCatList) RooMultiCategory(const RooMultiCategory& other, const char* name = "0") virtual ~RooMultiCategory() static TClass* Class() virtual TObject* clone(const char* newname) const const RooArgSet& inputCatList() const virtual TClass* IsA() const virtual void printToStream(ostream& os, RooPrintable::PrintOption opt = Standard, TString indent = ) const virtual Bool_t readFromStream(istream& is, Bool_t compact, Bool_t verbose = kFALSE) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) virtual void writeToStream(ostream& os, Bool_t compact) const

Data Members


    protected:
RooSetProxy _catSet Set of input category

Class Description

RooMultiCategory(const char *name, const char *title, const RooArgSet& inputCatList)
 Constructor from list of input categories
cout << " RooMultiCategory(" << GetName() << ")
RooMultiCategory(const RooMultiCategory& other, const char *name)
 Copy constructor
~RooMultiCategory()
 Destructor
void updateIndexList()
 Update the list of super-category states
TString currentLabel()
 Return the name of the current state,
 constructed from the state names of the input categories
evaluate()
 Calculate the current value
void printToStream(ostream& os, PrintOption opt, TString indent)
 Print the state of this object to the specified output stream.
void writeToStream(ostream& os, Bool_t compact)
 Write object contents to given stream
TObject* clone(const char* newname)
Bool_t readFromStream(istream& is, Bool_t compact, Bool_t verbose=kFALSE)
 I/O streaming interface (machine readable)
const RooArgSet& inputCatList()

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