28  void printName(std::ostream& os) 
const override ;
 
   29  void printTitle(std::ostream& os) 
const override ;
 
 
#define ClassDefOverride(name, id)
 
static void indent(ostringstream &buf, int indent_level)
 
Option_t Option_t TPoint TPoint const char x2
 
Option_t Option_t TPoint TPoint const char x1
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t points
 
Two-dimensional ellipse that can be used to represent an error contour.
 
void printTitle(std::ostream &os) const override
Print title of ellipse on ostream.
 
double getFitRangeNEvt() const override
 
void Print(Option_t *options=nullptr) const override
Printing interface.
 
double getFitRangeBinW() const override
 
void printClassName(std::ostream &os) const override
Print class name of ellipse on ostream.
 
void printName(std::ostream &os) const override
Print name of ellipse on ostream.
 
void printMultiline(std::ostream &os, Int_t contents, bool verbose=false, TString indent="") const override
Print detailed multi line information on ellipse on ostreamx.
 
double getFitRangeNEvt(double, double) const override
 
Class RooPotable is a base class for objects that can be inserted into RooPlots and take advantage of...
 
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)
 
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,...
 
A TGraph is an object made of two arrays X and Y with npoints each.