44 os << indent <<
"--- RooPlotable ---" << endl;
45 os << indent <<
" y-axis min = " << getYAxisMin() << endl
46 << indent <<
" y-axis max = " << getYAxisMax() << endl
47 << indent <<
" y-axis label \"" << getYAxisLabel() <<
"\"" << endl;
56 return dynamic_cast<TObject*
>(
this);
Class RooPotable is a base class for objects that can be inserted into RooPlots and take advantage of...
virtual void printMultiline(std::ostream &os, Int_t contents, Bool_t verbose=kFALSE, TString indent="") const
Print detailed information.
TObject * crossCast()
Return cast of RooPlotable as TObject.
static void indent(ostringstream &buf, int indent_level)
Mother of all ROOT objects.