library: libRooFit
#include "RooAddition.h"

RooAddition


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

class RooAddition : public RooAbsReal

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

    protected:
virtual Double_t evaluate() const public:
RooAddition() RooAddition(const char* name, const char* title, const RooArgSet& sumSet, Bool_t takeOwnerShip = kFALSE) RooAddition(const char* name, const char* title, const RooArgList& sumSet1, const RooArgList& sumSet2, Bool_t takeOwnerShip = kFALSE) RooAddition(const RooAddition& other, const char* name = "0") virtual ~RooAddition() static TClass* Class() virtual TObject* clone(const char* newname) const virtual Double_t defaultErrorLevel() const virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
RooArgList _ownedList RooListProxy _set1 RooListProxy _set2 TIterator* _setIter1 ! do not persist TIterator* _setIter2 ! do not persist

Class Description

RooAddition()
RooAddition(const char* name, const char* title, const RooArgSet& sumSet, Bool_t takeOwnership)
 Constructor
RooAddition(const char* name, const char* title, const RooArgList& sumSet1, const RooArgList& sumSet2, Bool_t takeOwnership)
 Constructor
RooAddition(const RooAddition& other, const char* name)
 Copy constructor
~RooAddition()
Double_t evaluate()
Double_t defaultErrorLevel()
 See if we contain a RooNLLVar or RooChi2Var object
TObject* clone(const char* newname)

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