49    os << 
indent << 
"  Observables " << 
_vars << std::endl ;
 
   51    os << 
indent << 
"  Observables: " << std::endl ;
 
static void indent(ostringstream &buf, int indent_level)
 
RooAbsArg is the common abstract base class for objects that represent a value and a "shape" in RooFi...
 
void printValue(std::ostream &os) const override
Print value of collection, i.e.
 
virtual bool add(const RooAbsArg &var, bool silent=false)
Add the specified argument to list.
 
void printArgs(std::ostream &os) const override
Print argument of dataset, i.e. the observable names.
 
RooArgSet * addColumns(const RooArgList &varList)
 
virtual RooAbsArg * addColumn(RooAbsArg &var, bool adjustRange=true)=0
 
void printMultiline(std::ostream &os, Int_t content, bool verbose, TString indent) const override
Detailed printing interface.
 
virtual Int_t numEntries() const =0
 
void printClassName(std::ostream &os) const override
Print class name of dataset.
 
RooArgList is a container object that can hold multiple RooAbsArg objects.
 
RooArgSet is a container object that can hold multiple RooAbsArg objects.
 
virtual void printStream(std::ostream &os, Int_t contents, StyleOption style, TString indent="") const
Print description of object on ostream, printing contents set by contents integer,...
 
const char * GetName() const override
Returns name of object.
 
const char * GetTitle() const override
Returns title of object.
 
virtual const char * ClassName() const
Returns name of class to which the object belongs.