52 bool ok()
const {
return _tFormula !=
nullptr; }
54 double eval(
const RooArgSet *nset =
nullptr)
const;
60 void printValue(std::ostream &os)
const override;
61 void printName(std::ostream &os)
const override;
62 void printTitle(std::ostream &os)
const override;
63 void printClassName(std::ostream &os)
const override;
64 void printArgs(std::ostream &os)
const override;
65 void printMultiline(std::ostream &os,
Int_t contents,
bool verbose =
false,
TString indent =
"")
const override;
70 printStream(defaultPrintStream(), defaultPrintContents(options), defaultPrintStyle(options));
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.
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t index
void Print(GNN_Data &d, std::string txt="")
Binding & operator=(OUT(*fun)(void))
Common abstract base class for objects that represent a value and a "shape" in RooFit.
Abstract container object that can hold multiple RooAbsArg objects.
Abstract base class for objects that represent a real value and implements functionality common to al...
RooArgList is a container object that can hold multiple RooAbsArg objects.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
A 'mix-in' base class that define the standard RooFit plotting and printing methods.
The TNamed class is the base class for all named ROOT classes.
Mother of all ROOT objects.