36 void writeToStream(std::ostream& os,
bool compact)
const override ;
#define ClassDefOverride(name, id)
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void value
Abstract base class for objects that represent a real value and implements functionality common to al...
double _value
Cache for current value of object.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
Represents a constant real-valued object.
bool isDerived() const override
Returns false, as the value of the constant doesn't depend on other objects.
double getValV(const RooArgSet *) const override
Return (constant) value.
TObject * clone(const char *newname) const override
void writeToStream(std::ostream &os, bool compact) const override
Write object contents to stream.
void translate(RooFit::Detail::CodeSquashContext &ctx) const override
This function defines a translation for each RooAbsReal based object that can be used to express the ...
double evaluate() const override
Evaluate this PDF / function / constant. Needs to be overridden by all derived classes.
void changeVal(double value)
Change the value of this constant.
A class to maintain the context for squashing of RooFit models into code.
Mother of all ROOT objects.