36 void writeToStream(std::ostream& os,
bool compact)
const override ;
#define ClassDefOverride(name, id)
RooAbsReal()
coverity[UNINIT_CTOR] Default constructor
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.
void writeToStream(std::ostream &os, bool compact) const override
Write object contents to stream.
TObject * clone(const char *newname=nullptr) const override
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.