55 _setIter1 = _set1.createIterator() ;
66 _set1(
"set1",
"First set of components",this),
67 _paramSet(
"paramSet",
"Set of parameters",this)
75 if (!dynamic_cast<RooAbsPdf*>(comp)) {
77 <<
" is not of type RooAbsPdf" << endl ;
97 _set1(
"set1",this,other._set1),
98 _paramSet(
"paramSet",this,other._paramSet)
RooFIter fwdIterator() const
Double_t evaluate() const
do not persist
RooConstraintSum()
Default constructor.
Iterator abstract base class.
ClassImp(RooConstraintSum)
TIterator * createIterator(Bool_t dir=kIterForward) const
virtual Bool_t add(const RooAbsArg &var, Bool_t silent=kFALSE)
Reimplementation of standard RooArgList::add()
virtual ~RooConstraintSum()
Destructor.
virtual const char * GetName() const
Returns name of object.
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
RooAbsPdf is the abstract interface for all probability density functions The class provides hybrid a...
virtual TObject * Next()=0
RooAbsArg is the common abstract base class for objects that represent a value (of arbitrary type) an...
virtual Bool_t add(const RooAbsArg &var, Bool_t silent=kFALSE)
Overloaded RooArgSet::add() method inserts 'var' into set and registers 'var' as server to owner with...