|
ROOT
Reference Guide |
|
Go to the documentation of this file.
39 virtual void printName(std::ostream& os)
const ;
40 virtual void printTitle(std::ostream& os)
const ;
42 virtual void printValue(std::ostream& os)
const ;
43 virtual void printArgs(std::ostream& os)
const ;
69 using RooFit::operator<< ;
static void nameFieldLength(Int_t newLen)
Set length of field reserved from printing name of RooAbsArgs in multi-line collection printing to gi...
virtual void printTree(std::ostream &os, TString indent="") const
Interface for tree structure printing of object.
static void indent(ostringstream &buf, int indent_level)
virtual void printClassName(std::ostream &os) const
Print class name of object.
RooPlotable is a 'mix-in' base class that define the standard RooFit plotting and printing methods.
virtual Int_t defaultPrintContents(Option_t *opt) const
Default choice of contents to be printed (name and value)
virtual void printAddress(std::ostream &os) const
Print class name of object.
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...
static std::ostream & defaultPrintStream(std::ostream *os=0)
Return a reference to the current default stream to use in Print().
The TNamed class is the base class for all named ROOT classes.
virtual void printArgs(std::ostream &os) const
Interface for printing of object arguments.
virtual void printMultiline(std::ostream &os, Int_t contents, Bool_t verbose=kFALSE, TString indent="") const
Interface for detailed printing of object.
virtual void printName(std::ostream &os) const
Print name of object.
std::ostream & operator<<(std::ostream &os, const RooPrintable &rp)
#define ClassDef(name, id)
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,...
virtual StyleOption defaultPrintStyle(Option_t *opt) const
virtual void printTitle(std::ostream &os) const
Print title of object.
virtual void printExtras(std::ostream &os) const
Interface to print extras of object.
virtual void printValue(std::ostream &os) const
Interface to print value of object.