17#ifndef ROO_LINEAR_COMB 
   18#define ROO_LINEAR_COMB 
   39  virtual void printArgs(std::ostream &os) 
const override;
 
   41  virtual TObject *
clone(
const char *newname) 
const override;
 
#define ClassDefOverride(name, id)
 
RooAbsRealLValue is the common abstract base class for objects that represent a real value that may a...
 
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
 
RooArgSet is a container object that can hold multiple RooAbsArg objects.
 
RooLinearCombination is a class that helps perform linear combination of floating point numbers and p...
 
virtual std::list< Double_t > * binBoundaries(RooAbsRealLValue &obs, Double_t xlo, Double_t xhi) const override
Retrieve bin boundaries if this distribution is binned in obs.
 
virtual TObject * clone(const char *newname) const override
 
void add(RooFit::SuperFloat c, RooAbsReal *t)
 
void setCoefficient(size_t idx, RooFit::SuperFloat c)
 
virtual std::list< Double_t > * plotSamplingHint(RooAbsRealLValue &obs, Double_t xlo, Double_t xhi) const override
Interface for returning an optional hint for initial sampling points when constructing a curve projec...
 
RooFit::SuperFloat getCoefficient(size_t idx)
 
virtual Double_t evaluate() const override
Evaluate this PDF / function / constant. Needs to be overridden by all derived classes.
 
virtual void printArgs(std::ostream &os) const override
Print object arguments, ie its proxies.
 
std::vector< RooFit::SuperFloat > _coefficients
 
RooListProxy is the concrete proxy for RooArgList objects.
 
Mother of all ROOT objects.