42using std::ostream, std::setw;
 
  102  if (contents&
kName) {
 
  110  if (contents&
kArgs) {
 
  116    if (contents&
kName) {
 
 
  177  std::cout << 
"Tree structure printing not implement for class " << 
IsA()->GetName() << std::endl ;
 
 
int Int_t
Signed integer 4 bytes (int)
 
const char Option_t
Option string (const char)
 
static void indent(ostringstream &buf, int indent_level)
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
A 'mix-in' base class that define the standard RooFit plotting and printing methods.
 
virtual void printTree(std::ostream &os, TString indent="") const
Interface for tree structure printing of object.
 
virtual void printName(std::ostream &os) const
Print name of object.
 
virtual void printArgs(std::ostream &os) const
Interface for printing of object arguments.
 
virtual void printMultiline(std::ostream &os, Int_t contents, bool verbose=false, TString indent="") const
Interface for detailed printing of object.
 
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 printExtras(std::ostream &os) const
Interface to print extras of object.
 
virtual StyleOption defaultPrintStyle(Option_t *opt) const
 
virtual Int_t defaultPrintContents(Option_t *opt) const
Default choice of contents to be printed (name and value)
 
virtual void printClassName(std::ostream &os) const
Print class name of object.
 
virtual void printTitle(std::ostream &os) const
Print title of object.
 
virtual TClass * IsA() const
 
virtual void printAddress(std::ostream &os) const
Print class name of object.
 
static std::ostream & defaultPrintStream(std::ostream *os=nullptr)
Return a reference to the current default stream to use in Print().
 
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 void printValue(std::ostream &os) const
Interface to print value of object.
 
void ToLower()
Change string to lower-case.
 
Bool_t Contains(const char *pat, ECaseCompare cmp=kExact) const
 
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...
 
std::ostream & operator<<(std::ostream &os, const RooPrintable &rp)