library: libRooFit
#include "RooProduct.h"

RooProduct


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

class RooProduct : public RooAbsReal

Inheritance Chart:
TObject
<-
TNamed
RooPrintable
<-
RooAbsArg
<-
RooAbsReal
<-
RooProduct

    protected:
virtual Double_t evaluate() const public:
RooProduct() RooProduct(const char* name, const char* title, const RooArgSet& _prodSet) RooProduct(const RooProduct& other, const char* name = "0") virtual ~RooProduct() static TClass* Class() virtual TObject* clone(const char* newname) const virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
RooSetProxy _compRSet RooSetProxy _compCSet TIterator* _compRIter ! do not persist TIterator* _compCIter ! do not persist

Class Description


RooProduct()

~RooProduct()

RooProduct(const char* name, const char* title, const RooArgSet& prodSet) : RooAbsReal(name, title), _compRSet("compRSet","Set of real product components",this), _compCSet("compCSet","Set of category product components",this)
 Constructor

RooProduct(const RooProduct& other, const char* name) : RooAbsReal(other, name), _compRSet("compRSet",this,other._compRSet), _compCSet("compCSet",this,other._compCSet)
 Copy constructor

Double_t evaluate() const



Inline Functions


           TObject* clone(const char* newname) const
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)


Last update: Thu Dec 8 21:21:48 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.