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.
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.
Mother of all ROOT objects.